Skip to content

Commit b61a7a3

Browse files
author
Mohsen Azimi
committed
v1.0.0
1 parent d96c5e1 commit b61a7a3

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-view-js",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"authors": [
55
"Mohsen Azimi <[email protected]>"
66
],

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* json-schema-view-js
33
* https://github.com/mohsen1/json-schema-view-js#readme
4-
* Version: 0.4.1 - 2016-08-11T09:20:02.719Z
4+
* Version: 0.4.1 - 2016-12-26T23:51:39.556Z
55
* License: MIT
66
*/
77

@@ -89,6 +89,12 @@ json-schema-view .type-any {
8989
json-schema-view .required {
9090
color: #F00;
9191
}
92+
.json-schema-view .format,
93+
json-schema-view .format,
94+
.json-schema-view .enums,
95+
json-schema-view .enums {
96+
color: #000;
97+
}
9298
.json-schema-view .inner,
9399
json-schema-view .inner {
94100
padding-left: 18px;
@@ -192,6 +198,12 @@ json-schema-view[json-schema-view-dark] .type-any {
192198
json-schema-view[json-schema-view-dark] .required {
193199
color: #fe0000;
194200
}
201+
.json-schema-view.json-schema-view-dark .format,
202+
json-schema-view[json-schema-view-dark] .format,
203+
.json-schema-view.json-schema-view-dark .enums,
204+
json-schema-view[json-schema-view-dark] .enums {
205+
color: #fff;
206+
}
195207
.json-schema-view.json-schema-view-dark .inner,
196208
json-schema-view[json-schema-view-dark] .inner {
197209
padding-left: 18px;

dist/style.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-view-js",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "JSON Schema View core library ",
55
"main": "dist/bundle.js",
66
"scripts": {

0 commit comments

Comments
 (0)