@progress/kendo-theme-core 12.3.1-dev.8 → 13.0.0-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 (99) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/meta/sassdoc-data.json +2911 -446
  3. package/dist/meta/sassdoc-raw-data.json +1143 -2
  4. package/package.json +2 -2
  5. package/scss/border-radii/index.scss +0 -8
  6. package/scss/components/action-sheet/_layout.scss +1 -1
  7. package/scss/components/appbar/_theme.scss +20 -18
  8. package/scss/components/appbar/_variables.scss +4 -1
  9. package/scss/components/avatar/_layout.scss +22 -9
  10. package/scss/components/avatar/_theme.scss +36 -14
  11. package/scss/components/avatar/_variables.scss +23 -2
  12. package/scss/components/badge/_layout.scss +33 -22
  13. package/scss/components/badge/_theme.scss +36 -16
  14. package/scss/components/badge/_variables.scss +36 -3
  15. package/scss/components/bottom-navigation/_theme.scss +45 -40
  16. package/scss/components/bottom-navigation/_variables.scss +6 -1
  17. package/scss/components/breadcrumb/_layout.scss +29 -27
  18. package/scss/components/breadcrumb/_variables.scss +30 -1
  19. package/scss/components/button/_layout.scss +110 -123
  20. package/scss/components/button/_theme.scss +298 -242
  21. package/scss/components/button/_variables.scss +34 -4
  22. package/scss/components/calendar/_layout.scss +44 -46
  23. package/scss/components/calendar/_variables.scss +27 -1
  24. package/scss/components/card/_theme.scss +16 -15
  25. package/scss/components/card/_variables.scss +5 -1
  26. package/scss/components/checkbox/_layout.scss +35 -20
  27. package/scss/components/checkbox/_variables.scss +23 -2
  28. package/scss/components/chip/_layout.scss +42 -34
  29. package/scss/components/chip/_theme.scss +125 -113
  30. package/scss/components/chip/_variables.scss +46 -2
  31. package/scss/components/coloreditor/_layout.scss +37 -36
  32. package/scss/components/coloreditor/_variables.scss +37 -1
  33. package/scss/components/colorgradient/_layout.scss +47 -46
  34. package/scss/components/colorgradient/_variables.scss +36 -1
  35. package/scss/components/colorpalette/_layout.scss +15 -13
  36. package/scss/components/colorpalette/_variables.scss +18 -1
  37. package/scss/components/column-menu/_layout.scss +31 -20
  38. package/scss/components/column-menu/_variables.scss +7 -3
  39. package/scss/components/datetimepicker/_layout.scss +11 -7
  40. package/scss/components/datetimepicker/_variables.scss +16 -1
  41. package/scss/components/dialog/_theme.scss +12 -9
  42. package/scss/components/dialog/_variables.scss +5 -1
  43. package/scss/components/fab/_layout.scss +22 -12
  44. package/scss/components/fab/_theme.scss +79 -73
  45. package/scss/components/fab/_variables.scss +29 -4
  46. package/scss/components/forms/_layout.scss +8 -4
  47. package/scss/components/forms/_variables.scss +15 -1
  48. package/scss/components/gantt/_layout.scss +1 -1
  49. package/scss/components/grid/_layout.scss +112 -105
  50. package/scss/components/grid/_variables.scss +43 -4
  51. package/scss/components/icons/_layout.scss +2 -1
  52. package/scss/components/icons/_variables.scss +1 -0
  53. package/scss/components/input/_layout.scss +162 -94
  54. package/scss/components/input/_theme.scss +431 -418
  55. package/scss/components/input/_variables.scss +40 -1
  56. package/scss/components/list/_layout.scss +68 -66
  57. package/scss/components/list/_variables.scss +72 -1
  58. package/scss/components/loader/_layout.scss +75 -61
  59. package/scss/components/loader/_theme.scss +10 -10
  60. package/scss/components/loader/_variables.scss +7 -1
  61. package/scss/components/menu/_layout.scss +36 -70
  62. package/scss/components/menu/_variables.scss +34 -0
  63. package/scss/components/messagebox/_theme.scss +17 -14
  64. package/scss/components/messagebox/_variables.scss +6 -1
  65. package/scss/components/notification/_theme.scss +10 -8
  66. package/scss/components/notification/_variables.scss +3 -16
  67. package/scss/components/otp/_layout.scss +16 -13
  68. package/scss/components/otp/_variables.scss +19 -1
  69. package/scss/components/overlay/_theme.scss +12 -4
  70. package/scss/components/overlay/_variables.scss +5 -1
  71. package/scss/components/pager/_layout.scss +32 -26
  72. package/scss/components/pager/_variables.scss +24 -1
  73. package/scss/components/radio/_layout.scss +27 -18
  74. package/scss/components/radio/_variables.scss +21 -1
  75. package/scss/components/scheduler/_layout.scss +0 -1
  76. package/scss/components/signature/_layout.scss +26 -21
  77. package/scss/components/signature/_variables.scss +19 -1
  78. package/scss/components/split-button/_layout.scss +8 -2
  79. package/scss/components/suggestion/_theme.scss +34 -60
  80. package/scss/components/suggestion/_variables.scss +5 -12
  81. package/scss/components/switch/_layout.scss +60 -41
  82. package/scss/components/switch/_variables.scss +38 -1
  83. package/scss/components/table/_layout.scss +31 -26
  84. package/scss/components/table/_variables.scss +24 -1
  85. package/scss/components/tabstrip/_layout.scss +27 -23
  86. package/scss/components/tabstrip/_variables.scss +23 -1
  87. package/scss/components/timeselector/_layout.scss +34 -34
  88. package/scss/components/timeselector/_variables.scss +24 -1
  89. package/scss/components/toolbar/_layout.scss +63 -65
  90. package/scss/components/toolbar/_theme.scss +80 -70
  91. package/scss/components/toolbar/_variables.scss +25 -1
  92. package/scss/components/tooltip/_variables.scss +0 -14
  93. package/scss/components/treeview/_layout.scss +29 -26
  94. package/scss/components/treeview/_variables.scss +30 -1
  95. package/scss/components/window/_layout.scss +8 -12
  96. package/scss/components/window/_theme.scss +12 -8
  97. package/scss/components/window/_variables.scss +15 -3
  98. package/scss/functions/_default.scss +16 -0
  99. package/scss/functions/index.scss +1 -0
@@ -63,249 +63,699 @@
63
63
  }
64
64
  },
65
65
  {
66
- "description": "The color white.\nNote: you cannot change this value.\n",
66
+ "description": "The theme colors map of the AppBar.\n",
67
67
  "commentRange": {
68
- "start": 3,
69
- "end": 6
68
+ "start": 27,
69
+ "end": 28
70
70
  },
71
71
  "context": {
72
72
  "type": "variable",
73
- "name": "kendo-color-white",
74
- "value": "#ffffff",
75
- "scope": "private",
73
+ "name": "kendo-appbar-theme-colors",
74
+ "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
75
+ "scope": "default",
76
76
  "line": {
77
- "start": 7,
78
- "end": 7
77
+ "start": 29,
78
+ "end": 29
79
79
  }
80
80
  },
81
- "type": "Color",
82
81
  "group": [
83
- "color-system"
82
+ "appbar"
84
83
  ],
85
84
  "access": "public",
86
85
  "file": {
87
- "path": "core/scss/color-system/_constants.scss",
88
- "name": "_constants.scss"
89
- },
90
- "resolvedValue": "#ffffff",
91
- "resolvedType": "Color"
86
+ "path": "core/scss/components/appbar/_variables.scss",
87
+ "name": "_variables.scss"
88
+ }
92
89
  },
93
90
  {
94
- "description": "The color black.\nNote: you cannot change this value.\n",
91
+ "description": "The sizes map of the Avatar.\n",
95
92
  "commentRange": {
96
- "start": 9,
97
- "end": 12
93
+ "start": 24,
94
+ "end": 25
98
95
  },
99
96
  "context": {
100
97
  "type": "variable",
101
- "name": "kendo-color-black",
102
- "value": "#000000",
103
- "scope": "private",
98
+ "name": "kendo-avatar-sizes",
99
+ "value": "(\n sm: $kendo-avatar-sm-size,\n md: $kendo-avatar-md-size,\n lg: $kendo-avatar-lg-size\n)",
100
+ "scope": "default",
104
101
  "line": {
105
- "start": 13,
106
- "end": 13
102
+ "start": 26,
103
+ "end": 30
107
104
  }
108
105
  },
109
- "type": "Color",
110
106
  "group": [
111
- "color-system"
107
+ "avatar"
112
108
  ],
113
109
  "access": "public",
114
110
  "file": {
115
- "path": "core/scss/color-system/_constants.scss",
116
- "name": "_constants.scss"
117
- },
118
- "resolvedValue": "#000000",
119
- "resolvedType": "Color"
111
+ "path": "core/scss/components/avatar/_variables.scss",
112
+ "name": "_variables.scss"
113
+ }
120
114
  },
121
115
  {
122
- "description": "The color transparent.\nNote: you cannot change this value.\n",
116
+ "description": "The theme colors map of the Avatar.\n",
123
117
  "commentRange": {
124
- "start": 15,
125
- "end": 18
118
+ "start": 32,
119
+ "end": 33
126
120
  },
127
121
  "context": {
128
122
  "type": "variable",
129
- "name": "kendo-color-rgba-transparent",
130
- "value": "rgba(0, 0, 0, 0)",
131
- "scope": "private",
123
+ "name": "kendo-avatar-theme-colors",
124
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
125
+ "scope": "default",
132
126
  "line": {
133
- "start": 19,
134
- "end": 19
127
+ "start": 34,
128
+ "end": 34
135
129
  }
136
130
  },
137
- "type": "Color",
138
131
  "group": [
139
- "color-system"
132
+ "avatar"
140
133
  ],
141
134
  "access": "public",
142
135
  "file": {
143
- "path": "core/scss/color-system/_constants.scss",
144
- "name": "_constants.scss"
136
+ "path": "core/scss/components/avatar/_variables.scss",
137
+ "name": "_variables.scss"
138
+ }
139
+ },
140
+ {
141
+ "description": "The sizes map of the Badge.\n",
142
+ "commentRange": {
143
+ "start": 33,
144
+ "end": 34
145
145
  },
146
- "resolvedValue": "rgba(0, 0, 0, 0)",
147
- "resolvedType": "Color"
146
+ "context": {
147
+ "type": "variable",
148
+ "name": "kendo-badge-sizes",
149
+ "value": "(\n sm: (\n padding-x: $kendo-badge-sm-padding-x,\n padding-y: $kendo-badge-sm-padding-y,\n font-size: $kendo-badge-sm-font-size,\n line-height: $kendo-badge-sm-line-height,\n min-width: $kendo-badge-sm-min-width\n ),\n md: (\n padding-x: $kendo-badge-md-padding-x,\n padding-y: $kendo-badge-md-padding-y,\n font-size: $kendo-badge-md-font-size,\n line-height: $kendo-badge-md-line-height,\n min-width: $kendo-badge-md-min-width\n ),\n lg: (\n padding-x: $kendo-badge-lg-padding-x,\n padding-y: $kendo-badge-lg-padding-y,\n font-size: $kendo-badge-lg-font-size,\n line-height: $kendo-badge-lg-line-height,\n min-width: $kendo-badge-lg-min-width\n )\n)",
150
+ "scope": "default",
151
+ "line": {
152
+ "start": 35,
153
+ "end": 57
154
+ }
155
+ },
156
+ "group": [
157
+ "badge"
158
+ ],
159
+ "access": "public",
160
+ "file": {
161
+ "path": "core/scss/components/badge/_variables.scss",
162
+ "name": "_variables.scss"
163
+ }
148
164
  },
149
165
  {
150
- "description": "A gradient that goes from transparent to black.\nNote: you cannot change this value.\n",
166
+ "description": "The theme colors map of the Badge.\n",
151
167
  "commentRange": {
152
- "start": 21,
153
- "end": 24
168
+ "start": 61,
169
+ "end": 62
154
170
  },
155
171
  "context": {
156
172
  "type": "variable",
157
- "name": "kendo-gradient-transparent-to-black",
158
- "value": "rgba(black, 0), black",
159
- "scope": "private",
173
+ "name": "kendo-badge-theme-colors",
174
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
175
+ "scope": "default",
160
176
  "line": {
161
- "start": 25,
162
- "end": 25
177
+ "start": 63,
178
+ "end": 63
163
179
  }
164
180
  },
165
- "type": "Gradient",
166
181
  "group": [
167
- "color-system"
182
+ "badge"
168
183
  ],
169
184
  "access": "public",
170
185
  "file": {
171
- "path": "core/scss/color-system/_constants.scss",
172
- "name": "_constants.scss"
186
+ "path": "core/scss/components/badge/_variables.scss",
187
+ "name": "_variables.scss"
188
+ }
189
+ },
190
+ {
191
+ "description": "The theme colors map of the BottomNavigation.\n",
192
+ "commentRange": {
193
+ "start": 31,
194
+ "end": 32
173
195
  },
174
- "resolvedValue": "(rgba(0, 0, 0, 0), black)",
175
- "resolvedType": "Gradient"
196
+ "context": {
197
+ "type": "variable",
198
+ "name": "kendo-bottom-navigation-theme-colors",
199
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
200
+ "scope": "default",
201
+ "line": {
202
+ "start": 33,
203
+ "end": 33
204
+ }
205
+ },
206
+ "group": [
207
+ "bottom-navigation"
208
+ ],
209
+ "access": "public",
210
+ "file": {
211
+ "path": "core/scss/components/bottom-navigation/_variables.scss",
212
+ "name": "_variables.scss"
213
+ }
176
214
  },
177
215
  {
178
- "description": "A gradient that goes from transparent to white.\nNote: you cannot change this value.\n",
216
+ "description": "The sizes map of the Breadcrumb.\n",
179
217
  "commentRange": {
180
- "start": 27,
181
- "end": 30
218
+ "start": 81,
219
+ "end": 82
182
220
  },
183
221
  "context": {
184
222
  "type": "variable",
185
- "name": "kendo-gradient-transparent-to-white",
186
- "value": "rgba(white, 0), white",
187
- "scope": "private",
223
+ "name": "kendo-breadcrumb-sizes",
224
+ "value": "(\n sm: (\n link-padding-x: $kendo-breadcrumb-sm-link-padding-x,\n link-padding-y: $kendo-breadcrumb-sm-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,\n font-size: $kendo-breadcrumb-sm-font-size,\n line-height: $kendo-breadcrumb-sm-line-height\n ),\n md: (\n link-padding-x: $kendo-breadcrumb-md-link-padding-x,\n link-padding-y: $kendo-breadcrumb-md-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,\n font-size: $kendo-breadcrumb-md-font-size,\n line-height: $kendo-breadcrumb-md-line-height\n ),\n lg: (\n link-padding-x: $kendo-breadcrumb-lg-link-padding-x,\n link-padding-y: $kendo-breadcrumb-lg-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,\n font-size: $kendo-breadcrumb-lg-font-size,\n line-height: $kendo-breadcrumb-lg-line-height\n )\n)",
225
+ "scope": "default",
188
226
  "line": {
189
- "start": 31,
190
- "end": 31
227
+ "start": 83,
228
+ "end": 108
191
229
  }
192
230
  },
193
- "type": "Gradient",
194
231
  "group": [
195
- "color-system"
232
+ "breadcrumb"
196
233
  ],
197
234
  "access": "public",
198
235
  "file": {
199
- "path": "core/scss/color-system/_constants.scss",
200
- "name": "_constants.scss"
236
+ "path": "core/scss/components/breadcrumb/_variables.scss",
237
+ "name": "_variables.scss"
238
+ }
239
+ },
240
+ {
241
+ "description": "The theme colors map of the Button.\n",
242
+ "commentRange": {
243
+ "start": 108,
244
+ "end": 109
201
245
  },
202
- "resolvedValue": "(rgba(255, 255, 255, 0), white)",
203
- "resolvedType": "Gradient"
246
+ "context": {
247
+ "type": "variable",
248
+ "name": "kendo-button-theme-colors",
249
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
250
+ "scope": "default",
251
+ "line": {
252
+ "start": 110,
253
+ "end": 110
254
+ }
255
+ },
256
+ "group": [
257
+ "button"
258
+ ],
259
+ "access": "public",
260
+ "file": {
261
+ "path": "core/scss/components/button/_variables.scss",
262
+ "name": "_variables.scss"
263
+ }
204
264
  },
205
265
  {
206
- "description": "A gradient that goes from black to transparent.\nNote: you cannot change this value.\n",
266
+ "description": "The sizes map of the Button.\n",
207
267
  "commentRange": {
208
- "start": 33,
209
- "end": 36
268
+ "start": 112,
269
+ "end": 113
210
270
  },
211
271
  "context": {
212
272
  "type": "variable",
213
- "name": "kendo-gradient-black-to-transparent",
214
- "value": "black, rgba(black, 0)",
215
- "scope": "private",
273
+ "name": "kendo-button-sizes",
274
+ "value": "(\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
275
+ "scope": "default",
216
276
  "line": {
217
- "start": 37,
218
- "end": 37
277
+ "start": 114,
278
+ "end": 133
219
279
  }
220
280
  },
221
- "type": "Gradient",
222
281
  "group": [
223
- "color-system"
282
+ "button"
224
283
  ],
225
284
  "access": "public",
226
285
  "file": {
227
- "path": "core/scss/color-system/_constants.scss",
228
- "name": "_constants.scss"
286
+ "path": "core/scss/components/button/_variables.scss",
287
+ "name": "_variables.scss"
288
+ }
289
+ },
290
+ {
291
+ "description": "The sizes map of the Calendar.\n",
292
+ "commentRange": {
293
+ "start": 143,
294
+ "end": 144
229
295
  },
230
- "resolvedValue": "(black, rgba(0, 0, 0, 0))",
231
- "resolvedType": "Gradient"
296
+ "context": {
297
+ "type": "variable",
298
+ "name": "kendo-calendar-sizes",
299
+ "value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-x,\n cell-padding-y: $kendo-calendar-sm-cell-padding-y\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-x,\n cell-padding-y: $kendo-calendar-md-cell-padding-y\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-x,\n cell-padding-y: $kendo-calendar-lg-cell-padding-y\n )\n)",
300
+ "scope": "default",
301
+ "line": {
302
+ "start": 145,
303
+ "end": 167
304
+ }
305
+ },
306
+ "group": [
307
+ "calendar"
308
+ ],
309
+ "access": "public",
310
+ "file": {
311
+ "path": "core/scss/components/calendar/_variables.scss",
312
+ "name": "_variables.scss"
313
+ }
232
314
  },
233
315
  {
234
- "description": "A gradient that goes from white to transparent.\nNote: you cannot change this value.\n",
316
+ "description": "The theme colors map of the Card.\n",
235
317
  "commentRange": {
236
- "start": 39,
237
- "end": 42
318
+ "start": 75,
319
+ "end": 76
238
320
  },
239
321
  "context": {
240
322
  "type": "variable",
241
- "name": "kendo-gradient-white-to-transparent",
242
- "value": "white, rgba(white, 0)",
243
- "scope": "private",
323
+ "name": "kendo-card-theme-colors",
324
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
325
+ "scope": "default",
244
326
  "line": {
245
- "start": 43,
246
- "end": 43
327
+ "start": 77,
328
+ "end": 77
247
329
  }
248
330
  },
249
- "type": "Gradient",
250
331
  "group": [
251
- "color-system"
332
+ "card"
252
333
  ],
253
334
  "access": "public",
254
335
  "file": {
255
- "path": "core/scss/color-system/_constants.scss",
256
- "name": "_constants.scss"
336
+ "path": "core/scss/components/card/_variables.scss",
337
+ "name": "_variables.scss"
338
+ }
339
+ },
340
+ {
341
+ "description": "The sizes map of the CheckBox.\n",
342
+ "commentRange": {
343
+ "start": 17,
344
+ "end": 18
257
345
  },
258
- "resolvedValue": "(white, rgba(255, 255, 255, 0))",
259
- "resolvedType": "Gradient"
346
+ "context": {
347
+ "type": "variable",
348
+ "name": "kendo-checkbox-sizes",
349
+ "value": "(\n sm: (\n size: $kendo-checkbox-sm-size,\n glyph-size: $kendo-checkbox-sm-glyph-size,\n ripple-size: $kendo-checkbox-sm-ripple-size\n ),\n md: (\n size: $kendo-checkbox-md-size,\n glyph-size: $kendo-checkbox-md-glyph-size,\n ripple-size: $kendo-checkbox-md-ripple-size\n ),\n lg: (\n size: $kendo-checkbox-lg-size,\n glyph-size: $kendo-checkbox-lg-glyph-size,\n ripple-size: $kendo-checkbox-lg-ripple-size\n )\n)",
350
+ "scope": "default",
351
+ "line": {
352
+ "start": 19,
353
+ "end": 35
354
+ }
355
+ },
356
+ "group": [
357
+ "checkbox"
358
+ ],
359
+ "access": "public",
360
+ "file": {
361
+ "path": "core/scss/components/checkbox/_variables.scss",
362
+ "name": "_variables.scss"
363
+ }
260
364
  },
261
365
  {
262
- "description": "A gradient that cycles through the colors of the rainbow.\nNote: you cannot change this value.\n",
366
+ "description": "The sizes map of the Chip.\n",
263
367
  "commentRange": {
264
- "start": 45,
265
- "end": 48
368
+ "start": 36,
369
+ "end": 37
266
370
  },
267
371
  "context": {
268
372
  "type": "variable",
269
- "name": "kendo-gradient-rainbow",
270
- "value": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
271
- "scope": "private",
373
+ "name": "kendo-chip-sizes",
374
+ "value": "(\n sm: (\n padding-x: $kendo-chip-sm-padding-x,\n padding-y: $kendo-chip-sm-padding-y,\n font-size: $kendo-chip-sm-font-size,\n line-height: $kendo-chip-sm-line-height\n ),\n md: (\n padding-x: $kendo-chip-md-padding-x,\n padding-y: $kendo-chip-md-padding-y,\n font-size: $kendo-chip-md-font-size,\n line-height: $kendo-chip-md-line-height\n ),\n lg: (\n padding-x: $kendo-chip-lg-padding-x,\n padding-y: $kendo-chip-lg-padding-y,\n font-size: $kendo-chip-lg-font-size,\n line-height: $kendo-chip-lg-line-height\n )\n)",
375
+ "scope": "default",
272
376
  "line": {
273
- "start": 49,
274
- "end": 49
377
+ "start": 38,
378
+ "end": 57
275
379
  }
276
380
  },
277
- "type": "Gradient",
278
381
  "group": [
279
- "color-system"
382
+ "chip"
280
383
  ],
281
384
  "access": "public",
282
385
  "file": {
283
- "path": "core/scss/color-system/_constants.scss",
284
- "name": "_constants.scss"
386
+ "path": "core/scss/components/chip/_variables.scss",
387
+ "name": "_variables.scss"
388
+ }
389
+ },
390
+ {
391
+ "description": "The sizes of the Chip list.\n",
392
+ "commentRange": {
393
+ "start": 64,
394
+ "end": 65
285
395
  },
286
- "resolvedValue": "(#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",
287
- "resolvedType": "Gradient"
396
+ "context": {
397
+ "type": "variable",
398
+ "name": "kendo-chip-list-sizes",
399
+ "value": "(\n sm: $kendo-chip-list-size-sm,\n md: $kendo-chip-list-size-md,\n lg: $kendo-chip-list-size-lg\n)",
400
+ "scope": "default",
401
+ "line": {
402
+ "start": 66,
403
+ "end": 70
404
+ }
405
+ },
406
+ "group": [
407
+ "chip"
408
+ ],
409
+ "access": "public",
410
+ "file": {
411
+ "path": "core/scss/components/chip/_variables.scss",
412
+ "name": "_variables.scss"
413
+ }
288
414
  },
289
415
  {
290
- "description": "The global default Colors map.\n",
416
+ "description": "The theme colors map of the Chip.\n",
291
417
  "commentRange": {
292
- "start": 174,
293
- "end": 423
418
+ "start": 75,
419
+ "end": 76
294
420
  },
295
421
  "context": {
296
422
  "type": "variable",
297
- "name": "kendo-colors",
298
- "value": "$default-colors",
423
+ "name": "kendo-chip-theme-colors",
424
+ "value": "(\"base\", \"error\", \"info\", \"warning\", \"success\")",
299
425
  "scope": "default",
300
426
  "line": {
301
- "start": 424,
302
- "end": 424
427
+ "start": 77,
428
+ "end": 77
303
429
  }
304
430
  },
305
431
  "group": [
306
- "color-system"
432
+ "chip"
307
433
  ],
308
- "subGroup": [
434
+ "access": "public",
435
+ "file": {
436
+ "path": "core/scss/components/chip/_variables.scss",
437
+ "name": "_variables.scss"
438
+ }
439
+ },
440
+ {
441
+ "description": "The size map of the ColorEditor.\n",
442
+ "commentRange": {
443
+ "start": 58,
444
+ "end": 59
445
+ },
446
+ "context": {
447
+ "type": "variable",
448
+ "name": "kendo-color-editor-sizes",
449
+ "value": "(\n sm: (\n min-width: $kendo-color-editor-sm-min-width,\n header-padding-x: $kendo-color-editor-sm-header-padding-x,\n header-padding-y: $kendo-color-editor-sm-header-padding-y,\n views-padding-x: $kendo-color-editor-sm-views-padding-x,\n views-padding-y: $kendo-color-editor-sm-views-padding-y,\n preview-gap: $kendo-color-editor-sm-preview-gap,\n preview-width: $kendo-color-editor-sm-color-preview-width,\n preview-height: $kendo-color-editor-sm-color-preview-height,\n\n ),\n md: (\n min-width: $kendo-color-editor-md-min-width,\n header-padding-x: $kendo-color-editor-md-header-padding-x,\n header-padding-y: $kendo-color-editor-md-header-padding-y,\n views-padding-x: $kendo-color-editor-md-views-padding-x,\n views-padding-y: $kendo-color-editor-md-views-padding-y,\n preview-gap: $kendo-color-editor-md-preview-gap,\n preview-width: $kendo-color-editor-md-color-preview-width,\n preview-height: $kendo-color-editor-md-color-preview-height,\n ),\n lg: (\n min-width: $kendo-color-editor-lg-min-width,\n header-padding-x: $kendo-color-editor-lg-header-padding-x,\n header-padding-y: $kendo-color-editor-lg-header-padding-y,\n views-padding-x: $kendo-color-editor-lg-views-padding-x,\n views-padding-y: $kendo-color-editor-lg-views-padding-y,\n preview-gap: $kendo-color-editor-lg-preview-gap,\n preview-width: $kendo-color-editor-lg-color-preview-width,\n preview-height: $kendo-color-editor-lg-color-preview-height,\n )\n)",
450
+ "scope": "default",
451
+ "line": {
452
+ "start": 60,
453
+ "end": 92
454
+ }
455
+ },
456
+ "group": [
457
+ "color-editor"
458
+ ],
459
+ "access": "public",
460
+ "file": {
461
+ "path": "core/scss/components/coloreditor/_variables.scss",
462
+ "name": "_variables.scss"
463
+ }
464
+ },
465
+ {
466
+ "description": "The size map of the ColorGradient.\n",
467
+ "commentRange": {
468
+ "start": 87,
469
+ "end": 88
470
+ },
471
+ "context": {
472
+ "type": "variable",
473
+ "name": "kendo-color-gradient-sizes",
474
+ "value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n gap: $kendo-color-gradient-sm-gap,\n canvas-gap: $kendo-color-gradient-sm-canvas-gap,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n gap: $kendo-color-gradient-md-gap,\n canvas-gap: $kendo-color-gradient-md-canvas-gap,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n gap: $kendo-color-gradient-lg-gap,\n canvas-gap: $kendo-color-gradient-lg-canvas-gap,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
475
+ "scope": "default",
476
+ "line": {
477
+ "start": 89,
478
+ "end": 120
479
+ }
480
+ },
481
+ "group": [
482
+ "color-gradient"
483
+ ],
484
+ "access": "public",
485
+ "file": {
486
+ "path": "core/scss/components/colorgradient/_variables.scss",
487
+ "name": "_variables.scss"
488
+ }
489
+ },
490
+ {
491
+ "description": "The size map of the ColorPalette.\n",
492
+ "commentRange": {
493
+ "start": 22,
494
+ "end": 23
495
+ },
496
+ "context": {
497
+ "type": "variable",
498
+ "name": "kendo-color-palette-sizes",
499
+ "value": "(\n sm: (\n width: $kendo-color-palette-sm-tile-width,\n height: $kendo-color-palette-sm-tile-height\n ),\n md: (\n width: $kendo-color-palette-md-tile-width,\n height: $kendo-color-palette-md-tile-height\n ),\n lg: (\n width: $kendo-color-palette-lg-tile-width,\n height: $kendo-color-palette-lg-tile-height\n )\n)",
500
+ "scope": "default",
501
+ "line": {
502
+ "start": 24,
503
+ "end": 37
504
+ }
505
+ },
506
+ "group": [
507
+ "color-palette"
508
+ ],
509
+ "access": "public",
510
+ "file": {
511
+ "path": "core/scss/components/colorpalette/_variables.scss",
512
+ "name": "_variables.scss"
513
+ }
514
+ },
515
+ {
516
+ "description": "The color white.\nNote: you cannot change this value.\n",
517
+ "commentRange": {
518
+ "start": 3,
519
+ "end": 6
520
+ },
521
+ "context": {
522
+ "type": "variable",
523
+ "name": "kendo-color-white",
524
+ "value": "#ffffff",
525
+ "scope": "private",
526
+ "line": {
527
+ "start": 7,
528
+ "end": 7
529
+ }
530
+ },
531
+ "type": "Color",
532
+ "group": [
533
+ "color-system"
534
+ ],
535
+ "access": "public",
536
+ "file": {
537
+ "path": "core/scss/color-system/_constants.scss",
538
+ "name": "_constants.scss"
539
+ },
540
+ "resolvedValue": "#ffffff",
541
+ "resolvedType": "Color"
542
+ },
543
+ {
544
+ "description": "The color black.\nNote: you cannot change this value.\n",
545
+ "commentRange": {
546
+ "start": 9,
547
+ "end": 12
548
+ },
549
+ "context": {
550
+ "type": "variable",
551
+ "name": "kendo-color-black",
552
+ "value": "#000000",
553
+ "scope": "private",
554
+ "line": {
555
+ "start": 13,
556
+ "end": 13
557
+ }
558
+ },
559
+ "type": "Color",
560
+ "group": [
561
+ "color-system"
562
+ ],
563
+ "access": "public",
564
+ "file": {
565
+ "path": "core/scss/color-system/_constants.scss",
566
+ "name": "_constants.scss"
567
+ },
568
+ "resolvedValue": "#000000",
569
+ "resolvedType": "Color"
570
+ },
571
+ {
572
+ "description": "The color transparent.\nNote: you cannot change this value.\n",
573
+ "commentRange": {
574
+ "start": 15,
575
+ "end": 18
576
+ },
577
+ "context": {
578
+ "type": "variable",
579
+ "name": "kendo-color-rgba-transparent",
580
+ "value": "rgba(0, 0, 0, 0)",
581
+ "scope": "private",
582
+ "line": {
583
+ "start": 19,
584
+ "end": 19
585
+ }
586
+ },
587
+ "type": "Color",
588
+ "group": [
589
+ "color-system"
590
+ ],
591
+ "access": "public",
592
+ "file": {
593
+ "path": "core/scss/color-system/_constants.scss",
594
+ "name": "_constants.scss"
595
+ },
596
+ "resolvedValue": "rgba(0, 0, 0, 0)",
597
+ "resolvedType": "Color"
598
+ },
599
+ {
600
+ "description": "A gradient that goes from transparent to black.\nNote: you cannot change this value.\n",
601
+ "commentRange": {
602
+ "start": 21,
603
+ "end": 24
604
+ },
605
+ "context": {
606
+ "type": "variable",
607
+ "name": "kendo-gradient-transparent-to-black",
608
+ "value": "rgba(black, 0), black",
609
+ "scope": "private",
610
+ "line": {
611
+ "start": 25,
612
+ "end": 25
613
+ }
614
+ },
615
+ "type": "Gradient",
616
+ "group": [
617
+ "color-system"
618
+ ],
619
+ "access": "public",
620
+ "file": {
621
+ "path": "core/scss/color-system/_constants.scss",
622
+ "name": "_constants.scss"
623
+ },
624
+ "resolvedValue": "(rgba(0, 0, 0, 0), black)",
625
+ "resolvedType": "Gradient"
626
+ },
627
+ {
628
+ "description": "A gradient that goes from transparent to white.\nNote: you cannot change this value.\n",
629
+ "commentRange": {
630
+ "start": 27,
631
+ "end": 30
632
+ },
633
+ "context": {
634
+ "type": "variable",
635
+ "name": "kendo-gradient-transparent-to-white",
636
+ "value": "rgba(white, 0), white",
637
+ "scope": "private",
638
+ "line": {
639
+ "start": 31,
640
+ "end": 31
641
+ }
642
+ },
643
+ "type": "Gradient",
644
+ "group": [
645
+ "color-system"
646
+ ],
647
+ "access": "public",
648
+ "file": {
649
+ "path": "core/scss/color-system/_constants.scss",
650
+ "name": "_constants.scss"
651
+ },
652
+ "resolvedValue": "(rgba(255, 255, 255, 0), white)",
653
+ "resolvedType": "Gradient"
654
+ },
655
+ {
656
+ "description": "A gradient that goes from black to transparent.\nNote: you cannot change this value.\n",
657
+ "commentRange": {
658
+ "start": 33,
659
+ "end": 36
660
+ },
661
+ "context": {
662
+ "type": "variable",
663
+ "name": "kendo-gradient-black-to-transparent",
664
+ "value": "black, rgba(black, 0)",
665
+ "scope": "private",
666
+ "line": {
667
+ "start": 37,
668
+ "end": 37
669
+ }
670
+ },
671
+ "type": "Gradient",
672
+ "group": [
673
+ "color-system"
674
+ ],
675
+ "access": "public",
676
+ "file": {
677
+ "path": "core/scss/color-system/_constants.scss",
678
+ "name": "_constants.scss"
679
+ },
680
+ "resolvedValue": "(black, rgba(0, 0, 0, 0))",
681
+ "resolvedType": "Gradient"
682
+ },
683
+ {
684
+ "description": "A gradient that goes from white to transparent.\nNote: you cannot change this value.\n",
685
+ "commentRange": {
686
+ "start": 39,
687
+ "end": 42
688
+ },
689
+ "context": {
690
+ "type": "variable",
691
+ "name": "kendo-gradient-white-to-transparent",
692
+ "value": "white, rgba(white, 0)",
693
+ "scope": "private",
694
+ "line": {
695
+ "start": 43,
696
+ "end": 43
697
+ }
698
+ },
699
+ "type": "Gradient",
700
+ "group": [
701
+ "color-system"
702
+ ],
703
+ "access": "public",
704
+ "file": {
705
+ "path": "core/scss/color-system/_constants.scss",
706
+ "name": "_constants.scss"
707
+ },
708
+ "resolvedValue": "(white, rgba(255, 255, 255, 0))",
709
+ "resolvedType": "Gradient"
710
+ },
711
+ {
712
+ "description": "A gradient that cycles through the colors of the rainbow.\nNote: you cannot change this value.\n",
713
+ "commentRange": {
714
+ "start": 45,
715
+ "end": 48
716
+ },
717
+ "context": {
718
+ "type": "variable",
719
+ "name": "kendo-gradient-rainbow",
720
+ "value": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
721
+ "scope": "private",
722
+ "line": {
723
+ "start": 49,
724
+ "end": 49
725
+ }
726
+ },
727
+ "type": "Gradient",
728
+ "group": [
729
+ "color-system"
730
+ ],
731
+ "access": "public",
732
+ "file": {
733
+ "path": "core/scss/color-system/_constants.scss",
734
+ "name": "_constants.scss"
735
+ },
736
+ "resolvedValue": "(#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",
737
+ "resolvedType": "Gradient"
738
+ },
739
+ {
740
+ "description": "The global default Colors map.\n",
741
+ "commentRange": {
742
+ "start": 174,
743
+ "end": 423
744
+ },
745
+ "context": {
746
+ "type": "variable",
747
+ "name": "kendo-colors",
748
+ "value": "$default-colors",
749
+ "scope": "default",
750
+ "line": {
751
+ "start": 424,
752
+ "end": 424
753
+ }
754
+ },
755
+ "group": [
756
+ "color-system"
757
+ ],
758
+ "subGroup": [
309
759
  {
310
760
  "name": "misc",
311
761
  "value": [
@@ -1471,6 +1921,81 @@
1471
1921
  "series-f-subtler": "#ff82ae"
1472
1922
  }
1473
1923
  },
1924
+ {
1925
+ "description": "The sizes map for the ColumnMenu.\n",
1926
+ "commentRange": {
1927
+ "start": 24,
1928
+ "end": 25
1929
+ },
1930
+ "context": {
1931
+ "type": "variable",
1932
+ "name": "kendo-column-menu-sizes",
1933
+ "value": "(\n sm: (\n padding-x: $kendo-column-menu-item-sm-padding-x,\n padding-y: $kendo-column-menu-item-sm-padding-y,\n font-size: $kendo-column-menu-sm-font-size,\n line-height: $kendo-column-menu-sm-line-height\n ),\n md: (\n padding-x: $kendo-column-menu-item-md-padding-x,\n padding-y: $kendo-column-menu-item-md-padding-y,\n font-size: $kendo-column-menu-md-font-size,\n line-height: $kendo-column-menu-md-line-height\n ),\n lg: (\n padding-x: $kendo-column-menu-item-lg-padding-x,\n padding-y: $kendo-column-menu-item-lg-padding-y,\n font-size: $kendo-column-menu-lg-font-size,\n line-height: $kendo-column-menu-lg-line-height\n )\n)",
1934
+ "scope": "default",
1935
+ "line": {
1936
+ "start": 26,
1937
+ "end": 45
1938
+ }
1939
+ },
1940
+ "group": [
1941
+ "column-menu"
1942
+ ],
1943
+ "access": "public",
1944
+ "file": {
1945
+ "path": "core/scss/components/column-menu/_variables.scss",
1946
+ "name": "_variables.scss"
1947
+ }
1948
+ },
1949
+ {
1950
+ "description": "The sizes map of the DateTimePicker.\n",
1951
+ "commentRange": {
1952
+ "start": 9,
1953
+ "end": 10
1954
+ },
1955
+ "context": {
1956
+ "type": "variable",
1957
+ "name": "kendo-datetime-sizes",
1958
+ "value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
1959
+ "scope": "default",
1960
+ "line": {
1961
+ "start": 11,
1962
+ "end": 21
1963
+ }
1964
+ },
1965
+ "group": [
1966
+ "date-time-picker"
1967
+ ],
1968
+ "access": "public",
1969
+ "file": {
1970
+ "path": "core/scss/components/datetimepicker/_variables.scss",
1971
+ "name": "_variables.scss"
1972
+ }
1973
+ },
1974
+ {
1975
+ "description": "The theme colors map of the Dialog.\n",
1976
+ "commentRange": {
1977
+ "start": 16,
1978
+ "end": 17
1979
+ },
1980
+ "context": {
1981
+ "type": "variable",
1982
+ "name": "kendo-dialog-theme-colors",
1983
+ "value": "(\"primary\", \"light\", \"dark\")",
1984
+ "scope": "default",
1985
+ "line": {
1986
+ "start": 18,
1987
+ "end": 18
1988
+ }
1989
+ },
1990
+ "group": [
1991
+ "dialog"
1992
+ ],
1993
+ "access": "public",
1994
+ "file": {
1995
+ "path": "core/scss/components/dialog/_variables.scss",
1996
+ "name": "_variables.scss"
1997
+ }
1998
+ },
1474
1999
  {
1475
2000
  "description": "The global default Elevation map.\n",
1476
2001
  "commentRange": {
@@ -1509,6 +2034,231 @@
1509
2034
  "9": "(0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
1510
2035
  }
1511
2036
  },
2037
+ {
2038
+ "description": "The theme colors map of the FloatingActionButton.\n",
2039
+ "commentRange": {
2040
+ "start": 66,
2041
+ "end": 67
2042
+ },
2043
+ "context": {
2044
+ "type": "variable",
2045
+ "name": "kendo-fab-theme-colors",
2046
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
2047
+ "scope": "default",
2048
+ "line": {
2049
+ "start": 68,
2050
+ "end": 68
2051
+ }
2052
+ },
2053
+ "group": [
2054
+ "floating-action-button"
2055
+ ],
2056
+ "access": "public",
2057
+ "file": {
2058
+ "path": "core/scss/components/fab/_variables.scss",
2059
+ "name": "_variables.scss"
2060
+ }
2061
+ },
2062
+ {
2063
+ "description": "The sizes map of the FloatingActionButton.\n",
2064
+ "commentRange": {
2065
+ "start": 70,
2066
+ "end": 71
2067
+ },
2068
+ "context": {
2069
+ "type": "variable",
2070
+ "name": "kendo-fab-sizes",
2071
+ "value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
2072
+ "scope": "default",
2073
+ "line": {
2074
+ "start": 72,
2075
+ "end": 85
2076
+ }
2077
+ },
2078
+ "group": [
2079
+ "floating-action-button"
2080
+ ],
2081
+ "access": "public",
2082
+ "file": {
2083
+ "path": "core/scss/components/fab/_variables.scss",
2084
+ "name": "_variables.scss"
2085
+ }
2086
+ },
2087
+ {
2088
+ "description": "The sizes map of the Form.\n",
2089
+ "commentRange": {
2090
+ "start": 64,
2091
+ "end": 65
2092
+ },
2093
+ "context": {
2094
+ "type": "variable",
2095
+ "name": "kendo-form-sizes",
2096
+ "value": "(\n sm: (\n form-rows-spacing: $kendo-form-sm-rows-spacing\n ),\n md: (\n form-rows-spacing: $kendo-form-md-rows-spacing\n ),\n lg: (\n form-rows-spacing: $kendo-form-lg-rows-spacing\n )\n)",
2097
+ "scope": "default",
2098
+ "line": {
2099
+ "start": 66,
2100
+ "end": 76
2101
+ }
2102
+ },
2103
+ "group": [
2104
+ "form"
2105
+ ],
2106
+ "access": "public",
2107
+ "file": {
2108
+ "path": "core/scss/components/forms/_variables.scss",
2109
+ "name": "_variables.scss"
2110
+ }
2111
+ },
2112
+ {
2113
+ "description": "The sizes map of the Grid.\n",
2114
+ "commentRange": {
2115
+ "start": 66,
2116
+ "end": 67
2117
+ },
2118
+ "context": {
2119
+ "type": "variable",
2120
+ "name": "kendo-grid-sizes",
2121
+ "value": "(\n sm: (\n header-padding-x: $kendo-grid-sm-header-padding-x,\n header-padding-y: $kendo-grid-sm-header-padding-y,\n grouping-header-padding-x: $kendo-grid-sm-grouping-header-padding-x,\n grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-y,\n cell-padding-x: $kendo-grid-sm-cell-padding-x,\n cell-padding-y: $kendo-grid-sm-cell-padding-y,\n filter-cell-padding-x: $kendo-grid-sm-filter-cell-padding-x,\n filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-y,\n edit-cell-padding-x: $kendo-grid-sm-edit-cell-padding-x,\n edit-cell-padding-y: $kendo-grid-sm-edit-cell-padding-y,\n button-padding-y: $kendo-button-sm-padding-y,\n button-calc-size: $kendo-button-sm-calc-size,\n group-dropclue-height: $kendo-grid-sm-group-dropclue-height,\n selection-aggregates-padding-x: $kendo-grid-sm-selection-aggregates-padding-x,\n selection-aggregates-padding-y: $kendo-grid-sm-selection-aggregates-padding-y\n ),\n md: (\n header-padding-x: $kendo-grid-md-header-padding-x,\n header-padding-y: $kendo-grid-md-header-padding-y,\n grouping-header-padding-x: $kendo-grid-md-grouping-header-padding-x,\n grouping-header-padding-y: $kendo-grid-md-grouping-header-padding-y,\n cell-padding-x: $kendo-grid-md-cell-padding-x,\n cell-padding-y: $kendo-grid-md-cell-padding-y,\n filter-cell-padding-x: $kendo-grid-md-filter-cell-padding-x,\n filter-cell-padding-y: $kendo-grid-md-filter-cell-padding-y,\n edit-cell-padding-x: $kendo-grid-md-edit-cell-padding-x,\n edit-cell-padding-y: $kendo-grid-md-edit-cell-padding-y,\n button-padding-y: $kendo-button-md-padding-y,\n button-calc-size: $kendo-button-md-calc-size,\n group-dropclue-height: $kendo-grid-md-group-dropclue-height,\n selection-aggregates-padding-x: $kendo-grid-md-selection-aggregates-padding-x,\n selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-y\n ),\n)",
2122
+ "scope": "default",
2123
+ "line": {
2124
+ "start": 68,
2125
+ "end": 103
2126
+ }
2127
+ },
2128
+ "group": [
2129
+ "grid"
2130
+ ],
2131
+ "access": "public",
2132
+ "file": {
2133
+ "path": "core/scss/components/grid/_variables.scss",
2134
+ "name": "_variables.scss"
2135
+ }
2136
+ },
2137
+ {
2138
+ "description": "The sizes map of the Input.\n",
2139
+ "commentRange": {
2140
+ "start": 38,
2141
+ "end": 39
2142
+ },
2143
+ "context": {
2144
+ "type": "variable",
2145
+ "name": "kendo-input-sizes",
2146
+ "value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n button-padding-x: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y,\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n button-padding-x: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y,\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
2147
+ "scope": "default",
2148
+ "line": {
2149
+ "start": 40,
2150
+ "end": 65
2151
+ }
2152
+ },
2153
+ "group": [
2154
+ "input"
2155
+ ],
2156
+ "access": "public",
2157
+ "file": {
2158
+ "path": "core/scss/components/input/_variables.scss",
2159
+ "name": "_variables.scss"
2160
+ }
2161
+ },
2162
+ {
2163
+ "description": "The sizes map of the List.\n",
2164
+ "commentRange": {
2165
+ "start": 103,
2166
+ "end": 104
2167
+ },
2168
+ "context": {
2169
+ "type": "variable",
2170
+ "name": "kendo-list-sizes",
2171
+ "value": "(\n sm: (\n font-size: $kendo-list-sm-font-size,\n line-height: $kendo-list-sm-line-height,\n header-padding-x: $kendo-list-sm-header-padding-x,\n header-padding-y: $kendo-list-sm-header-padding-y,\n header-font-size: $kendo-list-sm-header-font-size,\n header-line-height: $kendo-list-sm-header-line-height,\n item-padding-x: $kendo-list-sm-item-padding-x,\n item-padding-y: $kendo-list-sm-item-padding-y,\n item-font-size: $kendo-list-sm-item-font-size,\n item-line-height: $kendo-list-sm-item-line-height,\n group-item-padding-x: $kendo-list-sm-group-item-padding-x,\n group-item-padding-y: $kendo-list-sm-group-item-padding-y,\n group-item-font-size: $kendo-list-sm-group-item-font-size,\n group-item-line-height: $kendo-list-sm-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,\n filter-padding-x: $kendo-list-sm-filter-padding-x,\n filter-padding-y: $kendo-list-sm-filter-padding-y\n ),\n md: (\n font-size: $kendo-list-md-font-size,\n line-height: $kendo-list-md-line-height,\n header-padding-x: $kendo-list-md-header-padding-x,\n header-padding-y: $kendo-list-md-header-padding-y,\n header-font-size: $kendo-list-md-header-font-size,\n header-line-height: $kendo-list-md-header-line-height,\n item-padding-x: $kendo-list-md-item-padding-x,\n item-padding-y: $kendo-list-md-item-padding-y,\n item-font-size: $kendo-list-md-item-font-size,\n item-line-height: $kendo-list-md-item-line-height,\n group-item-padding-x: $kendo-list-md-group-item-padding-x,\n group-item-padding-y: $kendo-list-md-group-item-padding-y,\n group-item-font-size: $kendo-list-md-group-item-font-size,\n group-item-line-height: $kendo-list-md-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-md-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-md-line-height,\n filter-padding-x: $kendo-list-md-filter-padding-x,\n filter-padding-y: $kendo-list-md-filter-padding-y\n ),\n lg: (\n font-size: $kendo-list-lg-font-size,\n line-height: $kendo-list-lg-line-height,\n header-padding-x: $kendo-list-lg-header-padding-x,\n header-padding-y: $kendo-list-lg-header-padding-y,\n header-font-size: $kendo-list-lg-header-font-size,\n header-line-height: $kendo-list-lg-header-line-height,\n item-padding-x: $kendo-list-lg-item-padding-x,\n item-padding-y: $kendo-list-lg-item-padding-y,\n item-font-size: $kendo-list-lg-item-font-size,\n item-line-height: $kendo-list-lg-item-line-height,\n group-item-padding-x: $kendo-list-lg-group-item-padding-x,\n group-item-padding-y: $kendo-list-lg-group-item-padding-y,\n group-item-font-size: $kendo-list-lg-group-item-font-size,\n group-item-line-height: $kendo-list-lg-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,\n filter-padding-x: $kendo-list-lg-filter-padding-x,\n filter-padding-y: $kendo-list-lg-filter-padding-y\n )\n)",
2172
+ "scope": "default",
2173
+ "line": {
2174
+ "start": 105,
2175
+ "end": 172
2176
+ }
2177
+ },
2178
+ "group": [
2179
+ "list"
2180
+ ],
2181
+ "access": "public",
2182
+ "file": {
2183
+ "path": "core/scss/components/list/_variables.scss",
2184
+ "name": "_variables.scss"
2185
+ }
2186
+ },
2187
+ {
2188
+ "description": "The theme colors map of the Loader.\n",
2189
+ "commentRange": {
2190
+ "start": 57,
2191
+ "end": 58
2192
+ },
2193
+ "context": {
2194
+ "type": "variable",
2195
+ "name": "kendo-loader-theme-colors",
2196
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
2197
+ "scope": "default",
2198
+ "line": {
2199
+ "start": 59,
2200
+ "end": 59
2201
+ }
2202
+ },
2203
+ "group": [
2204
+ "loader"
2205
+ ],
2206
+ "access": "public",
2207
+ "file": {
2208
+ "path": "core/scss/components/loader/_variables.scss",
2209
+ "name": "_variables.scss"
2210
+ }
2211
+ },
2212
+ {
2213
+ "description": "The sizes map of the Menu group.\n",
2214
+ "commentRange": {
2215
+ "start": 113,
2216
+ "end": 114
2217
+ },
2218
+ "context": {
2219
+ "type": "variable",
2220
+ "name": "kendo-menu-group-sizes",
2221
+ "value": "(\n sm: (\n font-size: $kendo-menu-popup-sm-font-size,\n line-height: $kendo-menu-popup-sm-line-height,\n item-padding-y: $kendo-menu-popup-sm-item-padding-y,\n item-padding-x: $kendo-menu-popup-sm-item-padding-x,\n item-padding-end: $kendo-menu-popup-sm-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-sm-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-sm-item-icon-margin-end\n ),\n md: (\n font-size: $kendo-menu-popup-md-font-size,\n line-height: $kendo-menu-popup-md-line-height,\n item-padding-y: $kendo-menu-popup-md-item-padding-y,\n item-padding-x: $kendo-menu-popup-md-item-padding-x,\n item-padding-end: $kendo-menu-popup-md-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-md-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-md-item-icon-margin-end\n ),\n lg: (\n font-size: $kendo-menu-popup-lg-font-size,\n line-height: $kendo-menu-popup-lg-line-height,\n item-padding-y: $kendo-menu-popup-lg-item-padding-y,\n item-padding-x: $kendo-menu-popup-lg-item-padding-x,\n item-padding-end: $kendo-menu-popup-lg-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-lg-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-lg-item-icon-margin-end\n )\n)",
2222
+ "scope": "default",
2223
+ "line": {
2224
+ "start": 115,
2225
+ "end": 143
2226
+ }
2227
+ },
2228
+ "group": [
2229
+ "menu"
2230
+ ],
2231
+ "access": "public",
2232
+ "file": {
2233
+ "path": "core/scss/components/menu/_variables.scss",
2234
+ "name": "_variables.scss"
2235
+ }
2236
+ },
2237
+ {
2238
+ "description": "The theme colors map of the MessageBox.\n",
2239
+ "commentRange": {
2240
+ "start": 20,
2241
+ "end": 21
2242
+ },
2243
+ "context": {
2244
+ "type": "variable",
2245
+ "name": "kendo-message-box-theme-colors",
2246
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
2247
+ "scope": "default",
2248
+ "line": {
2249
+ "start": 22,
2250
+ "end": 22
2251
+ }
2252
+ },
2253
+ "group": [
2254
+ "message-box"
2255
+ ],
2256
+ "access": "public",
2257
+ "file": {
2258
+ "path": "core/scss/components/messagebox/_variables.scss",
2259
+ "name": "_variables.scss"
2260
+ }
2261
+ },
1512
2262
  {
1513
2263
  "description": "The global map of motion easing tokens.\n",
1514
2264
  "commentRange": {
@@ -1782,6 +2532,81 @@
1782
2532
  }
1783
2533
  }
1784
2534
  },
2535
+ {
2536
+ "description": "The sizes map of the OTPInput.\n",
2537
+ "commentRange": {
2538
+ "start": 15,
2539
+ "end": 16
2540
+ },
2541
+ "context": {
2542
+ "type": "variable",
2543
+ "name": "kendo-otp-sizes",
2544
+ "value": "(\n sm: (\n gap: $kendo-otp-sm-gap,\n separator-padding-x: $kendo-otp-sm-separator-padding-x,\n input-width: $kendo-otp-sm-input-width\n ),\n md: (\n gap: $kendo-otp-md-gap,\n separator-padding-x: $kendo-otp-md-separator-padding-x,\n input-width: $kendo-otp-md-input-width\n ),\n lg: (\n gap: $kendo-otp-lg-gap,\n separator-padding-x: $kendo-otp-lg-separator-padding-x,\n input-width: $kendo-otp-lg-input-width\n )\n)",
2545
+ "scope": "default",
2546
+ "line": {
2547
+ "start": 17,
2548
+ "end": 33
2549
+ }
2550
+ },
2551
+ "group": [
2552
+ "otp"
2553
+ ],
2554
+ "access": "public",
2555
+ "file": {
2556
+ "path": "core/scss/components/otp/_variables.scss",
2557
+ "name": "_variables.scss"
2558
+ }
2559
+ },
2560
+ {
2561
+ "description": "The theme colors map of the Overlay.\n",
2562
+ "commentRange": {
2563
+ "start": 6,
2564
+ "end": 7
2565
+ },
2566
+ "context": {
2567
+ "type": "variable",
2568
+ "name": "kendo-overlay-theme-colors",
2569
+ "value": "(\"dark\", \"light\", \"inverse\")",
2570
+ "scope": "default",
2571
+ "line": {
2572
+ "start": 8,
2573
+ "end": 8
2574
+ }
2575
+ },
2576
+ "group": [
2577
+ "overlay"
2578
+ ],
2579
+ "access": "public",
2580
+ "file": {
2581
+ "path": "core/scss/components/overlay/_variables.scss",
2582
+ "name": "_variables.scss"
2583
+ }
2584
+ },
2585
+ {
2586
+ "description": "The sizes map of the Pager.\n",
2587
+ "commentRange": {
2588
+ "start": 38,
2589
+ "end": 39
2590
+ },
2591
+ "context": {
2592
+ "type": "variable",
2593
+ "name": "kendo-pager-sizes",
2594
+ "value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width\n )\n)",
2595
+ "scope": "default",
2596
+ "line": {
2597
+ "start": 40,
2598
+ "end": 59
2599
+ }
2600
+ },
2601
+ "group": [
2602
+ "pager"
2603
+ ],
2604
+ "access": "public",
2605
+ "file": {
2606
+ "path": "core/scss/components/pager/_variables.scss",
2607
+ "name": "_variables.scss"
2608
+ }
2609
+ },
1785
2610
  {
1786
2611
  "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
1787
2612
  "commentRange": {
@@ -2593,6 +3418,56 @@
2593
3418
  "full": "9999px"
2594
3419
  }
2595
3420
  },
3421
+ {
3422
+ "description": "The sizes map of the RadioButton.\n",
3423
+ "commentRange": {
3424
+ "start": 18,
3425
+ "end": 19
3426
+ },
3427
+ "context": {
3428
+ "type": "variable",
3429
+ "name": "kendo-radio-sizes",
3430
+ "value": "(\n sm: (\n size: $kendo-radio-sm-size,\n glyph-size: $kendo-radio-sm-glyph-size,\n ripple-size: $kendo-radio-sm-ripple-size\n ),\n md: (\n size: $kendo-radio-md-size,\n glyph-size: $kendo-radio-md-glyph-size,\n ripple-size: $kendo-radio-md-ripple-size\n ),\n lg: (\n size: $kendo-radio-lg-size,\n glyph-size: $kendo-radio-lg-glyph-size,\n ripple-size: $kendo-radio-lg-ripple-size\n )\n)",
3431
+ "scope": "default",
3432
+ "line": {
3433
+ "start": 20,
3434
+ "end": 36
3435
+ }
3436
+ },
3437
+ "group": [
3438
+ "radio"
3439
+ ],
3440
+ "access": "public",
3441
+ "file": {
3442
+ "path": "core/scss/components/radio/_variables.scss",
3443
+ "name": "_variables.scss"
3444
+ }
3445
+ },
3446
+ {
3447
+ "description": "The sizes map of the Signature.\n",
3448
+ "commentRange": {
3449
+ "start": 27,
3450
+ "end": 28
3451
+ },
3452
+ "context": {
3453
+ "type": "variable",
3454
+ "name": "kendo-signature-sizes",
3455
+ "value": "(\n sm: (\n padding-x: $kendo-signature-sm-padding-x,\n padding-y: $kendo-signature-sm-padding-y,\n line-size: $kendo-signature-sm-line-size\n ),\n md: (\n padding-x: $kendo-signature-md-padding-x,\n padding-y: $kendo-signature-md-padding-y,\n line-size: $kendo-signature-md-line-size\n ),\n lg: (\n padding-x: $kendo-signature-lg-padding-x,\n padding-y: $kendo-signature-lg-padding-y,\n line-size: $kendo-signature-lg-line-size\n )\n)",
3456
+ "scope": "default",
3457
+ "line": {
3458
+ "start": 29,
3459
+ "end": 45
3460
+ }
3461
+ },
3462
+ "group": [
3463
+ "signature"
3464
+ ],
3465
+ "access": "public",
3466
+ "file": {
3467
+ "path": "core/scss/components/signature/_variables.scss",
3468
+ "name": "_variables.scss"
3469
+ }
3470
+ },
2596
3471
  {
2597
3472
  "description": "The global default Spacing map.\n",
2598
3473
  "commentRange": {
@@ -2662,6 +3537,181 @@
2662
3537
  "7.5": "1.875rem"
2663
3538
  }
2664
3539
  },
3540
+ {
3541
+ "description": "The theme colors map of the Suggestion.\n",
3542
+ "commentRange": {
3543
+ "start": 15,
3544
+ "end": 16
3545
+ },
3546
+ "context": {
3547
+ "type": "variable",
3548
+ "name": "kendo-suggestion-theme-colors",
3549
+ "value": "(\"base\", \"primary\", \"secondary\")",
3550
+ "scope": "default",
3551
+ "line": {
3552
+ "start": 17,
3553
+ "end": 17
3554
+ }
3555
+ },
3556
+ "group": [
3557
+ "suggestion"
3558
+ ],
3559
+ "access": "public",
3560
+ "file": {
3561
+ "path": "core/scss/components/suggestion/_variables.scss",
3562
+ "name": "_variables.scss"
3563
+ }
3564
+ },
3565
+ {
3566
+ "description": "The map with the different Switch sizes.\n",
3567
+ "commentRange": {
3568
+ "start": 117,
3569
+ "end": 118
3570
+ },
3571
+ "context": {
3572
+ "type": "variable",
3573
+ "name": "kendo-switch-sizes",
3574
+ "value": "(\n sm: ( font-size: $kendo-switch-sm-font-size, track-width: $kendo-switch-sm-track-width, track-height: $kendo-switch-sm-track-height, thumb-width: $kendo-switch-sm-thumb-width, thumb-height: $kendo-switch-sm-thumb-height, thumb-offset: $kendo-switch-sm-thumb-offset, label-offset: $kendo-switch-sm-label-offset ),\n md: ( font-size: $kendo-switch-md-font-size, track-width: $kendo-switch-md-track-width, track-height: $kendo-switch-md-track-height, thumb-width: $kendo-switch-md-thumb-width, thumb-height: $kendo-switch-md-thumb-height, thumb-offset: $kendo-switch-md-thumb-offset, label-offset: $kendo-switch-md-label-offset ),\n lg: ( font-size: $kendo-switch-lg-font-size, track-width: $kendo-switch-lg-track-width, track-height: $kendo-switch-lg-track-height, thumb-width: $kendo-switch-lg-thumb-width, thumb-height: $kendo-switch-lg-thumb-height, thumb-offset: $kendo-switch-lg-thumb-offset, label-offset: $kendo-switch-lg-label-offset )\n)",
3575
+ "scope": "default",
3576
+ "line": {
3577
+ "start": 119,
3578
+ "end": 123
3579
+ }
3580
+ },
3581
+ "group": [
3582
+ "switch"
3583
+ ],
3584
+ "access": "public",
3585
+ "file": {
3586
+ "path": "core/scss/components/switch/_variables.scss",
3587
+ "name": "_variables.scss"
3588
+ }
3589
+ },
3590
+ {
3591
+ "description": "The sizes map of the Table.\n",
3592
+ "commentRange": {
3593
+ "start": 22,
3594
+ "end": 23
3595
+ },
3596
+ "context": {
3597
+ "type": "variable",
3598
+ "name": "kendo-table-sizes",
3599
+ "value": "(\n sm: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-sm-cell-padding-x,\n cell-padding-y: $kendo-table-sm-cell-padding-y\n ),\n md: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-md-cell-padding-x,\n cell-padding-y: $kendo-table-md-cell-padding-y\n ),\n lg: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-lg-cell-padding-x,\n cell-padding-y: $kendo-table-lg-cell-padding-y\n )\n)",
3600
+ "scope": "default",
3601
+ "line": {
3602
+ "start": 24,
3603
+ "end": 43
3604
+ }
3605
+ },
3606
+ "group": [
3607
+ "table"
3608
+ ],
3609
+ "access": "public",
3610
+ "file": {
3611
+ "path": "core/scss/components/table/_variables.scss",
3612
+ "name": "_variables.scss"
3613
+ }
3614
+ },
3615
+ {
3616
+ "description": "The sizes map of the TabStrip.\n",
3617
+ "commentRange": {
3618
+ "start": 80,
3619
+ "end": 81
3620
+ },
3621
+ "context": {
3622
+ "type": "variable",
3623
+ "name": "kendo-tabstrip-sizes",
3624
+ "value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
3625
+ "scope": "default",
3626
+ "line": {
3627
+ "start": 82,
3628
+ "end": 101
3629
+ }
3630
+ },
3631
+ "group": [
3632
+ "tabstrip"
3633
+ ],
3634
+ "access": "public",
3635
+ "file": {
3636
+ "path": "core/scss/components/tabstrip/_variables.scss",
3637
+ "name": "_variables.scss"
3638
+ }
3639
+ },
3640
+ {
3641
+ "description": "The sizes map of the TimeSelector.\n",
3642
+ "commentRange": {
3643
+ "start": 59,
3644
+ "end": 60
3645
+ },
3646
+ "context": {
3647
+ "type": "variable",
3648
+ "name": "kendo-time-selector-sizes",
3649
+ "value": "(\n sm: (\n font-size: $kendo-time-selector-sm-font-size,\n line-height: $kendo-time-selector-sm-line-height,\n list-item-padding-x: $kendo-time-selector-sm-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-sm-list-item-padding-y\n ),\n md: (\n font-size: $kendo-time-selector-md-font-size,\n line-height: $kendo-time-selector-md-line-height,\n list-item-padding-x: $kendo-time-selector-md-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-md-list-item-padding-y\n ),\n lg: (\n font-size: $kendo-time-selector-lg-font-size,\n line-height: $kendo-time-selector-lg-line-height,\n list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y\n )\n)",
3650
+ "scope": "default",
3651
+ "line": {
3652
+ "start": 61,
3653
+ "end": 80
3654
+ }
3655
+ },
3656
+ "group": [
3657
+ "time-selector"
3658
+ ],
3659
+ "access": "public",
3660
+ "file": {
3661
+ "path": "core/scss/components/timeselector/_variables.scss",
3662
+ "name": "_variables.scss"
3663
+ }
3664
+ },
3665
+ {
3666
+ "description": "The sizes map of the ToolBar.\n",
3667
+ "commentRange": {
3668
+ "start": 58,
3669
+ "end": 59
3670
+ },
3671
+ "context": {
3672
+ "type": "variable",
3673
+ "name": "kendo-toolbar-sizes",
3674
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing,\n separator-height: $kendo-toolbar-sm-separator-height\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing,\n separator-height: $kendo-toolbar-md-separator-height\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing,\n separator-height: $kendo-toolbar-lg-separator-height\n )\n)",
3675
+ "scope": "default",
3676
+ "line": {
3677
+ "start": 60,
3678
+ "end": 79
3679
+ }
3680
+ },
3681
+ "group": [
3682
+ "toolbar"
3683
+ ],
3684
+ "access": "public",
3685
+ "file": {
3686
+ "path": "core/scss/components/toolbar/_variables.scss",
3687
+ "name": "_variables.scss"
3688
+ }
3689
+ },
3690
+ {
3691
+ "description": "The sizes map of the TreeView.\n",
3692
+ "commentRange": {
3693
+ "start": 33,
3694
+ "end": 34
3695
+ },
3696
+ "context": {
3697
+ "type": "variable",
3698
+ "name": "kendo-treeview-sizes",
3699
+ "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y,\n checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y,\n checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y,\n checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y\n )\n)",
3700
+ "scope": "default",
3701
+ "line": {
3702
+ "start": 35,
3703
+ "end": 60
3704
+ }
3705
+ },
3706
+ "group": [
3707
+ "treeview"
3708
+ ],
3709
+ "access": "public",
3710
+ "file": {
3711
+ "path": "core/scss/components/treeview/_variables.scss",
3712
+ "name": "_variables.scss"
3713
+ }
3714
+ },
2665
3715
  {
2666
3716
  "description": "The base font size across all components.\n",
2667
3717
  "commentRange": {
@@ -3808,6 +4858,56 @@
3808
4858
  "sans-serif": "(system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")",
3809
4859
  "monospace": "(SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace)"
3810
4860
  }
4861
+ },
4862
+ {
4863
+ "description": "The sizes map of the Window.\n",
4864
+ "commentRange": {
4865
+ "start": 42,
4866
+ "end": 43
4867
+ },
4868
+ "context": {
4869
+ "type": "variable",
4870
+ "name": "kendo-window-sizes",
4871
+ "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
4872
+ "scope": "default",
4873
+ "line": {
4874
+ "start": 44,
4875
+ "end": 49
4876
+ }
4877
+ },
4878
+ "group": [
4879
+ "window"
4880
+ ],
4881
+ "access": "public",
4882
+ "file": {
4883
+ "path": "core/scss/components/window/_variables.scss",
4884
+ "name": "_variables.scss"
4885
+ }
4886
+ },
4887
+ {
4888
+ "description": "The theme colors map of the Window.\n",
4889
+ "commentRange": {
4890
+ "start": 51,
4891
+ "end": 52
4892
+ },
4893
+ "context": {
4894
+ "type": "variable",
4895
+ "name": "kendo-window-theme-colors",
4896
+ "value": "(\"primary\", \"light\", \"dark\")",
4897
+ "scope": "default",
4898
+ "line": {
4899
+ "start": 53,
4900
+ "end": 53
4901
+ }
4902
+ },
4903
+ "group": [
4904
+ "window"
4905
+ ],
4906
+ "access": "public",
4907
+ "file": {
4908
+ "path": "core/scss/components/window/_variables.scss",
4909
+ "name": "_variables.scss"
4910
+ }
3811
4911
  }
3812
4912
  ],
3813
4913
  "mixins": [
@@ -6655,9 +7755,52 @@
6655
7755
  "description": "The color to desaturate."
6656
7756
  },
6657
7757
  {
6658
- "type": "Number",
6659
- "name": "amount",
6660
- "description": "The amount to desaturate the color."
7758
+ "type": "Number",
7759
+ "name": "amount",
7760
+ "description": "The amount to desaturate the color."
7761
+ }
7762
+ ]
7763
+ },
7764
+ {
7765
+ "description": "Returns a SCSS selector self-reference (\"&\") when the current value matches the default value,\notherwise returns null. This is useful for conditionally applying styles only when a component\noption is set to its default value, allowing default styles to be grouped together.\n",
7766
+ "commentRange": {
7767
+ "start": 4,
7768
+ "end": 9
7769
+ },
7770
+ "context": {
7771
+ "type": "function",
7772
+ "name": "k-when-default",
7773
+ "code": "\n @if meta.type-of($current) == \"list\" {\n @return if(list.index($current, $default) != null, \"&,\", null);\n }\n @return if($default == $current, \"&,\", null);\n",
7774
+ "line": {
7775
+ "start": 11,
7776
+ "end": 16
7777
+ },
7778
+ "signature": "k-when-default($default, $current)"
7779
+ },
7780
+ "return": {
7781
+ "type": "String | Null",
7782
+ "description": "Returns \"&,\" when values match, null otherwise."
7783
+ },
7784
+ "access": "public",
7785
+ "group": [
7786
+ "undefined"
7787
+ ],
7788
+ "require": [],
7789
+ "file": {
7790
+ "path": "core/scss/functions/_default.scss",
7791
+ "name": "_default.scss"
7792
+ },
7793
+ "examples": [],
7794
+ "parameters": [
7795
+ {
7796
+ "type": "String",
7797
+ "name": "default",
7798
+ "description": "The default value to compare against."
7799
+ },
7800
+ {
7801
+ "type": "String | List",
7802
+ "name": "current",
7803
+ "description": "The current value to check. Can be a single value or a list of values."
6661
7804
  }
6662
7805
  ]
6663
7806
  },
@@ -8256,253 +9399,585 @@
8256
9399
  },
8257
9400
  "usedBy": [
8258
9401
  {
8259
- "description": "Escapes special characters in a class name\n",
9402
+ "description": "Escapes special characters in a class name\n",
9403
+ "context": {
9404
+ "type": "function",
9405
+ "name": "k-escape-class-name",
9406
+ "code": "\n $_text: $text;\n\n @each $char, $rep in $_kendo-escape-class-name {\n $_text: k-string-replace( $_text, string.unquote( $char ), string.unquote( $rep ) );\n }\n\n @return $_text;\n",
9407
+ "line": {
9408
+ "start": 74,
9409
+ "end": 82
9410
+ },
9411
+ "signature": "k-escape-class-name($text)"
9412
+ }
9413
+ }
9414
+ ],
9415
+ "examples": [
9416
+ {
9417
+ "type": "scss",
9418
+ "code": "@debug k-string-replace( \"foo bar\", \"bar\", \"baz\" ); // => \"foo baz\"",
9419
+ "description": "Usage"
9420
+ }
9421
+ ],
9422
+ "parameters": [
9423
+ {
9424
+ "type": "String",
9425
+ "name": "string",
9426
+ "description": "The string to process."
9427
+ },
9428
+ {
9429
+ "type": "String",
9430
+ "name": "search",
9431
+ "description": "The substring to look for."
9432
+ },
9433
+ {
9434
+ "type": "String",
9435
+ "name": "replace",
9436
+ "description": "The replacement string."
9437
+ }
9438
+ ]
9439
+ },
9440
+ {
9441
+ "description": "Escapes special characters in a class name\n",
9442
+ "commentRange": {
9443
+ "start": 71,
9444
+ "end": 73
9445
+ },
9446
+ "context": {
9447
+ "type": "function",
9448
+ "name": "k-escape-class-name",
9449
+ "code": "\n $_text: $text;\n\n @each $char, $rep in $_kendo-escape-class-name {\n $_text: k-string-replace( $_text, string.unquote( $char ), string.unquote( $rep ) );\n }\n\n @return $_text;\n",
9450
+ "line": {
9451
+ "start": 74,
9452
+ "end": 82
9453
+ },
9454
+ "signature": "k-escape-class-name($text)"
9455
+ },
9456
+ "return": {
9457
+ "type": "String",
9458
+ "description": "The escaped string"
9459
+ },
9460
+ "access": "public",
9461
+ "group": [
9462
+ "undefined"
9463
+ ],
9464
+ "require": [
9465
+ {
9466
+ "type": "function",
9467
+ "name": "k-string-replace"
9468
+ }
9469
+ ],
9470
+ "file": {
9471
+ "path": "core/scss/functions/_string.scss",
9472
+ "name": "_string.scss"
9473
+ },
9474
+ "examples": [],
9475
+ "parameters": [
9476
+ {
9477
+ "type": "String",
9478
+ "name": "text",
9479
+ "description": "The string to escape"
9480
+ }
9481
+ ]
9482
+ },
9483
+ {
9484
+ "description": "Return a z-index value based on layer and number of steps.\n",
9485
+ "commentRange": {
9486
+ "start": 23,
9487
+ "end": 27
9488
+ },
9489
+ "context": {
9490
+ "type": "function",
9491
+ "name": "k-z-index",
9492
+ "code": "\n $layer-value: map.get($kendo-z-layers, $layer);\n\n @if not $layer-value {\n @error \"Layer '#{$layer}' not found in $kendo-z-layers map.\";\n }\n\n @return $layer-value + ($n * $kendo-z-step) + $delta;\n",
9493
+ "line": {
9494
+ "start": 28,
9495
+ "end": 36
9496
+ },
9497
+ "signature": "k-z-index($layer, $Number, $Balancing)"
9498
+ },
9499
+ "return": {
9500
+ "type": "Number",
9501
+ "description": "Calculated z-index value."
9502
+ },
9503
+ "access": "public",
9504
+ "group": [
9505
+ "undefined"
9506
+ ],
9507
+ "require": [],
9508
+ "throw": [
9509
+ "Layer "
9510
+ ],
9511
+ "file": {
9512
+ "path": "core/scss/z-index/index.scss",
9513
+ "name": "index.scss"
9514
+ },
9515
+ "examples": [],
9516
+ "parameters": [
9517
+ {
9518
+ "type": "String",
9519
+ "name": "layer",
9520
+ "description": "The layer key from the $kendo-z-layers map."
9521
+ },
9522
+ {
9523
+ "type": "Number} $n [0] - {Optional",
9524
+ "name": "Number",
9525
+ "description": "of steps above the base layer."
9526
+ },
9527
+ {
9528
+ "type": "Number} $delta [0] - {Deprecated, Optional",
9529
+ "name": "Balancing",
9530
+ "description": "value."
9531
+ }
9532
+ ]
9533
+ }
9534
+ ],
9535
+ "placeholders": [],
9536
+ "css": [
9537
+ {
9538
+ "description": "This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.\n @name .k-sr-only\n @group accessibility\n",
9539
+ "commentRange": {
9540
+ "start": 3,
9541
+ "end": 5
9542
+ },
9543
+ "context": {
9544
+ "type": "css",
9545
+ "name": ".k-sr-only",
9546
+ "value": "position: absolute;\n inset-inline-start: -1px;\n width: 1px;\n height: 1px;\n overflow: hidden;",
9547
+ "line": {
9548
+ "start": 6,
9549
+ "end": 15
9550
+ }
9551
+ },
9552
+ "access": "public",
9553
+ "group": [
9554
+ "undefined"
9555
+ ],
9556
+ "file": {
9557
+ "path": "core/scss/styles/_accessibility.scss",
9558
+ "name": "_accessibility.scss"
9559
+ }
9560
+ }
9561
+ ],
9562
+ "variableGroups": [
9563
+ {
9564
+ "id": "accessibility",
9565
+ "title": "Accessibility",
9566
+ "variables": [
9567
+ {
9568
+ "description": "",
9569
+ "commentRange": {
9570
+ "start": 555,
9571
+ "end": 559
9572
+ },
9573
+ "context": {
9574
+ "type": "variable",
9575
+ "name": "wcag-dark",
9576
+ "value": "black",
9577
+ "scope": "default",
9578
+ "line": {
9579
+ "start": 560,
9580
+ "end": 560
9581
+ }
9582
+ },
9583
+ "link": [
9584
+ {
9585
+ "url": "https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast",
9586
+ "caption": ""
9587
+ },
9588
+ {
9589
+ "url": "https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests",
9590
+ "caption": "Default dark color for WCAG 2.0."
9591
+ }
9592
+ ],
9593
+ "type": "Color",
9594
+ "group": [
9595
+ "accessibility"
9596
+ ],
9597
+ "access": "public",
9598
+ "file": {
9599
+ "path": "core/scss/functions/_color.scss",
9600
+ "name": "_color.scss"
9601
+ }
9602
+ },
9603
+ {
9604
+ "description": "Default light color for WCAG 2.0.\n",
9605
+ "commentRange": {
9606
+ "start": 561,
9607
+ "end": 563
9608
+ },
9609
+ "context": {
9610
+ "type": "variable",
9611
+ "name": "wcag-light",
9612
+ "value": "white",
9613
+ "scope": "default",
9614
+ "line": {
9615
+ "start": 564,
9616
+ "end": 564
9617
+ }
9618
+ },
9619
+ "type": "Color",
9620
+ "group": [
9621
+ "accessibility"
9622
+ ],
9623
+ "access": "public",
9624
+ "file": {
9625
+ "path": "core/scss/functions/_color.scss",
9626
+ "name": "_color.scss"
9627
+ }
9628
+ }
9629
+ ]
9630
+ },
9631
+ {
9632
+ "id": "appbar",
9633
+ "title": "Appbar",
9634
+ "variables": [
9635
+ {
9636
+ "description": "The theme colors map of the AppBar.\n",
9637
+ "commentRange": {
9638
+ "start": 27,
9639
+ "end": 28
9640
+ },
9641
+ "context": {
9642
+ "type": "variable",
9643
+ "name": "kendo-appbar-theme-colors",
9644
+ "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
9645
+ "scope": "default",
9646
+ "line": {
9647
+ "start": 29,
9648
+ "end": 29
9649
+ }
9650
+ },
9651
+ "group": [
9652
+ "appbar"
9653
+ ],
9654
+ "access": "public",
9655
+ "file": {
9656
+ "path": "core/scss/components/appbar/_variables.scss",
9657
+ "name": "_variables.scss"
9658
+ }
9659
+ }
9660
+ ]
9661
+ },
9662
+ {
9663
+ "id": "avatar",
9664
+ "title": "Avatar",
9665
+ "variables": [
9666
+ {
9667
+ "description": "The sizes map of the Avatar.\n",
9668
+ "commentRange": {
9669
+ "start": 24,
9670
+ "end": 25
9671
+ },
8260
9672
  "context": {
8261
- "type": "function",
8262
- "name": "k-escape-class-name",
8263
- "code": "\n $_text: $text;\n\n @each $char, $rep in $_kendo-escape-class-name {\n $_text: k-string-replace( $_text, string.unquote( $char ), string.unquote( $rep ) );\n }\n\n @return $_text;\n",
9673
+ "type": "variable",
9674
+ "name": "kendo-avatar-sizes",
9675
+ "value": "(\n sm: $kendo-avatar-sm-size,\n md: $kendo-avatar-md-size,\n lg: $kendo-avatar-lg-size\n)",
9676
+ "scope": "default",
8264
9677
  "line": {
8265
- "start": 74,
8266
- "end": 82
8267
- },
8268
- "signature": "k-escape-class-name($text)"
9678
+ "start": 26,
9679
+ "end": 30
9680
+ }
9681
+ },
9682
+ "group": [
9683
+ "avatar"
9684
+ ],
9685
+ "access": "public",
9686
+ "file": {
9687
+ "path": "core/scss/components/avatar/_variables.scss",
9688
+ "name": "_variables.scss"
8269
9689
  }
8270
- }
8271
- ],
8272
- "examples": [
8273
- {
8274
- "type": "scss",
8275
- "code": "@debug k-string-replace( \"foo bar\", \"bar\", \"baz\" ); // => \"foo baz\"",
8276
- "description": "Usage"
8277
- }
8278
- ],
8279
- "parameters": [
8280
- {
8281
- "type": "String",
8282
- "name": "string",
8283
- "description": "The string to process."
8284
- },
8285
- {
8286
- "type": "String",
8287
- "name": "search",
8288
- "description": "The substring to look for."
8289
9690
  },
8290
9691
  {
8291
- "type": "String",
8292
- "name": "replace",
8293
- "description": "The replacement string."
9692
+ "description": "The theme colors map of the Avatar.\n",
9693
+ "commentRange": {
9694
+ "start": 32,
9695
+ "end": 33
9696
+ },
9697
+ "context": {
9698
+ "type": "variable",
9699
+ "name": "kendo-avatar-theme-colors",
9700
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
9701
+ "scope": "default",
9702
+ "line": {
9703
+ "start": 34,
9704
+ "end": 34
9705
+ }
9706
+ },
9707
+ "group": [
9708
+ "avatar"
9709
+ ],
9710
+ "access": "public",
9711
+ "file": {
9712
+ "path": "core/scss/components/avatar/_variables.scss",
9713
+ "name": "_variables.scss"
9714
+ }
8294
9715
  }
8295
9716
  ]
8296
9717
  },
8297
9718
  {
8298
- "description": "Escapes special characters in a class name\n",
8299
- "commentRange": {
8300
- "start": 71,
8301
- "end": 73
8302
- },
8303
- "context": {
8304
- "type": "function",
8305
- "name": "k-escape-class-name",
8306
- "code": "\n $_text: $text;\n\n @each $char, $rep in $_kendo-escape-class-name {\n $_text: k-string-replace( $_text, string.unquote( $char ), string.unquote( $rep ) );\n }\n\n @return $_text;\n",
8307
- "line": {
8308
- "start": 74,
8309
- "end": 82
8310
- },
8311
- "signature": "k-escape-class-name($text)"
8312
- },
8313
- "return": {
8314
- "type": "String",
8315
- "description": "The escaped string"
8316
- },
8317
- "access": "public",
8318
- "group": [
8319
- "undefined"
8320
- ],
8321
- "require": [
9719
+ "id": "badge",
9720
+ "title": "Badge",
9721
+ "variables": [
8322
9722
  {
8323
- "type": "function",
8324
- "name": "k-string-replace"
8325
- }
8326
- ],
8327
- "file": {
8328
- "path": "core/scss/functions/_string.scss",
8329
- "name": "_string.scss"
8330
- },
8331
- "examples": [],
8332
- "parameters": [
9723
+ "description": "The sizes map of the Badge.\n",
9724
+ "commentRange": {
9725
+ "start": 33,
9726
+ "end": 34
9727
+ },
9728
+ "context": {
9729
+ "type": "variable",
9730
+ "name": "kendo-badge-sizes",
9731
+ "value": "(\n sm: (\n padding-x: $kendo-badge-sm-padding-x,\n padding-y: $kendo-badge-sm-padding-y,\n font-size: $kendo-badge-sm-font-size,\n line-height: $kendo-badge-sm-line-height,\n min-width: $kendo-badge-sm-min-width\n ),\n md: (\n padding-x: $kendo-badge-md-padding-x,\n padding-y: $kendo-badge-md-padding-y,\n font-size: $kendo-badge-md-font-size,\n line-height: $kendo-badge-md-line-height,\n min-width: $kendo-badge-md-min-width\n ),\n lg: (\n padding-x: $kendo-badge-lg-padding-x,\n padding-y: $kendo-badge-lg-padding-y,\n font-size: $kendo-badge-lg-font-size,\n line-height: $kendo-badge-lg-line-height,\n min-width: $kendo-badge-lg-min-width\n )\n)",
9732
+ "scope": "default",
9733
+ "line": {
9734
+ "start": 35,
9735
+ "end": 57
9736
+ }
9737
+ },
9738
+ "group": [
9739
+ "badge"
9740
+ ],
9741
+ "access": "public",
9742
+ "file": {
9743
+ "path": "core/scss/components/badge/_variables.scss",
9744
+ "name": "_variables.scss"
9745
+ }
9746
+ },
8333
9747
  {
8334
- "type": "String",
8335
- "name": "text",
8336
- "description": "The string to escape"
9748
+ "description": "The theme colors map of the Badge.\n",
9749
+ "commentRange": {
9750
+ "start": 61,
9751
+ "end": 62
9752
+ },
9753
+ "context": {
9754
+ "type": "variable",
9755
+ "name": "kendo-badge-theme-colors",
9756
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
9757
+ "scope": "default",
9758
+ "line": {
9759
+ "start": 63,
9760
+ "end": 63
9761
+ }
9762
+ },
9763
+ "group": [
9764
+ "badge"
9765
+ ],
9766
+ "access": "public",
9767
+ "file": {
9768
+ "path": "core/scss/components/badge/_variables.scss",
9769
+ "name": "_variables.scss"
9770
+ }
8337
9771
  }
8338
9772
  ]
8339
9773
  },
8340
9774
  {
8341
- "description": "Return a z-index value based on layer and number of steps.\n",
8342
- "commentRange": {
8343
- "start": 23,
8344
- "end": 27
8345
- },
8346
- "context": {
8347
- "type": "function",
8348
- "name": "k-z-index",
8349
- "code": "\n $layer-value: map.get($kendo-z-layers, $layer);\n\n @if not $layer-value {\n @error \"Layer '#{$layer}' not found in $kendo-z-layers map.\";\n }\n\n @return $layer-value + ($n * $kendo-z-step) + $delta;\n",
8350
- "line": {
8351
- "start": 28,
8352
- "end": 36
9775
+ "id": "radii",
9776
+ "title": "Border Radius",
9777
+ "variables": [
9778
+ {
9779
+ "description": "The none border radius used across the Components.\n",
9780
+ "commentRange": {
9781
+ "start": 4,
9782
+ "end": 5
9783
+ },
9784
+ "context": {
9785
+ "type": "variable",
9786
+ "name": "kendo-border-radius-none",
9787
+ "value": "map.get($kendo-spacing, 0)",
9788
+ "scope": "default",
9789
+ "line": {
9790
+ "start": 6,
9791
+ "end": 6
9792
+ }
9793
+ },
9794
+ "group": [
9795
+ "radii"
9796
+ ],
9797
+ "access": "public",
9798
+ "file": {
9799
+ "path": "core/scss/border-radii/index.scss",
9800
+ "name": "index.scss"
9801
+ },
9802
+ "resolvedValue": "0px",
9803
+ "resolvedType": "Number"
8353
9804
  },
8354
- "signature": "k-z-index($layer, $Number, $Balancing)"
8355
- },
8356
- "return": {
8357
- "type": "Number",
8358
- "description": "Calculated z-index value."
8359
- },
8360
- "access": "public",
8361
- "group": [
8362
- "undefined"
8363
- ],
8364
- "require": [],
8365
- "throw": [
8366
- "Layer "
8367
- ],
8368
- "file": {
8369
- "path": "core/scss/z-index/index.scss",
8370
- "name": "index.scss"
8371
- },
8372
- "examples": [],
8373
- "parameters": [
8374
9805
  {
8375
- "type": "String",
8376
- "name": "layer",
8377
- "description": "The layer key from the $kendo-z-layers map."
9806
+ "description": "The extra small border radius used across the Components.\n",
9807
+ "commentRange": {
9808
+ "start": 7,
9809
+ "end": 8
9810
+ },
9811
+ "context": {
9812
+ "type": "variable",
9813
+ "name": "kendo-border-radius-xs",
9814
+ "value": "map.get($kendo-spacing, 1px)",
9815
+ "scope": "default",
9816
+ "line": {
9817
+ "start": 9,
9818
+ "end": 9
9819
+ }
9820
+ },
9821
+ "group": [
9822
+ "radii"
9823
+ ],
9824
+ "access": "public",
9825
+ "file": {
9826
+ "path": "core/scss/border-radii/index.scss",
9827
+ "name": "index.scss"
9828
+ },
9829
+ "resolvedValue": "1px",
9830
+ "resolvedType": "Number"
9831
+ },
9832
+ {
9833
+ "description": "The small border radius used across the Components.\n",
9834
+ "commentRange": {
9835
+ "start": 10,
9836
+ "end": 11
9837
+ },
9838
+ "context": {
9839
+ "type": "variable",
9840
+ "name": "kendo-border-radius-sm",
9841
+ "value": "map.get($kendo-spacing, 0.5)",
9842
+ "scope": "default",
9843
+ "line": {
9844
+ "start": 12,
9845
+ "end": 12
9846
+ }
9847
+ },
9848
+ "group": [
9849
+ "radii"
9850
+ ],
9851
+ "access": "public",
9852
+ "file": {
9853
+ "path": "core/scss/border-radii/index.scss",
9854
+ "name": "index.scss"
9855
+ },
9856
+ "resolvedValue": "0.125rem",
9857
+ "resolvedType": "Number"
9858
+ },
9859
+ {
9860
+ "description": "The medium border radius used across the Components.\n",
9861
+ "commentRange": {
9862
+ "start": 13,
9863
+ "end": 14
9864
+ },
9865
+ "context": {
9866
+ "type": "variable",
9867
+ "name": "kendo-border-radius-md",
9868
+ "value": "map.get($kendo-spacing, 1)",
9869
+ "scope": "default",
9870
+ "line": {
9871
+ "start": 15,
9872
+ "end": 15
9873
+ }
9874
+ },
9875
+ "group": [
9876
+ "radii"
9877
+ ],
9878
+ "access": "public",
9879
+ "file": {
9880
+ "path": "core/scss/border-radii/index.scss",
9881
+ "name": "index.scss"
9882
+ },
9883
+ "resolvedValue": "0.25rem",
9884
+ "resolvedType": "Number"
8378
9885
  },
8379
9886
  {
8380
- "type": "Number} $n [0] - {Optional",
8381
- "name": "Number",
8382
- "description": "of steps above the base layer."
9887
+ "description": "The large border radius used across the Components.\n",
9888
+ "commentRange": {
9889
+ "start": 16,
9890
+ "end": 17
9891
+ },
9892
+ "context": {
9893
+ "type": "variable",
9894
+ "name": "kendo-border-radius-lg",
9895
+ "value": "map.get($kendo-spacing, 1.5)",
9896
+ "scope": "default",
9897
+ "line": {
9898
+ "start": 18,
9899
+ "end": 18
9900
+ }
9901
+ },
9902
+ "group": [
9903
+ "radii"
9904
+ ],
9905
+ "access": "public",
9906
+ "file": {
9907
+ "path": "core/scss/border-radii/index.scss",
9908
+ "name": "index.scss"
9909
+ },
9910
+ "resolvedValue": "0.375rem",
9911
+ "resolvedType": "Number"
8383
9912
  },
8384
9913
  {
8385
- "type": "Number} $delta [0] - {Deprecated, Optional",
8386
- "name": "Balancing",
8387
- "description": "value."
8388
- }
8389
- ]
8390
- }
8391
- ],
8392
- "placeholders": [],
8393
- "css": [
8394
- {
8395
- "description": "This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.\n @name .k-sr-only\n @group accessibility\n",
8396
- "commentRange": {
8397
- "start": 3,
8398
- "end": 5
8399
- },
8400
- "context": {
8401
- "type": "css",
8402
- "name": ".k-sr-only",
8403
- "value": "position: absolute;\n inset-inline-start: -1px;\n width: 1px;\n height: 1px;\n overflow: hidden;",
8404
- "line": {
8405
- "start": 6,
8406
- "end": 15
8407
- }
8408
- },
8409
- "access": "public",
8410
- "group": [
8411
- "undefined"
8412
- ],
8413
- "file": {
8414
- "path": "core/scss/styles/_accessibility.scss",
8415
- "name": "_accessibility.scss"
8416
- }
8417
- }
8418
- ],
8419
- "variableGroups": [
8420
- {
8421
- "id": "accessibility",
8422
- "title": "Accessibility",
8423
- "variables": [
8424
- {
8425
- "description": "",
9914
+ "description": "The extra large border radius used across the Components.\n",
8426
9915
  "commentRange": {
8427
- "start": 555,
8428
- "end": 559
9916
+ "start": 19,
9917
+ "end": 20
8429
9918
  },
8430
9919
  "context": {
8431
9920
  "type": "variable",
8432
- "name": "wcag-dark",
8433
- "value": "black",
9921
+ "name": "kendo-border-radius-xl",
9922
+ "value": "map.get($kendo-spacing, 2)",
8434
9923
  "scope": "default",
8435
9924
  "line": {
8436
- "start": 560,
8437
- "end": 560
9925
+ "start": 21,
9926
+ "end": 21
8438
9927
  }
8439
9928
  },
8440
- "link": [
8441
- {
8442
- "url": "https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast",
8443
- "caption": ""
8444
- },
8445
- {
8446
- "url": "https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests",
8447
- "caption": "Default dark color for WCAG 2.0."
8448
- }
8449
- ],
8450
- "type": "Color",
8451
9929
  "group": [
8452
- "accessibility"
9930
+ "radii"
8453
9931
  ],
8454
9932
  "access": "public",
8455
9933
  "file": {
8456
- "path": "core/scss/functions/_color.scss",
8457
- "name": "_color.scss"
8458
- }
9934
+ "path": "core/scss/border-radii/index.scss",
9935
+ "name": "index.scss"
9936
+ },
9937
+ "resolvedValue": "0.5rem",
9938
+ "resolvedType": "Number"
8459
9939
  },
8460
9940
  {
8461
- "description": "Default light color for WCAG 2.0.\n",
9941
+ "description": "The third largest border radius used across the Components.\n",
8462
9942
  "commentRange": {
8463
- "start": 561,
8464
- "end": 563
9943
+ "start": 22,
9944
+ "end": 23
8465
9945
  },
8466
9946
  "context": {
8467
9947
  "type": "variable",
8468
- "name": "wcag-light",
8469
- "value": "white",
9948
+ "name": "kendo-border-radius-xxl",
9949
+ "value": "map.get($kendo-spacing, 3)",
8470
9950
  "scope": "default",
8471
9951
  "line": {
8472
- "start": 564,
8473
- "end": 564
9952
+ "start": 24,
9953
+ "end": 24
8474
9954
  }
8475
9955
  },
8476
- "type": "Color",
8477
9956
  "group": [
8478
- "accessibility"
9957
+ "radii"
8479
9958
  ],
8480
9959
  "access": "public",
8481
9960
  "file": {
8482
- "path": "core/scss/functions/_color.scss",
8483
- "name": "_color.scss"
8484
- }
8485
- }
8486
- ]
8487
- },
8488
- {
8489
- "id": "radii",
8490
- "title": "Border Radius",
8491
- "variables": [
9961
+ "path": "core/scss/border-radii/index.scss",
9962
+ "name": "index.scss"
9963
+ },
9964
+ "resolvedValue": "0.75rem",
9965
+ "resolvedType": "Number"
9966
+ },
8492
9967
  {
8493
- "description": "The none border radius used across the Components.\n",
9968
+ "description": "The second largest border radius used across the Components.\n",
8494
9969
  "commentRange": {
8495
- "start": 4,
8496
- "end": 5
9970
+ "start": 25,
9971
+ "end": 26
8497
9972
  },
8498
9973
  "context": {
8499
9974
  "type": "variable",
8500
- "name": "kendo-border-radius-none",
8501
- "value": "map.get($kendo-spacing, 0)",
9975
+ "name": "kendo-border-radius-xxxl",
9976
+ "value": "map.get($kendo-spacing, 4)",
8502
9977
  "scope": "default",
8503
9978
  "line": {
8504
- "start": 6,
8505
- "end": 6
9979
+ "start": 27,
9980
+ "end": 27
8506
9981
  }
8507
9982
  },
8508
9983
  "group": [
@@ -8513,23 +9988,23 @@
8513
9988
  "path": "core/scss/border-radii/index.scss",
8514
9989
  "name": "index.scss"
8515
9990
  },
8516
- "resolvedValue": "0px",
9991
+ "resolvedValue": "1rem",
8517
9992
  "resolvedType": "Number"
8518
9993
  },
8519
9994
  {
8520
- "description": "The extra small border radius used across the Components.\n",
9995
+ "description": "The largest border radius used across the Components.\n",
8521
9996
  "commentRange": {
8522
- "start": 7,
8523
- "end": 8
9997
+ "start": 28,
9998
+ "end": 29
8524
9999
  },
8525
10000
  "context": {
8526
10001
  "type": "variable",
8527
- "name": "kendo-border-radius-xs",
8528
- "value": "map.get($kendo-spacing, 1px)",
10002
+ "name": "kendo-border-radius-full",
10003
+ "value": "9999px",
8529
10004
  "scope": "default",
8530
10005
  "line": {
8531
- "start": 9,
8532
- "end": 9
10006
+ "start": 30,
10007
+ "end": 30
8533
10008
  }
8534
10009
  },
8535
10010
  "group": [
@@ -8540,234 +10015,337 @@
8540
10015
  "path": "core/scss/border-radii/index.scss",
8541
10016
  "name": "index.scss"
8542
10017
  },
8543
- "resolvedValue": "1px",
10018
+ "resolvedValue": "9999px",
8544
10019
  "resolvedType": "Number"
8545
10020
  },
8546
10021
  {
8547
- "description": "The small border radius used across the Components.\n",
10022
+ "description": "The global radii Map.\n",
10023
+ "commentRange": {
10024
+ "start": 46,
10025
+ "end": 47
10026
+ },
10027
+ "context": {
10028
+ "type": "variable",
10029
+ "name": "kendo-border-radii",
10030
+ "value": "$default-border-radii",
10031
+ "scope": "default",
10032
+ "line": {
10033
+ "start": 48,
10034
+ "end": 48
10035
+ }
10036
+ },
10037
+ "group": [
10038
+ "radii"
10039
+ ],
10040
+ "access": "public",
10041
+ "file": {
10042
+ "path": "core/scss/border-radii/index.scss",
10043
+ "name": "index.scss"
10044
+ },
10045
+ "resolvedValue": "(none: 0px, xs: 1px, sm: 0.125rem, md: 0.25rem, lg: 0.375rem, xl: 0.5rem, xxl: 0.75rem, xxxl: 1rem, full: 9999px)",
10046
+ "resolvedType": "Map",
10047
+ "prettyValue": {
10048
+ "none": "0px",
10049
+ "xs": "1px",
10050
+ "sm": "0.125rem",
10051
+ "md": "0.25rem",
10052
+ "lg": "0.375rem",
10053
+ "xl": "0.5rem",
10054
+ "xxl": "0.75rem",
10055
+ "xxxl": "1rem",
10056
+ "full": "9999px"
10057
+ }
10058
+ }
10059
+ ]
10060
+ },
10061
+ {
10062
+ "id": "bottom-navigation",
10063
+ "title": "BottomNavigation",
10064
+ "variables": [
10065
+ {
10066
+ "description": "The theme colors map of the BottomNavigation.\n",
10067
+ "commentRange": {
10068
+ "start": 31,
10069
+ "end": 32
10070
+ },
10071
+ "context": {
10072
+ "type": "variable",
10073
+ "name": "kendo-bottom-navigation-theme-colors",
10074
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
10075
+ "scope": "default",
10076
+ "line": {
10077
+ "start": 33,
10078
+ "end": 33
10079
+ }
10080
+ },
10081
+ "group": [
10082
+ "bottom-navigation"
10083
+ ],
10084
+ "access": "public",
10085
+ "file": {
10086
+ "path": "core/scss/components/bottom-navigation/_variables.scss",
10087
+ "name": "_variables.scss"
10088
+ }
10089
+ }
10090
+ ]
10091
+ },
10092
+ {
10093
+ "id": "breadcrumb",
10094
+ "title": "Breadcrumb",
10095
+ "variables": [
10096
+ {
10097
+ "description": "The sizes map of the Breadcrumb.\n",
10098
+ "commentRange": {
10099
+ "start": 81,
10100
+ "end": 82
10101
+ },
10102
+ "context": {
10103
+ "type": "variable",
10104
+ "name": "kendo-breadcrumb-sizes",
10105
+ "value": "(\n sm: (\n link-padding-x: $kendo-breadcrumb-sm-link-padding-x,\n link-padding-y: $kendo-breadcrumb-sm-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,\n font-size: $kendo-breadcrumb-sm-font-size,\n line-height: $kendo-breadcrumb-sm-line-height\n ),\n md: (\n link-padding-x: $kendo-breadcrumb-md-link-padding-x,\n link-padding-y: $kendo-breadcrumb-md-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,\n font-size: $kendo-breadcrumb-md-font-size,\n line-height: $kendo-breadcrumb-md-line-height\n ),\n lg: (\n link-padding-x: $kendo-breadcrumb-lg-link-padding-x,\n link-padding-y: $kendo-breadcrumb-lg-link-padding-y,\n icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,\n icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,\n font-size: $kendo-breadcrumb-lg-font-size,\n line-height: $kendo-breadcrumb-lg-line-height\n )\n)",
10106
+ "scope": "default",
10107
+ "line": {
10108
+ "start": 83,
10109
+ "end": 108
10110
+ }
10111
+ },
10112
+ "group": [
10113
+ "breadcrumb"
10114
+ ],
10115
+ "access": "public",
10116
+ "file": {
10117
+ "path": "core/scss/components/breadcrumb/_variables.scss",
10118
+ "name": "_variables.scss"
10119
+ }
10120
+ }
10121
+ ]
10122
+ },
10123
+ {
10124
+ "id": "button",
10125
+ "title": "Button",
10126
+ "variables": [
10127
+ {
10128
+ "description": "The theme colors map of the Button.\n",
8548
10129
  "commentRange": {
8549
- "start": 10,
8550
- "end": 11
10130
+ "start": 108,
10131
+ "end": 109
8551
10132
  },
8552
10133
  "context": {
8553
10134
  "type": "variable",
8554
- "name": "kendo-border-radius-sm",
8555
- "value": "map.get($kendo-spacing, 0.5)",
10135
+ "name": "kendo-button-theme-colors",
10136
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
8556
10137
  "scope": "default",
8557
10138
  "line": {
8558
- "start": 12,
8559
- "end": 12
10139
+ "start": 110,
10140
+ "end": 110
8560
10141
  }
8561
10142
  },
8562
10143
  "group": [
8563
- "radii"
10144
+ "button"
8564
10145
  ],
8565
10146
  "access": "public",
8566
10147
  "file": {
8567
- "path": "core/scss/border-radii/index.scss",
8568
- "name": "index.scss"
8569
- },
8570
- "resolvedValue": "0.125rem",
8571
- "resolvedType": "Number"
10148
+ "path": "core/scss/components/button/_variables.scss",
10149
+ "name": "_variables.scss"
10150
+ }
8572
10151
  },
8573
10152
  {
8574
- "description": "The medium border radius used across the Components.\n",
10153
+ "description": "The sizes map of the Button.\n",
8575
10154
  "commentRange": {
8576
- "start": 13,
8577
- "end": 14
10155
+ "start": 112,
10156
+ "end": 113
8578
10157
  },
8579
10158
  "context": {
8580
10159
  "type": "variable",
8581
- "name": "kendo-border-radius-md",
8582
- "value": "map.get($kendo-spacing, 1)",
10160
+ "name": "kendo-button-sizes",
10161
+ "value": "(\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
8583
10162
  "scope": "default",
8584
10163
  "line": {
8585
- "start": 15,
8586
- "end": 15
10164
+ "start": 114,
10165
+ "end": 133
8587
10166
  }
8588
10167
  },
8589
10168
  "group": [
8590
- "radii"
10169
+ "button"
8591
10170
  ],
8592
10171
  "access": "public",
8593
10172
  "file": {
8594
- "path": "core/scss/border-radii/index.scss",
8595
- "name": "index.scss"
8596
- },
8597
- "resolvedValue": "0.25rem",
8598
- "resolvedType": "Number"
8599
- },
10173
+ "path": "core/scss/components/button/_variables.scss",
10174
+ "name": "_variables.scss"
10175
+ }
10176
+ }
10177
+ ]
10178
+ },
10179
+ {
10180
+ "id": "calendar",
10181
+ "title": "Calendar",
10182
+ "variables": [
8600
10183
  {
8601
- "description": "The large border radius used across the Components.\n",
10184
+ "description": "The sizes map of the Calendar.\n",
8602
10185
  "commentRange": {
8603
- "start": 16,
8604
- "end": 17
10186
+ "start": 143,
10187
+ "end": 144
8605
10188
  },
8606
10189
  "context": {
8607
10190
  "type": "variable",
8608
- "name": "kendo-border-radius-lg",
8609
- "value": "map.get($kendo-spacing, 1.5)",
10191
+ "name": "kendo-calendar-sizes",
10192
+ "value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-x,\n cell-padding-y: $kendo-calendar-sm-cell-padding-y\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-x,\n cell-padding-y: $kendo-calendar-md-cell-padding-y\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-x,\n cell-padding-y: $kendo-calendar-lg-cell-padding-y\n )\n)",
8610
10193
  "scope": "default",
8611
10194
  "line": {
8612
- "start": 18,
8613
- "end": 18
10195
+ "start": 145,
10196
+ "end": 167
8614
10197
  }
8615
10198
  },
8616
10199
  "group": [
8617
- "radii"
10200
+ "calendar"
8618
10201
  ],
8619
10202
  "access": "public",
8620
10203
  "file": {
8621
- "path": "core/scss/border-radii/index.scss",
8622
- "name": "index.scss"
8623
- },
8624
- "resolvedValue": "0.375rem",
8625
- "resolvedType": "Number"
8626
- },
10204
+ "path": "core/scss/components/calendar/_variables.scss",
10205
+ "name": "_variables.scss"
10206
+ }
10207
+ }
10208
+ ]
10209
+ },
10210
+ {
10211
+ "id": "card",
10212
+ "title": "Card",
10213
+ "variables": [
8627
10214
  {
8628
- "description": "The extra large border radius used across the Components.\n",
10215
+ "description": "The theme colors map of the Card.\n",
8629
10216
  "commentRange": {
8630
- "start": 19,
8631
- "end": 20
10217
+ "start": 75,
10218
+ "end": 76
8632
10219
  },
8633
10220
  "context": {
8634
10221
  "type": "variable",
8635
- "name": "kendo-border-radius-xl",
8636
- "value": "map.get($kendo-spacing, 2)",
10222
+ "name": "kendo-card-theme-colors",
10223
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
8637
10224
  "scope": "default",
8638
10225
  "line": {
8639
- "start": 21,
8640
- "end": 21
10226
+ "start": 77,
10227
+ "end": 77
8641
10228
  }
8642
10229
  },
8643
10230
  "group": [
8644
- "radii"
10231
+ "card"
8645
10232
  ],
8646
10233
  "access": "public",
8647
10234
  "file": {
8648
- "path": "core/scss/border-radii/index.scss",
8649
- "name": "index.scss"
8650
- },
8651
- "resolvedValue": "0.5rem",
8652
- "resolvedType": "Number"
8653
- },
10235
+ "path": "core/scss/components/card/_variables.scss",
10236
+ "name": "_variables.scss"
10237
+ }
10238
+ }
10239
+ ]
10240
+ },
10241
+ {
10242
+ "id": "checkbox",
10243
+ "title": "Checkbox",
10244
+ "variables": [
8654
10245
  {
8655
- "description": "The third largest border radius used across the Components.\n",
10246
+ "description": "The sizes map of the CheckBox.\n",
8656
10247
  "commentRange": {
8657
- "start": 22,
8658
- "end": 23
10248
+ "start": 17,
10249
+ "end": 18
8659
10250
  },
8660
10251
  "context": {
8661
10252
  "type": "variable",
8662
- "name": "kendo-border-radius-xxl",
8663
- "value": "map.get($kendo-spacing, 3)",
10253
+ "name": "kendo-checkbox-sizes",
10254
+ "value": "(\n sm: (\n size: $kendo-checkbox-sm-size,\n glyph-size: $kendo-checkbox-sm-glyph-size,\n ripple-size: $kendo-checkbox-sm-ripple-size\n ),\n md: (\n size: $kendo-checkbox-md-size,\n glyph-size: $kendo-checkbox-md-glyph-size,\n ripple-size: $kendo-checkbox-md-ripple-size\n ),\n lg: (\n size: $kendo-checkbox-lg-size,\n glyph-size: $kendo-checkbox-lg-glyph-size,\n ripple-size: $kendo-checkbox-lg-ripple-size\n )\n)",
8664
10255
  "scope": "default",
8665
10256
  "line": {
8666
- "start": 24,
8667
- "end": 24
10257
+ "start": 19,
10258
+ "end": 35
8668
10259
  }
8669
10260
  },
8670
10261
  "group": [
8671
- "radii"
10262
+ "checkbox"
8672
10263
  ],
8673
10264
  "access": "public",
8674
10265
  "file": {
8675
- "path": "core/scss/border-radii/index.scss",
8676
- "name": "index.scss"
8677
- },
8678
- "resolvedValue": "0.75rem",
8679
- "resolvedType": "Number"
8680
- },
10266
+ "path": "core/scss/components/checkbox/_variables.scss",
10267
+ "name": "_variables.scss"
10268
+ }
10269
+ }
10270
+ ]
10271
+ },
10272
+ {
10273
+ "id": "chip",
10274
+ "title": "Chip",
10275
+ "variables": [
8681
10276
  {
8682
- "description": "The second largest border radius used across the Components.\n",
10277
+ "description": "The sizes map of the Chip.\n",
8683
10278
  "commentRange": {
8684
- "start": 25,
8685
- "end": 26
10279
+ "start": 36,
10280
+ "end": 37
8686
10281
  },
8687
10282
  "context": {
8688
10283
  "type": "variable",
8689
- "name": "kendo-border-radius-xxxl",
8690
- "value": "map.get($kendo-spacing, 4)",
10284
+ "name": "kendo-chip-sizes",
10285
+ "value": "(\n sm: (\n padding-x: $kendo-chip-sm-padding-x,\n padding-y: $kendo-chip-sm-padding-y,\n font-size: $kendo-chip-sm-font-size,\n line-height: $kendo-chip-sm-line-height\n ),\n md: (\n padding-x: $kendo-chip-md-padding-x,\n padding-y: $kendo-chip-md-padding-y,\n font-size: $kendo-chip-md-font-size,\n line-height: $kendo-chip-md-line-height\n ),\n lg: (\n padding-x: $kendo-chip-lg-padding-x,\n padding-y: $kendo-chip-lg-padding-y,\n font-size: $kendo-chip-lg-font-size,\n line-height: $kendo-chip-lg-line-height\n )\n)",
8691
10286
  "scope": "default",
8692
10287
  "line": {
8693
- "start": 27,
8694
- "end": 27
10288
+ "start": 38,
10289
+ "end": 57
8695
10290
  }
8696
10291
  },
8697
10292
  "group": [
8698
- "radii"
10293
+ "chip"
8699
10294
  ],
8700
10295
  "access": "public",
8701
10296
  "file": {
8702
- "path": "core/scss/border-radii/index.scss",
8703
- "name": "index.scss"
8704
- },
8705
- "resolvedValue": "1rem",
8706
- "resolvedType": "Number"
10297
+ "path": "core/scss/components/chip/_variables.scss",
10298
+ "name": "_variables.scss"
10299
+ }
8707
10300
  },
8708
10301
  {
8709
- "description": "The largest border radius used across the Components.\n",
10302
+ "description": "The sizes of the Chip list.\n",
8710
10303
  "commentRange": {
8711
- "start": 28,
8712
- "end": 29
10304
+ "start": 64,
10305
+ "end": 65
8713
10306
  },
8714
10307
  "context": {
8715
10308
  "type": "variable",
8716
- "name": "kendo-border-radius-full",
8717
- "value": "9999px",
10309
+ "name": "kendo-chip-list-sizes",
10310
+ "value": "(\n sm: $kendo-chip-list-size-sm,\n md: $kendo-chip-list-size-md,\n lg: $kendo-chip-list-size-lg\n)",
8718
10311
  "scope": "default",
8719
10312
  "line": {
8720
- "start": 30,
8721
- "end": 30
10313
+ "start": 66,
10314
+ "end": 70
8722
10315
  }
8723
10316
  },
8724
10317
  "group": [
8725
- "radii"
10318
+ "chip"
8726
10319
  ],
8727
10320
  "access": "public",
8728
10321
  "file": {
8729
- "path": "core/scss/border-radii/index.scss",
8730
- "name": "index.scss"
8731
- },
8732
- "resolvedValue": "9999px",
8733
- "resolvedType": "Number"
10322
+ "path": "core/scss/components/chip/_variables.scss",
10323
+ "name": "_variables.scss"
10324
+ }
8734
10325
  },
8735
10326
  {
8736
- "description": "The global radii Map.\n",
10327
+ "description": "The theme colors map of the Chip.\n",
8737
10328
  "commentRange": {
8738
- "start": 46,
8739
- "end": 47
10329
+ "start": 75,
10330
+ "end": 76
8740
10331
  },
8741
10332
  "context": {
8742
10333
  "type": "variable",
8743
- "name": "kendo-border-radii",
8744
- "value": "$default-border-radii",
10334
+ "name": "kendo-chip-theme-colors",
10335
+ "value": "(\"base\", \"error\", \"info\", \"warning\", \"success\")",
8745
10336
  "scope": "default",
8746
10337
  "line": {
8747
- "start": 48,
8748
- "end": 48
10338
+ "start": 77,
10339
+ "end": 77
8749
10340
  }
8750
10341
  },
8751
10342
  "group": [
8752
- "radii"
10343
+ "chip"
8753
10344
  ],
8754
10345
  "access": "public",
8755
10346
  "file": {
8756
- "path": "core/scss/border-radii/index.scss",
8757
- "name": "index.scss"
8758
- },
8759
- "resolvedValue": "(none: 0px, xs: 1px, sm: 0.125rem, md: 0.25rem, lg: 0.375rem, xl: 0.5rem, xxl: 0.75rem, xxxl: 1rem, full: 9999px)",
8760
- "resolvedType": "Map",
8761
- "prettyValue": {
8762
- "none": "0px",
8763
- "xs": "1px",
8764
- "sm": "0.125rem",
8765
- "md": "0.25rem",
8766
- "lg": "0.375rem",
8767
- "xl": "0.5rem",
8768
- "xxl": "0.75rem",
8769
- "xxxl": "1rem",
8770
- "full": "9999px"
10347
+ "path": "core/scss/components/chip/_variables.scss",
10348
+ "name": "_variables.scss"
8771
10349
  }
8772
10350
  }
8773
10351
  ]
@@ -10187,6 +11765,192 @@
10187
11765
  }
10188
11766
  ]
10189
11767
  },
11768
+ {
11769
+ "id": "color-editor",
11770
+ "title": "ColorEditor",
11771
+ "variables": [
11772
+ {
11773
+ "description": "The size map of the ColorEditor.\n",
11774
+ "commentRange": {
11775
+ "start": 58,
11776
+ "end": 59
11777
+ },
11778
+ "context": {
11779
+ "type": "variable",
11780
+ "name": "kendo-color-editor-sizes",
11781
+ "value": "(\n sm: (\n min-width: $kendo-color-editor-sm-min-width,\n header-padding-x: $kendo-color-editor-sm-header-padding-x,\n header-padding-y: $kendo-color-editor-sm-header-padding-y,\n views-padding-x: $kendo-color-editor-sm-views-padding-x,\n views-padding-y: $kendo-color-editor-sm-views-padding-y,\n preview-gap: $kendo-color-editor-sm-preview-gap,\n preview-width: $kendo-color-editor-sm-color-preview-width,\n preview-height: $kendo-color-editor-sm-color-preview-height,\n\n ),\n md: (\n min-width: $kendo-color-editor-md-min-width,\n header-padding-x: $kendo-color-editor-md-header-padding-x,\n header-padding-y: $kendo-color-editor-md-header-padding-y,\n views-padding-x: $kendo-color-editor-md-views-padding-x,\n views-padding-y: $kendo-color-editor-md-views-padding-y,\n preview-gap: $kendo-color-editor-md-preview-gap,\n preview-width: $kendo-color-editor-md-color-preview-width,\n preview-height: $kendo-color-editor-md-color-preview-height,\n ),\n lg: (\n min-width: $kendo-color-editor-lg-min-width,\n header-padding-x: $kendo-color-editor-lg-header-padding-x,\n header-padding-y: $kendo-color-editor-lg-header-padding-y,\n views-padding-x: $kendo-color-editor-lg-views-padding-x,\n views-padding-y: $kendo-color-editor-lg-views-padding-y,\n preview-gap: $kendo-color-editor-lg-preview-gap,\n preview-width: $kendo-color-editor-lg-color-preview-width,\n preview-height: $kendo-color-editor-lg-color-preview-height,\n )\n)",
11782
+ "scope": "default",
11783
+ "line": {
11784
+ "start": 60,
11785
+ "end": 92
11786
+ }
11787
+ },
11788
+ "group": [
11789
+ "color-editor"
11790
+ ],
11791
+ "access": "public",
11792
+ "file": {
11793
+ "path": "core/scss/components/coloreditor/_variables.scss",
11794
+ "name": "_variables.scss"
11795
+ }
11796
+ }
11797
+ ]
11798
+ },
11799
+ {
11800
+ "id": "color-gradient",
11801
+ "title": "ColorGradient",
11802
+ "variables": [
11803
+ {
11804
+ "description": "The size map of the ColorGradient.\n",
11805
+ "commentRange": {
11806
+ "start": 87,
11807
+ "end": 88
11808
+ },
11809
+ "context": {
11810
+ "type": "variable",
11811
+ "name": "kendo-color-gradient-sizes",
11812
+ "value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n gap: $kendo-color-gradient-sm-gap,\n canvas-gap: $kendo-color-gradient-sm-canvas-gap,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n gap: $kendo-color-gradient-md-gap,\n canvas-gap: $kendo-color-gradient-md-canvas-gap,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n gap: $kendo-color-gradient-lg-gap,\n canvas-gap: $kendo-color-gradient-lg-canvas-gap,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
11813
+ "scope": "default",
11814
+ "line": {
11815
+ "start": 89,
11816
+ "end": 120
11817
+ }
11818
+ },
11819
+ "group": [
11820
+ "color-gradient"
11821
+ ],
11822
+ "access": "public",
11823
+ "file": {
11824
+ "path": "core/scss/components/colorgradient/_variables.scss",
11825
+ "name": "_variables.scss"
11826
+ }
11827
+ }
11828
+ ]
11829
+ },
11830
+ {
11831
+ "id": "color-palette",
11832
+ "title": "ColorPalette",
11833
+ "variables": [
11834
+ {
11835
+ "description": "The size map of the ColorPalette.\n",
11836
+ "commentRange": {
11837
+ "start": 22,
11838
+ "end": 23
11839
+ },
11840
+ "context": {
11841
+ "type": "variable",
11842
+ "name": "kendo-color-palette-sizes",
11843
+ "value": "(\n sm: (\n width: $kendo-color-palette-sm-tile-width,\n height: $kendo-color-palette-sm-tile-height\n ),\n md: (\n width: $kendo-color-palette-md-tile-width,\n height: $kendo-color-palette-md-tile-height\n ),\n lg: (\n width: $kendo-color-palette-lg-tile-width,\n height: $kendo-color-palette-lg-tile-height\n )\n)",
11844
+ "scope": "default",
11845
+ "line": {
11846
+ "start": 24,
11847
+ "end": 37
11848
+ }
11849
+ },
11850
+ "group": [
11851
+ "color-palette"
11852
+ ],
11853
+ "access": "public",
11854
+ "file": {
11855
+ "path": "core/scss/components/colorpalette/_variables.scss",
11856
+ "name": "_variables.scss"
11857
+ }
11858
+ }
11859
+ ]
11860
+ },
11861
+ {
11862
+ "id": "column-menu",
11863
+ "title": "ColumnMenu",
11864
+ "variables": [
11865
+ {
11866
+ "description": "The sizes map for the ColumnMenu.\n",
11867
+ "commentRange": {
11868
+ "start": 24,
11869
+ "end": 25
11870
+ },
11871
+ "context": {
11872
+ "type": "variable",
11873
+ "name": "kendo-column-menu-sizes",
11874
+ "value": "(\n sm: (\n padding-x: $kendo-column-menu-item-sm-padding-x,\n padding-y: $kendo-column-menu-item-sm-padding-y,\n font-size: $kendo-column-menu-sm-font-size,\n line-height: $kendo-column-menu-sm-line-height\n ),\n md: (\n padding-x: $kendo-column-menu-item-md-padding-x,\n padding-y: $kendo-column-menu-item-md-padding-y,\n font-size: $kendo-column-menu-md-font-size,\n line-height: $kendo-column-menu-md-line-height\n ),\n lg: (\n padding-x: $kendo-column-menu-item-lg-padding-x,\n padding-y: $kendo-column-menu-item-lg-padding-y,\n font-size: $kendo-column-menu-lg-font-size,\n line-height: $kendo-column-menu-lg-line-height\n )\n)",
11875
+ "scope": "default",
11876
+ "line": {
11877
+ "start": 26,
11878
+ "end": 45
11879
+ }
11880
+ },
11881
+ "group": [
11882
+ "column-menu"
11883
+ ],
11884
+ "access": "public",
11885
+ "file": {
11886
+ "path": "core/scss/components/column-menu/_variables.scss",
11887
+ "name": "_variables.scss"
11888
+ }
11889
+ }
11890
+ ]
11891
+ },
11892
+ {
11893
+ "id": "date-time-picker",
11894
+ "title": "DateTimePicker",
11895
+ "variables": [
11896
+ {
11897
+ "description": "The sizes map of the DateTimePicker.\n",
11898
+ "commentRange": {
11899
+ "start": 9,
11900
+ "end": 10
11901
+ },
11902
+ "context": {
11903
+ "type": "variable",
11904
+ "name": "kendo-datetime-sizes",
11905
+ "value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
11906
+ "scope": "default",
11907
+ "line": {
11908
+ "start": 11,
11909
+ "end": 21
11910
+ }
11911
+ },
11912
+ "group": [
11913
+ "date-time-picker"
11914
+ ],
11915
+ "access": "public",
11916
+ "file": {
11917
+ "path": "core/scss/components/datetimepicker/_variables.scss",
11918
+ "name": "_variables.scss"
11919
+ }
11920
+ }
11921
+ ]
11922
+ },
11923
+ {
11924
+ "id": "dialog",
11925
+ "title": "Dialog",
11926
+ "variables": [
11927
+ {
11928
+ "description": "The theme colors map of the Dialog.\n",
11929
+ "commentRange": {
11930
+ "start": 16,
11931
+ "end": 17
11932
+ },
11933
+ "context": {
11934
+ "type": "variable",
11935
+ "name": "kendo-dialog-theme-colors",
11936
+ "value": "(\"primary\", \"light\", \"dark\")",
11937
+ "scope": "default",
11938
+ "line": {
11939
+ "start": 18,
11940
+ "end": 18
11941
+ }
11942
+ },
11943
+ "group": [
11944
+ "dialog"
11945
+ ],
11946
+ "access": "public",
11947
+ "file": {
11948
+ "path": "core/scss/components/dialog/_variables.scss",
11949
+ "name": "_variables.scss"
11950
+ }
11951
+ }
11952
+ ]
11953
+ },
10190
11954
  {
10191
11955
  "id": "elevation",
10192
11956
  "title": "Elevation",
@@ -10231,6 +11995,279 @@
10231
11995
  }
10232
11996
  ]
10233
11997
  },
11998
+ {
11999
+ "id": "floating-action-button",
12000
+ "title": "FloatingActionButton",
12001
+ "variables": [
12002
+ {
12003
+ "description": "The theme colors map of the FloatingActionButton.\n",
12004
+ "commentRange": {
12005
+ "start": 66,
12006
+ "end": 67
12007
+ },
12008
+ "context": {
12009
+ "type": "variable",
12010
+ "name": "kendo-fab-theme-colors",
12011
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
12012
+ "scope": "default",
12013
+ "line": {
12014
+ "start": 68,
12015
+ "end": 68
12016
+ }
12017
+ },
12018
+ "group": [
12019
+ "floating-action-button"
12020
+ ],
12021
+ "access": "public",
12022
+ "file": {
12023
+ "path": "core/scss/components/fab/_variables.scss",
12024
+ "name": "_variables.scss"
12025
+ }
12026
+ },
12027
+ {
12028
+ "description": "The sizes map of the FloatingActionButton.\n",
12029
+ "commentRange": {
12030
+ "start": 70,
12031
+ "end": 71
12032
+ },
12033
+ "context": {
12034
+ "type": "variable",
12035
+ "name": "kendo-fab-sizes",
12036
+ "value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
12037
+ "scope": "default",
12038
+ "line": {
12039
+ "start": 72,
12040
+ "end": 85
12041
+ }
12042
+ },
12043
+ "group": [
12044
+ "floating-action-button"
12045
+ ],
12046
+ "access": "public",
12047
+ "file": {
12048
+ "path": "core/scss/components/fab/_variables.scss",
12049
+ "name": "_variables.scss"
12050
+ }
12051
+ }
12052
+ ]
12053
+ },
12054
+ {
12055
+ "id": "form",
12056
+ "title": "Form",
12057
+ "variables": [
12058
+ {
12059
+ "description": "The sizes map of the Form.\n",
12060
+ "commentRange": {
12061
+ "start": 64,
12062
+ "end": 65
12063
+ },
12064
+ "context": {
12065
+ "type": "variable",
12066
+ "name": "kendo-form-sizes",
12067
+ "value": "(\n sm: (\n form-rows-spacing: $kendo-form-sm-rows-spacing\n ),\n md: (\n form-rows-spacing: $kendo-form-md-rows-spacing\n ),\n lg: (\n form-rows-spacing: $kendo-form-lg-rows-spacing\n )\n)",
12068
+ "scope": "default",
12069
+ "line": {
12070
+ "start": 66,
12071
+ "end": 76
12072
+ }
12073
+ },
12074
+ "group": [
12075
+ "form"
12076
+ ],
12077
+ "access": "public",
12078
+ "file": {
12079
+ "path": "core/scss/components/forms/_variables.scss",
12080
+ "name": "_variables.scss"
12081
+ }
12082
+ }
12083
+ ]
12084
+ },
12085
+ {
12086
+ "id": "grid",
12087
+ "title": "Grid",
12088
+ "variables": [
12089
+ {
12090
+ "description": "The sizes map of the Grid.\n",
12091
+ "commentRange": {
12092
+ "start": 66,
12093
+ "end": 67
12094
+ },
12095
+ "context": {
12096
+ "type": "variable",
12097
+ "name": "kendo-grid-sizes",
12098
+ "value": "(\n sm: (\n header-padding-x: $kendo-grid-sm-header-padding-x,\n header-padding-y: $kendo-grid-sm-header-padding-y,\n grouping-header-padding-x: $kendo-grid-sm-grouping-header-padding-x,\n grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-y,\n cell-padding-x: $kendo-grid-sm-cell-padding-x,\n cell-padding-y: $kendo-grid-sm-cell-padding-y,\n filter-cell-padding-x: $kendo-grid-sm-filter-cell-padding-x,\n filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-y,\n edit-cell-padding-x: $kendo-grid-sm-edit-cell-padding-x,\n edit-cell-padding-y: $kendo-grid-sm-edit-cell-padding-y,\n button-padding-y: $kendo-button-sm-padding-y,\n button-calc-size: $kendo-button-sm-calc-size,\n group-dropclue-height: $kendo-grid-sm-group-dropclue-height,\n selection-aggregates-padding-x: $kendo-grid-sm-selection-aggregates-padding-x,\n selection-aggregates-padding-y: $kendo-grid-sm-selection-aggregates-padding-y\n ),\n md: (\n header-padding-x: $kendo-grid-md-header-padding-x,\n header-padding-y: $kendo-grid-md-header-padding-y,\n grouping-header-padding-x: $kendo-grid-md-grouping-header-padding-x,\n grouping-header-padding-y: $kendo-grid-md-grouping-header-padding-y,\n cell-padding-x: $kendo-grid-md-cell-padding-x,\n cell-padding-y: $kendo-grid-md-cell-padding-y,\n filter-cell-padding-x: $kendo-grid-md-filter-cell-padding-x,\n filter-cell-padding-y: $kendo-grid-md-filter-cell-padding-y,\n edit-cell-padding-x: $kendo-grid-md-edit-cell-padding-x,\n edit-cell-padding-y: $kendo-grid-md-edit-cell-padding-y,\n button-padding-y: $kendo-button-md-padding-y,\n button-calc-size: $kendo-button-md-calc-size,\n group-dropclue-height: $kendo-grid-md-group-dropclue-height,\n selection-aggregates-padding-x: $kendo-grid-md-selection-aggregates-padding-x,\n selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-y\n ),\n)",
12099
+ "scope": "default",
12100
+ "line": {
12101
+ "start": 68,
12102
+ "end": 103
12103
+ }
12104
+ },
12105
+ "group": [
12106
+ "grid"
12107
+ ],
12108
+ "access": "public",
12109
+ "file": {
12110
+ "path": "core/scss/components/grid/_variables.scss",
12111
+ "name": "_variables.scss"
12112
+ }
12113
+ }
12114
+ ]
12115
+ },
12116
+ {
12117
+ "id": "input",
12118
+ "title": "Input",
12119
+ "variables": [
12120
+ {
12121
+ "description": "The sizes map of the Input.\n",
12122
+ "commentRange": {
12123
+ "start": 38,
12124
+ "end": 39
12125
+ },
12126
+ "context": {
12127
+ "type": "variable",
12128
+ "name": "kendo-input-sizes",
12129
+ "value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n button-padding-x: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y,\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n button-padding-x: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y,\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
12130
+ "scope": "default",
12131
+ "line": {
12132
+ "start": 40,
12133
+ "end": 65
12134
+ }
12135
+ },
12136
+ "group": [
12137
+ "input"
12138
+ ],
12139
+ "access": "public",
12140
+ "file": {
12141
+ "path": "core/scss/components/input/_variables.scss",
12142
+ "name": "_variables.scss"
12143
+ }
12144
+ }
12145
+ ]
12146
+ },
12147
+ {
12148
+ "id": "list",
12149
+ "title": "List",
12150
+ "variables": [
12151
+ {
12152
+ "description": "The sizes map of the List.\n",
12153
+ "commentRange": {
12154
+ "start": 103,
12155
+ "end": 104
12156
+ },
12157
+ "context": {
12158
+ "type": "variable",
12159
+ "name": "kendo-list-sizes",
12160
+ "value": "(\n sm: (\n font-size: $kendo-list-sm-font-size,\n line-height: $kendo-list-sm-line-height,\n header-padding-x: $kendo-list-sm-header-padding-x,\n header-padding-y: $kendo-list-sm-header-padding-y,\n header-font-size: $kendo-list-sm-header-font-size,\n header-line-height: $kendo-list-sm-header-line-height,\n item-padding-x: $kendo-list-sm-item-padding-x,\n item-padding-y: $kendo-list-sm-item-padding-y,\n item-font-size: $kendo-list-sm-item-font-size,\n item-line-height: $kendo-list-sm-item-line-height,\n group-item-padding-x: $kendo-list-sm-group-item-padding-x,\n group-item-padding-y: $kendo-list-sm-group-item-padding-y,\n group-item-font-size: $kendo-list-sm-group-item-font-size,\n group-item-line-height: $kendo-list-sm-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,\n filter-padding-x: $kendo-list-sm-filter-padding-x,\n filter-padding-y: $kendo-list-sm-filter-padding-y\n ),\n md: (\n font-size: $kendo-list-md-font-size,\n line-height: $kendo-list-md-line-height,\n header-padding-x: $kendo-list-md-header-padding-x,\n header-padding-y: $kendo-list-md-header-padding-y,\n header-font-size: $kendo-list-md-header-font-size,\n header-line-height: $kendo-list-md-header-line-height,\n item-padding-x: $kendo-list-md-item-padding-x,\n item-padding-y: $kendo-list-md-item-padding-y,\n item-font-size: $kendo-list-md-item-font-size,\n item-line-height: $kendo-list-md-item-line-height,\n group-item-padding-x: $kendo-list-md-group-item-padding-x,\n group-item-padding-y: $kendo-list-md-group-item-padding-y,\n group-item-font-size: $kendo-list-md-group-item-font-size,\n group-item-line-height: $kendo-list-md-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-md-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-md-line-height,\n filter-padding-x: $kendo-list-md-filter-padding-x,\n filter-padding-y: $kendo-list-md-filter-padding-y\n ),\n lg: (\n font-size: $kendo-list-lg-font-size,\n line-height: $kendo-list-lg-line-height,\n header-padding-x: $kendo-list-lg-header-padding-x,\n header-padding-y: $kendo-list-lg-header-padding-y,\n header-font-size: $kendo-list-lg-header-font-size,\n header-line-height: $kendo-list-lg-header-line-height,\n item-padding-x: $kendo-list-lg-item-padding-x,\n item-padding-y: $kendo-list-lg-item-padding-y,\n item-font-size: $kendo-list-lg-item-font-size,\n item-line-height: $kendo-list-lg-item-line-height,\n group-item-padding-x: $kendo-list-lg-group-item-padding-x,\n group-item-padding-y: $kendo-list-lg-group-item-padding-y,\n group-item-font-size: $kendo-list-lg-group-item-font-size,\n group-item-line-height: $kendo-list-lg-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,\n filter-padding-x: $kendo-list-lg-filter-padding-x,\n filter-padding-y: $kendo-list-lg-filter-padding-y\n )\n)",
12161
+ "scope": "default",
12162
+ "line": {
12163
+ "start": 105,
12164
+ "end": 172
12165
+ }
12166
+ },
12167
+ "group": [
12168
+ "list"
12169
+ ],
12170
+ "access": "public",
12171
+ "file": {
12172
+ "path": "core/scss/components/list/_variables.scss",
12173
+ "name": "_variables.scss"
12174
+ }
12175
+ }
12176
+ ]
12177
+ },
12178
+ {
12179
+ "id": "loader",
12180
+ "title": "Loader",
12181
+ "variables": [
12182
+ {
12183
+ "description": "The theme colors map of the Loader.\n",
12184
+ "commentRange": {
12185
+ "start": 57,
12186
+ "end": 58
12187
+ },
12188
+ "context": {
12189
+ "type": "variable",
12190
+ "name": "kendo-loader-theme-colors",
12191
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
12192
+ "scope": "default",
12193
+ "line": {
12194
+ "start": 59,
12195
+ "end": 59
12196
+ }
12197
+ },
12198
+ "group": [
12199
+ "loader"
12200
+ ],
12201
+ "access": "public",
12202
+ "file": {
12203
+ "path": "core/scss/components/loader/_variables.scss",
12204
+ "name": "_variables.scss"
12205
+ }
12206
+ }
12207
+ ]
12208
+ },
12209
+ {
12210
+ "id": "menu",
12211
+ "title": "Menu",
12212
+ "variables": [
12213
+ {
12214
+ "description": "The sizes map of the Menu group.\n",
12215
+ "commentRange": {
12216
+ "start": 113,
12217
+ "end": 114
12218
+ },
12219
+ "context": {
12220
+ "type": "variable",
12221
+ "name": "kendo-menu-group-sizes",
12222
+ "value": "(\n sm: (\n font-size: $kendo-menu-popup-sm-font-size,\n line-height: $kendo-menu-popup-sm-line-height,\n item-padding-y: $kendo-menu-popup-sm-item-padding-y,\n item-padding-x: $kendo-menu-popup-sm-item-padding-x,\n item-padding-end: $kendo-menu-popup-sm-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-sm-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-sm-item-icon-margin-end\n ),\n md: (\n font-size: $kendo-menu-popup-md-font-size,\n line-height: $kendo-menu-popup-md-line-height,\n item-padding-y: $kendo-menu-popup-md-item-padding-y,\n item-padding-x: $kendo-menu-popup-md-item-padding-x,\n item-padding-end: $kendo-menu-popup-md-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-md-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-md-item-icon-margin-end\n ),\n lg: (\n font-size: $kendo-menu-popup-lg-font-size,\n line-height: $kendo-menu-popup-lg-line-height,\n item-padding-y: $kendo-menu-popup-lg-item-padding-y,\n item-padding-x: $kendo-menu-popup-lg-item-padding-x,\n item-padding-end: $kendo-menu-popup-lg-item-padding-end,\n item-icon-margin-start: $kendo-menu-popup-lg-item-icon-margin-start,\n item-icon-margin-end: $kendo-menu-popup-lg-item-icon-margin-end\n )\n)",
12223
+ "scope": "default",
12224
+ "line": {
12225
+ "start": 115,
12226
+ "end": 143
12227
+ }
12228
+ },
12229
+ "group": [
12230
+ "menu"
12231
+ ],
12232
+ "access": "public",
12233
+ "file": {
12234
+ "path": "core/scss/components/menu/_variables.scss",
12235
+ "name": "_variables.scss"
12236
+ }
12237
+ }
12238
+ ]
12239
+ },
12240
+ {
12241
+ "id": "message-box",
12242
+ "title": "MessageBox",
12243
+ "variables": [
12244
+ {
12245
+ "description": "The theme colors map of the MessageBox.\n",
12246
+ "commentRange": {
12247
+ "start": 20,
12248
+ "end": 21
12249
+ },
12250
+ "context": {
12251
+ "type": "variable",
12252
+ "name": "kendo-message-box-theme-colors",
12253
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
12254
+ "scope": "default",
12255
+ "line": {
12256
+ "start": 22,
12257
+ "end": 22
12258
+ }
12259
+ },
12260
+ "group": [
12261
+ "message-box"
12262
+ ],
12263
+ "access": "public",
12264
+ "file": {
12265
+ "path": "core/scss/components/messagebox/_variables.scss",
12266
+ "name": "_variables.scss"
12267
+ }
12268
+ }
12269
+ ]
12270
+ },
10234
12271
  {
10235
12272
  "id": "motion",
10236
12273
  "title": "Motion",
@@ -10510,6 +12547,99 @@
10510
12547
  }
10511
12548
  ]
10512
12549
  },
12550
+ {
12551
+ "id": "otp",
12552
+ "title": "Otp",
12553
+ "variables": [
12554
+ {
12555
+ "description": "The sizes map of the OTPInput.\n",
12556
+ "commentRange": {
12557
+ "start": 15,
12558
+ "end": 16
12559
+ },
12560
+ "context": {
12561
+ "type": "variable",
12562
+ "name": "kendo-otp-sizes",
12563
+ "value": "(\n sm: (\n gap: $kendo-otp-sm-gap,\n separator-padding-x: $kendo-otp-sm-separator-padding-x,\n input-width: $kendo-otp-sm-input-width\n ),\n md: (\n gap: $kendo-otp-md-gap,\n separator-padding-x: $kendo-otp-md-separator-padding-x,\n input-width: $kendo-otp-md-input-width\n ),\n lg: (\n gap: $kendo-otp-lg-gap,\n separator-padding-x: $kendo-otp-lg-separator-padding-x,\n input-width: $kendo-otp-lg-input-width\n )\n)",
12564
+ "scope": "default",
12565
+ "line": {
12566
+ "start": 17,
12567
+ "end": 33
12568
+ }
12569
+ },
12570
+ "group": [
12571
+ "otp"
12572
+ ],
12573
+ "access": "public",
12574
+ "file": {
12575
+ "path": "core/scss/components/otp/_variables.scss",
12576
+ "name": "_variables.scss"
12577
+ }
12578
+ }
12579
+ ]
12580
+ },
12581
+ {
12582
+ "id": "overlay",
12583
+ "title": "Overlay",
12584
+ "variables": [
12585
+ {
12586
+ "description": "The theme colors map of the Overlay.\n",
12587
+ "commentRange": {
12588
+ "start": 6,
12589
+ "end": 7
12590
+ },
12591
+ "context": {
12592
+ "type": "variable",
12593
+ "name": "kendo-overlay-theme-colors",
12594
+ "value": "(\"dark\", \"light\", \"inverse\")",
12595
+ "scope": "default",
12596
+ "line": {
12597
+ "start": 8,
12598
+ "end": 8
12599
+ }
12600
+ },
12601
+ "group": [
12602
+ "overlay"
12603
+ ],
12604
+ "access": "public",
12605
+ "file": {
12606
+ "path": "core/scss/components/overlay/_variables.scss",
12607
+ "name": "_variables.scss"
12608
+ }
12609
+ }
12610
+ ]
12611
+ },
12612
+ {
12613
+ "id": "pager",
12614
+ "title": "Pager",
12615
+ "variables": [
12616
+ {
12617
+ "description": "The sizes map of the Pager.\n",
12618
+ "commentRange": {
12619
+ "start": 38,
12620
+ "end": 39
12621
+ },
12622
+ "context": {
12623
+ "type": "variable",
12624
+ "name": "kendo-pager-sizes",
12625
+ "value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width\n )\n)",
12626
+ "scope": "default",
12627
+ "line": {
12628
+ "start": 40,
12629
+ "end": 59
12630
+ }
12631
+ },
12632
+ "group": [
12633
+ "pager"
12634
+ ],
12635
+ "access": "public",
12636
+ "file": {
12637
+ "path": "core/scss/components/pager/_variables.scss",
12638
+ "name": "_variables.scss"
12639
+ }
12640
+ }
12641
+ ]
12642
+ },
10513
12643
  {
10514
12644
  "id": "palette",
10515
12645
  "title": "Palette",
@@ -11046,6 +13176,68 @@
11046
13176
  }
11047
13177
  ]
11048
13178
  },
13179
+ {
13180
+ "id": "radio",
13181
+ "title": "Radio",
13182
+ "variables": [
13183
+ {
13184
+ "description": "The sizes map of the RadioButton.\n",
13185
+ "commentRange": {
13186
+ "start": 18,
13187
+ "end": 19
13188
+ },
13189
+ "context": {
13190
+ "type": "variable",
13191
+ "name": "kendo-radio-sizes",
13192
+ "value": "(\n sm: (\n size: $kendo-radio-sm-size,\n glyph-size: $kendo-radio-sm-glyph-size,\n ripple-size: $kendo-radio-sm-ripple-size\n ),\n md: (\n size: $kendo-radio-md-size,\n glyph-size: $kendo-radio-md-glyph-size,\n ripple-size: $kendo-radio-md-ripple-size\n ),\n lg: (\n size: $kendo-radio-lg-size,\n glyph-size: $kendo-radio-lg-glyph-size,\n ripple-size: $kendo-radio-lg-ripple-size\n )\n)",
13193
+ "scope": "default",
13194
+ "line": {
13195
+ "start": 20,
13196
+ "end": 36
13197
+ }
13198
+ },
13199
+ "group": [
13200
+ "radio"
13201
+ ],
13202
+ "access": "public",
13203
+ "file": {
13204
+ "path": "core/scss/components/radio/_variables.scss",
13205
+ "name": "_variables.scss"
13206
+ }
13207
+ }
13208
+ ]
13209
+ },
13210
+ {
13211
+ "id": "signature",
13212
+ "title": "Signature",
13213
+ "variables": [
13214
+ {
13215
+ "description": "The sizes map of the Signature.\n",
13216
+ "commentRange": {
13217
+ "start": 27,
13218
+ "end": 28
13219
+ },
13220
+ "context": {
13221
+ "type": "variable",
13222
+ "name": "kendo-signature-sizes",
13223
+ "value": "(\n sm: (\n padding-x: $kendo-signature-sm-padding-x,\n padding-y: $kendo-signature-sm-padding-y,\n line-size: $kendo-signature-sm-line-size\n ),\n md: (\n padding-x: $kendo-signature-md-padding-x,\n padding-y: $kendo-signature-md-padding-y,\n line-size: $kendo-signature-md-line-size\n ),\n lg: (\n padding-x: $kendo-signature-lg-padding-x,\n padding-y: $kendo-signature-lg-padding-y,\n line-size: $kendo-signature-lg-line-size\n )\n)",
13224
+ "scope": "default",
13225
+ "line": {
13226
+ "start": 29,
13227
+ "end": 45
13228
+ }
13229
+ },
13230
+ "group": [
13231
+ "signature"
13232
+ ],
13233
+ "access": "public",
13234
+ "file": {
13235
+ "path": "core/scss/components/signature/_variables.scss",
13236
+ "name": "_variables.scss"
13237
+ }
13238
+ }
13239
+ ]
13240
+ },
11049
13241
  {
11050
13242
  "id": "spacing",
11051
13243
  "title": "Spacing",
@@ -11121,6 +13313,223 @@
11121
13313
  }
11122
13314
  ]
11123
13315
  },
13316
+ {
13317
+ "id": "suggestion",
13318
+ "title": "Suggestion",
13319
+ "variables": [
13320
+ {
13321
+ "description": "The theme colors map of the Suggestion.\n",
13322
+ "commentRange": {
13323
+ "start": 15,
13324
+ "end": 16
13325
+ },
13326
+ "context": {
13327
+ "type": "variable",
13328
+ "name": "kendo-suggestion-theme-colors",
13329
+ "value": "(\"base\", \"primary\", \"secondary\")",
13330
+ "scope": "default",
13331
+ "line": {
13332
+ "start": 17,
13333
+ "end": 17
13334
+ }
13335
+ },
13336
+ "group": [
13337
+ "suggestion"
13338
+ ],
13339
+ "access": "public",
13340
+ "file": {
13341
+ "path": "core/scss/components/suggestion/_variables.scss",
13342
+ "name": "_variables.scss"
13343
+ }
13344
+ }
13345
+ ]
13346
+ },
13347
+ {
13348
+ "id": "switch",
13349
+ "title": "Switch",
13350
+ "variables": [
13351
+ {
13352
+ "description": "The map with the different Switch sizes.\n",
13353
+ "commentRange": {
13354
+ "start": 117,
13355
+ "end": 118
13356
+ },
13357
+ "context": {
13358
+ "type": "variable",
13359
+ "name": "kendo-switch-sizes",
13360
+ "value": "(\n sm: ( font-size: $kendo-switch-sm-font-size, track-width: $kendo-switch-sm-track-width, track-height: $kendo-switch-sm-track-height, thumb-width: $kendo-switch-sm-thumb-width, thumb-height: $kendo-switch-sm-thumb-height, thumb-offset: $kendo-switch-sm-thumb-offset, label-offset: $kendo-switch-sm-label-offset ),\n md: ( font-size: $kendo-switch-md-font-size, track-width: $kendo-switch-md-track-width, track-height: $kendo-switch-md-track-height, thumb-width: $kendo-switch-md-thumb-width, thumb-height: $kendo-switch-md-thumb-height, thumb-offset: $kendo-switch-md-thumb-offset, label-offset: $kendo-switch-md-label-offset ),\n lg: ( font-size: $kendo-switch-lg-font-size, track-width: $kendo-switch-lg-track-width, track-height: $kendo-switch-lg-track-height, thumb-width: $kendo-switch-lg-thumb-width, thumb-height: $kendo-switch-lg-thumb-height, thumb-offset: $kendo-switch-lg-thumb-offset, label-offset: $kendo-switch-lg-label-offset )\n)",
13361
+ "scope": "default",
13362
+ "line": {
13363
+ "start": 119,
13364
+ "end": 123
13365
+ }
13366
+ },
13367
+ "group": [
13368
+ "switch"
13369
+ ],
13370
+ "access": "public",
13371
+ "file": {
13372
+ "path": "core/scss/components/switch/_variables.scss",
13373
+ "name": "_variables.scss"
13374
+ }
13375
+ }
13376
+ ]
13377
+ },
13378
+ {
13379
+ "id": "table",
13380
+ "title": "Table",
13381
+ "variables": [
13382
+ {
13383
+ "description": "The sizes map of the Table.\n",
13384
+ "commentRange": {
13385
+ "start": 22,
13386
+ "end": 23
13387
+ },
13388
+ "context": {
13389
+ "type": "variable",
13390
+ "name": "kendo-table-sizes",
13391
+ "value": "(\n sm: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-sm-cell-padding-x,\n cell-padding-y: $kendo-table-sm-cell-padding-y\n ),\n md: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-md-cell-padding-x,\n cell-padding-y: $kendo-table-md-cell-padding-y\n ),\n lg: (\n font-size: var( --kendo-font-size, inherit ),\n line-height: var( --kendo-line-height, normal ),\n cell-padding-x: $kendo-table-lg-cell-padding-x,\n cell-padding-y: $kendo-table-lg-cell-padding-y\n )\n)",
13392
+ "scope": "default",
13393
+ "line": {
13394
+ "start": 24,
13395
+ "end": 43
13396
+ }
13397
+ },
13398
+ "group": [
13399
+ "table"
13400
+ ],
13401
+ "access": "public",
13402
+ "file": {
13403
+ "path": "core/scss/components/table/_variables.scss",
13404
+ "name": "_variables.scss"
13405
+ }
13406
+ }
13407
+ ]
13408
+ },
13409
+ {
13410
+ "id": "tabstrip",
13411
+ "title": "Tabstrip",
13412
+ "variables": [
13413
+ {
13414
+ "description": "The sizes map of the TabStrip.\n",
13415
+ "commentRange": {
13416
+ "start": 80,
13417
+ "end": 81
13418
+ },
13419
+ "context": {
13420
+ "type": "variable",
13421
+ "name": "kendo-tabstrip-sizes",
13422
+ "value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
13423
+ "scope": "default",
13424
+ "line": {
13425
+ "start": 82,
13426
+ "end": 101
13427
+ }
13428
+ },
13429
+ "group": [
13430
+ "tabstrip"
13431
+ ],
13432
+ "access": "public",
13433
+ "file": {
13434
+ "path": "core/scss/components/tabstrip/_variables.scss",
13435
+ "name": "_variables.scss"
13436
+ }
13437
+ }
13438
+ ]
13439
+ },
13440
+ {
13441
+ "id": "time-selector",
13442
+ "title": "TimeSelector",
13443
+ "variables": [
13444
+ {
13445
+ "description": "The sizes map of the TimeSelector.\n",
13446
+ "commentRange": {
13447
+ "start": 59,
13448
+ "end": 60
13449
+ },
13450
+ "context": {
13451
+ "type": "variable",
13452
+ "name": "kendo-time-selector-sizes",
13453
+ "value": "(\n sm: (\n font-size: $kendo-time-selector-sm-font-size,\n line-height: $kendo-time-selector-sm-line-height,\n list-item-padding-x: $kendo-time-selector-sm-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-sm-list-item-padding-y\n ),\n md: (\n font-size: $kendo-time-selector-md-font-size,\n line-height: $kendo-time-selector-md-line-height,\n list-item-padding-x: $kendo-time-selector-md-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-md-list-item-padding-y\n ),\n lg: (\n font-size: $kendo-time-selector-lg-font-size,\n line-height: $kendo-time-selector-lg-line-height,\n list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,\n list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y\n )\n)",
13454
+ "scope": "default",
13455
+ "line": {
13456
+ "start": 61,
13457
+ "end": 80
13458
+ }
13459
+ },
13460
+ "group": [
13461
+ "time-selector"
13462
+ ],
13463
+ "access": "public",
13464
+ "file": {
13465
+ "path": "core/scss/components/timeselector/_variables.scss",
13466
+ "name": "_variables.scss"
13467
+ }
13468
+ }
13469
+ ]
13470
+ },
13471
+ {
13472
+ "id": "toolbar",
13473
+ "title": "Toolbar",
13474
+ "variables": [
13475
+ {
13476
+ "description": "The sizes map of the ToolBar.\n",
13477
+ "commentRange": {
13478
+ "start": 58,
13479
+ "end": 59
13480
+ },
13481
+ "context": {
13482
+ "type": "variable",
13483
+ "name": "kendo-toolbar-sizes",
13484
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing,\n separator-height: $kendo-toolbar-sm-separator-height\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing,\n separator-height: $kendo-toolbar-md-separator-height\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing,\n separator-height: $kendo-toolbar-lg-separator-height\n )\n)",
13485
+ "scope": "default",
13486
+ "line": {
13487
+ "start": 60,
13488
+ "end": 79
13489
+ }
13490
+ },
13491
+ "group": [
13492
+ "toolbar"
13493
+ ],
13494
+ "access": "public",
13495
+ "file": {
13496
+ "path": "core/scss/components/toolbar/_variables.scss",
13497
+ "name": "_variables.scss"
13498
+ }
13499
+ }
13500
+ ]
13501
+ },
13502
+ {
13503
+ "id": "treeview",
13504
+ "title": "Treeview",
13505
+ "variables": [
13506
+ {
13507
+ "description": "The sizes map of the TreeView.\n",
13508
+ "commentRange": {
13509
+ "start": 33,
13510
+ "end": 34
13511
+ },
13512
+ "context": {
13513
+ "type": "variable",
13514
+ "name": "kendo-treeview-sizes",
13515
+ "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y,\n checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y,\n checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y,\n checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y\n )\n)",
13516
+ "scope": "default",
13517
+ "line": {
13518
+ "start": 35,
13519
+ "end": 60
13520
+ }
13521
+ },
13522
+ "group": [
13523
+ "treeview"
13524
+ ],
13525
+ "access": "public",
13526
+ "file": {
13527
+ "path": "core/scss/components/treeview/_variables.scss",
13528
+ "name": "_variables.scss"
13529
+ }
13530
+ }
13531
+ ]
13532
+ },
11124
13533
  {
11125
13534
  "id": "typography",
11126
13535
  "title": "Typography",
@@ -12273,6 +14682,62 @@
12273
14682
  }
12274
14683
  }
12275
14684
  ]
14685
+ },
14686
+ {
14687
+ "id": "window",
14688
+ "title": "Window",
14689
+ "variables": [
14690
+ {
14691
+ "description": "The sizes map of the Window.\n",
14692
+ "commentRange": {
14693
+ "start": 42,
14694
+ "end": 43
14695
+ },
14696
+ "context": {
14697
+ "type": "variable",
14698
+ "name": "kendo-window-sizes",
14699
+ "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
14700
+ "scope": "default",
14701
+ "line": {
14702
+ "start": 44,
14703
+ "end": 49
14704
+ }
14705
+ },
14706
+ "group": [
14707
+ "window"
14708
+ ],
14709
+ "access": "public",
14710
+ "file": {
14711
+ "path": "core/scss/components/window/_variables.scss",
14712
+ "name": "_variables.scss"
14713
+ }
14714
+ },
14715
+ {
14716
+ "description": "The theme colors map of the Window.\n",
14717
+ "commentRange": {
14718
+ "start": 51,
14719
+ "end": 52
14720
+ },
14721
+ "context": {
14722
+ "type": "variable",
14723
+ "name": "kendo-window-theme-colors",
14724
+ "value": "(\"primary\", \"light\", \"dark\")",
14725
+ "scope": "default",
14726
+ "line": {
14727
+ "start": 53,
14728
+ "end": 53
14729
+ }
14730
+ },
14731
+ "group": [
14732
+ "window"
14733
+ ],
14734
+ "access": "public",
14735
+ "file": {
14736
+ "path": "core/scss/components/window/_variables.scss",
14737
+ "name": "_variables.scss"
14738
+ }
14739
+ }
14740
+ ]
12276
14741
  }
12277
14742
  ],
12278
14743
  "meta": {