@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2

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 (113) hide show
  1. package/dist/all.css +13080 -13001
  2. package/dist/meta/sassdoc-data.json +6515 -4671
  3. package/dist/meta/sassdoc-raw-data.json +8442 -7517
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +4 -4
  7. package/scss/action-sheet/_layout.scss +7 -0
  8. package/scss/action-sheet/_variables.scss +4 -1
  9. package/scss/adaptive/_variables.scss +4 -4
  10. package/scss/appbar/_variables.scss +35 -34
  11. package/scss/avatar/_variables.scss +5 -5
  12. package/scss/badge/_variables.scss +5 -5
  13. package/scss/bottom-navigation/_variables.scss +44 -48
  14. package/scss/breadcrumb/_layout.scss +37 -10
  15. package/scss/breadcrumb/_variables.scss +126 -35
  16. package/scss/button/_variables.scss +11 -11
  17. package/scss/calendar/_layout.scss +1 -1
  18. package/scss/calendar/_variables.scss +11 -11
  19. package/scss/card/_variables.scss +2 -2
  20. package/scss/chat/_variables.scss +8 -8
  21. package/scss/checkbox/_variables.scss +16 -16
  22. package/scss/chip/_variables.scss +12 -12
  23. package/scss/color-preview/_variables.scss +4 -4
  24. package/scss/coloreditor/_variables.scss +31 -32
  25. package/scss/colorgradient/_variables.scss +74 -74
  26. package/scss/colorpalette/_variables.scss +17 -17
  27. package/scss/core/_index.scss +6 -11
  28. package/scss/core/_variables.scss +1 -79
  29. package/scss/core/color-system/_index.scss +0 -2
  30. package/scss/core/color-system/utils/_functions.scss +4 -66
  31. package/scss/core/helpers/_index.scss +0 -4
  32. package/scss/dataviz/_layout.scss +5 -5
  33. package/scss/dataviz/_variables.scss +37 -37
  34. package/scss/daterangepicker/_theme.scss +1 -1
  35. package/scss/dialog/_variables.scss +20 -20
  36. package/scss/draggable/_variables.scss +2 -2
  37. package/scss/drawer/_variables.scss +9 -9
  38. package/scss/dropzone/_variables.scss +3 -3
  39. package/scss/editor/_variables.scss +38 -32
  40. package/scss/expansion-panel/_variables.scss +41 -38
  41. package/scss/fab/_theme.scss +1 -1
  42. package/scss/fab/_variables.scss +8 -8
  43. package/scss/filter/_variables.scss +15 -15
  44. package/scss/forms/_variables.scss +2 -2
  45. package/scss/gantt/_layout.scss +2 -2
  46. package/scss/gantt/_variables.scss +22 -22
  47. package/scss/grid/_theme.scss +2 -2
  48. package/scss/grid/_variables.scss +11 -11
  49. package/scss/imageeditor/_variables.scss +2 -2
  50. package/scss/index.scss +3 -0
  51. package/scss/input/_variables.scss +42 -42
  52. package/scss/list/_variables.scss +14 -14
  53. package/scss/listbox/_variables.scss +16 -17
  54. package/scss/listgroup/_variables.scss +1 -1
  55. package/scss/listview/_variables.scss +37 -37
  56. package/scss/loader/_variables.scss +70 -24
  57. package/scss/map/_variables.scss +4 -4
  58. package/scss/mediaplayer/_variables.scss +2 -2
  59. package/scss/menu/_variables.scss +3 -3
  60. package/scss/notification/_variables.scss +22 -20
  61. package/scss/orgchart/_variables.scss +5 -5
  62. package/scss/pager/_variables.scss +4 -4
  63. package/scss/panelbar/_variables.scss +3 -3
  64. package/scss/pdf-viewer/_variables.scss +2 -2
  65. package/scss/pivotgrid/_variables.scss +4 -4
  66. package/scss/popover/_variables.scss +34 -34
  67. package/scss/popup/_variables.scss +1 -1
  68. package/scss/progressbar/_variables.scss +51 -55
  69. package/scss/radio/_variables.scss +10 -10
  70. package/scss/rating/_theme.scss +1 -1
  71. package/scss/rating/_variables.scss +4 -4
  72. package/scss/scheduler/_theme.scss +1 -1
  73. package/scss/scheduler/_variables.scss +9 -9
  74. package/scss/scrollview/_variables.scss +42 -52
  75. package/scss/searchbox/_variables.scss +1 -1
  76. package/scss/signature/_variables.scss +2 -2
  77. package/scss/skeleton/_variables.scss +4 -4
  78. package/scss/slider/_variables.scss +11 -11
  79. package/scss/split-button/_variables.scss +1 -1
  80. package/scss/splitter/_variables.scss +3 -3
  81. package/scss/spreadsheet/_variables.scss +17 -17
  82. package/scss/stepper/_variables.scss +8 -8
  83. package/scss/switch/_variables.scss +17 -17
  84. package/scss/table/_variables.scss +3 -3
  85. package/scss/tabstrip/_variables.scss +5 -5
  86. package/scss/taskboard/_variables.scss +5 -5
  87. package/scss/tilelayout/_variables.scss +9 -9
  88. package/scss/timeline/_variables.scss +7 -7
  89. package/scss/timeselector/_layout.scss +1 -1
  90. package/scss/timeselector/_theme.scss +1 -1
  91. package/scss/toolbar/_variables.scss +3 -3
  92. package/scss/tooltip/_variables.scss +4 -4
  93. package/scss/treeview/_variables.scss +2 -2
  94. package/scss/upload/_variables.scss +39 -39
  95. package/scss/utils/_layout.scss +6 -4
  96. package/scss/window/_variables.scss +45 -45
  97. package/scss/wizard/_variables.scss +1 -1
  98. package/scss/core/_layout.scss +0 -13
  99. package/scss/core/_theme.scss +0 -9
  100. package/scss/core/color-system/_variables.scss +0 -172
  101. package/scss/core/functions/_index.scss +0 -3
  102. package/scss/core/functions/_strings.scss +0 -37
  103. package/scss/core/helpers/_base.scss +0 -136
  104. package/scss/core/helpers/_layout.scss +0 -64
  105. package/scss/core/helpers/_loading.scss +0 -120
  106. package/scss/core/helpers/_selection.scss +0 -27
  107. package/scss/core/mixins/_border-radius.scss +0 -60
  108. package/scss/core/mixins/_box-shadow.scss +0 -8
  109. package/scss/core/mixins/_decoration.scss +0 -30
  110. package/scss/core/mixins/_disabled.scss +0 -10
  111. package/scss/core/mixins/_hide-scrollbar.scss +0 -14
  112. package/scss/core/mixins/_index.scss +0 -6
  113. package/scss/core/mixins/_typography.scss +0 -7
@@ -33,26 +33,26 @@ $kendo-slider-track-size: map.get( $kendo-spacing, 1 ) !default;
33
33
  $kendo-slider-track-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
34
34
  /// The background color of the slider track.
35
35
  /// @group slider
36
- $kendo-slider-track-bg: get-theme-color-var( neutral-60 ) !default;
36
+ $kendo-slider-track-bg: k-get-theme-color-var( neutral-60 ) !default;
37
37
  /// The border color of the slider track.
38
38
  /// @group slider
39
39
  $kendo-slider-track-border: inherit !default;
40
40
  /// The hover background color of the slider track.
41
41
  /// @group slider
42
- $kendo-slider-track-hover-bg: get-theme-color-var( neutral-60 ) !default;
42
+ $kendo-slider-track-hover-bg: k-get-theme-color-var( neutral-60 ) !default;
43
43
  /// The hover border color of the slider track.
44
44
  /// @group slider
45
45
  $kendo-slider-track-hover-border: inherit !default;
46
46
  /// The focus background color of the slider track.
47
47
  /// @group slider
48
- $kendo-slider-track-focus-bg: get-theme-color-var( neutral-60 ) !default;
48
+ $kendo-slider-track-focus-bg: k-get-theme-color-var( neutral-60 ) !default;
49
49
  /// The focus border color of the slider track.
50
50
  /// @group slider
51
51
  $kendo-slider-track-focus-border: inherit !default;
52
52
 
53
53
  /// The selection background color of the slider track.
54
54
  /// @group slider
55
- $kendo-slider-selection-bg: get-theme-color-var( primary-100 ) !default;
55
+ $kendo-slider-selection-bg: k-get-theme-color-var( primary-100 ) !default;
56
56
 
57
57
  /// The default size of the slider thumb.
58
58
  /// @group slider
@@ -78,7 +78,7 @@ $kendo-slider-thumb-bg: var( --kendo-component-bg, transparent ) !default;
78
78
  $kendo-slider-thumb-text: inherit !default;
79
79
  /// The border color of the slider thumb.
80
80
  /// @group slider
81
- $kendo-slider-thumb-border: get-theme-color-var( primary-100 ) !default;
81
+ $kendo-slider-thumb-border: k-get-theme-color-var( primary-100 ) !default;
82
82
  /// The gradient of the slider thumb.
83
83
  /// @group slider
84
84
  $kendo-slider-thumb-gradient: transparent !default;
@@ -91,7 +91,7 @@ $kendo-slider-thumb-hover-bg: $kendo-slider-thumb-bg !default;
91
91
  $kendo-slider-thumb-hover-text: inherit !default;
92
92
  /// The hover border color of the slider thumb.
93
93
  /// @group slider
94
- $kendo-slider-thumb-hover-border: get-theme-color-var( primary-120 ) !default;
94
+ $kendo-slider-thumb-hover-border: k-get-theme-color-var( primary-120 ) !default;
95
95
  /// The hover gradient of the slider thumb.
96
96
  /// @group slider
97
97
  $kendo-slider-thumb-hover-gradient: transparent !default;
@@ -104,7 +104,7 @@ $kendo-slider-thumb-active-bg: $kendo-slider-thumb-hover-bg !default;
104
104
  $kendo-slider-thumb-active-text: inherit !default;
105
105
  /// The active border color of the slider thumb.
106
106
  /// @group slider
107
- $kendo-slider-thumb-active-border: get-theme-color-var( primary-130 ) !default;
107
+ $kendo-slider-thumb-active-border: k-get-theme-color-var( primary-130 ) !default;
108
108
  /// The active gradient of the slider thumb.
109
109
  /// @group slider
110
110
  $kendo-slider-thumb-active-gradient: transparent !default;
@@ -124,16 +124,16 @@ $kendo-slider-thumb-focus-gradient: transparent !default;
124
124
 
125
125
  /// The text color of the disabled slider.
126
126
  /// @group slider
127
- $kendo-slider-disabled-text: get-theme-color-var( neutral-130 ) !default;
127
+ $kendo-slider-disabled-text: k-get-theme-color-var( neutral-130 ) !default;
128
128
  /// The background color of the disabled slider track.
129
129
  /// @group slider
130
- $kendo-slider-track-disabled-bg: get-theme-color-var( neutral-20 ) !default;
130
+ $kendo-slider-track-disabled-bg: k-get-theme-color-var( neutral-20 ) !default;
131
131
  /// The selection background color of the disabled slider track.
132
132
  /// @group slider
133
- $kendo-slider-selection-disabled-bg: get-theme-color-var( neutral-90 ) !default;
133
+ $kendo-slider-selection-disabled-bg: k-get-theme-color-var( neutral-90 ) !default;
134
134
  /// The background color of the disabled slider thumb.
135
135
  /// @group slider
136
- $kendo-slider-thumb-disabled-border: get-theme-color-var( neutral-60 ) !default;
136
+ $kendo-slider-thumb-disabled-border: k-get-theme-color-var( neutral-60 ) !default;
137
137
 
138
138
 
139
139
  /// The transition speed of the slider.
@@ -29,7 +29,7 @@ $kendo-split-button-arrow-delimiter-size: calc( #{$kendo-button-inner-calc-size}
29
29
  $kendo-split-button-arrow-delimiter-line-size: 1px !default;
30
30
  /// The background color of the SplitButton arrow delimiter.
31
31
  /// @group split-button
32
- $kendo-split-button-arrow-delimiter-bg: get-theme-color-var( neutral-60 ) !default;
32
+ $kendo-split-button-arrow-delimiter-bg: k-get-theme-color-var( neutral-60 ) !default;
33
33
 
34
34
  /// The sizes map for the SplitButton.
35
35
  /// @group split-button
@@ -46,21 +46,21 @@ $kendo-splitter-collapse-icon-padding-y: map.get( $kendo-spacing, .5 ) !default;
46
46
 
47
47
  /// Background color of the splitter splitbar.
48
48
  /// @group splitter
49
- $kendo-splitbar-bg: get-theme-color-var( neutral-10 ) !default;
49
+ $kendo-splitbar-bg: k-get-theme-color-var( neutral-10 ) !default;
50
50
  /// Text color of the splitter splitbar.
51
51
  /// @group splitter
52
52
  $kendo-splitbar-text: var( --kendo-component-text, initial ) !default;
53
53
 
54
54
  /// Hover background color of the splitter splitbar.
55
55
  /// @group splitter
56
- $kendo-splitbar-hover-bg: get-theme-color-var( neutral-20 ) !default;
56
+ $kendo-splitbar-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
57
57
  /// Hover text color of the splitter splitbar.
58
58
  /// @group splitter
59
59
  $kendo-splitbar-hover-text: $kendo-splitbar-text !default;
60
60
 
61
61
  /// Selected background color of the splitter splitbar.
62
62
  /// @group splitter
63
- $kendo-splitbar-selected-bg: get-theme-color-var( primary-100 ) !default;
63
+ $kendo-splitbar-selected-bg: k-get-theme-color-var( primary-100 ) !default;
64
64
  /// Selected text color of the splitter splitbar.
65
65
  /// @group splitter
66
66
  $kendo-splitbar-selected-text: var( --kendo-component-bg, inherit ) !default;
@@ -52,10 +52,10 @@ $kendo-spreadsheet-text: var( --kendo-component-text, initial ) !default;
52
52
  $kendo-spreadsheet-border: var( --kendo-component-border, initial ) !default;
53
53
  /// Primary border color of the spreadsheet.
54
54
  /// @group spreadsheet
55
- $kendo-spreadsheet-primary-border: get-theme-color-var( primary-100 ) !default;
55
+ $kendo-spreadsheet-primary-border: k-get-theme-color-var( primary-100 ) !default;
56
56
  /// Primary background color of the spreadsheet.
57
57
  /// @group spreadsheet
58
- $kendo-spreadsheet-primary-bg: get-theme-color-var( primary-100 ) !default;
58
+ $kendo-spreadsheet-primary-bg: k-get-theme-color-var( primary-100 ) !default;
59
59
 
60
60
  /// Text color of the spreadsheet header.
61
61
  /// @group spreadsheet
@@ -69,51 +69,51 @@ $kendo-spreadsheet-header-border: $kendo-table-header-border !default;
69
69
 
70
70
  /// Selected text color of the spreadsheet.
71
71
  /// @group spreadsheet
72
- $kendo-spreadsheet-selected-text: get-theme-color-var( primary-160 ) !default;
72
+ $kendo-spreadsheet-selected-text: k-get-theme-color-var( primary-160 ) !default;
73
73
  /// Selected background color of the spreadsheet.
74
74
  /// @group spreadsheet
75
- $kendo-spreadsheet-selected-bg: get-theme-color-var( primary-30 ) !default;
75
+ $kendo-spreadsheet-selected-bg: k-get-theme-color-var( primary-30 ) !default;
76
76
  /// Selected border color of the spreadsheet.
77
77
  /// @group spreadsheet
78
- $kendo-spreadsheet-selected-border: get-theme-color-var( primary-100 ) !default;
78
+ $kendo-spreadsheet-selected-border: k-get-theme-color-var( primary-100 ) !default;
79
79
 
80
80
  /// Text color of the spreadsheet filter button.
81
81
  /// @group spreadsheet
82
- $kendo-spreadsheet-filter-button-text: get-theme-color-var( neutral-160 ) !default;
82
+ $kendo-spreadsheet-filter-button-text: k-get-theme-color-var( neutral-160 ) !default;
83
83
  /// Background color of the spreadsheet filter button.
84
84
  /// @group spreadsheet
85
85
  $kendo-spreadsheet-filter-button-bg: $kendo-color-white !default;
86
86
  /// Border color of the spreadsheet filter button.
87
87
  /// @group spreadsheet
88
- $kendo-spreadsheet-filter-button-border: get-theme-color-var( neutral-110 ) !default;
88
+ $kendo-spreadsheet-filter-button-border: k-get-theme-color-var( neutral-110 ) !default;
89
89
 
90
90
  /// Hover text color of the spreadsheet filter button.
91
91
  /// @group spreadsheet
92
- $kendo-spreadsheet-filter-button-hover-text: get-theme-color-var( neutral-190 ) !default;
92
+ $kendo-spreadsheet-filter-button-hover-text: k-get-theme-color-var( neutral-190 ) !default;
93
93
  /// Hover background color of the spreadsheet filter button.
94
94
  /// @group spreadsheet
95
- $kendo-spreadsheet-filter-button-hover-bg: get-theme-color-var( neutral-20 ) !default;
95
+ $kendo-spreadsheet-filter-button-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
96
96
  /// Hover border color of the spreadsheet filter button.
97
97
  /// @group spreadsheet
98
- $kendo-spreadsheet-filter-button-hover-border: get-theme-color-var( neutral-110 ) !default;
98
+ $kendo-spreadsheet-filter-button-hover-border: k-get-theme-color-var( neutral-110 ) !default;
99
99
 
100
100
  /// Active text color of the spreadsheet filter button.
101
101
  /// @group spreadsheet
102
- $kendo-spreadsheet-filter-button-active-text: get-theme-color-var( neutral-190 ) !default;
102
+ $kendo-spreadsheet-filter-button-active-text: k-get-theme-color-var( neutral-190 ) !default;
103
103
  /// Active background color of the spreadsheet filter button.
104
104
  /// @group spreadsheet
105
- $kendo-spreadsheet-filter-button-active-bg: get-theme-color-var( neutral-30 ) !default;
105
+ $kendo-spreadsheet-filter-button-active-bg: k-get-theme-color-var( neutral-30 ) !default;
106
106
  /// Active border color of the spreadsheet filter button.
107
107
  /// @group spreadsheet
108
- $kendo-spreadsheet-filter-button-active-border: get-theme-color-var( neutral-110 ) !default;
108
+ $kendo-spreadsheet-filter-button-active-border: k-get-theme-color-var( neutral-110 ) !default;
109
109
 
110
110
  /// Color of the spreadsheet menu icon.
111
111
  /// @group spreadsheet
112
- $kendo-spreadsheet-filter-menu-icon-color: get-theme-color-var( primary-100 ) !default;
112
+ $kendo-spreadsheet-filter-menu-icon-color: k-get-theme-color-var( primary-100 ) !default;
113
113
 
114
114
  /// Border color of the spreadsheet error.
115
115
  /// @group spreadsheet
116
- $kendo-spreadsheet-error-border: get-theme-color-var( error-190 ) !default;
116
+ $kendo-spreadsheet-error-border: k-get-theme-color-var( error-190 ) !default;
117
117
 
118
118
  /// Border style of the spreadsheet image dialog.
119
119
  /// @group spreadsheet
@@ -166,10 +166,10 @@ $kendo-spreadsheet-drawing-handle-border-width: 1px !default;
166
166
  $kendo-spreadsheet-drawing-handle-border-color: var( --kendo-selected-bg, initial ) !default;
167
167
  /// Outline color of the spreadsheet drawing handle.
168
168
  /// @group spreadsheet
169
- $kendo-spreadsheet-drawing-handle-outline-color: get-theme-color-var( primary-100 ) !default;
169
+ $kendo-spreadsheet-drawing-handle-outline-color: k-get-theme-color-var( primary-100 ) !default;
170
170
  /// Border color of the spreadsheet drawing handle.
171
171
  /// @group spreadsheet
172
- $kendo-spreadsheet-drawing-handle-bg: get-theme-color-var( primary-100 ) !default;
172
+ $kendo-spreadsheet-drawing-handle-bg: k-get-theme-color-var( primary-100 ) !default;
173
173
  /// Border radius of the spreadsheet drawing handle.
174
174
  /// @group spreadsheet
175
175
  $kendo-spreadsheet-drawing-handle-border-radius: var( --kendo-border-radius-lg, initial ) !default;
@@ -75,7 +75,7 @@ $kendo-stepper-indicator-bg: var( --kendo-component-bg, initial ) !default;
75
75
  $kendo-stepper-indicator-text: var( --kendo-component-text, initial ) !default;
76
76
  /// Border color of the stepper indicator.
77
77
  /// @group stepper
78
- $kendo-stepper-indicator-border: get-theme-color-var( neutral-110 ) !default;
78
+ $kendo-stepper-indicator-border: k-get-theme-color-var( neutral-110 ) !default;
79
79
 
80
80
  /// The hover background color of the stepper indicator.
81
81
  /// @group stepper
@@ -99,7 +99,7 @@ $kendo-stepper-indicator-disabled-border: var( --kendo-disabled-border, initial
99
99
 
100
100
  /// Background color of the stepper done indicator.
101
101
  /// @group stepper
102
- $kendo-stepper-indicator-done-bg: get-theme-color-var( primary-100 ) !default;
102
+ $kendo-stepper-indicator-done-bg: k-get-theme-color-var( primary-100 ) !default;
103
103
  /// Text color of the stepper done indicator.
104
104
  /// @group stepper
105
105
  $kendo-stepper-indicator-done-text: $kendo-color-white !default;
@@ -109,7 +109,7 @@ $kendo-stepper-indicator-done-border: $kendo-stepper-indicator-done-bg !default;
109
109
 
110
110
  /// The hover background color of the stepper done indicator.
111
111
  /// @group stepper
112
- $kendo-stepper-indicator-done-hover-bg: get-theme-color-var( primary-110 ) !default;
112
+ $kendo-stepper-indicator-done-hover-bg: k-get-theme-color-var( primary-110 ) !default;
113
113
  /// The hover text color of the stepper done indicator.
114
114
  /// @group stepper
115
115
  $kendo-stepper-indicator-done-hover-text: $kendo-stepper-indicator-done-text !default;
@@ -119,7 +119,7 @@ $kendo-stepper-indicator-done-hover-border: $kendo-stepper-indicator-done-hover-
119
119
 
120
120
  /// The disabled background color of the stepper done indicator.
121
121
  /// @group stepper
122
- $kendo-stepper-indicator-done-disabled-bg: get-theme-color-var( primary-30 ) !default;
122
+ $kendo-stepper-indicator-done-disabled-bg: k-get-theme-color-var( primary-30 ) !default;
123
123
  /// The disabled text color of the stepper done indicator.
124
124
  /// @group stepper
125
125
  $kendo-stepper-indicator-done-disabled-text: var( --kendo-disabled-text, initial ) !default;
@@ -129,7 +129,7 @@ $kendo-stepper-indicator-done-disabled-border: var( --kendo-disabled-border, ini
129
129
 
130
130
  /// The background color of the stepper current indicator.
131
131
  /// @group stepper
132
- $kendo-stepper-indicator-current-bg: get-theme-color-var( primary-120 ) !default;
132
+ $kendo-stepper-indicator-current-bg: k-get-theme-color-var( primary-120 ) !default;
133
133
  /// The text color of the stepper current indicator.
134
134
  /// @group stepper
135
135
  $kendo-stepper-indicator-current-text: $kendo-stepper-indicator-done-text !default;
@@ -162,10 +162,10 @@ $kendo-stepper-indicator-current-disabled-border: $kendo-stepper-indicator-done-
162
162
  $kendo-stepper-label-text: inherit !default;
163
163
  /// The success text color of the stepper label.
164
164
  /// @group stepper
165
- $kendo-stepper-label-success-text: get-theme-color-var( success-190 ) !default;
165
+ $kendo-stepper-label-success-text: k-get-theme-color-var( success-190 ) !default;
166
166
  /// The error text color of the stepper label.
167
167
  /// @group stepper
168
- $kendo-stepper-label-error-text: get-theme-color-var( error-190 ) !default;
168
+ $kendo-stepper-label-error-text: k-get-theme-color-var( error-190 ) !default;
169
169
  /// The hover text color of the stepper label.
170
170
  /// @group stepper
171
171
  $kendo-stepper-label-hover-text: $kendo-stepper-text !default;
@@ -178,7 +178,7 @@ $kendo-stepper-current-label-font-weight: var( --kendo-font-weight-bold, bold )
178
178
 
179
179
  /// The text color of the stepper optional label.
180
180
  /// @group stepper
181
- $kendo-stepper-optional-label-text: get-theme-color-var( neutral-130 ) !default;
181
+ $kendo-stepper-optional-label-text: k-get-theme-color-var( neutral-130 ) !default;
182
182
  /// The font size of the stepper optional label.
183
183
  /// @group stepper
184
184
  $kendo-stepper-optional-label-font-size: inherit !default;
@@ -30,7 +30,7 @@ $kendo-switch-sizes: (
30
30
 
31
31
  /// The ring around the focused Switch.
32
32
  /// @group switch
33
- $kendo-switch-focus-ring: 1px solid get-theme-color-var( neutral-130 ) !default;
33
+ $kendo-switch-focus-ring: 1px solid k-get-theme-color-var( neutral-130 ) !default;
34
34
 
35
35
  /// The background of the track when the Switch is not checked.
36
36
  /// @group switch
@@ -40,7 +40,7 @@ $kendo-switch-off-track-bg: var( --kendo-component-bg, transparent ) !default;
40
40
  $kendo-switch-off-track-text: var( --kendo-component-text, inherit ) !default;
41
41
  /// The border color of the track when the Switch is not checked.
42
42
  /// @group switch
43
- $kendo-switch-off-track-border: get-theme-color-var( neutral-110 ) !default;
43
+ $kendo-switch-off-track-border: k-get-theme-color-var( neutral-110 ) !default;
44
44
 
45
45
  /// The background of the track when the hovered Switch is not checked.
46
46
  /// @group switch
@@ -50,7 +50,7 @@ $kendo-switch-off-track-hover-bg: var( --kendo-component-bg, transparent ) !defa
50
50
  $kendo-switch-off-track-hover-text: var( --kendo-component-text, inherit ) !default;
51
51
  /// The border color of the track when the hovered Switch is not checked.
52
52
  /// @group switch
53
- $kendo-switch-off-track-hover-border: get-theme-color-var( neutral-160 ) !default;
53
+ $kendo-switch-off-track-hover-border: k-get-theme-color-var( neutral-160 ) !default;
54
54
 
55
55
  /// The background of the track when the focused Switch is not checked.
56
56
  /// @group switch
@@ -60,7 +60,7 @@ $kendo-switch-off-track-focus-bg: var( --kendo-component-bg, transparent ) !defa
60
60
  $kendo-switch-off-track-focus-text: var( --kendo-component-text, inherit ) !default;
61
61
  /// The border color of the track when the focused Switch is not checked.
62
62
  /// @group switch
63
- $kendo-switch-off-track-focus-border: get-theme-color-var( neutral-110 ) !default;
63
+ $kendo-switch-off-track-focus-border: k-get-theme-color-var( neutral-110 ) !default;
64
64
 
65
65
  /// The background of the track when the disabled Switch is not checked.
66
66
  /// @group switch
@@ -70,42 +70,42 @@ $kendo-switch-off-track-disabled-bg: var( --kendo-component-bg, transparent ) !d
70
70
  $kendo-switch-off-track-disabled-text: var( --kendo-component-text, inherit ) !default;
71
71
  /// The border color of the track when the disabled Switch is not checked.
72
72
  /// @group switch
73
- $kendo-switch-off-track-disabled-border: get-theme-color-var( neutral-60 ) !default;
73
+ $kendo-switch-off-track-disabled-border: k-get-theme-color-var( neutral-60 ) !default;
74
74
 
75
75
  /// The background of the thumb when the Switch is not checked.
76
76
  /// @group switch
77
- $kendo-switch-off-thumb-bg: get-theme-color-var( neutral-130 ) !default;
77
+ $kendo-switch-off-thumb-bg: k-get-theme-color-var( neutral-130 ) !default;
78
78
  /// The text color of the thumb when the Switch is not checked.
79
79
  /// @group switch
80
80
  $kendo-switch-off-thumb-text: inherit !default;
81
81
  /// The border color of the thumb when the Switch is not checked.
82
82
  /// @group switch
83
- $kendo-switch-off-thumb-border: get-theme-color-var( neutral-130 ) !default;
83
+ $kendo-switch-off-thumb-border: k-get-theme-color-var( neutral-130 ) !default;
84
84
 
85
85
  /// The background of the thumb when the hovered Switch is not checked.
86
86
  /// @group switch
87
- $kendo-switch-off-thumb-hover-bg: get-theme-color-var( neutral-160 ) !default;
87
+ $kendo-switch-off-thumb-hover-bg: k-get-theme-color-var( neutral-160 ) !default;
88
88
  /// The text color of the thumb when the hovered Switch is not checked.
89
89
  /// @group switch
90
90
  $kendo-switch-off-thumb-hover-text: inherit !default;
91
91
  /// The border color of the thumb when the hovered Switch is not checked.
92
92
  /// @group switch
93
- $kendo-switch-off-thumb-hover-border: get-theme-color-var( neutral-160 ) !default;
93
+ $kendo-switch-off-thumb-hover-border: k-get-theme-color-var( neutral-160 ) !default;
94
94
 
95
95
  /// The background of the thumb when the disabled Switch is not checked.
96
96
  /// @group switch
97
- $kendo-switch-off-thumb-disabled-bg: get-theme-color-var( neutral-60 ) !default;
97
+ $kendo-switch-off-thumb-disabled-bg: k-get-theme-color-var( neutral-60 ) !default;
98
98
  /// The text color of the thumb when the disabled Switch is not checked.
99
99
  /// @group switch
100
100
  $kendo-switch-off-thumb-disabled-text: inherit !default;
101
101
  /// The border color of the thumb when the disabled Switch is not checked.
102
102
  /// @group switch
103
- $kendo-switch-off-thumb-disabled-border: get-theme-color-var( neutral-60 ) !default;
103
+ $kendo-switch-off-thumb-disabled-border: k-get-theme-color-var( neutral-60 ) !default;
104
104
 
105
105
 
106
106
  /// The background of the track when the Switch is checked.
107
107
  /// @group switch
108
- $kendo-switch-on-track-bg: get-theme-color-var( primary-100 ) !default;
108
+ $kendo-switch-on-track-bg: k-get-theme-color-var( primary-100 ) !default;
109
109
  /// The text color of the track when the Switch is checked.
110
110
  /// @group switch
111
111
  $kendo-switch-on-track-text: $kendo-color-white !default;
@@ -115,7 +115,7 @@ $kendo-switch-on-track-border: $kendo-switch-on-track-bg !default;
115
115
 
116
116
  /// The background of the track when the hovered Switch is checked.
117
117
  /// @group switch
118
- $kendo-switch-on-track-hover-bg: get-theme-color-var( primary-110 ) !default;
118
+ $kendo-switch-on-track-hover-bg: k-get-theme-color-var( primary-110 ) !default;
119
119
  /// The text color of the track when the hovered Switch is checked.
120
120
  /// @group switch
121
121
  $kendo-switch-on-track-hover-text: $kendo-color-white !default;
@@ -125,7 +125,7 @@ $kendo-switch-on-track-hover-border: $kendo-switch-on-track-hover-bg !default;
125
125
 
126
126
  /// The background of the track when the focused Switch is checked.
127
127
  /// @group switch
128
- $kendo-switch-on-track-focus-bg: get-theme-color-var( primary-100 ) !default;
128
+ $kendo-switch-on-track-focus-bg: k-get-theme-color-var( primary-100 ) !default;
129
129
  /// The text color of the track when the focused Switch is checked.
130
130
  /// @group switch
131
131
  $kendo-switch-on-track-focus-text: $kendo-color-white !default;
@@ -135,7 +135,7 @@ $kendo-switch-on-track-focus-border: $kendo-switch-on-track-focus-bg !default;
135
135
 
136
136
  /// The background of the track when the disabled Switch is checked.
137
137
  /// @group switch
138
- $kendo-switch-on-track-disabled-bg: get-theme-color-var( neutral-60 ) !default;
138
+ $kendo-switch-on-track-disabled-bg: k-get-theme-color-var( neutral-60 ) !default;
139
139
  /// The text color of the track when the disabled Switch is checked.
140
140
  /// @group switch
141
141
  $kendo-switch-on-track-disabled-text: $kendo-color-white !default;
@@ -165,10 +165,10 @@ $kendo-switch-on-thumb-hover-border: inherit !default;
165
165
 
166
166
  /// The background of the thumb when the disabled Switch is checked.
167
167
  /// @group switch
168
- $kendo-switch-on-thumb-disabled-bg: get-theme-color-var( neutral-20 ) !default;
168
+ $kendo-switch-on-thumb-disabled-bg: k-get-theme-color-var( neutral-20 ) !default;
169
169
  /// The text color of the thumb when the disabled Switch is checked.
170
170
  /// @group switch
171
171
  $kendo-switch-on-thumb-disabled-text: inherit !default;
172
172
  /// The border color of the thumb when the disabled Switch is checked.
173
173
  /// @group switch
174
- $kendo-switch-on-thumb-disabled-border: get-theme-color-var( neutral-20 ) !default;
174
+ $kendo-switch-on-thumb-disabled-border: k-get-theme-color-var( neutral-20 ) !default;
@@ -88,7 +88,7 @@ $kendo-table-border: var( --kendo-component-border, initial ) !default;
88
88
  $kendo-table-header-bg: $kendo-table-bg !default;
89
89
  /// Text color of table headers.
90
90
  /// @group table
91
- $kendo-table-header-text: get-theme-color-var( neutral-190 ) !default;
91
+ $kendo-table-header-text: k-get-theme-color-var( neutral-190 ) !default;
92
92
  /// Border color of table headers.
93
93
  /// @group table
94
94
  $kendo-table-header-border: $kendo-table-border !default;
@@ -168,7 +168,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
168
168
 
169
169
  /// Background color of selected rows in table.
170
170
  /// @group table
171
- $kendo-table-selected-bg: get-theme-color-var( primary-20 ) !default;
171
+ $kendo-table-selected-bg: k-get-theme-color-var( primary-20 ) !default;
172
172
  /// Text color of selected rows in table.
173
173
  /// @group table
174
174
  $kendo-table-selected-text: $kendo-table-text !default;
@@ -178,7 +178,7 @@ $kendo-table-selected-border: $kendo-table-border !default;
178
178
 
179
179
  /// Hover background color of selected rows in table.
180
180
  /// @group table
181
- $kendo-table-selected-hover-bg: get-theme-color-var( primary-30 ) !default;
181
+ $kendo-table-selected-hover-bg: k-get-theme-color-var( primary-30 ) !default;
182
182
  /// Hover text color of selected rows in table.
183
183
  /// @group table
184
184
  $kendo-table-selected-hover-text: $kendo-table-selected-text !default;
@@ -54,7 +54,7 @@ $kendo-tabstrip-item-padding-y: map.get( $kendo-spacing, 2 ) + map.get( $kendo-s
54
54
  $kendo-tabstrip-item-border-width: 0px !default;
55
55
  /// The border radius of the tabstrip item
56
56
  /// @group tabstrip
57
- $kendo-tabstrip-item-border-radius: var( --kendo-border-radius-md, 0 ) !default;
57
+ $kendo-tabstrip-item-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
58
58
  /// The gap between the tabstrip items
59
59
  /// @group tabstrip
60
60
  $kendo-tabstrip-item-gap: map.get( $kendo-spacing, 2 ) !default;
@@ -93,10 +93,10 @@ $kendo-tabstrip-item-hover-border: var( --kendo-hover-bg, inherit ) !default;
93
93
  $kendo-tabstrip-item-selected-bg: var( --kendo-component-bg, transparent ) !default;
94
94
  /// The text color of selected tabs
95
95
  /// @group tabstrip
96
- $kendo-tabstrip-item-selected-text: get-theme-color-var( neutral-190 ) !default;
96
+ $kendo-tabstrip-item-selected-text: k-get-theme-color-var( neutral-190 ) !default;
97
97
  /// The border color of selected tabs
98
98
  /// @group tabstrip
99
- $kendo-tabstrip-item-selected-border: get-theme-color-var( primary-100 ) !default;
99
+ $kendo-tabstrip-item-selected-border: k-get-theme-color-var( primary-100 ) !default;
100
100
  /// The background gradient of selected tabs
101
101
  /// @group tabstrip
102
102
  $kendo-tabstrip-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
@@ -105,7 +105,7 @@ $kendo-tabstrip-item-selected-font-weight: var( --kendo-font-weight-bold, normal
105
105
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
106
106
  /// The text color of the sortable tabstrip item
107
107
  /// @group tabstrip
108
- $kendo-tabstrip-item-dragging-text: get-theme-color-var( primary-100 ) !default;
108
+ $kendo-tabstrip-item-dragging-text: k-get-theme-color-var( primary-100 ) !default;
109
109
 
110
110
  // Indicator
111
111
  /// The border width of the tabstrip indicator
@@ -113,7 +113,7 @@ $kendo-tabstrip-item-dragging-text: get-theme-color-var( primary-100 ) !default;
113
113
  $kendo-tabstrip-indicator-size: map.get( $kendo-spacing, 0.5 ) !default;
114
114
  /// The border color of the tabstrip ripple
115
115
  /// @group tabstrip
116
- $kendo-tabstrip-indicator-color: get-theme-color-var( primary-100 ) !default;
116
+ $kendo-tabstrip-indicator-color: k-get-theme-color-var( primary-100 ) !default;
117
117
 
118
118
  /// The horizontal padding of tabstrip content
119
119
  /// @group tabstrip
@@ -66,10 +66,10 @@ $kendo-taskboard-column-width: 320px !default;
66
66
  $kendo-taskboard-column-border-width: 1px !default;
67
67
  /// Border radius of the task board column.
68
68
  /// @group taskboard
69
- $kendo-taskboard-column-border-radius: var( --kendo-border-radius-md, 0 ) !default;
69
+ $kendo-taskboard-column-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
70
70
  /// Background color of the task board column.
71
71
  /// @group taskboard
72
- $kendo-taskboard-column-bg: get-theme-color-var( neutral-10 ) !default;
72
+ $kendo-taskboard-column-bg: k-get-theme-color-var( neutral-10 ) !default;
73
73
  /// Text color of the task board column.
74
74
  /// @group taskboard
75
75
  $kendo-taskboard-column-text: var( --kendo-component-text, inherit ) !default;
@@ -84,7 +84,7 @@ $kendo-taskboard-column-focus-bg: $kendo-taskboard-column-bg !default;
84
84
  $kendo-taskboard-column-focus-text: $kendo-taskboard-column-text !default;
85
85
  /// Focus border color of the task board column.
86
86
  /// @group taskboard
87
- $kendo-taskboard-column-focus-border: get-theme-color-var( neutral-130 ) !default;
87
+ $kendo-taskboard-column-focus-border: k-get-theme-color-var( neutral-130 ) !default;
88
88
 
89
89
  /// Vertical padding of the task board column header.
90
90
  /// @group taskboard
@@ -182,7 +182,7 @@ $kendo-taskboard-card-category-border-width: 4px !default;
182
182
  $kendo-taskboard-card-focus-shadow: none !default;
183
183
  /// Selected border of the task board card.
184
184
  /// @group taskboard
185
- $kendo-taskboard-card-selected-border: get-theme-color-var( primary-100 ) !default;
185
+ $kendo-taskboard-card-selected-border: k-get-theme-color-var( primary-100 ) !default;
186
186
  /// Selected shadow of the task board card.
187
187
  /// @group taskboard
188
188
  $kendo-taskboard-card-selected-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
@@ -202,7 +202,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
202
202
  $kendo-taskboard-drag-placeholder-border-radius: $kendo-card-border-radius !default;
203
203
  /// Background color of the task board card placeholder.
204
204
  /// @group taskboard
205
- $kendo-taskboard-drag-placeholder-bg: get-theme-color-var( neutral-50 ) !default;
205
+ $kendo-taskboard-drag-placeholder-bg: k-get-theme-color-var( neutral-50 ) !default;
206
206
  /// Border color of the task board card placeholder.
207
207
  /// @group taskboard
208
208
  $kendo-taskboard-drag-placeholder-border: var( --kendo-component-border, inherit ) !default;
@@ -2,22 +2,22 @@
2
2
  @use "../core/" as *;
3
3
  @use "../card/_variables.scss" as *;
4
4
 
5
- /// Width of the border around the tilelayout.
5
+ /// The width of the border around the TileLayout.
6
6
  /// @group tilelayout
7
7
  $kendo-tile-layout-border-width: 0px !default;
8
- /// Background color of the tilelayout.
8
+ /// The background color of the TileLayout.
9
9
  /// @group tilelayout
10
- $kendo-tile-layout-bg: get-theme-color-var( neutral-10 ) !default;
10
+ $kendo-tile-layout-bg: k-get-theme-color-var( neutral-10 ) !default;
11
11
 
12
- /// Width of the border around the tilelayout hint.
12
+ /// The width of the border around the TileLayout hint.
13
13
  /// @group tilelayout
14
14
  $kendo-tile-layout-hint-border-width: 1px !default;
15
- /// Color of the border around the tilelayout hint.
16
- /// @group tilelayout
17
- $kendo-tile-layout-hint-border: var( --kendo-component-border, initial ) !default;
18
- /// Radius of the border around the tilelayout hint.
15
+ /// The radius of the border around the TileLayout hint.
19
16
  /// @group tilelayout
20
17
  $kendo-tile-layout-hint-border-radius: var( --kendo-border-radius-lg, initial ) !default;
21
- /// Background color of the tilelayout hint.
18
+ /// The color of the border around the TileLayout hint.
19
+ /// @group tilelayout
20
+ $kendo-tile-layout-hint-border: var( --kendo-component-border, initial ) !default;
21
+ /// The background color of the TileLayout hint.
22
22
  /// @group tilelayout
23
23
  $kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
@@ -62,10 +62,10 @@ $kendo-timeline-track-start-calc: calc( #{ $kendo-timeline-track-arrow-width } -
62
62
  $kendo-timeline-track-end-calc: calc( #{ $kendo-timeline-track-arrow-width } - 2 * #{ $kendo-timeline-track-border-width } ) !default;
63
63
  /// The background of the track in the timeline.
64
64
  /// @group timeline
65
- $kendo-timeline-track-bg: get-theme-color-var( neutral-10 ) !default;
65
+ $kendo-timeline-track-bg: k-get-theme-color-var( neutral-10 ) !default;
66
66
  /// The border color of the track in the timeline.
67
67
  /// @group timeline
68
- $kendo-timeline-track-border-color: get-theme-color-var( neutral-30 ) !default;
68
+ $kendo-timeline-track-border-color: k-get-theme-color-var( neutral-30 ) !default;
69
69
 
70
70
  /// The inset block end of the arrow in the timeline.
71
71
  /// @group timeline
@@ -113,7 +113,7 @@ $kendo-timeline-mobile-flag-max-width: calc( #{ $kendo-timeline-flag-min-width }
113
113
  $kendo-timeline-horizontal-flag-min-width: map.get( $kendo-spacing, 15 ) !default;
114
114
  /// The background of the flag in the timeline.
115
115
  /// @group timeline
116
- $kendo-timeline-flag-bg: get-theme-color-var( primary-100 ) !default;
116
+ $kendo-timeline-flag-bg: k-get-theme-color-var( primary-100 ) !default;
117
117
  /// The text of the flag in the timeline.
118
118
  /// @group timeline
119
119
  $kendo-timeline-flag-text: var( --kendo-component-bg, initial ) !default;
@@ -135,10 +135,10 @@ $kendo-timeline-flag-margin-bottom-calc: calc( #{ $kendo-timeline-track-size } +
135
135
  $kendo-timeline-card-header-bg: var( --kendo-component-bg, initial ) !default;
136
136
  /// The text of the card header in the timeline.
137
137
  /// @group timeline
138
- $kendo-timeline-card-header-text: get-theme-color-var( neutral-160 ) !default;
138
+ $kendo-timeline-card-header-text: k-get-theme-color-var( neutral-160 ) !default;
139
139
  /// The border of the card body scroll in the timeline.
140
140
  /// @group timeline
141
- $kendo-timeline-card-body-scroll-border: get-theme-color-var( neutral-30 ) !default;
141
+ $kendo-timeline-card-body-scroll-border: k-get-theme-color-var( neutral-30 ) !default;
142
142
  /// The background of the card body scroll of the timeline.
143
143
  /// @group timeline
144
144
  $kendo-timeline-card-body-scroll-bg: var( --kendo-component-bg, initial ) !default;
@@ -164,7 +164,7 @@ $kendo-timeline-vertical-padding-calc: calc( #{ $kendo-timeline-spacing-x } + (
164
164
  $kendo-timeline-vertical-padding-with-dates-calc: calc( #{ $kendo-timeline-vertical-padding-calc } + #{ $kendo-timeline-date-width } ) !default;
165
165
  /// The border radius of the vertical timeline.
166
166
  /// @group timeline
167
- $kendo-timeline-vertical-border-radius: var( --kendo-border-radius-lg, 0 ) !default;
167
+ $kendo-timeline-vertical-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-lg} ) !default;
168
168
  /// The padding of the vertical mobile timeline.
169
169
  /// @group timeline
170
170
  $kendo-timeline-mobile-vertical-padding-calc: calc( #{ $kendo-timeline-mobile-spacing-x } + ( #{ $kendo-timeline-flag-min-width } - #{ $kendo-timeline-track-size } ) / 2 ) !default;
@@ -180,7 +180,7 @@ $kendo-timeline-circle-width: map.get( $kendo-spacing, 4 ) !default;
180
180
  $kendo-timeline-circle-height: map.get( $kendo-spacing, 4 ) !default;
181
181
  /// The background of the circle in the timeline.
182
182
  /// @group timeline
183
- $kendo-timeline-circle-bg: get-theme-color-var( primary-100 ) !default;
183
+ $kendo-timeline-circle-bg: k-get-theme-color-var( primary-100 ) !default;
184
184
 
185
185
  /// The width of the events in the timeline.
186
186
  /// @group timeline
@@ -169,7 +169,7 @@
169
169
  overflow-x: hidden;
170
170
  overflow-y: scroll;
171
171
 
172
- @include hide-scrollbar();
172
+ @include hide-scrollbar-dir-agnostic();
173
173
 
174
174
  > ul {
175
175
  height: auto;
@@ -48,7 +48,7 @@
48
48
  // Time list
49
49
  .k-time-list {
50
50
  .k-item:hover {
51
- color: get-theme-color-var( primary-120 );
51
+ color: k-get-theme-color-var( primary-120 );
52
52
  }
53
53
  }
54
54
 
@@ -47,7 +47,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
47
47
 
48
48
  /// The background color of the Toolbar.
49
49
  /// @group toolbar
50
- $kendo-toolbar-bg: get-theme-color-var( neutral-10 ) !default;
50
+ $kendo-toolbar-bg: k-get-theme-color-var( neutral-10 ) !default;
51
51
  /// The text color of the Toolbar.
52
52
  /// @group toolbar
53
53
  $kendo-toolbar-text: var( --kendo-component-text, inherit ) !default;
@@ -57,7 +57,7 @@ $kendo-toolbar-border: var( --kendo-component-border, initial ) !default;
57
57
 
58
58
  /// The color of the separator border of the Toolbar.
59
59
  /// @group toolbar
60
- $kendo-toolbar-separator-border: get-theme-color-var( neutral-60 ) !default;
60
+ $kendo-toolbar-separator-border: k-get-theme-color-var( neutral-60 ) !default;
61
61
 
62
62
  /// The width of the input in the Toolbar.
63
63
  /// @group toolbar
@@ -71,7 +71,7 @@ $kendo-toolbar-item-focus-outline-width: 1px !default;
71
71
  $kendo-toolbar-item-focus-outline-style: solid !default;
72
72
  /// The border color of the focused Toolbar item.
73
73
  /// @group toolbar
74
- $kendo-toolbar-item-focus-outline-color: get-theme-color-var( neutral-130 ) !default;
74
+ $kendo-toolbar-item-focus-outline-color: k-get-theme-color-var( neutral-130 ) !default;
75
75
 
76
76
  /// The sizes map for the Toolbar.
77
77
  /// @group toolbar