@progress/kendo-theme-fluent 12.0.0-dev.1 → 12.0.0-dev.3

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 (191) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-1-dark.css +1 -0
  3. package/dist/fluent-1-dark.scss +157 -0
  4. package/dist/fluent-1.css +1 -0
  5. package/dist/fluent-1.scss +157 -0
  6. package/dist/fluent-main-dark.css +1 -1
  7. package/dist/fluent-main-dark.scss +145 -145
  8. package/dist/fluent-main.css +1 -1
  9. package/dist/meta/sassdoc-data.json +12553 -15657
  10. package/dist/meta/sassdoc-raw-data.json +4305 -5755
  11. package/dist/meta/variables.json +2154 -2441
  12. package/lib/swatches/all.json +1 -1
  13. package/lib/swatches/fluent-1-dark.json +757 -0
  14. package/lib/swatches/fluent-1.json +757 -0
  15. package/lib/swatches/fluent-main-dark.json +151 -151
  16. package/lib/swatches/fluent-main.json +5 -5
  17. package/package.json +4 -4
  18. package/scss/action-buttons/_variables.scss +3 -3
  19. package/scss/action-sheet/_layout.scss +4 -4
  20. package/scss/action-sheet/_theme.scss +0 -16
  21. package/scss/action-sheet/_variables.scss +12 -12
  22. package/scss/adaptive/_theme.scss +1 -1
  23. package/scss/appbar/_theme.scss +9 -1
  24. package/scss/appbar/_variables.scss +21 -3
  25. package/scss/badge/_theme.scss +6 -0
  26. package/scss/badge/_variables.scss +5 -5
  27. package/scss/bottom-navigation/_layout.scss +0 -17
  28. package/scss/bottom-navigation/_theme.scss +4 -12
  29. package/scss/bottom-navigation/_variables.scss +0 -10
  30. package/scss/breadcrumb/_layout.scss +0 -12
  31. package/scss/breadcrumb/_theme.scss +30 -17
  32. package/scss/breadcrumb/_variables.scss +31 -31
  33. package/scss/bubble/_theme.scss +2 -2
  34. package/scss/bubble/_variables.scss +2 -2
  35. package/scss/button/_layout.scss +15 -20
  36. package/scss/button/_theme.scss +100 -94
  37. package/scss/button/_variables.scss +22 -62
  38. package/scss/calendar/_layout.scss +13 -60
  39. package/scss/calendar/_theme.scss +63 -91
  40. package/scss/calendar/_variables.scss +23 -32
  41. package/scss/captcha/_variables.scss +2 -2
  42. package/scss/card/_layout.scss +6 -0
  43. package/scss/card/_theme.scss +5 -0
  44. package/scss/card/_variables.scss +8 -8
  45. package/scss/chart-wizard/_variables.scss +1 -1
  46. package/scss/chat/_layout.scss +4 -18
  47. package/scss/chat/_theme.scss +10 -2
  48. package/scss/chat/_variables.scss +4 -4
  49. package/scss/checkbox/_layout.scss +6 -3
  50. package/scss/checkbox/_theme.scss +12 -0
  51. package/scss/checkbox/_variables.scss +8 -8
  52. package/scss/chip/_layout.scss +7 -11
  53. package/scss/chip/_theme.scss +43 -25
  54. package/scss/chip/_variables.scss +15 -24
  55. package/scss/coloreditor/_layout.scss +2 -2
  56. package/scss/coloreditor/_variables.scss +14 -14
  57. package/scss/colorgradient/_layout.scss +17 -1
  58. package/scss/colorgradient/_theme.scss +21 -16
  59. package/scss/colorgradient/_variables.scss +4 -4
  60. package/scss/colorpalette/_layout.scss +0 -2
  61. package/scss/colorpalette/_theme.scss +1 -9
  62. package/scss/colorpalette/_variables.scss +3 -24
  63. package/scss/column-menu/_variables.scss +6 -6
  64. package/scss/core/border-radii/_index.scss +4 -4
  65. package/scss/core/color-system/_palettes.scss +240 -556
  66. package/scss/core/color-system/_swatch.scss +144 -144
  67. package/scss/core/elevation/_index.scss +16 -16
  68. package/scss/core/typography/_index.scss +25 -1
  69. package/scss/dialog/_layout.scss +0 -24
  70. package/scss/dialog/_variables.scss +3 -23
  71. package/scss/dock-manager/_layout.scss +14 -2
  72. package/scss/dock-manager/_theme.scss +9 -0
  73. package/scss/dock-manager/_variables.scss +9 -9
  74. package/scss/drawer/_layout.scss +8 -4
  75. package/scss/drawer/_theme.scss +4 -2
  76. package/scss/drawer/_variables.scss +33 -20
  77. package/scss/dropzone/_layout.scss +1 -0
  78. package/scss/dropzone/_variables.scss +3 -3
  79. package/scss/expansion-panel/_layout.scss +1 -10
  80. package/scss/expansion-panel/_theme.scss +7 -3
  81. package/scss/expansion-panel/_variables.scss +14 -20
  82. package/scss/fab/_layout.scss +31 -16
  83. package/scss/fab/_theme.scss +16 -9
  84. package/scss/fab/_variables.scss +47 -54
  85. package/scss/filemanager/_theme.scss +8 -0
  86. package/scss/filemanager/_variables.scss +1 -1
  87. package/scss/filter/_layout.scss +3 -22
  88. package/scss/filter/_variables.scss +4 -1
  89. package/scss/floating-label/_layout.scss +0 -4
  90. package/scss/floating-label/_variables.scss +0 -4
  91. package/scss/forms/_layout.scss +0 -7
  92. package/scss/forms/_variables.scss +1 -5
  93. package/scss/gantt/_variables.scss +21 -21
  94. package/scss/grid/_layout.scss +12 -7
  95. package/scss/grid/_theme.scss +1 -1
  96. package/scss/grid/_variables.scss +4 -3
  97. package/scss/imageeditor/_theme.scss +4 -0
  98. package/scss/input/_layout.scss +47 -40
  99. package/scss/input/_theme.scss +46 -38
  100. package/scss/input/_variables.scss +37 -37
  101. package/scss/list/_layout.scss +13 -0
  102. package/scss/list/_variables.scss +54 -42
  103. package/scss/listbox/_theme.scss +1 -1
  104. package/scss/listview/_layout.scss +0 -14
  105. package/scss/listview/_theme.scss +0 -19
  106. package/scss/listview/_variables.scss +3 -37
  107. package/scss/loader/_layout.scss +4 -0
  108. package/scss/loader/_variables.scss +7 -7
  109. package/scss/mediaplayer/_layout.scss +6 -2
  110. package/scss/mediaplayer/_variables.scss +1 -1
  111. package/scss/menu/_layout.scss +9 -2
  112. package/scss/menu/_variables.scss +4 -4
  113. package/scss/messagebox/_layout.scss +4 -0
  114. package/scss/messagebox/_theme.scss +3 -0
  115. package/scss/messagebox/_variables.scss +6 -3
  116. package/scss/notification/_functions.scss +2 -2
  117. package/scss/notification/_theme.scss +0 -4
  118. package/scss/notification/_variables.scss +8 -8
  119. package/scss/pager/_layout.scss +2 -0
  120. package/scss/pager/_variables.scss +1 -1
  121. package/scss/panelbar/_layout.scss +17 -17
  122. package/scss/panelbar/_theme.scss +1 -13
  123. package/scss/panelbar/_variables.scss +15 -18
  124. package/scss/pdf-viewer/_variables.scss +1 -1
  125. package/scss/pivotgrid/_layout.scss +10 -14
  126. package/scss/popover/_layout.scss +3 -16
  127. package/scss/popover/_variables.scss +13 -16
  128. package/scss/popup/_variables.scss +2 -2
  129. package/scss/progressbar/_variables.scss +4 -4
  130. package/scss/prompt/_variables.scss +20 -20
  131. package/scss/radio/_layout.scss +3 -0
  132. package/scss/radio/_theme.scss +8 -0
  133. package/scss/radio/_variables.scss +6 -6
  134. package/scss/rating/_layout.scss +2 -1
  135. package/scss/rating/_theme.scss +2 -13
  136. package/scss/rating/_variables.scss +3 -6
  137. package/scss/scheduler/_layout.scss +0 -10
  138. package/scss/scheduler/_variables.scss +11 -11
  139. package/scss/signature/_layout.scss +0 -8
  140. package/scss/signature/_theme.scss +1 -1
  141. package/scss/signature/_variables.scss +2 -6
  142. package/scss/skeleton/_variables.scss +1 -1
  143. package/scss/slider/_layout.scss +19 -53
  144. package/scss/slider/_theme.scss +27 -0
  145. package/scss/slider/_variables.scss +7 -7
  146. package/scss/split-button/_layout.scss +0 -48
  147. package/scss/split-button/_variables.scss +6 -16
  148. package/scss/splitter/_variables.scss +15 -15
  149. package/scss/spreadsheet/_layout.scss +2 -159
  150. package/scss/spreadsheet/_theme.scss +5 -35
  151. package/scss/spreadsheet/_variables.scss +12 -40
  152. package/scss/stepper/_layout.scss +1 -5
  153. package/scss/stepper/_theme.scss +7 -1
  154. package/scss/stepper/_variables.scss +10 -10
  155. package/scss/suggestion/_layout.scss +9 -0
  156. package/scss/suggestion/_theme.scss +3 -3
  157. package/scss/suggestion/_variables.scss +2 -2
  158. package/scss/switch/_layout.scss +2 -1
  159. package/scss/switch/_variables.scss +9 -9
  160. package/scss/table/_layout.scss +3 -17
  161. package/scss/table/_variables.scss +10 -20
  162. package/scss/tabstrip/_layout.scss +47 -5
  163. package/scss/tabstrip/_theme.scss +1 -2
  164. package/scss/tabstrip/_variables.scss +11 -11
  165. package/scss/taskboard/_layout.scss +3 -2
  166. package/scss/taskboard/_theme.scss +5 -1
  167. package/scss/taskboard/_variables.scss +9 -6
  168. package/scss/timeline/_layout.scss +0 -4
  169. package/scss/timeline/_variables.scss +2 -5
  170. package/scss/timepicker/_layout.scss +0 -3
  171. package/scss/timeselector/_layout.scss +15 -3
  172. package/scss/timeselector/_theme.scss +1 -1
  173. package/scss/timeselector/_variables.scss +16 -16
  174. package/scss/toolbar/_theme.scss +6 -0
  175. package/scss/toolbar/_variables.scss +14 -14
  176. package/scss/tooltip/_layout.scss +0 -9
  177. package/scss/tooltip/_theme.scss +5 -0
  178. package/scss/tooltip/_variables.scss +5 -5
  179. package/scss/treelist/_layout.scss +1 -1
  180. package/scss/treeview/_layout.scss +0 -5
  181. package/scss/treeview/_theme.scss +2 -26
  182. package/scss/treeview/_variables.scss +49 -29
  183. package/scss/typography/_variables.scss +21 -21
  184. package/scss/upload/_layout.scss +16 -3
  185. package/scss/upload/_theme.scss +24 -0
  186. package/scss/upload/_variables.scss +10 -10
  187. package/scss/window/_layout.scss +10 -1
  188. package/scss/window/_theme.scss +7 -0
  189. package/scss/window/_variables.scss +8 -8
  190. package/scss/wizard/_layout.scss +3 -0
  191. package/scss/wizard/_variables.scss +3 -3
@@ -11,24 +11,21 @@
11
11
  .k-input,
12
12
  .k-picker {
13
13
 
14
- &:focus,
15
- &.k-focus,
16
- &:focus-within {
17
-
18
- &::after {
19
- content: '';
20
- display: block;
21
- position: absolute;
22
- top: 0;
23
- right: 0;
24
- bottom: 0;
25
- left: 0;
26
- border-width: $kendo-input-focus-border-width;
27
- border-style: solid;
28
- border-radius: inherit;
29
- pointer-events: none;
30
- z-index: 1;
31
- }
14
+ &::after {
15
+ content: '';
16
+ box-sizing: border-box;
17
+ display: block;
18
+ position: absolute;
19
+ inset-inline-end: -1px;
20
+ inset-block-end: -1px;
21
+ inset-inline-start: -1px;
22
+ height: 4px;
23
+ border-width: 0 0 $kendo-input-border-width;
24
+ border-style: solid;
25
+ border-end-start-radius: inherit;
26
+ border-end-end-radius: inherit;
27
+ pointer-events: none;
28
+ z-index: 1;
32
29
  }
33
30
  }
34
31
 
@@ -65,12 +62,6 @@
65
62
  padding-block: $kendo-input-md-padding-y;
66
63
  }
67
64
 
68
- // Input button
69
- .k-input-button {
70
- border-radius: 0;
71
- border-width: 0;
72
- border-color: inherit;
73
- }
74
65
  .k-input-outline .k-input-button {
75
66
  border-inline-start-width: $kendo-input-button-border-width;
76
67
  }
@@ -89,8 +80,8 @@
89
80
 
90
81
 
91
82
  // Fill mode
92
- .k-input-flat,
93
- .k-picker-flat {
83
+ .k-input,
84
+ .k-picker {
94
85
 
95
86
  &:focus,
96
87
  &.k-focus,
@@ -117,6 +108,36 @@
117
108
  }
118
109
  }
119
110
 
111
+ .k-input-outline,
112
+ .k-picker-outline {
113
+
114
+ &::after {
115
+ display: none;
116
+ }
117
+
118
+ &:focus,
119
+ &.k-focus,
120
+ &:focus-within {
121
+
122
+ outline: $kendo-input-focus-border-width solid k-color(primary);
123
+ outline-offset: calc( -1 * #{$kendo-input-focus-border-width} );
124
+
125
+ }
126
+
127
+ &.k-invalid,
128
+ &.ng-invalid.ng-touched,
129
+ &.ng-invalid.ng-dirty {
130
+
131
+ &:focus,
132
+ &.k-focus,
133
+ &:focus-within {
134
+
135
+ outline-color: k-color(error-on-surface);
136
+ }
137
+ }
138
+
139
+ }
140
+
120
141
  .k-input-flat,
121
142
  .k-input-outline {
122
143
  background: none !important; // stylelint-disable-line declaration-no-important
@@ -132,20 +153,6 @@
132
153
  .k-input-#{$size},
133
154
  .k-picker-#{$size} {
134
155
 
135
- .k-input-values {
136
- padding: 0;
137
- }
138
- .k-input-values > .k-searchbar,
139
- .k-input-values > .k-input-inner {
140
- margin: 0;
141
- }
142
-
143
- .k-input-button {
144
- width: if( $kendo-use-input-button-width, var( --kendo-input-button-width, #{$_button-width} ), auto );
145
- padding-inline: $_button-padding-x;
146
- padding-block: $_button-padding-y;
147
- }
148
-
149
156
  .k-input-spinner {
150
157
  width: if( $kendo-use-input-spinner-width, var( --kendo-input-spinner-width, #{$_button-width} ), auto );
151
158
 
@@ -18,6 +18,20 @@
18
18
  }
19
19
  }
20
20
 
21
+ &.k-invalid,
22
+ &.ng-invalid.ng-touched,
23
+ &.ng-invalid.ng-dirty {
24
+
25
+ &:focus,
26
+ &.k-focus,
27
+ &:focus-within {
28
+
29
+ &::after {
30
+ border-color: $kendo-input-invalid-border;
31
+ }
32
+ }
33
+ }
34
+
21
35
  &:disabled,
22
36
  &[disabled],
23
37
  &.k-disabled {
@@ -35,31 +49,30 @@
35
49
  background: none;
36
50
  }
37
51
  }
52
+ }
38
53
 
39
- // Invalid
40
- &.k-invalid,
41
- &.ng-invalid.ng-touched,
42
- &.ng-invalid.ng-dirty {
43
- border-color: $kendo-input-invalid-border;
54
+ .k-input-solid,
55
+ .k-picker-solid {
56
+ border-bottom-color: k-color(border);
44
57
 
45
- &::after {
46
- border-color: $kendo-input-invalid-border;
47
- }
58
+ &:hover,
59
+ &.k-hover {
60
+ border-bottom-color: k-color(border);
61
+ }
48
62
 
49
- .k-input-validation-icon {
50
- color: $kendo-input-invalid-text;
51
- }
63
+ &:focus,
64
+ &.k-focus,
65
+ &:focus-within {
66
+ border-color: $kendo-input-border;
67
+ border-bottom-color: $kendo-input-focus-border;
52
68
 
53
- &:focus:hover,
54
- &.k-focus:hover,
55
- &:focus.k-hover,
56
- &.k-focus.k-hover {
57
- border-color: $kendo-input-invalid-border;
69
+ }
58
70
 
59
- .k-input-validation-icon {
60
- color: $kendo-input-invalid-text;
61
- }
62
- }
71
+ &.k-invalid,
72
+ &.ng-invalid.ng-touched,
73
+ &.ng-invalid.ng-dirty {
74
+ border-color: $kendo-input-border;
75
+ border-bottom-color: $kendo-input-invalid-border;
63
76
  }
64
77
  }
65
78
 
@@ -88,10 +101,6 @@
88
101
  &:focus,
89
102
  &.k-focus,
90
103
  &:focus-within {
91
- color: $kendo-picker-focus-text;
92
- background-color: $kendo-picker-focus-bg;
93
- border-color: $kendo-picker-focus-border;
94
-
95
104
  &::after {
96
105
  border-color: $kendo-picker-focus-border;
97
106
  }
@@ -101,25 +110,24 @@
101
110
  &.k-invalid,
102
111
  &.ng-invalid.ng-touched,
103
112
  &.ng-invalid.ng-dirty {
104
- border-color: $kendo-input-invalid-border;
105
-
106
- &::after {
107
- border-color: $kendo-input-invalid-border;
108
- }
109
-
110
113
  .k-input-validation-icon {
111
114
  color: $kendo-input-invalid-text;
112
115
  }
113
116
 
114
- &:focus:hover,
115
- &.k-focus:hover,
116
- &:focus.k-hover,
117
- &.k-focus.k-hover {
118
- border-color: $kendo-input-invalid-border;
117
+ }
118
+ }
119
119
 
120
- .k-input-validation-icon {
121
- color: $kendo-input-invalid-text;
122
- }
120
+ .k-picker-solid,
121
+ .k-picker-flat {
122
+ // Invalid
123
+ &.k-invalid,
124
+ &.ng-invalid.ng-touched,
125
+ &.ng-invalid.ng-dirty {
126
+ border-color: $kendo-input-border;
127
+ border-bottom-color: $kendo-input-invalid-border;
128
+
129
+ &::after {
130
+ border-color: $kendo-input-invalid-border;
123
131
  }
124
132
  }
125
133
  }
@@ -22,17 +22,17 @@ $kendo-input-border-height: calc( $kendo-input-border-width * 2 ) !default;
22
22
  $kendo-input-sm-padding-x: k-spacing(2) !default;
23
23
  /// The horizontal padding of the medium Input components.
24
24
  /// @group input
25
- $kendo-input-md-padding-x: var( --kendo-input-padding-x, k-spacing(2) ) !default;
25
+ $kendo-input-md-padding-x: var( --kendo-input-padding-x, k-spacing(2.5) ) !default;
26
26
  /// The horizontal padding of the large Input components.
27
27
  /// @group input
28
- $kendo-input-lg-padding-x: k-spacing(2) !default;
28
+ $kendo-input-lg-padding-x: k-spacing(4.5) !default;
29
29
 
30
30
  /// The vertical padding of the small Input components.
31
31
  /// @group input
32
- $kendo-input-sm-padding-y: k-spacing(1) !default;
32
+ $kendo-input-sm-padding-y: calc( #{k-spacing(0.5)} + 1px ) !default;
33
33
  /// The vertical padding of the medium Input components.
34
34
  /// @group input
35
- $kendo-input-md-padding-y: var( --kendo-input-padding-y, k-spacing(1.5) ) !default;
35
+ $kendo-input-md-padding-y: calc(var( --kendo-input-padding-y, #{k-spacing(1)} ) + 1px) !default;
36
36
  /// The vertical padding of the large Input components.
37
37
  /// @group input
38
38
  $kendo-input-lg-padding-y: k-spacing(2) !default;
@@ -45,7 +45,7 @@ $kendo-input-sm-font-size: var( --kendo-font-size, inherit ) !default;
45
45
  $kendo-input-md-font-size: var( --kendo-input-font-size, var( --kendo-font-size, inherit ) ) !default;
46
46
  /// The font size of the large Input components.
47
47
  /// @group input
48
- $kendo-input-lg-font-size: var( --kendo-font-size, inherit ) !default;
48
+ $kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
49
49
 
50
50
  /// The line height of the small Input components.
51
51
  /// @group input
@@ -55,7 +55,7 @@ $kendo-input-sm-line-height: var( --kendo-line-height, normal ) !default;
55
55
  $kendo-input-md-line-height: var( --kendo-input-line-height, var( --kendo-line-height, normal ) ) !default;
56
56
  /// The line height of the large Input components.
57
57
  /// @group input
58
- $kendo-input-lg-line-height: var( --kendo-line-height, normal ) !default;
58
+ $kendo-input-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
59
59
 
60
60
  // The font family of the Input components.
61
61
  $kendo-input-font-family: var( --kendo-input-font-family, var( --kendo-font-family, inherit) ) !default;
@@ -95,11 +95,11 @@ $kendo-input-text: var( --kendo-input-text, k-color(on-app-surface) ) !default;
95
95
 
96
96
  /// The background color of the solid Input components.
97
97
  /// @group input
98
- $kendo-input-bg: var( --kendo-input-bg, k-color(app-surface) ) !default;
98
+ $kendo-input-bg: var( --kendo-input-bg, k-color(surface-alt) ) !default;
99
99
 
100
100
  /// The border color of the solid Input components.
101
101
  /// @group input
102
- $kendo-input-border: var( --kendo-input-border, k-color(border) ) !default;
102
+ $kendo-input-border: var( --kendo-input-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
103
103
 
104
104
  /// The text color of the hovered solid Input components.
105
105
  /// @group input
@@ -111,7 +111,7 @@ $kendo-input-hover-bg: $kendo-input-bg !default;
111
111
 
112
112
  /// The border color of the hovered solid Input components.
113
113
  /// @group input
114
- $kendo-input-hover-border: k-color(border-alt) !default;
114
+ $kendo-input-hover-border: color-mix( in srgb, k-color(border) 34%, transparent ) !default;
115
115
 
116
116
  /// The text color of the focused solid Input components.
117
117
  /// @group input
@@ -127,15 +127,15 @@ $kendo-input-focus-border: k-color(primary) !default;
127
127
 
128
128
  /// The text color of the disabled solid Input components.
129
129
  /// @group input
130
- $kendo-input-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
130
+ $kendo-input-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
131
131
 
132
132
  /// The background color of the disabled solid Input components.
133
133
  /// @group input
134
- $kendo-input-disabled-bg: k-color(base-subtle) !default;
134
+ $kendo-input-disabled-bg: null !default;
135
135
 
136
136
  /// The border color of the disabled solid Input components.
137
137
  /// @group input
138
- $kendo-input-disabled-border: transparent !default;
138
+ $kendo-input-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent ) !default;
139
139
 
140
140
  /// The text color of the outline Input components.
141
141
  /// @group input
@@ -147,7 +147,7 @@ $kendo-input-outline-bg: var( --kendo-input-outline-bg, k-color(app-surface) ) !
147
147
 
148
148
  /// The border color of the outline Input components.
149
149
  /// @group input
150
- $kendo-input-outline-border: var( --kendo-input-outline-border, k-color(border) ) !default;
150
+ $kendo-input-outline-border: var( --kendo-input-outline-border, color-mix( in srgb, k-color(border) 26%, transparent ) ) !default;
151
151
 
152
152
  /// The text color of the hovered outline Input components.
153
153
  /// @group input
@@ -159,7 +159,7 @@ $kendo-input-outline-hover-bg: k-color(app-surface) !default;
159
159
 
160
160
  /// The border color of the hovered outline Input components.
161
161
  /// @group input
162
- $kendo-input-outline-hover-border: k-color(border-alt) !default;
162
+ $kendo-input-outline-hover-border: color-mix( in srgb, k-color(border) 34%, transparent ) !default;
163
163
 
164
164
  /// The text color of the focused outline Input components.
165
165
  /// @group input
@@ -175,7 +175,7 @@ $kendo-input-outline-focus-border: k-color(primary) !default;
175
175
 
176
176
  /// The text color of the disabled outline Input components.
177
177
  /// @group input
178
- $kendo-input-outline-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
178
+ $kendo-input-outline-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
179
179
 
180
180
  /// The background color of the disabled outline Input components.
181
181
  /// @group input
@@ -183,7 +183,7 @@ $kendo-input-outline-disabled-bg: none !default;
183
183
 
184
184
  /// The border color of the disabled outline Input components.
185
185
  /// @group input
186
- $kendo-input-outline-disabled-border: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
186
+ $kendo-input-outline-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent) !default;
187
187
 
188
188
  /// The text color of the flat Input components.
189
189
  /// @group input
@@ -223,7 +223,7 @@ $kendo-input-flat-focus-border: k-color(primary) !default;
223
223
 
224
224
  /// The text color of the disabled flat Input components.
225
225
  /// @group input
226
- $kendo-input-flat-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
226
+ $kendo-input-flat-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
227
227
 
228
228
  /// The background color of the disabled flat Input components.
229
229
  /// @group input
@@ -231,7 +231,7 @@ $kendo-input-flat-disabled-bg: none !default;
231
231
 
232
232
  /// The border color of the disabled flat Input components.
233
233
  /// @group input
234
- $kendo-input-flat-disabled-border: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
234
+ $kendo-input-flat-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent) !default;
235
235
 
236
236
  /// The text color of the solid Picker components.
237
237
  /// @group input
@@ -239,11 +239,11 @@ $kendo-picker-text: var( --kendo-picker-text, k-color(on-app-surface) ) !default
239
239
 
240
240
  /// The background color of the solid Picker components.
241
241
  /// @group input
242
- $kendo-picker-bg: var( --kendo-picker-bg, k-color(app-surface) ) !default;
242
+ $kendo-picker-bg: var( --kendo-picker-bg, k-color(surface-alt) ) !default;
243
243
 
244
244
  /// The border color of the solid Picker components.
245
245
  /// @group input
246
- $kendo-picker-border: var( --kendo-picker-border, k-color(border) ) !default;
246
+ $kendo-picker-border: var( --kendo-picker-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
247
247
 
248
248
  /// The text color of the hovered solid Picker components.
249
249
  /// @group input
@@ -251,11 +251,11 @@ $kendo-picker-hover-text: k-color(on-app-surface) !default;
251
251
 
252
252
  /// The background color of hovered the solid Picker components.
253
253
  /// @group input
254
- $kendo-picker-hover-bg: k-color(app-surface) !default;
254
+ $kendo-picker-hover-bg: k-color(surface-alt) !default;
255
255
 
256
256
  /// The border color of the hovered solid Picker components.
257
257
  /// @group input
258
- $kendo-picker-hover-border: k-color(border-alt) !default;
258
+ $kendo-picker-hover-border: color-mix(in srgb, k-color(border) 34%, transparent) !default;
259
259
 
260
260
  /// The text color of the focused solid Picker components.
261
261
  /// @group input
@@ -263,7 +263,7 @@ $kendo-picker-focus-text: k-color(on-app-surface) !default;
263
263
 
264
264
  /// The background color of the focused solid Picker components.
265
265
  /// @group input
266
- $kendo-picker-focus-bg: k-color(app-surface) !default;
266
+ $kendo-picker-focus-bg: k-color(surface-alt) !default;
267
267
 
268
268
  /// The border color of the focused solid Picker components.
269
269
  /// @group input
@@ -271,15 +271,15 @@ $kendo-picker-focus-border: k-color(primary) !default;
271
271
 
272
272
  /// The text color of the disabled solid Picker components.
273
273
  /// @group input
274
- $kendo-picker-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
274
+ $kendo-picker-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
275
275
 
276
276
  /// The background color of the disabled solid Picker components.
277
277
  /// @group input
278
- $kendo-picker-disabled-bg: color-mix(in srgb, k-color(on-app-surface) 9%, transparent) !default;
278
+ $kendo-picker-disabled-bg: null !default;
279
279
 
280
280
  /// The border color of the disabled solid Picker components.
281
281
  /// @group input
282
- $kendo-picker-disabled-border: transparent !default;
282
+ $kendo-picker-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent ) !default;
283
283
 
284
284
  /// The text color of the outline Picker components.
285
285
  /// @group input
@@ -291,19 +291,19 @@ $kendo-picker-outline-bg: var( --kendo-picker-outline-bg, none ) !default;
291
291
 
292
292
  /// The border color of the outline Picker components.
293
293
  /// @group input
294
- $kendo-picker-outline-border: var( --kendo-picker-outline-border, k-color(on-app-surface) ) !default;
294
+ $kendo-picker-outline-border: var( --kendo-picker-outline-border, color-mix( in srgb, k-color(border) 26%, transparent ) ) !default;
295
295
 
296
296
  /// The text color of the hovered outline Picker components.
297
297
  /// @group input
298
- $kendo-picker-outline-hover-text: k-color(app-surface) !default;
298
+ $kendo-picker-outline-hover-text: k-color(on-app-surface) !default;
299
299
 
300
300
  /// The background color of the hovered outline Picker components.
301
301
  /// @group input
302
- $kendo-picker-outline-hover-bg: k-color(on-app-surface) !default;
302
+ $kendo-picker-outline-hover-bg: k-color(app-surface) !default;
303
303
 
304
304
  /// The border color of the hovered outline Picker components.
305
305
  /// @group input
306
- $kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg!default;
306
+ $kendo-picker-outline-hover-border: color-mix( in srgb, k-color(border) 34%, transparent ) !default;
307
307
 
308
308
  /// The text color of the focused outline Picker components.
309
309
  /// @group input
@@ -319,11 +319,11 @@ $kendo-picker-outline-focus-border: k-color(primary) !default;
319
319
 
320
320
  /// The text color of the hovered and focused outline Picker components.
321
321
  /// @group input
322
- $kendo-picker-outline-hover-focus-text: k-color(app-surface) !default;
322
+ $kendo-picker-outline-hover-focus-text: k-color(on-app-surface) !default;
323
323
 
324
324
  /// The background color of the hovered and focused outline Picker components.
325
325
  /// @group input
326
- $kendo-picker-outline-hover-focus-bg: k-color(on-app-surface) !default;
326
+ $kendo-picker-outline-hover-focus-bg: k-color(app-surface) !default;
327
327
 
328
328
  /// The border color of the hovered and focused outline Picker components.
329
329
  /// @group input
@@ -331,7 +331,7 @@ $kendo-picker-outline-hover-focus-border: k-color(primary) !default;
331
331
 
332
332
  /// The text color of the disabled outline Picker components.
333
333
  /// @group input
334
- $kendo-picker-outline-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
334
+ $kendo-picker-outline-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
335
335
 
336
336
  /// The background color of the disabled outline Picker components.
337
337
  /// @group input
@@ -359,7 +359,7 @@ $kendo-picker-flat-hover-text: k-color(on-app-surface) !default;
359
359
 
360
360
  /// The background color of the hovered flat Picker components.
361
361
  /// @group input
362
- $kendo-picker-flat-hover-bg: k-color(base-hover) !default;
362
+ $kendo-picker-flat-hover-bg: var( --kendo-picker-outline-bg, none ) !default;
363
363
 
364
364
  /// The border color of the hovered flat Picker components.
365
365
  /// @group input
@@ -391,7 +391,7 @@ $kendo-picker-flat-hover-focus-border: $kendo-picker-flat-border !default;
391
391
 
392
392
  /// The text color of the disabled flat Picker components.
393
393
  /// @group input
394
- $kendo-picker-flat-disabled-text: color-mix(in srgb, k-color(on-app-surface) 46%, transparent) !default;
394
+ $kendo-picker-flat-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
395
395
 
396
396
  /// The background color of the disabled flat Picker components.
397
397
  /// @group input
@@ -471,7 +471,7 @@ $kendo-input-suffix-disabled-text: color-mix(in srgb, k-color(on-app-surface) 28
471
471
 
472
472
  /// The border color of the invalid Input components.
473
473
  /// @group input
474
- $kendo-input-invalid-border: k-color(error-emphasis) !default;
474
+ $kendo-input-invalid-border: k-color(error-on-surface) !default;
475
475
  /// The text color of the invalid Input components.
476
476
  /// @group input
477
477
  $kendo-input-invalid-text: k-color(error-on-surface) !default;
@@ -496,7 +496,7 @@ $kendo-input-clear-value-hover-text: inherit !default;
496
496
  /// @group input
497
497
  $kendo-input-clear-value-hover-opacity: 1 !default;
498
498
 
499
- $kendo-use-input-button-width: true !default;
499
+ $kendo-use-input-button-width: false !default;
500
500
  $kendo-use-input-spinner-width: true !default;
501
501
  $kendo-use-input-spinner-icon-offset: false !default;
502
502
 
@@ -10,7 +10,20 @@
10
10
  .k-list {
11
11
  border-radius: 0;
12
12
  }
13
+
13
14
  .k-list-group-sticky-header {
14
15
  z-index: 1;
15
16
  }
17
+
18
+ .k-list-ul {
19
+ display: flex;
20
+ flex-direction: column;
21
+ padding: $kendo-list-content-padding;
22
+ gap: $kendo-list-item-spacing;
23
+ }
24
+
25
+ .k-list-item {
26
+ border-radius: $kendo-list-item-border-radius;
27
+ }
28
+
16
29
  }