@progress/kendo-theme-bootstrap 12.1.0-dev.1 → 12.1.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +1646 -1808
  15. package/dist/meta/sassdoc-raw-data.json +558 -633
  16. package/dist/meta/variables.json +288 -300
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-sheet/_variables.scss +2 -2
  31. package/scss/adaptive/_variables.scss +1 -1
  32. package/scss/bottom-navigation/_variables.scss +1 -1
  33. package/scss/breadcrumb/_variables.scss +7 -7
  34. package/scss/calendar/_variables.scss +5 -9
  35. package/scss/captcha/_variables.scss +3 -3
  36. package/scss/card/_variables.scss +6 -10
  37. package/scss/checkbox/_variables.scss +3 -3
  38. package/scss/chip/_theme.scss +1 -22
  39. package/scss/chip/_variables.scss +7 -7
  40. package/scss/color-preview/_variables.scss +2 -2
  41. package/scss/coloreditor/_variables.scss +3 -3
  42. package/scss/colorgradient/_variables.scss +5 -5
  43. package/scss/colorpalette/_variables.scss +3 -3
  44. package/scss/column-menu/_variables.scss +1 -1
  45. package/scss/dataviz/_variables.scss +2 -2
  46. package/scss/dialog/_variables.scss +1 -1
  47. package/scss/dock-manager/_variables.scss +9 -9
  48. package/scss/drawer/_variables.scss +8 -8
  49. package/scss/editor/_variables.scss +1 -1
  50. package/scss/expansion-panel/_variables.scss +2 -2
  51. package/scss/fab/_variables.scss +10 -10
  52. package/scss/filemanager/_variables.scss +1 -1
  53. package/scss/filter/_variables.scss +1 -1
  54. package/scss/forms/_variables.scss +1 -1
  55. package/scss/gantt/_variables.scss +4 -4
  56. package/scss/imageeditor/_variables.scss +4 -4
  57. package/scss/input/_variables.scss +3 -3
  58. package/scss/list/_variables.scss +5 -5
  59. package/scss/listgroup/_variables.scss +1 -1
  60. package/scss/listview/_variables.scss +1 -1
  61. package/scss/loader/_variables.scss +2 -2
  62. package/scss/map/_variables.scss +1 -1
  63. package/scss/mediaplayer/_variables.scss +1 -1
  64. package/scss/notification/_variables.scss +2 -2
  65. package/scss/orgchart/_variables.scss +2 -2
  66. package/scss/overlay/_variables.scss +1 -1
  67. package/scss/pager/_variables.scss +2 -2
  68. package/scss/panelbar/_variables.scss +4 -4
  69. package/scss/pdf-viewer/_variables.scss +6 -6
  70. package/scss/pivotgrid/_variables.scss +4 -4
  71. package/scss/rating/_variables.scss +4 -4
  72. package/scss/scheduler/_variables.scss +3 -3
  73. package/scss/scrollview/_theme.scss +0 -1
  74. package/scss/scrollview/_variables.scss +3 -7
  75. package/scss/skeleton/_variables.scss +1 -1
  76. package/scss/slider/_variables.scss +2 -2
  77. package/scss/splitter/_variables.scss +3 -3
  78. package/scss/spreadsheet/_variables.scss +2 -2
  79. package/scss/stepper/_variables.scss +2 -2
  80. package/scss/switch/_variables.scss +6 -6
  81. package/scss/table/_variables.scss +4 -4
  82. package/scss/tabstrip/_variables.scss +7 -7
  83. package/scss/taskboard/_variables.scss +7 -7
  84. package/scss/tilelayout/_variables.scss +1 -1
  85. package/scss/time-marker/_variables.scss +3 -1
  86. package/scss/timeline/_variables.scss +2 -2
  87. package/scss/timeselector/_variables.scss +2 -2
  88. package/scss/tooltip/_variables.scss +3 -3
  89. package/scss/upload/_variables.scss +3 -3
  90. package/scss/window/_variables.scss +1 -1
  91. package/scss/wizard/_variables.scss +1 -1
@@ -14,7 +14,7 @@ $kendo-dock-manager-border: k-color(border) !default;
14
14
 
15
15
  /// The vertical padding of the pane header in the DockManager component.
16
16
  /// @group dock-manager
17
- $kendo-dock-manager-pane-header-padding-y: k-spacing(2) !default;
17
+ $kendo-dock-manager-pane-header-padding-y: k-spacing(4) !default;
18
18
  /// The horizontal padding of the pane header in the DockManager component.
19
19
  /// @group dock-manager
20
20
  $kendo-dock-manager-pane-header-padding-x: k-spacing(4) !default;
@@ -56,7 +56,7 @@ $kendo-dock-manager-pane-content-padding-y: k-spacing(2) !default;
56
56
 
57
57
  /// The horizontal padding of the tabbed pane in the DockManager component.
58
58
  /// @group dock-manager
59
- $kendo-dock-manager-tabbed-pane-padding-y: k-spacing(3.5) !default;
59
+ $kendo-dock-manager-tabbed-pane-padding-y: k-spacing(5) !default;
60
60
  /// The horizontal padding of the tabbed pane in the DockManager component.
61
61
  /// @group dock-manager
62
62
  $kendo-dock-manager-tabbed-pane-padding-x: $kendo-dock-manager-pane-content-padding-y !default;
@@ -66,7 +66,7 @@ $kendo-dock-manager-tabbed-pane-padding-x: $kendo-dock-manager-pane-content-padd
66
66
  $kendo-dock-manager-unpinned-container-width: 300px !default;
67
67
  /// The background-color of the unpinned pane container in the DockManager component.
68
68
  /// @group dock-manager
69
- $kendo-dock-manager-unpinned-container-bg: k-color(app-surface) !default;
69
+ $kendo-dock-manager-unpinned-container-bg: k-color(surface-alt) !default;
70
70
  /// The box shadow of the unpinned pane container in the DockManager component.
71
71
  /// @group dock-manager
72
72
  $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
@@ -76,10 +76,10 @@ $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.0
76
76
  $kendo-dock-indicator-padding: k-spacing(1.5) !default;
77
77
  /// The background color of the dock indicator in the DockManager component.
78
78
  /// @group dock-manager
79
- $kendo-dock-indicator-bg: k-color(app-surface) !default;
79
+ $kendo-dock-indicator-bg: k-color(surface-alt) !default;
80
80
  /// The text color of the dock indicator in the DockManager component.
81
81
  /// @group dock-manager
82
- $kendo-dock-indicator-text: k-color(primary) !default;
82
+ $kendo-dock-indicator-text: k-color(primary-on-surface) !default;
83
83
  /// The outline width of the dock indicator in the DockManager component.
84
84
  /// @group dock-manager
85
85
  $kendo-dock-indicator-outline-width: 1px !default;
@@ -91,14 +91,14 @@ $kendo-dock-indicator-outline-style: solid !default;
91
91
  $kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
92
92
  /// The box shadow of the dock indicator in the DockManager component.
93
93
  /// @group dock-manager
94
- $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) !default;
94
+ $kendo-dock-indicator-shadow: k-elevation(5) !default;
95
95
 
96
96
  /// The background color of the hovered dock indicator in the DockManager component.
97
97
  /// @group dock-manager
98
- $kendo-dock-indicator-hover-bg: k-color(primary) !default;
98
+ $kendo-dock-indicator-hover-bg: k-color(primary-on-surface) !default;
99
99
  /// The text color of the hovered dock indicator in the DockManager component.
100
100
  /// @group dock-manager
101
- $kendo-dock-indicator-hover-text: $kendo-color-white !default;
101
+ $kendo-dock-indicator-hover-text: k-color(on-primary) !default;
102
102
 
103
103
  /// The width of the border around the dropping area in the DockManager component.
104
104
  /// @group dock-manager
@@ -114,7 +114,7 @@ $kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
114
114
  $kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary) 16%, transparent) !default;
115
115
  /// The border color of the dropping area in the DockManager component.
116
116
  /// @group dock-manager
117
- $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
117
+ $kendo-dock-manager-dock-preview-border: k-color(primary-on-surface) !default;
118
118
 
119
119
 
120
120
  @forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
@@ -6,7 +6,7 @@
6
6
 
7
7
  /// The background color of the Drawer.
8
8
  /// @group drawer
9
- $kendo-drawer-bg: k-color(app-surface) !default;
9
+ $kendo-drawer-bg: k-color(surface-alt) !default;
10
10
  /// The text color of the Drawer.
11
11
  /// @group drawer
12
12
  $kendo-drawer-text: k-color(on-app-surface) !default;
@@ -39,16 +39,16 @@ $kendo-drawer-content-padding-y: null !default;
39
39
  $kendo-drawer-scrollbar-width: 7px !default;
40
40
  /// The color of the Drawer scrollbar track.
41
41
  /// @group drawer
42
- $kendo-drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
42
+ $kendo-drawer-scrollbar-color: k-color(inverse-subtle) !default;
43
43
  /// The background color of the Drawer scrollbar thumb.
44
44
  /// @group drawer
45
- $kendo-drawer-scrollbar-bg: #dedede !default;
45
+ $kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
46
46
  /// The border radius of the Drawer scrollbar.
47
47
  /// @group drawer
48
48
  $kendo-drawer-scrollbar-radius: 20px !default;
49
49
  /// The hover color of the Drawer scrollbar track.
50
50
  /// @group drawer
51
- $kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
51
+ $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
52
52
 
53
53
  /// The horizontal padding of the Drawer items.
54
54
  /// @group drawer
@@ -61,7 +61,7 @@ $kendo-drawer-items-padding-y: 0 !default;
61
61
  $kendo-drawer-item-padding-x: k-spacing(4) !default;
62
62
  /// The vertical padding of the Drawer item.
63
63
  /// @group drawer
64
- $kendo-drawer-item-padding-y: k-spacing(2) !default;
64
+ $kendo-drawer-item-padding-y: k-spacing(3) !default;
65
65
  /// The spacing between the items in the Drawer item.
66
66
  /// @group drawer
67
67
  $kendo-drawer-item-spacing: $kendo-drawer-item-padding-x !default;
@@ -70,7 +70,7 @@ $kendo-drawer-item-spacing: $kendo-drawer-item-padding-x !default;
70
70
  $kendo-drawer-item-font-size: var( --kendo-font-size, inherit ) !default;
71
71
  /// The line height of the Drawer item.
72
72
  /// @group drawer
73
- $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
73
+ $kendo-drawer-item-line-height: var( --kendo-line-height, normal ) !default;
74
74
  /// The font weight of the Drawer item.
75
75
  /// @group drawer
76
76
  $kendo-drawer-item-font-weight: var( --kendo-font-weight, normal ) !default;
@@ -90,7 +90,7 @@ $kendo-drawer-item-border-radius: null !default;
90
90
  $kendo-drawer-icon-padding-x: k-spacing(0) !default;
91
91
  /// The vertical padding of the Drawer icon.
92
92
  /// @group drawer
93
- $kendo-drawer-icon-padding-y: k-spacing(2) !default;
93
+ $kendo-drawer-icon-padding-y: k-spacing(1) !default;
94
94
 
95
95
  /// The initial width of the mini Drawer.
96
96
  /// @group drawer
@@ -108,7 +108,7 @@ $kendo-drawer-hover-text: k-color(on-app-surface) !default;
108
108
  $kendo-drawer-focus-bg: k-color(base-subtle-hover) !default;
109
109
  /// The box shadow of the focused Drawer item.
110
110
  /// @group drawer
111
- $kendo-drawer-focus-shadow: inset 0 0 0 2px rgba( black, .15 ) !default;
111
+ $kendo-drawer-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(inverse) 15%, transparent) !default;
112
112
 
113
113
  /// The background color of the selected Drawer item.
114
114
  /// @group drawer
@@ -34,7 +34,7 @@ $kendo-editor-selected-bg: k-color(primary) !default;
34
34
 
35
35
  /// The highlighted background color of the Editor.
36
36
  /// @group editor
37
- $kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
37
+ $kendo-editor-highlighted-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
38
38
 
39
39
  /// The horizontal margin of the Editor's export tool icon.
40
40
  /// @group editor
@@ -24,7 +24,7 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
24
24
  $kendo-expander-text: k-color(on-app-surface) !default;
25
25
  /// The background color of the ExpansionPanel.
26
26
  /// @group expander
27
- $kendo-expander-bg: k-color(app-surface) !default;
27
+ $kendo-expander-bg: k-color(surface-alt) !default;
28
28
  /// The border color of the ExpansionPanel.
29
29
  /// @group expander
30
30
  $kendo-expander-border: k-color(border) !default;
@@ -52,7 +52,7 @@ $kendo-expander-header-border: null !default;
52
52
 
53
53
  /// The background color of the hovered ExpansionPanel header.
54
54
  /// @group expander
55
- $kendo-expander-header-hover-bg: rgba( black, .04 ) !default;
55
+ $kendo-expander-header-hover-bg: $kendo-list-item-hover-bg !default;
56
56
  /// The background color of the focused ExpansionPanel header.
57
57
  /// @group expander
58
58
  $kendo-expander-header-focus-bg: null !default;
@@ -20,27 +20,27 @@ $kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The horizontal padding of the small FAB.
22
22
  /// @group floating-action-button
23
- $kendo-fab-sm-padding-x: calc( #{k-spacing(4)} / 2 ) !default;
23
+ $kendo-fab-sm-padding-x: k-spacing(2) !default;
24
24
  /// The horizontal padding of the medium FAB.
25
25
  /// @group floating-action-button
26
26
  $kendo-fab-md-padding-x: k-spacing(4) !default;
27
27
  /// The horizontal padding of the large FAB.
28
28
  /// @group floating-action-button
29
- $kendo-fab-lg-padding-x: calc( #{k-spacing(4)} * 1.5 ) !default;
29
+ $kendo-fab-lg-padding-x: k-spacing(6) !default;
30
30
 
31
31
  /// The vertical padding of the small FAB.
32
32
  /// @group floating-action-button
33
- $kendo-fab-sm-padding-y: calc( #{k-spacing(4)} / 2 ) !default;
33
+ $kendo-fab-sm-padding-y: k-spacing(2) !default;
34
34
  /// The vertical padding of the medium FAB.
35
35
  /// @group floating-action-button
36
36
  $kendo-fab-md-padding-y: k-spacing(4) !default;
37
37
  /// The vertical padding of the large FAB.
38
38
  /// @group floating-action-button
39
- $kendo-fab-lg-padding-y: calc( #{k-spacing(4)} * 1.5 ) !default;
39
+ $kendo-fab-lg-padding-y: k-spacing(6) !default;
40
40
 
41
41
  /// The horizontal padding of the FAB icon.
42
42
  /// @group floating-action-button
43
- $kendo-fab-icon-padding-x: k-spacing(1) !default;
43
+ $kendo-fab-icon-padding-x: k-spacing(0.5) !default;
44
44
  /// The vertical padding of the FAB icon.
45
45
  /// @group floating-action-button
46
46
  $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
@@ -60,19 +60,19 @@ $kendo-fab-items-padding-y: k-spacing(4) !default;
60
60
  $kendo-fab-item-text-padding-x: k-spacing(1) !default;
61
61
  /// The vertical padding of the FAB item text.
62
62
  /// @group floating-action-button
63
- $kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
63
+ $kendo-fab-item-text-padding-y: k-spacing(1) !default;
64
64
  /// The width of the FAB item text border.
65
65
  /// @group floating-action-button
66
66
  $kendo-fab-item-text-border-width: 1px !default;
67
67
  /// The border radius of the FAB item text.
68
68
  /// @group floating-action-button
69
- $kendo-fab-item-text-border-radius: 4px !default;
69
+ $kendo-fab-item-text-border-radius: k-border-radius(md) !default;
70
70
  /// The font size of the FAB item text.
71
71
  /// @group floating-action-button
72
72
  $kendo-fab-item-text-font-size: var( --kendo-font-size-xs, inherit ) !default;
73
73
  /// The line height of the FAB item text.
74
74
  /// @group floating-action-button
75
- $kendo-fab-item-text-line-height: 14px !default;
75
+ $kendo-fab-item-text-line-height: var( --kendo-line-height-xs, normal ) !default;
76
76
 
77
77
  /// The horizontal padding of the FAB item icon.
78
78
  /// @group floating-action-button
@@ -124,7 +124,7 @@ $kendo-fab-sizes: (
124
124
  $kendo-fab-shadow: k-elevation(5) !default;
125
125
  /// The shadow of the disabled FAB.
126
126
  /// @group floating-action-button
127
- $kendo-fab-disabled-shadow: k-elevation(5) !default;
127
+ $kendo-fab-disabled-shadow: null !default;
128
128
  /// The shadow of the active FAB.
129
129
  /// @group floating-action-button
130
130
  $kendo-fab-active-shadow: null !default;
@@ -140,7 +140,7 @@ $kendo-fab-outline-width: 3px !default;
140
140
  $kendo-fab-item-text: k-color(on-app-surface) !default;
141
141
  /// The base background color of the FAB item.
142
142
  /// @group floating-action-button
143
- $kendo-fab-item-bg: k-color(app-surface) !default;
143
+ $kendo-fab-item-bg: k-color(surface-alt) !default;
144
144
  /// The base border color of the FAB item.
145
145
  /// @group floating-action-button
146
146
  $kendo-fab-item-border: k-color(border) !default;
@@ -23,7 +23,7 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
23
23
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
24
24
  /// The background color of the FileManager.
25
25
  /// @group file-manager
26
- $kendo-file-manager-bg: k-color(app-surface) !default;
26
+ $kendo-file-manager-bg: k-color(surface-alt) !default;
27
27
  /// The text color of the FileManager.
28
28
  /// @group file-manager
29
29
  $kendo-file-manager-text: k-color(on-app-surface) !default;
@@ -25,7 +25,7 @@ $kendo-filter-operator-dropdown-width: 15em !default;
25
25
  $kendo-filter-preview-field-text: k-color(primary) !default;
26
26
  /// The text color of the Filter preview operator.
27
27
  /// @group filter
28
- $kendo-filter-preview-operator-text: k-color(subtle) !default;
28
+ $kendo-filter-preview-operator-text: k-color(on-app-surface) !default;
29
29
 
30
30
  /// The box shadow of the focused Filter toolbar.
31
31
  /// @group filter
@@ -46,7 +46,7 @@ $kendo-form-legend-width: 100% !default;
46
46
  $kendo-form-legend-font-size: var( --kendo-font-size-sm, inherit ) !default;
47
47
  /// The text capitalization of the Form legend.
48
48
  /// @group form
49
- $kendo-form-legend-text-transform: uppercase !default;
49
+ $kendo-form-legend-text-transform: none !default;
50
50
 
51
51
  /// The bottom margin of the Form label.
52
52
  /// @group form
@@ -21,7 +21,7 @@ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
21
21
 
22
22
  /// The background color of the Gantt.
23
23
  /// @group gantt
24
- $kendo-gantt-bg: k-color(app-surface) !default;
24
+ $kendo-gantt-bg: k-color(surface-alt) !default;
25
25
  /// The text color of the Gantt.
26
26
  /// @group gantt
27
27
  $kendo-gantt-text: k-color(on-app-surface) !default;
@@ -93,10 +93,10 @@ $kendo-gantt-milestone-selected-border: k-color(primary) !default;
93
93
 
94
94
  /// The background color of the Gantt summary.
95
95
  /// @group gantt
96
- $kendo-gantt-summary-bg: k-color(subtle) !default;
96
+ $kendo-gantt-summary-bg: k-color(inverse-subtle) !default;
97
97
  /// The background color of the Gantt summary progress.
98
98
  /// @group gantt
99
- $kendo-gantt-summary-progress-bg: $kendo-gantt-text !default;
99
+ $kendo-gantt-summary-progress-bg: k-color(inverse) !default;
100
100
  /// The background color of the selected Gantt summary.
101
101
  /// @group gantt
102
102
  $kendo-gantt-summary-selected-bg: k-color(primary-subtle-active) !default;
@@ -228,7 +228,7 @@ $kendo-gantt-validation-tooltip-width: 200px !default;
228
228
  $kendo-gantt-validation-tooltip-label-width: 50px !default;
229
229
  /// The border color of the Gantt validation Tooltip.
230
230
  /// @group gantt
231
- $kendo-gantt-validation-tooltip-border: #656565 !default;
231
+ $kendo-gantt-validation-tooltip-border: k-color(base) !default;
232
232
  /// The border color of the valid Gantt validation Tooltip.
233
233
  /// @group gantt
234
234
  $kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
@@ -25,15 +25,15 @@ $kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
25
25
  $kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
26
26
  $kendo-image-editor-resize-handle-size: 15px !default;
27
27
 
28
- $kendo-image-editor-bg: k-color(app-surface) !default;
28
+ $kendo-image-editor-bg: k-color(surface-alt) !default;
29
29
  $kendo-image-editor-text: k-color(on-app-surface) !default;
30
30
  $kendo-image-editor-border: k-color(border) !default;
31
31
 
32
- $kendo-image-editor-content-bg: #c6c6c6 !default;
32
+ $kendo-image-editor-content-bg: k-color(surface) !default;
33
33
  $kendo-image-editor-content-text: null !default;
34
34
  $kendo-image-editor-content-border: null !default;
35
35
 
36
- $kendo-image-editor-action-pane-bg: k-color(app-surface) !default;
36
+ $kendo-image-editor-action-pane-bg: k-color(surface-alt) !default;
37
37
  $kendo-image-editor-action-pane-text: null !default;
38
38
  $kendo-image-editor-action-pane-border: null !default;
39
39
 
@@ -41,7 +41,7 @@ $kendo-image-editor-crop-bg: null !default;
41
41
  $kendo-image-editor-crop-text: null !default;
42
42
  $kendo-image-editor-crop-border: white !default;
43
43
 
44
- $kendo-image-editor-crop-overlay-bg: rgba( black, .3 ) !default;
44
+ $kendo-image-editor-crop-overlay-bg: color-mix(in srgb, k-color(inverse) 30%, transparent) !default;
45
45
 
46
46
 
47
47
  @forward "@progress/kendo-theme-core/scss/components/imageeditor/_variables.scss" with (
@@ -105,7 +105,7 @@ $kendo-input-sizes: (
105
105
 
106
106
  /// The background color of the Input components.
107
107
  /// @group input
108
- $kendo-input-bg: k-color(app-surface) !default;
108
+ $kendo-input-bg: k-color(surface-alt) !default;
109
109
  /// The text color of the Input components.
110
110
  /// @group input
111
111
  $kendo-input-text: k-color(on-app-surface) !default;
@@ -124,7 +124,7 @@ $kendo-input-hover-bg: null !default;
124
124
  $kendo-input-hover-text: null !default;
125
125
  /// The border color of the hovered Input components.
126
126
  /// @group input
127
- $kendo-input-hover-border: $kendo-input-border !default;
127
+ $kendo-input-hover-border: k-color(border-alt) !default;
128
128
  /// The shadow of the hovered Input components.
129
129
  /// @group input
130
130
  $kendo-input-hover-shadow: null !default;
@@ -275,7 +275,7 @@ $kendo-input-suffix-bg: k-color(surface) !default;
275
275
 
276
276
  /// The border color of the invalid Input components.
277
277
  /// @group input
278
- $kendo-input-invalid-border: k-color(error) !default;
278
+ $kendo-input-invalid-border: k-color(error-on-surface) !default;
279
279
  /// The shadow of the invalid Input components.
280
280
  /// @group input
281
281
  $kendo-input-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(error) 25%, transparent) !default;
@@ -130,9 +130,9 @@ $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !def
130
130
 
131
131
  /// The font size of the List item group label.
132
132
  /// @group list
133
- $kendo-list-item-group-label-sm-font-size: .75em !default;
134
- $kendo-list-item-group-label-md-font-size: .75em !default;
135
- $kendo-list-item-group-label-lg-font-size: .75em !default;
133
+ $kendo-list-item-group-label-sm-font-size: var( --kendo-font-size-xs, inherit ) !default;
134
+ $kendo-list-item-group-label-md-font-size: var( --kendo-font-size-xs, inherit ) !default;
135
+ $kendo-list-item-group-label-lg-font-size: var( --kendo-font-size-xs, inherit ) !default;
136
136
 
137
137
  /// The line-height of the List item group label.
138
138
  /// @group list
@@ -226,7 +226,7 @@ $kendo-list-sizes: (
226
226
 
227
227
  /// The background color of the List component.
228
228
  /// @group list
229
- $kendo-list-bg: k-color(app-surface) !default;
229
+ $kendo-list-bg: k-color(surface-alt) !default;
230
230
  /// The text color of the List component.
231
231
  /// @group list
232
232
  $kendo-list-text: k-color(on-app-surface) !default;
@@ -258,7 +258,7 @@ $kendo-list-item-text: null !default;
258
258
 
259
259
  /// The background color of the hovered List items.
260
260
  /// @group list
261
- $kendo-list-item-hover-bg: k-color(surface) !default;
261
+ $kendo-list-item-hover-bg: k-color(base-subtle-hover) !default;
262
262
  /// The text color of the hovered List items.
263
263
  /// @group list
264
264
  $kendo-list-item-hover-text: k-color(on-app-surface) !default;
@@ -7,7 +7,7 @@ $kendo-listgroup-border-radius: k-spacing(1) !default;
7
7
  $kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
8
8
  $kendo-listgroup-line-height: var( --kendo-line-height, normal ) !default;
9
9
 
10
- $kendo-listgroup-bg: k-color(app-surface) !default;
10
+ $kendo-listgroup-bg: k-color(surface-alt) !default;
11
11
  $kendo-listgroup-text: k-color(on-app-surface) !default;
12
12
  $kendo-listgroup-border: k-color(border) !default;
13
13
 
@@ -26,7 +26,7 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
26
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: k-color(app-surface) !default;
29
+ $kendo-listview-bg: k-color(surface-alt) !default;
30
30
  /// The border color of the ListView.
31
31
  /// @group listview
32
32
  $kendo-listview-border: k-color(border) !default;
@@ -80,7 +80,7 @@ $kendo-loader-container-panel-border-color: k-color(border) !default;
80
80
  $kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
81
81
  /// The background color of the container panel.
82
82
  /// @group loader
83
- $kendo-loader-container-panel-bg: $kendo-color-white !default;
83
+ $kendo-loader-container-panel-bg: k-color(surface-alt) !default;
84
84
 
85
85
  /// The padding of the small Loader container.
86
86
  /// @group loader
@@ -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: k-color(app-surface) !default;
118
+ $kendo-loading-bg: k-color(surface-alt) !default;
119
119
  /// The text color of the Loading indicator.
120
120
  /// @group loading
121
121
  $kendo-loading-text: currentColor !default;
@@ -19,7 +19,7 @@ $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: k-color(app-surface) !default;
22
+ $kendo-map-bg: k-color(surface-alt) !default;
23
23
  /// The text color of the Map.
24
24
  /// @group map
25
25
  $kendo-map-text: k-color(on-app-surface) !default;
@@ -17,7 +17,7 @@ $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: k-color(app-surface) !default;
20
+ $kendo-media-player-bg: k-color(surface-alt) !default;
21
21
  /// The text color of the MediaPlayer.
22
22
  /// @group mediaplayer
23
23
  $kendo-media-player-text: k-color(on-app-surface) !default;
@@ -20,7 +20,7 @@ $kendo-notification-padding-y: k-spacing(4) !default;
20
20
  $kendo-notification-border-width: 1px !default;
21
21
  /// The border radius of the Notification.
22
22
  /// @group notification
23
- $kendo-notification-border-radius: k-spacing(1.5) !default;
23
+ $kendo-notification-border-radius: k-border-radius(md) !default;
24
24
  /// The font family of the Notification.
25
25
  /// @group notification
26
26
  $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
@@ -38,7 +38,7 @@ $kendo-notification-actions-padding-x: null !default;
38
38
  $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
39
39
  /// The background color of the Notification.
40
40
  /// @group notification
41
- $kendo-notification-bg: k-color(app-surface) !default;
41
+ $kendo-notification-bg: k-color(surface-alt) !default;
42
42
  /// The text color of the Notification.
43
43
  /// @group notification
44
44
  $kendo-notification-text: k-color(on-app-surface) !default;
@@ -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(app-surface) !default;
27
+ $kendo-orgchart-bg: k-color(surface-alt) !default;
28
28
  /// The text color of the OrgChart.
29
29
  /// @group orgchart
30
30
  $kendo-orgchart-text: k-color(on-app-surface) !default;
@@ -129,7 +129,7 @@ $kendo-orgchart-card-body-border-color: transparent !default;
129
129
  $kendo-orgchart-card-body-vbox-margin-right: list.slash( $kendo-orgchart-spacer, 2 ) !default;
130
130
  /// The min height of the OrgChart Card body title wrap.
131
131
  /// @group orgchart
132
- $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
132
+ $kendo-orgchart-card-body-vbox-min-height: k-spacing(11) !default;
133
133
 
134
134
  /// The size of the OrgChart connecting line.
135
135
  /// @group orgchart
@@ -13,7 +13,7 @@ $kendo-overlay-theme-colors: (
13
13
  "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
14
  ) !default;
15
15
 
16
- $kendo-overlay-bg: $kendo-color-black !default;
16
+ $kendo-overlay-bg: k-color(inverse) !default;
17
17
  $kendo-overlay-opacity: .5 !default;
18
18
 
19
19
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
@@ -70,14 +70,14 @@ $kendo-pager-border: k-color(border) !default;
70
70
  $kendo-pager-focus-bg: null !default;
71
71
  /// The box shadow of the focused Pager.
72
72
  /// @group pager
73
- $kendo-pager-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08) !default;
73
+ $kendo-pager-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(inverse) 8%, transparent) !default;
74
74
 
75
75
  /// The border width of the Pager items.
76
76
  /// @group pager
77
77
  $kendo-pager-item-border-width: 1px !default;
78
78
  /// The border radius of the Pager items.
79
79
  /// @group pager
80
- $kendo-pager-item-border-radius: k-spacing(1) !default;
80
+ $kendo-pager-item-border-radius: k-border-radius(md) !default;
81
81
  /// The spacing around the Pager items.
82
82
  /// @group pager
83
83
  $kendo-pager-item-spacing: (-1 * $kendo-pager-item-border-width) !default;
@@ -46,7 +46,7 @@ $kendo-panelbar-item-level-count: 4 !default;
46
46
 
47
47
  /// The background color of the PanelBar.
48
48
  /// @group panelbar
49
- $kendo-panelbar-bg: k-color(app-surface) !default;
49
+ $kendo-panelbar-bg: k-color(surface-alt) !default;
50
50
  /// The text color of the PanelBar.
51
51
  /// @group panelbar
52
52
  $kendo-panelbar-text: k-color(on-app-surface) !default;
@@ -56,10 +56,10 @@ $kendo-panelbar-border: k-color(border) !default;
56
56
 
57
57
  /// The background color of the PanelBar header.
58
58
  /// @group panelbar
59
- $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
59
+ $kendo-panelbar-header-bg: transparent !default;
60
60
  /// The text color of the PanelBar header.
61
61
  /// @group panelbar
62
- $kendo-panelbar-header-text: k-color(primary) !default;
62
+ $kendo-panelbar-header-text: k-color(primary-on-surface) !default;
63
63
  /// The border color of the PanelBar header.
64
64
  /// @group panelbar
65
65
  $kendo-panelbar-header-border: null !default;
@@ -69,7 +69,7 @@ $kendo-panelbar-header-gradient: null !default;
69
69
 
70
70
  /// The background color of the hovered PanelBar header.
71
71
  /// @group panelbar
72
- $kendo-panelbar-header-hover-bg: k-color(base-subtle-hover) !default;
72
+ $kendo-panelbar-header-hover-bg: color-mix(in srgb, $kendo-panelbar-header-text 8%, transparent) !default;
73
73
  /// The text color of the hovered PanelBar header.
74
74
  /// @group panelbar
75
75
  $kendo-panelbar-header-hover-text: null !default;
@@ -20,7 +20,7 @@ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The background color of the PDFViewer.
22
22
  /// @group pdf-viewer
23
- $kendo-pdf-viewer-bg: k-color(app-surface) !default;
23
+ $kendo-pdf-viewer-bg: k-color(surface-alt) !default;
24
24
  /// The text color of the PDFViewer.
25
25
  /// @group pdf-viewer
26
26
  $kendo-pdf-viewer-text: k-color(on-app-surface) !default;
@@ -82,10 +82,10 @@ $kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
82
82
  $kendo-pdf-viewer-search-panel-border-width: 1px !default;
83
83
  /// The border radius of the PDFViewer search panel.
84
84
  /// @group pdf-viewer
85
- $kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
85
+ $kendo-pdf-viewer-search-panel-border-radius: k-border-radius(md) !default;
86
86
  /// The background color of the PDFViewer search panel.
87
87
  /// @group pdf-viewer
88
- $kendo-pdf-viewer-search-panel-bg: k-color(app-surface) !default;
88
+ $kendo-pdf-viewer-search-panel-bg: k-color(surface-alt) !default;
89
89
  /// The text color of the PDFViewer search panel.
90
90
  /// @group pdf-viewer
91
91
  $kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
@@ -108,7 +108,7 @@ $kendo-pdf-viewer-selection-line-height: 1.2 !default;
108
108
  $kendo-pdf-viewer-search-highlight-bg: k-color(on-app-surface) !default;
109
109
  /// The background color of the PDFViewer highlight mark.
110
110
  /// @group pdf-viewer
111
- $kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
111
+ $kendo-pdf-viewer-search-highlight-mark-bg: color-mix(in srgb, k-color(warning) 25%, transparent) !default;
112
112
 
113
113
  /// The text color of the PDFViewer icon.
114
114
  /// @group pdf-viewer
@@ -132,10 +132,10 @@ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !def
132
132
  $kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
133
133
  /// The placeholder text color of the PDFViewer free text annotation.
134
134
  /// @group pdf-viewer
135
- $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
135
+ $kendo-pdf-viewer-free-text-annotation-placeholder-text: k-color(primary-on-subtle) !default;
136
136
  /// The text color of the PDFViewer free text annotation.
137
137
  /// @group pdf-viewer
138
- $kendo-pdf-viewer-free-text-annotation-text: rgba(124, 22, 27, 0.7) !default;
138
+ $kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default;
139
139
 
140
140
 
141
141
  @forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
@@ -50,7 +50,7 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
50
50
 
51
51
  /// The background color of the PivotGrid.
52
52
  /// @group pivotgrid
53
- $kendo-pivotgrid-bg: k-color(app-surface) !default;
53
+ $kendo-pivotgrid-bg: k-color(surface-alt) !default;
54
54
  /// The text color of the PivotGrid.
55
55
  /// @group pivotgrid
56
56
  $kendo-pivotgrid-text: k-color(on-app-surface) !default;
@@ -74,7 +74,7 @@ $kendo-pivotgrid-headers-border: k-color(border) !default;
74
74
 
75
75
  /// The background color of the PivotGrid total cells.
76
76
  /// @group pivotgrid
77
- $kendo-pivotgrid-total-bg: k-color(base-subtle) !default;
77
+ $kendo-pivotgrid-total-bg: k-color(surface) !default;
78
78
  /// The text color of the PivotGrid total cells.
79
79
  /// @group pivotgrid
80
80
  $kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
@@ -153,7 +153,7 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
153
153
 
154
154
  /// The background color of the PivotGrid configurator.
155
155
  /// @group pivotgrid
156
- $kendo-pivotgrid-configurator-bg: k-color(app-surface) !default;
156
+ $kendo-pivotgrid-configurator-bg: k-color(surface-alt) !default;
157
157
  /// The text color of the PivotGrid configurator.
158
158
  /// @group pivotgrid
159
159
  $kendo-pivotgrid-configurator-text: k-color(on-app-surface) !default;
@@ -219,7 +219,7 @@ $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
219
219
 
220
220
  /// The background color of the PivotGrid calculated field.
221
221
  /// @group pivotgrid
222
- $kendo-pivotgrid-calculated-field-bg: k-color(app-surface) !default;
222
+ $kendo-pivotgrid-calculated-field-bg: k-color(surface-alt) !default;
223
223
  /// The text color of the PivotGrid calculated field.
224
224
  /// @group pivotgrid
225
225
  $kendo-pivotgrid-calculated-field-text: k-color(on-app-surface) !default;