@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
@@ -3,13 +3,13 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.3",
7
7
  "previewColors": [
8
+ "#fafafa",
8
9
  "#ffffff",
9
- "#faf9f8",
10
- "#0078d4",
11
- "#979593",
12
- "#323130"
10
+ "#0f6cbd",
11
+ "#707070",
12
+ "#242424"
13
13
  ],
14
14
  "components": [],
15
15
  "groups": []
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": "12.0.0-dev.1",
4
+ "version": "12.0.0-dev.3",
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": "12.0.0-dev.1",
58
- "@progress/kendo-theme-utils": "12.0.0-dev.1"
57
+ "@progress/kendo-theme-core": "12.0.0-dev.3",
58
+ "@progress/kendo-theme-utils": "12.0.0-dev.3"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "794f481c97a5e59caeb7c91030f0a7853aa2db19"
64
+ "gitHead": "e8490bcd2120186030a02c459cb027ae415d281c"
65
65
  }
@@ -3,10 +3,10 @@
3
3
 
4
4
  /// Horizontal padding of the action buttons container.
5
5
  /// @group action-buttons
6
- $kendo-actions-padding-x: var( --kendo-actions-padding-x, #{k-spacing(3)} ) !default;
6
+ $kendo-actions-padding-x: var( --kendo-actions-padding-x, k-spacing(3) ) !default;
7
7
  /// Vertical padding of the action buttons container.
8
8
  /// @group action-buttons
9
- $kendo-actions-padding-y: var( --kendo-actions-padding-y, #{k-spacing(3)} ) !default;
9
+ $kendo-actions-padding-y: var( --kendo-actions-padding-y, k-spacing(3) ) !default;
10
10
  /// Width of the border around the action buttons container.
11
11
  /// @group action-buttons
12
12
  $kendo-actions-border-width: var( --kendo-actions-border-width, 0px ) !default;
@@ -22,7 +22,7 @@ $kendo-actions-border: var( --kendo-actions-border, inherit ) !default;
22
22
 
23
23
  /// Spacing between the action buttons.
24
24
  /// @group action-buttons
25
- $kendo-actions-button-spacing: var( --kendo-actions-button-spacing, #{k-spacing(2)} ) !default;
25
+ $kendo-actions-button-spacing: var( --kendo-actions-button-spacing, k-spacing(3) ) !default;
26
26
 
27
27
  @forward "@progress/kendo-theme-core/scss/components/action-buttons/_variables.scss" with (
28
28
  $kendo-actions-padding-x: $kendo-actions-padding-x,
@@ -19,22 +19,22 @@
19
19
 
20
20
  .k-actionsheet-top {
21
21
  border-width: $kendo-actionsheet-border-width;
22
- border-top-width: 0;
22
+ border-block-start-width: 0;
23
23
  }
24
24
 
25
25
  .k-actionsheet-bottom {
26
26
  border-width: $kendo-actionsheet-border-width;
27
- border-bottom-width: 0;
27
+ border-block-end-width: 0;
28
28
  }
29
29
 
30
30
  .k-actionsheet-left {
31
31
  border-width: $kendo-actionsheet-border-width;
32
- border-left-width: $kendo-actionsheet-border-width;
32
+ border-inline-start-width: $kendo-actionsheet-border-width;
33
33
  }
34
34
 
35
35
  .k-actionsheet-right {
36
36
  border-width: $kendo-actionsheet-border-width;
37
- border-right-width: 0;
37
+ border-inline-end-width: 0;
38
38
  }
39
39
 
40
40
  .k-adaptive-actionsheet .k-coloreditor {
@@ -5,27 +5,11 @@
5
5
  @mixin kendo-action-sheet--theme() {
6
6
  @include kendo-action-sheet--theme-base();
7
7
 
8
- .k-actionsheet-header,
9
- .k-actionsheet-titlebar {
10
- color: $kendo-actionsheet-header-text;
11
- background-color: $kendo-actionsheet-header-bg;
12
- border-color: $kendo-actionsheet-header-border;
13
- @include box-shadow( $kendo-actionsheet-header-shadow );
14
- }
15
-
16
8
  .k-actionsheet-subtitle {
17
9
  color: inherit;
18
10
  }
19
11
 
20
- .k-actionsheet-item-icon {
21
- color: $kendo-actionsheet-item-icon-color;
22
- }
23
-
24
12
  .k-actionsheet-item {
25
- color: var( --kendo-actionsheet-item-text, inherit );
26
- background-color: var( --kendo-actionsheet-item-bg, inherit );
27
- border-color: var( --kendo-actionsheet-item-border, inherit );
28
- outline-color: var( --kendo-actionsheet-item-outline, inherit );
29
13
 
30
14
  &:focus,
31
15
  &.k-focus {
@@ -3,10 +3,10 @@
3
3
 
4
4
  /// Horizontal padding of the action sheet.
5
5
  /// @group action-sheet
6
- $kendo-actionsheet-padding-x: var( --kendo-actionsheet-padding-x, #{k-spacing(0)} ) !default;
6
+ $kendo-actionsheet-padding-x: var( --kendo-actionsheet-padding-x, #{k-spacing(1)} ) !default;
7
7
  /// Vertical padding of the action sheet.
8
8
  /// @group action-sheet
9
- $kendo-actionsheet-padding-y: var( --kendo-actionsheet-padding-y, #{k-spacing(0)} ) !default;
9
+ $kendo-actionsheet-padding-y: var( --kendo-actionsheet-padding-y, #{k-spacing(1)} ) !default;
10
10
  /// Width of the action sheet.
11
11
  /// @group action-sheet
12
12
  $kendo-actionsheet-width: var( --kendo-actionsheet-width, 360px ) !default;
@@ -81,7 +81,7 @@ $kendo-actionsheet-header-bg: var( --kendo-actionsheet-header-bg, inherit ) !def
81
81
  $kendo-actionsheet-header-text: var( --kendo-actionsheet-header-text, inherit ) !default;
82
82
  /// Border color of the action sheet header.
83
83
  /// @group action-sheet
84
- $kendo-actionsheet-header-border: var( --kendo-actionsheet-header-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
84
+ $kendo-actionsheet-header-border: var( --kendo-actionsheet-header-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
85
85
  /// Box shadow of the action sheet header.
86
86
  /// @group action-sheet
87
87
  $kendo-actionsheet-header-shadow: var( --kendo-actionsheet-header-shadow, none ) !default;
@@ -108,7 +108,7 @@ $kendo-actionsheet-footer-bg: var( --kendo-actionsheet-footer-bg, null ) !defaul
108
108
  $kendo-actionsheet-footer-text: var( --kendo-actionsheet-footer-text, null ) !default;
109
109
  /// Border color of the action sheet footer.
110
110
  /// @group action-sheet
111
- $kendo-actionsheet-footer-border: var( --kendo-actionsheet-footer-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
111
+ $kendo-actionsheet-footer-border: var( --kendo-actionsheet-header-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
112
112
  /// Box shadow of the action sheet footer.
113
113
  /// @group action-sheet
114
114
  $kendo-actionsheet-footer-shadow: var( --kendo-actionsheet-footer-shadow, null ) !default;
@@ -118,20 +118,16 @@ $kendo-actionsheet-footer-shadow: var( --kendo-actionsheet-footer-shadow, null )
118
118
  $kendo-actionsheet-item-min-height: var( --kendo-actionsheet-item-min-height, 40px ) !default;
119
119
  /// Horiozontal padding of the action sheet item.
120
120
  /// @group action-sheet
121
- $kendo-actionsheet-item-padding-x: var( --kendo-actionsheet-item-padding-x, #{k-spacing(4)} ) !default;
121
+ $kendo-actionsheet-item-padding-x: var( --kendo-actionsheet-item-padding-x, #{k-spacing(1.5)} ) !default;
122
122
  /// Vertical padding of the action sheet item.
123
123
  /// @group action-sheet
124
- $kendo-actionsheet-item-padding-y: var( --kendo-actionsheet-item-padding-y, #{k-spacing(2)} ) !default;
124
+ $kendo-actionsheet-item-padding-y: var( --kendo-actionsheet-item-padding-y, #{k-spacing(1.5)} ) !default;
125
125
  /// Border around the action sheet item.
126
126
  /// @group action-sheet
127
127
  $kendo-actionsheet-item-border-width: var( --kendo-actionsheet-item-border-width, 1px ) !default;
128
128
  /// Spacing between the icon and the text in the action sheet item.
129
129
  /// @group action-sheet
130
- $kendo-actionsheet-item-spacing: var( --kendo-actionsheet-item-spacing, #{k-spacing(2)} ) !default;
131
-
132
- /// Color of the action sheet item icon.
133
- /// @group action-sheet
134
- $kendo-actionsheet-item-icon-color: var( --kendo-actionsheet-item-icon-color, #{k-color(primary)} ) !default;
130
+ $kendo-actionsheet-item-spacing: var( --kendo-actionsheet-item-spacing, #{k-spacing(1)} ) !default;
135
131
 
136
132
  /// Font weight of the action sheet item text.
137
133
  /// @group action-sheet
@@ -146,6 +142,9 @@ $kendo-actionsheet-item-description-font-size: var( --kendo-actionsheet-item-des
146
142
  /// Color of the action sheet item description.
147
143
  /// @group action-sheet
148
144
  $kendo-actionsheet-item-description-text: var( --kendo-actionsheet-item-description-text, #{k-color(subtle)} ) !default;
145
+ /// Line height of the action sheet item description.
146
+ /// @group action-sheet
147
+ $kendo-actionsheet-item-description-line-height: var( --kendo-actionsheet-item-description-line-height, var( --kendo-line-height-lg, inherit ) ) !default;
149
148
 
150
149
  /// Hover background color of the action sheet item.
151
150
  /// @group action-sheet
@@ -171,7 +170,7 @@ $kendo-actionsheet-item-focus-border: var( --kendo-actionsheet-item-focus-border
171
170
  $kendo-actionsheet-item-focus-outline: var( --kendo-actionsheet-item-focus-outline, var( --kendo-outline-color, inherit ) ) !default;
172
171
  /// Focus outline width of the action sheet item.
173
172
  /// @group action-sheet
174
- $kendo-actionsheet-item-focus-outline-width: var( --kendo-actionsheet-item-focus-outline-width, 1px ) !default;
173
+ $kendo-actionsheet-item-focus-outline-width: var( --kendo-actionsheet-item-focus-outline-width, 2px ) !default;
175
174
 
176
175
  /// Focus and hover background color of the action sheet item.
177
176
  /// @group action-sheet
@@ -268,6 +267,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: var( --kendo-adaptive-actionsheet-
268
267
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
269
268
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
270
269
  $kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
270
+ $kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
271
271
  $kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
272
272
  $kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
273
273
  $kendo-actionsheet-item-hover-border: $kendo-actionsheet-item-hover-border,
@@ -8,7 +8,7 @@
8
8
  .k-pane-wrapper .k-pane {
9
9
  .k-grid-mobile {
10
10
  .k-column-active + th.k-header {
11
- border-left-color: k-color(surface-alt);
11
+ border-inline-start-color: k-color(surface-alt);
12
12
  }
13
13
 
14
14
  .k-resize-handle-inner::before {
@@ -10,7 +10,15 @@
10
10
  .k-appbar-base {
11
11
  color: $kendo-appbar-text;
12
12
  background-color: $kendo-appbar-bg;
13
- border-color: $kendo-appbar-border;
13
+ }
14
+
15
+ .k-appbar {
16
+ border-bottom: 1px solid $kendo-appbar-border;
17
+ }
18
+
19
+ .k-appbar.k-appbar-bottom {
20
+ border-bottom: none;
21
+ border-top: 1px solid $kendo-appbar-border;
14
22
  }
15
23
 
16
24
  .k-appbar-inherit {
@@ -9,10 +9,10 @@ $kendo-appbar-margin-x: var( --kendo-appbar-margin-x, k-spacing(0) ) !default;
9
9
  $kendo-appbar-margin-y: var( --kendo-appbar-margin-y, k-spacing(0) ) !default;
10
10
  /// The horizontal padding of the AppBar.
11
11
  /// @group appbar
12
- $kendo-appbar-padding-x: var( --kendo-appbar-padding-x, k-spacing(2) ) !default;
12
+ $kendo-appbar-padding-x: var( --kendo-appbar-padding-x, k-spacing(5) ) !default;
13
13
  /// The vertical padding of the AppBar.
14
14
  /// @group appbar
15
- $kendo-appbar-padding-y: var( --kendo-appbar-padding-y, k-spacing(2) ) !default;
15
+ $kendo-appbar-padding-y: var( --kendo-appbar-padding-y, k-spacing(3.5) ) !default;
16
16
  /// The width of the border around the AppBar.
17
17
  /// @group appbar
18
18
  $kendo-appbar-border-width: var( --kendo-appbar-border-width, 0px ) !default;
@@ -41,7 +41,21 @@ $kendo-appbar-text: var( --kendo-appbar-text, k-color(on-app-surface) ) !default
41
41
  $kendo-appbar-bg: var( --kendo-appbar-bg, k-color(surface) ) !default;
42
42
  /// The border color of the AppBar.
43
43
  /// @group appbar
44
- $kendo-appbar-border: var( --kendo-appbar-border, color-mix(in srgb, k-color(border) 16%, transparent) ) !default;
44
+ $kendo-appbar-border: var( --kendo-appbar-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
45
+
46
+ /// The background color of the AppBar based on light theme color.
47
+ /// @group appbar
48
+ $kendo-appbar-light-bg: k-color(light) !default;
49
+ /// The text color of the AppBar based on light theme color.
50
+ /// @group appbar
51
+ $kendo-appbar-light-text: k-color(on-light) !default;
52
+
53
+ /// The background color of the AppBar based on dark theme color.
54
+ /// @group appbar
55
+ $kendo-appbar-dark-bg: k-color(dark) !default;
56
+ /// The text color of the AppBar based on dark theme color.
57
+ /// @group appbar
58
+ $kendo-appbar-dark-text: k-color(on-dark) !default;
45
59
 
46
60
  /// The theme colors map for the AppBar variations.
47
61
  /// @group appbar
@@ -69,5 +83,9 @@ $kendo-appbar-theme-colors: (
69
83
  $kendo-appbar-font-size: $kendo-appbar-font-size,
70
84
  $kendo-appbar-line-height: $kendo-appbar-line-height,
71
85
  $kendo-appbar-gap: $kendo-appbar-spacing,
86
+ $kendo-appbar-light-bg: $kendo-appbar-light-bg,
87
+ $kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
88
+ $kendo-appbar-light-text: $kendo-appbar-light-text,
89
+ $kendo-appbar-dark-text: $kendo-appbar-dark-text,
72
90
  $kendo-appbar-theme-colors: $kendo-appbar-theme-colors
73
91
  );
@@ -15,4 +15,10 @@
15
15
  .k-badge-outline-base {
16
16
  border-color: $kendo-badge-border;
17
17
  }
18
+
19
+ @each $name, $color in $kendo-badge-theme-colors {
20
+ .k-badge-outline-#{$name} {
21
+ color: k-color(#{$name}-on-surface);
22
+ }
23
+ }
18
24
  }
@@ -17,14 +17,14 @@ $kendo-badge-border-width: var( --kendo-badge-border-width, 1px ) !default;
17
17
 
18
18
  /// The font weight of the Badge.
19
19
  /// @group badge
20
- $kendo-badge-font-weight: var( --kendo-badge-font-weight, var( --kendo-font-weight, normal ) ) !default;
20
+ $kendo-badge-font-weight: var( --kendo-badge-font-weight, var( --kendo-font-weight-semibold, normal ) ) !default;
21
21
 
22
22
  /// Horizontal padding of the small Badge.
23
23
  /// @group badge
24
- $kendo-badge-sm-padding-x: k-spacing(0.5) !default;
24
+ $kendo-badge-sm-padding-x: k-spacing(1.5) !default;
25
25
  /// Horizontal padding of the medium Badge.
26
26
  /// @group badge
27
- $kendo-badge-md-padding-x: var( --kendo-badge-padding-x, k-spacing(1) ) !default;
27
+ $kendo-badge-md-padding-x: var( --kendo-badge-padding-x, k-spacing(1.5) ) !default;
28
28
  /// Horizontal padding of the large Badge.
29
29
  /// @group badge
30
30
  $kendo-badge-lg-padding-x: k-spacing(1.5) !default;
@@ -47,7 +47,7 @@ $kendo-badge-sm-font-size: var( --kendo-font-size-xs, inherit ) !default;
47
47
  $kendo-badge-md-font-size: var( --kendo-badge-font-size, var( --kendo-font-size-xs, inherit ) ) !default;
48
48
  /// The font size of the large Badge.
49
49
  /// @group badge
50
- $kendo-badge-lg-font-size: var( --kendo-font-size-xs, inherit ) !default;
50
+ $kendo-badge-lg-font-size: var( --kendo-font-size-sm, inherit ) !default;
51
51
 
52
52
  /// The line height used along with the $kendo-font-size variable of the small Badge.
53
53
  /// @group badge
@@ -57,7 +57,7 @@ $kendo-badge-sm-line-height: var( --kendo-line-height-xs, normal ) !default;
57
57
  $kendo-badge-md-line-height: var( --kendo-badge-line-height, var( --kendo-line-height-xs, normal ) ) !default;
58
58
  /// The line height used along with the $kendo-font-size variable of the large Badge.
59
59
  /// @group badge
60
- $kendo-badge-lg-line-height: var( --kendo-line-height-xs, normal ) !default;
60
+ $kendo-badge-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
61
61
 
62
62
  /// The calculated minimum width of the small circular Badge.
63
63
  /// @group badge
@@ -2,22 +2,5 @@
2
2
  @use "@progress/kendo-theme-core/scss/components/bottom-navigation/_layout.scss" as *;
3
3
 
4
4
  @mixin kendo-bottom-navigation--layout() {
5
-
6
5
  @include kendo-bottom-navigation--layout-base();
7
-
8
- // Items
9
- .k-bottom-nav-item {
10
- position: relative;
11
-
12
- &:focus::after,
13
- &.k-focus::after {
14
- content: "";
15
- position: absolute;
16
- border: medium none;
17
- inset: $kendo-bottom-nav-item-focus-offset;
18
- outline-width: $kendo-bottom-nav-item-focus-outline-width;
19
- outline-style: $kendo-bottom-nav-item-focus-outline-style;
20
- z-index: 1;
21
- }
22
- }
23
6
  }
@@ -19,7 +19,7 @@
19
19
  color: k-color(on-#{$name});
20
20
  background-color: k-color(#{$name});
21
21
  border-color: k-color(#{$name});
22
- outline-color: inherit;
22
+ box-shadow: 0 0 0 2px k-color(border-alt) inset, 0 0 0 3px k-color(surface) inset;
23
23
  }
24
24
 
25
25
  &:active,
@@ -40,14 +40,6 @@
40
40
  }
41
41
  }
42
42
 
43
- .k-bottom-nav-solid-warning,
44
- .k-bottom-nav-solid-light {
45
- .k-bottom-nav-item:focus::after,
46
- .k-bottom-nav-item.k-focus::after {
47
- outline-color: k-color(app-surface);
48
- }
49
- }
50
-
51
43
  @each $name, $color in $kendo-bottom-navigation-theme-colors {
52
44
  .k-bottom-nav-flat-#{$name} {
53
45
  color: k-color(on-app-surface);
@@ -57,16 +49,16 @@
57
49
  .k-bottom-nav-item {
58
50
  &:focus,
59
51
  &.k-focus {
60
- color: k-color(#{$name});
52
+ color: k-color(#{$name}-on-surface);
61
53
  background-color: inherit;
62
54
  border-color: transparent;
63
- outline-color: k-color(#{$name});
55
+ box-shadow: 0 0 0 2px k-color(border-alt) inset;
64
56
  }
65
57
 
66
58
  &:active,
67
59
  &.k-active,
68
60
  &.k-selected {
69
- color: k-color(#{$name});
61
+ color: k-color(#{$name}-on-surface);
70
62
  background-color: inherit;
71
63
  border-color: transparent;
72
64
  }
@@ -48,16 +48,6 @@ $kendo-bottom-nav-item-border-radius: var( --kendo-bottom-nav-item-border-radius
48
48
  /// @group bottom-navigation
49
49
  $kendo-bottom-nav-item-gap: var( --kendo-bottom-nav-item-gap, k-spacing(1) ) !default;
50
50
 
51
- /// The offset of the focused BottomNavigation item.
52
- /// @group bottom-navigation
53
- $kendo-bottom-nav-item-focus-offset: var( --kendo-bottom-nav-item-focus-offset, k-spacing(0.5) ) !default;
54
- /// The outline width of the focused BottomNavigation item.
55
- /// @group bottom-navigation
56
- $kendo-bottom-nav-item-focus-outline-width: var( --kendo-bottom-nav-item-focus-outline-width, 1px ) !default;
57
- /// The outline style of the focused BottomNavigation item.
58
- /// @group bottom-navigation
59
- $kendo-bottom-nav-item-focus-outline-style: var( --kendo-bottom-nav-item-focus-outline-style, solid ) !default;
60
-
61
51
  /// The box shadow of the BottomNavigation.
62
52
  /// @group bottom-navigation
63
53
  $kendo-bottom-nav-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
@@ -7,23 +7,11 @@
7
7
 
8
8
  @include kendo-breadcrumb--layout-base();
9
9
 
10
- // Breadcrumb
11
- .k-breadcrumb {
12
- font-size: $kendo-breadcrumb-font-size;
13
- line-height: $kendo-breadcrumb-line-height;
14
- }
15
-
16
10
  // Breadcrumb links
17
11
  .k-breadcrumb-link,
18
12
  .k-breadcrumb-root-link {
19
13
  &.k-selected {
20
14
  font-weight: $kendo-breadcrumb-link-selected-font-weight;
21
15
  }
22
-
23
- &:disabled,
24
- &.k-disabled {
25
- background: $kendo-breadcrumb-link-disabled-bg;
26
- border: $kendo-breadcrumb-link-disabled-border
27
- }
28
16
  }
29
17
  }
@@ -21,18 +21,18 @@
21
21
  // Focused state
22
22
  &:focus,
23
23
  &.k-focus {
24
- // Focus-hover state
25
- &:hover,
26
- &.k-hover {
27
- @include fill( $bg: $kendo-breadcrumb-link-focus-hover-bg );
28
- }
24
+ background: $kendo-breadcrumb-link-focus-bg;
29
25
  }
30
26
 
31
27
  // Disabled state
32
28
  &:disabled,
33
29
  &[disabled],
34
30
  &.k-disabled {
35
- @include fill( $color: $kendo-breadcrumb-link-disabled-text );
31
+ @include fill(
32
+ $kendo-breadcrumb-link-disabled-text,
33
+ $kendo-breadcrumb-link-disabled-bg,
34
+ $kendo-breadcrumb-link-disabled-border
35
+ );
36
36
  }
37
37
 
38
38
  // Selected state
@@ -57,21 +57,34 @@
57
57
  );
58
58
  }
59
59
 
60
- // Focused state
61
- &:focus,
62
- &.k-focus {
63
- // Focus-hover state
64
- &:hover,
65
- &.k-hover {
66
- @include fill( $bg: $kendo-breadcrumb-root-link-focus-hover-bg );
67
- }
68
- }
69
-
70
60
  // Disabled state
71
61
  &:disabled,
72
62
  &[disabled],
73
63
  &.k-disabled {
74
- @include fill( $color: $kendo-breadcrumb-root-link-disabled-text );
64
+ @include fill(
65
+ $kendo-breadcrumb-root-link-disabled-text,
66
+ $kendo-breadcrumb-root-link-disabled-bg,
67
+ $kendo-breadcrumb-root-link-disabled-border
68
+ );
69
+ }
70
+ }
71
+
72
+ .k-breadcrumb-icontext-link,
73
+ .k-breadcrumb-icon-link {
74
+
75
+ &:hover,
76
+ &.k-hover {
77
+
78
+ .k-icon {
79
+ color: k-color(primary-hover);
80
+ }
81
+ }
82
+ &:active,
83
+ &.k-selected {
84
+
85
+ .k-icon {
86
+ color: k-color(primary-active);
87
+ }
75
88
  }
76
89
  }
77
90