@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
|
@@ -2,97 +2,142 @@
|
|
|
2
2
|
@use "sass:math";
|
|
3
3
|
@use "../core/" as *;
|
|
4
4
|
|
|
5
|
-
///
|
|
5
|
+
/// The border radius of the Loader segment.
|
|
6
6
|
/// @group loader
|
|
7
7
|
$kendo-loader-segment-border-radius: 50% !default;
|
|
8
8
|
|
|
9
|
-
///
|
|
9
|
+
/// The size of the small Loader segment.
|
|
10
10
|
/// @group loader
|
|
11
11
|
$kendo-loader-sm-segment-size: map.get( $kendo-spacing, 1 ) !default;
|
|
12
|
+
/// The size of the medium Loader segment.
|
|
13
|
+
/// @group loader
|
|
12
14
|
$kendo-loader-md-segment-size: map.get( $kendo-spacing, 2 ) !default;
|
|
15
|
+
/// The size of the large Loader segment.
|
|
16
|
+
/// @group loader
|
|
13
17
|
$kendo-loader-lg-segment-size: map.get( $kendo-spacing, 4 ) !default;
|
|
14
18
|
|
|
15
|
-
///
|
|
19
|
+
/// The horizontal padding of the small Loader.
|
|
16
20
|
/// @group loader
|
|
17
21
|
$kendo-loader-sm-padding-x: math.div( $kendo-loader-sm-segment-size, 2 ) !default;
|
|
22
|
+
/// The horizontal padding of the medium Loader.
|
|
23
|
+
/// @group loader
|
|
18
24
|
$kendo-loader-md-padding-x: math.div( $kendo-loader-md-segment-size, 2 ) !default;
|
|
25
|
+
/// The horizontal padding of the large Loader.
|
|
26
|
+
/// @group loader
|
|
19
27
|
$kendo-loader-lg-padding-x: math.div( $kendo-loader-lg-segment-size, 2 ) !default;
|
|
20
28
|
|
|
21
|
-
///
|
|
29
|
+
/// The vertical padding of the small Loader.
|
|
22
30
|
/// @group loader
|
|
23
31
|
$kendo-loader-sm-padding-y: math.div( $kendo-loader-sm-segment-size, 2 ) !default;
|
|
32
|
+
/// The vertical padding of the medium Loader.
|
|
33
|
+
/// @group loader
|
|
24
34
|
$kendo-loader-md-padding-y: math.div( $kendo-loader-md-segment-size, 2 ) !default;
|
|
35
|
+
/// The vertical padding of the large Loader.
|
|
36
|
+
/// @group loader
|
|
25
37
|
$kendo-loader-lg-padding-y: math.div( $kendo-loader-lg-segment-size, 2 ) !default;
|
|
26
38
|
|
|
27
|
-
///
|
|
39
|
+
/// The equilateral height of the Loader.
|
|
28
40
|
/// @group loader
|
|
29
41
|
$kendo-loader-equilateral-height: .8660 !default;
|
|
30
42
|
|
|
31
|
-
///
|
|
43
|
+
/// The width of the small spinner-3 Loader.
|
|
32
44
|
/// @group loader
|
|
33
45
|
$kendo-loader-sm-spinner-3-width: ( $kendo-loader-sm-segment-size * 4 ) !default;
|
|
46
|
+
/// The width of the medium spinner-3 Loader.
|
|
47
|
+
/// @group loader
|
|
34
48
|
$kendo-loader-md-spinner-3-width: ( $kendo-loader-md-segment-size * 4 ) !default;
|
|
49
|
+
/// The width of the large spinner-3 Loader.
|
|
50
|
+
/// @group loader
|
|
35
51
|
$kendo-loader-lg-spinner-3-width: ( $kendo-loader-lg-segment-size * 4 ) !default;
|
|
36
52
|
|
|
37
|
-
///
|
|
53
|
+
/// The height of the small spinner-3 Loader.
|
|
38
54
|
/// @group loader
|
|
39
55
|
$kendo-loader-sm-spinner-3-height: ( $kendo-loader-sm-spinner-3-width * $kendo-loader-equilateral-height ) !default;
|
|
56
|
+
/// The height of the medium spinner-3 Loader.
|
|
57
|
+
/// @group loader
|
|
40
58
|
$kendo-loader-md-spinner-3-height: ( $kendo-loader-md-spinner-3-width * $kendo-loader-equilateral-height ) !default;
|
|
59
|
+
/// The height of the large spinner-3 Loader.
|
|
60
|
+
/// @group loader
|
|
41
61
|
$kendo-loader-lg-spinner-3-height: ( $kendo-loader-lg-spinner-3-width * $kendo-loader-equilateral-height ) !default;
|
|
42
62
|
|
|
43
|
-
///
|
|
63
|
+
/// The width of the small spinner-4 Loader.
|
|
44
64
|
/// @group loader
|
|
45
65
|
$kendo-loader-sm-spinner-4-width: ( $kendo-loader-sm-segment-size * 4 ) !default;
|
|
66
|
+
/// The width of the medium spinner-4 Loader.
|
|
67
|
+
/// @group loader
|
|
46
68
|
$kendo-loader-md-spinner-4-width: ( $kendo-loader-md-segment-size * 4 ) !default;
|
|
69
|
+
/// The width of the large spinner-4 Loader.
|
|
70
|
+
/// @group loader
|
|
47
71
|
$kendo-loader-lg-spinner-4-width: ( $kendo-loader-lg-segment-size * 4 ) !default;
|
|
48
72
|
|
|
49
|
-
///
|
|
73
|
+
/// The height of the small spinner-4 Loader.
|
|
50
74
|
/// @group loader
|
|
51
75
|
$kendo-loader-sm-spinner-4-height: $kendo-loader-sm-spinner-4-width !default;
|
|
76
|
+
/// The height of the medium spinner-4 Loader.
|
|
77
|
+
/// @group loader
|
|
52
78
|
$kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
|
|
79
|
+
/// The height of the large spinner-4 Loader.
|
|
80
|
+
/// @group loader
|
|
53
81
|
$kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
|
|
54
82
|
|
|
55
|
-
///
|
|
83
|
+
/// The border width of the container panel.
|
|
56
84
|
/// @group loader
|
|
57
85
|
$kendo-loader-container-panel-border-width: 1px !default;
|
|
58
|
-
///
|
|
86
|
+
/// The border style of the container panel.
|
|
59
87
|
/// @group loader
|
|
60
88
|
$kendo-loader-container-panel-border-style: solid !default;
|
|
61
|
-
///
|
|
89
|
+
/// The border color of the container panel.
|
|
62
90
|
/// @group loader
|
|
63
91
|
$kendo-loader-container-panel-border-color: var( --kendo-component-border, initial ) !default;
|
|
64
|
-
///
|
|
92
|
+
/// The border radius of the container panel.
|
|
65
93
|
/// @group loader
|
|
66
|
-
$kendo-loader-container-panel-border-radius: var( --kendo-border-radius-md,
|
|
67
|
-
///
|
|
94
|
+
$kendo-loader-container-panel-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
95
|
+
/// The background color of the container panel.
|
|
68
96
|
/// @group loader
|
|
69
97
|
$kendo-loader-container-panel-bg: $kendo-color-white !default;
|
|
70
98
|
|
|
71
|
-
///
|
|
99
|
+
/// The horizontal padding of the small Loader container.
|
|
72
100
|
/// @group loader
|
|
73
101
|
$kendo-loader-sm-container-padding-x: map.get( $kendo-spacing, 4 ) !default;
|
|
102
|
+
/// The horizontal padding of the medium Loader container.
|
|
103
|
+
/// @group loader
|
|
74
104
|
$kendo-loader-md-container-padding-x: map.get( $kendo-spacing, 5 ) !default;
|
|
105
|
+
/// The horizontal padding of the large Loader container.
|
|
106
|
+
/// @group loader
|
|
75
107
|
$kendo-loader-lg-container-padding-x: map.get( $kendo-spacing, 6 ) !default;
|
|
76
108
|
|
|
77
|
-
///
|
|
109
|
+
/// The vertical padding of the small Loader container.
|
|
78
110
|
/// @group loader
|
|
79
111
|
$kendo-loader-sm-container-padding-y: map.get( $kendo-spacing, 4 ) !default;
|
|
112
|
+
/// The vertical padding of the medium Loader container.
|
|
113
|
+
/// @group loader
|
|
80
114
|
$kendo-loader-md-container-padding-y: map.get( $kendo-spacing, 5 ) !default;
|
|
115
|
+
/// The vertical padding of the large Loader container.
|
|
116
|
+
/// @group loader
|
|
81
117
|
$kendo-loader-lg-container-padding-y: map.get( $kendo-spacing, 6 ) !default;
|
|
82
118
|
|
|
83
|
-
///
|
|
119
|
+
/// The gap of the small Loader container.
|
|
84
120
|
/// @group loader
|
|
85
121
|
$kendo-loader-sm-container-gap: map.get( $kendo-spacing, 1 ) !default;
|
|
122
|
+
/// The gap of the medium Loader container.
|
|
123
|
+
/// @group loader
|
|
86
124
|
$kendo-loader-md-container-gap: map.get( $kendo-spacing, 2 ) !default;
|
|
125
|
+
/// The gap of the large Loader container.
|
|
126
|
+
/// @group loader
|
|
87
127
|
$kendo-loader-lg-container-gap: map.get( $kendo-spacing, 3 ) !default;
|
|
88
128
|
|
|
89
|
-
///
|
|
129
|
+
/// The font size of the small Loader container.
|
|
90
130
|
/// @group loader
|
|
91
131
|
$kendo-loader-sm-container-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
132
|
+
/// The font size of the medium Loader container.
|
|
133
|
+
/// @group loader
|
|
92
134
|
$kendo-loader-md-container-font-size: var( --kendo-font-size-md, inherit ) !default;
|
|
135
|
+
/// The font size of the large Loader container.
|
|
136
|
+
/// @group loader
|
|
93
137
|
$kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
94
138
|
|
|
95
|
-
///
|
|
139
|
+
/// The theme variations for the Loader.
|
|
140
|
+
/// @group loader
|
|
96
141
|
$kendo-loader-brand-colors: (
|
|
97
142
|
primary: primary,
|
|
98
143
|
secondary: neutral,
|
|
@@ -116,14 +161,15 @@ $_tc-loader-light-matrix: (
|
|
|
116
161
|
(normal: (50, null, null)),
|
|
117
162
|
) !default;
|
|
118
163
|
|
|
119
|
-
///
|
|
164
|
+
/// The theme colors map for the Loader variations.
|
|
165
|
+
/// @group loader
|
|
120
166
|
$kendo-loader-theme-colors: () !default;
|
|
121
167
|
|
|
122
168
|
@each $ui-states in $_tc-loader-matrix {
|
|
123
169
|
@each $brand-color, $palette in $kendo-loader-brand-colors {
|
|
124
170
|
$kendo-loader-theme-colors: map.deep-merge(
|
|
125
171
|
$kendo-loader-theme-colors,
|
|
126
|
-
generate-theme-variation( $brand-color, $palette, $ui-states )
|
|
172
|
+
k-generate-theme-variation( $brand-color, $palette, $ui-states )
|
|
127
173
|
);
|
|
128
174
|
};
|
|
129
175
|
}
|
|
@@ -131,13 +177,13 @@ $kendo-loader-theme-colors: () !default;
|
|
|
131
177
|
@each $ui-states in $_tc-loader-dark-matrix {
|
|
132
178
|
$kendo-loader-theme-colors: map.deep-merge(
|
|
133
179
|
$kendo-loader-theme-colors,
|
|
134
|
-
generate-theme-variation( dark, neutral, $ui-states )
|
|
180
|
+
k-generate-theme-variation( dark, neutral, $ui-states )
|
|
135
181
|
);
|
|
136
182
|
}
|
|
137
183
|
|
|
138
184
|
@each $ui-states in $_tc-loader-light-matrix {
|
|
139
185
|
$kendo-loader-theme-colors: map.deep-merge(
|
|
140
186
|
$kendo-loader-theme-colors,
|
|
141
|
-
generate-theme-variation( light, neutral, $ui-states )
|
|
187
|
+
k-generate-theme-variation( light, neutral, $ui-states )
|
|
142
188
|
);
|
|
143
189
|
}
|
package/scss/map/_variables.scss
CHANGED
|
@@ -20,7 +20,7 @@ $kendo-map-bg: var( --kendo-component-bg, transparent ) !default;
|
|
|
20
20
|
$kendo-map-text: var( --kendo-component-text, inherit ) !default;
|
|
21
21
|
/// Border color of the map.
|
|
22
22
|
/// @group map
|
|
23
|
-
$kendo-map-border: get-theme-color-var( neutral-110 ) !default;
|
|
23
|
+
$kendo-map-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
24
24
|
|
|
25
25
|
/// Border width of the map.
|
|
26
26
|
/// @group map
|
|
@@ -52,10 +52,10 @@ $kendo-map-navigator-border-width: 1px !default;
|
|
|
52
52
|
$kendo-map-navigator-bg: $kendo-color-white !default;
|
|
53
53
|
/// Map navigator text color.
|
|
54
54
|
/// @group map
|
|
55
|
-
$kendo-map-navigator-text: get-theme-color-var( neutral-190 ) !default;
|
|
55
|
+
$kendo-map-navigator-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
56
56
|
/// Map navigator border color.
|
|
57
57
|
/// @group map
|
|
58
|
-
$kendo-map-navigator-border: get-theme-color-var( neutral-110 ) !default;
|
|
58
|
+
$kendo-map-navigator-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
59
59
|
|
|
60
60
|
/// Map zoom control margin.
|
|
61
61
|
/// @group map
|
|
@@ -82,4 +82,4 @@ $kendo-map-attribution-bg: $kendo-color-white !default;
|
|
|
82
82
|
|
|
83
83
|
/// Map marker fill color.
|
|
84
84
|
/// @group map
|
|
85
|
-
$kendo-map-marker-fill: get-theme-color-var( primary-100 ) !default;
|
|
85
|
+
$kendo-map-marker-fill: k-get-theme-color-var( primary-100 ) !default;
|
|
@@ -26,11 +26,11 @@ $kendo-media-player-border: var( --kendo-component-border, inherit ) !default;
|
|
|
26
26
|
|
|
27
27
|
/// Mediaplayer overlay background color.
|
|
28
28
|
/// @group mediaplayer
|
|
29
|
-
$kendo-media-player-overlay-bg: get-theme-color-var( neutral-130 ) !default;
|
|
29
|
+
$kendo-media-player-overlay-bg: k-get-theme-color-var( neutral-130 ) !default;
|
|
30
30
|
|
|
31
31
|
/// Mediaplayer quality button border color.
|
|
32
32
|
/// @group mediaplayer
|
|
33
|
-
$kendo-media-player-quality-border: get-theme-color-var( neutral-110 ) !default;
|
|
33
|
+
$kendo-media-player-quality-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
34
34
|
|
|
35
35
|
/// Media player title font size.
|
|
36
36
|
/// @group mediaplayer
|
|
@@ -108,7 +108,7 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
|
|
|
108
108
|
$kendo-menu-popup-font-size: var( --kendo-font-size-md, inherit ) !default;
|
|
109
109
|
$kendo-menu-popup-sm-font-size: $kendo-menu-popup-font-size !default;
|
|
110
110
|
$kendo-menu-popup-md-font-size: $kendo-menu-popup-font-size !default;
|
|
111
|
-
$kendo-menu-popup-lg-font-size:
|
|
111
|
+
$kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
112
112
|
|
|
113
113
|
/// Line heights used along with $kendo-font-size.
|
|
114
114
|
/// @group menu
|
|
@@ -219,7 +219,7 @@ $kendo-menu-popup-item-focus-text: $kendo-menu-item-text !default;
|
|
|
219
219
|
$kendo-menu-popup-item-focus-bg: $kendo-menu-item-bg !default;
|
|
220
220
|
/// The outline of focused menu items.
|
|
221
221
|
/// @group menu
|
|
222
|
-
$kendo-menu-popup-item-focus-outline: get-theme-color-var( neutral-130 ) !default;
|
|
222
|
+
$kendo-menu-popup-item-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
|
|
223
223
|
|
|
224
224
|
/// The text color of expanded menu item in popup.
|
|
225
225
|
/// @group menu
|
|
@@ -251,4 +251,4 @@ $kendo-menu-scroll-button-hover-border: null !default;
|
|
|
251
251
|
|
|
252
252
|
/// The color of menu items icon.
|
|
253
253
|
/// @group menu
|
|
254
|
-
$kendo-menu-icon-color: get-theme-color-var( primary-100 ) !default;
|
|
254
|
+
$kendo-menu-icon-color: k-get-theme-color-var( primary-100 ) !default;
|
|
@@ -1,55 +1,56 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The vertical padding of the Notification container.
|
|
5
5
|
/// @group notification
|
|
6
6
|
$kendo-notification-container-padding-y: $kendo-padding-sm-y !default;
|
|
7
7
|
|
|
8
|
-
///
|
|
8
|
+
/// The horizontal padding of the Notification.
|
|
9
9
|
/// @group notification
|
|
10
10
|
$kendo-notification-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
11
|
-
///
|
|
11
|
+
/// The vertical padding of the Notification.
|
|
12
12
|
/// @group notification
|
|
13
13
|
$kendo-notification-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
14
|
-
//
|
|
14
|
+
// The width of the border around the Notification.
|
|
15
15
|
/// @group notification
|
|
16
16
|
$kendo-notification-border-width: 1px !default;
|
|
17
|
-
///
|
|
17
|
+
/// The border radius of the Notification.
|
|
18
18
|
/// @group notification
|
|
19
19
|
$kendo-notification-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
20
|
-
///
|
|
20
|
+
/// The font family of the Notification.
|
|
21
21
|
/// @group notification
|
|
22
22
|
$kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
|
23
|
-
///
|
|
23
|
+
/// The font size of the Notification.
|
|
24
24
|
/// @group notification
|
|
25
25
|
$kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
26
|
-
///
|
|
26
|
+
/// The line height of the Notification.
|
|
27
27
|
/// @group notification
|
|
28
28
|
$kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
|
-
///
|
|
29
|
+
/// The background color of the Notification.
|
|
30
30
|
/// @group notification
|
|
31
31
|
$kendo-notification-bg: var( --kendo-component-bg, inherit ) !default;
|
|
32
|
-
///
|
|
32
|
+
/// The text color of the Notification.
|
|
33
33
|
/// @group notification
|
|
34
34
|
$kendo-notification-text: var( --kendo-component-text, inherit ) !default;
|
|
35
|
-
///
|
|
35
|
+
/// The border color of the Notification.
|
|
36
36
|
/// @group notification
|
|
37
37
|
$kendo-notification-border: var( --kendo-component-border, inherit ) !default;
|
|
38
|
-
///
|
|
38
|
+
/// The box shadow of the Notification.
|
|
39
39
|
/// @group notification
|
|
40
40
|
$kendo-notification-box-shadow: none !default;
|
|
41
41
|
|
|
42
|
-
///
|
|
42
|
+
/// The horizontal spacing of the Notification icon.
|
|
43
43
|
/// @group notification
|
|
44
44
|
$kendo-notification-icon-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
45
|
-
///
|
|
45
|
+
/// The horizontal spacing of the Notification close icon.
|
|
46
46
|
/// @group notification
|
|
47
47
|
$kendo-notification-close-icon-spacing: map.get( $kendo-spacing, 4 ) !default;
|
|
48
|
-
///
|
|
48
|
+
/// The color of the Notification icon.
|
|
49
49
|
/// @group notification
|
|
50
50
|
$kendo-notification-icon-text: var( --kendo-component-text, inherit ) !default;
|
|
51
51
|
|
|
52
|
-
///
|
|
52
|
+
/// The theme variations for the Notification.
|
|
53
|
+
/// @group notification
|
|
53
54
|
$kendo-notification-brand-colors: (
|
|
54
55
|
primary: primary,
|
|
55
56
|
error: error,
|
|
@@ -73,14 +74,15 @@ $_tc-notification-light-matrix: (
|
|
|
73
74
|
(normal: (50, 160, 50)),
|
|
74
75
|
) !default;
|
|
75
76
|
|
|
76
|
-
///
|
|
77
|
+
/// The theme colors map for the Notification variations.
|
|
78
|
+
/// @group notification
|
|
77
79
|
$kendo-notification-theme-colors: () !default;
|
|
78
80
|
|
|
79
81
|
@each $ui-states in $_tc-notification-matrix {
|
|
80
82
|
@each $brand-color, $palette in $kendo-notification-brand-colors {
|
|
81
83
|
$kendo-notification-theme-colors: map.deep-merge(
|
|
82
84
|
$kendo-notification-theme-colors,
|
|
83
|
-
generate-theme-variation( $brand-color, $palette, $ui-states )
|
|
85
|
+
k-generate-theme-variation( $brand-color, $palette, $ui-states )
|
|
84
86
|
);
|
|
85
87
|
};
|
|
86
88
|
}
|
|
@@ -88,13 +90,13 @@ $kendo-notification-theme-colors: () !default;
|
|
|
88
90
|
@each $ui-states in $_tc-notification-dark-matrix {
|
|
89
91
|
$kendo-notification-theme-colors: map.deep-merge(
|
|
90
92
|
$kendo-notification-theme-colors,
|
|
91
|
-
generate-theme-variation( dark, neutral, $ui-states )
|
|
93
|
+
k-generate-theme-variation( dark, neutral, $ui-states )
|
|
92
94
|
);
|
|
93
95
|
}
|
|
94
96
|
|
|
95
97
|
@each $ui-states in $_tc-notification-light-matrix {
|
|
96
98
|
$kendo-notification-theme-colors: map.deep-merge(
|
|
97
99
|
$kendo-notification-theme-colors,
|
|
98
|
-
generate-theme-variation( light, neutral, $ui-states )
|
|
100
|
+
k-generate-theme-variation( light, neutral, $ui-states )
|
|
99
101
|
);
|
|
100
102
|
}
|
|
@@ -51,16 +51,16 @@ $kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-y !defa
|
|
|
51
51
|
$kendo-orgchart-node-group-border-width: 1px !default;
|
|
52
52
|
/// Border radius of the orgchart node group.
|
|
53
53
|
/// @group orgchart
|
|
54
|
-
$kendo-orgchart-node-group-border-radius: var( --kendo-border-radius-md,
|
|
54
|
+
$kendo-orgchart-node-group-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
55
55
|
/// Background color of the orgchart node group.
|
|
56
56
|
/// @group orgchart
|
|
57
|
-
$kendo-orgchart-node-group-bg: get-theme-color-var( neutral-10 ) !default;
|
|
57
|
+
$kendo-orgchart-node-group-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
58
58
|
/// Text color of the orgchart node group.
|
|
59
59
|
/// @group orgchart
|
|
60
|
-
$kendo-orgchart-node-group-text: get-theme-color-var( neutral-190 ) !default;
|
|
60
|
+
$kendo-orgchart-node-group-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
61
61
|
/// Border color of the orgchart node group.
|
|
62
62
|
/// @group orgchart
|
|
63
|
-
$kendo-orgchart-node-group-border: get-theme-color-var( neutral-30 ) !default;
|
|
63
|
+
$kendo-orgchart-node-group-border: k-get-theme-color-var( neutral-30 ) !default;
|
|
64
64
|
/// Focus border color of the orgchart node group.
|
|
65
65
|
/// @group orgchart
|
|
66
66
|
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
@@ -146,7 +146,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
|
|
|
146
146
|
$kendo-orgchart-line-size: 1px !default;
|
|
147
147
|
/// Fill color of the orgchart connecting line.
|
|
148
148
|
/// @group orgchart
|
|
149
|
-
$kendo-orgchart-line-text: get-theme-color-var( neutral-30 ) !default;
|
|
149
|
+
$kendo-orgchart-line-text: k-get-theme-color-var( neutral-30 ) !default;
|
|
150
150
|
/// Height of the orgchart connecting line.
|
|
151
151
|
/// @group orgchart
|
|
152
152
|
$kendo-orgchart-line-v-height: 25px !default;
|
|
@@ -43,7 +43,7 @@ $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
43
43
|
|
|
44
44
|
/// The background color of the Pager.
|
|
45
45
|
/// @group pager
|
|
46
|
-
$kendo-pager-bg: get-theme-color-var( neutral-10 ) !default;
|
|
46
|
+
$kendo-pager-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
47
47
|
/// The text color of the Pager.
|
|
48
48
|
/// @group pager
|
|
49
49
|
$kendo-pager-text: var( --kendo-component-text, inherit ) !default;
|
|
@@ -59,7 +59,7 @@ $kendo-pager-focus-bg: var( --kendo-pager-bg, #{$kendo-pager-bg}) !default;
|
|
|
59
59
|
$kendo-pager-focus-text: var( --kendo-pager-text, #{$kendo-pager-text}) !default;
|
|
60
60
|
/// The border color of the focused Pager.
|
|
61
61
|
/// @group pager
|
|
62
|
-
$kendo-pager-focus-border: get-theme-color-var( neutral-130 ) !default;
|
|
62
|
+
$kendo-pager-focus-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
63
63
|
|
|
64
64
|
/// The spacing between the Pager sections.
|
|
65
65
|
/// @group pager
|
|
@@ -84,11 +84,11 @@ $kendo-pager-lg-item-group-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
|
84
84
|
|
|
85
85
|
/// The text color of the Pagers' sizes label.
|
|
86
86
|
/// @group pager
|
|
87
|
-
$kendo-pager-sizes-label-text: get-theme-color-var( neutral-190 ) !default;
|
|
87
|
+
$kendo-pager-sizes-label-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
88
88
|
|
|
89
89
|
/// The text color of the Pagers' info label.
|
|
90
90
|
/// @group pager
|
|
91
|
-
$kendo-pager-info-label-text: get-theme-color-var( neutral-130 ) !default;
|
|
91
|
+
$kendo-pager-info-label-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
92
92
|
|
|
93
93
|
/// The width of the Inputs in the Pager.
|
|
94
94
|
/// @group pager
|
|
@@ -80,7 +80,7 @@ $kendo-panelbar-header-border: inherit !default;
|
|
|
80
80
|
$kendo-panelbar-header-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|
|
81
81
|
/// Text color of the panelbar header when hovered.
|
|
82
82
|
/// @group panelbar
|
|
83
|
-
$kendo-panelbar-header-hover-text: get-theme-color-var( primary-110 ) !default;
|
|
83
|
+
$kendo-panelbar-header-hover-text: k-get-theme-color-var( primary-110 ) !default;
|
|
84
84
|
/// Border color of the panelbar header when hovered.
|
|
85
85
|
/// @group panelbar
|
|
86
86
|
$kendo-panelbar-header-hover-border: inherit !default;
|
|
@@ -119,7 +119,7 @@ $kendo-panelbar-header-selected-text: $kendo-color-black !default;
|
|
|
119
119
|
$kendo-panelbar-header-selected-border: inherit !default;
|
|
120
120
|
/// Color of the marker of the panelbar header when selected.
|
|
121
121
|
/// @group panelbar
|
|
122
|
-
$kendo-panelbar-selected-marker: get-theme-color-var( primary-100 ) !default;
|
|
122
|
+
$kendo-panelbar-selected-marker: k-get-theme-color-var( primary-100 ) !default;
|
|
123
123
|
|
|
124
124
|
/// Background color of the panelbar header when selected and hovered.
|
|
125
125
|
/// @group panelbar
|
|
@@ -166,7 +166,7 @@ $kendo-panelbar-header-expanded-border: inherit !default;
|
|
|
166
166
|
$kendo-panelbar-item-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|
|
167
167
|
/// Text color of the panelbar item when hovered.
|
|
168
168
|
/// @group panelbar
|
|
169
|
-
$kendo-panelbar-item-hover-text: get-theme-color-var( primary-110 ) !default;
|
|
169
|
+
$kendo-panelbar-item-hover-text: k-get-theme-color-var( primary-110 ) !default;
|
|
170
170
|
/// Border color of the panelbar item when hovered.
|
|
171
171
|
/// @group panelbar
|
|
172
172
|
$kendo-panelbar-item-hover-border: inherit !default;
|
|
@@ -27,7 +27,7 @@ $kendo-pdf-viewer-border: var( --kendo-component-border, initial ) !default;
|
|
|
27
27
|
|
|
28
28
|
/// Background color of the PDF viewer canvas.
|
|
29
29
|
/// @group pdf-viewer
|
|
30
|
-
$kendo-pdf-viewer-canvas-bg: get-theme-color-var( neutral-10 ) !default;
|
|
30
|
+
$kendo-pdf-viewer-canvas-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
31
31
|
/// Text color of the PDF viewer canvas.
|
|
32
32
|
/// @group pdf-viewer
|
|
33
33
|
$kendo-pdf-viewer-canvas-text: var( --kendo-component-text, inherit ) !default;
|
|
@@ -66,7 +66,7 @@ $kendo-pdf-viewer-search-dialog-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
|
66
66
|
$kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
67
67
|
/// Border radius of the PDF viewer search panel.
|
|
68
68
|
/// @group pdf-viewer
|
|
69
|
-
$kendo-pdf-viewer-search-panel-border-radius: var( --kendo-border-radius-md,
|
|
69
|
+
$kendo-pdf-viewer-search-panel-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
70
70
|
/// Background color of the PDF viewer search panel.
|
|
71
71
|
/// @group pdf-viewer
|
|
72
72
|
$kendo-pdf-viewer-search-panel-bg: var( --kendo-component-bg, inherit ) !default;
|
|
@@ -66,14 +66,14 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
|
|
|
66
66
|
$kendo-pivotgrid-headers-bg: var( --kendo-component-bg, inherit ) !default;
|
|
67
67
|
/// Text color of the PivotGrid header.
|
|
68
68
|
/// @group pivotgrid
|
|
69
|
-
$kendo-pivotgrid-headers-text: get-theme-color-var( neutral-190 ) !default;
|
|
69
|
+
$kendo-pivotgrid-headers-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
70
70
|
/// Border color of the PivotGrid header.
|
|
71
71
|
/// @group pivotgrid
|
|
72
72
|
$kendo-pivotgrid-headers-border: var( --kendo-component-border, inherit ) !default;
|
|
73
73
|
|
|
74
74
|
/// Background color of the PivotGrid total cells.
|
|
75
75
|
/// @group pivotgrid
|
|
76
|
-
$kendo-pivotgrid-total-bg: get-theme-color-var( neutral-20 ) !default;
|
|
76
|
+
$kendo-pivotgrid-total-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
77
77
|
/// Text color of the PivotGrid total cells.
|
|
78
78
|
/// @group pivotgrid
|
|
79
79
|
$kendo-pivotgrid-total-text: var( --kendo-component-text, inherit ) !default;
|
|
@@ -157,7 +157,7 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
|
|
|
157
157
|
$kendo-pivotgrid-configurator-bg: var( --kendo-component-bg, inherit ) !default;
|
|
158
158
|
/// Text color of the PivotGrid configurator.
|
|
159
159
|
/// @group pivotgrid
|
|
160
|
-
$kendo-pivotgrid-configurator-text: get-theme-color-var( neutral-190 ) !default;
|
|
160
|
+
$kendo-pivotgrid-configurator-text: k-get-theme-color-var( neutral-190 ) !default;
|
|
161
161
|
/// Border color of the PivotGrid configurator.
|
|
162
162
|
/// @group pivotgrid
|
|
163
163
|
$kendo-pivotgrid-configurator-border: var( --kendo-component-border, inherit )!default;
|
|
@@ -199,7 +199,7 @@ $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
|
|
|
199
199
|
$kendo-pivotgrid-calculated-field-border-width: 1px !default;
|
|
200
200
|
/// Border radius of the PivotGrid calculated field.
|
|
201
201
|
/// @group pivotgrid
|
|
202
|
-
$kendo-pivotgrid-calculated-field-border-radius: var( --kendo-border-radius-md,
|
|
202
|
+
$kendo-pivotgrid-calculated-field-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
203
203
|
/// Spacing of the PivotGrid calculated field.
|
|
204
204
|
/// @group pivotgrid
|
|
205
205
|
$kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
|
|
@@ -3,89 +3,89 @@
|
|
|
3
3
|
@use "../window/_variables.scss"as *;
|
|
4
4
|
@use "../dialog/_variables.scss"as *;
|
|
5
5
|
|
|
6
|
-
///
|
|
6
|
+
/// The width of the border around the Popover.
|
|
7
7
|
/// @group popover
|
|
8
8
|
$kendo-popover-border-width: $kendo-dialog-border-width !default;
|
|
9
|
-
///
|
|
9
|
+
/// The style of the border around the Popover.
|
|
10
10
|
/// @group popover
|
|
11
11
|
$kendo-popover-border-style: solid !default;
|
|
12
|
-
///
|
|
12
|
+
/// The radius of the border around the Popover.
|
|
13
13
|
/// @group popover
|
|
14
14
|
$kendo-popover-border-radius: $kendo-window-border-radius !default;
|
|
15
|
-
///
|
|
16
|
-
/// @group popover
|
|
17
|
-
$kendo-popover-font-size: $kendo-window-font-size !default;
|
|
18
|
-
/// Font family of the popover.
|
|
15
|
+
/// The font family of the Popover.
|
|
19
16
|
/// @group popover
|
|
20
17
|
$kendo-popover-font-family: $kendo-window-font-family !default;
|
|
21
|
-
///
|
|
18
|
+
/// The font size of the Popover.
|
|
19
|
+
/// @group popover
|
|
20
|
+
$kendo-popover-font-size: $kendo-window-font-size !default;
|
|
21
|
+
/// The line height of the Popover.
|
|
22
22
|
/// @group popover
|
|
23
23
|
$kendo-popover-line-height: $kendo-window-line-height !default;
|
|
24
24
|
|
|
25
|
-
///
|
|
26
|
-
/// @group popover
|
|
27
|
-
$kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
|
|
28
|
-
/// Text color of the popover.
|
|
25
|
+
/// The text color of the Popover.
|
|
29
26
|
/// @group popover
|
|
30
27
|
$kendo-popover-text: var( --kendo-component-text, initial ) !default;
|
|
31
|
-
///
|
|
28
|
+
/// The background color of the Popover.
|
|
29
|
+
/// @group popover
|
|
30
|
+
$kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
|
|
31
|
+
/// The border color of the Popover.
|
|
32
32
|
/// @group popover
|
|
33
33
|
$kendo-popover-border: var( --kendo-component-border, initial ) !default;
|
|
34
|
-
///
|
|
34
|
+
/// The box shadow of the Popover.
|
|
35
35
|
/// @group popover
|
|
36
36
|
$kendo-popover-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
|
|
37
37
|
|
|
38
|
-
///
|
|
38
|
+
/// The horizontal padding of the Popover header.
|
|
39
39
|
/// @group popover
|
|
40
40
|
$kendo-popover-header-padding-x: $kendo-dialog-titlebar-padding-x !default;
|
|
41
|
-
///
|
|
41
|
+
/// The vertical padding of the Popover header.
|
|
42
42
|
/// @group popover
|
|
43
43
|
$kendo-popover-header-padding-y: $kendo-dialog-titlebar-padding-y !default;
|
|
44
|
-
///
|
|
44
|
+
/// The border width of the Popover header.
|
|
45
45
|
/// @group popover
|
|
46
46
|
$kendo-popover-header-border-width: $kendo-dialog-titlebar-border-width !default;
|
|
47
|
-
///
|
|
47
|
+
/// The border style of the Popover header.
|
|
48
48
|
/// @group popover
|
|
49
49
|
$kendo-popover-header-border-style: $kendo-popover-border-style !default;
|
|
50
|
-
///
|
|
51
|
-
/// @group popover
|
|
52
|
-
$kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
|
|
53
|
-
/// Text color of the popover header.
|
|
50
|
+
/// The text color of the Popover header.
|
|
54
51
|
/// @group popover
|
|
55
52
|
$kendo-popover-header-text: $kendo-dialog-titlebar-text !default;
|
|
56
|
-
///
|
|
53
|
+
/// The background color of the Popover header.
|
|
54
|
+
/// @group popover
|
|
55
|
+
$kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
|
|
56
|
+
/// The border color of the Popover header.
|
|
57
57
|
/// @group popover
|
|
58
58
|
$kendo-popover-header-border: $kendo-dialog-titlebar-border !default;
|
|
59
59
|
|
|
60
|
-
///
|
|
60
|
+
/// The horizontal padding of the Popover body.
|
|
61
61
|
/// @group popover
|
|
62
62
|
$kendo-popover-body-padding-x: $kendo-window-inner-padding-x !default;
|
|
63
|
-
///
|
|
63
|
+
/// The vertical padding of the Popover body.
|
|
64
64
|
/// @group popover
|
|
65
65
|
$kendo-popover-body-padding-y: $kendo-window-inner-padding-y !default;
|
|
66
66
|
|
|
67
|
-
///
|
|
67
|
+
/// The border width of the Popover actions.
|
|
68
68
|
/// @group popover
|
|
69
69
|
$kendo-popover-actions-border-width: 0 !default;
|
|
70
|
-
///
|
|
70
|
+
/// The horizontal padding of the Popover actions.
|
|
71
71
|
/// @group popover
|
|
72
72
|
$kendo-popover-actions-padding-x: $kendo-popover-body-padding-x !default;
|
|
73
|
-
///
|
|
73
|
+
/// The vertical padding of the Popover actions.
|
|
74
74
|
/// @group popover
|
|
75
75
|
$kendo-popover-actions-padding-y: $kendo-popover-body-padding-y !default;
|
|
76
|
-
///
|
|
76
|
+
/// The spacing between the Popover actions.
|
|
77
77
|
/// @group popover
|
|
78
78
|
$kendo-popover-actions-gap: map.get( $kendo-spacing, 3 ) !default;
|
|
79
79
|
|
|
80
|
-
///
|
|
80
|
+
/// The width of the Popover callout.
|
|
81
81
|
/// @group popover
|
|
82
82
|
$kendo-popover-callout-width: map.get( $kendo-spacing, 5 ) !default;
|
|
83
|
-
///
|
|
83
|
+
/// The height of the Popover callout.
|
|
84
84
|
/// @group popover
|
|
85
85
|
$kendo-popover-callout-height: $kendo-popover-callout-width !default;
|
|
86
|
-
///
|
|
86
|
+
/// The border width of the Popover callout.
|
|
87
87
|
/// @group popover
|
|
88
88
|
$kendo-popover-callout-border-width: $kendo-popover-border-width !default;
|
|
89
|
-
///
|
|
89
|
+
/// The border style of the Popover callout.
|
|
90
90
|
/// @group popover
|
|
91
|
-
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
91
|
+
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|