@progress/kendo-theme-fluent 12.2.0-dev.3 → 12.2.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.
Files changed (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-1-dark.css +1 -1
  3. package/dist/fluent-1.css +1 -1
  4. package/dist/fluent-main-dark.css +1 -1
  5. package/dist/fluent-main.css +1 -1
  6. package/dist/meta/sassdoc-data.json +61213 -49113
  7. package/dist/meta/sassdoc-raw-data.json +16349 -10877
  8. package/dist/meta/variables.json +10 -130
  9. package/lib/swatches/all.json +1 -1
  10. package/lib/swatches/fluent-1-dark.json +1 -1
  11. package/lib/swatches/fluent-1.json +1 -1
  12. package/lib/swatches/fluent-main-dark.json +1 -1
  13. package/lib/swatches/fluent-main.json +1 -1
  14. package/package.json +4 -4
  15. package/scss/adaptive/_variables.scss +36 -0
  16. package/scss/bottom-navigation/_variables.scss +2 -0
  17. package/scss/breadcrumb/_variables.scss +2 -0
  18. package/scss/button/_variables.scss +0 -4
  19. package/scss/calendar/_variables.scss +2 -0
  20. package/scss/chat/_variables.scss +1 -1
  21. package/scss/checkbox/_variables.scss +2 -0
  22. package/scss/chip/_variables.scss +0 -2
  23. package/scss/column-menu/_variables.scss +36 -0
  24. package/scss/dataviz/_variables.scss +106 -0
  25. package/scss/daterangepicker/_variables.scss +10 -0
  26. package/scss/grid/_variables.scss +64 -6
  27. package/scss/icons/_variables.scss +7 -7
  28. package/scss/imageeditor/_variables.scss +33 -33
  29. package/scss/input/_variables.scss +4 -11
  30. package/scss/list/_variables.scss +95 -19
  31. package/scss/marquee/_variables.scss +6 -0
  32. package/scss/menu/_variables.scss +48 -10
  33. package/scss/messagebox/_variables.scss +2 -0
  34. package/scss/notification/_variables.scss +26 -1
  35. package/scss/otp/_variables.scss +2 -0
  36. package/scss/pivotgrid/_variables.scss +8 -2
  37. package/scss/signature/_variables.scss +12 -0
  38. package/scss/stepper/_variables.scss +3 -5
  39. package/scss/suggestion/_variables.scss +2 -0
  40. package/scss/timeselector/_variables.scss +16 -0
@@ -4,83 +4,189 @@
4
4
  /// The first base series color and its light and dark shades.
5
5
  /// @group charts
6
6
  $kendo-series-a: k-color(series-a) !default;
7
+ /// The series-a dark color of the Charts.
8
+ /// @group charts
7
9
  $kendo-series-a-dark: k-color(series-a-bold) !default;
10
+ /// The series-a darker color of the Charts.
11
+ /// @group charts
8
12
  $kendo-series-a-darker: k-color(series-a-bolder) !default;
13
+ /// The series-a light color of the Charts.
14
+ /// @group charts
9
15
  $kendo-series-a-light: k-color(series-a-subtle) !default;
16
+ /// The series-a lighter color of the Charts.
17
+ /// @group charts
10
18
  $kendo-series-a-lighter: k-color(series-a-subtler) !default;
11
19
 
12
20
  /// The second base series color and its light and dark shades.
13
21
  /// @group charts
14
22
  $kendo-series-b: k-color(series-b) !default;
23
+ /// The series-b dark color of the Charts.
24
+ /// @group charts
15
25
  $kendo-series-b-dark: k-color(series-b-bold) !default;
26
+ /// The series-b darker color of the Charts.
27
+ /// @group charts
16
28
  $kendo-series-b-darker: k-color(series-b-bolder) !default;
29
+ /// The series-b light color of the Charts.
30
+ /// @group charts
17
31
  $kendo-series-b-light: k-color(series-b-subtle) !default;
32
+ /// The series-b lighter color of the Charts.
33
+ /// @group charts
18
34
  $kendo-series-b-lighter: k-color(series-b-subtler) !default;
19
35
 
20
36
  /// The third base series color and its light and dark shades.
21
37
  /// @group charts
22
38
  $kendo-series-c: k-color(series-c) !default;
39
+ /// The series-c dark color of the Charts.
40
+ /// @group charts
23
41
  $kendo-series-c-dark: k-color(series-c-bold) !default;
42
+ /// The series-c darker color of the Charts.
43
+ /// @group charts
24
44
  $kendo-series-c-darker: k-color(series-c-bolder) !default;
45
+ /// The series-c light color of the Charts.
46
+ /// @group charts
25
47
  $kendo-series-c-light: k-color(series-c-subtle) !default;
48
+ /// The series-c lighter color of the Charts.
49
+ /// @group charts
26
50
  $kendo-series-c-lighter: k-color(series-c-subtler) !default;
27
51
 
28
52
  /// The fourth base series color and its light and dark shades.
29
53
  /// @group charts
30
54
  $kendo-series-d: k-color(series-d) !default;
55
+ /// The series-d dark color of the Charts.
56
+ /// @group charts
31
57
  $kendo-series-d-dark: k-color(series-d-bold) !default;
58
+ /// The series-d darker color of the Charts.
59
+ /// @group charts
32
60
  $kendo-series-d-darker: k-color(series-d-bolder) !default;
61
+ /// The series-d light color of the Charts.
62
+ /// @group charts
33
63
  $kendo-series-d-light: k-color(series-d-subtle) !default;
64
+ /// The series-d lighter color of the Charts.
65
+ /// @group charts
34
66
  $kendo-series-d-lighter: k-color(series-d-subtler) !default;
35
67
 
36
68
  /// The fifth base series color and its light and dark shades.
37
69
  /// @group charts
38
70
  $kendo-series-e: k-color(series-e) !default;
71
+ /// The series-e dark color of the Charts.
72
+ /// @group charts
39
73
  $kendo-series-e-dark: k-color(series-e-bold) !default;
74
+ /// The series-e darker color of the Charts.
75
+ /// @group charts
40
76
  $kendo-series-e-darker: k-color(series-e-bolder) !default;
77
+ /// The series-e light color of the Charts.
78
+ /// @group charts
41
79
  $kendo-series-e-light: k-color(series-e-subtle) !default;
80
+ /// The series-e lighter color of the Charts.
81
+ /// @group charts
42
82
  $kendo-series-e-lighter: k-color(series-e-subtler) !default;
43
83
 
44
84
  /// The sixth base series color and its light and dark shades.
45
85
  /// @group charts
46
86
  $kendo-series-f: k-color(series-f) !default;
87
+ /// The series-f dark color of the Charts.
88
+ /// @group charts
47
89
  $kendo-series-f-dark: k-color(series-f-bold) !default;
90
+ /// The series-f darker color of the Charts.
91
+ /// @group charts
48
92
  $kendo-series-f-darker: k-color(series-f-bolder) !default;
93
+ /// The series-f light color of the Charts.
94
+ /// @group charts
49
95
  $kendo-series-f-light: k-color(series-f-subtle) !default;
96
+ /// The series-f lighter color of the Charts.
97
+ /// @group charts
50
98
  $kendo-series-f-lighter: k-color(series-f-subtler) !default;
51
99
 
52
100
  /// The series colors in order:
53
101
  /// base, light, dark, lighter, darker
54
102
  /// @group charts
55
103
  $kendo-series-1: $kendo-series-a !default;
104
+ /// The series-2 color of the Charts.
105
+ /// @group charts
56
106
  $kendo-series-2: $kendo-series-b !default;
107
+ /// The series-3 color of the Charts.
108
+ /// @group charts
57
109
  $kendo-series-3: $kendo-series-c !default;
110
+ /// The series-4 color of the Charts.
111
+ /// @group charts
58
112
  $kendo-series-4: $kendo-series-d !default;
113
+ /// The series-5 color of the Charts.
114
+ /// @group charts
59
115
  $kendo-series-5: $kendo-series-e !default;
116
+ /// The series-6 color of the Charts.
117
+ /// @group charts
60
118
  $kendo-series-6: $kendo-series-f !default;
119
+ /// The series-7 color of the Charts.
120
+ /// @group charts
61
121
  $kendo-series-7: $kendo-series-a-light !default;
122
+ /// The series-8 color of the Charts.
123
+ /// @group charts
62
124
  $kendo-series-8: $kendo-series-b-light !default;
125
+ /// The series-9 color of the Charts.
126
+ /// @group charts
63
127
  $kendo-series-9: $kendo-series-c-light !default;
128
+ /// The series-10 color of the Charts.
129
+ /// @group charts
64
130
  $kendo-series-10: $kendo-series-d-light !default;
131
+ /// The series-11 color of the Charts.
132
+ /// @group charts
65
133
  $kendo-series-11: $kendo-series-e-light !default;
134
+ /// The series-12 color of the Charts.
135
+ /// @group charts
66
136
  $kendo-series-12: $kendo-series-f-light !default;
137
+ /// The series-13 color of the Charts.
138
+ /// @group charts
67
139
  $kendo-series-13: $kendo-series-a-dark !default;
140
+ /// The series-14 color of the Charts.
141
+ /// @group charts
68
142
  $kendo-series-14: $kendo-series-b-dark !default;
143
+ /// The series-15 color of the Charts.
144
+ /// @group charts
69
145
  $kendo-series-15: $kendo-series-c-dark !default;
146
+ /// The series-16 color of the Charts.
147
+ /// @group charts
70
148
  $kendo-series-16: $kendo-series-d-dark !default;
149
+ /// The series-17 color of the Charts.
150
+ /// @group charts
71
151
  $kendo-series-17: $kendo-series-e-dark !default;
152
+ /// The series-18 color of the Charts.
153
+ /// @group charts
72
154
  $kendo-series-18: $kendo-series-f-dark !default;
155
+ /// The series-19 color of the Charts.
156
+ /// @group charts
73
157
  $kendo-series-19: $kendo-series-a-lighter !default;
158
+ /// The series-20 color of the Charts.
159
+ /// @group charts
74
160
  $kendo-series-20: $kendo-series-b-lighter !default;
161
+ /// The series-21 color of the Charts.
162
+ /// @group charts
75
163
  $kendo-series-21: $kendo-series-c-lighter !default;
164
+ /// The series-22 color of the Charts.
165
+ /// @group charts
76
166
  $kendo-series-22: $kendo-series-d-lighter !default;
167
+ /// The series-23 color of the Charts.
168
+ /// @group charts
77
169
  $kendo-series-23: $kendo-series-e-lighter !default;
170
+ /// The series-24 color of the Charts.
171
+ /// @group charts
78
172
  $kendo-series-24: $kendo-series-f-lighter !default;
173
+ /// The series-25 color of the Charts.
174
+ /// @group charts
79
175
  $kendo-series-25: $kendo-series-a-darker !default;
176
+ /// The series-26 color of the Charts.
177
+ /// @group charts
80
178
  $kendo-series-26: $kendo-series-b-darker !default;
179
+ /// The series-27 color of the Charts.
180
+ /// @group charts
81
181
  $kendo-series-27: $kendo-series-c-darker !default;
182
+ /// The series-28 color of the Charts.
183
+ /// @group charts
82
184
  $kendo-series-28: $kendo-series-d-darker !default;
185
+ /// The series-29 color of the Charts.
186
+ /// @group charts
83
187
  $kendo-series-29: $kendo-series-e-darker !default;
188
+ /// The series-30 color of the Charts.
189
+ /// @group charts
84
190
  $kendo-series-30: $kendo-series-f-darker !default;
85
191
 
86
192
  /// The border width of the chart component.
@@ -2,11 +2,21 @@
2
2
  @use "../input/_variables.scss" as *;
3
3
 
4
4
  // Daterangepicker
5
+ /// The width of the DateRangePicker.
6
+ /// @group date-range-picker
5
7
  $kendo-daterange-picker-width: var( --kendo-input-width, #{$kendo-input-width} ) !default;
8
+ /// The width of the DateRangePicker input.
9
+ /// @group date-range-picker
6
10
  $kendo-daterange-picker-input-width: 10em !default;
7
11
 
12
+ /// The text color of the disabled DateRangePicker.
13
+ /// @group date-range-picker
8
14
  $kendo-daterange-picker-disabled-text: var( --kendo-daterange-picker-disabled-text, color-mix(in srgb, k-color(on-app-surface) 46%, transparent) ) !default;
15
+ /// The background color of the disabled DateRangePicker.
16
+ /// @group date-range-picker
9
17
  $kendo-daterange-picker-disabled-bg: var( --kendo-daterange-picker-disabled-bg, transparent ) !default;
18
+ /// The border color of the disabled DateRangePicker.
19
+ /// @group date-range-picker
10
20
  $kendo-daterange-picker-disabled-border: var( --kendo-daterange-picker-disabled-border, currentColor ) !default;
11
21
 
12
22
  @forward "@progress/kendo-theme-core/scss/components/daterangepicker/_variables.scss" with (
@@ -82,40 +82,102 @@ $kendo-grid-group-drop-hint-height: var( --kendo-grid-group-drop-hint-height, ca
82
82
  $kendo-grid-group-drop-hint-top: var( --kendo-grid-group-drop-hint-top, 2px ) !default;
83
83
 
84
84
 
85
+ /// The horizontal padding of the Grid.
86
+ /// @group grid
85
87
  $kendo-grid-sm-padding-x: k-spacing(3) !default;
88
+ /// The vertical padding of the Grid.
89
+ /// @group grid
86
90
  $kendo-grid-sm-padding-y: k-spacing(1.5) !default;
91
+ /// The horizontal padding of the Grid header.
92
+ /// @group grid
87
93
  $kendo-grid-sm-header-padding-x: $kendo-grid-sm-padding-x !default;
94
+ /// The vertical padding of the Grid header.
95
+ /// @group grid
88
96
  $kendo-grid-sm-header-padding-y: $kendo-grid-sm-padding-y !default;
97
+ /// The horizontal padding of the Grid header.
98
+ /// @group grid
89
99
  $kendo-grid-sm-grouping-header-padding-x: k-spacing(1.5) !default;
100
+ /// The vertical padding of the Grid header.
101
+ /// @group grid
90
102
  $kendo-grid-sm-grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-x !default;
103
+ /// The horizontal padding of the Grid cell.
104
+ /// @group grid
91
105
  $kendo-grid-sm-cell-padding-x: $kendo-grid-sm-padding-x !default;
106
+ /// The vertical padding of the Grid cell.
107
+ /// @group grid
92
108
  $kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
109
+ /// The horizontal padding of the Grid cell.
110
+ /// @group grid
93
111
  $kendo-grid-sm-filter-cell-padding-x: $kendo-grid-sm-padding-x !default;
112
+ /// The vertical padding of the Grid cell.
113
+ /// @group grid
94
114
  $kendo-grid-sm-filter-cell-padding-y: k-spacing(2) !default;
115
+ /// The horizontal padding of the Grid cell.
116
+ /// @group grid
95
117
  $kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-padding-x !default;
118
+ /// The vertical padding of the Grid cell.
119
+ /// @group grid
96
120
  $kendo-grid-sm-edit-cell-padding-y: k-spacing(0.5) !default;
121
+ /// The height of the Grid group.
122
+ /// @group grid
97
123
  $kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
124
+ /// The horizontal padding of the Grid.
125
+ /// @group grid
98
126
  $kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
127
+ /// The vertical padding of the Grid.
128
+ /// @group grid
99
129
  $kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
100
130
 
131
+ /// The horizontal padding of the Grid.
132
+ /// @group grid
101
133
  $kendo-grid-md-padding-x: $kendo-grid-padding-x !default;
134
+ /// The vertical padding of the Grid.
135
+ /// @group grid
102
136
  $kendo-grid-md-padding-y: $kendo-grid-padding-y !default;
137
+ /// The horizontal padding of the Grid header.
138
+ /// @group grid
103
139
  $kendo-grid-md-header-padding-x: $kendo-grid-header-padding-x !default;
140
+ /// The vertical padding of the Grid header.
141
+ /// @group grid
104
142
  $kendo-grid-md-header-padding-y: $kendo-grid-header-padding-y !default;
143
+ /// The horizontal padding of the Grid header.
144
+ /// @group grid
105
145
  $kendo-grid-md-grouping-header-padding-x: $kendo-grid-grouping-header-padding-x !default;
146
+ /// The vertical padding of the Grid header.
147
+ /// @group grid
106
148
  $kendo-grid-md-grouping-header-padding-y: $kendo-grid-grouping-header-padding-y !default;
149
+ /// The horizontal padding of the Grid cell.
150
+ /// @group grid
107
151
  $kendo-grid-md-cell-padding-x: $kendo-grid-cell-padding-x !default;
152
+ /// The vertical padding of the Grid cell.
153
+ /// @group grid
108
154
  $kendo-grid-md-cell-padding-y: $kendo-grid-cell-padding-y !default;
155
+ /// The horizontal padding of the Grid cell.
156
+ /// @group grid
109
157
  $kendo-grid-md-filter-cell-padding-x: $kendo-grid-filter-cell-padding-x !default;
158
+ /// The vertical padding of the Grid cell.
159
+ /// @group grid
110
160
  $kendo-grid-md-filter-cell-padding-y: $kendo-grid-filter-cell-padding-y !default;
161
+ /// The horizontal padding of the Grid cell.
162
+ /// @group grid
111
163
  $kendo-grid-md-edit-cell-padding-x: $kendo-grid-edit-cell-padding-x !default;
164
+ /// The vertical padding of the Grid cell.
165
+ /// @group grid
112
166
  $kendo-grid-md-edit-cell-padding-y: $kendo-grid-edit-cell-padding-y !default;
167
+ /// The height of the Grid group.
168
+ /// @group grid
113
169
  $kendo-grid-md-group-dropclue-height: $kendo-grid-group-drop-hint-height !default;
170
+ /// The horizontal padding of the Grid.
171
+ /// @group grid
114
172
  $kendo-grid-md-selection-aggregates-padding-x: k-spacing(2) !default;
173
+ /// The vertical padding of the Grid.
174
+ /// @group grid
115
175
  $kendo-grid-md-selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-x !default;
116
176
 
117
177
 
118
178
  // Kendo Grid sizes
179
+ /// The sizes of the Grid.
180
+ /// @group grid
119
181
  $kendo-grid-sizes: (
120
182
  sm: (
121
183
  header-padding-x: $kendo-grid-sm-header-padding-x,
@@ -147,7 +209,7 @@ $kendo-grid-sizes: (
147
209
  edit-cell-padding-y: $kendo-grid-md-edit-cell-padding-y,
148
210
  button-padding-y: $kendo-button-md-padding-y,
149
211
  button-calc-size: $kendo-button-md-calc-size,
150
- group-dropclue-height: $kendo-grid-sm-group-dropclue-height,
212
+ group-dropclue-height: $kendo-grid-md-group-dropclue-height,
151
213
  selection-aggregates-padding-x: $kendo-grid-md-selection-aggregates-padding-x,
152
214
  selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-y
153
215
  ),
@@ -230,7 +292,7 @@ $kendo-grid-header-text: var( --kendo-grid-header-text, #{$kendo-table-header-te
230
292
  /// @group grid
231
293
  $kendo-grid-header-border: var( --kendo-grid-header-border, #{$kendo-table-header-border} ) !default;
232
294
 
233
- // The background color of Grid footer.
295
+ /// The background color of Grid footer.
234
296
  /// @group grid
235
297
  $kendo-grid-footer-bg: var( --kendo-grid-footer-bg, #{$kendo-table-footer-bg} ) !default;
236
298
  /// The text color of Grid footer.
@@ -367,9 +429,6 @@ $kendo-grid-sticky-header-border: var( --kendo-grid-sticky-header-border, #{$ken
367
429
  /// The background color of the Grid sticky footer.
368
430
  /// @group grid
369
431
  $kendo-grid-sticky-footer-bg: var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} ) !default;
370
- /// The background color of the Grid sticky footer.
371
- /// @group grid
372
- $kendo-grid-sticky-footer-hover-bg: var( --kendo-grid-sticky-footer-hover-bg, #{$kendo-grid-hover-bg} ) !default;
373
432
 
374
433
  /// The horizontal padding of the Grid filter menu container.
375
434
  /// @group grid
@@ -628,7 +687,6 @@ $kendo-grid-stack-expandable-shadow: var( --kendo-grid-stack-expandable-shadow,
628
687
  $kendo-grid-sticky-header-text: $kendo-grid-sticky-header-text,
629
688
  $kendo-grid-sticky-header-border: $kendo-grid-sticky-header-border,
630
689
  $kendo-grid-sticky-footer-bg: $kendo-grid-sticky-footer-bg,
631
- $kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-hover-bg,
632
690
  $kendo-grid-column-menu-width: $kendo-grid-column-menu-width,
633
691
  $kendo-grid-column-menu-max-width: $kendo-grid-column-menu-max-width,
634
692
  $kendo-grid-column-menu-item-padding-x: $kendo-grid-column-menu-item-padding-x,
@@ -4,25 +4,25 @@
4
4
  /// The default size of the Icons.
5
5
  /// @group icon
6
6
  $kendo-icon-size: 1rem !default;
7
- /// The size of the extra small Icons.
7
+ /// The xs size of the Icon.
8
8
  /// @group icon
9
9
  $kendo-icon-size-xs: calc( var( --kendo-icon-size, 1rem ) * .75 ) !default;
10
- /// The size of the small Icons.
10
+ /// The sm size of the Icon.
11
11
  /// @group icon
12
12
  $kendo-icon-size-sm: calc( var( --kendo-icon-size-sm, 1rem ) * .875 ) !default;
13
- /// The size of the medium Icons.
13
+ /// The md size of the Icon.
14
14
  /// @group icon
15
15
  $kendo-icon-size-md: 1rem !default;
16
- /// The size of the large Icons.
16
+ /// The lg size of the Icon.
17
17
  /// @group icon
18
18
  $kendo-icon-size-lg: calc( var( --kendo-icon-size-lg, 1rem ) * 1.25 ) !default;
19
- /// The size of the extra large Icons.
19
+ /// The xl size of the Icon.
20
20
  /// @group icon
21
21
  $kendo-icon-size-xl: calc( var( --kendo-icon-size, 1rem ) * 1.5 ) !default;
22
- /// The size of the double extra large Icons.
22
+ /// The xxl size of the Icon.
23
23
  /// @group icon
24
24
  $kendo-icon-size-xxl: calc( var( --kendo-icon-size-xxl, 1rem ) * 2 ) !default;
25
- /// The size of the triple extra large Icons.
25
+ /// The xxxl size of the Icon.
26
26
  /// @group icon
27
27
  $kendo-icon-size-xxxl: calc( var( --kendo-icon-size-xxxl, 1rem ) * 3 ) !default;
28
28
 
@@ -3,108 +3,108 @@
3
3
  @use "../core/_index.scss" as *;
4
4
 
5
5
  /// Background color of the imageeditor.
6
- /// @group imageeditor
6
+ /// @group image-editor
7
7
  $kendo-image-editor-bg: var( --kendo-image-editor-bg, #{k-color(surface-alt)} ) !default;
8
8
  /// Text color of the imageeditor.
9
- /// @group imageeditor
9
+ /// @group image-editor
10
10
  $kendo-image-editor-text: var( --kendo-image-editor-text, #{k-color(on-app-surface)} ) !default;
11
11
  /// Border color of the imageeditor.
12
- /// @group imageeditor
12
+ /// @group image-editor
13
13
  $kendo-image-editor-border: var( --kendo-image-editor-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) ) !default;
14
14
  /// Vertical margin of the imageeditor.
15
- /// @group imageeditor
15
+ /// @group image-editor
16
16
  $kendo-image-editor-margin-y: var( --kendo-image-editor-margin-y, #{k-spacing(0)} ) !default;
17
17
  /// Horizontal margin of the imageeditor.
18
- /// @group imageeditor
18
+ /// @group image-editor
19
19
  $kendo-image-editor-margin-x: var( --kendo-image-editor-margin-x, #{k-spacing(0)} ) !default;
20
20
  /// Vertical padding of the imageeditor.
21
- /// @group imageeditor
21
+ /// @group image-editor
22
22
  $kendo-image-editor-padding-y: var( --kendo-image-editor-padding-y, #{k-spacing(0)} ) !default;
23
23
  /// Horizontal padding of the imageeditor.
24
- /// @group imageeditor
24
+ /// @group image-editor
25
25
  $kendo-image-editor-padding-x: var( --kendo-image-editor-padding-x, #{k-spacing(0)} ) !default;
26
26
 
27
27
  /// Border width of the imageeditor.
28
- /// @group imageeditor
28
+ /// @group image-editor
29
29
  $kendo-image-editor-border-width: var( --kendo-image-editor-border-width, 1px ) !default;
30
30
  /// Font size of the imageeditor.
31
- /// @group imageeditor
31
+ /// @group image-editor
32
32
  $kendo-image-editor-font-size: var( --kendo-image-editor-font-size, var(--kendo-font-size, inherit) ) !default;
33
33
  /// Line height of the imageeditor.
34
- /// @group imageeditor
34
+ /// @group image-editor
35
35
  $kendo-image-editor-line-height: var( --kendo-image-editor-line-height, var(--kendo-line-height, inherit) ) !default;
36
36
  /// Font family of the imageeditor.
37
- /// @group imageeditor
37
+ /// @group image-editor
38
38
  $kendo-image-editor-font-family: var( --kendo-image-editor-font-family, var(--kendo-font-family, inherit) ) !default;
39
39
 
40
40
  /// Imageeditor content background color.
41
- /// @group imageeditor
41
+ /// @group image-editor
42
42
  $kendo-image-editor-content-bg: var( --kendo-image-editor-content-bg, color-mix(in srgb, #{k-color(on-app-surface)} 23%, transparent) ) !default;
43
43
  /// Imageeditor content text color.
44
- /// @group imageeditor
44
+ /// @group image-editor
45
45
  $kendo-image-editor-content-text: var( --kendo-image-editor-content-text, inherit ) !default;
46
46
  /// Imageeditor content border color.
47
- /// @group imageeditor
47
+ /// @group image-editor
48
48
  $kendo-image-editor-content-border: var( --kendo-image-editor-content-border, inherit ) !default;
49
49
  /// Imageeditor content border width.
50
- /// @group imageeditor
50
+ /// @group image-editor
51
51
  $kendo-image-editor-content-border-width: 0 !default;
52
52
 
53
53
  /// Imageeditor action pane background color.
54
- /// @group imageeditor
54
+ /// @group image-editor
55
55
  $kendo-image-editor-action-pane-bg: var( --kendo-image-editor-action-pane-bg, #{k-color(surface-alt)} ) !default;
56
56
  /// Imageeditor action pane text color.
57
- /// @group imageeditor
57
+ /// @group image-editor
58
58
  $kendo-image-editor-action-pane-text: var( --kendo-image-editor-action-pane-text, inherit ) !default;
59
59
  /// Imageeditor action pane border.
60
- /// @group imageeditor
60
+ /// @group image-editor
61
61
  $kendo-image-editor-action-pane-border: var( --kendo-image-editor-action-pane-border, inherit ) !default;
62
62
  /// Imageeditor action pane vertical padding.
63
- /// @group imageeditor
63
+ /// @group image-editor
64
64
  $kendo-image-editor-action-pane-padding-y: var( --kendo-image-editor-action-pane-padding-y, #{k-spacing(3)} ) !default;
65
65
  /// Imageeditor action pane horizontal padding.
66
- /// @group imageeditor
66
+ /// @group image-editor
67
67
  $kendo-image-editor-action-pane-padding-x: var( --kendo-image-editor-action-pane-padding-x, #{k-spacing(3)} ) !default;
68
68
  /// Imageeditor action pane width.
69
- /// @group imageeditor
69
+ /// @group image-editor
70
70
  $kendo-image-editor-action-pane-width: var( --kendo-image-editor-action-pane-width, if( #{$kendo-image-editor-content-border-width} == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) ) ) !default;
71
71
 
72
72
  /// Crop background color of the imageeditor.
73
- /// @group imageeditor
73
+ /// @group image-editor
74
74
  $kendo-image-editor-crop-bg: var( --kendo-image-editor-crop-bg, inherit ) !default;
75
75
  /// Crop text color of the imageeditor.
76
- /// @group imageeditor
76
+ /// @group image-editor
77
77
  $kendo-image-editor-crop-text: var( --kendo-image-editor-crop-text, inherit ) !default;
78
78
  /// Crop border color of the imageeditor.
79
- /// @group imageeditor
79
+ /// @group image-editor
80
80
  $kendo-image-editor-crop-border: var( --kendo-image-editor-crop-border, #{k-color(app-surface)} ) !default;
81
81
  /// Crop overlay background color of the imageeditor.
82
- /// @group imageeditor
82
+ /// @group image-editor
83
83
  $kendo-image-editor-crop-overlay-bg: var( --kendo-image-editor-crop-overlay-bg, rgba( $kendo-color-black, .3 ) ) !default;
84
84
  /// Crop border width of the imageeditor.
85
- /// @group imageeditor
85
+ /// @group image-editor
86
86
  $kendo-image-editor-crop-border-width: var( --kendo-image-editor-crop-border-width, 1px ) !default;
87
87
  /// Crop border style of the imageeditor.
88
- /// @group imageeditor
88
+ /// @group image-editor
89
89
  $kendo-image-editor-crop-border-style: var( --kendo-image-editor-crop-border-style, dashed ) !default;
90
90
 
91
91
  /// Imageeditor resize handle horizontal margin.
92
- /// @group imageeditor
92
+ /// @group image-editor
93
93
  $kendo-image-editor-resize-handle-margin-x: var( --kendo-image-editor-resize-handle-margin-x, #{k-spacing(1px)} ) !default;
94
94
  /// Imageeditor resize handle vertical margin.
95
- /// @group imageeditor
95
+ /// @group image-editor
96
96
  $kendo-image-editor-resize-handle-margin-y: var( --kendo-image-editor-resize-handle-margin-y, #{k-spacing(1px)} ) !default;
97
97
  /// Imageeditor resize handle border width.
98
- /// @group imageeditor
98
+ /// @group image-editor
99
99
  $kendo-image-editor-resize-handle-border-width: var( --kendo-image-editor-resize-handle-border-width, 0 2px 2px 0 ) !default;
100
100
  /// Imageeditor resize handle size.
101
- /// @group imageeditor
101
+ /// @group image-editor
102
102
  $kendo-image-editor-resize-handle-size: var( --kendo-image-editor-resize-handle-size, #{k-spacing(4)} ) !default;
103
103
  /// Imageeditor resize handle top offset.
104
- /// @group imageeditor
104
+ /// @group image-editor
105
105
  $kendo-image-editor-resize-top-offset: var( --kendo-image-editor-resize-top-offset, calc( #{$kendo-image-editor-resize-handle-size} / 2 ) ) !default;
106
106
  /// Imageeditor resize handle left offset.
107
- /// @group imageeditor
107
+ /// @group image-editor
108
108
  $kendo-image-editor-resize-left-offset: var( --kendo-image-editor-resize-left-offset, calc( #{$kendo-image-editor-resize-handle-size} / 2 ) ) !default;
109
109
 
110
110
  @forward "@progress/kendo-theme-core/scss/components/imageeditor/_variables.scss" with (
@@ -11,11 +11,9 @@ $kendo-input-width: var( --kendo-input-width, 100% ) !default;
11
11
  $kendo-input-border-width: 1px !default;
12
12
 
13
13
  // The width of the border around the focused Input components.
14
- $kendo-input-focus-border-width: var( --kendo-input-focus-border-width, 2px ) !default;
15
-
16
- /// The height of the border around the Input components.
14
+ /// The width of the border around the Input input.
17
15
  /// @group input
18
- $kendo-input-border-height: calc( $kendo-input-border-width * 2 ) !default;
16
+ $kendo-input-focus-border-width: var( --kendo-input-focus-border-width, 2px ) !default;
19
17
 
20
18
  /// The horizontal padding of the small Input components.
21
19
  /// @group input
@@ -57,12 +55,10 @@ $kendo-input-md-line-height: var( --kendo-input-line-height, var( --kendo-line-h
57
55
  /// @group input
58
56
  $kendo-input-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
59
57
 
60
- // The font family of the Input components.
58
+ /// The font family of the Input input.
59
+ /// @group input
61
60
  $kendo-input-font-family: var( --kendo-input-font-family, var( --kendo-font-family, inherit) ) !default;
62
61
 
63
- // The font weight of the Input components.
64
- $kendo-input-font-weight: var( --kendo-input-font-weight, var( --kendo-font-weight, normal ) ) !default;
65
-
66
62
  /// The width of the small Input button.
67
63
  /// @group input
68
64
  $kendo-input-sm-button-width: calc( #{$kendo-button-sm-line-height} * 1em + #{$kendo-button-sm-padding-y} * 2 ) !default;
@@ -401,8 +397,6 @@ $kendo-picker-flat-disabled-bg: none !default;
401
397
  /// @group input
402
398
  $kendo-picker-flat-disabled-border: $kendo-picker-flat-disabled-text !default;
403
399
 
404
- /// The calculated height of the Input.
405
- /// @group input
406
400
  $kendo-input-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + calc( #{$kendo-input-border-width} * 2 ) ) !default;
407
401
  $kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{$kendo-input-sm-padding-y} * 2 ) + calc( #{$kendo-input-border-width} * 2 ) ) !default;
408
402
  $kendo-input-md-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + calc( #{$kendo-input-border-width} * 2 ) ) !default;
@@ -503,7 +497,6 @@ $kendo-use-input-spinner-icon-offset: false !default;
503
497
  @forward "@progress/kendo-theme-core/scss/components/input/_variables.scss" with (
504
498
  $kendo-input-default-width: $kendo-input-width,
505
499
  $kendo-input-border-width: $kendo-input-border-width,
506
- $kendo-input-border-height: $kendo-input-border-height,
507
500
  $kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
508
501
  $kendo-input-md-padding-x: $kendo-input-md-padding-x,
509
502
  $kendo-input-lg-padding-x: $kendo-input-lg-padding-x,