@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
@@ -2,97 +2,142 @@
2
2
  @use "sass:math";
3
3
  @use "../core/" as *;
4
4
 
5
- /// Border radius of the loader segment.
5
+ /// The border radius of the Loader segment.
6
6
  /// @group loader
7
7
  $kendo-loader-segment-border-radius: 50% !default;
8
8
 
9
- /// Size of the loader segment.
9
+ /// The size of the small Loader segment.
10
10
  /// @group loader
11
11
  $kendo-loader-sm-segment-size: map.get( $kendo-spacing, 1 ) !default;
12
+ /// The size of the medium Loader segment.
13
+ /// @group loader
12
14
  $kendo-loader-md-segment-size: map.get( $kendo-spacing, 2 ) !default;
15
+ /// The size of the large Loader segment.
16
+ /// @group loader
13
17
  $kendo-loader-lg-segment-size: map.get( $kendo-spacing, 4 ) !default;
14
18
 
15
- /// Horizontal padding of the loader.
19
+ /// The horizontal padding of the small Loader.
16
20
  /// @group loader
17
21
  $kendo-loader-sm-padding-x: math.div( $kendo-loader-sm-segment-size, 2 ) !default;
22
+ /// The horizontal padding of the medium Loader.
23
+ /// @group loader
18
24
  $kendo-loader-md-padding-x: math.div( $kendo-loader-md-segment-size, 2 ) !default;
25
+ /// The horizontal padding of the large Loader.
26
+ /// @group loader
19
27
  $kendo-loader-lg-padding-x: math.div( $kendo-loader-lg-segment-size, 2 ) !default;
20
28
 
21
- /// Vertical padding of the loader.
29
+ /// The vertical padding of the small Loader.
22
30
  /// @group loader
23
31
  $kendo-loader-sm-padding-y: math.div( $kendo-loader-sm-segment-size, 2 ) !default;
32
+ /// The vertical padding of the medium Loader.
33
+ /// @group loader
24
34
  $kendo-loader-md-padding-y: math.div( $kendo-loader-md-segment-size, 2 ) !default;
35
+ /// The vertical padding of the large Loader.
36
+ /// @group loader
25
37
  $kendo-loader-lg-padding-y: math.div( $kendo-loader-lg-segment-size, 2 ) !default;
26
38
 
27
- /// Equilateral height of the loader.
39
+ /// The equilateral height of the Loader.
28
40
  /// @group loader
29
41
  $kendo-loader-equilateral-height: .8660 !default;
30
42
 
31
- /// Width of the spinner-3 loader.
43
+ /// The width of the small spinner-3 Loader.
32
44
  /// @group loader
33
45
  $kendo-loader-sm-spinner-3-width: ( $kendo-loader-sm-segment-size * 4 ) !default;
46
+ /// The width of the medium spinner-3 Loader.
47
+ /// @group loader
34
48
  $kendo-loader-md-spinner-3-width: ( $kendo-loader-md-segment-size * 4 ) !default;
49
+ /// The width of the large spinner-3 Loader.
50
+ /// @group loader
35
51
  $kendo-loader-lg-spinner-3-width: ( $kendo-loader-lg-segment-size * 4 ) !default;
36
52
 
37
- /// Height of the spinner-3 loader.
53
+ /// The height of the small spinner-3 Loader.
38
54
  /// @group loader
39
55
  $kendo-loader-sm-spinner-3-height: ( $kendo-loader-sm-spinner-3-width * $kendo-loader-equilateral-height ) !default;
56
+ /// The height of the medium spinner-3 Loader.
57
+ /// @group loader
40
58
  $kendo-loader-md-spinner-3-height: ( $kendo-loader-md-spinner-3-width * $kendo-loader-equilateral-height ) !default;
59
+ /// The height of the large spinner-3 Loader.
60
+ /// @group loader
41
61
  $kendo-loader-lg-spinner-3-height: ( $kendo-loader-lg-spinner-3-width * $kendo-loader-equilateral-height ) !default;
42
62
 
43
- /// Width of the spinner-4 loader.
63
+ /// The width of the small spinner-4 Loader.
44
64
  /// @group loader
45
65
  $kendo-loader-sm-spinner-4-width: ( $kendo-loader-sm-segment-size * 4 ) !default;
66
+ /// The width of the medium spinner-4 Loader.
67
+ /// @group loader
46
68
  $kendo-loader-md-spinner-4-width: ( $kendo-loader-md-segment-size * 4 ) !default;
69
+ /// The width of the large spinner-4 Loader.
70
+ /// @group loader
47
71
  $kendo-loader-lg-spinner-4-width: ( $kendo-loader-lg-segment-size * 4 ) !default;
48
72
 
49
- /// Height of the spinner-4 loader.
73
+ /// The height of the small spinner-4 Loader.
50
74
  /// @group loader
51
75
  $kendo-loader-sm-spinner-4-height: $kendo-loader-sm-spinner-4-width !default;
76
+ /// The height of the medium spinner-4 Loader.
77
+ /// @group loader
52
78
  $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
79
+ /// The height of the large spinner-4 Loader.
80
+ /// @group loader
53
81
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
54
82
 
55
- /// Border width of the container panel.
83
+ /// The border width of the container panel.
56
84
  /// @group loader
57
85
  $kendo-loader-container-panel-border-width: 1px !default;
58
- /// Border style of the container panel.
86
+ /// The border style of the container panel.
59
87
  /// @group loader
60
88
  $kendo-loader-container-panel-border-style: solid !default;
61
- /// Border color of the container panel.
89
+ /// The border color of the container panel.
62
90
  /// @group loader
63
91
  $kendo-loader-container-panel-border-color: var( --kendo-component-border, initial ) !default;
64
- /// Border radius of the container panel.
92
+ /// The border radius of the container panel.
65
93
  /// @group loader
66
- $kendo-loader-container-panel-border-radius: var( --kendo-border-radius-md, 0 ) !default;
67
- /// Background color of the container panel.
94
+ $kendo-loader-container-panel-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
95
+ /// The background color of the container panel.
68
96
  /// @group loader
69
97
  $kendo-loader-container-panel-bg: $kendo-color-white !default;
70
98
 
71
- /// Horizontal padding of the loader container.
99
+ /// The horizontal padding of the small Loader container.
72
100
  /// @group loader
73
101
  $kendo-loader-sm-container-padding-x: map.get( $kendo-spacing, 4 ) !default;
102
+ /// The horizontal padding of the medium Loader container.
103
+ /// @group loader
74
104
  $kendo-loader-md-container-padding-x: map.get( $kendo-spacing, 5 ) !default;
105
+ /// The horizontal padding of the large Loader container.
106
+ /// @group loader
75
107
  $kendo-loader-lg-container-padding-x: map.get( $kendo-spacing, 6 ) !default;
76
108
 
77
- /// Vertical padding of the loader container.
109
+ /// The vertical padding of the small Loader container.
78
110
  /// @group loader
79
111
  $kendo-loader-sm-container-padding-y: map.get( $kendo-spacing, 4 ) !default;
112
+ /// The vertical padding of the medium Loader container.
113
+ /// @group loader
80
114
  $kendo-loader-md-container-padding-y: map.get( $kendo-spacing, 5 ) !default;
115
+ /// The vertical padding of the large Loader container.
116
+ /// @group loader
81
117
  $kendo-loader-lg-container-padding-y: map.get( $kendo-spacing, 6 ) !default;
82
118
 
83
- /// Gap of the loader container.
119
+ /// The gap of the small Loader container.
84
120
  /// @group loader
85
121
  $kendo-loader-sm-container-gap: map.get( $kendo-spacing, 1 ) !default;
122
+ /// The gap of the medium Loader container.
123
+ /// @group loader
86
124
  $kendo-loader-md-container-gap: map.get( $kendo-spacing, 2 ) !default;
125
+ /// The gap of the large Loader container.
126
+ /// @group loader
87
127
  $kendo-loader-lg-container-gap: map.get( $kendo-spacing, 3 ) !default;
88
128
 
89
- /// Font size of the loader container.
129
+ /// The font size of the small Loader container.
90
130
  /// @group loader
91
131
  $kendo-loader-sm-container-font-size: var( --kendo-font-size-sm, inherit ) !default;
132
+ /// The font size of the medium Loader container.
133
+ /// @group loader
92
134
  $kendo-loader-md-container-font-size: var( --kendo-font-size-md, inherit ) !default;
135
+ /// The font size of the large Loader container.
136
+ /// @group loader
93
137
  $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !default;
94
138
 
95
- /// Theme variations for the loader.
139
+ /// The theme variations for the Loader.
140
+ /// @group loader
96
141
  $kendo-loader-brand-colors: (
97
142
  primary: primary,
98
143
  secondary: neutral,
@@ -116,14 +161,15 @@ $_tc-loader-light-matrix: (
116
161
  (normal: (50, null, null)),
117
162
  ) !default;
118
163
 
119
- /// Theme colors map for the loader variations.
164
+ /// The theme colors map for the Loader variations.
165
+ /// @group loader
120
166
  $kendo-loader-theme-colors: () !default;
121
167
 
122
168
  @each $ui-states in $_tc-loader-matrix {
123
169
  @each $brand-color, $palette in $kendo-loader-brand-colors {
124
170
  $kendo-loader-theme-colors: map.deep-merge(
125
171
  $kendo-loader-theme-colors,
126
- generate-theme-variation( $brand-color, $palette, $ui-states )
172
+ k-generate-theme-variation( $brand-color, $palette, $ui-states )
127
173
  );
128
174
  };
129
175
  }
@@ -131,13 +177,13 @@ $kendo-loader-theme-colors: () !default;
131
177
  @each $ui-states in $_tc-loader-dark-matrix {
132
178
  $kendo-loader-theme-colors: map.deep-merge(
133
179
  $kendo-loader-theme-colors,
134
- generate-theme-variation( dark, neutral, $ui-states )
180
+ k-generate-theme-variation( dark, neutral, $ui-states )
135
181
  );
136
182
  }
137
183
 
138
184
  @each $ui-states in $_tc-loader-light-matrix {
139
185
  $kendo-loader-theme-colors: map.deep-merge(
140
186
  $kendo-loader-theme-colors,
141
- generate-theme-variation( light, neutral, $ui-states )
187
+ k-generate-theme-variation( light, neutral, $ui-states )
142
188
  );
143
189
  }
@@ -20,7 +20,7 @@ $kendo-map-bg: var( --kendo-component-bg, transparent ) !default;
20
20
  $kendo-map-text: var( --kendo-component-text, inherit ) !default;
21
21
  /// Border color of the map.
22
22
  /// @group map
23
- $kendo-map-border: get-theme-color-var( neutral-110 ) !default;
23
+ $kendo-map-border: k-get-theme-color-var( neutral-110 ) !default;
24
24
 
25
25
  /// Border width of the map.
26
26
  /// @group map
@@ -52,10 +52,10 @@ $kendo-map-navigator-border-width: 1px !default;
52
52
  $kendo-map-navigator-bg: $kendo-color-white !default;
53
53
  /// Map navigator text color.
54
54
  /// @group map
55
- $kendo-map-navigator-text: get-theme-color-var( neutral-190 ) !default;
55
+ $kendo-map-navigator-text: k-get-theme-color-var( neutral-190 ) !default;
56
56
  /// Map navigator border color.
57
57
  /// @group map
58
- $kendo-map-navigator-border: get-theme-color-var( neutral-110 ) !default;
58
+ $kendo-map-navigator-border: k-get-theme-color-var( neutral-110 ) !default;
59
59
 
60
60
  /// Map zoom control margin.
61
61
  /// @group map
@@ -82,4 +82,4 @@ $kendo-map-attribution-bg: $kendo-color-white !default;
82
82
 
83
83
  /// Map marker fill color.
84
84
  /// @group map
85
- $kendo-map-marker-fill: get-theme-color-var( primary-100 ) !default;
85
+ $kendo-map-marker-fill: k-get-theme-color-var( primary-100 ) !default;
@@ -26,11 +26,11 @@ $kendo-media-player-border: var( --kendo-component-border, inherit ) !default;
26
26
 
27
27
  /// Mediaplayer overlay background color.
28
28
  /// @group mediaplayer
29
- $kendo-media-player-overlay-bg: get-theme-color-var( neutral-130 ) !default;
29
+ $kendo-media-player-overlay-bg: k-get-theme-color-var( neutral-130 ) !default;
30
30
 
31
31
  /// Mediaplayer quality button border color.
32
32
  /// @group mediaplayer
33
- $kendo-media-player-quality-border: get-theme-color-var( neutral-110 ) !default;
33
+ $kendo-media-player-quality-border: k-get-theme-color-var( neutral-110 ) !default;
34
34
 
35
35
  /// Media player title font size.
36
36
  /// @group mediaplayer
@@ -108,7 +108,7 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
108
108
  $kendo-menu-popup-font-size: var( --kendo-font-size-md, inherit ) !default;
109
109
  $kendo-menu-popup-sm-font-size: $kendo-menu-popup-font-size !default;
110
110
  $kendo-menu-popup-md-font-size: $kendo-menu-popup-font-size !default;
111
- $kendo-menu-popup-lg-font-size: $kendo-menu-popup-font-size !default;
111
+ $kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
112
112
 
113
113
  /// Line heights used along with $kendo-font-size.
114
114
  /// @group menu
@@ -219,7 +219,7 @@ $kendo-menu-popup-item-focus-text: $kendo-menu-item-text !default;
219
219
  $kendo-menu-popup-item-focus-bg: $kendo-menu-item-bg !default;
220
220
  /// The outline of focused menu items.
221
221
  /// @group menu
222
- $kendo-menu-popup-item-focus-outline: get-theme-color-var( neutral-130 ) !default;
222
+ $kendo-menu-popup-item-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
223
223
 
224
224
  /// The text color of expanded menu item in popup.
225
225
  /// @group menu
@@ -251,4 +251,4 @@ $kendo-menu-scroll-button-hover-border: null !default;
251
251
 
252
252
  /// The color of menu items icon.
253
253
  /// @group menu
254
- $kendo-menu-icon-color: get-theme-color-var( primary-100 ) !default;
254
+ $kendo-menu-icon-color: k-get-theme-color-var( primary-100 ) !default;
@@ -1,55 +1,56 @@
1
1
  @use "sass:map";
2
2
  @use "../core/" as *;
3
3
 
4
- /// Vertical padding of the notification container.
4
+ /// The vertical padding of the Notification container.
5
5
  /// @group notification
6
6
  $kendo-notification-container-padding-y: $kendo-padding-sm-y !default;
7
7
 
8
- /// Horizontal padding of the notification.
8
+ /// The horizontal padding of the Notification.
9
9
  /// @group notification
10
10
  $kendo-notification-padding-x: map.get( $kendo-spacing, 3 ) !default;
11
- /// Vertical padding of the notification.
11
+ /// The vertical padding of the Notification.
12
12
  /// @group notification
13
13
  $kendo-notification-padding-y: map.get( $kendo-spacing, 2 ) !default;
14
- // Width of the border around the notification.
14
+ // The width of the border around the Notification.
15
15
  /// @group notification
16
16
  $kendo-notification-border-width: 1px !default;
17
- /// Border radius of the notification.
17
+ /// The border radius of the Notification.
18
18
  /// @group notification
19
19
  $kendo-notification-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
20
- /// Font family of the notification.
20
+ /// The font family of the Notification.
21
21
  /// @group notification
22
22
  $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
23
- /// Font size of the notification.
23
+ /// The font size of the Notification.
24
24
  /// @group notification
25
25
  $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
26
- /// Line height of the notification.
26
+ /// The line height of the Notification.
27
27
  /// @group notification
28
28
  $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
29
- /// Background color of the notification.
29
+ /// The background color of the Notification.
30
30
  /// @group notification
31
31
  $kendo-notification-bg: var( --kendo-component-bg, inherit ) !default;
32
- /// Text color of the notification.
32
+ /// The text color of the Notification.
33
33
  /// @group notification
34
34
  $kendo-notification-text: var( --kendo-component-text, inherit ) !default;
35
- /// Border color of the notification.
35
+ /// The border color of the Notification.
36
36
  /// @group notification
37
37
  $kendo-notification-border: var( --kendo-component-border, inherit ) !default;
38
- /// Box shadow of the notification.
38
+ /// The box shadow of the Notification.
39
39
  /// @group notification
40
40
  $kendo-notification-box-shadow: none !default;
41
41
 
42
- /// Horizontal spacing of the notification icon.
42
+ /// The horizontal spacing of the Notification icon.
43
43
  /// @group notification
44
44
  $kendo-notification-icon-spacing: map.get( $kendo-spacing, 2 ) !default;
45
- /// Horizontal spacing of the notification close icon.
45
+ /// The horizontal spacing of the Notification close icon.
46
46
  /// @group notification
47
47
  $kendo-notification-close-icon-spacing: map.get( $kendo-spacing, 4 ) !default;
48
- /// Color of the notification icon.
48
+ /// The color of the Notification icon.
49
49
  /// @group notification
50
50
  $kendo-notification-icon-text: var( --kendo-component-text, inherit ) !default;
51
51
 
52
- /// Theme variations for the notification.
52
+ /// The theme variations for the Notification.
53
+ /// @group notification
53
54
  $kendo-notification-brand-colors: (
54
55
  primary: primary,
55
56
  error: error,
@@ -73,14 +74,15 @@ $_tc-notification-light-matrix: (
73
74
  (normal: (50, 160, 50)),
74
75
  ) !default;
75
76
 
76
- /// Theme colors map for the notification variations.
77
+ /// The theme colors map for the Notification variations.
78
+ /// @group notification
77
79
  $kendo-notification-theme-colors: () !default;
78
80
 
79
81
  @each $ui-states in $_tc-notification-matrix {
80
82
  @each $brand-color, $palette in $kendo-notification-brand-colors {
81
83
  $kendo-notification-theme-colors: map.deep-merge(
82
84
  $kendo-notification-theme-colors,
83
- generate-theme-variation( $brand-color, $palette, $ui-states )
85
+ k-generate-theme-variation( $brand-color, $palette, $ui-states )
84
86
  );
85
87
  };
86
88
  }
@@ -88,13 +90,13 @@ $kendo-notification-theme-colors: () !default;
88
90
  @each $ui-states in $_tc-notification-dark-matrix {
89
91
  $kendo-notification-theme-colors: map.deep-merge(
90
92
  $kendo-notification-theme-colors,
91
- generate-theme-variation( dark, neutral, $ui-states )
93
+ k-generate-theme-variation( dark, neutral, $ui-states )
92
94
  );
93
95
  }
94
96
 
95
97
  @each $ui-states in $_tc-notification-light-matrix {
96
98
  $kendo-notification-theme-colors: map.deep-merge(
97
99
  $kendo-notification-theme-colors,
98
- generate-theme-variation( light, neutral, $ui-states )
100
+ k-generate-theme-variation( light, neutral, $ui-states )
99
101
  );
100
102
  }
@@ -51,16 +51,16 @@ $kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-y !defa
51
51
  $kendo-orgchart-node-group-border-width: 1px !default;
52
52
  /// Border radius of the orgchart node group.
53
53
  /// @group orgchart
54
- $kendo-orgchart-node-group-border-radius: var( --kendo-border-radius-md, 0 ) !default;
54
+ $kendo-orgchart-node-group-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
55
55
  /// Background color of the orgchart node group.
56
56
  /// @group orgchart
57
- $kendo-orgchart-node-group-bg: get-theme-color-var( neutral-10 ) !default;
57
+ $kendo-orgchart-node-group-bg: k-get-theme-color-var( neutral-10 ) !default;
58
58
  /// Text color of the orgchart node group.
59
59
  /// @group orgchart
60
- $kendo-orgchart-node-group-text: get-theme-color-var( neutral-190 ) !default;
60
+ $kendo-orgchart-node-group-text: k-get-theme-color-var( neutral-190 ) !default;
61
61
  /// Border color of the orgchart node group.
62
62
  /// @group orgchart
63
- $kendo-orgchart-node-group-border: get-theme-color-var( neutral-30 ) !default;
63
+ $kendo-orgchart-node-group-border: k-get-theme-color-var( neutral-30 ) !default;
64
64
  /// Focus border color of the orgchart node group.
65
65
  /// @group orgchart
66
66
  $kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
@@ -146,7 +146,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
146
146
  $kendo-orgchart-line-size: 1px !default;
147
147
  /// Fill color of the orgchart connecting line.
148
148
  /// @group orgchart
149
- $kendo-orgchart-line-text: get-theme-color-var( neutral-30 ) !default;
149
+ $kendo-orgchart-line-text: k-get-theme-color-var( neutral-30 ) !default;
150
150
  /// Height of the orgchart connecting line.
151
151
  /// @group orgchart
152
152
  $kendo-orgchart-line-v-height: 25px !default;
@@ -43,7 +43,7 @@ $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
43
43
 
44
44
  /// The background color of the Pager.
45
45
  /// @group pager
46
- $kendo-pager-bg: get-theme-color-var( neutral-10 ) !default;
46
+ $kendo-pager-bg: k-get-theme-color-var( neutral-10 ) !default;
47
47
  /// The text color of the Pager.
48
48
  /// @group pager
49
49
  $kendo-pager-text: var( --kendo-component-text, inherit ) !default;
@@ -59,7 +59,7 @@ $kendo-pager-focus-bg: var( --kendo-pager-bg, #{$kendo-pager-bg}) !default;
59
59
  $kendo-pager-focus-text: var( --kendo-pager-text, #{$kendo-pager-text}) !default;
60
60
  /// The border color of the focused Pager.
61
61
  /// @group pager
62
- $kendo-pager-focus-border: get-theme-color-var( neutral-130 ) !default;
62
+ $kendo-pager-focus-border: k-get-theme-color-var( neutral-130 ) !default;
63
63
 
64
64
  /// The spacing between the Pager sections.
65
65
  /// @group pager
@@ -84,11 +84,11 @@ $kendo-pager-lg-item-group-spacing: map.get( $kendo-spacing, 2 ) !default;
84
84
 
85
85
  /// The text color of the Pagers' sizes label.
86
86
  /// @group pager
87
- $kendo-pager-sizes-label-text: get-theme-color-var( neutral-190 ) !default;
87
+ $kendo-pager-sizes-label-text: k-get-theme-color-var( neutral-190 ) !default;
88
88
 
89
89
  /// The text color of the Pagers' info label.
90
90
  /// @group pager
91
- $kendo-pager-info-label-text: get-theme-color-var( neutral-130 ) !default;
91
+ $kendo-pager-info-label-text: k-get-theme-color-var( neutral-130 ) !default;
92
92
 
93
93
  /// The width of the Inputs in the Pager.
94
94
  /// @group pager
@@ -80,7 +80,7 @@ $kendo-panelbar-header-border: inherit !default;
80
80
  $kendo-panelbar-header-hover-bg: var( --kendo-hover-bg, inherit ) !default;
81
81
  /// Text color of the panelbar header when hovered.
82
82
  /// @group panelbar
83
- $kendo-panelbar-header-hover-text: get-theme-color-var( primary-110 ) !default;
83
+ $kendo-panelbar-header-hover-text: k-get-theme-color-var( primary-110 ) !default;
84
84
  /// Border color of the panelbar header when hovered.
85
85
  /// @group panelbar
86
86
  $kendo-panelbar-header-hover-border: inherit !default;
@@ -119,7 +119,7 @@ $kendo-panelbar-header-selected-text: $kendo-color-black !default;
119
119
  $kendo-panelbar-header-selected-border: inherit !default;
120
120
  /// Color of the marker of the panelbar header when selected.
121
121
  /// @group panelbar
122
- $kendo-panelbar-selected-marker: get-theme-color-var( primary-100 ) !default;
122
+ $kendo-panelbar-selected-marker: k-get-theme-color-var( primary-100 ) !default;
123
123
 
124
124
  /// Background color of the panelbar header when selected and hovered.
125
125
  /// @group panelbar
@@ -166,7 +166,7 @@ $kendo-panelbar-header-expanded-border: inherit !default;
166
166
  $kendo-panelbar-item-hover-bg: var( --kendo-hover-bg, inherit ) !default;
167
167
  /// Text color of the panelbar item when hovered.
168
168
  /// @group panelbar
169
- $kendo-panelbar-item-hover-text: get-theme-color-var( primary-110 ) !default;
169
+ $kendo-panelbar-item-hover-text: k-get-theme-color-var( primary-110 ) !default;
170
170
  /// Border color of the panelbar item when hovered.
171
171
  /// @group panelbar
172
172
  $kendo-panelbar-item-hover-border: inherit !default;
@@ -27,7 +27,7 @@ $kendo-pdf-viewer-border: var( --kendo-component-border, initial ) !default;
27
27
 
28
28
  /// Background color of the PDF viewer canvas.
29
29
  /// @group pdf-viewer
30
- $kendo-pdf-viewer-canvas-bg: get-theme-color-var( neutral-10 ) !default;
30
+ $kendo-pdf-viewer-canvas-bg: k-get-theme-color-var( neutral-10 ) !default;
31
31
  /// Text color of the PDF viewer canvas.
32
32
  /// @group pdf-viewer
33
33
  $kendo-pdf-viewer-canvas-text: var( --kendo-component-text, inherit ) !default;
@@ -66,7 +66,7 @@ $kendo-pdf-viewer-search-dialog-spacing: map.get( $kendo-spacing, 2 ) !default;
66
66
  $kendo-pdf-viewer-search-panel-border-width: 1px !default;
67
67
  /// Border radius of the PDF viewer search panel.
68
68
  /// @group pdf-viewer
69
- $kendo-pdf-viewer-search-panel-border-radius: var( --kendo-border-radius-md, 0 ) !default;
69
+ $kendo-pdf-viewer-search-panel-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
70
70
  /// Background color of the PDF viewer search panel.
71
71
  /// @group pdf-viewer
72
72
  $kendo-pdf-viewer-search-panel-bg: var( --kendo-component-bg, inherit ) !default;
@@ -66,14 +66,14 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
66
66
  $kendo-pivotgrid-headers-bg: var( --kendo-component-bg, inherit ) !default;
67
67
  /// Text color of the PivotGrid header.
68
68
  /// @group pivotgrid
69
- $kendo-pivotgrid-headers-text: get-theme-color-var( neutral-190 ) !default;
69
+ $kendo-pivotgrid-headers-text: k-get-theme-color-var( neutral-190 ) !default;
70
70
  /// Border color of the PivotGrid header.
71
71
  /// @group pivotgrid
72
72
  $kendo-pivotgrid-headers-border: var( --kendo-component-border, inherit ) !default;
73
73
 
74
74
  /// Background color of the PivotGrid total cells.
75
75
  /// @group pivotgrid
76
- $kendo-pivotgrid-total-bg: get-theme-color-var( neutral-20 ) !default;
76
+ $kendo-pivotgrid-total-bg: k-get-theme-color-var( neutral-20 ) !default;
77
77
  /// Text color of the PivotGrid total cells.
78
78
  /// @group pivotgrid
79
79
  $kendo-pivotgrid-total-text: var( --kendo-component-text, inherit ) !default;
@@ -157,7 +157,7 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
157
157
  $kendo-pivotgrid-configurator-bg: var( --kendo-component-bg, inherit ) !default;
158
158
  /// Text color of the PivotGrid configurator.
159
159
  /// @group pivotgrid
160
- $kendo-pivotgrid-configurator-text: get-theme-color-var( neutral-190 ) !default;
160
+ $kendo-pivotgrid-configurator-text: k-get-theme-color-var( neutral-190 ) !default;
161
161
  /// Border color of the PivotGrid configurator.
162
162
  /// @group pivotgrid
163
163
  $kendo-pivotgrid-configurator-border: var( --kendo-component-border, inherit )!default;
@@ -199,7 +199,7 @@ $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
199
199
  $kendo-pivotgrid-calculated-field-border-width: 1px !default;
200
200
  /// Border radius of the PivotGrid calculated field.
201
201
  /// @group pivotgrid
202
- $kendo-pivotgrid-calculated-field-border-radius: var( --kendo-border-radius-md, 0 ) !default;
202
+ $kendo-pivotgrid-calculated-field-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
203
203
  /// Spacing of the PivotGrid calculated field.
204
204
  /// @group pivotgrid
205
205
  $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
@@ -3,89 +3,89 @@
3
3
  @use "../window/_variables.scss"as *;
4
4
  @use "../dialog/_variables.scss"as *;
5
5
 
6
- /// Border width around the popover.
6
+ /// The width of the border around the Popover.
7
7
  /// @group popover
8
8
  $kendo-popover-border-width: $kendo-dialog-border-width !default;
9
- /// Border style around the popover.
9
+ /// The style of the border around the Popover.
10
10
  /// @group popover
11
11
  $kendo-popover-border-style: solid !default;
12
- /// Border radius around the popover.
12
+ /// The radius of the border around the Popover.
13
13
  /// @group popover
14
14
  $kendo-popover-border-radius: $kendo-window-border-radius !default;
15
- /// Font size of the popover.
16
- /// @group popover
17
- $kendo-popover-font-size: $kendo-window-font-size !default;
18
- /// Font family of the popover.
15
+ /// The font family of the Popover.
19
16
  /// @group popover
20
17
  $kendo-popover-font-family: $kendo-window-font-family !default;
21
- /// Line height of the popover.
18
+ /// The font size of the Popover.
19
+ /// @group popover
20
+ $kendo-popover-font-size: $kendo-window-font-size !default;
21
+ /// The line height of the Popover.
22
22
  /// @group popover
23
23
  $kendo-popover-line-height: $kendo-window-line-height !default;
24
24
 
25
- /// Background color of the popover.
26
- /// @group popover
27
- $kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
28
- /// Text color of the popover.
25
+ /// The text color of the Popover.
29
26
  /// @group popover
30
27
  $kendo-popover-text: var( --kendo-component-text, initial ) !default;
31
- /// Border color of the popover.
28
+ /// The background color of the Popover.
29
+ /// @group popover
30
+ $kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
31
+ /// The border color of the Popover.
32
32
  /// @group popover
33
33
  $kendo-popover-border: var( --kendo-component-border, initial ) !default;
34
- /// Shadow of the popover.
34
+ /// The box shadow of the Popover.
35
35
  /// @group popover
36
36
  $kendo-popover-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
37
37
 
38
- /// Horizontal padding of the popover header.
38
+ /// The horizontal padding of the Popover header.
39
39
  /// @group popover
40
40
  $kendo-popover-header-padding-x: $kendo-dialog-titlebar-padding-x !default;
41
- /// Vertical padding of the popover header.
41
+ /// The vertical padding of the Popover header.
42
42
  /// @group popover
43
43
  $kendo-popover-header-padding-y: $kendo-dialog-titlebar-padding-y !default;
44
- /// Border width of the popover header.
44
+ /// The border width of the Popover header.
45
45
  /// @group popover
46
46
  $kendo-popover-header-border-width: $kendo-dialog-titlebar-border-width !default;
47
- /// Border style of the popover header.
47
+ /// The border style of the Popover header.
48
48
  /// @group popover
49
49
  $kendo-popover-header-border-style: $kendo-popover-border-style !default;
50
- /// Background color of the popover header.
51
- /// @group popover
52
- $kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
53
- /// Text color of the popover header.
50
+ /// The text color of the Popover header.
54
51
  /// @group popover
55
52
  $kendo-popover-header-text: $kendo-dialog-titlebar-text !default;
56
- /// Border color of the popover header.
53
+ /// The background color of the Popover header.
54
+ /// @group popover
55
+ $kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
56
+ /// The border color of the Popover header.
57
57
  /// @group popover
58
58
  $kendo-popover-header-border: $kendo-dialog-titlebar-border !default;
59
59
 
60
- /// Horizontal padding of the popover body.
60
+ /// The horizontal padding of the Popover body.
61
61
  /// @group popover
62
62
  $kendo-popover-body-padding-x: $kendo-window-inner-padding-x !default;
63
- /// Vertical padding of the popover body.
63
+ /// The vertical padding of the Popover body.
64
64
  /// @group popover
65
65
  $kendo-popover-body-padding-y: $kendo-window-inner-padding-y !default;
66
66
 
67
- /// Border width of the popover actions.
67
+ /// The border width of the Popover actions.
68
68
  /// @group popover
69
69
  $kendo-popover-actions-border-width: 0 !default;
70
- /// Horizontal padding of the popover actions.
70
+ /// The horizontal padding of the Popover actions.
71
71
  /// @group popover
72
72
  $kendo-popover-actions-padding-x: $kendo-popover-body-padding-x !default;
73
- /// Vertical padding of the popover actions.
73
+ /// The vertical padding of the Popover actions.
74
74
  /// @group popover
75
75
  $kendo-popover-actions-padding-y: $kendo-popover-body-padding-y !default;
76
- /// Gap of the popover actions.
76
+ /// The spacing between the Popover actions.
77
77
  /// @group popover
78
78
  $kendo-popover-actions-gap: map.get( $kendo-spacing, 3 ) !default;
79
79
 
80
- /// Width of the popover callout.
80
+ /// The width of the Popover callout.
81
81
  /// @group popover
82
82
  $kendo-popover-callout-width: map.get( $kendo-spacing, 5 ) !default;
83
- /// Height of the popover callout.
83
+ /// The height of the Popover callout.
84
84
  /// @group popover
85
85
  $kendo-popover-callout-height: $kendo-popover-callout-width !default;
86
- /// Border width of the popover callout.
86
+ /// The border width of the Popover callout.
87
87
  /// @group popover
88
88
  $kendo-popover-callout-border-width: $kendo-popover-border-width !default;
89
- /// Border style of the popover callout.
89
+ /// The border style of the Popover callout.
90
90
  /// @group popover
91
- $kendo-popover-callout-border-style: $kendo-popover-border-style !default;
91
+ $kendo-popover-callout-border-style: $kendo-popover-border-style !default;