@progress/kendo-theme-classic 6.0.4-dev.0 → 6.0.4-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.scss +4 -4
- package/dist/classic-lavender-dark.scss +40 -0
- package/dist/classic-lavender.scss +36 -0
- package/dist/classic-metro-dark.scss +41 -0
- package/dist/classic-metro.scss +40 -0
- package/dist/classic-moonlight.scss +40 -0
- package/dist/classic-opal-dark.scss +16 -11
- package/dist/classic-uniform.scss +32 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +248 -0
- package/lib/swatches/classic-lavender.json +228 -0
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +253 -0
- package/lib/swatches/classic-metro.json +248 -0
- package/lib/swatches/classic-moonlight.json +248 -0
- package/lib/swatches/classic-opal-dark.json +54 -29
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +208 -0
- package/lib/swatches/index.js +6 -0
- package/package.json +5 -5
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Classic Uniform",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-classic",
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
|
+
"api": "legacy",
|
|
8
|
+
"previewColors": [
|
|
9
|
+
"#ffffff",
|
|
10
|
+
"#f0f0f0",
|
|
11
|
+
"#818181",
|
|
12
|
+
"#cc4a00",
|
|
13
|
+
"#272727"
|
|
14
|
+
],
|
|
15
|
+
"components": [],
|
|
16
|
+
"groups": [
|
|
17
|
+
{
|
|
18
|
+
"name": "Theme colors",
|
|
19
|
+
"variables": {
|
|
20
|
+
"kendo-is-dark-theme": {
|
|
21
|
+
"name": "Dark theme",
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"value": false
|
|
24
|
+
},
|
|
25
|
+
"kendo-color-primary": {
|
|
26
|
+
"name": "Primary",
|
|
27
|
+
"type": "color",
|
|
28
|
+
"value": "#818181"
|
|
29
|
+
},
|
|
30
|
+
"kendo-color-secondary": {
|
|
31
|
+
"name": "Secondary",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "#e9e9e9"
|
|
34
|
+
},
|
|
35
|
+
"kendo-color-info": {
|
|
36
|
+
"name": "Info",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "#007bc3"
|
|
39
|
+
},
|
|
40
|
+
"kendo-color-success": {
|
|
41
|
+
"name": "Success",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "#3ea44e"
|
|
44
|
+
},
|
|
45
|
+
"kendo-color-warning": {
|
|
46
|
+
"name": "Warning",
|
|
47
|
+
"type": "color",
|
|
48
|
+
"value": "#ff9800"
|
|
49
|
+
},
|
|
50
|
+
"kendo-color-error": {
|
|
51
|
+
"name": "Error",
|
|
52
|
+
"type": "color",
|
|
53
|
+
"value": "#d92800"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Body",
|
|
59
|
+
"variables": {
|
|
60
|
+
"kendo-body-text": {
|
|
61
|
+
"name": "Body text color",
|
|
62
|
+
"type": "color",
|
|
63
|
+
"value": "#272727"
|
|
64
|
+
},
|
|
65
|
+
"kendo-body-bg": {
|
|
66
|
+
"name": "Body background",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"value": "#ffffff"
|
|
69
|
+
},
|
|
70
|
+
"kendo-subtle-text": {
|
|
71
|
+
"name": "Subtle text color",
|
|
72
|
+
"type": "color",
|
|
73
|
+
"value": "#666666"
|
|
74
|
+
},
|
|
75
|
+
"kendo-disabled-text": {
|
|
76
|
+
"name": "Disabled text color",
|
|
77
|
+
"type": "color",
|
|
78
|
+
"value": "#8f8f8f"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Components",
|
|
84
|
+
"variables": {
|
|
85
|
+
"kendo-component-text": {
|
|
86
|
+
"name": "Component text color",
|
|
87
|
+
"type": "color",
|
|
88
|
+
"value": "#272727"
|
|
89
|
+
},
|
|
90
|
+
"kendo-component-bg": {
|
|
91
|
+
"name": "Component background",
|
|
92
|
+
"type": "color",
|
|
93
|
+
"value": "#ffffff"
|
|
94
|
+
},
|
|
95
|
+
"kendo-base-text": {
|
|
96
|
+
"name": "Header text color",
|
|
97
|
+
"type": "color",
|
|
98
|
+
"value": "#676767"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#f0f0f0"
|
|
104
|
+
},
|
|
105
|
+
"kendo-hover-text": {
|
|
106
|
+
"name": "Hover text color",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"value": "#676767"
|
|
109
|
+
},
|
|
110
|
+
"kendo-hover-bg": {
|
|
111
|
+
"name": "Hover background",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "#f9f9f9"
|
|
114
|
+
},
|
|
115
|
+
"kendo-selected-text": {
|
|
116
|
+
"name": "Selected text color",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"value": "#FFFFFF"
|
|
119
|
+
},
|
|
120
|
+
"kendo-selected-bg": {
|
|
121
|
+
"name": "Selected background",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"value": "#818181"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Button",
|
|
129
|
+
"variables": {
|
|
130
|
+
"kendo-button-text": {
|
|
131
|
+
"name": "Button text color",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"value": "#FFFFFF"
|
|
134
|
+
},
|
|
135
|
+
"kendo-button-bg": {
|
|
136
|
+
"name": "Button background",
|
|
137
|
+
"type": "color",
|
|
138
|
+
"value": "#818181"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Link",
|
|
144
|
+
"variables": {
|
|
145
|
+
"kendo-link-text": {
|
|
146
|
+
"name": "Link text color",
|
|
147
|
+
"type": "color",
|
|
148
|
+
"value": "#818181"
|
|
149
|
+
},
|
|
150
|
+
"kendo-link-hover-text": {
|
|
151
|
+
"name": "Link hover text color",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"value": "#cc4a00"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Dataviz",
|
|
159
|
+
"variables": {
|
|
160
|
+
"kendo-series-a": {
|
|
161
|
+
"name": "Series A",
|
|
162
|
+
"type": "color",
|
|
163
|
+
"value": "#007bc3"
|
|
164
|
+
},
|
|
165
|
+
"kendo-series-b": {
|
|
166
|
+
"name": "Series B",
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "#3ea44e"
|
|
169
|
+
},
|
|
170
|
+
"kendo-series-c": {
|
|
171
|
+
"name": "Series C",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"value": "#ffae00"
|
|
174
|
+
},
|
|
175
|
+
"kendo-series-d": {
|
|
176
|
+
"name": "Series D",
|
|
177
|
+
"type": "color",
|
|
178
|
+
"value": "#ef4c00"
|
|
179
|
+
},
|
|
180
|
+
"kendo-series-e": {
|
|
181
|
+
"name": "Series E",
|
|
182
|
+
"type": "color",
|
|
183
|
+
"value": "#a419b7"
|
|
184
|
+
},
|
|
185
|
+
"kendo-series-f": {
|
|
186
|
+
"name": "Series F",
|
|
187
|
+
"type": "color",
|
|
188
|
+
"value": "#430b62"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"hidden": true,
|
|
194
|
+
"variables": {
|
|
195
|
+
"kendo-toolbar-bg": {
|
|
196
|
+
"name": "Toolbar background",
|
|
197
|
+
"type": "color",
|
|
198
|
+
"value": "#f4f4f4"
|
|
199
|
+
},
|
|
200
|
+
"kendo-toolbar-text": {
|
|
201
|
+
"name": "Toolbar text color",
|
|
202
|
+
"type": "color",
|
|
203
|
+
"value": "#454545"
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
}
|
package/lib/swatches/index.js
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
module.exports.main = require('./classic-main.json');
|
|
2
2
|
module.exports.mainDark = require('./classic-main-dark.json');
|
|
3
|
+
module.exports.moonlight = require('./classic-moonlight.json');
|
|
3
4
|
module.exports.green = require('./classic-green.json');
|
|
4
5
|
module.exports.greenDark = require('./classic-green-dark.json');
|
|
6
|
+
module.exports.lavender = require('./classic-lavender.json');
|
|
7
|
+
module.exports.lavenderDark = require('./classic-lavender-dark.json');
|
|
8
|
+
module.exports.metro = require('./classic-metro.json');
|
|
9
|
+
module.exports.metroDark = require('./classic-metro-dark.json');
|
|
5
10
|
module.exports.opal = require('./classic-opal.json');
|
|
6
11
|
module.exports.opalDark = require('./classic-opal-dark.json');
|
|
7
12
|
module.exports.silver = require('./classic-silver.json');
|
|
8
13
|
module.exports.silverDark = require('./classic-silver-dark.json');
|
|
14
|
+
module.exports.uniform = require('./classic-uniform.json');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "6.0.4-dev.
|
|
4
|
+
"version": "6.0.4-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.2.0",
|
|
52
|
-
"@progress/kendo-theme-core": "^6.0.4-dev.
|
|
53
|
-
"@progress/kendo-theme-default": "^6.0.4-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "^6.0.4-dev.
|
|
52
|
+
"@progress/kendo-theme-core": "^6.0.4-dev.1",
|
|
53
|
+
"@progress/kendo-theme-default": "^6.0.4-dev.1",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.0.4-dev.1"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "06ad9ba31573c1384dad684f03b818ee245247a5"
|
|
57
57
|
}
|