@progress/kendo-theme-bootstrap 10.6.0-dev.6 → 11.0.0-dev.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 (131) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +1 -1
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +1 -1
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +1 -1
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +1 -1
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +1 -1
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-main.scss +1 -5
  16. package/dist/bootstrap-nordic.css +1 -1
  17. package/dist/bootstrap-nordic.scss +1 -1
  18. package/dist/bootstrap-turquoise-dark.css +1 -1
  19. package/dist/bootstrap-turquoise-dark.scss +1 -1
  20. package/dist/bootstrap-turquoise.css +1 -1
  21. package/dist/bootstrap-turquoise.scss +1 -1
  22. package/dist/bootstrap-urban.css +1 -1
  23. package/dist/bootstrap-urban.scss +1 -1
  24. package/dist/bootstrap-vintage.css +1 -1
  25. package/dist/bootstrap-vintage.scss +1 -1
  26. package/dist/meta/sassdoc-data.json +1500 -3054
  27. package/dist/meta/sassdoc-raw-data.json +747 -1462
  28. package/dist/meta/variables.json +159 -326
  29. package/lib/swatches/bootstrap-3-dark.json +1 -179
  30. package/lib/swatches/bootstrap-3.json +1 -179
  31. package/lib/swatches/bootstrap-4-dark.json +1 -182
  32. package/lib/swatches/bootstrap-4.json +1 -182
  33. package/lib/swatches/bootstrap-dataviz-v4.json +1 -47
  34. package/lib/swatches/bootstrap-main-dark.json +1 -182
  35. package/lib/swatches/bootstrap-main.json +2 -184
  36. package/lib/swatches/bootstrap-nordic.json +1 -182
  37. package/lib/swatches/bootstrap-turquoise-dark.json +1 -182
  38. package/lib/swatches/bootstrap-turquoise.json +1 -182
  39. package/lib/swatches/bootstrap-urban.json +1 -182
  40. package/lib/swatches/bootstrap-vintage.json +1 -182
  41. package/package.json +4 -4
  42. package/scss/action-sheet/_variables.scss +8 -8
  43. package/scss/adaptive/_variables.scss +13 -13
  44. package/scss/appbar/_variables.scss +18 -5
  45. package/scss/avatar/_variables.scss +12 -1
  46. package/scss/badge/_variables.scss +14 -1
  47. package/scss/bottom-navigation/_variables.scss +17 -4
  48. package/scss/breadcrumb/_variables.scss +9 -9
  49. package/scss/button/_variables.scss +24 -15
  50. package/scss/calendar/_variables.scss +20 -20
  51. package/scss/captcha/_variables.scss +3 -3
  52. package/scss/card/_variables.scss +20 -7
  53. package/scss/chart-wizard/_variables.scss +4 -4
  54. package/scss/chat/_variables.scss +11 -11
  55. package/scss/checkbox/_variables.scss +8 -8
  56. package/scss/chip/_theme.scss +3 -3
  57. package/scss/chip/_variables.scss +7 -7
  58. package/scss/color-preview/_variables.scss +3 -3
  59. package/scss/coloreditor/_variables.scss +4 -4
  60. package/scss/colorgradient/_variables.scss +5 -5
  61. package/scss/core/_index.scss +8 -4
  62. package/scss/core/color-system/_swatch.scss +0 -2
  63. package/scss/dataviz/_variables.scss +61 -47
  64. package/scss/dialog/_variables.scss +3 -3
  65. package/scss/dock-manager/_variables.scss +8 -8
  66. package/scss/draggable/_variables.scss +4 -4
  67. package/scss/drawer/_variables.scss +10 -10
  68. package/scss/dropzone/_variables.scss +6 -6
  69. package/scss/editor/_variables.scss +11 -4
  70. package/scss/expansion-panel/_variables.scss +5 -5
  71. package/scss/fab/_theme.scss +21 -21
  72. package/scss/fab/_variables.scss +15 -4
  73. package/scss/filemanager/_variables.scss +5 -5
  74. package/scss/filter/_variables.scss +3 -3
  75. package/scss/forms/_variables.scss +2 -2
  76. package/scss/gantt/_variables.scss +28 -28
  77. package/scss/grid/_theme.scss +10 -20
  78. package/scss/grid/_variables.scss +12 -12
  79. package/scss/imageeditor/_variables.scss +4 -4
  80. package/scss/index.scss +3 -0
  81. package/scss/input/_variables.scss +16 -16
  82. package/scss/list/_variables.scss +9 -9
  83. package/scss/listbox/_variables.scss +3 -3
  84. package/scss/listgroup/_variables.scss +3 -3
  85. package/scss/listview/_variables.scss +5 -5
  86. package/scss/loader/_variables.scss +17 -3
  87. package/scss/map/_variables.scss +5 -5
  88. package/scss/marquee/_index.scss +16 -0
  89. package/scss/marquee/_layout.scss +6 -0
  90. package/scss/marquee/_theme.scss +6 -0
  91. package/scss/marquee/_variables.scss +11 -0
  92. package/scss/mediaplayer/_variables.scss +4 -4
  93. package/scss/menu/_variables.scss +9 -9
  94. package/scss/messagebox/_variables.scss +14 -1
  95. package/scss/no-data/_variables.scss +1 -1
  96. package/scss/notification/_functions.scss +3 -3
  97. package/scss/notification/_variables.scss +15 -4
  98. package/scss/orgchart/_variables.scss +8 -8
  99. package/scss/overlay/_variables.scss +13 -3
  100. package/scss/pager/_variables.scss +12 -12
  101. package/scss/panel/_variables.scss +3 -3
  102. package/scss/panelbar/_variables.scss +12 -12
  103. package/scss/pdf-viewer/_variables.scss +13 -13
  104. package/scss/pivotgrid/_variables.scss +22 -22
  105. package/scss/popup/_variables.scss +3 -3
  106. package/scss/progressbar/_variables.scss +6 -6
  107. package/scss/prompt/_variables.scss +12 -12
  108. package/scss/rating/_variables.scss +4 -4
  109. package/scss/scheduler/_variables.scss +17 -14
  110. package/scss/scrollview/_variables.scss +5 -5
  111. package/scss/signature/_variables.scss +1 -1
  112. package/scss/skeleton/_variables.scss +1 -1
  113. package/scss/slider/_variables.scss +12 -12
  114. package/scss/splitter/_variables.scss +8 -8
  115. package/scss/spreadsheet/_variables.scss +25 -25
  116. package/scss/stepper/_variables.scss +15 -15
  117. package/scss/switch/_variables.scss +10 -10
  118. package/scss/table/_variables.scss +10 -10
  119. package/scss/tabstrip/_variables.scss +14 -14
  120. package/scss/taskboard/_variables.scss +15 -15
  121. package/scss/tilelayout/_variables.scss +2 -2
  122. package/scss/timeline/_variables.scss +7 -7
  123. package/scss/timeselector/_variables.scss +12 -8
  124. package/scss/toolbar/_variables.scss +8 -8
  125. package/scss/tooltip/_functions.scss +1 -1
  126. package/scss/tooltip/_variables.scss +14 -3
  127. package/scss/treeview/_variables.scss +9 -9
  128. package/scss/typography/_variables.scss +3 -3
  129. package/scss/upload/_variables.scss +13 -13
  130. package/scss/window/_variables.scss +8 -7
  131. package/scss/core/color-system/_swatch-legacy.scss +0 -274
@@ -23,13 +23,13 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
23
23
 
24
24
  /// The text color of the ListView.
25
25
  /// @group listview
26
- $kendo-listview-text: $kendo-component-text !default;
26
+ $kendo-listview-text: k-color(on-app-surface) !default;
27
27
  /// The background color of the ListView.
28
28
  /// @group listview
29
- $kendo-listview-bg: $kendo-component-bg !default;
29
+ $kendo-listview-bg: k-color(app-surface) !default;
30
30
  /// The border color of the ListView.
31
31
  /// @group listview
32
- $kendo-listview-border: $kendo-component-border !default;
32
+ $kendo-listview-border: k-color(border) !default;
33
33
 
34
34
  /// The horizontal padding of the ListView items.
35
35
  /// @group listview
@@ -43,7 +43,7 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
43
43
  $kendo-listview-item-selected-text: null !default;
44
44
  /// The background color of the selected ListView items.
45
45
  /// @group listview
46
- $kendo-listview-item-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
46
+ $kendo-listview-item-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
47
47
  /// The border color of the selected ListView items.
48
48
  /// @group listview
49
49
  $kendo-listview-item-selected-border: null !default;
@@ -59,7 +59,7 @@ $kendo-listview-item-focus-bg: null !default;
59
59
  $kendo-listview-item-focus-border: null !default;
60
60
  /// The box shadow of the focused ListView items.
61
61
  /// @group listview
62
- $kendo-listview-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-listview-text, .15 )) !default;
62
+ $kendo-listview-item-focus-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
63
63
 
64
64
 
65
65
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
@@ -74,7 +74,7 @@ $kendo-loader-container-panel-border-width: 1px !default;
74
74
  $kendo-loader-container-panel-border-style: solid !default;
75
75
  /// The border color of the container panel.
76
76
  /// @group loader
77
- $kendo-loader-container-panel-border-color: $kendo-component-border !default;
77
+ $kendo-loader-container-panel-border-color: k-color(border) !default;
78
78
  /// The border radius of the container panel.
79
79
  /// @group loader
80
80
  $kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
@@ -115,7 +115,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
115
115
  // Loading indicator
116
116
  /// The background color of the Loading indicator.
117
117
  /// @group loading
118
- $kendo-loading-bg: $kendo-component-bg !default;
118
+ $kendo-loading-bg: k-color(app-surface) !default;
119
119
  /// The text color of the Loading indicator.
120
120
  /// @group loading
121
121
  $kendo-loading-text: currentColor !default;
@@ -126,6 +126,19 @@ $kendo-loading-opacity: .3 !default;
126
126
  /// @group loading
127
127
  $kendo-zindex-loading: 100 !default;
128
128
 
129
+ $kendo-loader-theme-colors: (
130
+ "primary": k-color(primary),
131
+ "secondary": k-color(secondary),
132
+ "tertiary": k-color(tertiary),
133
+ "info": k-color(info),
134
+ "success": k-color(success),
135
+ "warning": k-color(warning),
136
+ "error": k-color(error),
137
+ "dark": k-color(dark),
138
+ "light": k-color(light),
139
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
140
+ ) !default;
141
+
129
142
 
130
143
  @forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
131
144
  $kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
@@ -164,5 +177,6 @@ $kendo-zindex-loading: 100 !default;
164
177
  $kendo-loading-bg: $kendo-loading-bg,
165
178
  $kendo-loading-text: $kendo-loading-text,
166
179
  $kendo-loading-opacity: $kendo-loading-opacity,
167
- $kendo-zindex-loading: $kendo-zindex-loading
180
+ $kendo-zindex-loading: $kendo-zindex-loading,
181
+ $kendo-loader-theme-colors: $kendo-loader-theme-colors
168
182
  );
@@ -19,13 +19,13 @@ $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
19
19
 
20
20
  /// The background color of the Map.
21
21
  /// @group map
22
- $kendo-map-bg: $kendo-component-bg !default;
22
+ $kendo-map-bg: k-color(app-surface) !default;
23
23
  /// The text color of the Map.
24
24
  /// @group map
25
- $kendo-map-text: $kendo-component-text !default;
25
+ $kendo-map-text: k-color(on-app-surface) !default;
26
26
  /// The border color of the Map.
27
27
  /// @group map
28
- $kendo-map-border: $kendo-component-border !default;
28
+ $kendo-map-border: k-color(border) !default;
29
29
 
30
30
  /// The margin of the Map navigator.
31
31
  /// @group map
@@ -64,11 +64,11 @@ $kendo-map-attribution-padding-y: k-spacing(1) !default;
64
64
  $kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
65
65
  /// The background color of the Map attribution.
66
66
  /// @group map
67
- $kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
67
+ $kendo-map-attribution-bg: color-mix(in srgb, k-color(app-surface) 80%, transparent) !default;
68
68
 
69
69
  /// The fill color of the Map marker.
70
70
  /// @group map
71
- $kendo-map-marker-fill: $kendo-color-primary !default;
71
+ $kendo-map-marker-fill: k-color(primary) !default;
72
72
 
73
73
  $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABQCAYAAAAKlxWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA35JREFUeNrsWF1IVEEUPu7amhKUmqUUkhEYYn9PamgbROKTEERB1HNP0pMvJUVhZQhCEEQPQiAIkiQIQShEZmg99SdLgiRJpbGmGIu/aZ2zzJXrvWf2zty7PgTzwQd3Z86Z796z58wMJ+PruXxQwCHkGeRpZDbyqBh/j1xA9iN7kJ+8FsrwECSRu8hSUMMosgnZLTMIScaLkUPIpxpiIGyfCN9iVcEo8h2yCvyjSqwR9RIkgz5kHgRHnlhrg2im7blEhCPCeW89fBJyKuohsv8IRPaV46uGYfnLhyTn3/bC4seXnFtErFmBHHcmzSCy2umRWVgC+ZfvQ1bZ8ZSfsxQbgl+PrsCfqXFu+jWyxh7Ss5xY1sFKKLzd5ymWtEWbpC36MKgWGuuCzdyXFTR2QGhbrvKfRrbkQ74Mmi3BKJf6FEYdMbso+UpKJkpJU+dKkPIaNoyrM5Mw23Edlj6/WQ957qVbEM4rcoWX1lgcGXQuURfi6o2y0YmVH2Mw2XgC5od6ksJEeqaxlW+joLIGaZFgGVcCTsx13YG1xKxrnMZoTmUN0iLB7c7R8M49LktJnSWxwMxxa5AWu5f+XV6EzQIJznHJwSWSDNlM+Fanv3OmcyQY43YNVyzOX2XLhMZoTvEviJHgsHOU9kYntuwthaLWV5BTWQ/hHbuSpGcaozmVNUiL9lIqfNfr7L7Rq7SlyfbVnzfZsjhFXzggTuoNoI14bf63thj5kK/kNvDCytIm5yzt+vF7F9jak4qhbbz1ouzEaLJv3t3iCNkYGtzCpq7Vrm9lKcNo2TIJJ/Kk23keHhB3kQLPAxhJUDiACXEkJcMYd2uzrhiRNNX5MrJW5Al7pxkQBjNpEJtxislubWRwjKtPDQyLNQZU76UTIu4NPsQahO+EzkXYwgNu60uBmPAB3Zu3HS0agp62KoJdsvAwf0NXOgQptdsU7NqEbWBBQrso4FQl0K56AKsggXzokVyJdAqmWjThlZl+BeOSsD32CLdvQSsxVu1XF2Sr7iVKB5T6nbbfnYol41vQWdwtus6ZPgRp+3pme950QV9fpito+jSmT2P6NKZP479PE9Lp06jC6tMwUO/T6CJwn0YXgfs0uvj/+jS6CNyn0UXgPo0uZH0aEnzueruRwUBfSb5Mr5TQb/o0pk9j+jSmT2P6NKZPY/o0pk9j+jQ+8E+AAQDpbNHEyW7DTAAAAABJRU5ErkJggg==" !default;
74
74
 
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-marquee--styles() {
11
+ @include import-once( "marquee" ) {
12
+ @include core-styles();
13
+ @include kendo-marquee--layout();
14
+ @include kendo-marquee--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/marquee/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-marquee--layout() {
5
+ @include kendo-marquee--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/marquee/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-marquee--theme() {
5
+ @include kendo-marquee--theme-base();
6
+ }
@@ -0,0 +1,11 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ $kendo-marquee-text: k-color(on-primary) !default;
4
+ $kendo-marquee-bg: k-color(primary) !default;
5
+ $kendo-marquee-border: k-color(primary) !default;
6
+
7
+ @forward "@progress/kendo-theme-core/scss/components/marquee/_variables.scss" with (
8
+ $kendo-marquee-text: $kendo-marquee-text,
9
+ $kendo-marquee-bg: $kendo-marquee-bg,
10
+ $kendo-marquee-border: $kendo-marquee-border
11
+ );
@@ -17,13 +17,13 @@ $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
17
17
 
18
18
  /// The background color of the MediaPlayer.
19
19
  /// @group mediaplayer
20
- $kendo-media-player-bg: $kendo-component-bg !default;
20
+ $kendo-media-player-bg: k-color(app-surface) !default;
21
21
  /// The text color of the MediaPlayer.
22
22
  /// @group mediaplayer
23
- $kendo-media-player-text: $kendo-component-text !default;
23
+ $kendo-media-player-text: k-color(on-app-surface) !default;
24
24
  /// The border color of the MediaPlayer.
25
25
  /// @group mediaplayer
26
- $kendo-media-player-border: $kendo-component-border !default;
26
+ $kendo-media-player-border: k-color(border) !default;
27
27
 
28
28
  /// The horizontal padding of the MediaPlayer title.
29
29
  /// @group mediaplayer
@@ -42,7 +42,7 @@ $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
42
42
  $kendo-media-player-titlebar-border: null !default;
43
43
  /// The gradient of the MediaPlayer title.
44
44
  /// @group mediaplayer
45
- $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
45
+ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) !default;
46
46
 
47
47
 
48
48
  @forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
@@ -25,10 +25,10 @@ $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
25
25
  $kendo-menu-bg: transparent !default;
26
26
  /// The text color of the Menu
27
27
  /// @group menu
28
- $kendo-menu-text: $kendo-component-header-text !default;
28
+ $kendo-menu-text: k-color(on-app-surface) !default;
29
29
  /// The border color of the Menu.
30
30
  /// @group menu
31
- $kendo-menu-border: $kendo-component-header-border !default;
31
+ $kendo-menu-border: k-color(border) !default;
32
32
  /// The background gradient of the Menu.
33
33
  /// @group menu
34
34
  $kendo-menu-gradient: null !default;
@@ -57,7 +57,7 @@ $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !
57
57
  $kendo-menu-item-bg: null !default;
58
58
  /// The text color of the Menu item.
59
59
  /// @group menu
60
- $kendo-menu-item-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 76%, transparent), rgba( $kendo-menu-text, .76 )) !default;
60
+ $kendo-menu-item-text: color-mix(in srgb, k-color(on-app-surface) 76%, transparent) !default;
61
61
  /// The border color of the Menu item.
62
62
  /// @group menu
63
63
  $kendo-menu-item-border: null !default;
@@ -70,7 +70,7 @@ $kendo-menu-item-gradient: null !default;
70
70
  $kendo-menu-item-hover-bg: null !default;
71
71
  /// The text color of hovered Menu item.
72
72
  /// @group menu
73
- $kendo-menu-item-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 93%, transparent), rgba( $kendo-menu-text, .93 )) !default;
73
+ $kendo-menu-item-hover-text: color-mix(in srgb, k-color(on-app-surface) 93%, transparent) !default;
74
74
  /// The border color of hovered Menu item.
75
75
  /// @group menu
76
76
  $kendo-menu-item-hover-border: null !default;
@@ -83,7 +83,7 @@ $kendo-menu-item-hover-gradient: null !default;
83
83
  $kendo-menu-item-active-bg: null !default;
84
84
  /// The text color of active Menu item.
85
85
  /// @group menu
86
- $kendo-menu-item-active-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 100%, transparent), rgba( $kendo-menu-text, 1 )) !default;
86
+ $kendo-menu-item-active-text: color-mix(in srgb, k-color(on-app-surface) 100%, transparent) !default;
87
87
  /// The border color of active Menu item.
88
88
  /// @group menu
89
89
  $kendo-menu-item-active-border: null !default;
@@ -93,7 +93,7 @@ $kendo-menu-item-active-gradient: null !default;
93
93
 
94
94
  /// The base shadow of focused Menu item.
95
95
  /// @group menu
96
- $kendo-menu-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-menu-text, .15 )) !default;
96
+ $kendo-menu-item-focus-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
97
97
 
98
98
  /// The background color of selected Menu item.
99
99
  /// @group menu
@@ -113,7 +113,7 @@ $kendo-menu-item-selected-gradient: null !default;
113
113
  $kendo-menu-scroll-button-bg: $kendo-menu-bg !default;
114
114
  /// The text color of the Menu scroll buttons.
115
115
  /// @group menu
116
- $kendo-menu-scroll-button-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-menu-text, .5 )) !default;
116
+ $kendo-menu-scroll-button-text: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
117
117
  /// The border color of the Menu scroll buttons.
118
118
  /// @group menu
119
119
  $kendo-menu-scroll-button-border: $kendo-menu-border !default;
@@ -126,7 +126,7 @@ $kendo-menu-scroll-button-gradient: null !default;
126
126
  $kendo-menu-scroll-button-hover-bg: null !default;
127
127
  /// The text color of hovered Menu scroll buttons.
128
128
  /// @group menu
129
- $kendo-menu-scroll-button-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), rgba( $kendo-menu-text, .7 )) !default;
129
+ $kendo-menu-scroll-button-hover-text: color-mix(in srgb, k-color(on-app-surface) 70%, transparent) !default;
130
130
  /// The border color of hovered Menu scroll buttons.
131
131
  /// @group menu
132
132
  $kendo-menu-scroll-button-hover-border: null !default;
@@ -145,7 +145,7 @@ $kendo-menu-separator-margin-inline: k-spacing(1) !default;
145
145
  $kendo-menu-separator-margin-block: k-spacing(2) !default;
146
146
  /// The border color of Menu separator.
147
147
  /// @group menu
148
- $kendo-menu-separator-border: if($kendo-enable-color-system, k-color(border), $kendo-component-border) !default;
148
+ $kendo-menu-separator-border: k-color(border) !default;
149
149
 
150
150
 
151
151
  // Menu popup
@@ -16,6 +16,18 @@ $kendo-message-box-border-level: -9 !default;
16
16
  $kendo-message-box-link-font-style: normal !default;
17
17
  $kendo-message-box-link-text-decoration: underline !default;
18
18
 
19
+ $kendo-message-box-theme-colors: (
20
+ "primary": k-color(primary),
21
+ "secondary": k-color(secondary),
22
+ "tertiary": k-color(tertiary),
23
+ "info": k-color(info),
24
+ "success": k-color(success),
25
+ "warning": k-color(warning),
26
+ "error": k-color(error),
27
+ "dark": k-color(dark),
28
+ "light": k-color(light),
29
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
30
+ ) !default;
19
31
 
20
32
  @forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
21
33
  $kendo-message-box-margin: $kendo-message-box-margin,
@@ -28,5 +40,6 @@ $kendo-message-box-link-text-decoration: underline !default;
28
40
  $kendo-message-box-text-level: $kendo-message-box-text-level,
29
41
  $kendo-message-box-border-level: $kendo-message-box-border-level,
30
42
  $kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
31
- $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
43
+ $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
44
+ $kendo-message-box-theme-colors: $kendo-message-box-theme-colors
32
45
  );
@@ -6,7 +6,7 @@ $kendo-no-data-min-height: 140px !default;
6
6
 
7
7
  /// The color of the 'No Data' text.
8
8
  /// @group no-data
9
- $kendo-no-data-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
9
+ $kendo-no-data-text: k-color(subtle) !default;
10
10
 
11
11
 
12
12
  @forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
@@ -7,9 +7,9 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: if($kendo-enable-color-system, k-color( #{$name}-on-subtle ), k-color-shade( $color, 6 )),
11
- background-color: if($kendo-enable-color-system, k-color( #{$name}-subtle ), k-color-tint( $color, 9 )),
12
- border: if($kendo-enable-color-system, k-color( #{$name}-emphasis ), k-color-tint( $color, 10 )),
10
+ color: k-color(#{$name}-on-subtle),
11
+ background-color: k-color(#{$name}-subtle),
12
+ border: k-color(#{$name}-emphasis),
13
13
  )), $_theme );
14
14
  }
15
15
 
@@ -32,13 +32,13 @@ $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
32
32
  $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
33
33
  /// The background color of the Notification.
34
34
  /// @group notification
35
- $kendo-notification-bg: $kendo-component-bg !default;
35
+ $kendo-notification-bg: k-color(app-surface) !default;
36
36
  /// The text color of the Notification.
37
37
  /// @group notification
38
- $kendo-notification-text: $kendo-component-text !default;
38
+ $kendo-notification-text: k-color(on-app-surface) !default;
39
39
  /// The border color of the Notification.
40
40
  /// @group notification
41
- $kendo-notification-border: $kendo-component-border !default;
41
+ $kendo-notification-border: k-color(border) !default;
42
42
  /// The box shadow of the Notification.
43
43
  /// @group notification
44
44
  $kendo-notification-shadow: $kendo-popup-shadow !default;
@@ -49,7 +49,18 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
49
49
 
50
50
  /// The theme colors map for the Notification.
51
51
  /// @group notification
52
- $kendo-notification-theme-colors: $kendo-theme-colors !default;
52
+ $kendo-notification-theme-colors: (
53
+ "primary": k-color(primary),
54
+ "secondary": k-color(secondary),
55
+ "tertiary": k-color(tertiary),
56
+ "info": k-color(info),
57
+ "success": k-color(success),
58
+ "warning": k-color(warning),
59
+ "error": k-color(error),
60
+ "dark": k-color(dark),
61
+ "light": k-color(light),
62
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
63
+ ) !default;
53
64
  /// The generated theme colors map for the Notification.
54
65
  /// @group notification
55
66
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
@@ -24,13 +24,13 @@ $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: $kendo-component-bg !default;
27
+ $kendo-orgchart-bg: k-color(app-surface) !default;
28
28
  /// The text color of the OrgChart.
29
29
  /// @group orgchart
30
- $kendo-orgchart-text: $kendo-component-text !default;
30
+ $kendo-orgchart-text: k-color(on-app-surface) !default;
31
31
  /// The border color of the OrgChart.
32
32
  /// @group orgchart
33
- $kendo-orgchart-border: $kendo-component-border !default;
33
+ $kendo-orgchart-border: k-color(border) !default;
34
34
 
35
35
  /// The spacing of the OrgChart node.
36
36
  /// @group orgchart
@@ -56,13 +56,13 @@ $kendo-orgchart-node-group-border-width: 1px !default;
56
56
  $kendo-orgchart-node-group-border-radius: k-border-radius(md) !default;
57
57
  /// The background color of the OrgChart node group.
58
58
  /// @group orgchart
59
- $kendo-orgchart-node-group-bg: $kendo-base-bg !default;
59
+ $kendo-orgchart-node-group-bg: k-color(surface) !default;
60
60
  /// The text color of the OrgChart node group.
61
61
  /// @group orgchart
62
- $kendo-orgchart-node-group-text: $kendo-base-text !default;
62
+ $kendo-orgchart-node-group-text: k-color(on-app-surface) !default;
63
63
  /// The border color of the OrgChart node group.
64
64
  /// @group orgchart
65
- $kendo-orgchart-node-group-border: $kendo-base-border !default;
65
+ $kendo-orgchart-node-group-border: k-color(border) !default;
66
66
 
67
67
  /// The border color of the focused OrgChart node group.
68
68
  /// @group orgchart
@@ -91,7 +91,7 @@ $kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit )
91
91
 
92
92
  /// The line height of the OrgChart node group subtitle.
93
93
  /// @group orgchart
94
- $kendo-orgchart-node-group-subtitle-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
94
+ $kendo-orgchart-node-group-subtitle-text: k-color(subtle) !default;
95
95
 
96
96
  /// The width of the OrgChart Card.
97
97
  /// @group orgchart
@@ -145,7 +145,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
145
145
  $kendo-orgchart-line-size: 1px !default;
146
146
  /// The fill color of the OrgChart connecting line.
147
147
  /// @group orgchart
148
- $kendo-orgchart-line-fill: $kendo-base-border !default;
148
+ $kendo-orgchart-line-fill: k-color(border) !default;
149
149
 
150
150
  /// The height of the OrgChart connecting line.
151
151
  /// @group orgchart
@@ -1,13 +1,23 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
- $kendo-overlay-theme-colors: $kendo-theme-colors !default;
3
+ $kendo-overlay-theme-colors: (
4
+ "primary": k-color(primary),
5
+ "secondary": k-color(secondary),
6
+ "tertiary": k-color(tertiary),
7
+ "info": k-color(info),
8
+ "success": k-color(success),
9
+ "warning": k-color(warning),
10
+ "error": k-color(error),
11
+ "dark": k-color(dark),
12
+ "light": k-color(light),
13
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
+ ) !default;
4
15
 
5
16
  $kendo-overlay-bg: $kendo-color-black !default;
6
17
  $kendo-overlay-opacity: .5 !default;
7
18
 
8
-
9
19
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
10
20
  $kendo-overlay-theme-colors: $kendo-overlay-theme-colors,
11
21
  $kendo-overlay-bg: $kendo-overlay-bg,
12
- $kendo-overlay-opacity: $kendo-overlay-opacity
22
+ $kendo-overlay-opacity: $kendo-overlay-opacity,
13
23
  );
@@ -63,13 +63,13 @@ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
63
63
  $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
64
64
  /// The background color of the Pager.
65
65
  /// @group pager
66
- $kendo-pager-bg: $kendo-component-header-bg !default;
66
+ $kendo-pager-bg: k-color(surface) !default;
67
67
  /// The text color of the Pager.
68
68
  /// @group pager
69
- $kendo-pager-text: $kendo-component-header-text !default;
69
+ $kendo-pager-text: k-color(on-app-surface) !default;
70
70
  /// The border color of the Pager.
71
71
  /// @group pager
72
- $kendo-pager-border: $kendo-component-header-border !default;
72
+ $kendo-pager-border: k-color(border) !default;
73
73
 
74
74
  /// The background color of the focused Pager.
75
75
  /// @group pager
@@ -93,29 +93,29 @@ $kendo-pager-item-border-radius: k-spacing(1) !default;
93
93
  $kendo-pager-item-spacing: (-1 * $kendo-pager-item-border-width) !default;
94
94
  /// The background color of the Pager items.
95
95
  /// @group pager
96
- $kendo-pager-item-bg: $kendo-component-bg !default;
96
+ $kendo-pager-item-bg: k-color(app-surface) !default;
97
97
  /// The text color of the Pager items.
98
98
  /// @group pager
99
- $kendo-pager-item-text: $kendo-link-text !default;
99
+ $kendo-pager-item-text: k-color(primary) !default;
100
100
  /// The border color of the Pager items.
101
101
  /// @group pager
102
- $kendo-pager-item-border: $kendo-component-border !default;
102
+ $kendo-pager-item-border: k-color(border) !default;
103
103
 
104
104
  /// The background color of the hovered Pager items.
105
105
  /// @group pager
106
- $kendo-pager-item-hover-bg: $kendo-hover-bg !default;
106
+ $kendo-pager-item-hover-bg: k-color(base-subtle-hover) !default;
107
107
  /// The text color of the hovered Pager items.
108
108
  /// @group pager
109
- $kendo-pager-item-hover-text: $kendo-link-hover-text !default;
109
+ $kendo-pager-item-hover-text: k-color(primary-hover) !default;
110
110
  /// The border color of the hovered Pager items.
111
111
  /// @group pager
112
- $kendo-pager-item-hover-border: $kendo-hover-border !default;
112
+ $kendo-pager-item-hover-border: k-color(border) !default;
113
113
  /// The background color of the selected Pager items.
114
114
  /// @group pager
115
- $kendo-pager-item-selected-bg: $kendo-selected-bg !default;
115
+ $kendo-pager-item-selected-bg: k-color(primary) !default;
116
116
  /// The text color of the selected Pager items.
117
117
  /// @group pager
118
- $kendo-pager-item-selected-text: $kendo-selected-text !default;
118
+ $kendo-pager-item-selected-text: k-color(on-primary) !default;
119
119
  /// The border color of the selected Pager items.
120
120
  /// @group pager
121
121
  $kendo-pager-item-selected-border: $kendo-pager-item-selected-bg !default;
@@ -127,7 +127,7 @@ $kendo-pager-item-focus-opacity: null !default;
127
127
  $kendo-pager-item-focus-bg: $kendo-pager-item-bg !default;
128
128
  /// The box shadow of the focused Pager items.
129
129
  /// @group pager
130
- $kendo-pager-item-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-color-primary, .25)) !default;
130
+ $kendo-pager-item-focus-shadow: 0 0 0 3px color-mix(in srgb, k-color(primary) 25%, transparent) !default;
131
131
 
132
132
  /// The border radius of the Pager numbers.
133
133
  /// @group pager
@@ -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, #{$kendo-component-text}) !default;
29
+ $kendo-panel-text: var(--kendo-component-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, #{$kendo-component-bg}) !default;
32
+ $kendo-panel-bg: var(--kendo-component-bg, #{k-color(app-surface)}) !default;
33
33
  /// The color of the border around the Panel.
34
34
  /// @group panel
35
- $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border}) !default;
35
+ $kendo-panel-border: var(--kendo-component-border, #{k-color(border)}) !default;
36
36
 
37
37
 
38
38
  @forward "@progress/kendo-theme-core/scss/components/panel/_variables.scss" with (
@@ -52,20 +52,20 @@ $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: $kendo-component-bg !default;
55
+ $kendo-panelbar-bg: k-color(app-surface) !default;
56
56
  /// The text color of the PanelBar.
57
57
  /// @group panelbar
58
- $kendo-panelbar-text: $kendo-component-text !default;
58
+ $kendo-panelbar-text: k-color(on-app-surface) !default;
59
59
  /// The border color of the PanelBar.
60
60
  /// @group panelbar
61
- $kendo-panelbar-border: $kendo-component-border !default;
61
+ $kendo-panelbar-border: k-color(border) !default;
62
62
 
63
63
  /// The background color of the PanelBar header.
64
64
  /// @group panelbar
65
65
  $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
66
66
  /// The text color of the PanelBar header.
67
67
  /// @group panelbar
68
- $kendo-panelbar-header-text: $kendo-link-text !default;
68
+ $kendo-panelbar-header-text: k-color(primary) !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: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) !default;
78
+ $kendo-panelbar-header-hover-bg: k-color(base-subtle-hover) !default;
79
79
  /// The text color of the hovered PanelBar header.
80
80
  /// @group panelbar
81
81
  $kendo-panelbar-header-hover-text: null !default;
@@ -117,10 +117,10 @@ $kendo-panelbar-header-hover-focus-gradient: null !default;
117
117
 
118
118
  /// The background color of the selected PanelBar header.
119
119
  /// @group panelbar
120
- $kendo-panelbar-header-selected-bg: $kendo-selected-bg !default;
120
+ $kendo-panelbar-header-selected-bg: k-color(primary) !default;
121
121
  /// The text color of the selected PanelBar header.
122
122
  /// @group panelbar
123
- $kendo-panelbar-header-selected-text: $kendo-selected-text !default;
123
+ $kendo-panelbar-header-selected-text: k-color(on-primary) !default;
124
124
  /// The border color of the selected PanelBar header.
125
125
  /// @group panelbar
126
126
  $kendo-panelbar-header-selected-border: null !default;
@@ -130,7 +130,7 @@ $kendo-panelbar-header-selected-gradient: null !default;
130
130
 
131
131
  /// The background color of the selected and hovered PanelBar header.
132
132
  /// @group panelbar
133
- $kendo-panelbar-header-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg )) !default;
133
+ $kendo-panelbar-header-selected-hover-bg: k-color(primary-hover) !default;
134
134
  /// The text color of the selected and hovered PanelBar header.
135
135
  /// @group panelbar
136
136
  $kendo-panelbar-header-selected-hover-text: null !default;
@@ -169,7 +169,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
169
169
 
170
170
  /// The background color of the hovered PanelBar items.
171
171
  /// @group panelbar
172
- $kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, 1 )) !default;
172
+ $kendo-panelbar-item-hover-bg: k-color(base-hover) !default;
173
173
  /// The text color of the hovered PanelBar items.
174
174
  /// @group panelbar
175
175
  $kendo-panelbar-item-hover-text: null !default;
@@ -211,10 +211,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
211
211
 
212
212
  /// The background color of the selected PanelBar items.
213
213
  /// @group panelbar
214
- $kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
214
+ $kendo-panelbar-item-selected-bg: k-color(primary) !default;
215
215
  /// The text color of the selected PanelBar items.
216
216
  /// @group panelbar
217
- $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
217
+ $kendo-panelbar-item-selected-text: k-color(on-primary) !default;
218
218
  /// The border color of the selected PanelBar items.
219
219
  /// @group panelbar
220
220
  $kendo-panelbar-item-selected-border: null !default;
@@ -224,7 +224,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
224
224
 
225
225
  /// The background color of the selected and hovered PanelBar items.
226
226
  /// @group panelbar
227
- $kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg )) !default;
227
+ $kendo-panelbar-item-selected-hover-bg: k-color(primary-hover) !default;
228
228
  /// The text color of the selected and hovered PanelBar items.
229
229
  /// @group panelbar
230
230
  $kendo-panelbar-item-selected-hover-text: null !default;