@progress/kendo-theme-material 10.6.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 (223) 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-aqua-dark.scss +1 -1
  8. package/dist/material-arctic.css +1 -1
  9. package/dist/material-arctic.scss +1 -1
  10. package/dist/material-burnt-teal.css +1 -1
  11. package/dist/material-burnt-teal.scss +1 -1
  12. package/dist/material-dataviz-v4.css +1 -1
  13. package/dist/material-dataviz-v4.scss +1 -1
  14. package/dist/material-eggplant.css +1 -1
  15. package/dist/material-eggplant.scss +1 -1
  16. package/dist/material-lime-dark.css +1 -1
  17. package/dist/material-lime-dark.scss +1 -1
  18. package/dist/material-lime.css +1 -1
  19. package/dist/material-lime.scss +1 -1
  20. package/dist/material-main-dark.css +1 -1
  21. package/dist/material-main-dark.scss +98 -98
  22. package/dist/material-main.css +1 -1
  23. package/dist/material-main.scss +1 -5
  24. package/dist/material-nova.css +1 -1
  25. package/dist/material-nova.scss +1 -1
  26. package/dist/material-pacific-dark.css +1 -1
  27. package/dist/material-pacific-dark.scss +1 -1
  28. package/dist/material-pacific.css +1 -1
  29. package/dist/material-pacific.scss +1 -1
  30. package/dist/material-sky-dark.css +1 -1
  31. package/dist/material-sky-dark.scss +1 -1
  32. package/dist/material-sky.css +1 -1
  33. package/dist/material-sky.scss +1 -1
  34. package/dist/material-smoke.css +1 -1
  35. package/dist/material-smoke.scss +1 -1
  36. package/dist/meta/sassdoc-data.json +13278 -11518
  37. package/dist/meta/sassdoc-raw-data.json +4563 -3763
  38. package/dist/meta/variables.json +2591 -3022
  39. package/lib/swatches/index.js +2 -0
  40. package/lib/swatches/material-2-dark.json +657 -0
  41. package/lib/swatches/material-2.json +632 -0
  42. package/lib/swatches/material-aqua-dark.json +1 -243
  43. package/lib/swatches/material-arctic.json +1 -243
  44. package/lib/swatches/material-burnt-teal.json +1 -243
  45. package/lib/swatches/material-dataviz-v4.json +1 -47
  46. package/lib/swatches/material-eggplant.json +1 -243
  47. package/lib/swatches/material-lime-dark.json +1 -243
  48. package/lib/swatches/material-lime.json +1 -243
  49. package/lib/swatches/material-main-dark.json +103 -345
  50. package/lib/swatches/material-main.json +7 -250
  51. package/lib/swatches/material-nova.json +1 -243
  52. package/lib/swatches/material-pacific-dark.json +1 -243
  53. package/lib/swatches/material-pacific.json +1 -243
  54. package/lib/swatches/material-sky-dark.json +1 -243
  55. package/lib/swatches/material-sky.json +1 -243
  56. package/lib/swatches/material-smoke.json +1 -243
  57. package/package.json +4 -4
  58. package/scss/action-buttons/_layout.scss +0 -23
  59. package/scss/action-buttons/_theme.scss +0 -13
  60. package/scss/action-buttons/_variables.scss +3 -3
  61. package/scss/action-sheet/_layout.scss +6 -0
  62. package/scss/action-sheet/_variables.scss +27 -28
  63. package/scss/adaptive/_variables.scss +13 -13
  64. package/scss/appbar/_variables.scss +22 -8
  65. package/scss/avatar/_variables.scss +12 -1
  66. package/scss/badge/_layout.scss +0 -1
  67. package/scss/badge/_variables.scss +23 -9
  68. package/scss/bottom-navigation/_theme.scss +55 -4
  69. package/scss/bottom-navigation/_variables.scss +31 -17
  70. package/scss/breadcrumb/_variables.scss +21 -21
  71. package/scss/button/_layout.scss +0 -81
  72. package/scss/button/_theme.scss +110 -44
  73. package/scss/button/_variables.scss +47 -34
  74. package/scss/calendar/_layout.scss +13 -16
  75. package/scss/calendar/_theme.scss +29 -11
  76. package/scss/calendar/_variables.scss +83 -56
  77. package/scss/captcha/_variables.scss +3 -3
  78. package/scss/card/_variables.scss +34 -20
  79. package/scss/chart-wizard/_variables.scss +4 -4
  80. package/scss/chat/_theme.scss +5 -1
  81. package/scss/chat/_variables.scss +15 -15
  82. package/scss/checkbox/_layout.scss +35 -0
  83. package/scss/checkbox/_theme.scss +113 -4
  84. package/scss/checkbox/_variables.scss +23 -20
  85. package/scss/chip/_layout.scss +10 -0
  86. package/scss/chip/_theme.scss +41 -61
  87. package/scss/chip/_variables.scss +48 -30
  88. package/scss/color-preview/_variables.scss +3 -3
  89. package/scss/coloreditor/_variables.scss +11 -11
  90. package/scss/colorgradient/_variables.scss +7 -37
  91. package/scss/column-menu/_variables.scss +1 -1
  92. package/scss/core/_index.scss +8 -3
  93. package/scss/core/color-system/_palettes.scss +243 -242
  94. package/scss/core/color-system/_swatch.scss +142 -145
  95. package/scss/core/elevation/index.import.scss +18 -27
  96. package/scss/core/typography/index.import.scss +8 -8
  97. package/scss/dataviz/_variables.scss +61 -48
  98. package/scss/dialog/_theme.scss +1 -1
  99. package/scss/dialog/_variables.scss +9 -4
  100. package/scss/dock-manager/_variables.scss +18 -18
  101. package/scss/draggable/_variables.scss +4 -4
  102. package/scss/drawer/_layout.scss +2 -0
  103. package/scss/drawer/_theme.scss +0 -11
  104. package/scss/drawer/_variables.scss +49 -24
  105. package/scss/dropzone/_variables.scss +7 -7
  106. package/scss/editor/_layout.scss +2 -12
  107. package/scss/editor/_variables.scss +15 -8
  108. package/scss/expansion-panel/_layout.scss +5 -0
  109. package/scss/expansion-panel/_variables.scss +10 -10
  110. package/scss/fab/_layout.scss +1 -1
  111. package/scss/fab/_theme.scss +24 -23
  112. package/scss/fab/_variables.scss +25 -14
  113. package/scss/filemanager/_theme.scss +4 -0
  114. package/scss/filemanager/_variables.scss +6 -6
  115. package/scss/filter/_variables.scss +4 -4
  116. package/scss/floating-label/_theme.scss +1 -1
  117. package/scss/floating-label/_variables.scss +2 -2
  118. package/scss/forms/_variables.scss +6 -6
  119. package/scss/gantt/_variables.scss +27 -27
  120. package/scss/grid/_layout.scss +6 -21
  121. package/scss/grid/_theme.scss +14 -128
  122. package/scss/grid/_variables.scss +20 -20
  123. package/scss/imageeditor/_variables.scss +4 -4
  124. package/scss/index.scss +3 -0
  125. package/scss/input/_layout.scss +10 -14
  126. package/scss/input/_variables.scss +45 -44
  127. package/scss/list/_theme.scss +1 -1
  128. package/scss/list/_variables.scss +103 -25
  129. package/scss/listbox/_variables.scss +3 -3
  130. package/scss/listgroup/_variables.scss +6 -6
  131. package/scss/listview/_theme.scss +0 -13
  132. package/scss/listview/_variables.scss +7 -7
  133. package/scss/loader/_variables.scss +18 -4
  134. package/scss/map/_variables.scss +6 -6
  135. package/scss/marquee/_index.scss +16 -0
  136. package/scss/marquee/_layout.scss +6 -0
  137. package/scss/marquee/_theme.scss +6 -0
  138. package/scss/marquee/_variables.scss +11 -0
  139. package/scss/mediaplayer/_variables.scss +4 -4
  140. package/scss/menu/_layout.scss +4 -0
  141. package/scss/menu/_theme.scss +1 -26
  142. package/scss/menu/_variables.scss +49 -41
  143. package/scss/menu-button/_variables.scss +1 -1
  144. package/scss/messagebox/_layout.scss +5 -1
  145. package/scss/messagebox/_variables.scss +16 -2
  146. package/scss/no-data/_variables.scss +1 -1
  147. package/scss/notification/_functions.scss +1 -1
  148. package/scss/notification/_layout.scss +5 -0
  149. package/scss/notification/_theme.scss +1 -0
  150. package/scss/notification/_variables.scss +30 -9
  151. package/scss/orgchart/_variables.scss +10 -10
  152. package/scss/overlay/_variables.scss +12 -1
  153. package/scss/pager/_variables.scss +8 -8
  154. package/scss/panel/_variables.scss +3 -3
  155. package/scss/panelbar/_layout.scss +29 -1
  156. package/scss/panelbar/_theme.scss +0 -1
  157. package/scss/panelbar/_variables.scss +29 -29
  158. package/scss/pdf-viewer/_variables.scss +15 -15
  159. package/scss/pivotgrid/_theme.scss +0 -12
  160. package/scss/pivotgrid/_variables.scss +23 -23
  161. package/scss/popover/_variables.scss +5 -5
  162. package/scss/popup/_variables.scss +7 -7
  163. package/scss/progressbar/_layout.scss +11 -4
  164. package/scss/progressbar/_variables.scss +6 -6
  165. package/scss/prompt/_layout.scss +4 -0
  166. package/scss/prompt/_variables.scss +17 -17
  167. package/scss/radio/_layout.scss +35 -0
  168. package/scss/radio/_theme.scss +109 -4
  169. package/scss/radio/_variables.scss +19 -16
  170. package/scss/rating/_variables.scss +7 -7
  171. package/scss/scheduler/_layout.scss +2 -89
  172. package/scss/scheduler/_theme.scss +3 -3
  173. package/scss/scheduler/_variables.scss +22 -19
  174. package/scss/scrollview/_variables.scss +5 -5
  175. package/scss/signature/_variables.scss +1 -1
  176. package/scss/skeleton/_variables.scss +1 -1
  177. package/scss/slider/_layout.scss +11 -0
  178. package/scss/slider/_theme.scss +1 -10
  179. package/scss/slider/_variables.scss +25 -16
  180. package/scss/split-button/_layout.scss +12 -0
  181. package/scss/split-button/_variables.scss +4 -4
  182. package/scss/splitter/_variables.scss +9 -9
  183. package/scss/spreadsheet/_layout.scss +0 -35
  184. package/scss/spreadsheet/_theme.scss +3 -25
  185. package/scss/spreadsheet/_variables.scss +32 -31
  186. package/scss/stepper/_layout.scss +15 -1
  187. package/scss/stepper/_theme.scss +8 -0
  188. package/scss/stepper/_variables.scss +21 -21
  189. package/scss/switch/_layout.scss +20 -5
  190. package/scss/switch/_theme.scss +2 -9
  191. package/scss/switch/_variables.scss +50 -16
  192. package/scss/table/_layout.scss +22 -20
  193. package/scss/table/_theme.scss +6 -32
  194. package/scss/table/_variables.scss +13 -13
  195. package/scss/tabstrip/_layout.scss +100 -4
  196. package/scss/tabstrip/_variables.scss +20 -20
  197. package/scss/taskboard/_layout.scss +4 -0
  198. package/scss/taskboard/_variables.scss +18 -18
  199. package/scss/tilelayout/_layout.scss +7 -1
  200. package/scss/tilelayout/_variables.scss +4 -4
  201. package/scss/timeline/_variables.scss +7 -7
  202. package/scss/timeselector/_layout.scss +38 -0
  203. package/scss/timeselector/_theme.scss +8 -6
  204. package/scss/timeselector/_variables.scss +39 -28
  205. package/scss/toolbar/_layout.scss +0 -47
  206. package/scss/toolbar/_theme.scss +4 -44
  207. package/scss/toolbar/_variables.scss +17 -17
  208. package/scss/tooltip/_functions.scss +1 -1
  209. package/scss/tooltip/_variables.scss +19 -8
  210. package/scss/treelist/_layout.scss +0 -19
  211. package/scss/treelist/_theme.scss +10 -15
  212. package/scss/treelist/_variables.scss +1 -1
  213. package/scss/treeview/_theme.scss +2 -31
  214. package/scss/treeview/_variables.scss +25 -25
  215. package/scss/typography/_variables.scss +24 -24
  216. package/scss/upload/_theme.scss +1 -1
  217. package/scss/upload/_variables.scss +14 -14
  218. package/scss/window/_layout.scss +14 -0
  219. package/scss/window/_variables.scss +14 -14
  220. package/scss/wizard/_variables.scss +3 -3
  221. package/scss/core/color-system/_functions.scss +0 -104
  222. package/scss/core/color-system/_palettes-legacy.scss +0 -671
  223. package/scss/core/color-system/_swatch-legacy.scss +0 -299
@@ -3,8 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.6.0",
7
- "api": "modern",
6
+ "version": "11.0.0-dev.1",
8
7
  "previewColors": [
9
8
  "#ffffff",
10
9
  "#e0e0e0",
@@ -14,16 +13,6 @@
14
13
  ],
15
14
  "components": [],
16
15
  "groups": [
17
- {
18
- "name": "New color system",
19
- "colorSystem": {
20
- "kendo-enable-color-system": {
21
- "name": "New color system",
22
- "type": "boolean",
23
- "value": true
24
- }
25
- }
26
- },
27
16
  {
28
17
  "name": "New theme colors",
29
18
  "colorsMap": {
@@ -613,237 +602,6 @@
613
602
  "value": "#a6d7a8"
614
603
  }
615
604
  }
616
- },
617
- {
618
- "name": "Theme colors",
619
- "variables": {
620
- "primary-palette-name": {
621
- "name": "Primary",
622
- "type": "material-colorlist",
623
- "enum": [
624
- {
625
- "value": "red",
626
- "text": "Red",
627
- "preview": "#f44336"
628
- },
629
- {
630
- "value": "pink",
631
- "text": "Pink",
632
- "preview": "#e91e63"
633
- },
634
- {
635
- "value": "purple",
636
- "text": "Purple",
637
- "preview": "#9c27b0"
638
- },
639
- {
640
- "value": "deepPurple",
641
- "text": "Deep Purple",
642
- "preview": "#673ab7"
643
- },
644
- {
645
- "value": "indigo",
646
- "text": "Indigo",
647
- "preview": "#3f51b5"
648
- },
649
- {
650
- "value": "blue",
651
- "text": "Blue",
652
- "preview": "#2196f3"
653
- },
654
- {
655
- "value": "lightBlue",
656
- "text": "Light Blue",
657
- "preview": "#03a9f4"
658
- },
659
- {
660
- "value": "cyan",
661
- "text": "Cyan",
662
- "preview": "#00bcd4"
663
- },
664
- {
665
- "value": "teal",
666
- "text": "Teal",
667
- "preview": "#009688"
668
- },
669
- {
670
- "value": "green",
671
- "text": "Green",
672
- "preview": "#4caf50"
673
- },
674
- {
675
- "value": "lightGreen",
676
- "text": "Light Green",
677
- "preview": "#8bc34a"
678
- },
679
- {
680
- "value": "lime",
681
- "text": "Lime",
682
- "preview": "#cddc39"
683
- },
684
- {
685
- "value": "yellow",
686
- "text": "Yellow",
687
- "preview": "#ffeb3b"
688
- },
689
- {
690
- "value": "amber",
691
- "text": "Amber",
692
- "preview": "#ffc107"
693
- },
694
- {
695
- "value": "orange",
696
- "text": "Orange",
697
- "preview": "#ff9800"
698
- },
699
- {
700
- "value": "deepOrange",
701
- "text": "Deep Orange",
702
- "preview": "#ff5722"
703
- },
704
- {
705
- "value": "brown",
706
- "text": "Brown",
707
- "preview": "#795548"
708
- },
709
- {
710
- "value": "gray",
711
- "text": "Gray",
712
- "preview": "#9e9e9e"
713
- },
714
- {
715
- "value": "blueGray",
716
- "text": "Blue Gray",
717
- "preview": "#607d8b"
718
- }
719
- ],
720
- "value": "blueGray"
721
- },
722
- "secondary-palette-name": {
723
- "name": "Secondary",
724
- "type": "material-colorlist",
725
- "enum": [
726
- {
727
- "value": "red",
728
- "text": "Red",
729
- "preview": "#f44336"
730
- },
731
- {
732
- "value": "pink",
733
- "text": "Pink",
734
- "preview": "#e91e63"
735
- },
736
- {
737
- "value": "purple",
738
- "text": "Purple",
739
- "preview": "#9c27b0"
740
- },
741
- {
742
- "value": "deepPurple",
743
- "text": "Deep Purple",
744
- "preview": "#673ab7"
745
- },
746
- {
747
- "value": "indigo",
748
- "text": "Indigo",
749
- "preview": "#3f51b5"
750
- },
751
- {
752
- "value": "blue",
753
- "text": "Blue",
754
- "preview": "#2196f3"
755
- },
756
- {
757
- "value": "lightBlue",
758
- "text": "Light Blue",
759
- "preview": "#03a9f4"
760
- },
761
- {
762
- "value": "cyan",
763
- "text": "Cyan",
764
- "preview": "#00bcd4"
765
- },
766
- {
767
- "value": "teal",
768
- "text": "Teal",
769
- "preview": "#009688"
770
- },
771
- {
772
- "value": "green",
773
- "text": "Green",
774
- "preview": "#4caf50"
775
- },
776
- {
777
- "value": "lightGreen",
778
- "text": "Light Green",
779
- "preview": "#8bc34a"
780
- },
781
- {
782
- "value": "lime",
783
- "text": "Lime",
784
- "preview": "#cddc39"
785
- },
786
- {
787
- "value": "yellow",
788
- "text": "Yellow",
789
- "preview": "#ffeb3b"
790
- },
791
- {
792
- "value": "amber",
793
- "text": "Amber",
794
- "preview": "#ffc107"
795
- },
796
- {
797
- "value": "orange",
798
- "text": "Orange",
799
- "preview": "#ff9800"
800
- },
801
- {
802
- "value": "deepOrange",
803
- "text": "Deep Orange",
804
- "preview": "#ff5722"
805
- },
806
- {
807
- "value": "brown",
808
- "text": "Brown",
809
- "preview": "#795548"
810
- },
811
- {
812
- "value": "gray",
813
- "text": "Gray",
814
- "preview": "#9e9e9e"
815
- },
816
- {
817
- "value": "blueGray",
818
- "text": "Blue Gray",
819
- "preview": "#607d8b"
820
- }
821
- ],
822
- "value": "pink"
823
- },
824
- "theme-type": {
825
- "name": "Theme luminosity",
826
- "type": "color-mode",
827
- "enum": [
828
- {
829
- "value": "light",
830
- "text": "Light",
831
- "preview": "#ffffff"
832
- },
833
- {
834
- "value": "dark",
835
- "text": "Dark",
836
- "preview": "#000000"
837
- }
838
- ],
839
- "value": "light"
840
- },
841
- "adjust-contrast": {
842
- "name": "Adjust contrast",
843
- "type": "boolean",
844
- "value": true
845
- }
846
- }
847
605
  }
848
606
  ]
849
607
  }
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": "10.6.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": "10.6.0",
58
- "@progress/kendo-theme-utils": "10.6.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": "61de20186b040b6e1ac5affab2bac1ef961b6a52"
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: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-button-bg ));
16
- border-color: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-button-bg ));
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,11 +15,11 @@ $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: $kendo-component-bg !default;
21
- $kendo-actionsheet-text: $kendo-component-text !default;
22
- $kendo-actionsheet-border: $kendo-component-border !default;
20
+ $kendo-actionsheet-bg: k-color(surface) !default;
21
+ $kendo-actionsheet-text: k-color(on-app-surface) !default;
22
+ $kendo-actionsheet-border: k-color(border) !default;
23
23
  $kendo-actionsheet-shadow: k-elevation(7) !default;
24
24
 
25
25
 
@@ -27,53 +27,54 @@ $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;
36
36
  $kendo-actionsheet-titlebar-text: null !default;
37
- $kendo-actionsheet-titlebar-border: $kendo-component-border !default;
37
+ $kendo-actionsheet-titlebar-border: k-color(border) !default;
38
38
  $kendo-actionsheet-titlebar-gradient: null !default;
39
39
  $kendo-actionsheet-titlebar-shadow: null !default;
40
40
 
41
41
  $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
42
42
  $kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
43
- $kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
43
+ $kendo-actionsheet-subtitle-text: k-color(subtle) !default;
44
44
 
45
45
  $kendo-actionsheet-footer-border-width: 1px !default;
46
46
 
47
47
  $kendo-actionsheet-footer-bg: null !default;
48
48
  $kendo-actionsheet-footer-text: null !default;
49
- $kendo-actionsheet-footer-border: $kendo-component-border !default;
49
+ $kendo-actionsheet-footer-border: k-color(border) !default;
50
50
  $kendo-actionsheet-footer-gradient: null !default;
51
51
  $kendo-actionsheet-footer-shadow: null !default;
52
52
 
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;
64
- $kendo-actionsheet-item-description-text: $kendo-subtle-text !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;
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,
@@ -2,20 +2,20 @@
2
2
  @use "../core/functions/index.import.scss" as *;
3
3
 
4
4
  // Adaptive Common
5
- $kendo-adaptive-bg: $kendo-component-bg !default;
6
- $kendo-adaptive-text: $kendo-component-text !default;
7
- $kendo-adaptive-border: $kendo-component-border !default;
5
+ $kendo-adaptive-bg: k-color(surface-alt) !default;
6
+ $kendo-adaptive-text: k-color(on-app-surface) !default;
7
+ $kendo-adaptive-border: k-color(border) !default;
8
8
 
9
- $kendo-adaptive-content-bg: $kendo-app-bg !default;
10
- $kendo-adaptive-content-text: $kendo-app-text !default;
9
+ $kendo-adaptive-content-bg: k-color(app-surface) !default;
10
+ $kendo-adaptive-content-text: k-color(on-app-surface) !default;
11
11
 
12
- $kendo-adaptive-menu-bg: $kendo-color-primary !default;
13
- $kendo-adaptive-menu-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-adaptive-menu-bg )) !default;
12
+ $kendo-adaptive-menu-bg: k-color(primary) !default;
13
+ $kendo-adaptive-menu-text: k-color(on-primary) !default;
14
14
 
15
- $kendo-adaptive-menu-clear-text: $kendo-color-primary !default;
15
+ $kendo-adaptive-menu-clear-text: k-color(primary) !default;
16
16
 
17
- $kendo-adaptive-menu-item-border: $kendo-component-border !default;
18
- $kendo-adaptive-menu-title-text: $kendo-component-text !default;
17
+ $kendo-adaptive-menu-item-border: k-color(border) !default;
18
+ $kendo-adaptive-menu-title-text: k-color(on-app-surface) !default;
19
19
 
20
20
  $kendo-adaptive-border-width: 1px !default;
21
21
  $kendo-adaptive-font-family: var( --kendo-font-family, inherit ) !default;
@@ -23,12 +23,12 @@ $kendo-adaptive-font-size: var( --kendo-font-size, inherit ) !default;
23
23
  $kendo-adaptive-line-height: var( --kendo-line-height, normal ) !default;
24
24
 
25
25
  // Adaptive Grid
26
- $kendo-adaptive-grid-sort-text: $kendo-color-primary !default;
26
+ $kendo-adaptive-grid-sort-text: k-color(primary) !default;
27
27
 
28
28
  // Adaptive Scheduler
29
- $kendo-adaptive-scheduler-current-text: $kendo-color-primary !default;
29
+ $kendo-adaptive-scheduler-current-text: k-color(primary) !default;
30
30
  $kendo-adaptive-scheduler-base-text: inherit !default;
31
- $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
31
+ $kendo-adaptive-scheduler-subtle-text: k-color(subtle) !default;
32
32
 
33
33
  @forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
34
34
  $kendo-adaptive-bg: $kendo-adaptive-bg,
@@ -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;
@@ -37,25 +37,38 @@ $kendo-appbar-gap: k-spacing(2) !default;
37
37
 
38
38
  /// The background color of the AppBar based on light theme color.
39
39
  /// @group appbar
40
- $kendo-appbar-light-bg: $kendo-color-light !default;
40
+ $kendo-appbar-light-bg: k-color(light) !default;
41
41
  /// TThe text color of the AppBar based on light theme color.
42
42
  /// @group appbar
43
- $kendo-appbar-light-text: if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light )) !default;
43
+ $kendo-appbar-light-text: k-color(on-light) !default;
44
44
 
45
45
  /// The background color of the AppBar based on dark theme color.
46
46
  /// @group appbar
47
- $kendo-appbar-dark-bg: $kendo-color-dark !default;
47
+ $kendo-appbar-dark-bg: k-color(dark) !default;
48
48
  /// The text color of the AppBar based on dark theme color.
49
49
  /// @group appbar
50
- $kendo-appbar-dark-text: if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark )) !default;
50
+ $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;
58
58
 
59
+ $kendo-appbar-theme-colors: (
60
+ "primary": k-color(primary),
61
+ "secondary": k-color(secondary),
62
+ "tertiary": k-color(tertiary),
63
+ "info": k-color(info),
64
+ "success": k-color(success),
65
+ "warning": k-color(warning),
66
+ "error": k-color(error),
67
+ "dark": k-color(dark),
68
+ "light": k-color(light),
69
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
70
+ ) !default;
71
+
59
72
  @forward "@progress/kendo-theme-core/scss/components/appbar/_variables.scss" with (
60
73
  $kendo-appbar-margin-x: $kendo-appbar-margin-x,
61
74
  $kendo-appbar-margin-y: $kendo-appbar-margin-y,
@@ -72,5 +85,6 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
72
85
  $kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
73
86
  $kendo-appbar-dark-text: $kendo-appbar-dark-text,
74
87
  $kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
75
- $kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow
88
+ $kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
89
+ $kendo-appbar-theme-colors: $kendo-appbar-theme-colors
76
90
  );
@@ -26,7 +26,18 @@ $kendo-avatar-sizes: (
26
26
 
27
27
  /// The theme colors map of the Avatar.
28
28
  /// @group avatar
29
- $kendo-avatar-theme-colors: $kendo-theme-colors !default;
29
+ $kendo-avatar-theme-colors: (
30
+ "primary": k-color(primary),
31
+ "secondary": k-color(secondary),
32
+ "tertiary": k-color(tertiary),
33
+ "info": k-color(info),
34
+ "success": k-color(success),
35
+ "warning": k-color(warning),
36
+ "error": k-color(error),
37
+ "dark": k-color(dark),
38
+ "light": k-color(light),
39
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
40
+ ) !default;
30
41
 
31
42
  @forward "@progress/kendo-theme-core/scss/components/avatar/_variables.scss" with (
32
43
  $kendo-avatar-border-width: $kendo-avatar-border-width,
@@ -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
  }