@progress/kendo-theme-fluent 11.1.0-dev.3 → 11.1.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/meta/sassdoc-data.json +6971 -11663
- package/dist/meta/sassdoc-raw-data.json +3183 -5358
- package/dist/meta/variables.json +0 -356
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/calendar/_variables.scss +0 -16
- package/scss/card/_variables.scss +1 -4
- package/scss/checkbox/_variables.scss +0 -10
- package/scss/chip/_variables.scss +0 -12
- package/scss/coloreditor/_variables.scss +0 -12
- package/scss/colorgradient/_variables.scss +0 -6
- package/scss/expansion-panel/_variables.scss +0 -3
- package/scss/forms/_variables.scss +0 -32
- package/scss/grid/_variables.scss +2 -78
- package/scss/map/_variables.scss +0 -9
- package/scss/menu/_variables.scss +5 -23
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_variables.scss +0 -6
- package/scss/orgchart/_variables.scss +0 -3
- package/scss/pager/_variables.scss +0 -3
- package/scss/panelbar/_variables.scss +0 -6
- package/scss/radio/_variables.scss +0 -3
- package/scss/rating/_variables.scss +0 -3
- package/scss/scheduler/_variables.scss +0 -7
- package/scss/slider/_variables.scss +0 -15
- package/scss/spreadsheet/_variables.scss +0 -10
- package/scss/table/_variables.scss +0 -6
- package/scss/tabstrip/_variables.scss +0 -7
- package/scss/toolbar/_variables.scss +0 -3
- package/scss/typography/_variables.scss +75 -75
- package/scss/wizard/_variables.scss +0 -3
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "11.1.0-dev.
|
|
4
|
+
"version": "11.1.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "11.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "11.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "11.1.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e3ca3e519a00fa4da7a575c64aba2e6a7e34991d"
|
|
65
65
|
}
|
|
@@ -63,18 +63,12 @@ $kendo-calendar-footer-padding-x: k-spacing(1) !default;
|
|
|
63
63
|
/// @group calendar
|
|
64
64
|
$kendo-calendar-footer-padding-y: k-spacing(1) !default;
|
|
65
65
|
|
|
66
|
-
/// The font size of the calendar cell.
|
|
67
|
-
/// @group calendar
|
|
68
|
-
$kendo-calendar-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
69
66
|
/// The horizontal padding of the calendar cell.
|
|
70
67
|
/// @group calendar
|
|
71
68
|
$kendo-calendar-cell-padding-x: k-spacing(1.5) !default;
|
|
72
69
|
/// The vertical padding of the calendar cell.
|
|
73
70
|
/// @group calendar
|
|
74
71
|
$kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
|
|
75
|
-
/// The line height of the calendar cell.
|
|
76
|
-
/// @group calendar
|
|
77
|
-
$kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
|
|
78
72
|
/// The border radius of the calendar cell.
|
|
79
73
|
/// @group calendar
|
|
80
74
|
$kendo-calendar-cell-border-radius: var( --kendo-border-radius-md, 0) !default;
|
|
@@ -97,9 +91,6 @@ $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
97
91
|
/// The line height of the calendar header cell.
|
|
98
92
|
/// @group calendar
|
|
99
93
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
100
|
-
/// The background color of the calendar header cell.
|
|
101
|
-
/// @group calendar
|
|
102
|
-
$kendo-calendar-header-cell-bg: inherit !default;
|
|
103
94
|
/// The text color of the calendar header cell.
|
|
104
95
|
/// @group calendar
|
|
105
96
|
$kendo-calendar-header-cell-text: inherit !default;
|
|
@@ -183,13 +174,6 @@ $kendo-calendar-other-month-bg: inherit !default;
|
|
|
183
174
|
/// @group calendar
|
|
184
175
|
$kendo-calendar-other-month-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
|
|
185
176
|
|
|
186
|
-
/// The background color of the calendar cells.
|
|
187
|
-
/// @group calendar
|
|
188
|
-
$kendo-calendar-cell-bg: inherit !default;
|
|
189
|
-
/// The text color of the calendar cells.
|
|
190
|
-
/// @group calendar
|
|
191
|
-
$kendo-calendar-cell-text: inherit !default;
|
|
192
|
-
|
|
193
177
|
/// The background color of the calendar cells when hovered.
|
|
194
178
|
/// @group calendar
|
|
195
179
|
$kendo-calendar-cell-hover-bg: k-color(base-hover) !default;
|
|
@@ -63,9 +63,6 @@ $kendo-card-header-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
63
63
|
/// Тhe font family of the Card header.
|
|
64
64
|
/// @group card
|
|
65
65
|
$kendo-card-header-font-family: var( --kendo-font-family, inherit ) !default;
|
|
66
|
-
/// The font weight of the Card header.
|
|
67
|
-
/// @group card
|
|
68
|
-
$kendo-card-header-font-weight: var( --kendo-font-weight, initial ) !default;
|
|
69
66
|
/// The line height of the Card header.
|
|
70
67
|
/// @group card
|
|
71
68
|
$kendo-card-header-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -122,7 +119,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
122
119
|
$kendo-card-title-font-family: var( --kendo-font-family, inherit ) !default;
|
|
123
120
|
/// The font weight of the Card title.
|
|
124
121
|
/// @group card
|
|
125
|
-
$kendo-card-title-font-weight:
|
|
122
|
+
$kendo-card-title-font-weight: var( --kendo-font-weight, initial ) !default;
|
|
126
123
|
/// The line height of the Card title.
|
|
127
124
|
/// @group card
|
|
128
125
|
$kendo-card-title-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -5,10 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
// Checkbox
|
|
7
7
|
|
|
8
|
-
/// The border radius of the CheckBox.
|
|
9
|
-
/// @group checkbox
|
|
10
|
-
$kendo-checkbox-border-radius: null !default;
|
|
11
|
-
|
|
12
8
|
/// The border width of the CheckBox.
|
|
13
9
|
/// @group checkbox
|
|
14
10
|
$kendo-checkbox-border-width: 1px !default;
|
|
@@ -139,9 +135,6 @@ $kendo-checkbox-disabled-indeterminate-text: color-mix(in srgb, k-color(on-app-s
|
|
|
139
135
|
/// @group checkbox
|
|
140
136
|
$kendo-checkbox-disabled-indeterminate-border: color-mix(in srgb, k-color(on-app-surface) 28%, transparent) !default;
|
|
141
137
|
|
|
142
|
-
/// The background color of an invalid CheckBox.
|
|
143
|
-
/// @group checkbox
|
|
144
|
-
$kendo-checkbox-invalid-bg: $kendo-checkbox-bg !default;
|
|
145
138
|
/// The text color of an invalid CheckBox.
|
|
146
139
|
/// @group checkbox
|
|
147
140
|
$kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
@@ -175,9 +168,6 @@ $kendo-checkbox-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns=
|
|
|
175
168
|
/// The image of the indeterminate CheckBox indicator.
|
|
176
169
|
/// @group checkbox
|
|
177
170
|
$kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#0078d4'/></svg>") ) !default;
|
|
178
|
-
/// The image of the hovered and checked CheckBox indicator.
|
|
179
|
-
/// @group checkbox
|
|
180
|
-
$kendo-checkbox-hover-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
|
|
181
171
|
/// The image of the hovered and indeterminate CheckBox indicator.
|
|
182
172
|
/// @group checkbox
|
|
183
173
|
$kendo-checkbox-hover-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='3' y='3' width='10' height='10' rx='2' fill='#106ebe'/></svg>") ) !default;
|
|
@@ -26,18 +26,6 @@ $kendo-chip-avatar-flex-basis: 1em !default;
|
|
|
26
26
|
/// The text color of the disabled Chip.
|
|
27
27
|
/// @group chip
|
|
28
28
|
$kendo-chip-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
|
|
29
|
-
/// The background color of the solid disabled Chip.
|
|
30
|
-
/// @group chip
|
|
31
|
-
$kendo-chip-solid-disabled-bg: k-color(base-subtle) !default;
|
|
32
|
-
/// The border color of the solid disabled Chip.
|
|
33
|
-
/// @group chip
|
|
34
|
-
$kendo-chip-solid-disabled-border: transparent !default;
|
|
35
|
-
/// The background color of the outline disabled Chip.
|
|
36
|
-
/// @group chip
|
|
37
|
-
$kendo-chip-outline-disabled-bg: var( k-color(surface-alt), transparent ) !default;
|
|
38
|
-
/// The border color of the outline disabled Chip.
|
|
39
|
-
/// @group chip
|
|
40
|
-
$kendo-chip-outline-disabled-border: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
|
|
41
29
|
|
|
42
30
|
/// The offset of the outline focused Chip.
|
|
43
31
|
/// @group chip
|
|
@@ -138,34 +138,22 @@ $kendo-color-editor-sm-views-padding-y: k-spacing(2) !default;
|
|
|
138
138
|
/// The horizontal padding of the small ColorEditor views container.
|
|
139
139
|
/// @group color-editor
|
|
140
140
|
$kendo-color-editor-sm-views-padding-x: $kendo-color-editor-views-padding-y !default;
|
|
141
|
-
/// The spacing of the small ColorEditor views container.
|
|
142
|
-
/// @group color-editor
|
|
143
|
-
$kendo-color-editor-sm-views-spacing: k-spacing(4) !default;
|
|
144
141
|
/// The vertical padding of the medium ColorEditor views container.
|
|
145
142
|
/// @group color-editor
|
|
146
143
|
$kendo-color-editor-md-views-padding-y: $kendo-color-editor-views-padding-y !default;
|
|
147
144
|
/// The horizontal padding of the medium ColorEditor views container.
|
|
148
145
|
/// @group color-editor
|
|
149
146
|
$kendo-color-editor-md-views-padding-x: $kendo-color-editor-views-padding-x !default;
|
|
150
|
-
/// The spacing of the medium ColorEditor views container.
|
|
151
|
-
/// @group color-editor
|
|
152
|
-
$kendo-color-editor-md-views-spacing: $kendo-color-editor-views-spacing !default;
|
|
153
147
|
/// The vertical padding of the large ColorEditor views container.
|
|
154
148
|
/// @group color-editor
|
|
155
149
|
$kendo-color-editor-lg-views-padding-y: k-spacing(4) !default;
|
|
156
150
|
/// The horizontal padding of the large ColorEditor views container.
|
|
157
151
|
/// @group color-editor
|
|
158
152
|
$kendo-color-editor-lg-views-padding-x: k-spacing(4) !default;
|
|
159
|
-
/// The spacing of the large ColorEditor views container.
|
|
160
|
-
/// @group color-editor
|
|
161
|
-
$kendo-color-editor-lg-views-spacing: k-spacing(4.5) !default;
|
|
162
153
|
|
|
163
154
|
/// The vertical padding of the ColorEditor footer.
|
|
164
155
|
/// @group color-editor
|
|
165
156
|
$kendo-color-editor-footer-padding-y: k-spacing(2) !default;
|
|
166
|
-
/// The horizontal padding of the ColorEditor footer.
|
|
167
|
-
/// @group color-editor
|
|
168
|
-
$kendo-color-editor-footer-padding-x: k-spacing(2) !default;
|
|
169
157
|
|
|
170
158
|
/// The outline color of the focused ColorGradient.
|
|
171
159
|
/// @group color-editor
|
|
@@ -89,9 +89,6 @@ $kendo-color-gradient-lg-spacing: k-spacing(4.5) !default;
|
|
|
89
89
|
/// The border color of the focused ColorGradient.
|
|
90
90
|
/// @group color-gradient
|
|
91
91
|
$kendo-color-gradient-focus-border: color-mix(in srgb, k-color(border) 10%, transparent) !default;
|
|
92
|
-
/// The box shadow of the focused ColorGradient.
|
|
93
|
-
/// @group color-gradient
|
|
94
|
-
$kendo-color-gradient-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
|
|
95
92
|
|
|
96
93
|
/// The width of the border around the ColorGradient canvas.
|
|
97
94
|
/// @group color-gradient
|
|
@@ -128,9 +125,6 @@ $kendo-color-gradient-lg-canvas-spacing: k-spacing(4) !default;
|
|
|
128
125
|
/// The border color of the ColorGradient canvas hsv rectangle.
|
|
129
126
|
/// @group color-gradient
|
|
130
127
|
$kendo-color-gradient-canvas-rectangle-border: color-mix(in srgb, k-color(border) 16%, transparent) !default;
|
|
131
|
-
/// The box shadow of the ColorGradient canvas drag handle.
|
|
132
|
-
/// @group color-gradient
|
|
133
|
-
$kendo-color-gradient-canvas-draghandle-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
|
|
134
128
|
|
|
135
129
|
/// The width of the ColorGradient slider.
|
|
136
130
|
/// @group color-gradient
|
|
@@ -26,9 +26,6 @@ $kendo-expander-bg: k-color(surface) !default;
|
|
|
26
26
|
/// The border color of the ExpansionPanel.
|
|
27
27
|
/// @group expander
|
|
28
28
|
$kendo-expander-border: color-mix(in srgb, k-color(border) 16%, transparent) !default;
|
|
29
|
-
/// The box shadow of the ExpansionPanel.
|
|
30
|
-
/// @group expander
|
|
31
|
-
$kendo-expander-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(border) 16%, transparent) !default;
|
|
32
29
|
|
|
33
30
|
/// The background color of the expanded ExpansionPanel.
|
|
34
31
|
/// @group expander
|
|
@@ -13,15 +13,6 @@ $kendo-form-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
13
13
|
/// The line height of the Form.
|
|
14
14
|
/// @group form
|
|
15
15
|
$kendo-form-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
-
/// The line height of the Form in em units.
|
|
17
|
-
/// @group form
|
|
18
|
-
$kendo-form-line-height-em: $kendo-line-height-em !default;
|
|
19
|
-
/// The line height of the small Form.
|
|
20
|
-
/// @group form
|
|
21
|
-
$kendo-form-sm-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
22
|
-
/// The line height of the large Form.
|
|
23
|
-
/// @group form
|
|
24
|
-
$kendo-form-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
25
16
|
|
|
26
17
|
/// The margin of the Form fieldset.
|
|
27
18
|
/// @group form
|
|
@@ -72,10 +63,6 @@ $kendo-form-label-margin-bottom: k-spacing(2) !default;
|
|
|
72
63
|
/// @group form
|
|
73
64
|
$kendo-form-label-font-weight: var( --kendo-font-weight-bold, inherit ) !default;
|
|
74
65
|
|
|
75
|
-
/// The horizontal margin of the Form buttons.
|
|
76
|
-
/// @group form
|
|
77
|
-
$kendo-form-button-margin-x: k-spacing(2) !default;
|
|
78
|
-
|
|
79
66
|
/// The font size of the Form hint.
|
|
80
67
|
/// @group form
|
|
81
68
|
$kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
@@ -153,29 +140,10 @@ $kendo-label-optional-font-style: normal !default;
|
|
|
153
140
|
/// The margin of the Form fieldset.
|
|
154
141
|
/// @group form
|
|
155
142
|
$kendo-fieldset-margin: k-spacing(7.5) !default;
|
|
156
|
-
/// The font size of the Form fieldset.
|
|
157
|
-
/// @group form
|
|
158
|
-
$kendo-fieldset-font-size: var( --kendo-font-size-xl, inherit ) !default;
|
|
159
143
|
|
|
160
|
-
/// The background color of the Form fieldset.
|
|
161
|
-
/// @group form
|
|
162
|
-
$kendo-fieldset-bg: transparent !default;
|
|
163
|
-
/// The text color of the Form fieldset.
|
|
164
|
-
/// @group form
|
|
165
|
-
$kendo-fieldset-text: inherit !default;
|
|
166
|
-
/// The border color of the Form fieldset.
|
|
167
|
-
/// @group form
|
|
168
|
-
$kendo-fieldset-border: initial !default;
|
|
169
|
-
|
|
170
|
-
/// The background color of the Form legend.
|
|
171
|
-
/// @group form
|
|
172
|
-
$kendo-fieldset-legend-bg: transparent !default;
|
|
173
144
|
/// The text color of the Form legend.
|
|
174
145
|
/// @group form
|
|
175
146
|
$kendo-fieldset-legend-text: k-color(subtle) !default;
|
|
176
|
-
/// The border color of the Form legend.
|
|
177
|
-
/// @group form
|
|
178
|
-
$kendo-fieldset-legend-border: initial !default;
|
|
179
147
|
|
|
180
148
|
/// The sizes map for the Form.
|
|
181
149
|
/// @group form
|
|
@@ -64,7 +64,6 @@ $kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
|
|
|
64
64
|
/// @group grid
|
|
65
65
|
$kendo-grid-edit-cell-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
66
66
|
|
|
67
|
-
|
|
68
67
|
/// The size of the Grid group drop clue.
|
|
69
68
|
/// @group grid
|
|
70
69
|
$kendo-grid-group-drop-hint-size: 6px !default;
|
|
@@ -170,12 +169,6 @@ $kendo-grid-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
170
169
|
/// The background color of alternating rows in Grid.
|
|
171
170
|
/// @group grid
|
|
172
171
|
$kendo-grid-alt-bg: $kendo-table-alt-row-bg !default;
|
|
173
|
-
/// The text color of alternating rows in Grid.
|
|
174
|
-
/// @group grid
|
|
175
|
-
$kendo-grid-alt-text: $kendo-table-alt-row-text !default;
|
|
176
|
-
/// The border color of alternating rows in Grid.
|
|
177
|
-
/// @group grid
|
|
178
|
-
$kendo-grid-alt-border: $kendo-table-alt-row-border !default;
|
|
179
172
|
|
|
180
173
|
/// The background color of hover rows in Grid.
|
|
181
174
|
/// @group grid
|
|
@@ -200,12 +193,6 @@ $kendo-grid-selected-border: $kendo-table-selected-border !default;
|
|
|
200
193
|
/// The background color of highlighted Grid rows.
|
|
201
194
|
/// @group grid
|
|
202
195
|
$kendo-grid-highlighted-bg: $kendo-table-highlighted-bg !default;
|
|
203
|
-
/// The text color of highlighted Grid rows.
|
|
204
|
-
/// @group grid
|
|
205
|
-
$kendo-grid-highlighted-text: $kendo-table-highlighted-text !default;
|
|
206
|
-
/// The border color of highlighted Grid rows.
|
|
207
|
-
/// @group grid
|
|
208
|
-
$kendo-grid-highlighted-border: $kendo-table-highlighted-border !default;
|
|
209
196
|
/// The font weight of highlighted Grid rows.
|
|
210
197
|
/// @group grid
|
|
211
198
|
$kendo-grid-highlighted-font-weight: $kendo-table-highlighted-font-weight !default;
|
|
@@ -214,16 +201,6 @@ $kendo-grid-highlighted-font-weight: $kendo-table-highlighted-font-weight !defau
|
|
|
214
201
|
/// @group grid
|
|
215
202
|
$kendo-grid-selected-highlighted-bg: $kendo-table-selected-highlighted-bg !default;
|
|
216
203
|
|
|
217
|
-
/// The background color of hovered selected rows in Grid.
|
|
218
|
-
/// @group grid
|
|
219
|
-
$kendo-grid-selected-hover-bg: $kendo-table-selected-hover-bg !default;
|
|
220
|
-
/// The text color of hovered selected rows in Grid.
|
|
221
|
-
/// @group grid
|
|
222
|
-
$kendo-grid-selected-hover-text: $kendo-table-selected-hover-text !default;
|
|
223
|
-
/// The border color of hovered selected rows in Grid.
|
|
224
|
-
/// @group grid
|
|
225
|
-
$kendo-grid-selected-hover-border: $kendo-table-selected-hover-border !default;
|
|
226
|
-
|
|
227
204
|
/// The vertical border width of the Grid header.
|
|
228
205
|
/// @group grid
|
|
229
206
|
$kendo-grid-header-border-width-y: $kendo-grid-border-width !default;
|
|
@@ -251,9 +228,6 @@ $kendo-grid-header-text: $kendo-table-header-text !default;
|
|
|
251
228
|
/// The border color of Grid header.
|
|
252
229
|
/// @group grid
|
|
253
230
|
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
254
|
-
/// The background color of Grid header icons.
|
|
255
|
-
/// @group grid
|
|
256
|
-
$kendo-grid-header-icon-text: k-color(subtle) !default;
|
|
257
231
|
|
|
258
232
|
// The background color of Grid footer.
|
|
259
233
|
/// @group grid
|
|
@@ -317,15 +291,6 @@ $kendo-grid-filter-cell-padding-x: $kendo-grid-padding-y !default;
|
|
|
317
291
|
/// @group grid
|
|
318
292
|
$kendo-grid-filter-cell-padding-y: $kendo-grid-filter-cell-padding-x !default;
|
|
319
293
|
|
|
320
|
-
/// The horizontal padding of the Grid Toolbar.
|
|
321
|
-
/// @group grid
|
|
322
|
-
$kendo-grid-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
323
|
-
/// The vertical padding of the Grid Toolbar.
|
|
324
|
-
/// @group grid
|
|
325
|
-
$kendo-grid-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
326
|
-
/// The spacing of the Grid Toolbar.
|
|
327
|
-
/// @group grid
|
|
328
|
-
$kendo-grid-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
329
294
|
/// The border width of the Grid Toolbar.
|
|
330
295
|
/// @group grid
|
|
331
296
|
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
@@ -339,12 +304,7 @@ $kendo-grid-cell-border-width-x: 0px !default;
|
|
|
339
304
|
/// The font size of the Grid sort index.
|
|
340
305
|
/// @group grid
|
|
341
306
|
$kendo-grid-sort-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
342
|
-
|
|
343
|
-
/// @group grid
|
|
344
|
-
$kendo-grid-sort-index-height: var( --kendo-icon-size, 1rem ) !default;
|
|
345
|
-
/// The horizontal offset of the Grid sort index.
|
|
346
|
-
/// @group grid
|
|
347
|
-
$kendo-grid-sort-index-spacing-y: calc( var( --kendo-icon-spacing, .5rem ) / 4 ) !default;
|
|
307
|
+
|
|
348
308
|
/// The vertical offset of the Grid sort index.
|
|
349
309
|
/// @group grid
|
|
350
310
|
$kendo-grid-sort-index-spacing-x: k-spacing(0.5) !default;
|
|
@@ -361,41 +321,10 @@ $kendo-grid-sort-indicator-order-text: k-color(primary) !default;
|
|
|
361
321
|
/// @group grid
|
|
362
322
|
$kendo-grid-sorted-bg: k-color(surface) !default;
|
|
363
323
|
|
|
364
|
-
/// The horizontal padding of the Grid command cells.
|
|
365
|
-
/// @group grid
|
|
366
|
-
$kendo-grid-command-cell-padding-y: calc( #{$kendo-table-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em} ) / 2 ) !default;
|
|
367
324
|
/// The vertical padding of the Grid command cells.
|
|
368
325
|
/// @group grid
|
|
369
326
|
$kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
370
327
|
|
|
371
|
-
/// The horizontal padding of the Grid group indicator.
|
|
372
|
-
/// @group grid
|
|
373
|
-
$kendo-grid-group-indicator-padding-x: $kendo-button-md-padding-x !default;
|
|
374
|
-
/// The vertical padding of the Grid group indicator.
|
|
375
|
-
/// @group grid
|
|
376
|
-
$kendo-grid-group-indicator-padding-y: $kendo-button-md-padding-y !default;
|
|
377
|
-
/// The border width of the Grid group indicator.
|
|
378
|
-
/// @group grid
|
|
379
|
-
$kendo-grid-group-indicator-border-width: $kendo-button-border-width !default;
|
|
380
|
-
/// The border radius of the Grid group indicator.
|
|
381
|
-
/// @group grid
|
|
382
|
-
$kendo-grid-group-indicator-border-radius: k-border-radius(md) !default;
|
|
383
|
-
/// Spacing of the grid group indicator.
|
|
384
|
-
/// @group grid
|
|
385
|
-
$kendo-grid-group-indicator-gap: $kendo-table-cell-padding-y !default;
|
|
386
|
-
/// The text color of the Grid group indicator.
|
|
387
|
-
/// @group grid
|
|
388
|
-
$kendo-grid-group-indicator-text: k-color(on-app-surface) !default;
|
|
389
|
-
/// The background color of the Grid group indicator.
|
|
390
|
-
/// @group grid
|
|
391
|
-
$kendo-grid-group-indicator-bg: k-color(surface-alt) !default;
|
|
392
|
-
/// The border color of the Grid group indicator.
|
|
393
|
-
/// @group grid
|
|
394
|
-
$kendo-grid-group-indicator-border: k-color(border) !default;
|
|
395
|
-
/// The text color of the Grid group indicator icon.
|
|
396
|
-
/// @group grid
|
|
397
|
-
$kendo-grid-group-indicator-icon-text: k-color(subtle) !default;
|
|
398
|
-
|
|
399
328
|
/// The horizontal border width of the Grid group footer.
|
|
400
329
|
/// @group grid
|
|
401
330
|
$kendo-grid-group-footer-border-width-y: 0px !default;
|
|
@@ -413,9 +342,7 @@ $kendo-grid-sticky-cell-border-width: $kendo-grid-border-width !default;
|
|
|
413
342
|
/// The background color of the Grid sticky cell.
|
|
414
343
|
/// @group grid
|
|
415
344
|
$kendo-grid-sticky-bg: k-color(surface-alt) !default;
|
|
416
|
-
|
|
417
|
-
/// @group grid
|
|
418
|
-
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
345
|
+
|
|
419
346
|
/// The border color of the Grid sticky cell.
|
|
420
347
|
/// @group grid
|
|
421
348
|
$kendo-grid-sticky-border: color-mix(in srgb, k-color(border) 80%, transparent) !default;
|
|
@@ -575,9 +502,6 @@ $kendo-grid-drag-cell-width: calc( var( --kendo-icon-size, 1rem ) * 2.25 ) !defa
|
|
|
575
502
|
/// The default width of the Grid hierarchy cell.
|
|
576
503
|
/// @group grid
|
|
577
504
|
$kendo-grid-hierarchy-col-width: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
|
|
578
|
-
/// The spacing of the Grid filterable icon.
|
|
579
|
-
/// @group grid
|
|
580
|
-
$kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} ) !default;
|
|
581
505
|
|
|
582
506
|
/// The background color of the Grid row resize indicator.
|
|
583
507
|
/// @group grid
|
package/scss/map/_variables.scss
CHANGED
|
@@ -42,9 +42,6 @@ $kendo-map-navigator-padding: k-spacing(0.5) !default;
|
|
|
42
42
|
/// The width of the Map navigator.
|
|
43
43
|
/// @group map
|
|
44
44
|
$kendo-map-navigator-width: calc( var( --kendo-icon-size, 1rem) * 3 + calc( #{$kendo-map-navigator-padding} * 2) ) !default;
|
|
45
|
-
/// The height of the Map navigator.
|
|
46
|
-
/// @group map
|
|
47
|
-
$kendo-map-navigator-height: $kendo-map-navigator-width !default;
|
|
48
45
|
/// The border width of the Map navigator.
|
|
49
46
|
/// @group map
|
|
50
47
|
$kendo-map-navigator-border-width: 1px !default;
|
|
@@ -61,12 +58,6 @@ $kendo-map-navigator-border: k-color(border) !default;
|
|
|
61
58
|
/// The margin of the Map zoom control.
|
|
62
59
|
/// @group map
|
|
63
60
|
$kendo-map-zoom-control-margin: k-spacing(4) !default;
|
|
64
|
-
/// The horizontal padding of the Map zoom control.
|
|
65
|
-
/// @group map
|
|
66
|
-
$kendo-map-zoom-control-button-padding-x: $kendo-button-md-padding-y !default;
|
|
67
|
-
/// The vertical padding of the Map zoom control.
|
|
68
|
-
/// @group map
|
|
69
|
-
$kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding-x !default;
|
|
70
61
|
|
|
71
62
|
/// The horizontal padding of the Map attribution.
|
|
72
63
|
/// @group map
|
|
@@ -130,19 +130,13 @@ $kendo-menu-popup-padding-y: $kendo-popup-padding-y !default;
|
|
|
130
130
|
/// @group menu
|
|
131
131
|
$kendo-menu-popup-border-width: $kendo-popup-border-width !default;
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
$kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
136
|
-
$kendo-menu-popup-sm-font-size: $kendo-menu-popup-font-size !default;
|
|
137
|
-
$kendo-menu-popup-md-font-size: $kendo-menu-popup-font-size !default;
|
|
133
|
+
$kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
134
|
+
$kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
138
135
|
$kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
139
136
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
$kendo-menu-popup-line-height: var( --kendo-line-height, 30px ) !default;
|
|
143
|
-
$kendo-menu-popup-sm-line-height: $kendo-menu-popup-line-height !default;
|
|
144
|
-
$kendo-menu-popup-md-line-height: $kendo-menu-popup-line-height !default;
|
|
145
|
-
$kendo-menu-popup-lg-line-height: $kendo-menu-popup-line-height !default;
|
|
137
|
+
$kendo-menu-popup-sm-line-height: var( --kendo-line-height, 30px ) !default;
|
|
138
|
+
$kendo-menu-popup-md-line-height: var( --kendo-line-height, 30px ) !default;
|
|
139
|
+
$kendo-menu-popup-lg-line-height: var( --kendo-line-height, 30px ) !default;
|
|
146
140
|
|
|
147
141
|
/// The background color of the Menu popup.
|
|
148
142
|
/// @group menu
|
|
@@ -182,12 +176,6 @@ $kendo-menu-popup-sm-item-icon-margin-end: calc( -1 * (var( --kendo-icon-size, 1
|
|
|
182
176
|
$kendo-menu-popup-item-icon-md-margin-end: calc( -1 * (var( --kendo-icon-size, 1rem ) + #{$kendo-menu-popup-md-item-padding-x}) ) !default;
|
|
183
177
|
$kendo-menu-popup-lg-item-icon-margin-end: calc( -1 * (var( --kendo-icon-size, 1rem ) + #{$kendo-menu-popup-lg-item-padding-x}) ) !default;
|
|
184
178
|
|
|
185
|
-
/// The base shadow of focused Menu item in popup.
|
|
186
|
-
/// @group menu
|
|
187
|
-
$kendo-menu-popup-focus-outline-offset: $kendo-menu-item-focus-outline-offset !default;
|
|
188
|
-
$kendo-menu-popup-focus-outline-width: $kendo-menu-item-focus-outline-width !default;
|
|
189
|
-
$kendo-menu-popup-focus-outline-style: $kendo-menu-item-focus-outline-style !default;
|
|
190
|
-
|
|
191
179
|
/// The spacing between the Menu items in popup.
|
|
192
180
|
/// @group menu
|
|
193
181
|
$kendo-menu-popup-item-spacing: k-spacing(0) !default;
|
|
@@ -238,12 +226,6 @@ $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
|
|
|
238
226
|
/// @group menu
|
|
239
227
|
$kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
|
|
240
228
|
|
|
241
|
-
/// The text color of focused Menu items.
|
|
242
|
-
/// @group menu
|
|
243
|
-
$kendo-menu-popup-item-focus-text: $kendo-menu-item-text !default;
|
|
244
|
-
/// The background color of focused Menu items.
|
|
245
|
-
/// @group menu
|
|
246
|
-
$kendo-menu-popup-item-focus-bg: $kendo-menu-item-bg !default;
|
|
247
229
|
/// The outline of focused Menu items.
|
|
248
230
|
/// @group menu
|
|
249
231
|
$kendo-menu-popup-item-focus-outline: k-color(base-emphasis) !default;
|
|
@@ -49,12 +49,6 @@ $kendo-notification-box-shadow: none !default;
|
|
|
49
49
|
/// The horizontal spacing of the Notification icon.
|
|
50
50
|
/// @group notification
|
|
51
51
|
$kendo-notification-icon-spacing: k-spacing(2) !default;
|
|
52
|
-
/// The horizontal spacing of the Notification close icon.
|
|
53
|
-
/// @group notification
|
|
54
|
-
$kendo-notification-close-icon-spacing: k-spacing(4) !default;
|
|
55
|
-
/// The color of the Notification icon.
|
|
56
|
-
/// @group notification
|
|
57
|
-
$kendo-notification-icon-text: k-color(on-app-surface) !default;
|
|
58
52
|
|
|
59
53
|
/// The theme variations for the Notification.
|
|
60
54
|
/// @group notification
|
|
@@ -36,9 +36,6 @@ $kendo-orgchart-node-spacing: $kendo-orgchart-spacer !default;
|
|
|
36
36
|
/// The spacing of the OrgChart group.
|
|
37
37
|
/// @group orgchart
|
|
38
38
|
$kendo-orgchart-group-spacing: $kendo-orgchart-spacer !default;
|
|
39
|
-
/// The spacing of the OrgChart node container.
|
|
40
|
-
/// @group orgchart
|
|
41
|
-
$kendo-orgchart-node-container-spacing: $kendo-orgchart-spacer !default;
|
|
42
39
|
|
|
43
40
|
/// The vertical padding of the OrgChart node group.
|
|
44
41
|
/// @group orgchart
|
|
@@ -15,9 +15,6 @@ $kendo-pager-md-padding-x: k-spacing(2) !default;
|
|
|
15
15
|
/// @group pager
|
|
16
16
|
$kendo-pager-lg-padding-x: k-spacing(2.5) !default;
|
|
17
17
|
|
|
18
|
-
/// The vertical padding of the Pager.
|
|
19
|
-
/// @group pager
|
|
20
|
-
$kendo-pager-padding-y: k-spacing(2) !default;
|
|
21
18
|
/// The vertical padding of the small Pager.
|
|
22
19
|
/// @group pager
|
|
23
20
|
$kendo-pager-sm-padding-y: $kendo-pager-sm-padding-x !default;
|
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
@use "../list/_variables.scss" as *;
|
|
4
4
|
|
|
5
|
-
/// The horizontal padding of the PanelBar.
|
|
6
|
-
/// @group panelbar
|
|
7
|
-
$kendo-panelbar-padding-x: k-spacing(0) !default;
|
|
8
|
-
/// The vertical padding of the PanelBar.
|
|
9
|
-
/// @group panelbar
|
|
10
|
-
$kendo-panelbar-padding-y: k-spacing(0) !default;
|
|
11
5
|
/// The font family of the PanelBar.
|
|
12
6
|
/// @group panelbar
|
|
13
7
|
$kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -110,9 +110,6 @@ $kendo-radio-disabled-checked-text: $kendo-radio-disabled-text !default;
|
|
|
110
110
|
/// @group radio
|
|
111
111
|
$kendo-radio-disabled-checked-border: $kendo-radio-disabled-border !default;
|
|
112
112
|
|
|
113
|
-
/// The background color of the invalid RadioButton.
|
|
114
|
-
/// @group radio
|
|
115
|
-
$kendo-radio-invalid-bg: $kendo-radio-bg !default;
|
|
116
113
|
/// The color of the invalid RadioButton.
|
|
117
114
|
/// @group radio
|
|
118
115
|
$kendo-radio-invalid-text: k-color(error-on-surface) !default;
|
|
@@ -27,9 +27,6 @@ $kendo-rating-item-text: k-color(subtle) !default;
|
|
|
27
27
|
/// The text color of the hovered Rating item.
|
|
28
28
|
/// @group rating
|
|
29
29
|
$kendo-rating-item-hover-text: k-color(primary) !default;
|
|
30
|
-
/// The text color of the focused Rating item.
|
|
31
|
-
/// @group rating
|
|
32
|
-
$kendo-rating-item-focus-text: $kendo-rating-item-text !default;
|
|
33
30
|
/// The outline width of the focused Rating item.
|
|
34
31
|
/// @group rating
|
|
35
32
|
$kendo-rating-item-focus-outline-width: 1px !default;
|
|
@@ -153,13 +153,6 @@ $kendo-scheduler-nonwork-bg: k-color(surface) !default;
|
|
|
153
153
|
/// @group scheduler
|
|
154
154
|
$kendo-scheduler-nonwork-text: null !default;
|
|
155
155
|
|
|
156
|
-
/// The background color of the weekends in the Scheduler.
|
|
157
|
-
/// @group scheduler
|
|
158
|
-
$kendo-scheduler-weekend-bg: null !default;
|
|
159
|
-
/// The text color of the weekends in the Scheduler.
|
|
160
|
-
/// @group scheduler
|
|
161
|
-
$kendo-scheduler-weekend-text: null !default;
|
|
162
|
-
|
|
163
156
|
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
164
157
|
/// @group scheduler
|
|
165
158
|
$kendo-scheduler-othermonth-bg: k-color(surface) !default;
|
|
@@ -37,18 +37,6 @@ $kendo-slider-track-bg: k-color(base-emphasis) !default;
|
|
|
37
37
|
/// The border color of the Slider track.
|
|
38
38
|
/// @group slider
|
|
39
39
|
$kendo-slider-track-border: inherit !default;
|
|
40
|
-
/// The background color of the hovered Slider track.
|
|
41
|
-
/// @group slider
|
|
42
|
-
$kendo-slider-track-hover-bg: k-color(base-emphasis) !default;
|
|
43
|
-
/// The border color of the hovered Slider track.
|
|
44
|
-
/// @group slider
|
|
45
|
-
$kendo-slider-track-hover-border: inherit !default;
|
|
46
|
-
/// The background color of the focused Slider track.
|
|
47
|
-
/// @group slider
|
|
48
|
-
$kendo-slider-track-focus-bg: k-color(base-emphasis) !default;
|
|
49
|
-
/// The border color of the focused Slider track.
|
|
50
|
-
/// @group slider
|
|
51
|
-
$kendo-slider-track-focus-border: inherit !default;
|
|
52
40
|
|
|
53
41
|
/// The background color of the Slider's track selection.
|
|
54
42
|
/// @group slider
|
|
@@ -66,9 +54,6 @@ $kendo-slider-thumb-border-radius: 999em !default;
|
|
|
66
54
|
/// The transition scale of the active Slider thumb.
|
|
67
55
|
/// @group slider
|
|
68
56
|
$kendo-slider-thumb-active-scale: null !default;
|
|
69
|
-
/// The size of the active Slider thumb.
|
|
70
|
-
/// @group slider
|
|
71
|
-
$kendo-slider-thumb-active-size: null !default;
|
|
72
57
|
|
|
73
58
|
/// The background color of the Slider thumb.
|
|
74
59
|
/// @group slider
|