@progress/kendo-theme-bootstrap 11.2.1-dev.1 → 11.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +27 -27
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +6044 -7614
- package/dist/meta/sassdoc-raw-data.json +2773 -3498
- package/dist/meta/variables.json +214 -406
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +28 -28
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +1 -1
- package/scss/badge/_variables.scss +5 -13
- package/scss/breadcrumb/_variables.scss +5 -21
- package/scss/button/_variables.scss +2 -12
- package/scss/card/_variables.scss +3 -3
- package/scss/chat/_variables.scss +10 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/chip/_variables.scss +1 -9
- package/scss/coloreditor/_variables.scss +8 -24
- package/scss/colorgradient/_variables.scss +2 -10
- package/scss/column-menu/_variables.scss +4 -9
- package/scss/core/border-radii/index.import.scss +3 -3
- package/scss/core/color-system/_palettes.scss +42 -21
- package/scss/core/color-system/_swatch.scss +20 -20
- package/scss/core/typography/index.import.scss +1 -1
- package/scss/dialog/_variables.scss +2 -2
- package/scss/fab/_variables.scss +7 -15
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_theme.scss +5 -0
- package/scss/forms/_variables.scss +3 -3
- package/scss/grid/_variables.scss +2 -2
- package/scss/input/_layout.scss +15 -0
- package/scss/input/_variables.scss +18 -20
- package/scss/list/_variables.scss +7 -28
- package/scss/menu/_variables.scss +1 -7
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_variables.scss +2 -2
- package/scss/notification/_variables.scss +2 -2
- package/scss/otp/_variables.scss +3 -15
- package/scss/pager/_variables.scss +0 -4
- package/scss/panelbar/_layout.scss +4 -0
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/popover/_variables.scss +3 -3
- package/scss/radio/_variables.scss +2 -2
- package/scss/signature/_variables.scss +2 -8
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_variables.scss +0 -10
- package/scss/tabstrip/_variables.scss +2 -10
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +3 -15
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +0 -8
|
@@ -12,9 +12,6 @@ $kendo-chip-border-width: 1px !default;
|
|
|
12
12
|
/// @group chip
|
|
13
13
|
$kendo-chip-spacing: k-spacing(1) !default;
|
|
14
14
|
|
|
15
|
-
/// The horizontal padding of the Chip.
|
|
16
|
-
/// @group chip
|
|
17
|
-
$kendo-chip-padding-x: k-spacing(1) !default;
|
|
18
15
|
/// The horizontal padding of the small Chip.
|
|
19
16
|
/// @group chip
|
|
20
17
|
$kendo-chip-sm-padding-x: k-spacing(1) !default;
|
|
@@ -25,9 +22,6 @@ $kendo-chip-md-padding-x: k-spacing(1) !default;
|
|
|
25
22
|
/// @group chip
|
|
26
23
|
$kendo-chip-lg-padding-x: k-spacing(1) !default;
|
|
27
24
|
|
|
28
|
-
/// The vertical padding of the Chip.
|
|
29
|
-
/// @group chip
|
|
30
|
-
$kendo-chip-padding-y: k-spacing(1) !default;
|
|
31
25
|
/// The vertical padding of the small Chip.
|
|
32
26
|
/// @group chip
|
|
33
27
|
$kendo-chip-sm-padding-y: k-spacing(0.5) !default;
|
|
@@ -70,7 +64,7 @@ $kendo-chip-lg-line-height: $kendo-chip-line-height !default;
|
|
|
70
64
|
|
|
71
65
|
/// The calculated height of the Chip.
|
|
72
66
|
/// @group chip
|
|
73
|
-
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height} * 1em + #{$kendo-chip-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
67
|
+
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
74
68
|
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
75
69
|
|
|
76
70
|
|
|
@@ -188,11 +182,9 @@ $kendo-chip-list-sizes: (
|
|
|
188
182
|
@forward "@progress/kendo-theme-core/scss/components/chip/_variables.scss" with (
|
|
189
183
|
$kendo-chip-border-width: $kendo-chip-border-width,
|
|
190
184
|
$kendo-chip-spacing: $kendo-chip-spacing,
|
|
191
|
-
$kendo-chip-padding-x: $kendo-chip-padding-x,
|
|
192
185
|
$kendo-chip-sm-padding-x: $kendo-chip-sm-padding-x,
|
|
193
186
|
$kendo-chip-md-padding-x: $kendo-chip-md-padding-x,
|
|
194
187
|
$kendo-chip-lg-padding-x: $kendo-chip-lg-padding-x,
|
|
195
|
-
$kendo-chip-padding-y: $kendo-chip-padding-y,
|
|
196
188
|
$kendo-chip-sm-padding-y: $kendo-chip-sm-padding-y,
|
|
197
189
|
$kendo-chip-md-padding-y: $kendo-chip-md-padding-y,
|
|
198
190
|
$kendo-chip-lg-padding-y: $kendo-chip-lg-padding-y,
|
|
@@ -51,27 +51,21 @@ $kendo-color-editor-focus-border: k-color(border) !default;
|
|
|
51
51
|
/// @group color-editor
|
|
52
52
|
$kendo-color-editor-focus-shadow: null !default;
|
|
53
53
|
|
|
54
|
-
/// The vertical padding of the ColorEditor header.
|
|
55
|
-
/// @group color-editor
|
|
56
|
-
$kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
|
|
57
|
-
/// The horizontal padding of the ColorEditor header.
|
|
58
|
-
/// @group color-editor
|
|
59
|
-
$kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
|
|
60
54
|
/// The spacing between the ColorEditor header actions.
|
|
61
55
|
/// @group color-editor
|
|
62
56
|
$kendo-color-editor-header-actions-gap: calc( #{$kendo-color-editor-spacer} / 2 ) !default;
|
|
63
57
|
/// The vertical padding of the small ColorEditor header.
|
|
64
58
|
/// @group color-editor
|
|
65
|
-
$kendo-color-editor-sm-header-padding-y:
|
|
59
|
+
$kendo-color-editor-sm-header-padding-y: k-spacing(4) !default;
|
|
66
60
|
/// The horizontal padding of the small ColorEditor header.
|
|
67
61
|
/// @group color-editor
|
|
68
|
-
$kendo-color-editor-sm-header-padding-x:
|
|
62
|
+
$kendo-color-editor-sm-header-padding-x: k-spacing(4) !default;
|
|
69
63
|
/// The vertical padding of the medium ColorEditor header.
|
|
70
64
|
/// @group color-editor
|
|
71
|
-
$kendo-color-editor-md-header-padding-y:
|
|
65
|
+
$kendo-color-editor-md-header-padding-y: k-spacing(4) !default;
|
|
72
66
|
/// The horizontal padding of the medium ColorEditor header.
|
|
73
67
|
/// @group color-editor
|
|
74
|
-
$kendo-color-editor-md-header-padding-x:
|
|
68
|
+
$kendo-color-editor-md-header-padding-x: k-spacing(4) !default;
|
|
75
69
|
/// The vertical padding of the large ColorEditor header.
|
|
76
70
|
/// @group color-editor
|
|
77
71
|
$kendo-color-editor-lg-header-padding-y: k-spacing(4.5) !default;
|
|
@@ -118,28 +112,22 @@ $kendo-color-editor-lg-color-preview-width: 32px !default;
|
|
|
118
112
|
/// @group color-editor
|
|
119
113
|
$kendo-color-editor-lg-color-preview-height: 12px !default;
|
|
120
114
|
|
|
121
|
-
/// The vertical padding of the ColorEditor views container.
|
|
122
|
-
/// @group color-editor
|
|
123
|
-
$kendo-color-editor-views-padding-y: $kendo-color-editor-spacer !default;
|
|
124
|
-
/// The horizontal padding of the ColorEditor views container.
|
|
125
|
-
/// @group color-editor
|
|
126
|
-
$kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-y !default;
|
|
127
115
|
/// The spacing of the ColorEditor views container.
|
|
128
116
|
/// @group color-editor
|
|
129
117
|
$kendo-color-editor-views-gap: $kendo-color-editor-spacer !default;
|
|
130
118
|
/// The vertical padding of the small ColorEditor views container.
|
|
131
119
|
/// @group color-editor
|
|
132
|
-
$kendo-color-editor-sm-views-padding-y:
|
|
120
|
+
$kendo-color-editor-sm-views-padding-y: k-spacing(4) !default;
|
|
133
121
|
/// The horizontal padding of the small ColorEditor views container.
|
|
134
122
|
/// @group color-editor
|
|
135
|
-
$kendo-color-editor-sm-views-padding-x:
|
|
123
|
+
$kendo-color-editor-sm-views-padding-x: k-spacing(4) !default;
|
|
136
124
|
|
|
137
125
|
/// The vertical padding of the medium ColorEditor views container.
|
|
138
126
|
/// @group color-editor
|
|
139
|
-
$kendo-color-editor-md-views-padding-y:
|
|
127
|
+
$kendo-color-editor-md-views-padding-y: k-spacing(4) !default;
|
|
140
128
|
/// The horizontal padding of the medium ColorEditor views container.
|
|
141
129
|
/// @group color-editor
|
|
142
|
-
$kendo-color-editor-md-views-padding-x:
|
|
130
|
+
$kendo-color-editor-md-views-padding-x: k-spacing(4) !default;
|
|
143
131
|
/// The vertical padding of the large ColorEditor views container.
|
|
144
132
|
/// @group color-editor
|
|
145
133
|
$kendo-color-editor-lg-views-padding-y: k-spacing(4.5) !default;
|
|
@@ -210,8 +198,6 @@ $kendo-color-editor-sizes: (
|
|
|
210
198
|
$kendo-color-editor-border: $kendo-color-editor-border,
|
|
211
199
|
$kendo-color-editor-focus-border: $kendo-color-editor-focus-border,
|
|
212
200
|
$kendo-color-editor-focus-shadow: $kendo-color-editor-focus-shadow,
|
|
213
|
-
$kendo-color-editor-header-padding-y: $kendo-color-editor-header-padding-y,
|
|
214
|
-
$kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-x,
|
|
215
201
|
$kendo-color-editor-sm-header-padding-y: $kendo-color-editor-sm-header-padding-y,
|
|
216
202
|
$kendo-color-editor-sm-header-padding-x: $kendo-color-editor-sm-header-padding-x,
|
|
217
203
|
$kendo-color-editor-md-header-padding-y: $kendo-color-editor-md-header-padding-y,
|
|
@@ -231,8 +217,6 @@ $kendo-color-editor-sizes: (
|
|
|
231
217
|
$kendo-color-editor-md-color-preview-height: $kendo-color-editor-md-color-preview-height,
|
|
232
218
|
$kendo-color-editor-lg-color-preview-width: $kendo-color-editor-lg-color-preview-width,
|
|
233
219
|
$kendo-color-editor-lg-color-preview-height: $kendo-color-editor-lg-color-preview-height,
|
|
234
|
-
$kendo-color-editor-views-padding-y: $kendo-color-editor-views-padding-y,
|
|
235
|
-
$kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-x,
|
|
236
220
|
$kendo-color-editor-views-gap: $kendo-color-editor-views-gap,
|
|
237
221
|
$kendo-color-editor-sm-views-padding-y: $kendo-color-editor-sm-views-padding-y,
|
|
238
222
|
$kendo-color-editor-sm-views-padding-x: $kendo-color-editor-sm-views-padding-x,
|
|
@@ -16,12 +16,6 @@ $kendo-color-gradient-border-width: 1px !default;
|
|
|
16
16
|
/// The border radius of the ColorGradient.
|
|
17
17
|
/// @group color-gradient
|
|
18
18
|
$kendo-color-gradient-border-radius: k-border-radius(md) !default;
|
|
19
|
-
/// The vertical padding of the ColorGradient.
|
|
20
|
-
/// @group color-gradient
|
|
21
|
-
$kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
|
|
22
|
-
/// The horizontal padding of the ColorGradient.
|
|
23
|
-
/// @group color-gradient
|
|
24
|
-
$kendo-color-gradient-padding-x: $kendo-color-gradient-padding-y !default;
|
|
25
19
|
/// The spacing between the sections of the ColorGradient.
|
|
26
20
|
/// @group color-gradient
|
|
27
21
|
$kendo-color-gradient-gap: $kendo-color-gradient-spacer !default;
|
|
@@ -49,13 +43,13 @@ $kendo-color-gradient-border: k-color(border) !default;
|
|
|
49
43
|
$kendo-color-gradient-sm-padding-y: $kendo-color-gradient-spacer !default;
|
|
50
44
|
/// The horizontal padding of the small ColorGradient.
|
|
51
45
|
/// @group color-gradient
|
|
52
|
-
$kendo-color-gradient-sm-padding-x:
|
|
46
|
+
$kendo-color-gradient-sm-padding-x: k-spacing(4) !default;
|
|
53
47
|
/// The vertical padding of the medium ColorGradient.
|
|
54
48
|
/// @group color-gradient
|
|
55
49
|
$kendo-color-gradient-md-padding-y: $kendo-color-gradient-spacer !default;
|
|
56
50
|
/// The horizontal padding of the medium ColorGradient.
|
|
57
51
|
/// @group color-gradient
|
|
58
|
-
$kendo-color-gradient-md-padding-x:
|
|
52
|
+
$kendo-color-gradient-md-padding-x: k-spacing(4) !default;
|
|
59
53
|
/// The vertical padding of the large ColorGradient.
|
|
60
54
|
/// @group color-gradient
|
|
61
55
|
$kendo-color-gradient-lg-padding-y: k-spacing(4.5) !default;
|
|
@@ -267,8 +261,6 @@ $kendo-color-gradient-sizes: (
|
|
|
267
261
|
$kendo-color-gradient-lg-gap: $kendo-color-gradient-lg-gap,
|
|
268
262
|
$kendo-color-gradient-border-width: $kendo-color-gradient-border-width,
|
|
269
263
|
$kendo-color-gradient-border-radius: $kendo-color-gradient-border-radius,
|
|
270
|
-
$kendo-color-gradient-padding-y: $kendo-color-gradient-padding-y,
|
|
271
|
-
$kendo-color-gradient-padding-x: $kendo-color-gradient-padding-x,
|
|
272
264
|
$kendo-color-gradient-gap: $kendo-color-gradient-gap,
|
|
273
265
|
$kendo-color-gradient-font-family: $kendo-color-gradient-font-family,
|
|
274
266
|
$kendo-color-gradient-font-size: $kendo-color-gradient-font-size,
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
@use "sass:math";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
|
|
4
|
-
$kendo-column-menu-item-padding-x: k-spacing(4) !default;
|
|
5
|
-
$kendo-column-menu-item-padding-y: k-spacing(1) !default;
|
|
6
|
-
|
|
7
|
-
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
4
|
+
$kendo-column-menu-item-sm-padding-x: k-spacing(4) !default;
|
|
8
5
|
$kendo-column-menu-item-sm-padding-y: k-spacing(1) !default;
|
|
9
6
|
|
|
10
|
-
$kendo-column-menu-item-md-padding-x:
|
|
11
|
-
$kendo-column-menu-item-md-padding-y:
|
|
7
|
+
$kendo-column-menu-item-md-padding-x: k-spacing(4) !default;
|
|
8
|
+
$kendo-column-menu-item-md-padding-y: k-spacing(1) !default;
|
|
12
9
|
|
|
13
|
-
$kendo-column-menu-item-lg-padding-x:
|
|
10
|
+
$kendo-column-menu-item-lg-padding-x: k-spacing(4) !default;
|
|
14
11
|
$kendo-column-menu-item-lg-padding-y: k-spacing(2) !default;
|
|
15
12
|
|
|
16
13
|
$kendo-column-menu-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -63,8 +60,6 @@ $kendo-group-menu-item-border: k-color(border) !default;
|
|
|
63
60
|
$kendo-column-menu-md-line-height: $kendo-column-menu-md-line-height,
|
|
64
61
|
$kendo-column-menu-lg-line-height: $kendo-column-menu-lg-line-height,
|
|
65
62
|
$kendo-column-menu-font-family: $kendo-column-menu-font-family,
|
|
66
|
-
$kendo-column-menu-item-padding-x: $kendo-column-menu-item-padding-x,
|
|
67
|
-
$kendo-column-menu-item-padding-y: $kendo-column-menu-item-padding-y,
|
|
68
63
|
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
69
64
|
$kendo-column-menu-item-sm-padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
70
65
|
$kendo-column-menu-item-md-padding-x: $kendo-column-menu-item-md-padding-x,
|
|
@@ -21,13 +21,13 @@ $kendo-border-radius-md: $kendo-border-radius !default;
|
|
|
21
21
|
$kendo-border-radius-lg: map.get($kendo-spacing, 2) !default;
|
|
22
22
|
/// The extra large border radius used across the Components.
|
|
23
23
|
/// @group radii
|
|
24
|
-
$kendo-border-radius-xl: map.get($kendo-spacing,
|
|
24
|
+
$kendo-border-radius-xl: map.get($kendo-spacing, 4) !default;
|
|
25
25
|
/// The third largest border radius used across the Components.
|
|
26
26
|
/// @group radii
|
|
27
|
-
$kendo-border-radius-xxl: map.get($kendo-spacing,
|
|
27
|
+
$kendo-border-radius-xxl: map.get($kendo-spacing, 8) !default;
|
|
28
28
|
/// The second largest border radius used across the Components.
|
|
29
29
|
/// @group radii
|
|
30
|
-
$kendo-border-radius-xxxl: map.get($kendo-spacing,
|
|
30
|
+
$kendo-border-radius-xxxl: map.get($kendo-spacing, 12) !default;
|
|
31
31
|
/// The largest border radius used across the Components.
|
|
32
32
|
/// @group radii
|
|
33
33
|
$kendo-border-radius-full: 50rem !default;
|
|
@@ -8,27 +8,27 @@ $_default-palette-gray: (
|
|
|
8
8
|
4: #ced4da,
|
|
9
9
|
5: #bdc4cb,
|
|
10
10
|
6: #adb5bd,
|
|
11
|
-
7: #
|
|
12
|
-
8: #
|
|
13
|
-
9: #
|
|
14
|
-
10: #
|
|
11
|
+
7: #a7acb1,
|
|
12
|
+
8: #6c757d,
|
|
13
|
+
9: #5c636a,
|
|
14
|
+
10: #565e64,
|
|
15
15
|
11: #495057,
|
|
16
16
|
12: #343a40,
|
|
17
17
|
13: #2B2F32,
|
|
18
18
|
14: #212529,
|
|
19
|
-
15: #
|
|
19
|
+
15: #1a1d20,
|
|
20
20
|
"black": #000000,
|
|
21
21
|
);
|
|
22
22
|
$_default-palette-blue: (
|
|
23
23
|
1: #ecf4ff,
|
|
24
24
|
2: #cfe2ff,
|
|
25
|
-
3: #
|
|
25
|
+
3: #B9d6fe,
|
|
26
26
|
4: #9ec5fe,
|
|
27
27
|
5: #86b6fe,
|
|
28
28
|
6: #6ea8fe,
|
|
29
29
|
7: #3d8bfd,
|
|
30
30
|
8: #0d6efd,
|
|
31
|
-
9: #
|
|
31
|
+
9: #0b5ed7,
|
|
32
32
|
10: #0a58ca,
|
|
33
33
|
11: #094cae,
|
|
34
34
|
12: #084298,
|
|
@@ -41,9 +41,9 @@ $_default-palette-yellow: (
|
|
|
41
41
|
2: #fff3cd,
|
|
42
42
|
3: #ffecb5,
|
|
43
43
|
4: #ffe69c,
|
|
44
|
-
5: #
|
|
45
|
-
6: #
|
|
46
|
-
7: #
|
|
44
|
+
5: #ffda6a,
|
|
45
|
+
6: #ffcd39,
|
|
46
|
+
7: #ffca2c,
|
|
47
47
|
8: #ffc107,
|
|
48
48
|
9: #cc9a06,
|
|
49
49
|
10: #b38705,
|
|
@@ -62,8 +62,8 @@ $_default-palette-red: (
|
|
|
62
62
|
6: #ea868f,
|
|
63
63
|
7: #e35d6a,
|
|
64
64
|
8: #dc3545,
|
|
65
|
-
9: #
|
|
66
|
-
10: #
|
|
65
|
+
9: #bb2d3b,
|
|
66
|
+
10: #b02a37,
|
|
67
67
|
11: #842029,
|
|
68
68
|
12: #6e1b23,
|
|
69
69
|
13: #58151c,
|
|
@@ -75,9 +75,9 @@ $_default-palette-cyan: (
|
|
|
75
75
|
2: #cff4fc,
|
|
76
76
|
3: #b7eefa,
|
|
77
77
|
4: #9eeaf9,
|
|
78
|
-
5: #
|
|
79
|
-
6: #
|
|
80
|
-
7: #
|
|
78
|
+
5: #6edff6,
|
|
79
|
+
6: #3dd5f3,
|
|
80
|
+
7: #31d2f2,
|
|
81
81
|
8: #0dcaf0,
|
|
82
82
|
9: #0aa2c0,
|
|
83
83
|
10: #098da8,
|
|
@@ -98,9 +98,9 @@ $_default-palette-green: (
|
|
|
98
98
|
8: #479F76,
|
|
99
99
|
9: #319064,
|
|
100
100
|
10: #198754,
|
|
101
|
-
11: #
|
|
102
|
-
12: #
|
|
103
|
-
13: #
|
|
101
|
+
11: #157347,
|
|
102
|
+
12: #146c43,
|
|
103
|
+
13: #0f5132,
|
|
104
104
|
14: #0A3622,
|
|
105
105
|
15: #051b11,
|
|
106
106
|
);
|
|
@@ -112,9 +112,9 @@ $_default-palette-indigo: (
|
|
|
112
112
|
5: #b9a3e1,
|
|
113
113
|
6: #a98eda,
|
|
114
114
|
7: #8c68cd,
|
|
115
|
-
8: #
|
|
116
|
-
9: #
|
|
117
|
-
10: #
|
|
115
|
+
8: #7e58c6,
|
|
116
|
+
9: #6f42c1,
|
|
117
|
+
10: #59359a,
|
|
118
118
|
11: #432874,
|
|
119
119
|
12: #36215f,
|
|
120
120
|
13: #2c1a4d,
|
|
@@ -138,6 +138,23 @@ $_default-palette-teal: (
|
|
|
138
138
|
14: #0a3e2e,
|
|
139
139
|
15: #06281e,
|
|
140
140
|
);
|
|
141
|
+
$_default-palette-greige: (
|
|
142
|
+
1: #fcfcfd,
|
|
143
|
+
2: #ececec,
|
|
144
|
+
3: #e2e3e5,
|
|
145
|
+
4: #d3d4d5,
|
|
146
|
+
5: #c6c7c8,
|
|
147
|
+
6: #b4b5b6,
|
|
148
|
+
7: #a1a3a5,
|
|
149
|
+
8: #939597,
|
|
150
|
+
9: #727577,
|
|
151
|
+
10: #5f6163,
|
|
152
|
+
11: #4d5154,
|
|
153
|
+
12: #424649,
|
|
154
|
+
13: #2e2f2f,
|
|
155
|
+
14: #242526,
|
|
156
|
+
15: #141415,
|
|
157
|
+
);
|
|
141
158
|
// stylelint-disable scss/no-global-function-names
|
|
142
159
|
/// The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
|
|
143
160
|
/// @group palette
|
|
@@ -171,4 +188,8 @@ $kendo-palette-indigo: map.merge($_default-palette-indigo, $kendo-palette-indigo
|
|
|
171
188
|
/// @group palette
|
|
172
189
|
$kendo-palette-teal: $_default-palette-teal !default;
|
|
173
190
|
$kendo-palette-teal: map.merge($_default-palette-teal, $kendo-palette-teal);
|
|
191
|
+
/// The Greige Palette provides colors to the Light and Dark variable groups.
|
|
192
|
+
/// @group palette
|
|
193
|
+
$kendo-palette-greige: $_default-palette-greige !default;
|
|
194
|
+
$kendo-palette-greige: map.merge($_default-palette-greige, $kendo-palette-greige);
|
|
174
195
|
// stylelint-enable scss/no-global-function-names
|
|
@@ -34,12 +34,12 @@ $_default-colors: (
|
|
|
34
34
|
on-primary: map.get( $kendo-palette-gray, "white" ),
|
|
35
35
|
primary-on-surface: map.get( $kendo-palette-blue, 8 ),
|
|
36
36
|
// Secondary
|
|
37
|
-
secondary-subtle: map.get( $kendo-palette-
|
|
38
|
-
secondary-subtle-hover: map.get( $kendo-palette-
|
|
39
|
-
secondary-subtle-active: map.get( $kendo-palette-
|
|
40
|
-
secondary: map.get( $kendo-palette-gray,
|
|
41
|
-
secondary-hover: map.get( $kendo-palette-gray,
|
|
42
|
-
secondary-active: map.get( $kendo-palette-gray,
|
|
37
|
+
secondary-subtle: map.get( $kendo-palette-greige, 3 ),
|
|
38
|
+
secondary-subtle-hover: map.get( $kendo-palette-greige, 4 ),
|
|
39
|
+
secondary-subtle-active: map.get( $kendo-palette-greige, 5 ),
|
|
40
|
+
secondary: map.get( $kendo-palette-gray, 8 ),
|
|
41
|
+
secondary-hover: map.get( $kendo-palette-gray, 9 ),
|
|
42
|
+
secondary-active: map.get( $kendo-palette-gray, 10 ),
|
|
43
43
|
secondary-emphasis: rgba( map.get( $kendo-palette-gray, 9 ), .40),
|
|
44
44
|
secondary-on-subtle: map.get( $kendo-palette-gray, 13 ),
|
|
45
45
|
on-secondary: map.get( $kendo-palette-gray, "white" ),
|
|
@@ -48,11 +48,11 @@ $_default-colors: (
|
|
|
48
48
|
tertiary-subtle: map.get( $kendo-palette-indigo, 2 ),
|
|
49
49
|
tertiary-subtle-hover: map.get( $kendo-palette-indigo, 3 ),
|
|
50
50
|
tertiary-subtle-active: map.get( $kendo-palette-indigo, 4 ),
|
|
51
|
-
tertiary: map.get( $kendo-palette-indigo,
|
|
52
|
-
tertiary-hover: map.get( $kendo-palette-indigo,
|
|
53
|
-
tertiary-active: map.get( $kendo-palette-indigo,
|
|
51
|
+
tertiary: map.get( $kendo-palette-indigo, 9 ),
|
|
52
|
+
tertiary-hover: map.get( $kendo-palette-indigo, 10 ),
|
|
53
|
+
tertiary-active: map.get( $kendo-palette-indigo, 11 ),
|
|
54
54
|
tertiary-emphasis: rgba( map.get( $kendo-palette-indigo, 8 ), .40),
|
|
55
|
-
tertiary-on-subtle: map.get( $kendo-palette-indigo,
|
|
55
|
+
tertiary-on-subtle: map.get( $kendo-palette-indigo, 13 ),
|
|
56
56
|
on-tertiary: map.get( $kendo-palette-gray, "white" ),
|
|
57
57
|
tertiary-on-surface: map.get( $kendo-palette-indigo, 8 ),
|
|
58
58
|
// Info
|
|
@@ -100,25 +100,25 @@ $_default-colors: (
|
|
|
100
100
|
on-error: map.get( $kendo-palette-gray, "white" ),
|
|
101
101
|
error-on-surface: map.get( $kendo-palette-red, 8 ),
|
|
102
102
|
// Light
|
|
103
|
-
light-subtle: map.get( $kendo-palette-
|
|
104
|
-
light-subtle-hover: map.get( $kendo-palette-
|
|
103
|
+
light-subtle: map.get( $kendo-palette-greige, 1 ),
|
|
104
|
+
light-subtle-hover: map.get( $kendo-palette-greige, 2 ),
|
|
105
105
|
light-subtle-active: map.get( $kendo-palette-gray, 2 ),
|
|
106
106
|
light: map.get( $kendo-palette-gray, 1 ),
|
|
107
|
-
light-hover: map.get( $kendo-palette-
|
|
108
|
-
light-active: map.get( $kendo-palette-
|
|
107
|
+
light-hover: map.get( $kendo-palette-greige, 4 ),
|
|
108
|
+
light-active: map.get( $kendo-palette-greige, 5 ),
|
|
109
109
|
light-emphasis: rgba( map.get( $kendo-palette-gray, 14 ), .10),
|
|
110
110
|
light-on-subtle: map.get( $kendo-palette-gray, 11 ),
|
|
111
111
|
on-light: map.get( $kendo-palette-gray, "black" ),
|
|
112
112
|
light-on-surface: map.get( $kendo-palette-gray, 1 ),
|
|
113
113
|
// Dark
|
|
114
|
-
dark-subtle: map.get( $kendo-palette-gray,
|
|
115
|
-
dark-subtle-hover: map.get( $kendo-palette-gray,
|
|
116
|
-
dark-subtle-active: map.get( $kendo-palette-gray,
|
|
114
|
+
dark-subtle: map.get( $kendo-palette-gray, 4 ),
|
|
115
|
+
dark-subtle-hover: map.get( $kendo-palette-gray, 5 ),
|
|
116
|
+
dark-subtle-active: map.get( $kendo-palette-gray, 6 ),
|
|
117
117
|
dark: map.get( $kendo-palette-gray, 14 ),
|
|
118
|
-
dark-hover: map.get( $kendo-palette-
|
|
119
|
-
dark-active: map.get( $kendo-palette-
|
|
118
|
+
dark-hover: map.get( $kendo-palette-greige, 12 ),
|
|
119
|
+
dark-active: map.get( $kendo-palette-greige, 11 ),
|
|
120
120
|
dark-emphasis: rgba( map.get( $kendo-palette-gray, 14 ), .40),
|
|
121
|
-
dark-on-subtle: map.get( $kendo-palette-gray,
|
|
121
|
+
dark-on-subtle: map.get( $kendo-palette-gray, 11 ),
|
|
122
122
|
on-dark: map.get( $kendo-palette-gray, "white" ),
|
|
123
123
|
dark-on-surface: map.get( $kendo-palette-gray, 14 ),
|
|
124
124
|
// Inverse
|
|
@@ -27,7 +27,7 @@ $kendo-line-height: 1.5 !default;
|
|
|
27
27
|
$kendo-line-height-xs: 1 !default;
|
|
28
28
|
/// The small line height across all components.
|
|
29
29
|
/// @group typography
|
|
30
|
-
$kendo-line-height-sm: 1.
|
|
30
|
+
$kendo-line-height-sm: 1.2 !default;
|
|
31
31
|
/// The medium line height across all components.
|
|
32
32
|
/// @group typography
|
|
33
33
|
$kendo-line-height-md: $kendo-line-height !default;
|
|
@@ -16,10 +16,10 @@ $kendo-dialog-titlebar-border: inherit !default;
|
|
|
16
16
|
|
|
17
17
|
/// The horizontal padding of the Dialog action buttons.
|
|
18
18
|
/// @group dialog
|
|
19
|
-
$kendo-dialog-buttongroup-padding-x:
|
|
19
|
+
$kendo-dialog-buttongroup-padding-x: k-spacing(3) !default;
|
|
20
20
|
/// The vertical padding of the Dialog action buttons.
|
|
21
21
|
/// @group dialog
|
|
22
|
-
$kendo-dialog-buttongroup-padding-y:
|
|
22
|
+
$kendo-dialog-buttongroup-padding-y: k-spacing(3) !default;
|
|
23
23
|
/// The width of the top border of the Dialog action buttons.
|
|
24
24
|
/// @group dialog
|
|
25
25
|
$kendo-dialog-buttongroup-border-width: 1px !default;
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -13,36 +13,30 @@ $kendo-fab-border-width: 1px !default;
|
|
|
13
13
|
$kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
|
|
14
14
|
/// The font size of the FAB.
|
|
15
15
|
/// @group floating-action-button
|
|
16
|
-
$kendo-fab-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
|
+
$kendo-fab-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
17
17
|
/// The line height of the FAB.
|
|
18
18
|
/// @group floating-action-button
|
|
19
19
|
$kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
|
|
20
20
|
|
|
21
|
-
/// The horizontal padding of the FAB.
|
|
22
|
-
/// @group floating-action-button
|
|
23
|
-
$kendo-fab-padding-x: k-spacing(4) !default;
|
|
24
21
|
/// The horizontal padding of the small FAB.
|
|
25
22
|
/// @group floating-action-button
|
|
26
|
-
$kendo-fab-sm-padding-x: calc( #{
|
|
23
|
+
$kendo-fab-sm-padding-x: calc( #{k-spacing(4)} / 2 ) !default;
|
|
27
24
|
/// The horizontal padding of the medium FAB.
|
|
28
25
|
/// @group floating-action-button
|
|
29
|
-
$kendo-fab-md-padding-x:
|
|
26
|
+
$kendo-fab-md-padding-x: k-spacing(4) !default;
|
|
30
27
|
/// The horizontal padding of the large FAB.
|
|
31
28
|
/// @group floating-action-button
|
|
32
|
-
$kendo-fab-lg-padding-x: calc( #{
|
|
29
|
+
$kendo-fab-lg-padding-x: calc( #{k-spacing(4)} * 1.5 ) !default;
|
|
33
30
|
|
|
34
|
-
/// The vertical padding of the FAB.
|
|
35
|
-
/// @group floating-action-button
|
|
36
|
-
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
37
31
|
/// The vertical padding of the small FAB.
|
|
38
32
|
/// @group floating-action-button
|
|
39
|
-
$kendo-fab-sm-padding-y: calc( #{
|
|
33
|
+
$kendo-fab-sm-padding-y: calc( #{k-spacing(4)} / 2 ) !default;
|
|
40
34
|
/// The vertical padding of the medium FAB.
|
|
41
35
|
/// @group floating-action-button
|
|
42
|
-
$kendo-fab-md-padding-y:
|
|
36
|
+
$kendo-fab-md-padding-y: k-spacing(4) !default;
|
|
43
37
|
/// The vertical padding of the large FAB.
|
|
44
38
|
/// @group floating-action-button
|
|
45
|
-
$kendo-fab-lg-padding-y: calc( #{
|
|
39
|
+
$kendo-fab-lg-padding-y: calc( #{k-spacing(4)} * 1.5 ) !default;
|
|
46
40
|
|
|
47
41
|
/// The horizontal padding of the FAB icon.
|
|
48
42
|
/// @group floating-action-button
|
|
@@ -190,11 +184,9 @@ $kendo-fab-generating-opacity: 40% !default;
|
|
|
190
184
|
$kendo-fab-font-family: $kendo-fab-font-family,
|
|
191
185
|
$kendo-fab-font-size: $kendo-fab-font-size,
|
|
192
186
|
$kendo-fab-line-height: $kendo-fab-line-height,
|
|
193
|
-
$kendo-fab-padding-x: $kendo-fab-padding-x,
|
|
194
187
|
$kendo-fab-sm-padding-x: $kendo-fab-sm-padding-x,
|
|
195
188
|
$kendo-fab-md-padding-x: $kendo-fab-md-padding-x,
|
|
196
189
|
$kendo-fab-lg-padding-x: $kendo-fab-lg-padding-x,
|
|
197
|
-
$kendo-fab-padding-y: $kendo-fab-padding-y,
|
|
198
190
|
$kendo-fab-sm-padding-y: $kendo-fab-sm-padding-y,
|
|
199
191
|
$kendo-fab-md-padding-y: $kendo-fab-md-padding-y,
|
|
200
192
|
$kendo-fab-lg-padding-y: $kendo-fab-lg-padding-y,
|
|
@@ -20,10 +20,10 @@ $kendo-floating-label-line-height: $kendo-input-line-height !default;
|
|
|
20
20
|
$kendo-floating-label-height: calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) !default;
|
|
21
21
|
/// The horizontal offset of the Floating Label.
|
|
22
22
|
/// @group floating-label
|
|
23
|
-
$kendo-floating-label-offset-x: calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) !default;
|
|
23
|
+
$kendo-floating-label-offset-x: calc( #{$kendo-input-md-padding-x} + #{$kendo-input-border-width} ) !default;
|
|
24
24
|
/// The vertical offset of the Floating Label.
|
|
25
25
|
/// @group floating-label
|
|
26
|
-
$kendo-floating-label-offset-y: calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) !default;
|
|
26
|
+
$kendo-floating-label-offset-y: calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-md-padding-y} ) !default;
|
|
27
27
|
|
|
28
28
|
/// The transformation scale of the focused Floating Label.
|
|
29
29
|
/// @group floating-label
|
package/scss/forms/_theme.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
/// The padding of the inline Form.
|
|
9
9
|
/// @group form
|
|
10
|
-
$kendo-form-spacer:
|
|
10
|
+
$kendo-form-spacer: k-spacing(8) !default;
|
|
11
11
|
|
|
12
12
|
/// The font size of the Form.
|
|
13
13
|
/// @group form
|
|
@@ -21,14 +21,14 @@ $kendo-form-line-height: 1.5 !default;
|
|
|
21
21
|
$kendo-form-fieldset-margin: 2rem 0 0 !default;
|
|
22
22
|
/// The padding of the Form fieldset.
|
|
23
23
|
/// @group form
|
|
24
|
-
$kendo-form-fieldset-padding:
|
|
24
|
+
$kendo-form-fieldset-padding: 0 !default;
|
|
25
25
|
|
|
26
26
|
/// The margin of the Form legend.
|
|
27
27
|
/// @group form
|
|
28
28
|
$kendo-form-legend-margin: 0 0 1rem !default;
|
|
29
29
|
/// The padding of the Form legend.
|
|
30
30
|
/// @group form
|
|
31
|
-
$kendo-form-legend-padding:
|
|
31
|
+
$kendo-form-legend-padding: 0 !default;
|
|
32
32
|
/// The border width of the Form legend.
|
|
33
33
|
/// @group form
|
|
34
34
|
$kendo-form-legend-border-width: 0 0 2px !default;
|
|
@@ -270,8 +270,8 @@ $kendo-grid-filter-menu-item-spacing-y: k-spacing(2) !default;
|
|
|
270
270
|
$kendo-grid-column-menu-popup-padding-x: null !default;
|
|
271
271
|
$kendo-grid-column-menu-popup-padding-y: null !default;
|
|
272
272
|
|
|
273
|
-
$kendo-grid-column-menu-item-padding-x: $kendo-menu-popup-item-padding-x !default;
|
|
274
|
-
$kendo-grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y !default;
|
|
273
|
+
$kendo-grid-column-menu-item-padding-x: $kendo-menu-popup-md-item-padding-x !default;
|
|
274
|
+
$kendo-grid-column-menu-item-padding-y: $kendo-menu-popup-md-item-padding-y !default;
|
|
275
275
|
|
|
276
276
|
$kendo-grid-column-menu-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
277
277
|
$kendo-grid-column-menu-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
package/scss/input/_layout.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "sass:map";
|
|
1
2
|
@use "../core/_index.scss" as *;
|
|
2
3
|
@use "../core/motion/index.import.scss" as *;
|
|
3
4
|
@use "./_variables.scss" as *;
|
|
@@ -12,4 +13,18 @@
|
|
|
12
13
|
transition: $kendo-transition;
|
|
13
14
|
}
|
|
14
15
|
|
|
16
|
+
// Sizing
|
|
17
|
+
@each $size, $size-props in $kendo-input-sizes {
|
|
18
|
+
$_padding-x: map.get( $size-props, padding-x );
|
|
19
|
+
|
|
20
|
+
.k-input-#{$size} {
|
|
21
|
+
.k-input-prefix > .k-icon,
|
|
22
|
+
.k-input-prefix > .k-input-prefix-text,
|
|
23
|
+
.k-input-suffix > .k-icon,
|
|
24
|
+
.k-input-suffix > .k-input-suffix-text {
|
|
25
|
+
padding-inline: $_padding-x;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
15
30
|
}
|