@progress/kendo-theme-classic 14.4.0-dev.2 → 14.4.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +5120 -3752
- package/dist/meta/sassdoc-raw-data.json +2491 -1866
- package/dist/meta/variables.json +189 -22
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/agent-response/_index.scss +16 -0
- package/scss/agent-response/_layout.scss +5 -0
- package/scss/agent-response/_theme.scss +5 -0
- package/scss/agent-response/_variables.scss +61 -0
- package/scss/checkpoint/_index.scss +16 -0
- package/scss/checkpoint/_layout.scss +6 -0
- package/scss/checkpoint/_theme.scss +6 -0
- package/scss/checkpoint/_variables.scss +33 -0
- package/scss/citation/_index.scss +16 -0
- package/scss/citation/_layout.scss +6 -0
- package/scss/citation/_theme.scss +6 -0
- package/scss/citation/_variables.scss +15 -0
- package/scss/filemanager/_variables.scss +5 -0
- package/scss/grid/_variables.scss +5 -0
- package/scss/icons/_variables.scss +0 -28
- package/scss/index.scss +9 -0
- package/scss/menu/_variables.scss +5 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/scheduler/_variables.scss +5 -0
- package/scss/stepper/_variables.scss +5 -0
- package/scss/tabstrip/_variables.scss +5 -0
- package/scss/toolbar/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +5 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Citation
|
|
4
|
+
|
|
5
|
+
/// The padding of the CitationPopover view.
|
|
6
|
+
/// @group citation
|
|
7
|
+
$kendo-citation-popover-view-padding: k-spacing(4) !default;
|
|
8
|
+
/// The text color of the CitationPopover page indicator.
|
|
9
|
+
/// @group citation
|
|
10
|
+
$kendo-citation-pages-color: k-color(subtle) !default;
|
|
11
|
+
|
|
12
|
+
@forward "@progress/kendo-theme-core/scss/components/citation/_variables.scss" with (
|
|
13
|
+
$kendo-citation-popover-view-padding: $kendo-citation-popover-view-padding,
|
|
14
|
+
$kendo-citation-pages-color: $kendo-citation-pages-color
|
|
15
|
+
);
|
|
@@ -159,6 +159,10 @@ $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
|
|
|
159
159
|
/// The gap between the columns in the FileManager preview.
|
|
160
160
|
/// @group file-manager
|
|
161
161
|
$kendo-file-manager-preview-column-gap: k-spacing(1) !default;
|
|
162
|
+
|
|
163
|
+
/// The icon spacing in FileManager items.
|
|
164
|
+
/// @group file-manager
|
|
165
|
+
$kendo-file-manager-icon-spacing: k-spacing(1) !default;
|
|
162
166
|
/// The background color of the FileManager preview.
|
|
163
167
|
/// @group file-manager
|
|
164
168
|
$kendo-file-manager-preview-bg: null !default;
|
|
@@ -230,6 +234,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
230
234
|
$kendo-file-manager-preview-border-width: $kendo-file-manager-preview-border-width,
|
|
231
235
|
$kendo-file-manager-preview-spacing: $kendo-file-manager-preview-spacing,
|
|
232
236
|
$kendo-file-manager-preview-column-gap: $kendo-file-manager-preview-column-gap,
|
|
237
|
+
$kendo-file-manager-icon-spacing: $kendo-file-manager-icon-spacing,
|
|
233
238
|
$kendo-file-manager-preview-bg: $kendo-file-manager-preview-bg,
|
|
234
239
|
$kendo-file-manager-preview-text: $kendo-file-manager-preview-text,
|
|
235
240
|
$kendo-file-manager-preview-border: $kendo-file-manager-preview-border,
|
|
@@ -190,6 +190,10 @@ $kendo-grid-header-first-border: 1px !default;
|
|
|
190
190
|
/// @group grid
|
|
191
191
|
$kendo-grid-header-menu-icon-spacing: $kendo-icon-spacing !default;
|
|
192
192
|
|
|
193
|
+
/// The spacing between icon and text in Grid column menu items.
|
|
194
|
+
/// @group grid
|
|
195
|
+
$kendo-grid-column-menu-icon-spacing: k-spacing(1) !default;
|
|
196
|
+
|
|
193
197
|
/// The width of the border around the Grid toolbar.
|
|
194
198
|
/// @group grid
|
|
195
199
|
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
@@ -588,6 +592,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
588
592
|
$kendo-grid-header-font-size: $kendo-grid-header-font-size,
|
|
589
593
|
$kendo-grid-header-first-border: $kendo-grid-header-first-border,
|
|
590
594
|
$kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
|
|
595
|
+
$kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
|
|
591
596
|
$kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
|
|
592
597
|
$kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-horizontal-border-width,
|
|
593
598
|
$kendo-grid-cell-vertical-border-width: $kendo-grid-cell-vertical-border-width,
|
|
@@ -8,27 +8,6 @@ $kendo-icon-default-size: "md" !default;
|
|
|
8
8
|
/// The default size icon size.
|
|
9
9
|
/// @group icon
|
|
10
10
|
$kendo-icon-size: 16px !default;
|
|
11
|
-
/// The extra small icon size.
|
|
12
|
-
/// @group icon
|
|
13
|
-
$kendo-icon-size-xs: calc( #{$kendo-icon-size} * .75 ) !default;
|
|
14
|
-
/// The small icon size.
|
|
15
|
-
/// @group icon
|
|
16
|
-
$kendo-icon-size-sm: calc( #{$kendo-icon-size} * .875 ) !default;
|
|
17
|
-
/// The medium icon size.
|
|
18
|
-
/// @group icon
|
|
19
|
-
$kendo-icon-size-md: $kendo-icon-size !default;
|
|
20
|
-
/// The large icon size.
|
|
21
|
-
/// @group icon
|
|
22
|
-
$kendo-icon-size-lg: calc( #{$kendo-icon-size} * 1.25 ) !default;
|
|
23
|
-
/// The extra large icon size.
|
|
24
|
-
/// @group icon
|
|
25
|
-
$kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
|
|
26
|
-
/// The double extra large icon size.
|
|
27
|
-
/// @group icon
|
|
28
|
-
$kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
|
|
29
|
-
/// The triple extra large icon size.
|
|
30
|
-
/// @group icon
|
|
31
|
-
$kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
32
11
|
/// The default icon spacing.
|
|
33
12
|
/// @group icon
|
|
34
13
|
$kendo-icon-spacing: k-spacing(1) !default;
|
|
@@ -45,13 +24,6 @@ $kendo-action-icon-color: k-color( primary-on-surface ) !default;
|
|
|
45
24
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
46
25
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
47
26
|
$kendo-icon-size: $kendo-icon-size,
|
|
48
|
-
$kendo-icon-size-xs: $kendo-icon-size-xs,
|
|
49
|
-
$kendo-icon-size-sm: $kendo-icon-size-sm,
|
|
50
|
-
$kendo-icon-size-md: $kendo-icon-size-md,
|
|
51
|
-
$kendo-icon-size-lg: $kendo-icon-size-lg,
|
|
52
|
-
$kendo-icon-size-xl: $kendo-icon-size-xl,
|
|
53
|
-
$kendo-icon-size-xxl: $kendo-icon-size-xxl,
|
|
54
|
-
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
55
27
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
56
28
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
57
29
|
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
package/scss/index.scss
CHANGED
|
@@ -109,6 +109,9 @@
|
|
|
109
109
|
@forward "./file-box/_index.scss";
|
|
110
110
|
@forward "./prompt-box/_index.scss";
|
|
111
111
|
@forward "./chat/_index.scss";
|
|
112
|
+
@forward "./agent-response/_index.scss";
|
|
113
|
+
@forward "./citation/_index.scss";
|
|
114
|
+
@forward "./checkpoint/_index.scss";
|
|
112
115
|
@forward "./mediaplayer/_index.scss";
|
|
113
116
|
@forward "./timeline/_index.scss";
|
|
114
117
|
@forward "./pdf-viewer/_index.scss";
|
|
@@ -282,6 +285,9 @@
|
|
|
282
285
|
// Misc
|
|
283
286
|
@use "./file-box/_index.scss" as *;
|
|
284
287
|
@use "./chat/_index.scss" as *;
|
|
288
|
+
@use "./agent-response/_index.scss" as *;
|
|
289
|
+
@use "./citation/_index.scss" as *;
|
|
290
|
+
@use "./checkpoint/_index.scss" as *;
|
|
285
291
|
@use "./mediaplayer/_index.scss" as *;
|
|
286
292
|
@use "./timeline/_index.scss" as *;
|
|
287
293
|
@use "./pdf-viewer/_index.scss" as *;
|
|
@@ -462,6 +468,9 @@
|
|
|
462
468
|
// Misc
|
|
463
469
|
@include kendo-file-box--styles();
|
|
464
470
|
@include kendo-chat--styles();
|
|
471
|
+
@include kendo-agent-response--styles();
|
|
472
|
+
@include kendo-citation--styles();
|
|
473
|
+
@include kendo-checkpoint--styles();
|
|
465
474
|
@include kendo-media-player--styles();
|
|
466
475
|
@include kendo-timeline--styles();
|
|
467
476
|
@include kendo-pdf-viewer--styles();
|
|
@@ -146,6 +146,10 @@ $kendo-menu-icon-padding-x: null !default;
|
|
|
146
146
|
/// @group menu
|
|
147
147
|
$kendo-menu-icon-padding-y: null !default;
|
|
148
148
|
|
|
149
|
+
/// The spacing used for the menu expand arrow negative offset.
|
|
150
|
+
/// @group menu
|
|
151
|
+
$kendo-menu-expand-arrow-spacing: k-spacing(1) !default;
|
|
152
|
+
|
|
149
153
|
// Menu Separator
|
|
150
154
|
|
|
151
155
|
/// The inline margin of the horizontal Menu separator.
|
|
@@ -349,6 +353,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
349
353
|
$kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
|
|
350
354
|
$kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
|
|
351
355
|
$kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
|
|
356
|
+
$kendo-menu-expand-arrow-spacing: $kendo-menu-expand-arrow-spacing,
|
|
352
357
|
$kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
|
|
353
358
|
$kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
|
|
354
359
|
$kendo-menu-separator-border: $kendo-menu-separator-border,
|
|
@@ -39,6 +39,10 @@ $kendo-panelbar-item-padding-x: k-spacing(2) !default;
|
|
|
39
39
|
/// @group panelbar
|
|
40
40
|
$kendo-panelbar-item-padding-y: k-spacing(1) !default;
|
|
41
41
|
|
|
42
|
+
/// The spacing between icon and text in PanelBar items.
|
|
43
|
+
/// @group panelbar
|
|
44
|
+
$kendo-panelbar-item-icon-spacing: k-spacing(1) !default;
|
|
45
|
+
|
|
42
46
|
/// The maximum nesting of the PanelBar items.
|
|
43
47
|
/// @group panelbar
|
|
44
48
|
$kendo-panelbar-item-level-count: 4 !default;
|
|
@@ -280,6 +284,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
280
284
|
$kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
|
|
281
285
|
$kendo-panelbar-item-padding-x: $kendo-panelbar-item-padding-x,
|
|
282
286
|
$kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
|
|
287
|
+
$kendo-panelbar-item-icon-spacing: $kendo-panelbar-item-icon-spacing,
|
|
283
288
|
$kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
|
|
284
289
|
$kendo-panelbar-bg: $kendo-panelbar-bg,
|
|
285
290
|
$kendo-panelbar-text: $kendo-panelbar-text,
|
|
@@ -262,6 +262,10 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(1) !default;
|
|
|
262
262
|
/// @group scheduler
|
|
263
263
|
$kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
264
264
|
|
|
265
|
+
/// The spacing between icon and text in Scheduler navigation items.
|
|
266
|
+
/// @group scheduler
|
|
267
|
+
$kendo-scheduler-nav-item-icon-spacing: k-spacing(1) !default;
|
|
268
|
+
|
|
265
269
|
/// The background color of the Scheduler header.
|
|
266
270
|
/// @group scheduler
|
|
267
271
|
$kendo-scheduler-header-bg: k-color(surface) !default;
|
|
@@ -363,6 +367,7 @@ $kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
|
|
|
363
367
|
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
364
368
|
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
365
369
|
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
370
|
+
$kendo-scheduler-nav-item-icon-spacing: $kendo-scheduler-nav-item-icon-spacing,
|
|
366
371
|
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
|
|
367
372
|
$kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
|
|
368
373
|
$kendo-scheduler-adaptive-text: $kendo-scheduler-adaptive-text,
|
|
@@ -28,6 +28,10 @@ $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
|
28
28
|
/// The border radius of the Stepper label.
|
|
29
29
|
/// @group stepper
|
|
30
30
|
$kendo-stepper-label-border-radius: k-border-radius(xxxl) !default;
|
|
31
|
+
|
|
32
|
+
/// The spacing between icon and text in Stepper labels.
|
|
33
|
+
/// @group stepper
|
|
34
|
+
$kendo-stepper-label-icon-spacing: k-spacing(1) !default;
|
|
31
35
|
/// The width of the border around the Stepper.
|
|
32
36
|
/// @group stepper
|
|
33
37
|
$kendo-stepper-border-width: 0px !default;
|
|
@@ -243,6 +247,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
|
|
|
243
247
|
$kendo-stepper-label-padding-x: $kendo-stepper-label-padding-x,
|
|
244
248
|
$kendo-stepper-label-padding-y: $kendo-stepper-label-padding-y,
|
|
245
249
|
$kendo-stepper-label-border-radius: $kendo-stepper-label-border-radius,
|
|
250
|
+
$kendo-stepper-label-icon-spacing: $kendo-stepper-label-icon-spacing,
|
|
246
251
|
$kendo-stepper-border-width: $kendo-stepper-border-width,
|
|
247
252
|
$kendo-stepper-inline-content-padding-x: $kendo-stepper-inline-content-padding-x,
|
|
248
253
|
$kendo-stepper-inline-content-padding-y: $kendo-stepper-inline-content-padding-y,
|
|
@@ -79,6 +79,10 @@ $kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
|
|
|
79
79
|
/// The gap between the TabStrip items.
|
|
80
80
|
/// @group tabstrip
|
|
81
81
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
82
|
+
|
|
83
|
+
/// The spacing between icon and text in TabStrip tab items.
|
|
84
|
+
/// @group tabstrip
|
|
85
|
+
$kendo-tabstrip-item-icon-spacing: k-spacing(1) !default;
|
|
82
86
|
/// The horizontal spacing of the TabStrip items.
|
|
83
87
|
/// @group tabstrip
|
|
84
88
|
$kendo-tabstrip-item-spacing-x: k-spacing(1) !default;
|
|
@@ -232,6 +236,7 @@ $kendo-tabstrip-scroll-button-spacing: null !default;
|
|
|
232
236
|
$kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
|
|
233
237
|
$kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
|
|
234
238
|
$kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
|
|
239
|
+
$kendo-tabstrip-item-icon-spacing: $kendo-tabstrip-item-icon-spacing,
|
|
235
240
|
$kendo-tabstrip-item-spacing-x: $kendo-tabstrip-item-spacing-x,
|
|
236
241
|
$kendo-tabstrip-item-bg: $kendo-tabstrip-item-bg,
|
|
237
242
|
$kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
|
|
@@ -43,6 +43,10 @@ $kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
|
43
43
|
/// @group toolbar
|
|
44
44
|
$kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
|
|
45
45
|
|
|
46
|
+
/// The spacing between icon and text in Toolbar items.
|
|
47
|
+
/// @group toolbar
|
|
48
|
+
$kendo-toolbar-item-icon-spacing: k-spacing(1) !default;
|
|
49
|
+
|
|
46
50
|
/// The height of the Toolbar button separator.
|
|
47
51
|
/// @group toolbar
|
|
48
52
|
$kendo-toolbar-separator-height: $kendo-button-md-calc-size !default;
|
|
@@ -165,6 +169,7 @@ $kendo-floating-toolbar-border-radius: k-border-radius(xxl) !default;
|
|
|
165
169
|
$kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
|
|
166
170
|
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
167
171
|
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
172
|
+
$kendo-toolbar-item-icon-spacing: $kendo-toolbar-item-icon-spacing,
|
|
168
173
|
$kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
|
|
169
174
|
$kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
|
|
170
175
|
$kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
|
|
@@ -10,6 +10,10 @@ $kendo-tooltip-padding-y: k-spacing(1) !default;
|
|
|
10
10
|
/// The horizontal padding of the Tooltip.
|
|
11
11
|
/// @group tooltip
|
|
12
12
|
$kendo-tooltip-padding-x: k-spacing(2) !default;
|
|
13
|
+
|
|
14
|
+
/// The spacing between icon and tooltip text/button.
|
|
15
|
+
/// @group tooltip
|
|
16
|
+
$kendo-tooltip-icon-spacing: k-spacing(1) !default;
|
|
13
17
|
/// The width of the border around the Tooltip.
|
|
14
18
|
/// @group tooltip
|
|
15
19
|
$kendo-tooltip-border-width: 0px !default;
|
|
@@ -63,6 +67,7 @@ $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
|
63
67
|
@forward "@progress/kendo-theme-core/scss/components/tooltip/_variables.scss" with (
|
|
64
68
|
$kendo-tooltip-padding-y: $kendo-tooltip-padding-y,
|
|
65
69
|
$kendo-tooltip-padding-x: $kendo-tooltip-padding-x,
|
|
70
|
+
$kendo-tooltip-icon-spacing: $kendo-tooltip-icon-spacing,
|
|
66
71
|
$kendo-tooltip-border-width: $kendo-tooltip-border-width,
|
|
67
72
|
$kendo-tooltip-border-radius: $kendo-tooltip-border-radius,
|
|
68
73
|
$kendo-tooltip-font-family: $kendo-tooltip-font-family,
|
|
@@ -9,6 +9,10 @@ $kendo-treeview-default-size: "md" !default;
|
|
|
9
9
|
/// The gap of the TreeView.
|
|
10
10
|
/// @group treeview
|
|
11
11
|
$kendo-treeview-gap: k-spacing(0.5) !default;
|
|
12
|
+
|
|
13
|
+
/// The spacing between icon and text in TreeView items.
|
|
14
|
+
/// @group treeview
|
|
15
|
+
$kendo-treeview-item-icon-spacing: k-spacing(1) !default;
|
|
12
16
|
/// The border radius of the TreeView.
|
|
13
17
|
/// @group treeview
|
|
14
18
|
$kendo-treeview-border-radius: k-border-radius(sm) !default;
|
|
@@ -171,6 +175,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
171
175
|
@forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
|
|
172
176
|
$kendo-treeview-default-size: $kendo-treeview-default-size,
|
|
173
177
|
$kendo-treeview-gap: $kendo-treeview-gap,
|
|
178
|
+
$kendo-treeview-item-icon-spacing: $kendo-treeview-item-icon-spacing,
|
|
174
179
|
$kendo-treeview-border-radius: $kendo-treeview-border-radius,
|
|
175
180
|
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
176
181
|
$kendo-treeview-font-size: $kendo-treeview-font-size,
|