@progress/kendo-theme-material 5.1.2-dev.6 → 5.2.1-dev.0

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.
Files changed (40) hide show
  1. package/dist/all.css +415 -164
  2. package/dist/all.scss +266 -130
  3. package/lib/swatches/material-aqua-dark.json +202 -41
  4. package/lib/swatches/material-arctic.json +202 -41
  5. package/lib/swatches/material-burnt-teal.json +202 -41
  6. package/lib/swatches/material-dataviz-v4.json +2 -1
  7. package/lib/swatches/material-eggplant.json +202 -41
  8. package/lib/swatches/material-lime-dark.json +202 -41
  9. package/lib/swatches/material-lime.json +202 -41
  10. package/lib/swatches/material-main-dark.json +202 -41
  11. package/lib/swatches/material-main.json +202 -41
  12. package/lib/swatches/material-nova.json +202 -41
  13. package/lib/swatches/material-pacific-dark.json +202 -41
  14. package/lib/swatches/material-pacific.json +202 -41
  15. package/lib/swatches/material-sky-dark.json +202 -41
  16. package/lib/swatches/material-sky.json +202 -41
  17. package/lib/swatches/material-smoke.json +202 -41
  18. package/package.json +4 -4
  19. package/scss/_variables.scss +4 -3
  20. package/scss/badge/_variables.scss +3 -3
  21. package/scss/breadcrumb/_variables.scss +1 -1
  22. package/scss/button/_variables.scss +11 -0
  23. package/scss/card/_variables.scss +1 -1
  24. package/scss/color-preview/_variables.scss +1 -1
  25. package/scss/coloreditor/_variables.scss +1 -1
  26. package/scss/colorgradient/_variables.scss +2 -2
  27. package/scss/fab/_variables.scss +1 -1
  28. package/scss/gantt/_variables.scss +5 -0
  29. package/scss/listgroup/_variables.scss +1 -1
  30. package/scss/loader/_variables.scss +1 -1
  31. package/scss/notification/_variables.scss +1 -0
  32. package/scss/orgchart/_variables.scss +1 -1
  33. package/scss/pivotgrid/_variables.scss +1 -1
  34. package/scss/scheduler/_variables.scss +2 -2
  35. package/scss/skeleton/_variables.scss +1 -1
  36. package/scss/spreadsheet/_variables.scss +3 -3
  37. package/scss/taskboard/_variables.scss +1 -1
  38. package/scss/tilelayout/_variables.scss +1 -1
  39. package/scss/tooltip/_variables.scss +1 -1
  40. package/scss/utils/_border.scss +4 -4
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
+ "version": "5.2.1-dev.0",
6
7
  "previewColors": [
7
8
  "#121212",
8
9
  "#212121",
@@ -28,25 +29,101 @@
28
29
  "name": "Primary",
29
30
  "type": "material-colorlist",
30
31
  "enum": [
31
- { "value": "red", "text": "Red", "preview": "#f44336" },
32
- { "value": "pink", "text": "Pink", "preview": "#e91e63" },
33
- { "value": "purple", "text": "Purple", "preview": "#9c27b0" },
34
- { "value": "deepPurple", "text": "Deep Purple", "preview": "#673ab7" },
35
- { "value": "indigo", "text": "Indigo", "preview": "#3f51b5" },
36
- { "value": "blue", "text": "Blue", "preview": "#2196f3" },
37
- { "value": "lightBlue", "text": "Light Blue", "preview": "#03a9f4" },
38
- { "value": "cyan", "text": "Cyan", "preview": "#00bcd4" },
39
- { "value": "teal", "text": "Teal", "preview": "#009688" },
40
- { "value": "green", "text": "Green", "preview": "#4caf50" },
41
- { "value": "lightGreen", "text": "Light Green", "preview": "#8bc34a" },
42
- { "value": "lime", "text": "Lime", "preview": "#cddc39" },
43
- { "value": "yellow", "text": "Yellow", "preview": "#ffeb3b" },
44
- { "value": "amber", "text": "Amber", "preview": "#ffc107" },
45
- { "value": "orange", "text": "Orange", "preview": "#ff9800" },
46
- { "value": "deepOrange", "text": "Deep Orange", "preview": "#ff5722" },
47
- { "value": "brown", "text": "Brown", "preview": "#795548" },
48
- { "value": "gray", "text": "Gray", "preview": "#9e9e9e" },
49
- { "value": "blueGray", "text": "Blue Gray", "preview": "#607d8b" }
32
+ {
33
+ "value": "red",
34
+ "text": "Red",
35
+ "preview": "#f44336"
36
+ },
37
+ {
38
+ "value": "pink",
39
+ "text": "Pink",
40
+ "preview": "#e91e63"
41
+ },
42
+ {
43
+ "value": "purple",
44
+ "text": "Purple",
45
+ "preview": "#9c27b0"
46
+ },
47
+ {
48
+ "value": "deepPurple",
49
+ "text": "Deep Purple",
50
+ "preview": "#673ab7"
51
+ },
52
+ {
53
+ "value": "indigo",
54
+ "text": "Indigo",
55
+ "preview": "#3f51b5"
56
+ },
57
+ {
58
+ "value": "blue",
59
+ "text": "Blue",
60
+ "preview": "#2196f3"
61
+ },
62
+ {
63
+ "value": "lightBlue",
64
+ "text": "Light Blue",
65
+ "preview": "#03a9f4"
66
+ },
67
+ {
68
+ "value": "cyan",
69
+ "text": "Cyan",
70
+ "preview": "#00bcd4"
71
+ },
72
+ {
73
+ "value": "teal",
74
+ "text": "Teal",
75
+ "preview": "#009688"
76
+ },
77
+ {
78
+ "value": "green",
79
+ "text": "Green",
80
+ "preview": "#4caf50"
81
+ },
82
+ {
83
+ "value": "lightGreen",
84
+ "text": "Light Green",
85
+ "preview": "#8bc34a"
86
+ },
87
+ {
88
+ "value": "lime",
89
+ "text": "Lime",
90
+ "preview": "#cddc39"
91
+ },
92
+ {
93
+ "value": "yellow",
94
+ "text": "Yellow",
95
+ "preview": "#ffeb3b"
96
+ },
97
+ {
98
+ "value": "amber",
99
+ "text": "Amber",
100
+ "preview": "#ffc107"
101
+ },
102
+ {
103
+ "value": "orange",
104
+ "text": "Orange",
105
+ "preview": "#ff9800"
106
+ },
107
+ {
108
+ "value": "deepOrange",
109
+ "text": "Deep Orange",
110
+ "preview": "#ff5722"
111
+ },
112
+ {
113
+ "value": "brown",
114
+ "text": "Brown",
115
+ "preview": "#795548"
116
+ },
117
+ {
118
+ "value": "gray",
119
+ "text": "Gray",
120
+ "preview": "#9e9e9e"
121
+ },
122
+ {
123
+ "value": "blueGray",
124
+ "text": "Blue Gray",
125
+ "preview": "#607d8b"
126
+ }
50
127
  ],
51
128
  "value": "cyan"
52
129
  },
@@ -54,25 +131,101 @@
54
131
  "name": "Secondary",
55
132
  "type": "material-colorlist",
56
133
  "enum": [
57
- { "value": "red", "text": "Red", "preview": "#f44336" },
58
- { "value": "pink", "text": "Pink", "preview": "#e91e63" },
59
- { "value": "purple", "text": "Purple", "preview": "#9c27b0" },
60
- { "value": "deepPurple", "text": "Deep Purple", "preview": "#673ab7" },
61
- { "value": "indigo", "text": "Indigo", "preview": "#3f51b5" },
62
- { "value": "blue", "text": "Blue", "preview": "#2196f3" },
63
- { "value": "lightBlue", "text": "Light Blue", "preview": "#03a9f4" },
64
- { "value": "cyan", "text": "Cyan", "preview": "#00bcd4" },
65
- { "value": "teal", "text": "Teal", "preview": "#009688" },
66
- { "value": "green", "text": "Green", "preview": "#4caf50" },
67
- { "value": "lightGreen", "text": "Light Green", "preview": "#8bc34a" },
68
- { "value": "lime", "text": "Lime", "preview": "#cddc39" },
69
- { "value": "yellow", "text": "Yellow", "preview": "#ffeb3b" },
70
- { "value": "amber", "text": "Amber", "preview": "#ffc107" },
71
- { "value": "orange", "text": "Orange", "preview": "#ff9800" },
72
- { "value": "deepOrange", "text": "Deep Orange", "preview": "#ff5722" },
73
- { "value": "brown", "text": "Brown", "preview": "#795548" },
74
- { "value": "gray", "text": "Gray", "preview": "#9e9e9e" },
75
- { "value": "blueGray", "text": "Blue Gray", "preview": "#607d8b" }
134
+ {
135
+ "value": "red",
136
+ "text": "Red",
137
+ "preview": "#f44336"
138
+ },
139
+ {
140
+ "value": "pink",
141
+ "text": "Pink",
142
+ "preview": "#e91e63"
143
+ },
144
+ {
145
+ "value": "purple",
146
+ "text": "Purple",
147
+ "preview": "#9c27b0"
148
+ },
149
+ {
150
+ "value": "deepPurple",
151
+ "text": "Deep Purple",
152
+ "preview": "#673ab7"
153
+ },
154
+ {
155
+ "value": "indigo",
156
+ "text": "Indigo",
157
+ "preview": "#3f51b5"
158
+ },
159
+ {
160
+ "value": "blue",
161
+ "text": "Blue",
162
+ "preview": "#2196f3"
163
+ },
164
+ {
165
+ "value": "lightBlue",
166
+ "text": "Light Blue",
167
+ "preview": "#03a9f4"
168
+ },
169
+ {
170
+ "value": "cyan",
171
+ "text": "Cyan",
172
+ "preview": "#00bcd4"
173
+ },
174
+ {
175
+ "value": "teal",
176
+ "text": "Teal",
177
+ "preview": "#009688"
178
+ },
179
+ {
180
+ "value": "green",
181
+ "text": "Green",
182
+ "preview": "#4caf50"
183
+ },
184
+ {
185
+ "value": "lightGreen",
186
+ "text": "Light Green",
187
+ "preview": "#8bc34a"
188
+ },
189
+ {
190
+ "value": "lime",
191
+ "text": "Lime",
192
+ "preview": "#cddc39"
193
+ },
194
+ {
195
+ "value": "yellow",
196
+ "text": "Yellow",
197
+ "preview": "#ffeb3b"
198
+ },
199
+ {
200
+ "value": "amber",
201
+ "text": "Amber",
202
+ "preview": "#ffc107"
203
+ },
204
+ {
205
+ "value": "orange",
206
+ "text": "Orange",
207
+ "preview": "#ff9800"
208
+ },
209
+ {
210
+ "value": "deepOrange",
211
+ "text": "Deep Orange",
212
+ "preview": "#ff5722"
213
+ },
214
+ {
215
+ "value": "brown",
216
+ "text": "Brown",
217
+ "preview": "#795548"
218
+ },
219
+ {
220
+ "value": "gray",
221
+ "text": "Gray",
222
+ "preview": "#9e9e9e"
223
+ },
224
+ {
225
+ "value": "blueGray",
226
+ "text": "Blue Gray",
227
+ "preview": "#607d8b"
228
+ }
76
229
  ],
77
230
  "value": "amber"
78
231
  },
@@ -80,8 +233,16 @@
80
233
  "name": "Theme luminosity",
81
234
  "type": "color-mode",
82
235
  "enum": [
83
- { "value": "light", "text": "Light", "preview": "#ffffff" },
84
- { "value": "dark", "text": "Dark", "preview": "#000000" }
236
+ {
237
+ "value": "light",
238
+ "text": "Light",
239
+ "preview": "#ffffff"
240
+ },
241
+ {
242
+ "value": "dark",
243
+ "text": "Dark",
244
+ "preview": "#000000"
245
+ }
85
246
  ],
86
247
  "value": "dark"
87
248
  },
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
+ "version": "5.2.1-dev.0",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#e0e0e0",
@@ -28,25 +29,101 @@
28
29
  "name": "Primary",
29
30
  "type": "material-colorlist",
30
31
  "enum": [
31
- { "value": "red", "text": "Red", "preview": "#f44336" },
32
- { "value": "pink", "text": "Pink", "preview": "#e91e63" },
33
- { "value": "purple", "text": "Purple", "preview": "#9c27b0" },
34
- { "value": "deepPurple", "text": "Deep Purple", "preview": "#673ab7" },
35
- { "value": "indigo", "text": "Indigo", "preview": "#3f51b5" },
36
- { "value": "blue", "text": "Blue", "preview": "#2196f3" },
37
- { "value": "lightBlue", "text": "Light Blue", "preview": "#03a9f4" },
38
- { "value": "cyan", "text": "Cyan", "preview": "#00bcd4" },
39
- { "value": "teal", "text": "Teal", "preview": "#009688" },
40
- { "value": "green", "text": "Green", "preview": "#4caf50" },
41
- { "value": "lightGreen", "text": "Light Green", "preview": "#8bc34a" },
42
- { "value": "lime", "text": "Lime", "preview": "#cddc39" },
43
- { "value": "yellow", "text": "Yellow", "preview": "#ffeb3b" },
44
- { "value": "amber", "text": "Amber", "preview": "#ffc107" },
45
- { "value": "orange", "text": "Orange", "preview": "#ff9800" },
46
- { "value": "deepOrange", "text": "Deep Orange", "preview": "#ff5722" },
47
- { "value": "brown", "text": "Brown", "preview": "#795548" },
48
- { "value": "gray", "text": "Gray", "preview": "#9e9e9e" },
49
- { "value": "blueGray", "text": "Blue Gray", "preview": "#607d8b" }
32
+ {
33
+ "value": "red",
34
+ "text": "Red",
35
+ "preview": "#f44336"
36
+ },
37
+ {
38
+ "value": "pink",
39
+ "text": "Pink",
40
+ "preview": "#e91e63"
41
+ },
42
+ {
43
+ "value": "purple",
44
+ "text": "Purple",
45
+ "preview": "#9c27b0"
46
+ },
47
+ {
48
+ "value": "deepPurple",
49
+ "text": "Deep Purple",
50
+ "preview": "#673ab7"
51
+ },
52
+ {
53
+ "value": "indigo",
54
+ "text": "Indigo",
55
+ "preview": "#3f51b5"
56
+ },
57
+ {
58
+ "value": "blue",
59
+ "text": "Blue",
60
+ "preview": "#2196f3"
61
+ },
62
+ {
63
+ "value": "lightBlue",
64
+ "text": "Light Blue",
65
+ "preview": "#03a9f4"
66
+ },
67
+ {
68
+ "value": "cyan",
69
+ "text": "Cyan",
70
+ "preview": "#00bcd4"
71
+ },
72
+ {
73
+ "value": "teal",
74
+ "text": "Teal",
75
+ "preview": "#009688"
76
+ },
77
+ {
78
+ "value": "green",
79
+ "text": "Green",
80
+ "preview": "#4caf50"
81
+ },
82
+ {
83
+ "value": "lightGreen",
84
+ "text": "Light Green",
85
+ "preview": "#8bc34a"
86
+ },
87
+ {
88
+ "value": "lime",
89
+ "text": "Lime",
90
+ "preview": "#cddc39"
91
+ },
92
+ {
93
+ "value": "yellow",
94
+ "text": "Yellow",
95
+ "preview": "#ffeb3b"
96
+ },
97
+ {
98
+ "value": "amber",
99
+ "text": "Amber",
100
+ "preview": "#ffc107"
101
+ },
102
+ {
103
+ "value": "orange",
104
+ "text": "Orange",
105
+ "preview": "#ff9800"
106
+ },
107
+ {
108
+ "value": "deepOrange",
109
+ "text": "Deep Orange",
110
+ "preview": "#ff5722"
111
+ },
112
+ {
113
+ "value": "brown",
114
+ "text": "Brown",
115
+ "preview": "#795548"
116
+ },
117
+ {
118
+ "value": "gray",
119
+ "text": "Gray",
120
+ "preview": "#9e9e9e"
121
+ },
122
+ {
123
+ "value": "blueGray",
124
+ "text": "Blue Gray",
125
+ "preview": "#607d8b"
126
+ }
50
127
  ],
51
128
  "value": "blue"
52
129
  },
@@ -54,25 +131,101 @@
54
131
  "name": "Secondary",
55
132
  "type": "material-colorlist",
56
133
  "enum": [
57
- { "value": "red", "text": "Red", "preview": "#f44336" },
58
- { "value": "pink", "text": "Pink", "preview": "#e91e63" },
59
- { "value": "purple", "text": "Purple", "preview": "#9c27b0" },
60
- { "value": "deepPurple", "text": "Deep Purple", "preview": "#673ab7" },
61
- { "value": "indigo", "text": "Indigo", "preview": "#3f51b5" },
62
- { "value": "blue", "text": "Blue", "preview": "#2196f3" },
63
- { "value": "lightBlue", "text": "Light Blue", "preview": "#03a9f4" },
64
- { "value": "cyan", "text": "Cyan", "preview": "#00bcd4" },
65
- { "value": "teal", "text": "Teal", "preview": "#009688" },
66
- { "value": "green", "text": "Green", "preview": "#4caf50" },
67
- { "value": "lightGreen", "text": "Light Green", "preview": "#8bc34a" },
68
- { "value": "lime", "text": "Lime", "preview": "#cddc39" },
69
- { "value": "yellow", "text": "Yellow", "preview": "#ffeb3b" },
70
- { "value": "amber", "text": "Amber", "preview": "#ffc107" },
71
- { "value": "orange", "text": "Orange", "preview": "#ff9800" },
72
- { "value": "deepOrange", "text": "Deep Orange", "preview": "#ff5722" },
73
- { "value": "brown", "text": "Brown", "preview": "#795548" },
74
- { "value": "gray", "text": "Gray", "preview": "#9e9e9e" },
75
- { "value": "blueGray", "text": "Blue Gray", "preview": "#607d8b" }
134
+ {
135
+ "value": "red",
136
+ "text": "Red",
137
+ "preview": "#f44336"
138
+ },
139
+ {
140
+ "value": "pink",
141
+ "text": "Pink",
142
+ "preview": "#e91e63"
143
+ },
144
+ {
145
+ "value": "purple",
146
+ "text": "Purple",
147
+ "preview": "#9c27b0"
148
+ },
149
+ {
150
+ "value": "deepPurple",
151
+ "text": "Deep Purple",
152
+ "preview": "#673ab7"
153
+ },
154
+ {
155
+ "value": "indigo",
156
+ "text": "Indigo",
157
+ "preview": "#3f51b5"
158
+ },
159
+ {
160
+ "value": "blue",
161
+ "text": "Blue",
162
+ "preview": "#2196f3"
163
+ },
164
+ {
165
+ "value": "lightBlue",
166
+ "text": "Light Blue",
167
+ "preview": "#03a9f4"
168
+ },
169
+ {
170
+ "value": "cyan",
171
+ "text": "Cyan",
172
+ "preview": "#00bcd4"
173
+ },
174
+ {
175
+ "value": "teal",
176
+ "text": "Teal",
177
+ "preview": "#009688"
178
+ },
179
+ {
180
+ "value": "green",
181
+ "text": "Green",
182
+ "preview": "#4caf50"
183
+ },
184
+ {
185
+ "value": "lightGreen",
186
+ "text": "Light Green",
187
+ "preview": "#8bc34a"
188
+ },
189
+ {
190
+ "value": "lime",
191
+ "text": "Lime",
192
+ "preview": "#cddc39"
193
+ },
194
+ {
195
+ "value": "yellow",
196
+ "text": "Yellow",
197
+ "preview": "#ffeb3b"
198
+ },
199
+ {
200
+ "value": "amber",
201
+ "text": "Amber",
202
+ "preview": "#ffc107"
203
+ },
204
+ {
205
+ "value": "orange",
206
+ "text": "Orange",
207
+ "preview": "#ff9800"
208
+ },
209
+ {
210
+ "value": "deepOrange",
211
+ "text": "Deep Orange",
212
+ "preview": "#ff5722"
213
+ },
214
+ {
215
+ "value": "brown",
216
+ "text": "Brown",
217
+ "preview": "#795548"
218
+ },
219
+ {
220
+ "value": "gray",
221
+ "text": "Gray",
222
+ "preview": "#9e9e9e"
223
+ },
224
+ {
225
+ "value": "blueGray",
226
+ "text": "Blue Gray",
227
+ "preview": "#607d8b"
228
+ }
76
229
  ],
77
230
  "value": "teal"
78
231
  },
@@ -80,8 +233,16 @@
80
233
  "name": "Theme luminosity",
81
234
  "type": "color-mode",
82
235
  "enum": [
83
- { "value": "light", "text": "Light", "preview": "#ffffff" },
84
- { "value": "dark", "text": "Dark", "preview": "#000000" }
236
+ {
237
+ "value": "light",
238
+ "text": "Light",
239
+ "preview": "#ffffff"
240
+ },
241
+ {
242
+ "value": "dark",
243
+ "text": "Dark",
244
+ "preview": "#000000"
245
+ }
85
246
  ],
86
247
  "value": "light"
87
248
  },