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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,6 +1,10 @@
1
+ @use "../core/_index.scss" as *;
1
2
  @use "@progress/kendo-theme-core/scss/components/messagebox/_layout.scss" as *;
2
3
 
3
-
4
4
  @mixin kendo-messagebox--layout() {
5
5
  @include kendo-messagebox--layout-base();
6
+
7
+ .k-messagebox {
8
+ @include border-radius( k-border-radius(md) );
9
+ }
6
10
  }
@@ -3,7 +3,7 @@
3
3
  // Message box
4
4
  $kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
5
5
  $kendo-message-box-padding-x: k-spacing(4) !default;
6
- $kendo-message-box-padding-y: k-spacing(1) !default;
6
+ $kendo-message-box-padding-y: k-spacing(2) !default;
7
7
  $kendo-message-box-border-width: 0 0 0 4px !default;
8
8
 
9
9
  $kendo-message-box-font-size: var( --kendo-font-size, inherit ) !default;
@@ -1,6 +1,11 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/notification/_layout.scss" as *;
2
+ @use "./variables.scss" as *;
2
3
 
3
4
 
4
5
  @mixin kendo-notification--layout() {
5
6
  @include kendo-notification--layout-base();
7
+
8
+ .k-notification-actions {
9
+ margin-block: calc( (#{$kendo-notification-actions-padding-y} / 2) * -1) ;
10
+ }
6
11
  }
@@ -3,4 +3,5 @@
3
3
 
4
4
  @mixin kendo-notification--theme() {
5
5
  @include kendo-notification--theme-base();
6
+
6
7
  }
@@ -18,10 +18,10 @@ $kendo-notification-padding-x: k-spacing(4) !default;
18
18
  $kendo-notification-padding-y: k-spacing(3.5) !default;
19
19
  /// The width of the border around the Notification.
20
20
  /// @group notification
21
- $kendo-notification-border-width: 0px !default;
21
+ $kendo-notification-border-width: 1px !default;
22
22
  /// The border radius of the Notification.
23
23
  /// @group notification
24
- $kendo-notification-border-radius: k-spacing(1) !default;
24
+ $kendo-notification-border-radius: k-border-radius(md) !default;
25
25
  /// The font family of the Notification.
26
26
  /// @group notification
27
27
  $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
@@ -30,23 +30,31 @@ $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
30
30
  $kendo-notification-font-size: var( --kendo-font-size, inherit ) !default;
31
31
  /// The line height of the Notification.
32
32
  /// @group notification
33
- $kendo-notification-line-height: math.div( 20, 14 ) !default;
33
+ $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
34
+
35
+ /// The horizontal padding of the Notification actions.
36
+ /// @group notification
37
+ $kendo-notification-actions-padding-x: k-spacing(1) !default;
38
+ /// The vertical padding of the Notification actions.
39
+ /// @group notification
40
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
41
+
34
42
  /// The background color of the Notification.
35
43
  /// @group notification
36
- $kendo-notification-bg: k-color(surface-alt) !default;
44
+ $kendo-notification-bg: k-color(base) !default;
37
45
  /// The text color of the Notification.
38
46
  /// @group notification
39
- $kendo-notification-text: k-color(on-app-surface) !default;
47
+ $kendo-notification-text: k-color(on-base) !default;
40
48
  /// The border color of the Notification.
41
49
  /// @group notification
42
- $kendo-notification-border: k-color(border) !default;
50
+ $kendo-notification-border: k-color(base) !default;
43
51
  /// The box shadow of the Notification.
44
52
  /// @group notification
45
- $kendo-notification-shadow: $kendo-popup-shadow !default;
53
+ $kendo-notification-shadow: k-elevation(3) !default;
46
54
 
47
55
  /// The horizontal spacing of the Notification icon.
48
56
  /// @group notification
49
- $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
57
+ $kendo-notification-icon-spacing: k-spacing(2) !default;
50
58
 
51
59
  /// The theme colors map for the Notification.
52
60
  /// @group notification
@@ -75,6 +83,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
75
83
  $kendo-notification-font-family: $kendo-notification-font-family,
76
84
  $kendo-notification-font-size: $kendo-notification-font-size,
77
85
  $kendo-notification-line-height: $kendo-notification-line-height,
86
+ $kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
87
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
78
88
  $kendo-notification-bg: $kendo-notification-bg,
79
89
  $kendo-notification-text: $kendo-notification-text,
80
90
  $kendo-notification-border: $kendo-notification-border,
@@ -24,7 +24,7 @@ $kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
24
24
  $kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
25
25
  /// The background color of the OrgChart.
26
26
  /// @group orgchart
27
- $kendo-orgchart-bg: k-color(surface-alt) !default;
27
+ $kendo-orgchart-bg: k-color(app-surface) !default;
28
28
  /// The text color of the OrgChart.
29
29
  /// @group orgchart
30
30
  $kendo-orgchart-text: k-color(on-app-surface) !default;
@@ -102,10 +102,10 @@ $kendo-orgchart-card-padding-y: $kendo-card-padding-y !default;
102
102
  $kendo-orgchart-card-padding-x: $kendo-orgchart-card-padding-y !default;
103
103
  /// The border width of the OrgChart Card.
104
104
  /// @group orgchart
105
- $kendo-orgchart-card-border-width: 1px !default;
105
+ $kendo-orgchart-card-border-width: null !default;
106
106
  /// The shadow of the OrgChart Card.
107
107
  /// @group orgchart
108
- $kendo-orgchart-card-shadow: none !default;
108
+ $kendo-orgchart-card-shadow: null !default;
109
109
  /// The shadow of the focused OrgChart Card.
110
110
  /// @group orgchart
111
111
  $kendo-orgchart-card-focus-shadow: $kendo-orgchart-node-group-focus-shadow !default;
@@ -64,7 +64,7 @@ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
64
64
  $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
65
65
  /// The background color of the Pager.
66
66
  /// @group pager
67
- $kendo-pager-bg: k-color(surface-alt) !default;
67
+ $kendo-pager-bg: k-color(surface) !default;
68
68
  /// The text color of the Pager.
69
69
  /// @group pager
70
70
  $kendo-pager-text: k-color(subtle) !default;
@@ -88,7 +88,7 @@ $kendo-pager-section-spacing: $kendo-pager-padding-x !default;
88
88
  $kendo-pager-item-border-width: 0px !default;
89
89
  /// The border radius of the Pager items.
90
90
  /// @group pager
91
- $kendo-pager-item-border-radius: 5em !default;
91
+ $kendo-pager-item-border-radius: k-border-radius( md ) !default;
92
92
  /// The spacing around the Pager items.
93
93
  /// @group pager
94
94
  $kendo-pager-item-spacing: k-spacing(0) !default;
@@ -116,7 +116,7 @@ $kendo-pager-item-hover-border: null !default;
116
116
  $kendo-pager-item-selected-bg: k-color(primary) !default;
117
117
  /// The text color of the selected Pager items.
118
118
  /// @group pager
119
- $kendo-pager-item-selected-text: k-color(on-primary) !default;
119
+ $kendo-pager-item-selected-text: k-color(primary-on-surface) !default;
120
120
  /// The border color of the selected Pager items.
121
121
  /// @group pager
122
122
  $kendo-pager-item-selected-border: null !default;
@@ -130,7 +130,7 @@ $kendo-pager-number-border-radius: $kendo-pager-item-border-radius !default;
130
130
  $kendo-pager-item-focus-opacity: .12 !default;
131
131
  /// The background color of the focused Pager items.
132
132
  /// @group pager
133
- $kendo-pager-item-focus-bg: rgba($kendo-list-item-hover-bg, $kendo-pager-item-focus-opacity) !default;
133
+ $kendo-pager-item-focus-bg: transparent !default;
134
134
  /// The box shadow of the focused Pager items.
135
135
  /// @group pager
136
136
  $kendo-pager-item-focus-shadow: unset !default;
@@ -26,13 +26,13 @@ $kendo-panel-content-padding-block: k-spacing(1) !default;
26
26
 
27
27
  /// The text color of the Panel.
28
28
  /// @group panel
29
- $kendo-panel-text: var(--kendo-component-text, #{k-color(on-app-surface)}) !default;
29
+ $kendo-panel-text: k-color(on-app-surface) !default;
30
30
  /// The background color of the Panel.
31
31
  /// @group panel
32
- $kendo-panel-bg: var(--kendo-component-bg, #{k-color(surface-alt)}) !default;
32
+ $kendo-panel-bg: k-color(surface) !default;
33
33
  /// The color of the border around the Panel.
34
34
  /// @group panel
35
- $kendo-panel-border: var(--kendo-component-border, #{k-color(border)}) !default;
35
+ $kendo-panel-border: k-color(border) !default;
36
36
 
37
37
  @forward "@progress/kendo-theme-core/scss/components/panel/_variables.scss" with (
38
38
  $kendo-panel-border-radius: $kendo-panel-border-radius,
@@ -1,6 +1,34 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/panelbar/_layout.scss" as *;
2
-
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-panelbar--layout() {
5
5
  @include kendo-panelbar--layout-base();
6
+
7
+ .k-panelbar {
8
+ .k-panelbar-group > .k-panelbar-item {
9
+ @for $i from 1 through $kendo-panelbar-item-level-count {
10
+ &.k-level-#{$i} {
11
+ .k-link {
12
+ padding-left: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
18
+
19
+ .k-rtl .k-panelbar,
20
+ .k-panelbar.k-rtl,
21
+ .k-panelbar [dir = "rtl"] {
22
+ .k-panelbar-group > .k-panelbar-item {
23
+ // Hierarchy items
24
+ @for $i from 1 through $kendo-panelbar-item-level-count {
25
+ &.k-level-#{$i} {
26
+ .k-link {
27
+ padding-left: $kendo-panelbar-item-padding-x;
28
+ padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
6
34
  }
@@ -1,6 +1,5 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/panelbar/_theme.scss" as *;
2
2
 
3
-
4
3
  @mixin kendo-panelbar--theme() {
5
4
  @include kendo-panelbar--theme-base();
6
5
  }
@@ -18,7 +18,7 @@ $kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  $kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
19
19
  /// The line height of the PanelBar.
20
20
  /// @group panelbar
21
- $kendo-panelbar-line-height: math.div( 20, 14 ) !default;
21
+ $kendo-panelbar-line-height: var( --kendo-line-height, inherit ) !default;
22
22
  /// The width of the border around the PanelBar.
23
23
  /// @group panelbar
24
24
  $kendo-panelbar-border-width: 1px !default;
@@ -27,24 +27,24 @@ $kendo-panelbar-border-width: 1px !default;
27
27
  $kendo-panelbar-border-style: solid !default;
28
28
  /// The width of the border around the PanelBar items.
29
29
  /// @group panelbar
30
- $kendo-panelbar-item-border-width: 1px !default;
30
+ $kendo-panelbar-item-border-width: 0 !default;
31
31
  /// The style of the border around the PanelBar items.
32
32
  /// @group panelbar
33
33
  $kendo-panelbar-item-border-style: solid !default;
34
34
 
35
35
  /// The horizontal padding of the PanelBar header.
36
36
  /// @group panelbar
37
- $kendo-panelbar-header-padding-x: k-spacing(6) !default;
37
+ $kendo-panelbar-header-padding-x: k-spacing(4) !default;
38
38
  /// The vertical padding of the PanelBar header.
39
39
  /// @group panelbar
40
- $kendo-panelbar-header-padding-y: k-spacing(3) !default;
40
+ $kendo-panelbar-header-padding-y: k-spacing(3.5) !default;
41
41
 
42
42
  /// The horizontal padding of the PanelBar items.
43
43
  /// @group panelbar
44
- $kendo-panelbar-item-padding-x: k-spacing(6) !default;
44
+ $kendo-panelbar-item-padding-x: k-spacing(4) !default;
45
45
  /// The vertical padding of the PanelBar items.
46
46
  /// @group panelbar
47
- $kendo-panelbar-item-padding-y: k-spacing(3) !default;
47
+ $kendo-panelbar-item-padding-y: k-spacing(3.5) !default;
48
48
 
49
49
  /// The maximum nesting of the PanelBar items.
50
50
  /// @group panelbar
@@ -52,7 +52,7 @@ $kendo-panelbar-item-level-count: 4 !default;
52
52
 
53
53
  /// The background color of the PanelBar.
54
54
  /// @group panelbar
55
- $kendo-panelbar-bg: k-color(surface-alt) !default;
55
+ $kendo-panelbar-bg: k-color(surface) !default;
56
56
  /// The text color of the PanelBar.
57
57
  /// @group panelbar
58
58
  $kendo-panelbar-text: k-color(on-app-surface) !default;
@@ -62,10 +62,10 @@ $kendo-panelbar-border: k-color(border) !default;
62
62
 
63
63
  /// The background color of the PanelBar header.
64
64
  /// @group panelbar
65
- $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
65
+ $kendo-panelbar-header-bg: null !default;
66
66
  /// The text color of the PanelBar header.
67
67
  /// @group panelbar
68
- $kendo-panelbar-header-text: k-color(secondary) !default;
68
+ $kendo-panelbar-header-text: $kendo-panelbar-text !default;
69
69
  /// The border color of the PanelBar header.
70
70
  /// @group panelbar
71
71
  $kendo-panelbar-header-border: null !default;
@@ -75,7 +75,7 @@ $kendo-panelbar-header-gradient: null !default;
75
75
 
76
76
  /// The background color of the hovered PanelBar header.
77
77
  /// @group panelbar
78
- $kendo-panelbar-header-hover-bg: k-color(base-hover) !default;
78
+ $kendo-panelbar-header-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
79
79
  /// The text color of the hovered PanelBar header.
80
80
  /// @group panelbar
81
81
  $kendo-panelbar-header-hover-text: null !default;
@@ -88,7 +88,7 @@ $kendo-panelbar-header-hover-gradient: null !default;
88
88
 
89
89
  /// The background color of the focused PanelBar header.
90
90
  /// @group panelbar
91
- $kendo-panelbar-header-focus-bg: k-color(base-active) !default;
91
+ $kendo-panelbar-header-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
92
92
  /// The text color of the focused PanelBar header.
93
93
  /// @group panelbar
94
94
  $kendo-panelbar-header-focus-text: null !default;
@@ -100,11 +100,11 @@ $kendo-panelbar-header-focus-border: null !default;
100
100
  $kendo-panelbar-header-focus-gradient: null !default;
101
101
  /// The shadow of the focused PanelBar header.
102
102
  /// @group panelbar
103
- $kendo-panelbar-header-focus-shadow: unset !default;
103
+ $kendo-panelbar-header-focus-shadow: null !default;
104
104
 
105
105
  /// The background color of the focused and hovered PanelBar header.
106
106
  /// @group panelbar
107
- $kendo-panelbar-header-hover-focus-bg: k-color(base-active) !default;
107
+ $kendo-panelbar-header-hover-focus-bg: color-mix(in srgb, currentColor 20%, transparent) !default;
108
108
  /// The text color of the focused and hovered PanelBar header.
109
109
  /// @group panelbar
110
110
  $kendo-panelbar-header-hover-focus-text: null !default;
@@ -156,7 +156,7 @@ $kendo-panelbar-header-selected-focus-gradient: null !default;
156
156
 
157
157
  /// The background color of the selected, hovered and focused PanelBar header.
158
158
  /// @group panelbar
159
- $kendo-panelbar-header-selected-hover-focus-bg: k-color(secondary-active) !default;
159
+ $kendo-panelbar-header-selected-hover-focus-bg: color-mix(in srgb, k-color(secondary), k-color(secondary-emphasis)) !default;
160
160
  /// The text color of the selected, hovered and focused PanelBar header.
161
161
  /// @group panelbar
162
162
  $kendo-panelbar-header-selected-hover-focus-text: null !default;
@@ -170,7 +170,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
170
170
 
171
171
  /// The background color of the hovered PanelBar items.
172
172
  /// @group panelbar
173
- $kendo-panelbar-item-hover-bg: k-color(base-hover) !default;
173
+ $kendo-panelbar-item-hover-bg: $kendo-panelbar-header-hover-bg !default;
174
174
  /// The text color of the hovered PanelBar items.
175
175
  /// @group panelbar
176
176
  $kendo-panelbar-item-hover-text: null !default;
@@ -183,7 +183,7 @@ $kendo-panelbar-item-hover-gradient: null !default;
183
183
 
184
184
  /// The background color of the focused PanelBar items.
185
185
  /// @group panelbar
186
- $kendo-panelbar-item-focus-bg: k-color(base-active) !default;
186
+ $kendo-panelbar-item-focus-bg: $kendo-panelbar-header-focus-bg !default;
187
187
  /// The text color of the focused PanelBar items.
188
188
  /// @group panelbar
189
189
  $kendo-panelbar-item-focus-text: null !default;
@@ -195,11 +195,11 @@ $kendo-panelbar-item-focus-border: null !default;
195
195
  $kendo-panelbar-item-focus-gradient: null !default;
196
196
  /// The box shadow of the focused PanelBar items.
197
197
  /// @group panelbar
198
- $kendo-panelbar-item-focus-shadow: unset !default;
198
+ $kendo-panelbar-item-focus-shadow: null !default;
199
199
 
200
200
  /// The background color of the focused and hovered PanelBar items.
201
201
  /// @group panelbar
202
- $kendo-panelbar-item-hover-focus-bg: k-color(base-active) !default;
202
+ $kendo-panelbar-item-hover-focus-bg: $kendo-panelbar-header-hover-focus-bg !default;
203
203
  /// The text color of the focused and hovered PanelBar items.
204
204
  /// @group panelbar
205
205
  $kendo-panelbar-item-hover-focus-text: null !default;
@@ -212,10 +212,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
212
212
 
213
213
  /// The background color of the selected PanelBar items.
214
214
  /// @group panelbar
215
- $kendo-panelbar-item-selected-bg: k-color(secondary) !default;
215
+ $kendo-panelbar-item-selected-bg: $kendo-panelbar-header-selected-bg !default;
216
216
  /// The text color of the selected PanelBar items.
217
217
  /// @group panelbar
218
- $kendo-panelbar-item-selected-text: k-color(on-secondary) !default;
218
+ $kendo-panelbar-item-selected-text: null !default;
219
219
  /// The border color of the selected PanelBar items.
220
220
  /// @group panelbar
221
221
  $kendo-panelbar-item-selected-border: null !default;
@@ -225,7 +225,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
225
225
 
226
226
  /// The background color of the selected and hovered PanelBar items.
227
227
  /// @group panelbar
228
- $kendo-panelbar-item-selected-hover-bg: k-color(secondary-hover) !default;
228
+ $kendo-panelbar-item-selected-hover-bg: $kendo-panelbar-header-selected-hover-bg !default;
229
229
  /// The text color of the selected and hovered PanelBar items.
230
230
  /// @group panelbar
231
231
  $kendo-panelbar-item-selected-hover-text: null !default;
@@ -238,7 +238,7 @@ $kendo-panelbar-item-selected-hover-gradient: null !default;
238
238
 
239
239
  /// The background color of the selected and focused PanelBar items.
240
240
  /// @group panelbar
241
- $kendo-panelbar-item-selected-focus-bg: k-color(secondary-active) !default;
241
+ $kendo-panelbar-item-selected-focus-bg: $kendo-panelbar-header-selected-focus-bg !default;
242
242
  /// The text color of the selected and focused PanelBar items.
243
243
  /// @group panelbar
244
244
  $kendo-panelbar-item-selected-focus-text: null !default;
@@ -251,7 +251,7 @@ $kendo-panelbar-item-selected-focus-gradient: null !default;
251
251
 
252
252
  /// The background color of the selected, hovered and focused PanelBar items.
253
253
  /// @group panelbar
254
- $kendo-panelbar-item-selected-hover-focus-bg: k-color(secondary-active) !default;
254
+ $kendo-panelbar-item-selected-hover-focus-bg: $kendo-panelbar-header-selected-hover-focus-bg !default;
255
255
  /// The text color of the selected, hovered and focused PanelBar items.
256
256
  /// @group panelbar
257
257
  $kendo-panelbar-item-selected-hover-focus-text: null !default;
@@ -22,7 +22,7 @@ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The background color of the PDFViewer.
24
24
  /// @group pdf-viewer
25
- $kendo-pdf-viewer-bg: k-color(surface-alt) !default;
25
+ $kendo-pdf-viewer-bg: k-color(surface) !default;
26
26
  /// The text color of the PDFViewer.
27
27
  /// @group pdf-viewer
28
28
  $kendo-pdf-viewer-text: k-color(on-app-surface) !default;
@@ -87,7 +87,7 @@ $kendo-pdf-viewer-search-panel-border-width: 1px !default;
87
87
  $kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
88
88
  /// The background color of the PDFViewer search panel.
89
89
  /// @group pdf-viewer
90
- $kendo-pdf-viewer-search-panel-bg: k-color(surface-alt) !default;
90
+ $kendo-pdf-viewer-search-panel-bg: k-color(surface) !default;
91
91
  /// The text color of the PDFViewer search panel.
92
92
  /// @group pdf-viewer
93
93
  $kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
@@ -103,7 +103,7 @@ $kendo-pdf-viewer-search-panel-matches-spacing: k-spacing(2) !default;
103
103
 
104
104
  /// The line height of the PDFViewer selection.
105
105
  /// @group pdf-viewer
106
- $kendo-pdf-viewer-selection-line-height: $kendo-line-height-sm !default;
106
+ $kendo-pdf-viewer-selection-line-height: var( --kendo-line-height-sm, normal ) !default;
107
107
 
108
108
  /// The background color of the PDFViewer highlight.
109
109
  /// @group pdf-viewer
@@ -1,5 +1,3 @@
1
- @use "./_variables.scss" as *;
2
- @use "../core/_index.scss" as *;
3
1
  @use "@progress/kendo-theme-core/scss/components/pivotgrid/_theme.scss" as *;
4
2
 
5
3
 
@@ -7,14 +5,4 @@
7
5
 
8
6
  @include kendo-pivotgrid--theme-base();
9
7
 
10
- // Hover and Focus state have the same bg color
11
- .k-pivotgrid-cell:focus,
12
- .k-pivotgrid-cell.k-focus,
13
- .k-master-row > .k-pivotgrid-cell:focus,
14
- .k-grouping-row > .k-pivotgrid-cell:focus,
15
- .k-detail-row > .k-pivotgrid-cell:focus,
16
- .k-group-footer > .k-pivotgrid-cell:focus {
17
- @include fill ( $bg: $kendo-pivotgrid-hover-bg );
18
- }
19
-
20
8
  }
@@ -67,7 +67,7 @@ $kendo-pivotgrid-alt-border: k-color(border-alt) !default;
67
67
 
68
68
  /// The background color of the PivotGrid header.
69
69
  /// @group pivotgrid
70
- $kendo-pivotgrid-headers-bg: color-mix(in srgb, k-color(app-surface) 2%, transparent) !default;
70
+ $kendo-pivotgrid-headers-bg: k-color(surface) !default;
71
71
  /// The text color of the PivotGrid header.
72
72
  /// @group pivotgrid
73
73
  $kendo-pivotgrid-headers-text: k-color(on-app-surface) !default;
@@ -77,7 +77,7 @@ $kendo-pivotgrid-headers-border: k-color(border) !default;
77
77
 
78
78
  /// The background color of the PivotGrid total cells.
79
79
  /// @group pivotgrid
80
- $kendo-pivotgrid-total-bg: k-color(base-subtle) !default;
80
+ $kendo-pivotgrid-total-bg: k-color(app-surface) !default;
81
81
  /// The text color of the PivotGrid total cells.
82
82
  /// @group pivotgrid
83
83
  $kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
@@ -87,7 +87,7 @@ $kendo-pivotgrid-total-border: k-color(border) !default;
87
87
 
88
88
  /// The hover background color of the PivotGrid.
89
89
  /// @group pivotgrid
90
- $kendo-pivotgrid-hover-bg: k-color(base-hover) !default;
90
+ $kendo-pivotgrid-hover-bg: color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
91
91
  /// The hover text color of the PivotGrid.
92
92
  /// @group pivotgrid
93
93
  $kendo-pivotgrid-hover-text: null !default;
@@ -97,7 +97,7 @@ $kendo-pivotgrid-hover-border: null !default;
97
97
 
98
98
  /// The selected background color of the PivotGrid.
99
99
  /// @group pivotgrid
100
- $kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(base-active) 25%, transparent) !default;
100
+ $kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
101
101
  /// The selected text color of the PivotGrid.
102
102
  /// @group pivotgrid
103
103
  $kendo-pivotgrid-selected-text: null !default;
@@ -5,7 +5,7 @@
5
5
 
6
6
  /// The width of the border around the Popover.
7
7
  /// @group popover
8
- $kendo-popover-border-width: 1px !default;
8
+ $kendo-popover-border-width: 0 !default;
9
9
  /// The style of the border around the Popover.
10
10
  /// @group popover
11
11
  $kendo-popover-border-style: solid !default;
@@ -27,13 +27,13 @@ $kendo-popover-line-height: $kendo-card-line-height !default;
27
27
  $kendo-popover-text: k-color(on-app-surface) !default;
28
28
  /// The background color of the Popover.
29
29
  /// @group popover
30
- $kendo-popover-bg: k-color(surface-alt) !default;
30
+ $kendo-popover-bg: k-color(surface) !default;
31
31
  /// The border color of the Popover.
32
32
  /// @group popover
33
33
  $kendo-popover-border: k-color(border) !default;
34
34
  /// The box shadow of the Popover.
35
35
  /// @group popover
36
- $kendo-popover-shadow: $kendo-card-shadow !default;
36
+ $kendo-popover-shadow: k-elevation(2) !default;
37
37
 
38
38
  /// The horizontal padding of the Popover header.
39
39
  /// @group popover
@@ -11,7 +11,7 @@ $kendo-popup-padding-y: null !default;
11
11
  $kendo-popup-border-width: 0px !default;
12
12
  /// Border radius of the popup.
13
13
  /// @group popup
14
- $kendo-popup-border-radius: null !default;
14
+ $kendo-popup-border-radius: k-border-radius(md) !default;
15
15
 
16
16
  /// Font size of the popup.
17
17
  /// @group popup
@@ -22,14 +22,14 @@ $kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// Horizontal padding of the popup content.
24
24
  /// @group popup
25
- $kendo-popup-content-padding-x: k-spacing(2) !default;
25
+ $kendo-popup-content-padding-x: k-spacing(4) !default;
26
26
  /// Vertical padding of the popup content.
27
27
  /// @group popup
28
- $kendo-popup-content-padding-y: k-spacing(2) !default;
28
+ $kendo-popup-content-padding-y: k-spacing(4) !default;
29
29
 
30
30
  /// Background color of the popup.
31
31
  /// @group popup
32
- $kendo-popup-bg: k-color(surface-alt) !default;
32
+ $kendo-popup-bg: k-color(surface) !default;
33
33
  /// Text color of the popup.
34
34
  /// @group popup
35
35
  $kendo-popup-text: k-color(on-app-surface) !default;
@@ -38,7 +38,7 @@ $kendo-popup-text: k-color(on-app-surface) !default;
38
38
  $kendo-popup-border: k-color(border) !default;
39
39
  /// Box shadow of the popup.
40
40
  /// @group popup
41
- $kendo-popup-shadow: k-elevation(4) !default;
41
+ $kendo-popup-shadow: k-elevation(2) !default;
42
42
 
43
43
  @forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
44
44
  $kendo-popup-padding-x: $kendo-popup-padding-x,
@@ -6,15 +6,22 @@
6
6
 
7
7
  @include kendo-progressbar--layout-base();
8
8
 
9
- $kendo-progressbar-status-font-size: 11px !default;
10
9
  $kendo-progressbar-indeterminate-animation-timing: 2s infinite !default;
11
10
 
12
11
  .k-progressbar {
13
- @include border-radius( 0 );
12
+ @include border-radius( k-border-radius(full) );
14
13
  overflow: visible;
15
14
 
16
- .k-progress-status-wrap {
17
- font-size: $kendo-progressbar-status-font-size;
15
+ .k-progressbar-value {
16
+ border-radius: inherit;
17
+ }
18
+
19
+ > .k-progressbar-chunks {
20
+ gap: k-spacing( 1.5 );
21
+ }
22
+
23
+ .k-progressbar-chunk {
24
+ @include border-radius( k-border-radius(full) );
18
25
  }
19
26
  }
20
27
 
@@ -43,7 +43,7 @@ $kendo-progressbar-gradient: null !default;
43
43
  $kendo-progressbar-value-bg: k-color(primary) !default;
44
44
  /// The progress text color of the ProgressBar.
45
45
  /// @group progressbar
46
- $kendo-progressbar-value-text: k-color(on-primary) !default;
46
+ $kendo-progressbar-value-text: k-color(on-app-surface) !default;
47
47
  /// The progress border color of the ProgressBar.
48
48
  /// @group progressbar
49
49
  $kendo-progressbar-value-border: unset !default;
@@ -66,7 +66,7 @@ $kendo-progressbar-indeterminate-gradient: null !default;
66
66
 
67
67
  /// The border color of the chunk ProgressBar.
68
68
  /// @group progressbar
69
- $kendo-progressbar-chunk-border: k-color(surface-alt) !default;
69
+ $kendo-progressbar-chunk-border: k-color(surface) !default;
70
70
 
71
71
  // Circular Progressbar
72
72
  /// The arc stroke color of the circular ProgressBar.
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-prompt--layout() {
5
5
  @include kendo-prompt--layout-base();
6
+
7
+ .k-prompt-suggestion {
8
+ border: 0;
9
+ }
6
10
  }
@@ -7,7 +7,7 @@
7
7
  $kendo-prompt-text: k-color(on-app-surface) !default;
8
8
  /// The background color of the AIPrompt.
9
9
  /// @group prompt
10
- $kendo-prompt-bg: k-color(surface-alt) !default;
10
+ $kendo-prompt-bg: k-color(surface) !default;
11
11
  /// The border color of the AIPrompt.
12
12
  /// @group prompt
13
13
  $kendo-prompt-border: k-color(border) !default;
@@ -17,20 +17,20 @@ $kendo-prompt-border: k-color(border) !default;
17
17
  $kendo-prompt-header-text: k-color(on-app-surface) !default;
18
18
  /// The background color of the AIPrompt header.
19
19
  /// @group prompt
20
- $kendo-prompt-header-bg: k-color(surface-alt) !default;
20
+ $kendo-prompt-header-bg: k-color(surface) !default;
21
21
  /// The border color of the AIPrompt header.
22
22
  /// @group prompt
23
23
  $kendo-prompt-header-border: k-color(border) !default;
24
24
 
25
25
  /// The vertical padding of the AIPrompt content.
26
26
  /// @group prompt
27
- $kendo-prompt-content-padding-y: k-spacing(4) !default;
27
+ $kendo-prompt-content-padding-y: k-spacing(2) !default;
28
28
  /// The horizontal padding of the AIPrompt content.
29
29
  /// @group prompt
30
- $kendo-prompt-content-padding-x: k-spacing(4) !default;
30
+ $kendo-prompt-content-padding-x: k-spacing(6) !default;
31
31
  /// The spacing between the items of the AIPrompt content.
32
32
  /// @group prompt
33
- $kendo-prompt-content-spacing: k-spacing(4) !default;
33
+ $kendo-prompt-content-spacing: k-spacing(2) !default;
34
34
  /// The text color of the AIPrompt content.
35
35
  /// @group prompt
36
36
  $kendo-prompt-content-text: k-color(on-app-surface) !default;
@@ -50,16 +50,16 @@ $kendo-prompt-expander-spacing: k-spacing(2) !default;
50
50
  $kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
51
51
  /// The horizontal padding of the AIPrompt suggestion container.
52
52
  /// @group prompt
53
- $kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
53
+ $kendo-prompt-suggestion-padding-x: k-spacing(3) !default;
54
54
  /// The border radius of the AIPrompt suggestion container.
55
55
  /// @group prompt
56
- $kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
56
+ $kendo-prompt-suggestion-border-radius: k-border-radius(xl) !default;
57
57
  /// The text color of the AIPrompt suggestion container.
58
58
  /// @group prompt
59
59
  $kendo-prompt-suggestion-text: k-color(on-app-surface) !default;
60
60
  /// The background color of the AIPrompt suggestion container.
61
61
  /// @group prompt
62
- $kendo-prompt-suggestion-bg: k-color(app-surface) !default;
62
+ $kendo-prompt-suggestion-bg: k-color(surface-alt) !default;
63
63
  /// The border color of the AIPrompt suggestion container.
64
64
  /// @group prompt
65
65
  $kendo-prompt-suggestion-border: k-color(border) !default;