@progress/kendo-theme-bootstrap 5.12.1-dev.2 → 5.12.1-dev.4

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 (119) hide show
  1. package/dist/all.css +285 -81
  2. package/dist/all.scss +4739 -4695
  3. package/dist/bootstrap-3-dark.scss +30 -34
  4. package/dist/bootstrap-3.scss +30 -33
  5. package/dist/bootstrap-4-dark.scss +27 -31
  6. package/dist/bootstrap-4.scss +27 -30
  7. package/dist/bootstrap-dataviz-v4.scss +6 -7
  8. package/dist/bootstrap-main-dark.scss +27 -31
  9. package/dist/bootstrap-main.scss +27 -30
  10. package/dist/bootstrap-nordic.scss +27 -29
  11. package/dist/bootstrap-turquoise-dark.scss +27 -30
  12. package/dist/bootstrap-turquoise.scss +27 -29
  13. package/dist/bootstrap-urban.scss +27 -29
  14. package/dist/bootstrap-vintage.scss +27 -29
  15. package/lib/swatches/bootstrap-3-dark.json +78 -102
  16. package/lib/swatches/bootstrap-3.json +78 -92
  17. package/lib/swatches/bootstrap-4-dark.json +28 -52
  18. package/lib/swatches/bootstrap-4.json +28 -42
  19. package/lib/swatches/bootstrap-dataviz-v4.json +7 -7
  20. package/lib/swatches/bootstrap-main-dark.json +28 -52
  21. package/lib/swatches/bootstrap-main.json +28 -42
  22. package/lib/swatches/bootstrap-nordic.json +32 -41
  23. package/lib/swatches/bootstrap-turquoise-dark.json +30 -49
  24. package/lib/swatches/bootstrap-turquoise.json +32 -41
  25. package/lib/swatches/bootstrap-urban.json +32 -41
  26. package/lib/swatches/bootstrap-vintage.json +32 -41
  27. package/package.json +5 -5
  28. package/scss/_bootstrap-overrides.scss +1 -20
  29. package/scss/_variables.scss +51 -46
  30. package/scss/action-buttons/_variables.scss +9 -9
  31. package/scss/action-sheet/_variables.scss +63 -63
  32. package/scss/adaptive/_variables.scss +18 -18
  33. package/scss/appbar/_variables.scss +3 -3
  34. package/scss/avatar/_variables.scss +3 -3
  35. package/scss/badge/_variables.scss +31 -31
  36. package/scss/bottom-navigation/_variables.scss +23 -23
  37. package/scss/breadcrumb/_layout.scss +9 -1
  38. package/scss/breadcrumb/_theme.scss +0 -17
  39. package/scss/breadcrumb/_variables.scss +45 -44
  40. package/scss/button/_variables.scss +32 -32
  41. package/scss/calendar/_variables.scss +84 -87
  42. package/scss/captcha/_variables.scss +14 -14
  43. package/scss/card/_variables.scss +55 -55
  44. package/scss/chat/_variables.scss +57 -57
  45. package/scss/checkbox/_variables.scss +1 -1
  46. package/scss/chip/_theme.scss +3 -3
  47. package/scss/chip/_variables.scss +27 -27
  48. package/scss/color-preview/_variables.scss +11 -11
  49. package/scss/coloreditor/_variables.scss +24 -24
  50. package/scss/colorgradient/_variables.scss +50 -50
  51. package/scss/colorpalette/_variables.scss +8 -8
  52. package/scss/dataviz/_variables.scss +97 -97
  53. package/scss/datetimepicker/_variables.scss +1 -2
  54. package/scss/dialog/_variables.scss +3 -3
  55. package/scss/draggable/_variables.scss +20 -20
  56. package/scss/drawer/_variables.scss +4 -4
  57. package/scss/dropdowntree/_variables.scss +2 -2
  58. package/scss/dropzone/_variables.scss +20 -20
  59. package/scss/editor/_variables.scss +3 -3
  60. package/scss/expansion-panel/_variables.scss +22 -22
  61. package/scss/fab/_variables.scss +10 -10
  62. package/scss/filemanager/_variables.scss +59 -59
  63. package/scss/filter/_variables.scss +8 -8
  64. package/scss/floating-label/_variables.scss +14 -14
  65. package/scss/forms/_layout.scss +2 -2
  66. package/scss/forms/_variables.scss +14 -14
  67. package/scss/gantt/_variables.scss +92 -92
  68. package/scss/grid/_theme.scss +41 -4
  69. package/scss/grid/_variables.scss +73 -73
  70. package/scss/imageeditor/_variables.scss +31 -31
  71. package/scss/input/_variables.scss +37 -37
  72. package/scss/list/_variables.scss +66 -72
  73. package/scss/listbox/_variables.scss +3 -3
  74. package/scss/listgroup/_variables.scss +10 -10
  75. package/scss/listview/_variables.scss +3 -3
  76. package/scss/loader/_variables.scss +30 -30
  77. package/scss/map/_variables.scss +21 -21
  78. package/scss/mediaplayer/_variables.scss +13 -13
  79. package/scss/menu/_variables.scss +63 -63
  80. package/scss/messagebox/_variables.scss +11 -11
  81. package/scss/notification/_variables.scss +4 -4
  82. package/scss/orgchart/_variables.scss +56 -56
  83. package/scss/overlay/_variables.scss +3 -3
  84. package/scss/pager/_variables.scss +35 -38
  85. package/scss/panelbar/_variables.scss +103 -106
  86. package/scss/pdf-viewer/_variables.scss +44 -44
  87. package/scss/pivotgrid/_variables.scss +86 -86
  88. package/scss/popover/_variables.scss +16 -16
  89. package/scss/popup/_variables.scss +12 -12
  90. package/scss/progressbar/_variables.scss +1 -1
  91. package/scss/radio/_variables.scss +1 -1
  92. package/scss/rating/_variables.scss +16 -16
  93. package/scss/scheduler/_layout.scss +2 -2
  94. package/scss/scheduler/_variables.scss +93 -93
  95. package/scss/scrollview/_theme.scss +22 -22
  96. package/scss/scrollview/_variables.scss +32 -32
  97. package/scss/signature/_variables.scss +18 -18
  98. package/scss/skeleton/_variables.scss +6 -6
  99. package/scss/slider/_variables.scss +44 -44
  100. package/scss/split-button/_variables.scss +6 -6
  101. package/scss/splitter/_variables.scss +18 -18
  102. package/scss/spreadsheet/_theme.scss +10 -10
  103. package/scss/spreadsheet/_variables.scss +29 -29
  104. package/scss/stepper/_variables.scss +86 -86
  105. package/scss/switch/_variables.scss +1 -1
  106. package/scss/table/_variables.scss +18 -18
  107. package/scss/tabstrip/_variables.scss +41 -44
  108. package/scss/taskboard/_variables.scss +93 -93
  109. package/scss/tilelayout/_variables.scss +8 -8
  110. package/scss/timeline/_layout.scss +1 -1
  111. package/scss/timeline/_variables.scss +50 -50
  112. package/scss/timeselector/_variables.scss +36 -39
  113. package/scss/toolbar/_variables.scss +21 -21
  114. package/scss/tooltip/_variables.scss +29 -29
  115. package/scss/treeview/_variables.scss +30 -33
  116. package/scss/typography/_variables.scss +84 -93
  117. package/scss/upload/_variables.scss +3 -3
  118. package/scss/window/_variables.scss +6 -6
  119. package/scss/wizard/_variables.scss +10 -10
@@ -1,32 +1,30 @@
1
- $border-radius: 0.25rem;
2
- $primary: #744662;
3
- $secondary: #e8e3d6;
4
- $info: #70c1de;
5
- $success: #8dba4f;
6
- $warning: #e8be68;
7
- $error: #b42a58;
8
- $body-text: #494138;
9
- $body-bg: #ffffff;
10
- $headings-text: #494138;
11
- $subtle-text: #6d6760;
12
- $disabled-text: #928d88;
13
- $component-text: #494138;
14
- $component-bg: #ffffff;
15
- $base-text: #494138;
16
- $base-bg: #f2efe8;
17
- $hovered-text: #494138;
18
- $hovered-bg: #dfdcd5;
19
- $selected-text: #ffffff;
20
- $selected-bg: #744662;
1
+ $kendo-is-dark-theme: false;
2
+ $kendo-color-primary: #744662;
3
+ $kendo-color-secondary: #e8e3d6;
4
+ $kendo-color-info: #70c1de;
5
+ $kendo-color-success: #8dba4f;
6
+ $kendo-color-warning: #e8be68;
7
+ $kendo-color-error: #b42a58;
8
+ $kendo-body-text: #494138;
9
+ $kendo-body-bg: #ffffff;
10
+ $kendo-subtle-text: #6d6760;
11
+ $kendo-disabled-text: #928d88;
12
+ $kendo-component-text: #494138;
13
+ $kendo-component-bg: #ffffff;
14
+ $kendo-base-text: #494138;
15
+ $kendo-base-bg: #f2efe8;
16
+ $kendo-hover-text: #494138;
17
+ $kendo-hover-bg: #dfdcd5;
18
+ $kendo-selected-text: #ffffff;
19
+ $kendo-selected-bg: #744662;
21
20
  $kendo-button-text: #212529;
22
21
  $kendo-button-bg: #dad2bd;
23
- $link-text: #744662;
24
- $link-hover-text: #44293a;
25
- $series-a: #c67eab;
26
- $series-b: #742659;
27
- $series-c: #3fc0df;
28
- $series-d: #09899c;
29
- $series-e: #dfbb4c;
30
- $series-f: #b38400;
31
-
22
+ $kendo-link-text: #744662;
23
+ $kendo-link-hover-text: #44293a;
24
+ $kendo-series-a: #c67eab;
25
+ $kendo-series-b: #742659;
26
+ $kendo-series-c: #3fc0df;
27
+ $kendo-series-d: #09899c;
28
+ $kendo-series-e: #dfbb4c;
29
+ $kendo-series-f: #b38400;
32
30
  @import "all.scss";
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.2",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -13,109 +13,40 @@
13
13
  ],
14
14
  "components": [],
15
15
  "groups": [
16
- {
17
- "hidden": true,
18
- "variables": {
19
- "dark-theme": {
20
- "name": "Dark theme",
21
- "type": "boolean",
22
- "value": true
23
- }
24
- }
25
- },
26
- {
27
- "hidden": true,
28
- "variables": {
29
- "gray-100": {
30
- "name": "Gray 100",
31
- "type": "color",
32
- "value": "#f5f5f5"
33
- },
34
- "gray-200": {
35
- "name": "Gray 200",
36
- "type": "color",
37
- "value": "#eeeeee"
38
- },
39
- "gray-300": {
40
- "name": "Gray 300",
41
- "type": "color",
42
- "value": "#dddddd"
43
- },
44
- "gray-400": {
45
- "name": "Gray 400",
46
- "type": "color",
47
- "value": "#cccccc"
48
- },
49
- "gray-500": {
50
- "name": "Gray 500",
51
- "type": "color",
52
- "value": "#aaaaaa"
53
- },
54
- "gray-600": {
55
- "name": "Gray 600",
56
- "type": "color",
57
- "value": "#777777"
58
- },
59
- "gray-700": {
60
- "name": "Gray 700",
61
- "type": "color",
62
- "value": "#555555"
63
- },
64
- "gray-800": {
65
- "name": "Gray 800",
66
- "type": "color",
67
- "value": "#333333"
68
- },
69
- "gray-900": {
70
- "name": "Gray 900",
71
- "type": "color",
72
- "value": "#222222"
73
- }
74
- }
75
- },
76
- {
77
- "variables": {
78
- "border-radius": {
79
- "name": "Border radius",
80
- "type": "number",
81
- "value": "0.25rem"
82
- }
83
- }
84
- },
85
16
  {
86
17
  "name": "Theme colors",
87
18
  "variables": {
88
- "dark-theme": {
19
+ "kendo-is-dark-theme": {
89
20
  "name": "Dark theme",
90
21
  "type": "boolean",
91
22
  "value": true
92
23
  },
93
- "primary": {
24
+ "kendo-color-primary": {
94
25
  "name": "Primary",
95
26
  "type": "color",
96
27
  "value": "#337ab7"
97
28
  },
98
- "secondary": {
29
+ "kendo-color-secondary": {
99
30
  "name": "Secondary",
100
31
  "type": "color",
101
32
  "value": "#f8f8f8"
102
33
  },
103
- "info": {
34
+ "kendo-color-info": {
104
35
  "name": "Info",
105
36
  "type": "color",
106
37
  "value": "#5bc0de"
107
38
  },
108
- "success": {
39
+ "kendo-color-success": {
109
40
  "name": "Success",
110
41
  "type": "color",
111
42
  "value": "#5cb85c"
112
43
  },
113
- "warning": {
44
+ "kendo-color-warning": {
114
45
  "name": "Warning",
115
46
  "type": "color",
116
47
  "value": "#f0ad4e"
117
48
  },
118
- "error": {
49
+ "kendo-color-error": {
119
50
  "name": "Error",
120
51
  "type": "color",
121
52
  "value": "#d9534f"
@@ -125,27 +56,22 @@
125
56
  {
126
57
  "name": "Body",
127
58
  "variables": {
128
- "body-text": {
59
+ "kendo-body-text": {
129
60
  "name": "Body text color",
130
61
  "type": "color",
131
62
  "value": "#ffffff"
132
63
  },
133
- "body-bg": {
64
+ "kendo-body-bg": {
134
65
  "name": "Body background",
135
66
  "type": "color",
136
67
  "value": "#000000"
137
68
  },
138
- "headings-text": {
139
- "name": "Headings text color",
140
- "type": "color",
141
- "value": "#ffffff"
142
- },
143
- "subtle-text": {
69
+ "kendo-subtle-text": {
144
70
  "name": "Subtle text color",
145
71
  "type": "color",
146
72
  "value": "#cccccc"
147
73
  },
148
- "disabled-text": {
74
+ "kendo-disabled-text": {
149
75
  "name": "Disabled text color",
150
76
  "type": "color",
151
77
  "value": "#aaaaaa"
@@ -155,42 +81,42 @@
155
81
  {
156
82
  "name": "Components",
157
83
  "variables": {
158
- "component-text": {
84
+ "kendo-component-text": {
159
85
  "name": "Component text color",
160
86
  "type": "color",
161
87
  "value": "#ffffff"
162
88
  },
163
- "component-bg": {
89
+ "kendo-component-bg": {
164
90
  "name": "Component background",
165
91
  "type": "color",
166
92
  "value": "#000000"
167
93
  },
168
- "base-text": {
94
+ "kendo-base-text": {
169
95
  "name": "Header text color",
170
96
  "type": "color",
171
97
  "value": "#ffffff"
172
98
  },
173
- "base-bg": {
99
+ "kendo-base-bg": {
174
100
  "name": "Header background",
175
101
  "type": "color",
176
102
  "value": "#222222"
177
103
  },
178
- "hovered-text": {
104
+ "kendo-hover-text": {
179
105
  "name": "Hover text color",
180
106
  "type": "color",
181
107
  "value": "#ffffff"
182
108
  },
183
- "hovered-bg": {
109
+ "kendo-hover-bg": {
184
110
  "name": "Hover background",
185
111
  "type": "color",
186
112
  "value": "#333333"
187
113
  },
188
- "selected-text": {
114
+ "kendo-selected-text": {
189
115
  "name": "Selected text color",
190
116
  "type": "color",
191
117
  "value": "#ffffff"
192
118
  },
193
- "selected-bg": {
119
+ "kendo-selected-bg": {
194
120
  "name": "Selected background",
195
121
  "type": "color",
196
122
  "value": "#337ab7"
@@ -220,12 +146,12 @@
220
146
  {
221
147
  "name": "Link",
222
148
  "variables": {
223
- "link-text": {
149
+ "kendo-link-text": {
224
150
  "name": "Link text color",
225
151
  "type": "color",
226
152
  "value": "#337ab7"
227
153
  },
228
- "link-hover-text": {
154
+ "kendo-link-hover-text": {
229
155
  "name": "Link hover text color",
230
156
  "type": "color",
231
157
  "value": "#23527c"
@@ -235,37 +161,87 @@
235
161
  {
236
162
  "name": "Dataviz",
237
163
  "variables": {
238
- "series-a": {
164
+ "kendo-series-a": {
239
165
  "name": "Series A",
240
166
  "type": "color",
241
167
  "value": "#0275d8"
242
168
  },
243
- "series-b": {
169
+ "kendo-series-b": {
244
170
  "name": "Series B",
245
171
  "type": "color",
246
172
  "value": "#5bc0de"
247
173
  },
248
- "series-c": {
174
+ "kendo-series-c": {
249
175
  "name": "Series C",
250
176
  "type": "color",
251
177
  "value": "#5cb85c"
252
178
  },
253
- "series-d": {
179
+ "kendo-series-d": {
254
180
  "name": "Series D",
255
181
  "type": "color",
256
182
  "value": "#f0ad4e"
257
183
  },
258
- "series-e": {
184
+ "kendo-series-e": {
259
185
  "name": "Series E",
260
186
  "type": "color",
261
187
  "value": "#e67d4a"
262
188
  },
263
- "series-f": {
189
+ "kendo-series-f": {
264
190
  "name": "Series F",
265
191
  "type": "color",
266
192
  "value": "#d9534f"
267
193
  }
268
194
  }
195
+ },
196
+ {
197
+ "hidden": true,
198
+ "variables": {
199
+ "gray-100": {
200
+ "name": "Gray 100",
201
+ "type": "color",
202
+ "value": "#f5f5f5"
203
+ },
204
+ "gray-200": {
205
+ "name": "Gray 200",
206
+ "type": "color",
207
+ "value": "#eeeeee"
208
+ },
209
+ "gray-300": {
210
+ "name": "Gray 300",
211
+ "type": "color",
212
+ "value": "#dddddd"
213
+ },
214
+ "gray-400": {
215
+ "name": "Gray 400",
216
+ "type": "color",
217
+ "value": "#cccccc"
218
+ },
219
+ "gray-500": {
220
+ "name": "Gray 500",
221
+ "type": "color",
222
+ "value": "#aaaaaa"
223
+ },
224
+ "gray-600": {
225
+ "name": "Gray 600",
226
+ "type": "color",
227
+ "value": "#777777"
228
+ },
229
+ "gray-700": {
230
+ "name": "Gray 700",
231
+ "type": "color",
232
+ "value": "#555555"
233
+ },
234
+ "gray-800": {
235
+ "name": "Gray 800",
236
+ "type": "color",
237
+ "value": "#333333"
238
+ },
239
+ "gray-900": {
240
+ "name": "Gray 900",
241
+ "type": "color",
242
+ "value": "#222222"
243
+ }
244
+ }
269
245
  }
270
246
  ]
271
247
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.2",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -13,99 +13,40 @@
13
13
  ],
14
14
  "components": [],
15
15
  "groups": [
16
- {
17
- "hidden": true,
18
- "variables": {
19
- "gray-100": {
20
- "name": "Gray 100",
21
- "type": "color",
22
- "value": "#f5f5f5"
23
- },
24
- "gray-200": {
25
- "name": "Gray 200",
26
- "type": "color",
27
- "value": "#eeeeee"
28
- },
29
- "gray-300": {
30
- "name": "Gray 300",
31
- "type": "color",
32
- "value": "#dddddd"
33
- },
34
- "gray-400": {
35
- "name": "Gray 400",
36
- "type": "color",
37
- "value": "#cccccc"
38
- },
39
- "gray-500": {
40
- "name": "Gray 500",
41
- "type": "color",
42
- "value": "#aaaaaa"
43
- },
44
- "gray-600": {
45
- "name": "Gray 600",
46
- "type": "color",
47
- "value": "#777777"
48
- },
49
- "gray-700": {
50
- "name": "Gray 700",
51
- "type": "color",
52
- "value": "#555555"
53
- },
54
- "gray-800": {
55
- "name": "Gray 800",
56
- "type": "color",
57
- "value": "#333333"
58
- },
59
- "gray-900": {
60
- "name": "Gray 900",
61
- "type": "color",
62
- "value": "#222222"
63
- }
64
- }
65
- },
66
- {
67
- "variables": {
68
- "border-radius": {
69
- "name": "Border radius",
70
- "type": "number",
71
- "value": "0.25rem"
72
- }
73
- }
74
- },
75
16
  {
76
17
  "name": "Theme colors",
77
18
  "variables": {
78
- "dark-theme": {
19
+ "kendo-is-dark-theme": {
79
20
  "name": "Dark theme",
80
21
  "type": "boolean",
81
22
  "value": false
82
23
  },
83
- "primary": {
24
+ "kendo-color-primary": {
84
25
  "name": "Primary",
85
26
  "type": "color",
86
27
  "value": "#337ab7"
87
28
  },
88
- "secondary": {
29
+ "kendo-color-secondary": {
89
30
  "name": "Secondary",
90
31
  "type": "color",
91
32
  "value": "#f8f8f8"
92
33
  },
93
- "info": {
34
+ "kendo-color-info": {
94
35
  "name": "Info",
95
36
  "type": "color",
96
37
  "value": "#5bc0de"
97
38
  },
98
- "success": {
39
+ "kendo-color-success": {
99
40
  "name": "Success",
100
41
  "type": "color",
101
42
  "value": "#5cb85c"
102
43
  },
103
- "warning": {
44
+ "kendo-color-warning": {
104
45
  "name": "Warning",
105
46
  "type": "color",
106
47
  "value": "#f0ad4e"
107
48
  },
108
- "error": {
49
+ "kendo-color-error": {
109
50
  "name": "Error",
110
51
  "type": "color",
111
52
  "value": "#d9534f"
@@ -115,27 +56,22 @@
115
56
  {
116
57
  "name": "Body",
117
58
  "variables": {
118
- "body-text": {
59
+ "kendo-body-text": {
119
60
  "name": "Body text color",
120
61
  "type": "color",
121
62
  "value": "#333333"
122
63
  },
123
- "body-bg": {
64
+ "kendo-body-bg": {
124
65
  "name": "Body background",
125
66
  "type": "color",
126
67
  "value": "#ffffff"
127
68
  },
128
- "headings-text": {
129
- "name": "Headings text color",
130
- "type": "color",
131
- "value": "#333333"
132
- },
133
- "subtle-text": {
69
+ "kendo-subtle-text": {
134
70
  "name": "Subtle text color",
135
71
  "type": "color",
136
72
  "value": "#777777"
137
73
  },
138
- "disabled-text": {
74
+ "kendo-disabled-text": {
139
75
  "name": "Disabled text color",
140
76
  "type": "color",
141
77
  "value": "#777777"
@@ -145,42 +81,42 @@
145
81
  {
146
82
  "name": "Components",
147
83
  "variables": {
148
- "component-text": {
84
+ "kendo-component-text": {
149
85
  "name": "Component text color",
150
86
  "type": "color",
151
87
  "value": "#333333"
152
88
  },
153
- "component-bg": {
89
+ "kendo-component-bg": {
154
90
  "name": "Component background",
155
91
  "type": "color",
156
92
  "value": "#ffffff"
157
93
  },
158
- "base-text": {
94
+ "kendo-base-text": {
159
95
  "name": "Header text color",
160
96
  "type": "color",
161
97
  "value": "#333333"
162
98
  },
163
- "base-bg": {
99
+ "kendo-base-bg": {
164
100
  "name": "Header background",
165
101
  "type": "color",
166
102
  "value": "#f5f5f5"
167
103
  },
168
- "hovered-text": {
104
+ "kendo-hover-text": {
169
105
  "name": "Hover text color",
170
106
  "type": "color",
171
107
  "value": "#333333"
172
108
  },
173
- "hovered-bg": {
109
+ "kendo-hover-bg": {
174
110
  "name": "Hover background",
175
111
  "type": "color",
176
112
  "value": "#eeeeee"
177
113
  },
178
- "selected-text": {
114
+ "kendo-selected-text": {
179
115
  "name": "Selected text color",
180
116
  "type": "color",
181
117
  "value": "#ffffff"
182
118
  },
183
- "selected-bg": {
119
+ "kendo-selected-bg": {
184
120
  "name": "Selected background",
185
121
  "type": "color",
186
122
  "value": "#337ab7"
@@ -210,12 +146,12 @@
210
146
  {
211
147
  "name": "Link",
212
148
  "variables": {
213
- "link-text": {
149
+ "kendo-link-text": {
214
150
  "name": "Link text color",
215
151
  "type": "color",
216
152
  "value": "#337ab7"
217
153
  },
218
- "link-hover-text": {
154
+ "kendo-link-hover-text": {
219
155
  "name": "Link hover text color",
220
156
  "type": "color",
221
157
  "value": "#23527c"
@@ -225,37 +161,87 @@
225
161
  {
226
162
  "name": "Dataviz",
227
163
  "variables": {
228
- "series-a": {
164
+ "kendo-series-a": {
229
165
  "name": "Series A",
230
166
  "type": "color",
231
167
  "value": "#0275d8"
232
168
  },
233
- "series-b": {
169
+ "kendo-series-b": {
234
170
  "name": "Series B",
235
171
  "type": "color",
236
172
  "value": "#5bc0de"
237
173
  },
238
- "series-c": {
174
+ "kendo-series-c": {
239
175
  "name": "Series C",
240
176
  "type": "color",
241
177
  "value": "#5cb85c"
242
178
  },
243
- "series-d": {
179
+ "kendo-series-d": {
244
180
  "name": "Series D",
245
181
  "type": "color",
246
182
  "value": "#f0ad4e"
247
183
  },
248
- "series-e": {
184
+ "kendo-series-e": {
249
185
  "name": "Series E",
250
186
  "type": "color",
251
187
  "value": "#e67d4a"
252
188
  },
253
- "series-f": {
189
+ "kendo-series-f": {
254
190
  "name": "Series F",
255
191
  "type": "color",
256
192
  "value": "#d9534f"
257
193
  }
258
194
  }
195
+ },
196
+ {
197
+ "hidden": true,
198
+ "variables": {
199
+ "gray-100": {
200
+ "name": "Gray 100",
201
+ "type": "color",
202
+ "value": "#f5f5f5"
203
+ },
204
+ "gray-200": {
205
+ "name": "Gray 200",
206
+ "type": "color",
207
+ "value": "#eeeeee"
208
+ },
209
+ "gray-300": {
210
+ "name": "Gray 300",
211
+ "type": "color",
212
+ "value": "#dddddd"
213
+ },
214
+ "gray-400": {
215
+ "name": "Gray 400",
216
+ "type": "color",
217
+ "value": "#cccccc"
218
+ },
219
+ "gray-500": {
220
+ "name": "Gray 500",
221
+ "type": "color",
222
+ "value": "#aaaaaa"
223
+ },
224
+ "gray-600": {
225
+ "name": "Gray 600",
226
+ "type": "color",
227
+ "value": "#777777"
228
+ },
229
+ "gray-700": {
230
+ "name": "Gray 700",
231
+ "type": "color",
232
+ "value": "#555555"
233
+ },
234
+ "gray-800": {
235
+ "name": "Gray 800",
236
+ "type": "color",
237
+ "value": "#333333"
238
+ },
239
+ "gray-900": {
240
+ "name": "Gray 900",
241
+ "type": "color",
242
+ "value": "#222222"
243
+ }
244
+ }
259
245
  }
260
246
  ]
261
247
  }