@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +13080 -13001
- package/dist/meta/sassdoc-data.json +6515 -4671
- package/dist/meta/sassdoc-raw-data.json +8442 -7517
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +7 -0
- package/scss/action-sheet/_variables.scss +4 -1
- package/scss/adaptive/_variables.scss +4 -4
- package/scss/appbar/_variables.scss +35 -34
- package/scss/avatar/_variables.scss +5 -5
- package/scss/badge/_variables.scss +5 -5
- package/scss/bottom-navigation/_variables.scss +44 -48
- package/scss/breadcrumb/_layout.scss +37 -10
- package/scss/breadcrumb/_variables.scss +126 -35
- package/scss/button/_variables.scss +11 -11
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_variables.scss +11 -11
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +8 -8
- package/scss/checkbox/_variables.scss +16 -16
- package/scss/chip/_variables.scss +12 -12
- package/scss/color-preview/_variables.scss +4 -4
- package/scss/coloreditor/_variables.scss +31 -32
- package/scss/colorgradient/_variables.scss +74 -74
- package/scss/colorpalette/_variables.scss +17 -17
- package/scss/core/_index.scss +6 -11
- package/scss/core/_variables.scss +1 -79
- package/scss/core/color-system/_index.scss +0 -2
- package/scss/core/color-system/utils/_functions.scss +4 -66
- package/scss/core/helpers/_index.scss +0 -4
- package/scss/dataviz/_layout.scss +5 -5
- package/scss/dataviz/_variables.scss +37 -37
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +20 -20
- package/scss/draggable/_variables.scss +2 -2
- package/scss/drawer/_variables.scss +9 -9
- package/scss/dropzone/_variables.scss +3 -3
- package/scss/editor/_variables.scss +38 -32
- package/scss/expansion-panel/_variables.scss +41 -38
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +8 -8
- package/scss/filter/_variables.scss +15 -15
- package/scss/forms/_variables.scss +2 -2
- package/scss/gantt/_layout.scss +2 -2
- package/scss/gantt/_variables.scss +22 -22
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +42 -42
- package/scss/list/_variables.scss +14 -14
- package/scss/listbox/_variables.scss +16 -17
- package/scss/listgroup/_variables.scss +1 -1
- package/scss/listview/_variables.scss +37 -37
- package/scss/loader/_variables.scss +70 -24
- package/scss/map/_variables.scss +4 -4
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +3 -3
- package/scss/notification/_variables.scss +22 -20
- package/scss/orgchart/_variables.scss +5 -5
- package/scss/pager/_variables.scss +4 -4
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/popover/_variables.scss +34 -34
- package/scss/popup/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +51 -55
- package/scss/radio/_variables.scss +10 -10
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +9 -9
- package/scss/scrollview/_variables.scss +42 -52
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +4 -4
- package/scss/slider/_variables.scss +11 -11
- package/scss/split-button/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/switch/_variables.scss +17 -17
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/taskboard/_variables.scss +5 -5
- package/scss/tilelayout/_variables.scss +9 -9
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_variables.scss +39 -39
- package/scss/utils/_layout.scss +6 -4
- package/scss/window/_variables.scss +45 -45
- package/scss/wizard/_variables.scss +1 -1
- package/scss/core/_layout.scss +0 -13
- package/scss/core/_theme.scss +0 -9
- package/scss/core/color-system/_variables.scss +0 -172
- package/scss/core/functions/_index.scss +0 -3
- package/scss/core/functions/_strings.scss +0 -37
- package/scss/core/helpers/_base.scss +0 -136
- package/scss/core/helpers/_layout.scss +0 -64
- package/scss/core/helpers/_loading.scss +0 -120
- package/scss/core/helpers/_selection.scss +0 -27
- package/scss/core/mixins/_border-radius.scss +0 -60
- package/scss/core/mixins/_box-shadow.scss +0 -8
- package/scss/core/mixins/_decoration.scss +0 -30
- package/scss/core/mixins/_disabled.scss +0 -10
- package/scss/core/mixins/_hide-scrollbar.scss +0 -14
- package/scss/core/mixins/_index.scss +0 -6
- package/scss/core/mixins/_typography.scss +0 -7
|
@@ -10,7 +10,7 @@ $kendo-image-editor-bg: var( --kendo-component-bg, inherit ) !default;
|
|
|
10
10
|
$kendo-image-editor-text: var( --kendo-component-text, inherit ) !default;
|
|
11
11
|
/// Border color of the imageeditor.
|
|
12
12
|
/// @group imageeditor
|
|
13
|
-
$kendo-image-editor-border: get-theme-color-var( neutral-30 ) !default;
|
|
13
|
+
$kendo-image-editor-border: k-get-theme-color-var( neutral-30 ) !default;
|
|
14
14
|
|
|
15
15
|
/// Vertical margin of the imageeditor.
|
|
16
16
|
/// @group imageeditor
|
|
@@ -40,7 +40,7 @@ $kendo-image-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
40
40
|
|
|
41
41
|
/// Imageeditor content background color.
|
|
42
42
|
/// @group imageeditor
|
|
43
|
-
$kendo-image-editor-content-bg: get-theme-color-var( neutral-50 ) !default;
|
|
43
|
+
$kendo-image-editor-content-bg: k-get-theme-color-var( neutral-50 ) !default;
|
|
44
44
|
/// Imageeditor content text color.
|
|
45
45
|
/// @group imageeditor
|
|
46
46
|
$kendo-image-editor-content-text: inherit !default;
|
package/scss/index.scss
CHANGED
|
@@ -91,7 +91,7 @@ $kendo-input-spinner-icon-offset: null !default;
|
|
|
91
91
|
|
|
92
92
|
/// The text color of the solid Input components.
|
|
93
93
|
/// @group input
|
|
94
|
-
$kendo-input-solid-text: get-theme-color-var( neutral-160 ) !default;
|
|
94
|
+
$kendo-input-solid-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
95
95
|
|
|
96
96
|
/// The background color of the solid Input components.
|
|
97
97
|
/// @group input
|
|
@@ -99,11 +99,11 @@ $kendo-input-solid-bg: $kendo-color-white !default;
|
|
|
99
99
|
|
|
100
100
|
/// The border color of the solid Input components.
|
|
101
101
|
/// @group input
|
|
102
|
-
$kendo-input-solid-border: get-theme-color-var( neutral-130 ) !default;
|
|
102
|
+
$kendo-input-solid-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
103
103
|
|
|
104
104
|
/// The text color of the hovered solid Input components.
|
|
105
105
|
/// @group input
|
|
106
|
-
$kendo-input-solid-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
106
|
+
$kendo-input-solid-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
107
107
|
|
|
108
108
|
/// The background color of the hovered solid Input components.
|
|
109
109
|
/// @group input
|
|
@@ -111,7 +111,7 @@ $kendo-input-solid-hover-bg: $kendo-input-solid-bg !default;
|
|
|
111
111
|
|
|
112
112
|
/// The border color of the hovered solid Input components.
|
|
113
113
|
/// @group input
|
|
114
|
-
$kendo-input-solid-hover-border: get-theme-color-var( neutral-160 ) !default;
|
|
114
|
+
$kendo-input-solid-hover-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
115
115
|
|
|
116
116
|
/// The text color of the focused solid Input components.
|
|
117
117
|
/// @group input
|
|
@@ -123,7 +123,7 @@ $kendo-input-solid-focus-bg: $kendo-input-solid-bg !default;
|
|
|
123
123
|
|
|
124
124
|
/// The border color of the focused solid Input components.
|
|
125
125
|
/// @group input
|
|
126
|
-
$kendo-input-solid-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
126
|
+
$kendo-input-solid-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
127
127
|
|
|
128
128
|
/// The text color of the hovered and focused solid Input components.
|
|
129
129
|
/// @group input
|
|
@@ -151,7 +151,7 @@ $kendo-input-solid-disabled-border: $kendo-disabled-border !default;
|
|
|
151
151
|
|
|
152
152
|
/// The text color of the outline Input components.
|
|
153
153
|
/// @group input
|
|
154
|
-
$kendo-input-outline-text: get-theme-color-var( neutral-160 ) !default;
|
|
154
|
+
$kendo-input-outline-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
155
155
|
|
|
156
156
|
/// The background color of the outline Input components.
|
|
157
157
|
/// @group input
|
|
@@ -159,11 +159,11 @@ $kendo-input-outline-bg: $kendo-color-white !default;
|
|
|
159
159
|
|
|
160
160
|
/// The border color of the outline Input components.
|
|
161
161
|
/// @group input
|
|
162
|
-
$kendo-input-outline-border: get-theme-color-var( neutral-130 ) !default;
|
|
162
|
+
$kendo-input-outline-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
163
163
|
|
|
164
164
|
/// The text color of the hovered outline Input components.
|
|
165
165
|
/// @group input
|
|
166
|
-
$kendo-input-outline-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
166
|
+
$kendo-input-outline-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
167
167
|
|
|
168
168
|
/// The background color of the hovered outline Input components.
|
|
169
169
|
/// @group input
|
|
@@ -171,11 +171,11 @@ $kendo-input-outline-hover-bg: $kendo-color-white !default;
|
|
|
171
171
|
|
|
172
172
|
/// The border color of the hovered outline Input components.
|
|
173
173
|
/// @group input
|
|
174
|
-
$kendo-input-outline-hover-border: get-theme-color-var( neutral-160 ) !default;
|
|
174
|
+
$kendo-input-outline-hover-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
175
175
|
|
|
176
176
|
/// The text color of the focused outline Input components.
|
|
177
177
|
/// @group input
|
|
178
|
-
$kendo-input-outline-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
178
|
+
$kendo-input-outline-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
179
179
|
|
|
180
180
|
/// The background color of the focused outline Input components.
|
|
181
181
|
/// @group input
|
|
@@ -183,7 +183,7 @@ $kendo-input-outline-focus-bg: $kendo-color-white !default;
|
|
|
183
183
|
|
|
184
184
|
/// The border color of the focused outline Input components.
|
|
185
185
|
/// @group input
|
|
186
|
-
$kendo-input-outline-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
186
|
+
$kendo-input-outline-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
187
187
|
|
|
188
188
|
/// The text color of the hovered and focused outline Input components.
|
|
189
189
|
/// @group input
|
|
@@ -211,7 +211,7 @@ $kendo-input-outline-disabled-border: $kendo-disabled-text !default;
|
|
|
211
211
|
|
|
212
212
|
/// The text color of the flat Input components.
|
|
213
213
|
/// @group input
|
|
214
|
-
$kendo-input-flat-text: get-theme-color-var( neutral-160 ) !default;
|
|
214
|
+
$kendo-input-flat-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
215
215
|
|
|
216
216
|
/// The background color of the flat Input components.
|
|
217
217
|
/// @group input
|
|
@@ -219,11 +219,11 @@ $kendo-input-flat-bg: $kendo-color-white !default;
|
|
|
219
219
|
|
|
220
220
|
/// The border color of the flat Input components.
|
|
221
221
|
/// @group input
|
|
222
|
-
$kendo-input-flat-border: get-theme-color-var( neutral-130 ) !default;
|
|
222
|
+
$kendo-input-flat-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
223
223
|
|
|
224
224
|
/// The text color of the hovered flat Input components.
|
|
225
225
|
/// @group input
|
|
226
|
-
$kendo-input-flat-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
226
|
+
$kendo-input-flat-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
227
227
|
|
|
228
228
|
/// The background color of the hovered flat Input components.
|
|
229
229
|
/// @group input
|
|
@@ -231,11 +231,11 @@ $kendo-input-flat-hover-bg: $kendo-color-white !default;
|
|
|
231
231
|
|
|
232
232
|
/// The border color of the hovered flat Input components.
|
|
233
233
|
/// @group input
|
|
234
|
-
$kendo-input-flat-hover-border: get-theme-color-var( neutral-160 ) !default;
|
|
234
|
+
$kendo-input-flat-hover-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
235
235
|
|
|
236
236
|
/// The text color of the focused flat Input components.
|
|
237
237
|
/// @group input
|
|
238
|
-
$kendo-input-flat-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
238
|
+
$kendo-input-flat-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
239
239
|
|
|
240
240
|
/// The background color of the focused flat Input components.
|
|
241
241
|
/// @group input
|
|
@@ -243,7 +243,7 @@ $kendo-input-flat-focus-bg: $kendo-color-white !default;
|
|
|
243
243
|
|
|
244
244
|
/// The border color of the focused flat Input components.
|
|
245
245
|
/// @group input
|
|
246
|
-
$kendo-input-flat-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
246
|
+
$kendo-input-flat-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
247
247
|
|
|
248
248
|
/// The text color of the hovered and focused flat Input components.
|
|
249
249
|
/// @group input
|
|
@@ -271,7 +271,7 @@ $kendo-input-flat-disabled-border: $kendo-disabled-text !default;
|
|
|
271
271
|
|
|
272
272
|
/// The text color of the solid Picker components.
|
|
273
273
|
/// @group input
|
|
274
|
-
$kendo-picker-solid-text: get-theme-color-var( neutral-160 ) !default;
|
|
274
|
+
$kendo-picker-solid-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
275
275
|
|
|
276
276
|
/// The background color of the solid Picker components.
|
|
277
277
|
/// @group input
|
|
@@ -279,11 +279,11 @@ $kendo-picker-solid-bg: $kendo-color-white !default;
|
|
|
279
279
|
|
|
280
280
|
/// The border color of the solid Picker components.
|
|
281
281
|
/// @group input
|
|
282
|
-
$kendo-picker-solid-border: get-theme-color-var( neutral-130 )!default;
|
|
282
|
+
$kendo-picker-solid-border: k-get-theme-color-var( neutral-130 )!default;
|
|
283
283
|
|
|
284
284
|
/// The text color of the hovered solid Picker components.
|
|
285
285
|
/// @group input
|
|
286
|
-
$kendo-picker-solid-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
286
|
+
$kendo-picker-solid-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
287
287
|
|
|
288
288
|
/// The background color of hovered the solid Picker components.
|
|
289
289
|
/// @group input
|
|
@@ -291,11 +291,11 @@ $kendo-picker-solid-hover-bg: $kendo-color-white !default;
|
|
|
291
291
|
|
|
292
292
|
/// The border color of the hovered solid Picker components.
|
|
293
293
|
/// @group input
|
|
294
|
-
$kendo-picker-solid-hover-border: get-theme-color-var( neutral-160 ) !default;
|
|
294
|
+
$kendo-picker-solid-hover-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
295
295
|
|
|
296
296
|
/// The text color of the focused solid Picker components.
|
|
297
297
|
/// @group input
|
|
298
|
-
$kendo-picker-solid-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
298
|
+
$kendo-picker-solid-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
299
299
|
|
|
300
300
|
/// The background color of the focused solid Picker components.
|
|
301
301
|
/// @group input
|
|
@@ -303,7 +303,7 @@ $kendo-picker-solid-focus-bg: $kendo-color-white !default;
|
|
|
303
303
|
|
|
304
304
|
/// The border color of the focused solid Picker components.
|
|
305
305
|
/// @group input
|
|
306
|
-
$kendo-picker-solid-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
306
|
+
$kendo-picker-solid-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
307
307
|
|
|
308
308
|
/// The text color of the hovered and focused solid Picker components.
|
|
309
309
|
/// @group input
|
|
@@ -323,7 +323,7 @@ $kendo-picker-solid-disabled-text: $kendo-disabled-text !default;
|
|
|
323
323
|
|
|
324
324
|
/// The background color of the disabled solid Picker components.
|
|
325
325
|
/// @group input
|
|
326
|
-
$kendo-picker-solid-disabled-bg: get-theme-color-var( neutral-30 ) !default;
|
|
326
|
+
$kendo-picker-solid-disabled-bg: k-get-theme-color-var( neutral-30 ) !default;
|
|
327
327
|
|
|
328
328
|
/// The border color of the disabled solid Picker components.
|
|
329
329
|
/// @group input
|
|
@@ -331,7 +331,7 @@ $kendo-picker-solid-disabled-border: $kendo-disabled-border !default;
|
|
|
331
331
|
|
|
332
332
|
/// The text color of the outline Picker components.
|
|
333
333
|
/// @group input
|
|
334
|
-
$kendo-picker-outline-text: get-theme-color-var( neutral-160 ) !default;
|
|
334
|
+
$kendo-picker-outline-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
335
335
|
|
|
336
336
|
/// The background color of the outline Picker components.
|
|
337
337
|
/// @group input
|
|
@@ -339,7 +339,7 @@ $kendo-picker-outline-bg: none !default;
|
|
|
339
339
|
|
|
340
340
|
/// The border color of the outline Picker components.
|
|
341
341
|
/// @group input
|
|
342
|
-
$kendo-picker-outline-border: get-theme-color-var( neutral-160 ) !default;
|
|
342
|
+
$kendo-picker-outline-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
343
343
|
|
|
344
344
|
/// The text color of the hovered outline Picker components.
|
|
345
345
|
/// @group input
|
|
@@ -347,7 +347,7 @@ $kendo-picker-outline-hover-text: $kendo-color-white !default;
|
|
|
347
347
|
|
|
348
348
|
/// The background color of the hovered outline Picker components.
|
|
349
349
|
/// @group input
|
|
350
|
-
$kendo-picker-outline-hover-bg: get-theme-color-var( neutral-190 ) !default;
|
|
350
|
+
$kendo-picker-outline-hover-bg: k-get-theme-color-var( neutral-190 ) !default;
|
|
351
351
|
|
|
352
352
|
/// The border color of the hovered outline Picker components.
|
|
353
353
|
/// @group input
|
|
@@ -355,7 +355,7 @@ $kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg!default;
|
|
|
355
355
|
|
|
356
356
|
/// The text color of the focused outline Picker components.
|
|
357
357
|
/// @group input
|
|
358
|
-
$kendo-picker-outline-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
358
|
+
$kendo-picker-outline-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
359
359
|
|
|
360
360
|
/// The background color of the focused outline Picker components.
|
|
361
361
|
/// @group input
|
|
@@ -363,7 +363,7 @@ $kendo-picker-outline-focus-bg: $kendo-color-white!default;
|
|
|
363
363
|
|
|
364
364
|
/// The border color of the focused outline Picker components.
|
|
365
365
|
/// @group input
|
|
366
|
-
$kendo-picker-outline-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
366
|
+
$kendo-picker-outline-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
367
367
|
|
|
368
368
|
/// The text color of the hovered and focused outline Picker components.
|
|
369
369
|
/// @group input
|
|
@@ -371,11 +371,11 @@ $kendo-picker-outline-hover-focus-text: $kendo-color-white !default;
|
|
|
371
371
|
|
|
372
372
|
/// The background color of the hovered and focused outline Picker components.
|
|
373
373
|
/// @group input
|
|
374
|
-
$kendo-picker-outline-hover-focus-bg: get-theme-color-var( neutral-190 ) !default;
|
|
374
|
+
$kendo-picker-outline-hover-focus-bg: k-get-theme-color-var( neutral-190 ) !default;
|
|
375
375
|
|
|
376
376
|
/// The border color of the hovered and focused outline Picker components.
|
|
377
377
|
/// @group input
|
|
378
|
-
$kendo-picker-outline-hover-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
378
|
+
$kendo-picker-outline-hover-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
379
379
|
|
|
380
380
|
/// The text color of the disabled outline Picker components.
|
|
381
381
|
/// @group input
|
|
@@ -391,7 +391,7 @@ $kendo-picker-outline-disabled-border: $kendo-picker-outline-disabled-text!defau
|
|
|
391
391
|
|
|
392
392
|
/// The text color of the flat Picker components.
|
|
393
393
|
/// @group input
|
|
394
|
-
$kendo-picker-flat-text: get-theme-color-var( neutral-160 ) !default;
|
|
394
|
+
$kendo-picker-flat-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
395
395
|
|
|
396
396
|
/// The background color of the flat Picker components.
|
|
397
397
|
/// @group input
|
|
@@ -399,23 +399,23 @@ $kendo-picker-flat-bg: $kendo-color-white !default;
|
|
|
399
399
|
|
|
400
400
|
/// The border color of the flat Picker components.
|
|
401
401
|
/// @group input
|
|
402
|
-
$kendo-picker-flat-border: get-theme-color-var( neutral-130 ) !default;
|
|
402
|
+
$kendo-picker-flat-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
403
403
|
|
|
404
404
|
/// The text color of the hovered flat Picker components.
|
|
405
405
|
/// @group input
|
|
406
|
-
$kendo-picker-flat-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
406
|
+
$kendo-picker-flat-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
407
407
|
|
|
408
408
|
/// The background color of the hovered flat Picker components.
|
|
409
409
|
/// @group input
|
|
410
|
-
$kendo-picker-flat-hover-bg: get-theme-color-var( neutral-20 ) !default;
|
|
410
|
+
$kendo-picker-flat-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
411
411
|
|
|
412
412
|
/// The border color of the hovered flat Picker components.
|
|
413
413
|
/// @group input
|
|
414
|
-
$kendo-picker-flat-hover-border: get-theme-color-var( neutral-160 ) !default;
|
|
414
|
+
$kendo-picker-flat-hover-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
415
415
|
|
|
416
416
|
/// The text color of the focused flat Picker components.
|
|
417
417
|
/// @group input
|
|
418
|
-
$kendo-picker-flat-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
418
|
+
$kendo-picker-flat-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
419
419
|
|
|
420
420
|
/// The background color of the focused flat Picker components.
|
|
421
421
|
/// @group input
|
|
@@ -423,7 +423,7 @@ $kendo-picker-flat-focus-bg: $kendo-color-white !default;
|
|
|
423
423
|
|
|
424
424
|
/// The border color of the focused flat Picker components.
|
|
425
425
|
/// @group input
|
|
426
|
-
$kendo-picker-flat-focus-border: get-theme-color-var( primary-100 ) !default;
|
|
426
|
+
$kendo-picker-flat-focus-border: k-get-theme-color-var( primary-100 ) !default;
|
|
427
427
|
|
|
428
428
|
/// The text color of the hovered and focused flat Picker components.
|
|
429
429
|
/// @group input
|
|
@@ -622,11 +622,11 @@ $kendo-input-theme-colors: (
|
|
|
622
622
|
|
|
623
623
|
/// The background color of the Input prefix.
|
|
624
624
|
/// @group input
|
|
625
|
-
$kendo-input-prefix-bg: get-theme-color-var( neutral-20 ) !default;
|
|
625
|
+
$kendo-input-prefix-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
626
626
|
|
|
627
627
|
/// The background color of the Input suffix.
|
|
628
628
|
/// @group input
|
|
629
|
-
$kendo-input-suffix-bg: get-theme-color-var( neutral-20 ) !default;
|
|
629
|
+
$kendo-input-suffix-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
630
630
|
|
|
631
631
|
/// The border color of the invalid Input components.
|
|
632
632
|
/// @group input
|
|
@@ -637,14 +637,14 @@ $kendo-input-invalid-text: var( --kendo-invalid-text, #{$kendo-invalid-text} ) !
|
|
|
637
637
|
|
|
638
638
|
/// The text color of the Input placeholder.
|
|
639
639
|
/// @group input
|
|
640
|
-
$kendo-input-placeholder-text: get-theme-color-var( neutral-130 ) !default;
|
|
640
|
+
$kendo-input-placeholder-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
641
641
|
/// The opacity of the Input placeholder.
|
|
642
642
|
/// @group input
|
|
643
643
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
644
644
|
|
|
645
645
|
/// The color of the Input clear value icon.
|
|
646
646
|
/// @group input
|
|
647
|
-
$kendo-input-clear-value-text: get-theme-color-var( neutral-130 ) !default;
|
|
647
|
+
$kendo-input-clear-value-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
648
648
|
/// The opacity of the Input clear value icon.
|
|
649
649
|
/// @group input
|
|
650
650
|
$kendo-input-clear-value-opacity: .6 !default;
|
|
@@ -125,7 +125,7 @@ $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !def
|
|
|
125
125
|
|
|
126
126
|
/// The text color of the List item icon
|
|
127
127
|
/// @group list
|
|
128
|
-
$kendo-list-item-icon-text: get-theme-color-var( primary-100 ) !default;
|
|
128
|
+
$kendo-list-item-icon-text: k-get-theme-color-var( primary-100 ) !default;
|
|
129
129
|
|
|
130
130
|
/// The map with the sizes of the List.
|
|
131
131
|
/// @group list
|
|
@@ -206,7 +206,7 @@ $kendo-list-border: var( --kendo-component-border, inherit ) !default;
|
|
|
206
206
|
$kendo-list-header-bg: $kendo-color-white !default;
|
|
207
207
|
/// The text color of the List header.
|
|
208
208
|
/// @group list
|
|
209
|
-
$kendo-list-header-text: get-theme-color-var( primary-100 ) !default;
|
|
209
|
+
$kendo-list-header-text: k-get-theme-color-var( primary-100 ) !default;
|
|
210
210
|
/// The border color of the List header.
|
|
211
211
|
/// @group list
|
|
212
212
|
$kendo-list-header-border: inherit !default;
|
|
@@ -220,52 +220,52 @@ $kendo-list-header-shadow: $kendo-box-shadow-depth-3 !default;
|
|
|
220
220
|
$kendo-list-item-bg: $kendo-color-white !default;
|
|
221
221
|
/// The text color of the List items.
|
|
222
222
|
/// @group list
|
|
223
|
-
$kendo-list-item-text: get-theme-color-var( neutral-160 ) !default;
|
|
223
|
+
$kendo-list-item-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
224
224
|
|
|
225
225
|
/// The background color of the hovered List items.
|
|
226
226
|
/// @group list
|
|
227
|
-
$kendo-list-item-hover-bg: get-theme-color-var( neutral-20 ) !default;
|
|
227
|
+
$kendo-list-item-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
228
228
|
/// The text color of the hovered List items.
|
|
229
229
|
/// @group list
|
|
230
|
-
$kendo-list-item-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
230
|
+
$kendo-list-item-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
231
231
|
|
|
232
232
|
/// The background color of the focused List items.
|
|
233
233
|
/// @group list
|
|
234
234
|
$kendo-list-item-focus-bg: $kendo-color-white !default;
|
|
235
235
|
/// The text color of the focused List items.
|
|
236
236
|
/// @group list
|
|
237
|
-
$kendo-list-item-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
237
|
+
$kendo-list-item-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
238
238
|
/// The box shadow of the focused List items.
|
|
239
239
|
/// @group list
|
|
240
|
-
$kendo-list-item-focus-shadow: inset 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
240
|
+
$kendo-list-item-focus-shadow: inset 0 0 0 1px k-get-theme-color-var( neutral-130 ) !default;
|
|
241
241
|
|
|
242
242
|
/// The background color of the selected List items.
|
|
243
243
|
/// @group list
|
|
244
|
-
$kendo-list-item-selected-bg: get-theme-color-var( neutral-40 ) !default;
|
|
244
|
+
$kendo-list-item-selected-bg: k-get-theme-color-var( neutral-40 ) !default;
|
|
245
245
|
/// The text color of the selected List items.
|
|
246
246
|
/// @group list
|
|
247
|
-
$kendo-list-item-selected-text: get-theme-color-var( neutral-190 ) !default;
|
|
247
|
+
$kendo-list-item-selected-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
248
248
|
|
|
249
249
|
/// The background color of the selected hovered List items.
|
|
250
250
|
/// @group list
|
|
251
|
-
$kendo-list-item-selected-hover-bg: get-theme-color-var( neutral-50 ) !default;
|
|
251
|
+
$kendo-list-item-selected-hover-bg: k-get-theme-color-var( neutral-50 ) !default;
|
|
252
252
|
/// The text color of the selected hovered List items.
|
|
253
253
|
/// @group list
|
|
254
|
-
$kendo-list-item-selected-hover-text: get-theme-color-var( neutral-190 ) !default;
|
|
254
|
+
$kendo-list-item-selected-hover-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
255
255
|
|
|
256
256
|
/// The background color of the disabled List items.
|
|
257
257
|
/// @group list
|
|
258
258
|
$kendo-list-item-disabled-bg: $kendo-color-white !default;
|
|
259
259
|
/// The text color of the disabled List items.
|
|
260
260
|
/// @group list
|
|
261
|
-
$kendo-list-item-disabled-text: get-theme-color-var( neutral-90 ) !default;
|
|
261
|
+
$kendo-list-item-disabled-text: k-get-theme-color-var( neutral-90 ) !default;
|
|
262
262
|
|
|
263
263
|
/// The background color of the List group items.
|
|
264
264
|
/// @group list
|
|
265
265
|
$kendo-list-group-item-bg: $kendo-color-white !default;
|
|
266
266
|
/// The text color of the List group items.
|
|
267
267
|
/// @group list
|
|
268
|
-
$kendo-list-group-item-text: get-theme-color-var( primary-100 ) !default;
|
|
268
|
+
$kendo-list-group-item-text: k-get-theme-color-var( primary-100 ) !default;
|
|
269
269
|
/// The border color of the List group items.
|
|
270
270
|
/// @group list
|
|
271
271
|
$kendo-list-group-item-border: inherit !default;
|
|
@@ -275,7 +275,7 @@ $kendo-list-group-item-shadow: none !default;
|
|
|
275
275
|
|
|
276
276
|
/// The text color of the 'No Data' text.
|
|
277
277
|
/// @group list
|
|
278
|
-
$kendo-list-no-data-text: get-theme-color-var( neutral-160 ) !default;
|
|
278
|
+
$kendo-list-no-data-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
279
279
|
|
|
280
280
|
/// The color of the 'Option Label' text.
|
|
281
281
|
/// @group list
|
|
@@ -1,45 +1,44 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The spacing between the ListBox elements.
|
|
5
5
|
/// @group listbox
|
|
6
6
|
$kendo-listbox-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
7
|
-
///
|
|
7
|
+
/// The spacing between the ListBox buttons.
|
|
8
8
|
/// @group listbox
|
|
9
9
|
$kendo-listbox-button-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
10
|
-
///
|
|
10
|
+
/// WThe width of the ListBox.
|
|
11
11
|
/// @group listbox
|
|
12
12
|
$kendo-listbox-width: 10em !default;
|
|
13
|
-
///
|
|
13
|
+
/// The height of the ListBox.
|
|
14
14
|
/// @group listbox
|
|
15
15
|
$kendo-listbox-height: 200px !default;
|
|
16
|
-
|
|
17
|
-
/// Border width of the listbox.
|
|
16
|
+
/// The width of the border around the ListBox.
|
|
18
17
|
/// @group listbox
|
|
19
18
|
$kendo-listbox-border-width: 1px !default;
|
|
20
|
-
///
|
|
19
|
+
/// The font family of the ListBox.
|
|
21
20
|
/// @group listbox
|
|
22
21
|
$kendo-listbox-font-family: var( --kendo-font-family, normal ) !default;
|
|
23
|
-
///
|
|
22
|
+
/// The font size of the ListBox.
|
|
24
23
|
/// @group listbox
|
|
25
24
|
$kendo-listbox-font-size: var( --kendo-font-size, inherit ) !default;
|
|
26
|
-
///
|
|
25
|
+
/// The line height of the ListBox.
|
|
27
26
|
/// @group listbox
|
|
28
27
|
$kendo-listbox-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
28
|
|
|
30
|
-
///
|
|
31
|
-
/// @group listbox
|
|
32
|
-
$kendo-listbox-bg: var( --kendo-component-bg, transparent ) !default;
|
|
33
|
-
/// Text color of the listbox component.
|
|
29
|
+
/// The text color of the ListBox.
|
|
34
30
|
/// @group listbox
|
|
35
31
|
$kendo-listbox-text: var( --kendo-component-text, inherit ) !default;
|
|
36
|
-
///
|
|
32
|
+
/// The background color of the ListBox.
|
|
33
|
+
/// @group listbox
|
|
34
|
+
$kendo-listbox-bg: var( --kendo-component-bg, transparent ) !default;
|
|
35
|
+
/// The border color of the ListBox.
|
|
37
36
|
/// @group listbox
|
|
38
37
|
$kendo-listbox-border: var( --kendo-component-border, inherit ) !default;
|
|
39
38
|
|
|
40
|
-
///
|
|
39
|
+
/// The width of the ListBox drop hint.
|
|
41
40
|
/// @group listbox
|
|
42
41
|
$kendo-listbox-drop-hint-width: 1px !default;
|
|
43
|
-
///
|
|
42
|
+
/// The border color of the ListBox drop hint.
|
|
44
43
|
/// @group listbox
|
|
45
|
-
$kendo-listbox-drop-hint-border-color: get-theme-color-var( primary-100 ) !default;
|
|
44
|
+
$kendo-listbox-drop-hint-border-color: k-get-theme-color-var( primary-100 ) !default;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
$kendo-listgroup-border-width: 1px !default;
|
|
8
8
|
/// Border radius of the listgroup.
|
|
9
9
|
/// @group listgroup
|
|
10
|
-
$kendo-listgroup-border-radius: var( --kendo-border-radius-md,
|
|
10
|
+
$kendo-listgroup-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
11
11
|
|
|
12
12
|
/// Font size of the listgroup.
|
|
13
13
|
/// @group listgroup
|
|
@@ -2,91 +2,91 @@
|
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
@use "../list/_variables.scss"as *;
|
|
4
4
|
|
|
5
|
-
///
|
|
5
|
+
/// The horizontal padding of the ListView.
|
|
6
6
|
/// @group listview
|
|
7
7
|
$kendo-listview-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
8
|
-
///
|
|
8
|
+
/// The vertical padding of the ListView.
|
|
9
9
|
/// @group listview
|
|
10
10
|
$kendo-listview-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
11
|
-
///
|
|
11
|
+
/// The width of the border around bordered ListView.
|
|
12
12
|
/// @group listview
|
|
13
13
|
$kendo-listview-border-width: 1px !default;
|
|
14
14
|
|
|
15
|
-
///
|
|
15
|
+
/// The horizontal padding of the ListView header.
|
|
16
16
|
/// @group listview
|
|
17
17
|
$kendo-listview-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
|
|
18
|
-
///
|
|
18
|
+
/// The vertical padding of the ListView header.
|
|
19
19
|
/// @group listview
|
|
20
20
|
$kendo-listview-header-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
21
21
|
|
|
22
|
-
///
|
|
22
|
+
/// The horizontal padding of the ListView footer.
|
|
23
23
|
/// @group listview
|
|
24
24
|
$kendo-listview-footer-padding-x: $kendo-listview-header-padding-x !default;
|
|
25
|
-
///
|
|
25
|
+
/// The vertical padding of the ListView footer.
|
|
26
26
|
/// @group listview
|
|
27
27
|
$kendo-listview-footer-padding-y: $kendo-listview-header-padding-y !default;
|
|
28
28
|
|
|
29
|
-
///
|
|
29
|
+
/// The horizontal padding of the ListView items.
|
|
30
30
|
/// @group listview
|
|
31
31
|
$kendo-listview-item-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
32
|
-
///
|
|
32
|
+
/// The vertical padding of the ListView items.
|
|
33
33
|
/// @group listview
|
|
34
34
|
$kendo-listview-item-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
35
35
|
|
|
36
|
-
///
|
|
36
|
+
/// The font family of the ListView.
|
|
37
37
|
/// @group listview
|
|
38
38
|
$kendo-listview-font-family: var( --kendo-font-family, initial ) !default;
|
|
39
|
-
///
|
|
39
|
+
/// The font size of the ListView.
|
|
40
40
|
/// @group listview
|
|
41
41
|
$kendo-listview-font-size: var( --kendo-font-size, initial ) !default;
|
|
42
|
-
///
|
|
42
|
+
/// The line height of the ListView.
|
|
43
43
|
/// @group listview
|
|
44
44
|
$kendo-listview-line-height: var( --kendo-line-height, initial ) !default;
|
|
45
45
|
|
|
46
|
-
///
|
|
46
|
+
/// The gap between items of ListView with grid layout.
|
|
47
47
|
/// @group listview
|
|
48
48
|
$kendo-listview-grid-gap: map.get( $kendo-spacing, 0 ) !default;
|
|
49
49
|
|
|
50
|
-
///
|
|
50
|
+
/// The text color of the ListView.
|
|
51
51
|
/// @group listview
|
|
52
52
|
$kendo-listview-text: var( --kendo-component-text, initial ) !default;
|
|
53
|
-
///
|
|
53
|
+
/// The background color of the ListView.
|
|
54
54
|
/// @group listview
|
|
55
55
|
$kendo-listview-bg: var( --kendo-component-bg, initial ) !default;
|
|
56
|
-
///
|
|
56
|
+
/// The border color of the ListView.
|
|
57
57
|
/// @group listview
|
|
58
58
|
$kendo-listview-border: var( --kendo-component-border, initial ) !default;
|
|
59
59
|
|
|
60
|
-
///
|
|
60
|
+
/// The text color of the ListView header.
|
|
61
61
|
/// @group listview
|
|
62
|
-
$kendo-listview-
|
|
63
|
-
///
|
|
62
|
+
$kendo-listview-header-text: initial !default;
|
|
63
|
+
/// The background color of the ListView header.
|
|
64
64
|
/// @group listview
|
|
65
|
-
$kendo-listview-
|
|
66
|
-
///
|
|
65
|
+
$kendo-listview-header-bg: initial !default;
|
|
66
|
+
/// The border color of the ListView header.
|
|
67
67
|
/// @group listview
|
|
68
|
-
$kendo-listview-
|
|
68
|
+
$kendo-listview-header-border: $kendo-listview-border !default;
|
|
69
69
|
|
|
70
|
-
///
|
|
70
|
+
/// The text color of the ListView footer.
|
|
71
71
|
/// @group listview
|
|
72
|
-
$kendo-listview-
|
|
73
|
-
///
|
|
72
|
+
$kendo-listview-footer-text: initial !default;
|
|
73
|
+
/// The background color of the ListView footer.
|
|
74
74
|
/// @group listview
|
|
75
|
-
$kendo-listview-
|
|
75
|
+
$kendo-listview-footer-bg: initial !default;
|
|
76
76
|
|
|
77
|
-
///
|
|
78
|
-
/// @group listview
|
|
79
|
-
$kendo-listview-header-text: initial !default;
|
|
80
|
-
/// Background color of listview.
|
|
77
|
+
/// The text color of the selected ListView items.
|
|
81
78
|
/// @group listview
|
|
82
|
-
$kendo-listview-
|
|
83
|
-
///
|
|
79
|
+
$kendo-listview-item-selected-text: initial !default;
|
|
80
|
+
/// The background color of the selected ListView items.
|
|
84
81
|
/// @group listview
|
|
85
|
-
$kendo-listview-
|
|
82
|
+
$kendo-listview-item-selected-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
86
83
|
|
|
87
|
-
///
|
|
84
|
+
/// The text color of the focused ListView items.
|
|
88
85
|
/// @group listview
|
|
89
|
-
$kendo-listview-
|
|
90
|
-
///
|
|
86
|
+
$kendo-listview-item-focus-text: initial !default;
|
|
87
|
+
/// The background color of the focused ListView items.
|
|
91
88
|
/// @group listview
|
|
92
|
-
$kendo-listview-
|
|
89
|
+
$kendo-listview-item-focus-bg: initial !default;
|
|
90
|
+
/// The box shadow of the focused ListView items.
|
|
91
|
+
/// @group listview
|
|
92
|
+
$kendo-listview-item-focus-shadow: var( --kendo-list-item-focus-shadow, $kendo-list-item-focus-shadow ) !default;
|