@progress/kendo-theme-fluent 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.
Files changed (82) 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 +39709 -35083
  7. package/dist/meta/sassdoc-raw-data.json +14965 -12673
  8. package/dist/meta/variables.json +896 -765
  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 +5 -5
  15. package/scss/appbar/_variables.scss +6 -16
  16. package/scss/avatar/_variables.scss +37 -23
  17. package/scss/badge/_theme.scss +25 -11
  18. package/scss/badge/_variables.scss +22 -43
  19. package/scss/bottom-navigation/_theme.scss +68 -53
  20. package/scss/bottom-navigation/_variables.scss +12 -18
  21. package/scss/breadcrumb/_variables.scss +6 -30
  22. package/scss/button/_layout.scss +165 -156
  23. package/scss/button/_theme.scss +183 -135
  24. package/scss/button/_variables.scss +28 -42
  25. package/scss/calendar/_layout.scss +12 -8
  26. package/scss/calendar/_variables.scss +8 -2
  27. package/scss/card/_variables.scss +7 -16
  28. package/scss/checkbox/_layout.scss +15 -11
  29. package/scss/checkbox/_variables.scss +13 -1
  30. package/scss/chip/_layout.scss +6 -7
  31. package/scss/chip/_theme.scss +94 -76
  32. package/scss/chip/_variables.scss +32 -43
  33. package/scss/coloreditor/_layout.scss +17 -13
  34. package/scss/coloreditor/_variables.scss +17 -48
  35. package/scss/colorgradient/_layout.scss +1 -1
  36. package/scss/colorgradient/_variables.scss +30 -60
  37. package/scss/colorpalette/_layout.scss +0 -12
  38. package/scss/colorpalette/_variables.scss +7 -19
  39. package/scss/column-menu/_layout.scss +16 -12
  40. package/scss/column-menu/_variables.scss +6 -24
  41. package/scss/datetimepicker/_variables.scss +6 -15
  42. package/scss/dialog/_variables.scss +7 -9
  43. package/scss/fab/_layout.scss +13 -10
  44. package/scss/fab/_theme.scss +11 -6
  45. package/scss/fab/_variables.scss +21 -17
  46. package/scss/forms/_layout.scss +8 -6
  47. package/scss/forms/_variables.scss +7 -16
  48. package/scss/grid/_layout.scss +15 -11
  49. package/scss/grid/_variables.scss +6 -42
  50. package/scss/icons/_variables.scss +6 -0
  51. package/scss/input/_layout.scss +113 -54
  52. package/scss/input/_theme.scss +97 -62
  53. package/scss/input/_variables.scss +81 -43
  54. package/scss/list/_variables.scss +6 -70
  55. package/scss/loader/_variables.scss +13 -17
  56. package/scss/menu/_variables.scss +6 -32
  57. package/scss/messagebox/_variables.scss +7 -17
  58. package/scss/notification/_functions.scss +2 -2
  59. package/scss/notification/_variables.scss +9 -15
  60. package/scss/otp/_variables.scss +1 -22
  61. package/scss/overlay/_theme.scss +0 -9
  62. package/scss/overlay/_variables.scss +9 -7
  63. package/scss/pager/_layout.scss +7 -2
  64. package/scss/pager/_variables.scss +7 -22
  65. package/scss/radio/_layout.scss +16 -11
  66. package/scss/radio/_variables.scss +7 -1
  67. package/scss/signature/_variables.scss +0 -21
  68. package/scss/split-button/_variables.scss +0 -8
  69. package/scss/suggestion/_variables.scss +4 -45
  70. package/scss/switch/_variables.scss +103 -7
  71. package/scss/table/_variables.scss +6 -33
  72. package/scss/tabstrip/_variables.scss +7 -25
  73. package/scss/timeselector/_variables.scss +21 -39
  74. package/scss/toolbar/_layout.scss +25 -12
  75. package/scss/toolbar/_theme.scss +7 -5
  76. package/scss/toolbar/_variables.scss +12 -25
  77. package/scss/tooltip/_functions.scss +15 -6
  78. package/scss/tooltip/_theme.scss +0 -21
  79. package/scss/tooltip/_variables.scss +3 -14
  80. package/scss/treeview/_variables.scss +6 -32
  81. package/scss/window/_theme.scss +0 -15
  82. package/scss/window/_variables.scss +12 -18
@@ -24,14 +24,13 @@
24
24
  outline-style: $kendo-chip-focus-outline-style;
25
25
  outline-offset: $kendo-chip-focus-offset;
26
26
  }
27
- }
28
-
29
27
 
30
- // Chip avatar
31
- .k-chip-avatar {
32
- width: $kendo-chip-avatar-width;
33
- height: $kendo-chip-avatar-height;
34
- flex-basis: $kendo-chip-avatar-flex-basis;
28
+ // Chip avatar
29
+ &.k-chip-avatar {
30
+ width: $kendo-chip-avatar-width;
31
+ height: $kendo-chip-avatar-height;
32
+ flex-basis: $kendo-chip-avatar-flex-basis;
33
+ }
35
34
  }
36
35
 
37
36
  }
@@ -1,6 +1,7 @@
1
1
  @use "sass:map";
2
2
  @use "../core/_index.scss" as *;
3
3
  @use "./_variables.scss" as *;
4
+ @use "../core/functions/index.scss" as *;
4
5
  @use "@progress/kendo-theme-core/scss/components/chip/_theme.scss" as *;
5
6
 
6
7
  @mixin kendo-chip--theme() {
@@ -13,96 +14,113 @@
13
14
  border-color: $kendo-chip-focus-border;
14
15
  outline-color: $kendo-chip-focus-border;
15
16
  }
16
- }
17
-
18
- .k-chip.k-chip-solid-base {
19
- &.k-chip-outline:focus::after,
20
- &.k-chip-outline.k-focus::after {
21
- outline-color: $kendo-chip-focus-outline;
22
- }
23
-
24
- &.k-selected {
25
- color: $kendo-chip-selected-text;
26
- border-color: $kendo-chip-selected-border;
27
- }
28
-
29
- &:disabled,
30
- &.k-disabled {
31
- color: $kendo-chip-disabled-text;
32
- background-color: $kendo-chip-disabled-bg;
33
- border-color: $kendo-chip-disabled-border;
34
- }
35
17
 
36
- }
37
18
 
38
- @each $name, $color in $kendo-chip-theme-colors {
39
- .k-chip-solid-#{$name} {
40
- border-color: k-color(#{$name}-subtle);
19
+ // Fillmode: solid
20
+ #{k-when-default($kendo-chip-default-fill-mode, "solid")}
21
+ &.k-chip-solid {
41
22
 
42
- &:active,
43
- &.k-active {
44
- background-color: k-color(#{$name}-subtle-active);
45
- border-color: k-color(#{$name}-subtle-active);
46
- }
23
+ #{k-when-default($kendo-chip-default-theme-color, "base")}
24
+ &.k-chip-base {
47
25
 
48
- &.k-selected {
49
- border-color: k-color(#{$name}-subtle-active);
50
- }
26
+ &.k-selected {
27
+ color: $kendo-chip-selected-text;
28
+ border-color: $kendo-chip-selected-border;
29
+ }
51
30
 
52
- &:focus,
53
- &.k-focus {
54
- box-shadow: none;
31
+ &:disabled,
32
+ &.k-disabled {
33
+ color: $kendo-chip-disabled-text;
34
+ background-color: $kendo-chip-disabled-bg;
35
+ border-color: $kendo-chip-disabled-border;
36
+ }
55
37
  }
56
38
 
57
- &:hover,
58
- &.k-hover {
59
- background-color: k-color(#{$name}-subtle-hover);
60
- border-color: k-color(#{$name}-subtle-hover);
39
+ @each $name in $kendo-chip-theme-colors {
40
+ #{k-when-default($kendo-chip-default-theme-color, $name)}
41
+ &.k-chip-#{$name} {
42
+ border-color: k-color(#{$name}-subtle);
43
+
44
+ &:active,
45
+ &.k-active {
46
+ background-color: k-color(#{$name}-subtle-active);
47
+ border-color: k-color(#{$name}-subtle-active);
48
+ }
49
+
50
+ &.k-selected {
51
+ border-color: k-color(#{$name}-subtle-active);
52
+ }
53
+
54
+ &:focus,
55
+ &.k-focus {
56
+ box-shadow: none;
57
+ }
58
+
59
+ &:hover,
60
+ &.k-hover {
61
+ background-color: k-color(#{$name}-subtle-hover);
62
+ border-color: k-color(#{$name}-subtle-hover);
63
+ }
64
+ }
61
65
  }
62
66
  }
63
67
 
64
- .k-chip-outline-#{$name} {
65
- color: k-color(#{$name}-on-subtle);
66
-
67
- &:hover,
68
- &.k-hover {
69
- color: k-color(#{$name}-on-subtle);
70
- background-color: color-mix(in srgb, k-color(#{$name}-hover) 3%, transparent);
71
- border-color: k-color(#{$name}-on-surface);
72
- }
73
-
74
- &:focus,
75
- &.k-focus {
76
- box-shadow: none;
77
- }
68
+ // Fillmode: outline
69
+ #{k-when-default($kendo-chip-default-fill-mode, "outline")}
70
+ &.k-chip-outline {
78
71
 
79
- &:active,
80
- &.k-active,
81
- &.k-selected {
82
- color: k-color(#{$name}-on-subtle);
83
- background-color: color-mix(in srgb, k-color(#{$name}-active) 13%, transparent);
84
- border-color: k-color(#{$name}-on-surface);
72
+ &:focus::after,
73
+ &.k-focus::after {
74
+ outline-color: $kendo-chip-focus-outline;
85
75
  }
86
76
 
87
- @if ($name == "warning") {
88
- color: k-color(#{$name}-on-surface);
89
- background-color: transparent;
90
- border-color: currentColor;
91
- }
92
-
93
- @if ($name == "base") {
94
- border-color: $kendo-chip-border;
95
-
96
- &:active,
97
- &.k-active,
98
- &.k-selected {
99
- background-color: color-mix(in srgb, k-color(on-base) 13%, transparent);
100
- border-color: $kendo-chip-border;
101
- }
102
77
 
103
- &:hover,
104
- &.k-hover {
105
- border-color: $kendo-chip-hover-border;
78
+ @each $name in $kendo-chip-theme-colors {
79
+ #{k-when-default($kendo-chip-default-theme-color, $name)}
80
+ &.k-chip-#{$name} {
81
+ color: k-color(#{$name}-on-subtle);
82
+
83
+ &:hover,
84
+ &.k-hover {
85
+ color: k-color(#{$name}-on-subtle);
86
+ background-color: color-mix(in srgb, k-color(#{$name}-hover) 3%, transparent);
87
+ border-color: k-color(#{$name}-on-surface);
88
+ }
89
+
90
+ &:focus,
91
+ &.k-focus {
92
+ box-shadow: none;
93
+ }
94
+
95
+ &:active,
96
+ &.k-active,
97
+ &.k-selected {
98
+ color: k-color(#{$name}-on-subtle);
99
+ background-color: color-mix(in srgb, k-color(#{$name}-active) 13%, transparent);
100
+ border-color: k-color(#{$name}-on-surface);
101
+ }
102
+
103
+ @if ($name == "warning") {
104
+ color: k-color(#{$name}-on-surface);
105
+ background-color: transparent;
106
+ border-color: currentColor;
107
+ }
108
+
109
+ @if ($name == "base") {
110
+ border-color: $kendo-chip-border;
111
+
112
+ &:active,
113
+ &.k-active,
114
+ &.k-selected {
115
+ background-color: color-mix(in srgb, k-color(on-base) 13%, transparent);
116
+ border-color: $kendo-chip-border;
117
+ }
118
+
119
+ &:hover,
120
+ &.k-hover {
121
+ border-color: $kendo-chip-hover-border;
122
+ }
123
+ }
106
124
  }
107
125
  }
108
126
  }
@@ -3,6 +3,23 @@
3
3
 
4
4
  // Chip
5
5
 
6
+ /// The default theme color of the Chip.
7
+ /// @group chip
8
+ /// @role default
9
+ $kendo-chip-default-theme-color: "base" !default;
10
+ /// The default fill mode of the Chip.
11
+ /// @group chip
12
+ /// @role default
13
+ $kendo-chip-default-fill-mode: "solid" !default;
14
+ /// The default roundness of the Chip.
15
+ /// @group chip
16
+ /// @role default
17
+ $kendo-chip-default-roundness: "md" !default;
18
+ /// The default size of the Chip.
19
+ /// @group chip
20
+ /// @role default
21
+ $kendo-chip-default-size: "md" !default;
22
+
6
23
  /// The width of the border around the Chip.
7
24
  /// @group chip
8
25
  $kendo-chip-border-width: var( --kendo-chip-border-width, 1px ) !default;
@@ -81,29 +98,6 @@ $kendo-chip-lg-line-height: var( --kendo-line-height, normal ) !default;
81
98
  $kendo-chip-calc-size: calc( #{$kendo-chip-md-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
82
99
  $kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
83
100
 
84
- /// The map with the sizes of the Chip.
85
- /// @group chip
86
- $kendo-chip-sizes: (
87
- sm: (
88
- padding-x: $kendo-chip-sm-padding-x,
89
- padding-y: $kendo-chip-sm-padding-y,
90
- font-size: $kendo-chip-sm-font-size,
91
- line-height: $kendo-chip-sm-line-height
92
- ),
93
- md: (
94
- padding-x: $kendo-chip-md-padding-x,
95
- padding-y: $kendo-chip-md-padding-y,
96
- font-size: $kendo-chip-md-font-size,
97
- line-height: $kendo-chip-md-line-height
98
- ),
99
- lg: (
100
- padding-x: $kendo-chip-lg-padding-x,
101
- padding-y: $kendo-chip-lg-padding-y,
102
- font-size: $kendo-chip-lg-font-size,
103
- line-height: $kendo-chip-lg-line-height
104
- )
105
- ) !default;
106
-
107
101
  // Matrices with theme colors in the order: bg, color, border, outline
108
102
 
109
103
  // The color matrix for the base Chip
@@ -162,26 +156,21 @@ $kendo-chip-disabled-bg: var( --kendo-chip-disabled-bg, color-mix(in srgb, k-col
162
156
  /// @group chip
163
157
  $kendo-chip-disabled-border: var( --kendo-chip-disabled-border, transparent ) !default;
164
158
 
165
- /// The theme colors map for the Chip.
166
- $kendo-chip-theme-colors: (
167
- "base": $kendo-chip-bg,
168
- "error": k-color(error),
169
- "info": k-color(info),
170
- "warning": k-color(warning),
171
- "success": k-color(success)
172
- ) !default;
173
-
174
- // Chip List
175
-
176
- /// The sizes of the Chip list.
159
+ /// The sizes of the small Chip list.
177
160
  /// @group chip
178
- $kendo-chip-list-sizes: (
179
- sm: k-spacing(1),
180
- md: k-spacing(1),
181
- lg: k-spacing(1)
182
- ) !default;
161
+ $kendo-chip-list-size-sm: k-spacing(1) !default;
162
+ /// The sizes of the medium Chip list.
163
+ /// @group chip
164
+ $kendo-chip-list-size-md: k-spacing(1) !default;
165
+ /// The sizes of the large Chip list.
166
+ /// @group chip
167
+ $kendo-chip-list-size-lg: k-spacing(1) !default;
183
168
 
184
169
  @forward "@progress/kendo-theme-core/scss/components/chip/_variables.scss" with (
170
+ $kendo-chip-default-theme-color: $kendo-chip-default-theme-color,
171
+ $kendo-chip-default-fill-mode: $kendo-chip-default-fill-mode,
172
+ $kendo-chip-default-roundness: $kendo-chip-default-roundness,
173
+ $kendo-chip-default-size: $kendo-chip-default-size,
185
174
  $kendo-chip-border-width: $kendo-chip-border-width,
186
175
  $kendo-chip-spacing: $kendo-chip-spacing,
187
176
  $kendo-chip-sm-padding-x: $kendo-chip-sm-padding-x,
@@ -199,9 +188,7 @@ $kendo-chip-list-sizes: (
199
188
  $kendo-chip-lg-line-height: $kendo-chip-lg-line-height,
200
189
  $kendo-chip-calc-size: $kendo-chip-calc-size,
201
190
  $kendo-chip-sm-calc-size: $kendo-chip-sm-calc-size,
202
- $kendo-chip-sizes: $kendo-chip-sizes,
203
191
  $kendo-chip-base-bg: $kendo-chip-bg,
204
- $kendo-chip-theme-colors: $kendo-chip-theme-colors,
205
192
  $kendo-chip-solid-bg: $kendo-chip-bg,
206
193
  $kendo-chip-solid-text: $kendo-chip-text,
207
194
  $kendo-chip-solid-border: $kendo-chip-border,
@@ -211,5 +198,7 @@ $kendo-chip-list-sizes: (
211
198
  $kendo-chip-disabled-bg: $kendo-chip-disabled-bg,
212
199
  $kendo-chip-disabled-text: $kendo-chip-disabled-text,
213
200
  $kendo-chip-disabled-border: $kendo-chip-disabled-border,
214
- $kendo-chip-list-sizes: $kendo-chip-list-sizes
201
+ $kendo-chip-list-size-sm: $kendo-chip-list-size-sm,
202
+ $kendo-chip-list-size-md: $kendo-chip-list-size-md,
203
+ $kendo-chip-list-size-lg: $kendo-chip-list-size-lg
215
204
  );
@@ -1,31 +1,35 @@
1
1
  @use "sass:map";
2
2
  @use "../core/_index.scss" as *;
3
3
  @use "../colorpalette/_variables.scss" as *;
4
+ @use "../core/functions/index.scss" as *;
4
5
  @use "./_variables.scss" as *;
5
6
  @use "@progress/kendo-theme-core/scss/components/coloreditor/_layout.scss" as *;
6
7
 
7
8
  @mixin kendo-color-editor--layout() {
8
9
  @include kendo-color-editor--layout-base();
9
10
 
10
- .k-coloreditor-footer.k-actions {
11
- padding-block: $kendo-color-editor-footer-padding-y;
12
- padding-inline: $kendo-color-editor-footer-padding-y;
13
- }
14
-
15
- @each $size, $size-props in $kendo-color-editor-sizes {
16
- $_views-padding-x: map.get( $size-props, views-padding-x );
17
- $_views-padding-y: map.get( $size-props, views-padding-y );
11
+ .k-coloreditor {
12
+ @each $size, $size-props in $kendo-color-editor-sizes {
13
+ $_views-padding-x: map.get( $size-props, views-padding-x );
14
+ $_views-padding-y: map.get( $size-props, views-padding-y );
18
15
 
19
- .k-coloreditor-#{$size} {
16
+ #{k-when-default($kendo-color-editor-default-size, $size)}
17
+ &.k-coloreditor-#{$size} {
20
18
 
21
- .k-coloreditor-header,
22
- .k-coloreditor-views {
23
- padding-block: $_views-padding-y;
24
- padding-inline: $_views-padding-x;
19
+ .k-coloreditor-header,
20
+ .k-coloreditor-views {
21
+ padding-block: $_views-padding-y;
22
+ padding-inline: $_views-padding-x;
23
+ }
25
24
  }
26
25
  }
27
26
  }
28
27
 
28
+ .k-coloreditor-footer.k-actions {
29
+ padding-block: $kendo-color-editor-footer-padding-y;
30
+ padding-inline: $kendo-color-editor-footer-padding-y;
31
+ }
32
+
29
33
  .k-coloreditor-preview {
30
34
  justify-content: space-between;
31
35
  }
@@ -2,19 +2,24 @@
2
2
  @use "sass:math";
3
3
  @use "../core/_index.scss" as *;
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: var(--kendo-color-editor-spacer, k-spacing(2)) !default;
8
13
 
9
14
  /// The minimum width of the ColorEditor.
10
15
  /// @group color-editor
11
- $kendo-color-editor-min-width: var(--kendo-color-editor-min-width, 260px) !default;
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: var(--kendo-color-editor-sm-min-width, 236px) !default;
15
20
  /// The minimum width of the ColorEditor.
16
21
  /// @group color-editor
17
- $kendo-color-editor-md-min-width: var(--kendo-color-editor-md-min-width, $kendo-color-editor-min-width) !default;
22
+ $kendo-color-editor-md-min-width: var(--kendo-color-editor-md-min-width, 260px) !default;
18
23
  /// The minimum width of the ColorEditor.
19
24
  /// @group color-editor
20
25
  $kendo-color-editor-lg-min-width: var(--kendo-color-editor-lg-min-width, 362px) !default;
@@ -84,17 +89,17 @@ $kendo-color-editor-color-preview-width: var(--kendo-color-editor-color-preview-
84
89
  $kendo-color-editor-color-preview-height: var(--kendo-color-editor-color-preview-height, 14px) !default;
85
90
  /// The spacing between the colors in the ColorEditor preview.
86
91
  /// @group color-editor
87
- $kendo-color-editor-preview-spacing: var(--kendo-color-editor-preview-spacing, k-spacing(1)) !default;
92
+ $kendo-color-editor-preview-gap: var(--kendo-color-editor-preview-gap, k-spacing(1)) !default;
88
93
 
89
94
  /// The spacing between the colors in the small ColorEditor preview.
90
95
  /// @group color-editor
91
- $kendo-color-editor-sm-preview-spacing: var(--kendo-color-editor-sm-preview-spacing, k-spacing(1)) !default;
96
+ $kendo-color-editor-sm-preview-gap: var(--kendo-color-editor-sm-preview-gap, k-spacing(1)) !default;
92
97
  /// The spacing between the colors in the medium ColorEditor preview.
93
98
  /// @group color-editor
94
- $kendo-color-editor-md-preview-spacing: var(--kendo-color-editor-md-preview-spacing, $kendo-color-editor-preview-spacing) !default;
99
+ $kendo-color-editor-md-preview-gap: var(--kendo-color-editor-md-preview-gap, $kendo-color-editor-preview-gap) !default;
95
100
  /// The spacing between the colors in the large ColorEditor preview.
96
101
  /// @group color-editor
97
- $kendo-color-editor-lg-preview-spacing: var(--kendo-color-editor-lg-preview-spacing, k-spacing(1)) !default;
102
+ $kendo-color-editor-lg-preview-gap: var(--kendo-color-editor-lg-preview-gap, k-spacing(1)) !default;
98
103
 
99
104
  /// The width of the small ColorEditor preview.
100
105
  /// @group color-editor
@@ -152,43 +157,8 @@ $kendo-color-editor-color-gradient-focus-outline: var(--kendo-color-editor-color
152
157
  /// @group color-editor
153
158
  $kendo-color-editor-color-gradient-focus-outline-offset: var(--kendo-color-editor-color-gradient-focus-outline-offset, 2px) !default;
154
159
 
155
- /// The size map of the ColorEditor preview.
156
- /// @group color-editor
157
- $kendo-color-editor-sizes: (
158
- sm: (
159
- min-width: $kendo-color-editor-sm-min-width,
160
- header-padding-x: $kendo-color-editor-sm-header-padding-x,
161
- header-padding-y: $kendo-color-editor-sm-header-padding-y,
162
- views-padding-x: $kendo-color-editor-sm-views-padding-x,
163
- views-padding-y: $kendo-color-editor-sm-views-padding-y,
164
- preview-gap: $kendo-color-editor-sm-preview-spacing,
165
- preview-width: $kendo-color-editor-sm-color-preview-width,
166
- preview-height: $kendo-color-editor-sm-color-preview-height,
167
-
168
- ),
169
- md: (
170
- min-width: $kendo-color-editor-md-min-width,
171
- header-padding-x: $kendo-color-editor-md-header-padding-x,
172
- header-padding-y: $kendo-color-editor-md-header-padding-y,
173
- views-padding-x: $kendo-color-editor-md-views-padding-x,
174
- views-padding-y: $kendo-color-editor-md-views-padding-y,
175
- preview-gap: $kendo-color-editor-md-preview-spacing,
176
- preview-width: $kendo-color-editor-md-color-preview-width,
177
- preview-height: $kendo-color-editor-md-color-preview-height,
178
- ),
179
- lg: (
180
- min-width: $kendo-color-editor-lg-min-width,
181
- header-padding-x: $kendo-color-editor-lg-header-padding-x,
182
- header-padding-y: $kendo-color-editor-lg-header-padding-y,
183
- views-padding-x: $kendo-color-editor-lg-views-padding-x,
184
- views-padding-y: $kendo-color-editor-lg-views-padding-y,
185
- preview-gap: $kendo-color-editor-lg-preview-spacing,
186
- preview-width: $kendo-color-editor-lg-color-preview-width,
187
- preview-height: $kendo-color-editor-lg-color-preview-height,
188
- )
189
- ) !default;
190
-
191
160
  @forward "@progress/kendo-theme-core/scss/components/coloreditor/_variables.scss" with (
161
+ $kendo-color-editor-default-size: $kendo-color-editor-default-size,
192
162
  $kendo-color-editor-spacer: $kendo-color-editor-spacer,
193
163
  $kendo-color-editor-min-width: $kendo-color-editor-min-width,
194
164
  $kendo-color-editor-sm-min-width: $kendo-color-editor-sm-min-width,
@@ -213,10 +183,10 @@ $kendo-color-editor-sizes: (
213
183
  $kendo-color-editor-lg-header-padding-x: $kendo-color-editor-lg-header-padding-x,
214
184
  $kendo-color-editor-color-preview-width: $kendo-color-editor-color-preview-width,
215
185
  $kendo-color-editor-color-preview-height: $kendo-color-editor-color-preview-height,
216
- $kendo-color-editor-preview-gap: $kendo-color-editor-preview-spacing,
217
- $kendo-color-editor-sm-preview-gap: $kendo-color-editor-sm-preview-spacing,
218
- $kendo-color-editor-md-preview-gap: $kendo-color-editor-md-preview-spacing,
219
- $kendo-color-editor-lg-preview-gap: $kendo-color-editor-lg-preview-spacing,
186
+ $kendo-color-editor-preview-gap: $kendo-color-editor-preview-gap,
187
+ $kendo-color-editor-sm-preview-gap: $kendo-color-editor-sm-preview-gap,
188
+ $kendo-color-editor-md-preview-gap: $kendo-color-editor-md-preview-gap,
189
+ $kendo-color-editor-lg-preview-gap: $kendo-color-editor-lg-preview-gap,
220
190
  $kendo-color-editor-sm-color-preview-width: $kendo-color-editor-sm-color-preview-width,
221
191
  $kendo-color-editor-sm-color-preview-height: $kendo-color-editor-sm-color-preview-height,
222
192
  $kendo-color-editor-md-color-preview-width: $kendo-color-editor-md-color-preview-width,
@@ -232,6 +202,5 @@ $kendo-color-editor-sizes: (
232
202
  $kendo-color-editor-lg-views-padding-x: $kendo-color-editor-lg-views-padding-x,
233
203
  $kendo-color-editor-color-gradient-focus-outline-color: $kendo-color-editor-color-gradient-focus-outline-color,
234
204
  $kendo-color-editor-color-gradient-focus-outline: $kendo-color-editor-color-gradient-focus-outline,
235
- $kendo-color-editor-color-gradient-focus-outline-offset: $kendo-color-editor-color-gradient-focus-outline-offset,
236
- $kendo-color-editor-sizes: $kendo-color-editor-sizes
205
+ $kendo-color-editor-color-gradient-focus-outline-offset: $kendo-color-editor-color-gradient-focus-outline-offset
237
206
  );
@@ -62,7 +62,7 @@
62
62
  font-size: $kendo-color-gradient-input-label-font-size
63
63
  }
64
64
 
65
- .k-input-inner {
65
+ .k-input .k-input-inner {
66
66
  padding-inline: k-spacing(2);
67
67
  text-align: start;
68
68
  text-overflow: ellipsis;