@progress/kendo-theme-bootstrap 12.3.1-dev.8 → 13.0.0-dev.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.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 +20507 -15833
- package/dist/meta/sassdoc-raw-data.json +10090 -7798
- package/dist/meta/variables.json +715 -465
- 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 +1 -1
- 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 +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -24
- package/scss/badge/_variables.scss +22 -43
- package/scss/bottom-navigation/_variables.scss +12 -17
- package/scss/breadcrumb/_variables.scss +6 -30
- package/scss/button/_variables.scss +22 -42
- package/scss/calendar/_variables.scss +9 -31
- package/scss/card/_variables.scss +7 -17
- package/scss/checkbox/_layout.scss +15 -9
- package/scss/checkbox/_variables.scss +13 -23
- package/scss/chip/_theme.scss +0 -2
- package/scss/chip/_variables.scss +38 -50
- package/scss/coloreditor/_variables.scss +9 -41
- package/scss/colorgradient/_variables.scss +11 -42
- package/scss/colorpalette/_variables.scss +7 -19
- package/scss/column-menu/_variables.scss +6 -25
- package/scss/datetimepicker/_variables.scss +6 -16
- package/scss/dialog/_variables.scss +7 -10
- package/scss/fab/_theme.scss +78 -72
- package/scss/fab/_variables.scss +21 -34
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +7 -17
- package/scss/grid/_variables.scss +7 -41
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_layout.scss +8 -4
- package/scss/input/_variables.scss +36 -34
- package/scss/list/_variables.scss +6 -73
- package/scss/loader/_variables.scss +13 -17
- package/scss/menu/_variables.scss +6 -0
- package/scss/messagebox/_variables.scss +8 -17
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +7 -13
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_variables.scss +6 -18
- package/scss/pager/_variables.scss +7 -26
- package/scss/radio/_variables.scss +7 -22
- package/scss/signature/_variables.scss +0 -21
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +4 -45
- package/scss/switch/_variables.scss +101 -7
- package/scss/table/_variables.scss +6 -25
- package/scss/tabstrip/_variables.scss +6 -25
- package/scss/timeselector/_variables.scss +24 -42
- package/scss/toolbar/_variables.scss +16 -27
- package/scss/tooltip/_functions.scss +3 -3
- package/scss/tooltip/_variables.scss +1 -13
- package/scss/treeview/_variables.scss +8 -33
- package/scss/window/_variables.scss +12 -20
|
@@ -1,20 +1,26 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.scss" as *;
|
|
3
|
+
@use "./variables.scss" as *;
|
|
2
4
|
@use "@progress/kendo-theme-core/scss/components/checkbox/_layout.scss" as *;
|
|
3
5
|
|
|
4
|
-
|
|
5
6
|
@mixin kendo-checkbox--layout() {
|
|
6
7
|
|
|
7
8
|
@include kendo-checkbox--layout-base();
|
|
8
9
|
|
|
9
10
|
// Override inherited bootstrap border radius
|
|
10
|
-
.k-checkbox
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
.k-checkbox {
|
|
12
|
+
#{k-when-default($kendo-checkbox-default-roundness, "sm")}
|
|
13
|
+
&.k-rounded-sm {
|
|
14
|
+
border-radius: calc( #{k-border-radius(sm)} / 2 );
|
|
15
|
+
}
|
|
16
|
+
#{k-when-default($kendo-checkbox-default-roundness, "md")}
|
|
17
|
+
&.k-rounded-md {
|
|
18
|
+
border-radius: k-border-radius(sm);
|
|
19
|
+
}
|
|
20
|
+
#{k-when-default($kendo-checkbox-default-roundness, "lg")}
|
|
21
|
+
&.k-rounded-lg {
|
|
22
|
+
border-radius: k-border-radius(md);
|
|
23
|
+
}
|
|
18
24
|
}
|
|
19
25
|
|
|
20
26
|
}
|
|
@@ -38,27 +38,6 @@ $kendo-checkbox-md-ripple-size: 300% !default;
|
|
|
38
38
|
/// @group checkbox
|
|
39
39
|
$kendo-checkbox-lg-ripple-size: 300% !default;
|
|
40
40
|
|
|
41
|
-
// A map with the different CheckBox sizes
|
|
42
|
-
/// The sizes of the CheckBox.
|
|
43
|
-
/// @group checkbox
|
|
44
|
-
$kendo-checkbox-sizes: (
|
|
45
|
-
sm: (
|
|
46
|
-
size: $kendo-checkbox-sm-size,
|
|
47
|
-
glyph-size: $kendo-checkbox-sm-glyph-size,
|
|
48
|
-
ripple-size: $kendo-checkbox-sm-ripple-size
|
|
49
|
-
),
|
|
50
|
-
md: (
|
|
51
|
-
size: $kendo-checkbox-md-size,
|
|
52
|
-
glyph-size: $kendo-checkbox-md-glyph-size,
|
|
53
|
-
ripple-size: $kendo-checkbox-md-ripple-size
|
|
54
|
-
),
|
|
55
|
-
lg: (
|
|
56
|
-
size: $kendo-checkbox-lg-size,
|
|
57
|
-
glyph-size: $kendo-checkbox-lg-glyph-size,
|
|
58
|
-
ripple-size: $kendo-checkbox-lg-ripple-size
|
|
59
|
-
)
|
|
60
|
-
) !default;
|
|
61
|
-
|
|
62
41
|
/// The background color of CheckBox.
|
|
63
42
|
/// @group checkbox
|
|
64
43
|
$kendo-checkbox-bg: k-color(surface-alt) !default;
|
|
@@ -139,6 +118,16 @@ $kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
|
139
118
|
/// @group checkbox
|
|
140
119
|
$kendo-checkbox-invalid-border: k-color(error-on-surface) !default;
|
|
141
120
|
|
|
121
|
+
/// The default size of the Checkbox.
|
|
122
|
+
/// @group checkbox
|
|
123
|
+
/// @role default
|
|
124
|
+
$kendo-checkbox-default-size: "md" !default;
|
|
125
|
+
|
|
126
|
+
/// The default border radius of the Checkbox.
|
|
127
|
+
/// @group checkbox
|
|
128
|
+
/// @role default
|
|
129
|
+
$kendo-checkbox-default-roundness: "md" !default;
|
|
130
|
+
|
|
142
131
|
|
|
143
132
|
// CheckBox indicator
|
|
144
133
|
|
|
@@ -205,7 +194,6 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
205
194
|
$kendo-checkbox-sm-ripple-size: $kendo-checkbox-sm-ripple-size,
|
|
206
195
|
$kendo-checkbox-md-ripple-size: $kendo-checkbox-md-ripple-size,
|
|
207
196
|
$kendo-checkbox-lg-ripple-size: $kendo-checkbox-lg-ripple-size,
|
|
208
|
-
$kendo-checkbox-sizes: $kendo-checkbox-sizes,
|
|
209
197
|
$kendo-checkbox-bg: $kendo-checkbox-bg,
|
|
210
198
|
$kendo-checkbox-text: $kendo-checkbox-text,
|
|
211
199
|
$kendo-checkbox-border: $kendo-checkbox-border,
|
|
@@ -241,5 +229,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
241
229
|
$kendo-checkbox-list-item-padding-x: $kendo-checkbox-list-item-padding-x,
|
|
242
230
|
$kendo-checkbox-list-item-padding-y: $kendo-checkbox-list-item-padding-y,
|
|
243
231
|
$kendo-checkbox-ripple-bg: $kendo-checkbox-ripple-bg,
|
|
244
|
-
$kendo-checkbox-ripple-opacity: $kendo-checkbox-ripple-opacity
|
|
232
|
+
$kendo-checkbox-ripple-opacity: $kendo-checkbox-ripple-opacity,
|
|
233
|
+
$kendo-checkbox-default-size: $kendo-checkbox-default-size,
|
|
234
|
+
$kendo-checkbox-default-roundness: $kendo-checkbox-default-roundness
|
|
245
235
|
);
|
package/scss/chip/_theme.scss
CHANGED
|
@@ -5,6 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
// Chip
|
|
7
7
|
|
|
8
|
+
/// The default theme color of the Chip.
|
|
9
|
+
/// @group chip
|
|
10
|
+
/// @role default
|
|
11
|
+
$kendo-chip-default-theme-color: "base" !default;
|
|
12
|
+
/// The default fill mode of the Chip.
|
|
13
|
+
/// @group chip
|
|
14
|
+
/// @role default
|
|
15
|
+
$kendo-chip-default-fill-mode: "solid" !default;
|
|
16
|
+
/// The default roundness of the Chip.
|
|
17
|
+
/// @group chip
|
|
18
|
+
/// @role default
|
|
19
|
+
$kendo-chip-default-roundness: "md" !default;
|
|
20
|
+
/// The default size of the Chip.
|
|
21
|
+
/// @group chip
|
|
22
|
+
/// @role default
|
|
23
|
+
$kendo-chip-default-size: "md" !default;
|
|
24
|
+
|
|
8
25
|
/// The width of the border around the Chip.
|
|
9
26
|
/// @group chip
|
|
10
27
|
$kendo-chip-border-width: 1px !default;
|
|
@@ -38,7 +55,7 @@ $kendo-chip-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
|
38
55
|
|
|
39
56
|
/// The font size of the Chip.
|
|
40
57
|
/// @group chip
|
|
41
|
-
$kendo-chip-font-size:
|
|
58
|
+
$kendo-chip-font-size: null !default;
|
|
42
59
|
/// The font size of the small Chip.
|
|
43
60
|
/// @group chip
|
|
44
61
|
$kendo-chip-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
@@ -51,58 +68,25 @@ $kendo-chip-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
51
68
|
|
|
52
69
|
/// The Chip's line height that is related to the $kendo-font-size.
|
|
53
70
|
/// @group chip
|
|
54
|
-
$kendo-chip-line-height:
|
|
71
|
+
$kendo-chip-line-height: null !default;
|
|
55
72
|
/// The small Chip's line height that is related to the $kendo-font-size.
|
|
56
73
|
/// @group chip
|
|
57
|
-
$kendo-chip-sm-line-height:
|
|
74
|
+
$kendo-chip-sm-line-height: 1.25 !default;
|
|
58
75
|
/// The medium Chip's line height that is related to the $kendo-font-size.
|
|
59
76
|
/// @group chip
|
|
60
|
-
$kendo-chip-md-line-height:
|
|
77
|
+
$kendo-chip-md-line-height: 1.25 !default;
|
|
61
78
|
/// The large Chip's line height that is related to the $kendo-font-size.
|
|
62
79
|
/// @group chip
|
|
63
|
-
$kendo-chip-lg-line-height:
|
|
80
|
+
$kendo-chip-lg-line-height: 1.25 !default;
|
|
64
81
|
|
|
65
|
-
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
82
|
+
$kendo-chip-calc-size: calc( #{$kendo-chip-md-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
66
83
|
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
67
84
|
|
|
68
85
|
|
|
69
|
-
/// The map with the sizes of the Chip.
|
|
70
|
-
/// @group chip
|
|
71
|
-
$kendo-chip-sizes: (
|
|
72
|
-
sm: (
|
|
73
|
-
padding-x: $kendo-chip-sm-padding-x,
|
|
74
|
-
padding-y: $kendo-chip-sm-padding-y,
|
|
75
|
-
font-size: $kendo-chip-sm-font-size,
|
|
76
|
-
line-height: $kendo-chip-sm-line-height
|
|
77
|
-
),
|
|
78
|
-
md: (
|
|
79
|
-
padding-x: $kendo-chip-md-padding-x,
|
|
80
|
-
padding-y: $kendo-chip-md-padding-y,
|
|
81
|
-
font-size: $kendo-chip-md-font-size,
|
|
82
|
-
line-height: $kendo-chip-md-line-height
|
|
83
|
-
),
|
|
84
|
-
lg: (
|
|
85
|
-
padding-x: $kendo-chip-lg-padding-x,
|
|
86
|
-
padding-y: $kendo-chip-lg-padding-y,
|
|
87
|
-
font-size: $kendo-chip-lg-font-size,
|
|
88
|
-
line-height: $kendo-chip-lg-line-height
|
|
89
|
-
)
|
|
90
|
-
) !default;
|
|
91
|
-
|
|
92
86
|
/// The base background color of the Chip.
|
|
93
87
|
/// @group chip
|
|
94
88
|
$kendo-chip-base-bg: k-color(base-subtle) !default;
|
|
95
89
|
|
|
96
|
-
/// The theme colors map for the Chip.
|
|
97
|
-
/// @group chip
|
|
98
|
-
$kendo-chip-theme-colors: (
|
|
99
|
-
"base": $kendo-chip-base-bg,
|
|
100
|
-
"error": k-color(error-subtle),
|
|
101
|
-
"info": k-color(info-subtle),
|
|
102
|
-
"warning": k-color(warning-subtle),
|
|
103
|
-
"success": k-color(success-subtle)
|
|
104
|
-
) !default;
|
|
105
|
-
|
|
106
90
|
/// The base background color of the solid Chip.
|
|
107
91
|
/// @group chip
|
|
108
92
|
$kendo-chip-solid-bg: $kendo-chip-base-bg !default;
|
|
@@ -166,18 +150,22 @@ $kendo-chip-disabled-bg: null !default;
|
|
|
166
150
|
$kendo-chip-disabled-border: $kendo-chip-disabled-bg !default;
|
|
167
151
|
|
|
168
152
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
153
|
+
/// The sizes of the small Chip list.
|
|
154
|
+
/// @group chip
|
|
155
|
+
$kendo-chip-list-size-sm: k-spacing(1) !default;
|
|
156
|
+
/// The sizes of the medium Chip list.
|
|
157
|
+
/// @group chip
|
|
158
|
+
$kendo-chip-list-size-md: k-spacing(1) !default;
|
|
159
|
+
/// The sizes of the large Chip list.
|
|
172
160
|
/// @group chip
|
|
173
|
-
$kendo-chip-list-
|
|
174
|
-
sm: k-spacing(1),
|
|
175
|
-
md: k-spacing(1),
|
|
176
|
-
lg: k-spacing(1)
|
|
177
|
-
) !default;
|
|
161
|
+
$kendo-chip-list-size-lg: k-spacing(1) !default;
|
|
178
162
|
|
|
179
163
|
|
|
180
164
|
@forward "@progress/kendo-theme-core/scss/components/chip/_variables.scss" with (
|
|
165
|
+
$kendo-chip-default-theme-color: $kendo-chip-default-theme-color,
|
|
166
|
+
$kendo-chip-default-fill-mode: $kendo-chip-default-fill-mode,
|
|
167
|
+
$kendo-chip-default-roundness: $kendo-chip-default-roundness,
|
|
168
|
+
$kendo-chip-default-size: $kendo-chip-default-size,
|
|
181
169
|
$kendo-chip-border-width: $kendo-chip-border-width,
|
|
182
170
|
$kendo-chip-spacing: $kendo-chip-spacing,
|
|
183
171
|
$kendo-chip-sm-padding-x: $kendo-chip-sm-padding-x,
|
|
@@ -197,9 +185,7 @@ $kendo-chip-list-sizes: (
|
|
|
197
185
|
$kendo-chip-lg-line-height: $kendo-chip-lg-line-height,
|
|
198
186
|
$kendo-chip-calc-size: $kendo-chip-calc-size,
|
|
199
187
|
$kendo-chip-sm-calc-size: $kendo-chip-sm-calc-size,
|
|
200
|
-
$kendo-chip-sizes: $kendo-chip-sizes,
|
|
201
188
|
$kendo-chip-base-bg: $kendo-chip-base-bg,
|
|
202
|
-
$kendo-chip-theme-colors: $kendo-chip-theme-colors,
|
|
203
189
|
$kendo-chip-solid-bg: $kendo-chip-solid-bg,
|
|
204
190
|
$kendo-chip-solid-text: $kendo-chip-solid-text,
|
|
205
191
|
$kendo-chip-solid-border: $kendo-chip-solid-border,
|
|
@@ -218,5 +204,7 @@ $kendo-chip-list-sizes: (
|
|
|
218
204
|
$kendo-chip-disabled-bg: $kendo-chip-disabled-bg,
|
|
219
205
|
$kendo-chip-disabled-text: $kendo-chip-disabled-text,
|
|
220
206
|
$kendo-chip-disabled-border: $kendo-chip-disabled-border,
|
|
221
|
-
$kendo-chip-list-
|
|
207
|
+
$kendo-chip-list-size-sm: $kendo-chip-list-size-sm,
|
|
208
|
+
$kendo-chip-list-size-md: $kendo-chip-list-size-md,
|
|
209
|
+
$kendo-chip-list-size-lg: $kendo-chip-list-size-lg
|
|
222
210
|
);
|
|
@@ -2,19 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
// ColorEditor/FlatColorPicker
|
|
4
4
|
|
|
5
|
+
/// The default size of the ColorEditor.
|
|
6
|
+
/// @group color-editor
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-color-editor-default-size: "md" !default;
|
|
9
|
+
|
|
5
10
|
/// The spacer of the ColorEditor.
|
|
6
11
|
/// @group color-editor
|
|
7
12
|
$kendo-color-editor-spacer: k-spacing(4) !default;
|
|
8
13
|
|
|
9
14
|
/// The minimum width of the ColorEditor.
|
|
10
15
|
/// @group color-editor
|
|
11
|
-
$kendo-color-editor-min-width:
|
|
16
|
+
$kendo-color-editor-min-width: null !default;
|
|
12
17
|
/// The minimum width of the ColorEditor.
|
|
13
18
|
/// @group color-editor
|
|
14
19
|
$kendo-color-editor-sm-min-width: 266px !default;
|
|
15
20
|
/// The minimum width of the ColorEditor.
|
|
16
21
|
/// @group color-editor
|
|
17
|
-
$kendo-color-editor-md-min-width:
|
|
22
|
+
$kendo-color-editor-md-min-width: 328px !default;
|
|
18
23
|
/// The minimum width of the ColorEditor.
|
|
19
24
|
/// @group color-editor
|
|
20
25
|
$kendo-color-editor-lg-min-width: 362px !default;
|
|
@@ -145,44 +150,8 @@ $kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
|
145
150
|
/// @group color-editor
|
|
146
151
|
$kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
147
152
|
|
|
148
|
-
|
|
149
|
-
/// The size map of the ColorEditor.
|
|
150
|
-
/// @group color-editor
|
|
151
|
-
$kendo-color-editor-sizes: (
|
|
152
|
-
sm: (
|
|
153
|
-
min-width: $kendo-color-editor-sm-min-width,
|
|
154
|
-
header-padding-x: $kendo-color-editor-sm-header-padding-x,
|
|
155
|
-
header-padding-y: $kendo-color-editor-sm-header-padding-y,
|
|
156
|
-
views-padding-x: $kendo-color-editor-sm-views-padding-x,
|
|
157
|
-
views-padding-y: $kendo-color-editor-sm-views-padding-y,
|
|
158
|
-
preview-gap: $kendo-color-editor-sm-preview-gap,
|
|
159
|
-
preview-width: $kendo-color-editor-sm-color-preview-width,
|
|
160
|
-
preview-height: $kendo-color-editor-sm-color-preview-height,
|
|
161
|
-
|
|
162
|
-
),
|
|
163
|
-
md: (
|
|
164
|
-
min-width: $kendo-color-editor-md-min-width,
|
|
165
|
-
header-padding-x: $kendo-color-editor-md-header-padding-x,
|
|
166
|
-
header-padding-y: $kendo-color-editor-md-header-padding-y,
|
|
167
|
-
views-padding-x: $kendo-color-editor-md-views-padding-x,
|
|
168
|
-
views-padding-y: $kendo-color-editor-md-views-padding-y,
|
|
169
|
-
preview-gap: $kendo-color-editor-md-preview-gap,
|
|
170
|
-
preview-width: $kendo-color-editor-md-color-preview-width,
|
|
171
|
-
preview-height: $kendo-color-editor-md-color-preview-height,
|
|
172
|
-
),
|
|
173
|
-
lg: (
|
|
174
|
-
min-width: $kendo-color-editor-lg-min-width,
|
|
175
|
-
header-padding-x: $kendo-color-editor-lg-header-padding-x,
|
|
176
|
-
header-padding-y: $kendo-color-editor-lg-header-padding-y,
|
|
177
|
-
views-padding-x: $kendo-color-editor-lg-views-padding-x,
|
|
178
|
-
views-padding-y: $kendo-color-editor-lg-views-padding-y,
|
|
179
|
-
preview-gap: $kendo-color-editor-lg-preview-gap,
|
|
180
|
-
preview-width: $kendo-color-editor-lg-color-preview-width,
|
|
181
|
-
preview-height: $kendo-color-editor-lg-color-preview-height,
|
|
182
|
-
)
|
|
183
|
-
) !default;
|
|
184
|
-
|
|
185
153
|
@forward "@progress/kendo-theme-core/scss/components/coloreditor/_variables.scss" with (
|
|
154
|
+
$kendo-color-editor-default-size: $kendo-color-editor-default-size,
|
|
186
155
|
$kendo-color-editor-spacer: $kendo-color-editor-spacer,
|
|
187
156
|
$kendo-color-editor-min-width: $kendo-color-editor-min-width,
|
|
188
157
|
$kendo-color-editor-sm-min-width: $kendo-color-editor-sm-min-width,
|
|
@@ -226,6 +195,5 @@ $kendo-color-editor-sizes: (
|
|
|
226
195
|
$kendo-color-editor-lg-views-padding-x: $kendo-color-editor-lg-views-padding-x,
|
|
227
196
|
$kendo-color-editor-color-gradient-focus-outline-color: $kendo-color-editor-color-gradient-focus-outline-color,
|
|
228
197
|
$kendo-color-editor-color-gradient-focus-outline: $kendo-color-editor-color-gradient-focus-outline,
|
|
229
|
-
$kendo-color-editor-color-gradient-focus-outline-offset: $kendo-color-editor-color-gradient-focus-outline-offset
|
|
230
|
-
$kendo-color-editor-sizes: $kendo-color-editor-sizes
|
|
198
|
+
$kendo-color-editor-color-gradient-focus-outline-offset: $kendo-color-editor-color-gradient-focus-outline-offset
|
|
231
199
|
);
|
|
@@ -3,13 +3,18 @@
|
|
|
3
3
|
|
|
4
4
|
// ColorGradient
|
|
5
5
|
|
|
6
|
+
/// The default size of the ColorGradient.
|
|
7
|
+
/// @group color-gradient
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-color-gradient-default-size: "md" !default;
|
|
10
|
+
|
|
6
11
|
/// The spacer of the ColorGradient.
|
|
7
12
|
/// @group color-gradient
|
|
8
13
|
$kendo-color-gradient-spacer: k-spacing(4) !default;
|
|
9
14
|
|
|
10
15
|
/// The width of the ColorGradient.
|
|
11
16
|
/// @group color-gradient
|
|
12
|
-
$kendo-color-gradient-width:
|
|
17
|
+
$kendo-color-gradient-width: null !default;
|
|
13
18
|
/// The width of the border around the ColorGradient.
|
|
14
19
|
/// @group color-gradient
|
|
15
20
|
$kendo-color-gradient-border-width: 1px !default;
|
|
@@ -18,7 +23,7 @@ $kendo-color-gradient-border-width: 1px !default;
|
|
|
18
23
|
$kendo-color-gradient-border-radius: k-border-radius(md) !default;
|
|
19
24
|
/// The spacing between the sections of the ColorGradient.
|
|
20
25
|
/// @group color-gradient
|
|
21
|
-
$kendo-color-gradient-gap:
|
|
26
|
+
$kendo-color-gradient-gap: null !default;
|
|
22
27
|
/// The font family of the ColorGradient.
|
|
23
28
|
/// @group color-gradient
|
|
24
29
|
$kendo-color-gradient-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -62,17 +67,17 @@ $kendo-color-gradient-lg-padding-x: k-spacing(4.5) !default;
|
|
|
62
67
|
$kendo-color-gradient-sm-width: 266px !default;
|
|
63
68
|
/// The width of the medium ColorGradient.
|
|
64
69
|
/// @group color-gradient
|
|
65
|
-
$kendo-color-gradient-md-width:
|
|
70
|
+
$kendo-color-gradient-md-width: 328px !default;
|
|
66
71
|
/// The width of the large ColorGradient.
|
|
67
72
|
/// @group color-gradient
|
|
68
73
|
$kendo-color-gradient-lg-width: 362px !default;
|
|
69
74
|
|
|
70
75
|
/// The spacing between the sections of the small ColorGradient.
|
|
71
76
|
/// @group color-gradient
|
|
72
|
-
$kendo-color-gradient-sm-gap: $kendo-color-gradient-
|
|
77
|
+
$kendo-color-gradient-sm-gap: $kendo-color-gradient-spacer !default;
|
|
73
78
|
/// The spacing between the sections of the medium ColorGradient.
|
|
74
79
|
/// @group color-gradient
|
|
75
|
-
$kendo-color-gradient-md-gap: $kendo-color-gradient-
|
|
80
|
+
$kendo-color-gradient-md-gap: $kendo-color-gradient-spacer !default;
|
|
76
81
|
/// The spacing between the sections of the large ColorGradient.
|
|
77
82
|
/// @group color-gradient
|
|
78
83
|
$kendo-color-gradient-lg-gap: k-spacing(4.5) !default;
|
|
@@ -214,43 +219,8 @@ $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold,
|
|
|
214
219
|
/// @group color-gradient
|
|
215
220
|
$kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 2 ) !default;
|
|
216
221
|
|
|
217
|
-
/// The size map of the ColorGradient.
|
|
218
|
-
/// @group color-gradient
|
|
219
|
-
$kendo-color-gradient-sizes: (
|
|
220
|
-
sm: (
|
|
221
|
-
width: $kendo-color-gradient-sm-width,
|
|
222
|
-
vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,
|
|
223
|
-
rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,
|
|
224
|
-
input-width: $kendo-color-gradient-sm-input-width,
|
|
225
|
-
gap: $kendo-color-gradient-sm-gap,
|
|
226
|
-
canvas-gap: $kendo-color-gradient-sm-canvas-gap,
|
|
227
|
-
padding-x: $kendo-color-gradient-sm-padding-x,
|
|
228
|
-
padding-y: $kendo-color-gradient-sm-padding-y
|
|
229
|
-
),
|
|
230
|
-
md: (
|
|
231
|
-
width: $kendo-color-gradient-md-width,
|
|
232
|
-
vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,
|
|
233
|
-
rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,
|
|
234
|
-
input-width: $kendo-color-gradient-md-input-width,
|
|
235
|
-
gap: $kendo-color-gradient-md-gap,
|
|
236
|
-
canvas-gap: $kendo-color-gradient-md-canvas-gap,
|
|
237
|
-
padding-x: $kendo-color-gradient-md-padding-x,
|
|
238
|
-
padding-y: $kendo-color-gradient-md-padding-y
|
|
239
|
-
),
|
|
240
|
-
lg: (
|
|
241
|
-
width: $kendo-color-gradient-lg-width,
|
|
242
|
-
vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,
|
|
243
|
-
rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,
|
|
244
|
-
input-width: $kendo-color-gradient-lg-input-width,
|
|
245
|
-
gap: $kendo-color-gradient-lg-gap,
|
|
246
|
-
canvas-gap: $kendo-color-gradient-lg-canvas-gap,
|
|
247
|
-
padding-x: $kendo-color-gradient-lg-padding-x,
|
|
248
|
-
padding-y: $kendo-color-gradient-lg-padding-y
|
|
249
|
-
)
|
|
250
|
-
) !default;
|
|
251
|
-
|
|
252
|
-
|
|
253
222
|
@forward "@progress/kendo-theme-core/scss/components/colorgradient/_variables.scss" with (
|
|
223
|
+
$kendo-color-gradient-default-size: $kendo-color-gradient-default-size,
|
|
254
224
|
$kendo-color-gradient-spacer: $kendo-color-gradient-spacer,
|
|
255
225
|
$kendo-color-gradient-width: $kendo-color-gradient-width,
|
|
256
226
|
$kendo-color-gradient-sm-width: $kendo-color-gradient-sm-width,
|
|
@@ -316,5 +286,4 @@ $kendo-color-gradient-sizes: (
|
|
|
316
286
|
$kendo-color-gradient-lg-input-width: $kendo-color-gradient-lg-input-width,
|
|
317
287
|
$kendo-color-gradient-contrast-ratio-font-weight: $kendo-color-gradient-contrast-ratio-font-weight,
|
|
318
288
|
$kendo-color-gradient-contrast-spacer: $kendo-color-gradient-contrast-spacer,
|
|
319
|
-
$kendo-color-gradient-sizes: $kendo-color-gradient-sizes
|
|
320
289
|
);
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// ColorPalette
|
|
4
4
|
|
|
5
|
+
/// The default size of the ColorPalette.
|
|
6
|
+
/// @group color-palette
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-color-palette-default-size: "md" !default;
|
|
9
|
+
|
|
5
10
|
/// The font family of the ColorPalette.
|
|
6
11
|
/// @group color-palette
|
|
7
12
|
$kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -46,24 +51,8 @@ $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(d
|
|
|
46
51
|
/// @group color-palette
|
|
47
52
|
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 100%, transparent) !default;
|
|
48
53
|
|
|
49
|
-
/// The size map of the ColorPalette.
|
|
50
|
-
/// @group color-palette
|
|
51
|
-
$kendo-color-palette-sizes: (
|
|
52
|
-
sm: (
|
|
53
|
-
width: $kendo-color-palette-sm-tile-width,
|
|
54
|
-
height: $kendo-color-palette-sm-tile-height
|
|
55
|
-
),
|
|
56
|
-
md: (
|
|
57
|
-
width: $kendo-color-palette-md-tile-width,
|
|
58
|
-
height: $kendo-color-palette-md-tile-height
|
|
59
|
-
),
|
|
60
|
-
lg: (
|
|
61
|
-
width: $kendo-color-palette-lg-tile-width,
|
|
62
|
-
height: $kendo-color-palette-lg-tile-height
|
|
63
|
-
)
|
|
64
|
-
) !default;
|
|
65
|
-
|
|
66
54
|
@forward "@progress/kendo-theme-core/scss/components/colorpalette/_variables.scss" with (
|
|
55
|
+
$kendo-color-palette-default-size: $kendo-color-palette-default-size,
|
|
67
56
|
$kendo-color-palette-font-family: $kendo-color-palette-font-family,
|
|
68
57
|
$kendo-color-palette-font-size: $kendo-color-palette-font-size,
|
|
69
58
|
$kendo-color-palette-line-height: $kendo-color-palette-line-height,
|
|
@@ -77,6 +66,5 @@ $kendo-color-palette-sizes: (
|
|
|
77
66
|
$kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-height,
|
|
78
67
|
$kendo-color-palette-tile-focus-shadow: $kendo-color-palette-tile-focus-shadow,
|
|
79
68
|
$kendo-color-palette-tile-hover-shadow: $kendo-color-palette-tile-hover-shadow,
|
|
80
|
-
$kendo-color-palette-tile-selected-shadow: $kendo-color-palette-tile-selected-shadow
|
|
81
|
-
$kendo-color-palette-sizes: $kendo-color-palette-sizes
|
|
69
|
+
$kendo-color-palette-tile-selected-shadow: $kendo-color-palette-tile-selected-shadow
|
|
82
70
|
);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@use "sass:math";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
|
|
4
|
+
/// The default size of the ColumnMenu.
|
|
5
|
+
/// @group column-menu
|
|
6
|
+
/// @role default
|
|
7
|
+
$kendo-column-menu-default-size: "md" !default;
|
|
8
|
+
|
|
4
9
|
/// The horizontal padding of the small ColumnMenu item.
|
|
5
10
|
/// @group column-menu
|
|
6
11
|
$kendo-column-menu-item-sm-padding-x: k-spacing(4) !default;
|
|
@@ -52,29 +57,6 @@ $kendo-column-menu-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
52
57
|
/// @group column-menu
|
|
53
58
|
$kendo-column-menu-font-family: var( --kendo-font-family, inherit ) !default;
|
|
54
59
|
|
|
55
|
-
/// The sizes map for the ColumnMenu.
|
|
56
|
-
/// @group column-menu
|
|
57
|
-
$kendo-column-menu-sizes: (
|
|
58
|
-
sm: (
|
|
59
|
-
padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
60
|
-
padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
61
|
-
font-size: $kendo-column-menu-sm-font-size,
|
|
62
|
-
line-height: $kendo-column-menu-sm-line-height
|
|
63
|
-
),
|
|
64
|
-
md: (
|
|
65
|
-
padding-x: $kendo-column-menu-item-md-padding-x,
|
|
66
|
-
padding-y: $kendo-column-menu-item-md-padding-y,
|
|
67
|
-
font-size: $kendo-column-menu-md-font-size,
|
|
68
|
-
line-height: $kendo-column-menu-md-line-height
|
|
69
|
-
),
|
|
70
|
-
lg: (
|
|
71
|
-
padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
72
|
-
padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
73
|
-
font-size: $kendo-column-menu-lg-font-size,
|
|
74
|
-
line-height: $kendo-column-menu-lg-line-height
|
|
75
|
-
)
|
|
76
|
-
) !default;
|
|
77
|
-
|
|
78
60
|
// Group Menu
|
|
79
61
|
/// The background color of the hovered GroupMenu item action.
|
|
80
62
|
/// @group column-menu
|
|
@@ -91,6 +73,7 @@ $kendo-group-menu-item-border: k-color(border) !default;
|
|
|
91
73
|
|
|
92
74
|
|
|
93
75
|
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
76
|
+
$kendo-column-menu-default-size: $kendo-column-menu-default-size,
|
|
94
77
|
$kendo-column-menu-font-size: $kendo-column-menu-font-size,
|
|
95
78
|
$kendo-column-menu-sm-font-size: $kendo-column-menu-sm-font-size,
|
|
96
79
|
$kendo-column-menu-md-font-size: $kendo-column-menu-md-font-size,
|
|
@@ -106,8 +89,6 @@ $kendo-group-menu-item-border: k-color(border) !default;
|
|
|
106
89
|
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
107
90
|
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
108
91
|
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
109
|
-
$kendo-column-menu-sizes: $kendo-column-menu-sizes,
|
|
110
|
-
// Group Menu
|
|
111
92
|
$kendo-group-menu-item-action-hover-bg: $kendo-group-menu-item-action-hover-bg,
|
|
112
93
|
$kendo-group-menu-item-action-selected-bg: $kendo-group-menu-item-action-selected-bg,
|
|
113
94
|
$kendo-group-menu-item-add-action-text: $kendo-group-menu-item-add-action-text,
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// DateTime
|
|
4
4
|
|
|
5
|
+
/// The default size of the DateTimePicker.
|
|
6
|
+
/// @group date-time-picker
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-datetime-default-size: "md" !default;
|
|
9
|
+
|
|
5
10
|
/// The width of the DateTimePicker.
|
|
6
11
|
/// @group date-time-picker
|
|
7
12
|
$kendo-datetime-width: calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 )) !default;
|
|
@@ -16,25 +21,10 @@ $kendo-datetime-md-width: $kendo-datetime-width !default;
|
|
|
16
21
|
/// @group date-time-picker
|
|
17
22
|
$kendo-datetime-lg-width: calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 )) !default;
|
|
18
23
|
|
|
19
|
-
/// The sizes map for the DateTimePicker.
|
|
20
|
-
/// @group date-time-picker
|
|
21
|
-
$kendo-datetime-sizes: (
|
|
22
|
-
sm: (
|
|
23
|
-
width: $kendo-datetime-sm-width
|
|
24
|
-
),
|
|
25
|
-
md: (
|
|
26
|
-
width: $kendo-datetime-md-width
|
|
27
|
-
),
|
|
28
|
-
lg: (
|
|
29
|
-
width: $kendo-datetime-lg-width
|
|
30
|
-
)
|
|
31
|
-
) !default;
|
|
32
|
-
|
|
33
|
-
|
|
34
24
|
@forward "@progress/kendo-theme-core/scss/components/datetimepicker/_variables.scss" with (
|
|
35
25
|
$kendo-datetime-width: $kendo-datetime-width,
|
|
36
26
|
$kendo-datetime-sm-width: $kendo-datetime-sm-width,
|
|
37
27
|
$kendo-datetime-md-width: $kendo-datetime-md-width,
|
|
38
28
|
$kendo-datetime-lg-width: $kendo-datetime-lg-width,
|
|
39
|
-
$kendo-datetime-
|
|
29
|
+
$kendo-datetime-default-size: $kendo-datetime-default-size
|
|
40
30
|
);
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
// Dialog
|
|
6
6
|
|
|
7
|
+
/// The default theme color of the Dialog.
|
|
8
|
+
/// @group dialog
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-dialog-default-theme-color: null !default;
|
|
11
|
+
|
|
7
12
|
/// The background color of the Dialog titlebar.
|
|
8
13
|
/// @group dialog
|
|
9
14
|
$kendo-dialog-titlebar-bg: unset !default;
|
|
@@ -31,16 +36,9 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
|
31
36
|
/// @group dialog
|
|
32
37
|
$kendo-dialog-bg: k-color(surface-alt) !default;
|
|
33
38
|
|
|
34
|
-
/// The theme colors map for the Dialog.
|
|
35
|
-
/// @group dialog
|
|
36
|
-
$kendo-dialog-theme-colors: (
|
|
37
|
-
"primary": k-color(primary),
|
|
38
|
-
"light": k-color(light),
|
|
39
|
-
"dark": k-color(dark)
|
|
40
|
-
) !default;
|
|
41
|
-
|
|
42
39
|
|
|
43
40
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
41
|
+
$kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
|
|
44
42
|
$kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
|
|
45
43
|
$kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
|
|
46
44
|
$kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
|
|
@@ -48,6 +46,5 @@ $kendo-dialog-theme-colors: (
|
|
|
48
46
|
$kendo-dialog-buttongroup-padding-y: $kendo-dialog-buttongroup-padding-y,
|
|
49
47
|
$kendo-dialog-buttongroup-border-width: $kendo-dialog-buttongroup-border-width,
|
|
50
48
|
$kendo-dialog-button-spacing: $kendo-dialog-button-spacing,
|
|
51
|
-
$kendo-dialog-bg: $kendo-dialog-bg
|
|
52
|
-
$kendo-dialog-theme-colors: $kendo-dialog-theme-colors
|
|
49
|
+
$kendo-dialog-bg: $kendo-dialog-bg
|
|
53
50
|
);
|