@progress/kendo-theme-material 11.0.0-dev.0 → 11.0.0-dev.1

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 (184) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-arctic.css +1 -1
  8. package/dist/material-burnt-teal.css +1 -1
  9. package/dist/material-dataviz-v4.css +1 -1
  10. package/dist/material-eggplant.css +1 -1
  11. package/dist/material-lime-dark.css +1 -1
  12. package/dist/material-lime.css +1 -1
  13. package/dist/material-main-dark.css +1 -1
  14. package/dist/material-main-dark.scss +97 -97
  15. package/dist/material-main.css +1 -1
  16. package/dist/material-nova.css +1 -1
  17. package/dist/material-pacific-dark.css +1 -1
  18. package/dist/material-pacific.css +1 -1
  19. package/dist/material-sky-dark.css +1 -1
  20. package/dist/material-sky.css +1 -1
  21. package/dist/material-smoke.css +1 -1
  22. package/dist/meta/sassdoc-data.json +11721 -9853
  23. package/dist/meta/sassdoc-raw-data.json +3880 -3030
  24. package/dist/meta/variables.json +2515 -2282
  25. package/lib/swatches/index.js +2 -0
  26. package/lib/swatches/material-2-dark.json +657 -0
  27. package/lib/swatches/material-2.json +632 -0
  28. package/lib/swatches/material-aqua-dark.json +1 -1
  29. package/lib/swatches/material-arctic.json +1 -1
  30. package/lib/swatches/material-burnt-teal.json +1 -1
  31. package/lib/swatches/material-dataviz-v4.json +1 -1
  32. package/lib/swatches/material-eggplant.json +1 -1
  33. package/lib/swatches/material-lime-dark.json +1 -1
  34. package/lib/swatches/material-lime.json +1 -1
  35. package/lib/swatches/material-main-dark.json +103 -103
  36. package/lib/swatches/material-main.json +6 -6
  37. package/lib/swatches/material-nova.json +1 -1
  38. package/lib/swatches/material-pacific-dark.json +1 -1
  39. package/lib/swatches/material-pacific.json +1 -1
  40. package/lib/swatches/material-sky-dark.json +1 -1
  41. package/lib/swatches/material-sky.json +1 -1
  42. package/lib/swatches/material-smoke.json +1 -1
  43. package/package.json +4 -4
  44. package/scss/action-buttons/_layout.scss +0 -23
  45. package/scss/action-buttons/_theme.scss +0 -13
  46. package/scss/action-buttons/_variables.scss +3 -3
  47. package/scss/action-sheet/_layout.scss +6 -0
  48. package/scss/action-sheet/_variables.scss +21 -22
  49. package/scss/appbar/_variables.scss +3 -3
  50. package/scss/badge/_layout.scss +0 -1
  51. package/scss/badge/_variables.scss +8 -8
  52. package/scss/bottom-navigation/_theme.scss +54 -3
  53. package/scss/bottom-navigation/_variables.scss +16 -16
  54. package/scss/breadcrumb/_variables.scss +19 -19
  55. package/scss/button/_layout.scss +0 -79
  56. package/scss/button/_theme.scss +114 -29
  57. package/scss/button/_variables.scss +28 -24
  58. package/scss/calendar/_layout.scss +13 -16
  59. package/scss/calendar/_theme.scss +29 -11
  60. package/scss/calendar/_variables.scss +75 -48
  61. package/scss/captcha/_variables.scss +3 -3
  62. package/scss/card/_variables.scss +15 -15
  63. package/scss/chat/_theme.scss +4 -0
  64. package/scss/chat/_variables.scss +4 -4
  65. package/scss/checkbox/_layout.scss +35 -0
  66. package/scss/checkbox/_theme.scss +113 -4
  67. package/scss/checkbox/_variables.scss +18 -15
  68. package/scss/chip/_layout.scss +10 -0
  69. package/scss/chip/_theme.scss +41 -61
  70. package/scss/chip/_variables.scss +36 -18
  71. package/scss/coloreditor/_variables.scss +8 -8
  72. package/scss/colorgradient/_variables.scss +3 -33
  73. package/scss/column-menu/_variables.scss +1 -1
  74. package/scss/core/color-system/_palettes.scss +243 -242
  75. package/scss/core/color-system/_swatch.scss +142 -142
  76. package/scss/core/elevation/index.import.scss +18 -27
  77. package/scss/core/typography/index.import.scss +8 -8
  78. package/scss/dataviz/_variables.scss +1 -1
  79. package/scss/dialog/_variables.scss +6 -1
  80. package/scss/dock-manager/_variables.scss +14 -14
  81. package/scss/draggable/_variables.scss +1 -1
  82. package/scss/drawer/_layout.scss +2 -0
  83. package/scss/drawer/_theme.scss +0 -11
  84. package/scss/drawer/_variables.scss +48 -23
  85. package/scss/dropzone/_variables.scss +2 -2
  86. package/scss/editor/_layout.scss +2 -12
  87. package/scss/editor/_variables.scss +4 -4
  88. package/scss/expansion-panel/_layout.scss +5 -0
  89. package/scss/expansion-panel/_variables.scss +6 -6
  90. package/scss/fab/_layout.scss +1 -1
  91. package/scss/fab/_theme.scss +13 -12
  92. package/scss/fab/_variables.scss +11 -11
  93. package/scss/filemanager/_theme.scss +4 -0
  94. package/scss/filemanager/_variables.scss +1 -1
  95. package/scss/filter/_variables.scss +2 -2
  96. package/scss/forms/_variables.scss +5 -5
  97. package/scss/gantt/_variables.scss +16 -16
  98. package/scss/grid/_layout.scss +6 -21
  99. package/scss/grid/_theme.scss +12 -55
  100. package/scss/grid/_variables.scss +13 -13
  101. package/scss/imageeditor/_variables.scss +2 -2
  102. package/scss/input/_layout.scss +10 -14
  103. package/scss/input/_variables.scss +35 -34
  104. package/scss/list/_theme.scss +1 -1
  105. package/scss/list/_variables.scss +100 -22
  106. package/scss/listbox/_variables.scss +1 -1
  107. package/scss/listgroup/_variables.scss +4 -4
  108. package/scss/listview/_theme.scss +0 -13
  109. package/scss/listview/_variables.scss +5 -5
  110. package/scss/loader/_variables.scss +2 -2
  111. package/scss/map/_variables.scss +2 -2
  112. package/scss/mediaplayer/_variables.scss +2 -2
  113. package/scss/menu/_layout.scss +4 -0
  114. package/scss/menu/_theme.scss +1 -26
  115. package/scss/menu/_variables.scss +47 -39
  116. package/scss/menu-button/_variables.scss +1 -1
  117. package/scss/messagebox/_layout.scss +5 -1
  118. package/scss/messagebox/_variables.scss +1 -1
  119. package/scss/notification/_layout.scss +5 -0
  120. package/scss/notification/_theme.scss +1 -0
  121. package/scss/notification/_variables.scss +18 -8
  122. package/scss/orgchart/_variables.scss +3 -3
  123. package/scss/pager/_variables.scss +4 -4
  124. package/scss/panel/_variables.scss +3 -3
  125. package/scss/panelbar/_layout.scss +29 -1
  126. package/scss/panelbar/_theme.scss +0 -1
  127. package/scss/panelbar/_variables.scss +23 -23
  128. package/scss/pdf-viewer/_variables.scss +3 -3
  129. package/scss/pivotgrid/_theme.scss +0 -12
  130. package/scss/pivotgrid/_variables.scss +4 -4
  131. package/scss/popover/_variables.scss +3 -3
  132. package/scss/popup/_variables.scss +5 -5
  133. package/scss/progressbar/_layout.scss +11 -4
  134. package/scss/progressbar/_variables.scss +2 -2
  135. package/scss/prompt/_layout.scss +4 -0
  136. package/scss/prompt/_variables.scss +8 -8
  137. package/scss/radio/_layout.scss +35 -0
  138. package/scss/radio/_theme.scss +109 -4
  139. package/scss/radio/_variables.scss +17 -14
  140. package/scss/rating/_variables.scss +3 -3
  141. package/scss/scheduler/_layout.scss +2 -89
  142. package/scss/scheduler/_variables.scss +4 -4
  143. package/scss/scrollview/_variables.scss +1 -1
  144. package/scss/slider/_layout.scss +11 -0
  145. package/scss/slider/_theme.scss +1 -10
  146. package/scss/slider/_variables.scss +16 -7
  147. package/scss/split-button/_layout.scss +12 -0
  148. package/scss/split-button/_variables.scss +4 -4
  149. package/scss/splitter/_variables.scss +3 -3
  150. package/scss/spreadsheet/_layout.scss +0 -35
  151. package/scss/spreadsheet/_theme.scss +3 -25
  152. package/scss/spreadsheet/_variables.scss +7 -7
  153. package/scss/stepper/_layout.scss +15 -1
  154. package/scss/stepper/_theme.scss +8 -0
  155. package/scss/stepper/_variables.scss +13 -13
  156. package/scss/switch/_layout.scss +20 -5
  157. package/scss/switch/_theme.scss +2 -9
  158. package/scss/switch/_variables.scss +50 -16
  159. package/scss/table/_layout.scss +6 -0
  160. package/scss/table/_variables.scss +9 -9
  161. package/scss/tabstrip/_layout.scss +100 -4
  162. package/scss/tabstrip/_variables.scss +16 -16
  163. package/scss/taskboard/_layout.scss +4 -0
  164. package/scss/taskboard/_variables.scss +8 -8
  165. package/scss/tilelayout/_layout.scss +7 -1
  166. package/scss/tilelayout/_variables.scss +2 -2
  167. package/scss/timeline/_variables.scss +2 -2
  168. package/scss/timeselector/_layout.scss +38 -0
  169. package/scss/timeselector/_theme.scss +8 -6
  170. package/scss/timeselector/_variables.scss +29 -23
  171. package/scss/toolbar/_layout.scss +0 -47
  172. package/scss/toolbar/_theme.scss +4 -44
  173. package/scss/toolbar/_variables.scss +14 -14
  174. package/scss/tooltip/_variables.scss +6 -6
  175. package/scss/treelist/_layout.scss +0 -19
  176. package/scss/treelist/_theme.scss +10 -15
  177. package/scss/treelist/_variables.scss +1 -1
  178. package/scss/treeview/_theme.scss +2 -31
  179. package/scss/treeview/_variables.scss +24 -24
  180. package/scss/typography/_variables.scss +21 -21
  181. package/scss/upload/_variables.scss +3 -3
  182. package/scss/window/_layout.scss +14 -0
  183. package/scss/window/_variables.scss +8 -8
  184. package/scss/wizard/_variables.scss +3 -3
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "11.0.0-dev.0",
4
+ "version": "11.0.0-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.1.0",
57
- "@progress/kendo-theme-core": "11.0.0-dev.0",
58
- "@progress/kendo-theme-utils": "11.0.0-dev.0"
57
+ "@progress/kendo-theme-core": "11.0.0-dev.1",
58
+ "@progress/kendo-theme-utils": "11.0.0-dev.1"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "b83fa9575266e751edf9317822154d05a4fc566a"
64
+ "gitHead": "57358fb664667fda76ce2febcd9bf331796b263c"
65
65
  }
@@ -1,4 +1,3 @@
1
- @use "../core/_index.scss" as *;
2
1
  @use "@progress/kendo-theme-core/scss/components/action-buttons/_layout.scss" as *;
3
2
 
4
3
 
@@ -6,26 +5,4 @@
6
5
 
7
6
  @include kendo-action-buttons--layout-base();
8
7
 
9
- // Actions
10
- .k-actions {
11
-
12
- // Button
13
- .k-button {
14
- @include box-shadow( none );
15
- }
16
-
17
-
18
- // Button group
19
- .k-button-group {
20
- @include box-shadow( none );
21
- }
22
-
23
-
24
- // Split button
25
- .k-split-button {
26
- @include box-shadow( none );
27
- }
28
-
29
- }
30
-
31
8
  }
@@ -1,6 +1,3 @@
1
- @use "../core/_index.scss" as *;
2
- @use "../button/_variables.scss" as *;
3
- @use "../core/functions/index.import.scss" as *;
4
1
  @use "@progress/kendo-theme-core/scss/components/action-buttons/_theme.scss" as *;
5
2
 
6
3
 
@@ -8,14 +5,4 @@
8
5
 
9
6
  @include kendo-action-buttons--theme-base();
10
7
 
11
- // Actions
12
- .k-actions {
13
-
14
- .k-button-solid-base {
15
- background-color: k-color(base-subtle);
16
- border-color: k-color(base-subtle);
17
- }
18
-
19
- }
20
-
21
8
  }
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
  // Actions
5
- $kendo-actions-margin-top: k-spacing(4) !default;
6
- $kendo-actions-padding-x: k-spacing(2) !default;
7
- $kendo-actions-padding-y: k-spacing(2) !default;
5
+ $kendo-actions-margin-top: 0 !default;
6
+ $kendo-actions-padding-x: k-spacing(6) !default;
7
+ $kendo-actions-padding-y: k-spacing(6) !default;
8
8
  $kendo-actions-border-width: 0px !default;
9
9
  $kendo-actions-button-spacing: k-spacing(2) !default;
10
10
 
@@ -3,4 +3,10 @@
3
3
 
4
4
  @mixin kendo-action-sheet--layout() {
5
5
  @include kendo-action-sheet--layout-base();
6
+
7
+ .k-actionsheet-action {
8
+ .k-icon-wrap {
9
+ align-self: center;
10
+ }
11
+ }
6
12
  }
@@ -15,9 +15,9 @@ $kendo-actionsheet-border-radius: 0px !default;
15
15
 
16
16
  $kendo-actionsheet-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  $kendo-actionsheet-font-family: var( --kendo-font-family, inherit ) !default;
18
- $kendo-actionsheet-line-height: math.div( 20, 14 ) !default;
18
+ $kendo-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
19
19
 
20
- $kendo-actionsheet-bg: k-color(surface-alt) !default;
20
+ $kendo-actionsheet-bg: k-color(surface) !default;
21
21
  $kendo-actionsheet-text: k-color(on-app-surface) !default;
22
22
  $kendo-actionsheet-border: k-color(border) !default;
23
23
  $kendo-actionsheet-shadow: k-elevation(7) !default;
@@ -27,9 +27,9 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
27
27
  $kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
28
28
  $kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
29
29
  $kendo-actionsheet-titlebar-border-width: 1px !default;
30
- $kendo-actionsheet-titlebar-font-size: var( --kendo-font-size-lg, inherit ) !default;
31
- $kendo-actionsheet-titlebar-font-family: null !default;
32
- $kendo-actionsheet-titlebar-line-height: 1.25 !default;
30
+ $kendo-actionsheet-titlebar-font-size: var( --kendo-font-size, inherit ) !default;
31
+ $kendo-actionsheet-titlebar-font-family: var( --kendo-font-family, inherit ) !default;
32
+ $kendo-actionsheet-titlebar-line-height: var( --kendo-line-height, normal ) !default;
33
33
  $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
34
34
 
35
35
  $kendo-actionsheet-titlebar-bg: null !default;
@@ -53,27 +53,28 @@ $kendo-actionsheet-footer-shadow: null !default;
53
53
  // Actionsheet item
54
54
  $kendo-actionsheet-item-min-height: 40px !default;
55
55
  $kendo-actionsheet-item-padding-x: k-spacing(4) !default;
56
- $kendo-actionsheet-item-padding-y: k-spacing(2) !default;
57
- $kendo-actionsheet-item-border-width: 1px !default;
58
- $kendo-actionsheet-item-spacing: k-spacing(3) !default;
56
+ $kendo-actionsheet-item-padding-y: k-spacing(3.5) !default;
57
+ $kendo-actionsheet-item-border-width: 0 !default;
58
+ $kendo-actionsheet-item-spacing: k-spacing(4) !default;
59
59
 
60
60
  $kendo-actionsheet-item-title-font-weight: null !default;
61
61
  $kendo-actionsheet-item-title-text-transform: null !default;
62
62
 
63
- $kendo-actionsheet-item-description-font-size: .875em !default;
63
+ $kendo-actionsheet-item-description-font-size: var( --kendo-font-size-sm, inherit ) !default;
64
+ $kendo-actionsheet-item-description-line-height: var( --kendo-line-height-sm, inherit ) !default;
64
65
  $kendo-actionsheet-item-description-text: k-color(subtle) !default;
65
66
 
66
- $kendo-actionsheet-item-hover-bg: rgba( black, .04 ) !default;
67
+ $kendo-actionsheet-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
67
68
  $kendo-actionsheet-item-hover-text: null !default;
68
69
  $kendo-actionsheet-item-hover-border: null !default;
69
70
  $kendo-actionsheet-item-hover-gradient: null !default;
70
71
  $kendo-actionsheet-item-hover-shadow: null !default;
71
72
 
72
- $kendo-actionsheet-item-focus-bg: rgba( black, .12 ) !default;
73
+ $kendo-actionsheet-item-focus-bg: null !default;
73
74
  $kendo-actionsheet-item-focus-text: null !default;
74
75
  $kendo-actionsheet-item-focus-border: null !default;
75
76
  $kendo-actionsheet-item-focus-gradient: null !default;
76
- $kendo-actionsheet-item-focus-shadow: unset !default;
77
+ $kendo-actionsheet-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
77
78
 
78
79
  $kendo-actionsheet-item-disabled-bg: null !default;
79
80
  $kendo-actionsheet-item-disabled-text: null !default;
@@ -81,21 +82,20 @@ $kendo-actionsheet-item-disabled-border: null !default;
81
82
  $kendo-actionsheet-item-disabled-gradient: null !default;
82
83
  $kendo-actionsheet-item-disabled-shadow: null !default;
83
84
 
84
- $kendo-actionsheet-item-hover-background: rgba( black, .04 ) !default;
85
- $kendo-actionsheet-item-focus-background: rgba( black, .12 ) !default;
86
- $kendo-actionsheet-item-disabled-opacity: .42 !default;
87
-
88
85
 
89
86
  // Adaptive Actionsheet
90
87
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
91
- $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
88
+ $kendo-adaptive-actionsheet-line-height: var( --kendo-line-height-lg, normal ) !default;
89
+ $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(3) !default;
92
90
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
93
91
 
92
+ $kendo-adaptive-actionsheet-titlebar-border: k-color(border) !default;
93
+
94
94
  $kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
95
95
  $kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
96
96
 
97
- $kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
98
- $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
97
+ $kendo-adaptive-actionsheet-footer-padding-y: k-spacing(3) !default;
98
+ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(3) !default;
99
99
 
100
100
  @forward "@progress/kendo-theme-core/scss/components/action-sheet/_variables.scss" with (
101
101
  $kendo-actionsheet-padding-x: $kendo-actionsheet-padding-x,
@@ -142,6 +142,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
142
142
  $kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
143
143
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
144
144
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
145
+ $kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
145
146
  $kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
146
147
  $kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
147
148
  $kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
@@ -158,10 +159,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
158
159
  $kendo-actionsheet-item-disabled-border: $kendo-actionsheet-item-disabled-border,
159
160
  $kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
160
161
  $kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
161
- $kendo-actionsheet-item-hover-background: $kendo-actionsheet-item-hover-background,
162
- $kendo-actionsheet-item-focus-background: $kendo-actionsheet-item-focus-background,
163
- $kendo-actionsheet-item-disabled-opacity: $kendo-actionsheet-item-disabled-opacity,
164
162
  $kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
163
+ $kendo-adaptive-actionsheet-line-height: $kendo-adaptive-actionsheet-line-height,
165
164
  $kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
166
165
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
167
166
  $kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
@@ -11,7 +11,7 @@ $kendo-appbar-margin-x: null !default;
11
11
  $kendo-appbar-margin-y: null !default;
12
12
  /// The horizontal padding of the AppBar.
13
13
  /// @group appbar
14
- $kendo-appbar-padding-x: k-spacing(2) !default;
14
+ $kendo-appbar-padding-x: k-spacing(4) !default;
15
15
  /// The vertical padding of the AppBar.
16
16
  /// @group appbar
17
17
  $kendo-appbar-padding-y: k-spacing(2) !default;
@@ -26,7 +26,7 @@ $kendo-appbar-zindex: 1000 !default;
26
26
  $kendo-appbar-font-family: var( --kendo-font-family, inherit ) !default;
27
27
  /// The font size of the AppBar.
28
28
  /// @group appbar
29
- $kendo-appbar-font-size: var( --kendo-font-size, inherit ) !default;
29
+ $kendo-appbar-font-size: var( --kendo-font-size-lg, inherit ) !default;
30
30
  /// The line height of the AppBar.
31
31
  /// @group appbar
32
32
  $kendo-appbar-line-height: var( --kendo-line-height, normal ) !default;
@@ -51,7 +51,7 @@ $kendo-appbar-dark-text: k-color(on-dark) !default;
51
51
 
52
52
  /// The box shadow of the AppBar.
53
53
  /// @group appbar
54
- $kendo-appbar-box-shadow: k-elevation(4) !default;
54
+ $kendo-appbar-box-shadow: null !default;
55
55
  /// The box shadow of the AppBar with bottom position.
56
56
  /// @group appbar
57
57
  $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
@@ -1,6 +1,5 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/badge/_layout.scss" as *;
2
2
 
3
-
4
3
  @mixin kendo-badge--layout() {
5
4
  @include kendo-badge--layout-base();
6
5
  }
@@ -52,29 +52,29 @@ $kendo-badge-lg-font-size: var( --kendo-font-size-xs, inherit ) !default;
52
52
 
53
53
  /// The line heights used along with the $kendo-font-size variable.
54
54
  /// @group badge
55
- $kendo-badge-line-height: 1 !default;
55
+ $kendo-badge-line-height: var( --kendo-line-height-xs, normal ) !default;
56
56
  /// The line height used along with the $kendo-font-size variable of the small Badge.
57
57
  /// @group badge
58
- $kendo-badge-sm-line-height: $kendo-badge-line-height !default;
58
+ $kendo-badge-sm-line-height: var( --kendo-line-height-xs, normal ) !default;
59
59
  /// The line height used along with the $kendo-font-size variable of the medium Badge.
60
60
  /// @group badge
61
- $kendo-badge-md-line-height: $kendo-badge-line-height !default;
61
+ $kendo-badge-md-line-height: var( --kendo-line-height-xs, normal ) !default;
62
62
  /// The line height used along with the $kendo-font-size variable of the large Badge.
63
63
  /// @group badge
64
- $kendo-badge-lg-line-height: $kendo-badge-line-height !default;
64
+ $kendo-badge-lg-line-height: var( --kendo-line-height-xs, normal ) !default;
65
65
 
66
66
  /// The calculated minimum width of the circular Badge.
67
67
  /// @group badge
68
- $kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + #{$kendo-badge-border-width * 2}) !default;
68
+ $kendo-badge-min-width: calc( #{$kendo-badge-line-height } * 1em + calc( #{$kendo-badge-padding-y} * 2 ) + #{$kendo-badge-border-width * 2}) !default;
69
69
  /// The calculated minimum width of the small circular Badge.
70
70
  /// @group badge
71
- $kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
71
+ $kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height } * 1em + calc( #{$kendo-badge-sm-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
72
72
  /// The calculated minimum width of the medium circular Badge.
73
73
  /// @group badge
74
- $kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
74
+ $kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height } * 1em + calc( #{$kendo-badge-md-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
75
75
  /// The calculated minimum width of the large circular Badge.
76
76
  /// @group badge
77
- $kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
77
+ $kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height } * 1em + calc( #{$kendo-badge-lg-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} ) !default;
78
78
 
79
79
  /// The sizes map for the Badge.
80
80
  /// @group badge
@@ -6,14 +6,65 @@
6
6
 
7
7
  @include kendo-bottom-navigation--theme-base();
8
8
 
9
+ .k-bottom-nav {
10
+ .k-bottom-nav-item.k-selected {
11
+ font-weight: var(--kendo-font-weight-bold, normal );
12
+ }
13
+ }
14
+
15
+ // Solid
16
+ @each $name, $color in $kendo-bottom-navigation-theme-colors {
17
+ .k-bottom-nav-solid-#{$name} {
18
+ @include fill(
19
+ $color: k-color(on-#{$name})
20
+ );
21
+
22
+ .k-bottom-nav-item.k-focus,
23
+ .k-bottom-nav-item:focus,
24
+ .k-bottom-nav-item.k-selected {
25
+ @include fill( $bg: k-color(#{$name}-active));
26
+ }
27
+ }
28
+ }
29
+
9
30
  // Flat
10
31
  @each $name, $color in $kendo-bottom-navigation-theme-colors {
11
32
  .k-bottom-nav-flat-#{$name} {
33
+ @if $name == "primary" {
34
+ color: k-color(subtle);
35
+ } @else {
36
+ $color: k-color(#{$name}-on-surface);
37
+ }
38
+
39
+ @if $name == "primary" or $name == "secondary" {
40
+ background: k-color(surface);
41
+ } @else if $name == "light" {
42
+ background: k-color(dark-subtle);
43
+ } @else if $name == "dark" {
44
+ background: k-color(light-subtle);
45
+ } @else {
46
+ background: k-color(#{$name}-subtle);
47
+ }
48
+
12
49
  .k-bottom-nav-item.k-focus,
13
- .k-bottom-nav-item:focus {
14
- @include fill( $bg: color-mix(in srgb, k-color( on-app-surface ) 6%, transparent));
50
+ .k-bottom-nav-item:focus,
51
+ .k-bottom-nav-item.k-selected {
52
+ background: color-mix(in srgb, currentColor 12%, transparent);
53
+ }
54
+
55
+ .k-bottom-nav-item.k-selected {
56
+ @if $name == "primary" {
57
+ @include fill(
58
+ $color: k-color(on-secondary),
59
+ $bg: k-color(secondary)
60
+ );
61
+ } @else {
62
+ @include fill(
63
+ $color: k-color(#{$name}-on-surface),
64
+ $bg: color-mix(in srgb, currentColor 12%, transparent)
65
+ );
66
+ }
15
67
  }
16
68
  }
17
69
  }
18
-
19
70
  }
@@ -5,35 +5,35 @@
5
5
 
6
6
  /// The horizontal padding of the BottomNavigation.
7
7
  /// @group bottom-navigation
8
- $kendo-bottom-nav-padding-x: k-spacing(0) !default;
8
+ $kendo-bottom-nav-padding-x: k-spacing(2) !default;
9
9
  /// The vertical padding of the BottomNavigation.
10
10
  /// @group bottom-navigation
11
- $kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-x !default;
11
+ $kendo-bottom-nav-padding-y: k-spacing(3) !default;
12
12
  /// The spacing between the BottomNavigation items.
13
13
  /// @group bottom-navigation
14
- $kendo-bottom-nav-gap: $kendo-bottom-nav-padding-x !default;
14
+ $kendo-bottom-nav-gap: k-spacing(2) !default;
15
15
  /// The width of the border around the BottomNavigation.
16
16
  /// @group bottom-navigation
17
- $kendo-bottom-nav-border-width: 1px 0px 0px 0px !default;
17
+ $kendo-bottom-nav-border-width: 0 !default;
18
18
  /// The font family of the BottomNavigation.
19
19
  /// @group bottom-navigation
20
20
  $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
21
21
  /// The font size of the BottomNavigation.
22
22
  /// @group bottom-navigation
23
- $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
23
+ $kendo-bottom-nav-font-size: var( --kendo-font-size-sm, inherit ) !default;
24
24
  /// The line height of the BottomNavigation.
25
25
  /// @group bottom-navigation
26
- $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
26
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
27
27
  /// The letter spacing of the BottomNavigation.
28
28
  /// @group bottom-navigation
29
- $kendo-bottom-nav-letter-spacing: .2px !default;
29
+ $kendo-bottom-nav-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
30
30
 
31
31
  /// The horizontal padding of the BottomNavigation item.
32
32
  /// @group bottom-navigation
33
- $kendo-bottom-nav-item-padding-x: k-spacing(2) !default;
33
+ $kendo-bottom-nav-item-padding-x: k-spacing(2.5) !default;
34
34
  /// The vertical padding of the BottomNavigation item.
35
35
  /// @group bottom-navigation
36
- $kendo-bottom-nav-item-padding-y: k-spacing(0) !default;
36
+ $kendo-bottom-nav-item-padding-y: k-spacing(1) !default;
37
37
  /// The minimum width of the BottomNavigation item.
38
38
  /// @group bottom-navigation
39
39
  $kendo-bottom-nav-item-min-width: 72px !default;
@@ -42,27 +42,27 @@ $kendo-bottom-nav-item-min-width: 72px !default;
42
42
  $kendo-bottom-nav-item-max-width: null !default;
43
43
  /// The minimum height of the BottomNavigation item.
44
44
  /// @group bottom-navigation
45
- $kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + calc( #{k-spacing(2)} * 2 ) - calc( #{$kendo-bottom-nav-padding-x} * 2 ) ) !default;
45
+ $kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + calc( #{$kendo-bottom-nav-item-padding-y} * 4 ) ) !default;
46
46
  /// The border radius of the BottomNavigation item.
47
47
  /// @group bottom-navigation
48
- $kendo-bottom-nav-item-border-radius: unset !default;
48
+ $kendo-bottom-nav-item-border-radius: k-border-radius(xxl) !default;
49
49
  /// The spacing of the BottomNavigation item.
50
50
  /// @group bottom-navigation
51
- $kendo-bottom-nav-item-gap: 0 k-spacing(1) !default;
51
+ $kendo-bottom-nav-item-gap: k-spacing(2) !default;
52
52
 
53
53
  /// The box shadow of the BottomNavigation.
54
54
  /// @group bottom-navigation
55
- $kendo-bottom-nav-shadow: k-elevation(4) !default;
55
+ $kendo-bottom-nav-shadow: null !default;
56
56
 
57
57
  /// The text color of the flat BottomNavigation.
58
58
  /// @group bottom-navigation
59
- $kendo-bottom-nav-flat-text: k-color(on-app-surface) !default;
59
+ $kendo-bottom-nav-flat-text: k-color(subtle) !default;
60
60
  /// The background color of the flat BottomNavigation.
61
61
  /// @group bottom-navigation
62
- $kendo-bottom-nav-flat-bg: k-color(surface-alt) !default;
62
+ $kendo-bottom-nav-flat-bg: k-color(surface) !default;
63
63
  /// The border color of the flat BottomNavigation.
64
64
  /// @group bottom-navigation
65
- $kendo-bottom-nav-flat-border: k-color(border) !default;
65
+ $kendo-bottom-nav-flat-border: null !default;
66
66
 
67
67
  $kendo-bottom-navigation-theme-colors: (
68
68
  "primary": k-color(primary),
@@ -53,43 +53,43 @@ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height, normal ) !default;
53
53
 
54
54
  /// The base background of the Breadcrumb.
55
55
  /// @group breadcrumb
56
- $kendo-breadcrumb-bg: k-color(surface-alt) !default;
56
+ $kendo-breadcrumb-bg: null !default;
57
57
  /// The base text color of the Breadcrumb.
58
58
  /// @group breadcrumb
59
- $kendo-breadcrumb-text: k-color(on-app-surface) !default;
59
+ $kendo-breadcrumb-text: k-color(primary) !default;
60
60
  /// The base border color of the Breadcrumb.
61
61
  /// @group breadcrumb
62
- $kendo-breadcrumb-border: k-color(border) !default;
62
+ $kendo-breadcrumb-border: null !default;
63
63
 
64
64
  /// The box shadow of the focused Breadcrumb.
65
65
  /// @group breadcrumb
66
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
66
+ $kendo-breadcrumb-focus-shadow: null !default;
67
67
 
68
68
  /// The horizontal padding of the Breadcrumb link.
69
69
  /// @group breadcrumb
70
- $kendo-breadcrumb-link-padding-x: k-spacing(2.5) !default;
70
+ $kendo-breadcrumb-link-padding-x: k-spacing(3) !default;
71
71
  /// The horizontal padding of the small Breadcrumb link.
72
72
  /// @group breadcrumb
73
- $kendo-breadcrumb-sm-link-padding-x: k-spacing(2.5) !default;
73
+ $kendo-breadcrumb-sm-link-padding-x: k-spacing(3) !default;
74
74
  /// The horizontal padding of the medium Breadcrumb link.
75
75
  /// @group breadcrumb
76
76
  $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
77
77
  /// The horizontal padding of the large Breadcrumb link.
78
78
  /// @group breadcrumb
79
- $kendo-breadcrumb-lg-link-padding-x: k-spacing(2.5) !default;
79
+ $kendo-breadcrumb-lg-link-padding-x: k-spacing(3) !default;
80
80
 
81
81
  /// The vertical padding of the Breadcrumb link.
82
82
  /// @group breadcrumb
83
- $kendo-breadcrumb-link-padding-y: k-spacing(1) !default;
83
+ $kendo-breadcrumb-link-padding-y: k-spacing(2.5) !default;
84
84
  /// The vertical padding of the small Breadcrumb link.
85
85
  /// @group breadcrumb
86
- $kendo-breadcrumb-sm-link-padding-y: k-spacing(0.5) !default;
86
+ $kendo-breadcrumb-sm-link-padding-y: k-spacing(1.5) !default;
87
87
  /// The vertical padding of the medium Breadcrumb link.
88
88
  /// @group breadcrumb
89
89
  $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
90
90
  /// The vertical padding of the large Breadcrumb link.
91
91
  /// @group breadcrumb
92
- $kendo-breadcrumb-lg-link-padding-y: k-spacing(1.5) !default;
92
+ $kendo-breadcrumb-lg-link-padding-y: k-spacing(3.5) !default;
93
93
 
94
94
  /// The border-radius of the Breadcrumb link.
95
95
  /// @group breadcrumb
@@ -97,7 +97,7 @@ $kendo-breadcrumb-link-border-radius: k-border-radius(md) !default;
97
97
 
98
98
  /// The vertical padding of the Breadcrumb link icon.
99
99
  /// @group breadcrumb
100
- $kendo-breadcrumb-icon-link-padding-y: k-spacing(2.5) !default;
100
+ $kendo-breadcrumb-icon-link-padding-y: k-spacing(3) !default;
101
101
  /// The vertical padding of the small Breadcrumb link icon.
102
102
  /// @group breadcrumb
103
103
  $kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(2) !default;
@@ -106,7 +106,7 @@ $kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(2) !default;
106
106
  $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
107
107
  /// The vertical padding of the large Breadcrumb link icon.
108
108
  /// @group breadcrumb
109
- $kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(3) !default;
109
+ $kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(4) !default;
110
110
 
111
111
  /// The horizontal padding of the Breadcrumb link icon.
112
112
  /// @group breadcrumb
@@ -141,17 +141,17 @@ $kendo-breadcrumb-link-border: null !default;
141
141
 
142
142
  /// The background color of the hovered Breadcrumb link.
143
143
  /// @group breadcrumb
144
- $kendo-breadcrumb-link-hover-bg: k-color(base-hover) !default;
144
+ $kendo-breadcrumb-link-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
145
145
  /// The text color of the hovered Breadcrumb link.
146
146
  /// @group breadcrumb
147
- $kendo-breadcrumb-link-hover-text: k-color(primary) !default;
147
+ $kendo-breadcrumb-link-hover-text: k-color(primary-hover) !default;
148
148
  /// The border color of the hovered Breadcrumb link.
149
149
  /// @group breadcrumb
150
150
  $kendo-breadcrumb-link-hover-border: null !default;
151
151
 
152
152
  /// The background color of the focused Breadcrumb link.
153
153
  /// @group breadcrumb
154
- $kendo-breadcrumb-link-focus-bg: k-color(base-active) !default;
154
+ $kendo-breadcrumb-link-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
155
155
  /// The text color of the focused Breadcrumb link.
156
156
  /// @group breadcrumb
157
157
  $kendo-breadcrumb-link-focus-text: k-color(primary) !default;
@@ -160,7 +160,7 @@ $kendo-breadcrumb-link-focus-text: k-color(primary) !default;
160
160
  $kendo-breadcrumb-link-focus-border: null !default;
161
161
  /// The box shadow of the focused Breadcrumb link.
162
162
  /// @group breadcrumb
163
- $kendo-breadcrumb-link-focus-shadow: unset !default;
163
+ $kendo-breadcrumb-link-focus-shadow: null !default;
164
164
 
165
165
  /// The background color of the Breadcrumb root link.
166
166
  /// @group breadcrumb
@@ -174,7 +174,7 @@ $kendo-breadcrumb-root-link-border: null !default;
174
174
 
175
175
  /// The background color of the hovered Breadcrumb root link.
176
176
  /// @group breadcrumb
177
- $kendo-breadcrumb-root-link-hover-bg: k-color(base-hover) !default;
177
+ $kendo-breadcrumb-root-link-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
178
178
  /// The text color of the hovered Breadcrumb root link.
179
179
  /// @group breadcrumb
180
180
  $kendo-breadcrumb-root-link-hover-text: null !default;
@@ -184,7 +184,7 @@ $kendo-breadcrumb-root-link-hover-border: null !default;
184
184
 
185
185
  /// The background color of the focused Breadcrumb root link.
186
186
  /// @group breadcrumb
187
- $kendo-breadcrumb-root-link-focus-bg: k-color(base-active) !default;
187
+ $kendo-breadcrumb-root-link-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
188
188
  /// The text color of the focused Breadcrumb root link.
189
189
  /// @group breadcrumb
190
190
  $kendo-breadcrumb-root-link-focus-text: null !default;
@@ -193,7 +193,7 @@ $kendo-breadcrumb-root-link-focus-text: null !default;
193
193
  $kendo-breadcrumb-root-link-focus-border: null !default;
194
194
  /// The box shadow of the focused Breadcrumb root link.
195
195
  /// @group breadcrumb
196
- $kendo-breadcrumb-root-link-focus-shadow: unset !default;
196
+ $kendo-breadcrumb-root-link-focus-shadow: null !default;
197
197
 
198
198
  /// The background color of the current Breadcrumb root link.
199
199
  /// @group breadcrumb