@progress/kendo-theme-fluent 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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +7856 -6488
- package/dist/meta/sassdoc-raw-data.json +3825 -3200
- package/dist/meta/variables.json +222 -55
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.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/bottom-navigation/_variables.scss +2 -1
- package/scss/button/_layout.scss +15 -14
- 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/color-preview/_layout.scss +1 -1
- package/scss/drawer/_variables.scss +2 -1
- package/scss/filemanager/_variables.scss +5 -0
- package/scss/grid/_layout.scss +2 -1
- package/scss/grid/_variables.scss +9 -4
- package/scss/icons/_variables.scss +0 -41
- package/scss/index.scss +9 -0
- package/scss/input/_variables.scss +4 -3
- package/scss/map/_variables.scss +2 -1
- package/scss/menu/_variables.scss +13 -7
- package/scss/panelbar/_variables.scss +8 -2
- package/scss/pdf-viewer/_variables.scss +2 -1
- package/scss/pivotgrid/_layout.scss +3 -2
- package/scss/scheduler/_variables.scss +5 -0
- package/scss/spreadsheet/_variables.scss +2 -1
- 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/treelist/_layout.scss +2 -1
- package/scss/treeview/_layout.scss +4 -3
- package/scss/treeview/_variables.scss +5 -0
- package/scss/upload/_variables.scss +2 -1
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Agent Response
|
|
4
|
+
|
|
5
|
+
/// The gap between the icon and the content of the AgentStep head and content row.
|
|
6
|
+
/// @group agent-response
|
|
7
|
+
$kendo-agent-step-gap: var( --kendo-agent-step-gap, k-spacing(1.5) ) !default;
|
|
8
|
+
/// The vertical padding of the AgentStep head.
|
|
9
|
+
/// @group agent-response
|
|
10
|
+
$kendo-agent-step-padding-y: var( --kendo-agent-step-padding-y, k-spacing(2) ) !default;
|
|
11
|
+
/// The top margin of the AgentStep icon.
|
|
12
|
+
/// @group agent-response
|
|
13
|
+
$kendo-agent-step-icon-margin-top: var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) ) !default;
|
|
14
|
+
/// The text color of the added lines count in the AgentStep diffstat.
|
|
15
|
+
/// @group agent-response
|
|
16
|
+
$kendo-agent-step-added-color: var( --kendo-agent-step-added-color, k-color(success-on-surface) ) !default;
|
|
17
|
+
/// The text color of the removed lines count in the AgentStep diffstat.
|
|
18
|
+
/// @group agent-response
|
|
19
|
+
$kendo-agent-step-removed-color: var( --kendo-agent-step-removed-color, k-color(error-on-surface) ) !default;
|
|
20
|
+
/// The font size of the AgentStep label, secondary text, and diffstat.
|
|
21
|
+
/// @group agent-response
|
|
22
|
+
$kendo-agent-step-font-size: var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) ) !default;
|
|
23
|
+
/// The font size of the AgentStep body content.
|
|
24
|
+
/// @group agent-response
|
|
25
|
+
$kendo-agent-step-body-font-size: var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) ) !default;
|
|
26
|
+
|
|
27
|
+
/// The gap between the icon column and the content of the Thought.
|
|
28
|
+
/// @group agent-response
|
|
29
|
+
$kendo-thought-gap: var( --kendo-thought-gap, k-spacing(1.5) ) !default;
|
|
30
|
+
/// The gap in the icon column of the Thought.
|
|
31
|
+
/// @group agent-response
|
|
32
|
+
$kendo-thought-icon-col-gap: var( --kendo-thought-icon-col-gap, k-spacing(2) ) !default;
|
|
33
|
+
/// The spacing between stacked Thought items.
|
|
34
|
+
/// @group agent-response
|
|
35
|
+
$kendo-thought-spacing: var( --kendo-thought-spacing, k-spacing(4) ) !default;
|
|
36
|
+
/// The color of the connector line between stacked Thought items.
|
|
37
|
+
/// @group agent-response
|
|
38
|
+
$kendo-thought-connector-color: var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
39
|
+
|
|
40
|
+
/// The start indent of the ToolCall body.
|
|
41
|
+
/// @group agent-response
|
|
42
|
+
$kendo-tool-call-indent: var( --kendo-tool-call-indent, k-spacing(5) ) !default;
|
|
43
|
+
/// The bottom padding of the ToolCall body.
|
|
44
|
+
/// @group agent-response
|
|
45
|
+
$kendo-tool-call-padding-y: var( --kendo-tool-call-padding-y, k-spacing(2) ) !default;
|
|
46
|
+
|
|
47
|
+
@forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
|
|
48
|
+
$kendo-agent-step-gap: $kendo-agent-step-gap,
|
|
49
|
+
$kendo-agent-step-padding-y: $kendo-agent-step-padding-y,
|
|
50
|
+
$kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
|
|
51
|
+
$kendo-agent-step-added-color: $kendo-agent-step-added-color,
|
|
52
|
+
$kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
|
|
53
|
+
$kendo-agent-step-font-size: $kendo-agent-step-font-size,
|
|
54
|
+
$kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
|
|
55
|
+
$kendo-thought-gap: $kendo-thought-gap,
|
|
56
|
+
$kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
|
|
57
|
+
$kendo-thought-spacing: $kendo-thought-spacing,
|
|
58
|
+
$kendo-thought-connector-color: $kendo-thought-connector-color,
|
|
59
|
+
$kendo-tool-call-indent: $kendo-tool-call-indent,
|
|
60
|
+
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y
|
|
61
|
+
);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
|
|
4
5
|
/// The default theme color of the BottomNavigation.
|
|
5
6
|
/// @group bottom-navigation
|
|
@@ -49,7 +50,7 @@ $kendo-bottom-nav-item-min-width: var( --kendo-bottom-nav-item-min-width, 72px )
|
|
|
49
50
|
$kendo-bottom-nav-item-max-width: var( --kendo-bottom-nav-item-max-width, none ) !default;
|
|
50
51
|
/// The minimum height of the BottomNavigation item.
|
|
51
52
|
/// @group bottom-navigation
|
|
52
|
-
$kendo-bottom-nav-item-min-height: var( --kendo-bottom-nav-item-min-height, calc(
|
|
53
|
+
$kendo-bottom-nav-item-min-height: var( --kendo-bottom-nav-item-min-height, calc( #{$ki-icon-size-xl} * 2 + (#{$kendo-bottom-nav-item-padding-y} * 2) ) ) !default;
|
|
53
54
|
/// The border radius of the BottomNavigation item.
|
|
54
55
|
/// @group bottom-navigation
|
|
55
56
|
$kendo-bottom-nav-item-border-radius: var( --kendo-bottom-nav-item-border-radius, k-border-radius(md) ) !default;
|
package/scss/button/_layout.scss
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
4
|
@use "../core/z-index/index.scss" as *;
|
|
5
5
|
@use "../core/functions/index.scss" as *;
|
|
6
|
+
@use "../icons/_variables.scss" as *;
|
|
6
7
|
@use "./_variables.scss" as *;
|
|
7
8
|
@use "@progress/kendo-theme-core/scss/components/button/_layout.scss" as *;
|
|
8
9
|
|
|
@@ -53,38 +54,38 @@
|
|
|
53
54
|
|
|
54
55
|
&.k-svg-icon > svg,
|
|
55
56
|
&.k-icon-md > svg {
|
|
56
|
-
width: var(
|
|
57
|
-
height: var(
|
|
57
|
+
width: var(--kendo-icon-size-md, #{$ki-icon-size-md});
|
|
58
|
+
height: var(--kendo-icon-size-md, #{$ki-icon-size-md});
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
&.k-icon-xs > svg {
|
|
61
|
-
width: var(
|
|
62
|
-
height: var(
|
|
62
|
+
width: var(--kendo-icon-size-xs, #{$ki-icon-size-xs});
|
|
63
|
+
height: var(--kendo-icon-size-xs, #{$ki-icon-size-xs});
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
&.k-icon-sm > svg {
|
|
66
|
-
width: var(
|
|
67
|
-
height: var(
|
|
67
|
+
width: var(--kendo-icon-size-sm, #{$ki-icon-size-sm});
|
|
68
|
+
height: var(--kendo-icon-size-sm, #{$ki-icon-size-sm});
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
&.k-icon-lg > svg {
|
|
71
|
-
width: var(
|
|
72
|
-
height: var(
|
|
72
|
+
width: var(--kendo-icon-size-lg, #{$ki-icon-size-lg});
|
|
73
|
+
height: var(--kendo-icon-size-lg, #{$ki-icon-size-lg});
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
&.k-icon-xl > svg {
|
|
76
|
-
width: var(
|
|
77
|
-
height: var(
|
|
77
|
+
width: var(--kendo-icon-size-xl, #{$ki-icon-size-xl});
|
|
78
|
+
height: var(--kendo-icon-size-xl, #{$ki-icon-size-xl});
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
&.k-icon-xxl > svg {
|
|
81
|
-
width: var(
|
|
82
|
-
height: var(
|
|
82
|
+
width: var(--kendo-icon-size-xxl, #{$ki-icon-size-xxl});
|
|
83
|
+
height: var(--kendo-icon-size-xxl, #{$ki-icon-size-xxl});
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
&.k-icon-xxxl > svg {
|
|
86
|
-
width: var(
|
|
87
|
-
height: var(
|
|
87
|
+
width: var(--kendo-icon-size-xxl, #{$ki-icon-size-xxl});
|
|
88
|
+
height: var(--kendo-icon-size-xxl, #{$ki-icon-size-xxl});
|
|
88
89
|
}
|
|
89
90
|
}
|
|
90
91
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-checkpoint--styles() {
|
|
11
|
+
@include import-once( "checkpoint" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-checkpoint--layout();
|
|
14
|
+
@include kendo-checkpoint--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
/// The color of the Checkpoint separator line.
|
|
4
|
+
/// @group checkpoint
|
|
5
|
+
$kendo-checkpoint-line-color: var( --kendo-checkpoint-line-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
6
|
+
/// The gap between the Checkpoint line and stamp.
|
|
7
|
+
/// @group checkpoint
|
|
8
|
+
$kendo-checkpoint-gap: var( --kendo-checkpoint-gap, k-spacing(1.5) ) !default;
|
|
9
|
+
/// The width of the Checkpoint separator line.
|
|
10
|
+
/// @group checkpoint
|
|
11
|
+
$kendo-checkpoint-line-width: var( --kendo-checkpoint-line-width, 1px ) !default;
|
|
12
|
+
/// The font size of the Checkpoint stamp text.
|
|
13
|
+
/// @group checkpoint
|
|
14
|
+
$kendo-checkpoint-stamp-font-size: var( --kendo-checkpoint-stamp-font-size, var(--kendo-font-size-sm) ) !default;
|
|
15
|
+
/// The text color of the Checkpoint stamp.
|
|
16
|
+
/// @group checkpoint
|
|
17
|
+
$kendo-checkpoint-stamp-color: var( --kendo-checkpoint-stamp-color, k-color(subtle) ) !default;
|
|
18
|
+
/// The font weight of the Checkpoint stamp text.
|
|
19
|
+
/// @group checkpoint
|
|
20
|
+
$kendo-checkpoint-stamp-font-weight: null !default;
|
|
21
|
+
/// The horizontal padding of the Checkpoint stamp.
|
|
22
|
+
/// @group checkpoint
|
|
23
|
+
$kendo-checkpoint-stamp-padding-x: var( --kendo-checkpoint-stamp-padding-x, k-spacing(1) ) !default;
|
|
24
|
+
|
|
25
|
+
@forward "@progress/kendo-theme-core/scss/components/checkpoint/_variables.scss" with (
|
|
26
|
+
$kendo-checkpoint-line-color: $kendo-checkpoint-line-color,
|
|
27
|
+
$kendo-checkpoint-gap: $kendo-checkpoint-gap,
|
|
28
|
+
$kendo-checkpoint-line-width: $kendo-checkpoint-line-width,
|
|
29
|
+
$kendo-checkpoint-stamp-font-size: $kendo-checkpoint-stamp-font-size,
|
|
30
|
+
$kendo-checkpoint-stamp-color: $kendo-checkpoint-stamp-color,
|
|
31
|
+
$kendo-checkpoint-stamp-font-weight: $kendo-checkpoint-stamp-font-weight,
|
|
32
|
+
$kendo-checkpoint-stamp-padding-x: $kendo-checkpoint-stamp-padding-x
|
|
33
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-citation--styles() {
|
|
11
|
+
@include import-once( "citation" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-citation--layout();
|
|
14
|
+
@include kendo-citation--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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: var( --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: var( --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
|
+
);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../core/spacing/_index.scss" as *;
|
|
4
5
|
|
|
5
6
|
/// The background color of the Drawer.
|
|
@@ -86,7 +87,7 @@ $kendo-drawer-icon-padding-y: var( --kendo-drawer-icon-padding-y, k-spacing(1) )
|
|
|
86
87
|
|
|
87
88
|
/// The initial width of the mini Drawer.
|
|
88
89
|
/// @group drawer
|
|
89
|
-
$kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + 2 * #{$kendo-drawer-items-padding-x} +
|
|
90
|
+
$kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + 2 * #{$kendo-drawer-items-padding-x} + #{$kendo-icon-size} ) !default;
|
|
90
91
|
|
|
91
92
|
/// The border width of the Drawer item ripple.
|
|
92
93
|
/// @group drawer
|
|
@@ -164,6 +164,10 @@ $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
|
|
|
164
164
|
/// The gap between the columns in the FileManager preview.
|
|
165
165
|
/// @group file-manager
|
|
166
166
|
$kendo-file-manager-preview-column-gap: var( --kendo-file-manager-preview-column-gap, #{k-spacing(1)} ) !default;
|
|
167
|
+
|
|
168
|
+
/// The icon spacing in FileManager items.
|
|
169
|
+
/// @group file-manager
|
|
170
|
+
$kendo-file-manager-icon-spacing: var( --kendo-file-manager-icon-spacing, #{k-spacing(2)} ) !default;
|
|
167
171
|
/// The background color of the FileManager preview.
|
|
168
172
|
/// @group file-manager
|
|
169
173
|
$kendo-file-manager-preview-bg: var( --kendo-file-manager-preview-bg, transparent ) !default;
|
|
@@ -230,6 +234,7 @@ $kendo-file-manager-preview-icon-border: var( --kendo-file-manager-preview-icon-
|
|
|
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,
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@use "sass:math";
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
4
|
@use "../core/functions/index.scss" as *;
|
|
5
|
+
@use "../icons/_variables.scss" as *;
|
|
5
6
|
@use "../button/_variables.scss" as *;
|
|
6
7
|
@use "../chip/_variables.scss" as *;
|
|
7
8
|
@use "../forms/_variables.scss" as *;
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
}
|
|
146
147
|
|
|
147
148
|
.k-sort-order {
|
|
148
|
-
height:
|
|
149
|
+
height: $ki-icon-size;
|
|
149
150
|
font-size: $kendo-grid-sort-index-font-size;
|
|
150
151
|
margin-inline-start: $kendo-grid-sort-index-spacing-x;
|
|
151
152
|
}
|
|
@@ -245,7 +245,7 @@ $kendo-grid-header-font-size: var( --kendo-grid-header-font-size, inherit ) !def
|
|
|
245
245
|
$kendo-grid-header-font-weight: var( --kendo-grid-header-font-weight, var(--kendo-font-weight-normal) ) !default;
|
|
246
246
|
/// The menu spacing of the Grid header.
|
|
247
247
|
/// @group grid
|
|
248
|
-
$kendo-grid-header-menu-spacing: var( --kendo-grid-header-menu-spacing,
|
|
248
|
+
$kendo-grid-header-menu-spacing: var( --kendo-grid-header-menu-spacing, #{$kendo-icon-spacing} ) !default;
|
|
249
249
|
/// The border width of the first cell in the Grid header.
|
|
250
250
|
/// @group grid
|
|
251
251
|
$kendo-grid-header-first-border-width: var( --kendo-grid-header-first-border-width, #{$kendo-grid-border-width} ) !default;
|
|
@@ -356,7 +356,7 @@ $kendo-grid-sort-index-font-size: var( --kendo-grid-sort-index-font-size, var(--
|
|
|
356
356
|
$kendo-grid-sort-index-spacing-x: var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} ) !default;
|
|
357
357
|
/// The spacing of the Grid sort icon.
|
|
358
358
|
/// @group grid
|
|
359
|
-
$kendo-grid-sort-icon-spacing: var( --kendo-grid-sort-icon-spacing,
|
|
359
|
+
$kendo-grid-sort-icon-spacing: var( --kendo-grid-sort-icon-spacing, #{$kendo-icon-spacing} ) !default;
|
|
360
360
|
/// The text color of the Grid sort indicator.
|
|
361
361
|
/// @group grid
|
|
362
362
|
$kendo-grid-sort-indicator-text: var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) ) !default;
|
|
@@ -443,6 +443,10 @@ $kendo-grid-column-menu-max-width: var( --kendo-grid-column-menu-max-width, 320p
|
|
|
443
443
|
/// The spacing of the Grid column menu.
|
|
444
444
|
/// @group grid
|
|
445
445
|
$kendo-grid-column-menu-spacing: var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} ) !default;
|
|
446
|
+
|
|
447
|
+
/// The spacing between icon and text in Grid column menu items.
|
|
448
|
+
/// @group grid
|
|
449
|
+
$kendo-grid-column-menu-icon-spacing: var( --kendo-grid-column-menu-icon-spacing, #{k-spacing(2)} ) !default;
|
|
446
450
|
/// The focus shadow of the Grid column menu.
|
|
447
451
|
/// @group grid
|
|
448
452
|
$kendo-grid-column-menu-shadow: var( --kendo-grid-column-menu-shadow, k-elevation(4) ) !default;
|
|
@@ -538,10 +542,10 @@ $kendo-grid-column-menu-tabbed-bg: var( --kendo-grid-column-menu-tabbed-bg, k-co
|
|
|
538
542
|
|
|
539
543
|
/// The default width of the Grid drag cell.
|
|
540
544
|
/// @group grid
|
|
541
|
-
$kendo-grid-drag-cell-width: var( --kendo-grid-drag-cell-width, calc(
|
|
545
|
+
$kendo-grid-drag-cell-width: var( --kendo-grid-drag-cell-width, calc( #{$kendo-icon-size} * 2.25 ) ) !default;
|
|
542
546
|
/// The default width of the Grid hierarchy cell.
|
|
543
547
|
/// @group grid
|
|
544
|
-
$kendo-grid-hierarchy-col-width: var( --kendo-grid-hierarchy-col-width, calc(
|
|
548
|
+
$kendo-grid-hierarchy-col-width: var( --kendo-grid-hierarchy-col-width, calc( #{$kendo-icon-size} * 2 ) ) !default;
|
|
545
549
|
|
|
546
550
|
/// The background color of the Grid row resize indicator.
|
|
547
551
|
/// @group grid
|
|
@@ -650,6 +654,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !defaul
|
|
|
650
654
|
$kendo-grid-header-font-size: $kendo-grid-header-font-size,
|
|
651
655
|
$kendo-grid-header-first-border: $kendo-grid-header-first-border-width,
|
|
652
656
|
$kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-spacing,
|
|
657
|
+
$kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
|
|
653
658
|
$kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
|
|
654
659
|
$kendo-grid-bg: $kendo-grid-bg,
|
|
655
660
|
$kendo-grid-text: $kendo-grid-text,
|
|
@@ -9,27 +9,6 @@ $kendo-icon-default-size: "md" !default;
|
|
|
9
9
|
/// The default size of the Icons.
|
|
10
10
|
/// @group icon
|
|
11
11
|
$kendo-icon-size: 1rem !default;
|
|
12
|
-
/// The xs size of the Icon.
|
|
13
|
-
/// @group icon
|
|
14
|
-
$kendo-icon-size-xs: calc( var( --kendo-icon-size, 1rem ) * .75 ) !default;
|
|
15
|
-
/// The sm size of the Icon.
|
|
16
|
-
/// @group icon
|
|
17
|
-
$kendo-icon-size-sm: calc( var( --kendo-icon-size-sm, 1rem ) * .875 ) !default;
|
|
18
|
-
/// The md size of the Icon.
|
|
19
|
-
/// @group icon
|
|
20
|
-
$kendo-icon-size-md: 1rem !default;
|
|
21
|
-
/// The lg size of the Icon.
|
|
22
|
-
/// @group icon
|
|
23
|
-
$kendo-icon-size-lg: calc( var( --kendo-icon-size-lg, 1rem ) * 1.25 ) !default;
|
|
24
|
-
/// The xl size of the Icon.
|
|
25
|
-
/// @group icon
|
|
26
|
-
$kendo-icon-size-xl: calc( var( --kendo-icon-size, 1rem ) * 1.5 ) !default;
|
|
27
|
-
/// The xxl size of the Icon.
|
|
28
|
-
/// @group icon
|
|
29
|
-
$kendo-icon-size-xxl: calc( var( --kendo-icon-size-xxl, 1rem ) * 2 ) !default;
|
|
30
|
-
/// The xxxl size of the Icon.
|
|
31
|
-
/// @group icon
|
|
32
|
-
$kendo-icon-size-xxxl: calc( var( --kendo-icon-size-xxxl, 1rem ) * 3 ) !default;
|
|
33
12
|
|
|
34
13
|
/// The spacing around the Icons.
|
|
35
14
|
/// @group icon
|
|
@@ -48,28 +27,8 @@ $kendo-action-icon-color: var( --kendo-action-icon-color, #{k-color( primary-on-
|
|
|
48
27
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
49
28
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
50
29
|
$kendo-icon-size: $kendo-icon-size,
|
|
51
|
-
$kendo-icon-size-xs: $kendo-icon-size-xs,
|
|
52
|
-
$kendo-icon-size-sm: $kendo-icon-size-sm,
|
|
53
|
-
$kendo-icon-size-md: $kendo-icon-size-md,
|
|
54
|
-
$kendo-icon-size-lg: $kendo-icon-size-lg,
|
|
55
|
-
$kendo-icon-size-xl: $kendo-icon-size-xl,
|
|
56
|
-
$kendo-icon-size-xxl: $kendo-icon-size-xxl,
|
|
57
|
-
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
58
30
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
59
31
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
60
32
|
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
|
61
33
|
$kendo-action-icon-color: $kendo-action-icon-color
|
|
62
34
|
);
|
|
63
|
-
|
|
64
|
-
:root {
|
|
65
|
-
--kendo-icon-size: var( --kendo-icon-size, 1rem );
|
|
66
|
-
--kendo-icon-size-xs: #{$kendo-icon-size-xs};
|
|
67
|
-
--kendo-icon-size-sm: #{$kendo-icon-size-sm};
|
|
68
|
-
--kendo-icon-size-md: #{$kendo-icon-size-md};
|
|
69
|
-
--kendo-icon-size-lg: #{$kendo-icon-size-lg};
|
|
70
|
-
--kendo-icon-size-xl: #{$kendo-icon-size-xl};
|
|
71
|
-
--kendo-icon-size-xxl: #{$kendo-icon-size-xxl};
|
|
72
|
-
--kendo-icon-size-xxxl: #{$kendo-icon-size-xxxl};
|
|
73
|
-
--kendo-icon-spacing: #{$kendo-icon-spacing};
|
|
74
|
-
--kendo-icon-padding: #{$kendo-icon-padding};
|
|
75
|
-
}
|
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";
|
|
@@ -284,6 +287,9 @@
|
|
|
284
287
|
// Misc
|
|
285
288
|
@use "./file-box/index.scss" as *;
|
|
286
289
|
@use "./chat/index.scss" as *;
|
|
290
|
+
@use "./agent-response/index.scss" as *;
|
|
291
|
+
@use "./citation/index.scss" as *;
|
|
292
|
+
@use "./checkpoint/index.scss" as *;
|
|
287
293
|
@use "./mediaplayer/index.scss" as *;
|
|
288
294
|
@use "./timeline/index.scss" as *;
|
|
289
295
|
@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();
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../button/_variables.scss"as *;
|
|
4
5
|
|
|
5
6
|
/// The default fill mode of the Input.
|
|
@@ -441,7 +442,7 @@ $kendo-input-sizes: (
|
|
|
441
442
|
padding-y: $kendo-input-sm-padding-y,
|
|
442
443
|
font-size: $kendo-input-sm-font-size,
|
|
443
444
|
line-height: $kendo-input-sm-line-height,
|
|
444
|
-
icon-size: calc(
|
|
445
|
+
icon-size: calc( #{$kendo-icon-size} + calc( #{$kendo-input-md-padding-y} * 2 ) ),
|
|
445
446
|
button-padding-x: $kendo-input-sm-padding-y,
|
|
446
447
|
button-padding-y: $kendo-input-sm-padding-y,
|
|
447
448
|
button-width: $kendo-input-sm-button-width
|
|
@@ -451,7 +452,7 @@ $kendo-input-sizes: (
|
|
|
451
452
|
padding-y: $kendo-input-md-padding-y,
|
|
452
453
|
font-size: $kendo-input-md-font-size,
|
|
453
454
|
line-height: $kendo-input-md-line-height,
|
|
454
|
-
icon-size: calc(
|
|
455
|
+
icon-size: calc( #{$kendo-icon-size} + calc( #{$kendo-input-sm-padding-y} * 2 ) ),
|
|
455
456
|
button-padding-x: $kendo-input-md-padding-y,
|
|
456
457
|
button-padding-y: $kendo-input-md-padding-y,
|
|
457
458
|
button-width: $kendo-input-md-button-width
|
|
@@ -461,7 +462,7 @@ $kendo-input-sizes: (
|
|
|
461
462
|
padding-y: $kendo-input-lg-padding-y,
|
|
462
463
|
font-size: $kendo-input-lg-font-size,
|
|
463
464
|
line-height: $kendo-input-lg-line-height,
|
|
464
|
-
icon-size: calc(
|
|
465
|
+
icon-size: calc( #{$kendo-icon-size} + calc( #{$kendo-input-lg-padding-y} * 2 ) ),
|
|
465
466
|
button-padding-x: $kendo-input-lg-padding-y,
|
|
466
467
|
button-padding-y: $kendo-input-lg-padding-y,
|
|
467
468
|
button-width: $kendo-input-lg-button-width
|
package/scss/map/_variables.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../button/_variables.scss" as *;
|
|
4
5
|
@use "../core/spacing/_index.scss" as *;
|
|
5
6
|
|
|
@@ -41,7 +42,7 @@ $kendo-map-navigator-margin-y: var( --kendo-map-navigator-margin-y, k-spacing(4)
|
|
|
41
42
|
$kendo-map-navigator-padding: var( --kendo-map-navigator-padding, k-spacing(0.5) ) !default;
|
|
42
43
|
/// The width of the Map navigator.
|
|
43
44
|
/// @group map
|
|
44
|
-
$kendo-map-navigator-width: var( --kendo-map-navigator-width, calc(
|
|
45
|
+
$kendo-map-navigator-width: var( --kendo-map-navigator-width, calc( #{$kendo-icon-size} * 3 + calc( #{$kendo-map-navigator-padding} * 2) ) ) !default;
|
|
45
46
|
/// The border width of the Map navigator.
|
|
46
47
|
/// @group map
|
|
47
48
|
$kendo-map-navigator-border-width: var( --kendo-map-navigator-border-width, 1px ) !default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../list/_variables.scss"as *;
|
|
4
5
|
@use "../popup/_variables.scss"as *;
|
|
5
6
|
|
|
@@ -50,7 +51,11 @@ $kendo-menu-item-padding-y: var( --kendo-menu-item-padding-y, #{k-spacing(3)} )
|
|
|
50
51
|
$kendo-menu-item-spacing: var( --kendo-menu-item-spacing, #{k-spacing(0)} ) !default;
|
|
51
52
|
/// The spacing between the Menu item text and icons.
|
|
52
53
|
/// @group menu
|
|
53
|
-
$kendo-menu-item-icon-spacing: var( --kendo-menu-item-icon-spacing,
|
|
54
|
+
$kendo-menu-item-icon-spacing: var( --kendo-menu-item-icon-spacing, #{$kendo-icon-spacing} ) !default;
|
|
55
|
+
|
|
56
|
+
/// The spacing used for the menu expand arrow negative offset.
|
|
57
|
+
/// @group menu
|
|
58
|
+
$kendo-menu-expand-arrow-spacing: var( --kendo-menu-expand-arrow-spacing, #{k-spacing(2)} ) !default;
|
|
54
59
|
|
|
55
60
|
/// The font weight of the selected Menu item.
|
|
56
61
|
/// @group menu
|
|
@@ -191,13 +196,13 @@ $kendo-menu-popup-md-item-padding-y: var( --kendo-menu-popup-md-item-padding-y,
|
|
|
191
196
|
$kendo-menu-popup-lg-item-padding-y: var( --kendo-menu-popup-lg-item-padding-y, #{$kendo-list-lg-item-padding-y} ) !default;
|
|
192
197
|
/// The end padding of the small Menu popup item.
|
|
193
198
|
/// @group menu
|
|
194
|
-
$kendo-menu-popup-sm-item-padding-end: calc( calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 ) +
|
|
199
|
+
$kendo-menu-popup-sm-item-padding-end: calc( calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 ) + #{$kendo-icon-size} ) !default;
|
|
195
200
|
/// The end padding of the medium Menu popup item.
|
|
196
201
|
/// @group menu
|
|
197
|
-
$kendo-menu-popup-md-item-padding-end: calc( calc( #{$kendo-menu-popup-md-item-padding-x} * 2 ) +
|
|
202
|
+
$kendo-menu-popup-md-item-padding-end: calc( calc( #{$kendo-menu-popup-md-item-padding-x} * 2 ) + #{$kendo-icon-size} ) !default;
|
|
198
203
|
/// The end padding of the large Menu popup item.
|
|
199
204
|
/// @group menu
|
|
200
|
-
$kendo-menu-popup-lg-item-padding-end: calc( calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 ) +
|
|
205
|
+
$kendo-menu-popup-lg-item-padding-end: calc( calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 ) + #{$kendo-icon-size} ) !default;
|
|
201
206
|
|
|
202
207
|
/// The start margin of the small Menu popup item expand icon.
|
|
203
208
|
/// @group menu
|
|
@@ -210,13 +215,13 @@ $kendo-menu-popup-item-icon-md-margin-start: k-spacing(0) !default;
|
|
|
210
215
|
$kendo-menu-popup-lg-item-icon-margin-start: k-spacing(0) !default;
|
|
211
216
|
/// The end margin of the small Menu popup item expand icon.
|
|
212
217
|
/// @group menu
|
|
213
|
-
$kendo-menu-popup-sm-item-icon-margin-end: calc( -1 * (
|
|
218
|
+
$kendo-menu-popup-sm-item-icon-margin-end: calc( -1 * (#{$kendo-icon-size} + #{$kendo-menu-popup-sm-item-padding-x}) ) !default;
|
|
214
219
|
/// The end margin of the medium Menu popup item expand icon.
|
|
215
220
|
/// @group menu
|
|
216
|
-
$kendo-menu-popup-item-icon-md-margin-end: calc( -1 * (
|
|
221
|
+
$kendo-menu-popup-item-icon-md-margin-end: calc( -1 * (#{$kendo-icon-size} + #{$kendo-menu-popup-md-item-padding-x}) ) !default;
|
|
217
222
|
/// The end margin of the large Menu popup item expand icon.
|
|
218
223
|
/// @group menu
|
|
219
|
-
$kendo-menu-popup-lg-item-icon-margin-end: calc( -1 * (
|
|
224
|
+
$kendo-menu-popup-lg-item-icon-margin-end: calc( -1 * (#{$kendo-icon-size} + #{$kendo-menu-popup-lg-item-padding-x}) ) !default;
|
|
220
225
|
|
|
221
226
|
/// The spacing between the Menu items in popup.
|
|
222
227
|
/// @group menu
|
|
@@ -285,6 +290,7 @@ $kendo-menu-icon-color: var( --kendo-menu-icon-color, #{k-color(primary)} ) !def
|
|
|
285
290
|
$kendo-menu-item-padding-y: $kendo-menu-item-padding-y,
|
|
286
291
|
$kendo-menu-item-spacing: $kendo-menu-item-spacing,
|
|
287
292
|
$kendo-menu-item-icon-spacing: $kendo-menu-item-icon-spacing,
|
|
293
|
+
$kendo-menu-expand-arrow-spacing: $kendo-menu-expand-arrow-spacing,
|
|
288
294
|
$kendo-menu-item-selected-font-weight: $kendo-menu-item-selected-font-weight,
|
|
289
295
|
$kendo-menu-item-bg: $kendo-menu-item-bg,
|
|
290
296
|
$kendo-menu-item-text: $kendo-menu-item-text,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../list/_variables.scss" as *;
|
|
4
5
|
|
|
5
6
|
/// The font family of the PanelBar.
|
|
@@ -31,7 +32,7 @@ $kendo-panelbar-icon-spacing: var( --kendo-panelbar-icon-spacing, #{k-spacing(2.
|
|
|
31
32
|
|
|
32
33
|
/// The horizontal start padding of the PanelBar header.
|
|
33
34
|
/// @group panelbar
|
|
34
|
-
$kendo-panelbar-header-padding-x-start: var( --kendo-panelbar-header-padding-x-start, calc( #{$kendo-panelbar-icon-spacing} * 2 +
|
|
35
|
+
$kendo-panelbar-header-padding-x-start: var( --kendo-panelbar-header-padding-x-start, calc( #{$kendo-panelbar-icon-spacing} * 2 + #{$kendo-icon-size} ) ) !default;
|
|
35
36
|
|
|
36
37
|
/// The horizontal end padding of the PanelBar header.
|
|
37
38
|
/// @group panelbar
|
|
@@ -42,7 +43,7 @@ $kendo-panelbar-header-padding-y: var( --kendo-panelbar-header-padding-y, #{k-sp
|
|
|
42
43
|
|
|
43
44
|
/// The horizontal padding of the PanelBar items.
|
|
44
45
|
/// @group panelbar
|
|
45
|
-
$kendo-panelbar-item-padding-x-start: calc( #{$kendo-panelbar-icon-spacing} * 2 +
|
|
46
|
+
$kendo-panelbar-item-padding-x-start: calc( #{$kendo-panelbar-icon-spacing} * 2 + #{$kendo-icon-size} ) !default;
|
|
46
47
|
|
|
47
48
|
/// The horizontal end padding of the PanelBar items.
|
|
48
49
|
/// @group panelbar
|
|
@@ -51,6 +52,10 @@ $kendo-panelbar-item-padding-x-end: var( --kendo-panelbar-item-padding-x-end, #{
|
|
|
51
52
|
/// @group panelbar
|
|
52
53
|
$kendo-panelbar-item-padding-y: var( --kendo-panelbar-item-padding-y, #{k-spacing(2.5)} ) !default;
|
|
53
54
|
|
|
55
|
+
/// The spacing between icon and text in PanelBar items.
|
|
56
|
+
/// @group panelbar
|
|
57
|
+
$kendo-panelbar-item-icon-spacing: var( --kendo-panelbar-item-icon-spacing, #{k-spacing(2)} ) !default;
|
|
58
|
+
|
|
54
59
|
/// The maximum nesting of the PanelBar items.
|
|
55
60
|
/// @group panelbar
|
|
56
61
|
$kendo-panelbar-item-level-count: 4 !default;
|
|
@@ -241,6 +246,7 @@ $kendo-panelbar-item-selected-hover-focus-border: var( --kendo-panelbar-item-sel
|
|
|
241
246
|
$kendo-panelbar-item-border-style: $kendo-panelbar-item-border-style,
|
|
242
247
|
$kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
|
|
243
248
|
$kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
|
|
249
|
+
$kendo-panelbar-item-icon-spacing: $kendo-panelbar-item-icon-spacing,
|
|
244
250
|
$kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
|
|
245
251
|
$kendo-panelbar-bg: $kendo-panelbar-bg,
|
|
246
252
|
$kendo-panelbar-text: $kendo-panelbar-text,
|