igniteui-theming 25.0.1 → 25.0.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 (251) hide show
  1. package/dist/mcp/index.js +1 -1
  2. package/dist/mcp/json/components/themes.json.js +17 -17
  3. package/json/components/bootstrap.json +1 -1
  4. package/json/components/fluent.json +1 -1
  5. package/json/components/indigo.json +1 -1
  6. package/json/components/material.json +1 -1
  7. package/json/components/themes.json +53 -28
  8. package/package.json +15 -7
  9. package/sass/animations/_easings.scss +24 -24
  10. package/sass/bem/_index.scss +16 -14
  11. package/sass/color/_charts.scss +20 -20
  12. package/sass/color/_functions.scss +18 -18
  13. package/sass/color/_mixins.scss +1 -1
  14. package/sass/elevations/_functions.scss +4 -4
  15. package/sass/elevations/_mixins.scss +2 -2
  16. package/sass/elevations/presets/_index.scss +3 -3
  17. package/sass/elevations/presets/_indigo.scss +16 -16
  18. package/sass/elevations/presets/_material.scss +3 -3
  19. package/sass/tailwind/utilities/_common.scss +1 -1
  20. package/sass/themes/_functions.scss +15 -15
  21. package/sass/themes/_mixins.scss +9 -9
  22. package/sass/themes/charts/_category-chart-theme.scss +2 -9
  23. package/sass/themes/charts/_data-chart-theme.scss +1 -1
  24. package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
  25. package/sass/themes/charts/_financial-chart-theme.scss +2 -9
  26. package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
  27. package/sass/themes/charts/_gauge-theme.scss +2 -2
  28. package/sass/themes/charts/_geo-map-theme.scss +1 -1
  29. package/sass/themes/charts/_graph-theme.scss +1 -1
  30. package/sass/themes/charts/_pie-chart-theme.scss +1 -1
  31. package/sass/themes/charts/_shape-chart-theme.scss +2 -9
  32. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  33. package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
  34. package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
  35. package/sass/themes/components/badge/_badge-theme.scss +2 -2
  36. package/sass/themes/components/banner/_banner-theme.scss +1 -1
  37. package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
  38. package/sass/themes/components/button/_button-theme.scss +5 -5
  39. package/sass/themes/components/button/_contained-button-theme.scss +5 -5
  40. package/sass/themes/components/button/_fab-button-theme.scss +5 -5
  41. package/sass/themes/components/button/_flat-button-theme.scss +17 -17
  42. package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
  43. package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
  44. package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
  45. package/sass/themes/components/card/_card-theme.scss +3 -3
  46. package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
  47. package/sass/themes/components/chat/_chat-theme.scss +1 -1
  48. package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
  49. package/sass/themes/components/chip/_chip-theme.scss +5 -5
  50. package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
  51. package/sass/themes/components/combo/_combo-theme.scss +3 -3
  52. package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
  53. package/sass/themes/components/divider/_divider-theme.scss +1 -1
  54. package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
  55. package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
  56. package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
  57. package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
  58. package/sass/themes/components/grid/_grid-theme.scss +56 -17
  59. package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
  60. package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
  61. package/sass/themes/components/icon/_icon-theme.scss +1 -1
  62. package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
  63. package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
  64. package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
  65. package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
  66. package/sass/themes/components/input/_file-input-theme.scss +1 -1
  67. package/sass/themes/components/input/_input-theme.scss +23 -23
  68. package/sass/themes/components/list/_list-theme.scss +6 -6
  69. package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
  70. package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
  71. package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
  72. package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
  73. package/sass/themes/components/progress/_circular-theme.scss +1 -1
  74. package/sass/themes/components/progress/_linear-theme.scss +1 -1
  75. package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
  76. package/sass/themes/components/radio/_radio-theme.scss +5 -5
  77. package/sass/themes/components/rating/_rating-theme.scss +1 -1
  78. package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
  79. package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
  80. package/sass/themes/components/select/_select-theme.scss +1 -1
  81. package/sass/themes/components/slider/_slider-theme.scss +7 -7
  82. package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
  83. package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
  84. package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
  85. package/sass/themes/components/switch/_switch-theme.scss +13 -13
  86. package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
  87. package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
  88. package/sass/themes/components/toast/_toast-theme.scss +3 -3
  89. package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
  90. package/sass/themes/components/tree/_tree-theme.scss +17 -17
  91. package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
  92. package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
  93. package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
  94. package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
  95. package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
  96. package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
  97. package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
  98. package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
  99. package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
  100. package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
  101. package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
  102. package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
  103. package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
  104. package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
  105. package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
  106. package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
  107. package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
  108. package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
  109. package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
  110. package/sass/themes/schemas/charts/light/_graph.scss +8 -8
  111. package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
  112. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
  113. package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
  114. package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
  115. package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
  116. package/sass/themes/schemas/components/dark/_badge.scss +5 -5
  117. package/sass/themes/schemas/components/dark/_banner.scss +5 -5
  118. package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
  119. package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
  120. package/sass/themes/schemas/components/dark/_button.scss +65 -65
  121. package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
  122. package/sass/themes/schemas/components/dark/_card.scss +5 -5
  123. package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
  124. package/sass/themes/schemas/components/dark/_chat.scss +5 -5
  125. package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
  126. package/sass/themes/schemas/components/dark/_chip.scss +7 -7
  127. package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
  128. package/sass/themes/schemas/components/dark/_combo.scss +6 -6
  129. package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
  130. package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
  131. package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
  132. package/sass/themes/schemas/components/dark/_divider.scss +5 -5
  133. package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
  134. package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
  135. package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
  136. package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
  137. package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
  138. package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
  139. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  140. package/sass/themes/schemas/components/dark/_grid.scss +57 -14
  141. package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
  142. package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
  143. package/sass/themes/schemas/components/dark/_icon.scss +5 -5
  144. package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
  145. package/sass/themes/schemas/components/dark/_label.scss +5 -5
  146. package/sass/themes/schemas/components/dark/_list.scss +5 -5
  147. package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
  148. package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
  149. package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
  150. package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
  151. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
  152. package/sass/themes/schemas/components/dark/_progress.scss +10 -10
  153. package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
  154. package/sass/themes/schemas/components/dark/_radio.scss +5 -5
  155. package/sass/themes/schemas/components/dark/_rating.scss +5 -5
  156. package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
  157. package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
  158. package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
  159. package/sass/themes/schemas/components/dark/_select.scss +5 -5
  160. package/sass/themes/schemas/components/dark/_slider.scss +5 -5
  161. package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
  162. package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
  163. package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
  164. package/sass/themes/schemas/components/dark/_switch.scss +5 -5
  165. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  166. package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
  167. package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
  168. package/sass/themes/schemas/components/dark/_toast.scss +4 -4
  169. package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
  170. package/sass/themes/schemas/components/dark/_tree.scss +5 -5
  171. package/sass/themes/schemas/components/dark/_validator.scss +5 -5
  172. package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
  173. package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
  174. package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
  175. package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
  176. package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
  177. package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
  178. package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
  179. package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
  180. package/sass/themes/schemas/components/light/_avatar.scss +9 -9
  181. package/sass/themes/schemas/components/light/_badge.scss +12 -12
  182. package/sass/themes/schemas/components/light/_banner.scss +9 -9
  183. package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
  184. package/sass/themes/schemas/components/light/_button-group.scss +14 -14
  185. package/sass/themes/schemas/components/light/_button.scss +103 -103
  186. package/sass/themes/schemas/components/light/_calendar.scss +28 -28
  187. package/sass/themes/schemas/components/light/_card.scss +14 -42
  188. package/sass/themes/schemas/components/light/_carousel.scss +12 -12
  189. package/sass/themes/schemas/components/light/_chat.scss +9 -9
  190. package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
  191. package/sass/themes/schemas/components/light/_chip.scss +27 -27
  192. package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
  193. package/sass/themes/schemas/components/light/_combo.scss +11 -11
  194. package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
  195. package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
  196. package/sass/themes/schemas/components/light/_dialog.scss +14 -23
  197. package/sass/themes/schemas/components/light/_divider.scss +7 -7
  198. package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
  199. package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
  200. package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
  201. package/sass/themes/schemas/components/light/_file-input.scss +1 -1
  202. package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
  203. package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
  204. package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
  205. package/sass/themes/schemas/components/light/_grid.scss +162 -68
  206. package/sass/themes/schemas/components/light/_highlight.scss +10 -10
  207. package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
  208. package/sass/themes/schemas/components/light/_icon.scss +9 -9
  209. package/sass/themes/schemas/components/light/_input-group.scss +17 -26
  210. package/sass/themes/schemas/components/light/_label.scss +8 -8
  211. package/sass/themes/schemas/components/light/_list.scss +13 -33
  212. package/sass/themes/schemas/components/light/_navbar.scss +12 -12
  213. package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
  214. package/sass/themes/schemas/components/light/_overlay.scss +9 -9
  215. package/sass/themes/schemas/components/light/_pagination.scss +9 -9
  216. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
  217. package/sass/themes/schemas/components/light/_progress.scss +13 -13
  218. package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
  219. package/sass/themes/schemas/components/light/_radio.scss +9 -9
  220. package/sass/themes/schemas/components/light/_rating.scss +9 -9
  221. package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
  222. package/sass/themes/schemas/components/light/_ripple.scss +9 -9
  223. package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
  224. package/sass/themes/schemas/components/light/_select.scss +9 -9
  225. package/sass/themes/schemas/components/light/_slider.scss +11 -17
  226. package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
  227. package/sass/themes/schemas/components/light/_splitter.scss +9 -9
  228. package/sass/themes/schemas/components/light/_stepper.scss +8 -8
  229. package/sass/themes/schemas/components/light/_switch.scss +9 -9
  230. package/sass/themes/schemas/components/light/_tabs.scss +9 -9
  231. package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
  232. package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
  233. package/sass/themes/schemas/components/light/_toast.scss +11 -11
  234. package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
  235. package/sass/themes/schemas/components/light/_tree.scss +8 -8
  236. package/sass/themes/schemas/components/light/_validator.scss +9 -9
  237. package/sass/themes/schemas/components/light/_watermark.scss +9 -9
  238. package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
  239. package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
  240. package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
  241. package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
  242. package/sass/typography/_functions.scss +14 -14
  243. package/sass/typography/_mixins.scss +7 -7
  244. package/sass/utils/_css.scss +1 -1
  245. package/sass/utils/_map.scss +5 -5
  246. package/sass/utils/_math.scss +6 -5
  247. package/sass/utils/_meta.scss +4 -4
  248. package/tailwind/utilities/bootstrap.css +1 -1
  249. package/tailwind/utilities/fluent.css +1 -1
  250. package/tailwind/utilities/indigo.css +1 -1
  251. package/tailwind/utilities/material.css +1 -1
@@ -44,7 +44,7 @@
44
44
  /// @param {Color} $tick-label-color [null] - The color of the tick label.
45
45
  /// @param {Color} $tick-color [null] - The background-color of the tick.
46
46
  /// @requires $light-material-schema
47
- /// @example scss Set custom track and thumb on colors
47
+ /// @example scss - Set custom track and thumb on colors
48
48
  /// $my-slider-theme: slider-theme($thumb-color: black, $track-color: yellow);
49
49
  /// // Pass the theme to the css-vars() mixin
50
50
  /// @include css-vars($my-slider-theme);
@@ -104,7 +104,7 @@
104
104
  }
105
105
  } @else {
106
106
  @if not($thumb-focus-color) and $thumb-border-color {
107
- $thumb-focus-color: hsla(from var(--thumb-border-color) h s l / 0.3);
107
+ $thumb-focus-color: hsl(from var(--thumb-border-color) h s l / 0.3);
108
108
  }
109
109
  }
110
110
  }
@@ -119,7 +119,7 @@
119
119
  }
120
120
 
121
121
  @if not($base-track-color) and $track-color {
122
- $base-track-color: hsla(from var(--track-color) h s l / 0.4);
122
+ $base-track-color: hsl(from var(--track-color) h s l / 0.4);
123
123
  }
124
124
  }
125
125
 
@@ -129,7 +129,7 @@
129
129
  }
130
130
 
131
131
  @if not($thumb-focus-color) and $thumb-color {
132
- $thumb-focus-color: hsla(from var(--thumb-color) h s l / 0.5);
132
+ $thumb-focus-color: hsl(from var(--thumb-color) h s l / 0.5);
133
133
  }
134
134
  }
135
135
 
@@ -166,11 +166,11 @@
166
166
  }
167
167
 
168
168
  @if not($disabled-base-track-color) and $base-track-color {
169
- $disabled-base-track-color: hsla(from var(--base-track-color) h s l / 0.5);
169
+ $disabled-base-track-color: hsl(from var(--base-track-color) h s l / 0.5);
170
170
  }
171
171
 
172
172
  @if not($disabled-fill-track-color) and $track-color {
173
- $disabled-fill-track-color: hsla(from var(--track-color) h s l / 0.5);
173
+ $disabled-fill-track-color: hsl(from var(--track-color) h s l / 0.5);
174
174
  }
175
175
 
176
176
  @if not($disabled-thumb-color) and $thumb-color {
@@ -178,7 +178,7 @@
178
178
  }
179
179
 
180
180
  @if not($thumb-disabled-border-color) and $thumb-border-color {
181
- $thumb-disabled-border-color: hsla(from var(--thumb-border-color) h s l / 0.5);
181
+ $thumb-disabled-border-color: hsl(from var(--thumb-border-color) h s l / 0.5);
182
182
  }
183
183
 
184
184
  @return extend(
@@ -25,10 +25,10 @@
25
25
  /// @param {Color} $background [null] - The background color used in the snackbar. PRIMARY - derives text-color, button-color.
26
26
  /// @param {Color} $text-color [null] - The text color used in the snackbar. Auto-derived from background.
27
27
  /// @param {Color} $button-color [null] - The button color used in the snackbar. Auto-derived from background.
28
- /// @param {box-shadow} $shadow [null] - Sets a shadow to be used for the snackbar.
28
+ /// @param {List} $shadow [null] - Sets a shadow to be used for the snackbar.
29
29
  /// @param {List} $border-radius [null] - The border radius used for the snackbar component.
30
30
  /// @requires $light-material-schema
31
- /// @example scss Set a custom background color
31
+ /// @example scss - Set a custom background color
32
32
  /// $my-snackbar-theme: snackbar-theme($background: white);
33
33
  /// // Pass the theme to the css-vars() mixin
34
34
  /// @include css-vars($my-snackbar-theme);
@@ -30,7 +30,7 @@
30
30
  /// @param {Color} $expander-color-active [null] - The color for the arrow expander's when pressed.
31
31
  /// @param {Number} $size [null] - The size of the splitter, its width for vertical and height for horizontal splitter.
32
32
  /// @requires $light-material-schema
33
- /// @example scss Set a custom expander color
33
+ /// @example scss - Set a custom expander color
34
34
  /// $my-splitter-theme: splitter-theme($expander-color: red);
35
35
  /// // Pass the theme to the css-vars() mixin
36
36
  /// @include css-vars($my-splitter-them);
@@ -95,7 +95,7 @@
95
95
  /// @param {List} $border-radius-step-header [null] - The border-radius of the step header.
96
96
  ///
97
97
  /// @requires $light-material-schema
98
- /// @example scss Set custom stepper colors
98
+ /// @example scss - Set custom stepper colors
99
99
  /// $my-stepper-theme: stepper-theme($step-hover-background: red);
100
100
  /// // Pass the theme to the css-vars() mixin
101
101
  /// @include css-vars($my-stepper-theme);
@@ -211,7 +211,7 @@
211
211
  }
212
212
 
213
213
  @if not($indicator-background) and $step-background {
214
- $indicator-background: hsla(from adaptive-contrast(var(--step-background)) h s l / 0.6);
214
+ $indicator-background: hsl(from adaptive-contrast(var(--step-background)) h s l / 0.6);
215
215
  }
216
216
 
217
217
  @if not($indicator-outline) and $indicator-background {
@@ -36,9 +36,9 @@
36
36
  /// @param {Color} $label-color [null] - The color of the switch label
37
37
  /// @param {Color} $label-hover-color [null] - The color of the switch label on hover.
38
38
  /// @param {Color} $label-disabled-color [null] - The color of the switch label when the switch is disabled
39
- /// @param {box-shadow} $resting-shadow [null] - The shadow used for the thumb in resting state of the switch.
40
- /// @param {box-shadow} $hover-shadow [null] - The shadow used for the thumb in hover state of the switch.
41
- /// @param {box-shadow} $disabled-shadow [null] - The shadow used for the thumb in disable state of the switch.
39
+ /// @param {List} $resting-shadow [null] - The shadow used for the thumb in resting state of the switch.
40
+ /// @param {List} $hover-shadow [null] - The shadow used for the thumb in hover state of the switch.
41
+ /// @param {List} $disabled-shadow [null] - The shadow used for the thumb in disable state of the switch.
42
42
  /// @param {List} $border-radius-track [null] - The border radius used for switch track.
43
43
  /// @param {List} $border-radius-thumb [null] - The border radius used for switch thumb.
44
44
  /// @param {List} $border-radius-ripple [null] - The border radius used for switch ripple.
@@ -53,7 +53,7 @@
53
53
  /// @param {Color} $focus-fill-hover-color [null] - The focus fill color on hover. Auto-derived from focus-fill-color.
54
54
  /// @requires $light-material-schema
55
55
  ///
56
- /// @example scss Set custom track and thumb on colors
56
+ /// @example scss - Set custom track and thumb on colors
57
57
  /// $my-switch-theme: switch-theme($thumb-on-color: black, $track-on-color: yellow);
58
58
  /// // Pass the theme to the css-vars() mixin
59
59
  /// @include css-vars($my-switch-theme);
@@ -140,7 +140,7 @@
140
140
  }
141
141
  } @else {
142
142
  @if not($thumb-off-color) and $track-off-color {
143
- $thumb-off-color: hsla(from adaptive-contrast(var(--track-off-color)) h s l / 0.8);
143
+ $thumb-off-color: hsl(from adaptive-contrast(var(--track-off-color)) h s l / 0.8);
144
144
  }
145
145
 
146
146
  @if not($border-color) and $thumb-off-color {
@@ -180,15 +180,15 @@
180
180
  }
181
181
 
182
182
  @if not($thumb-disabled-color) and $thumb-off-color {
183
- $thumb-disabled-color: hsla(from var(--thumb-off-color) h s l / 0.3);
183
+ $thumb-disabled-color: hsl(from var(--thumb-off-color) h s l / 0.3);
184
184
  }
185
185
 
186
186
  @if not($border-disabled-color) and $border-color {
187
- $border-disabled-color: hsla(from var(--border-color) h s l / 0.3);
187
+ $border-disabled-color: hsl(from var(--border-color) h s l / 0.3);
188
188
  }
189
189
 
190
190
  @if not($thumb-on-disabled-color) and $thumb-on-color {
191
- $thumb-on-disabled-color: hsla(from var(--thumb-on-color) h s l / 0.3);
191
+ $thumb-on-disabled-color: hsl(from var(--thumb-on-color) h s l / 0.3);
192
192
  }
193
193
 
194
194
  @if $variant == 'bootstrap' {
@@ -197,7 +197,7 @@
197
197
  }
198
198
 
199
199
  @if not($focus-outline-color) and $focus-fill-color {
200
- $focus-outline-color: hsla(from var(--focus-fill-color) h s l / 0.5);
200
+ $focus-outline-color: hsl(from var(--focus-fill-color) h s l / 0.5);
201
201
  }
202
202
 
203
203
  @if not($focus-fill-hover-color) and $focus-fill-color {
@@ -207,21 +207,21 @@
207
207
 
208
208
  @if $variant == 'indigo' {
209
209
  @if not($focus-outline-color) and $border-color {
210
- $focus-outline-color: hsla(from var(--border-color) h s l / 0.5);
210
+ $focus-outline-color: hsl(from var(--border-color) h s l / 0.5);
211
211
  }
212
212
 
213
213
  @if not($focus-outline-color-focused) and $border-on-color {
214
- $focus-outline-color-focused: hsla(from var(--border-on-color) h s l / 0.5);
214
+ $focus-outline-color-focused: hsl(from var(--border-on-color) h s l / 0.5);
215
215
  }
216
216
  }
217
217
  }
218
218
 
219
219
  @if not($track-disabled-color) and $track-off-color {
220
- $track-disabled-color: hsla(from var(--track-off-color) h s l / 0.5);
220
+ $track-disabled-color: hsl(from var(--track-off-color) h s l / 0.5);
221
221
  }
222
222
 
223
223
  @if not($track-on-disabled-color) and $track-on-color {
224
- $track-on-disabled-color: hsla(from var(--track-on-color) h s l / 0.5);
224
+ $track-on-disabled-color: hsl(from var(--track-on-color) h s l / 0.5);
225
225
  }
226
226
 
227
227
  @if not($resting-shadow) {
@@ -48,7 +48,7 @@
48
48
  /// @param {Color} $tab-ripple-color [null] - The color used for the tab ripple effect. Auto-derived from item-active-background or item-background.
49
49
  /// @param {Color} $button-ripple-color [null] - The color used for the button ripple effect. Auto-derived from button-color.
50
50
  /// @requires $light-material-schema
51
- /// @example scss Set a custom background color
51
+ /// @example scss - Set a custom background color
52
52
  /// $my-tabs-theme: tabs-theme(
53
53
  /// $item-background: orange
54
54
  /// );
@@ -112,11 +112,11 @@
112
112
  }
113
113
  } @else {
114
114
  @if not($item-text-color) and $item-background {
115
- $item-text-color: hsla(from adaptive-contrast(var(--item-background)) h s l / 0.8);
115
+ $item-text-color: hsl(from adaptive-contrast(var(--item-background)) h s l / 0.8);
116
116
  }
117
117
 
118
118
  @if not($item-icon-color) and $item-background {
119
- $item-icon-color: hsla(from adaptive-contrast(var(--item-background) h s l / 0.8));
119
+ $item-icon-color: hsl(from adaptive-contrast(var(--item-background) h s l / 0.8));
120
120
  }
121
121
  }
122
122
 
@@ -166,11 +166,11 @@
166
166
 
167
167
  @if not($item-hover-background) {
168
168
  @if not($item-hover-color) and $item-text-color {
169
- $item-hover-color: hsla(from var(--item-text-color) h s l / 1);
169
+ $item-hover-color: hsl(from var(--item-text-color) h s l / 1);
170
170
  }
171
171
 
172
172
  @if not($item-hover-icon-color) and $item-icon-color {
173
- $item-hover-icon-color: hsla(from var(--item-icon-color) h s l / 1);
173
+ $item-hover-icon-color: hsl(from var(--item-icon-color) h s l / 1);
174
174
  }
175
175
  } @else {
176
176
  @if not($item-hover-color) {
@@ -188,7 +188,7 @@
188
188
 
189
189
  @if $variant == 'bootstrap' {
190
190
  @if not($border-color) and $item-background {
191
- $border-color: hsla(from adaptive-contrast(var(--item-background)) h s l / 0.5);
191
+ $border-color: hsl(from adaptive-contrast(var(--item-background)) h s l / 0.5);
192
192
  }
193
193
 
194
194
  @if not($border-color--hover) and $border-color {
@@ -230,7 +230,7 @@
230
230
  }
231
231
 
232
232
  @if not($button-disabled-color) and $button-color {
233
- $button-disabled-color: hsla(from var(--button-color) h s l / 0.5);
233
+ $button-disabled-color: hsl(from var(--button-color) h s l / 0.5);
234
234
  }
235
235
  }
236
236
  }
@@ -254,7 +254,7 @@
254
254
  }
255
255
 
256
256
  @if not($button-disabled-color) and $button-color {
257
- $button-disabled-color: hsla(from var(--button-color) h s l / 0.4);
257
+ $button-disabled-color: hsl(from var(--button-color) h s l / 0.4);
258
258
  }
259
259
 
260
260
  // Button end
@@ -36,12 +36,12 @@
36
36
  /// @param {Number} $time-item-size [null] - The height of the time item.
37
37
  /// @param {Color} $divider-color [null] - The color for the actions area divider. Auto-derived from border-color.
38
38
  /// @param {Color} $border-color [null] - The border color around the time picker. Auto-derived from background-color.
39
- /// @param {box-shadow} $modal-shadow [null] - The custom shadow to be used for the time picker in modal mode.
40
- /// @param {box-shadow} $dropdown-shadow [null] - The custom shadow to be used for the time picker in dropdown mode.
39
+ /// @param {List} $modal-shadow [null] - The custom shadow to be used for the time picker in modal mode.
40
+ /// @param {List} $dropdown-shadow [null] - The custom shadow to be used for the time picker in dropdown mode.
41
41
  /// @param {List} $border-radius [null] - The border radius used for the outline of the picker.
42
42
  /// @param {List} $active-item-border-radius [null] - The border radius used for the outline of the currently active item (hours, minutes, AM/PM).
43
43
  /// @requires $light-material-schema
44
- /// @example scss Change the background and text colors in time picker
44
+ /// @example scss - Change the background and text colors in time picker
45
45
  /// $my-time-picker-theme: time-picker-theme(
46
46
  /// $text-color: white,
47
47
  /// $background-color: black
@@ -85,11 +85,11 @@
85
85
  $theme: digest-schema($time-picker-schema);
86
86
 
87
87
  @if not($text-color) and $background-color {
88
- $text-color: hsla(from adaptive-contrast(var(--background-color)) h s l / 0.7);
88
+ $text-color: hsl(from adaptive-contrast(var(--background-color)) h s l / 0.7);
89
89
  }
90
90
 
91
91
  @if not($hover-text-color) and $text-color {
92
- $hover-text-color: hsla(from var(--text-color) h s l / 1);
92
+ $hover-text-color: hsl(from var(--text-color) h s l / 1);
93
93
  }
94
94
 
95
95
  @if not($header-background) and $selected-text-color {
@@ -113,7 +113,7 @@
113
113
  }
114
114
 
115
115
  @if not($active-item-background) and $background-color {
116
- $active-item-background: hsla(from adaptive-contrast(var(--background-color)) h s l / 0.5);
116
+ $active-item-background: hsl(from adaptive-contrast(var(--background-color)) h s l / 0.5);
117
117
  }
118
118
 
119
119
  @if not($active-item-foreground) and $active-item-background {
@@ -125,11 +125,11 @@
125
125
  }
126
126
 
127
127
  @if not($disabled-text-color) and $disabled-item-background {
128
- $disabled-text-color: hsla(from adaptive-contrast(var(--disabled-item-background)) h s l / 0.6);
128
+ $disabled-text-color: hsl(from adaptive-contrast(var(--disabled-item-background)) h s l / 0.6);
129
129
  }
130
130
 
131
131
  @if not($border-color) and $background-color {
132
- $border-color: hsla(from adaptive-contrast(var(--background-color)) h s l / 0.6);
132
+ $border-color: hsl(from adaptive-contrast(var(--background-color)) h s l / 0.6);
133
133
  }
134
134
 
135
135
  @if not($divider-color) and $border-color {
@@ -26,10 +26,10 @@
26
26
  /// @param {Color} $text-color [null] - The text-color used for the toast. Auto-derived from background.
27
27
  /// @param {Color} $border-color [null] - The border-color used for the toast. Auto-derived from text-color.
28
28
  /// @param {List} $border-radius [null] - The border radius used for the toast component.
29
- /// @param {box-shadow} $shadow [null] - Sets a shadow to be used for the toast.
29
+ /// @param {List} $shadow [null] - Sets a shadow to be used for the toast.
30
30
  /// @requires $light-material-schema
31
31
  ///
32
- /// @example scss Set a custom background color
32
+ /// @example scss - Set a custom background color
33
33
  /// $my-toast-theme: toast-theme($background: green);
34
34
  /// // Pass the theme to the css-vars() mixin
35
35
  /// @include css-vars($my-toast-theme);
@@ -58,7 +58,7 @@
58
58
  }
59
59
 
60
60
  @if not($border-color) and $text-color {
61
- $border-color: hsla(from var(--text-color) h s l / 0.3);
61
+ $border-color: hsl(from var(--text-color) h s l / 0.3);
62
62
  }
63
63
 
64
64
  @if not($shadow) {
@@ -25,9 +25,9 @@
25
25
  /// @param {Color} $background [null] - The background color of the tooltip. PRIMARY - derives text-color.
26
26
  /// @param {Color} $text-color [null] - The text color of the tooltip. Auto-derived from background.
27
27
  /// @param {List} $border-radius [null] - The border radius used for the tooltip component.
28
- /// @param {box-shadow} $shadow [null] - Sets a shadow to be used for the tooltip component.
28
+ /// @param {List} $shadow [null] - Sets a shadow to be used for the tooltip component.
29
29
  /// @requires $light-material-schema
30
- /// @example scss Change the tooltip background
30
+ /// @example scss - Change the tooltip background
31
31
  /// $my-tooltip-theme: tooltip-theme($background: magenta);
32
32
  /// // Pass the theme to the css-vars() mixin
33
33
  /// @include css-vars($my-tooltip-theme);
@@ -23,24 +23,24 @@
23
23
  /// Derived colors are auto-calculated for contrast.
24
24
  ///
25
25
  /// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
26
- /// @param {Color} background [null] - The background color used for the tree node. PRIMARY - derives all state colors.
27
- /// @param {Color} foreground [null] - The color used for the tree node content. Auto-derived from background.
28
- /// @param {Color} icon-color [null] - The color used for the tree node icon.
29
- /// @param {Color} background-selected [null] - The background color used for the selected tree node. Auto-derived from background.
30
- /// @param {Color} foreground-selected [null] - The color used for the content of the selected tree node. Auto-derived from background-selected.
31
- /// @param {Color} background-active [null] - The background color used for the active tree node. Auto-derived from background.
32
- /// @param {Color} foreground-active [null] - The color used for the content of the active tree node. Auto-derived from background-active.
33
- /// @param {Color} background-active-selected [null] - The background color used for the active selected tree node. Auto-derived from background-active.
34
- /// @param {Color} foreground-active-selected [null] - The color used for the content of the active selected tree node. Auto-derived from background-active-selected.
35
- /// @param {Color} background-disabled [null] - The background color used for the tree node in disabled state. Auto-derived from background.
36
- /// @param {Color} foreground-disabled [null] - The color used for the content of the disabled tree node. Auto-derived from background-disabled.
37
- /// @param {Color} drop-area-color [null] - The background color used for the tree node drop aria.
38
- /// @param {Color} border-color [null] - The outline shadow color used for tree node in focus state.
39
- /// @param {Color} hover-color [null] - The background color used for the tree node on hover. Auto-derived from background.
40
- /// @param {Color} hover-selected-color [null] - The background color used for the selected tree node on hover. Auto-derived from background-selected.
26
+ /// @param {Color} $background [null] - The background color used for the tree node. PRIMARY - derives all state colors.
27
+ /// @param {Color} $foreground [null] - The color used for the tree node content. Auto-derived from background.
28
+ /// @param {Color} $icon-color [null] - The color used for the tree node icon.
29
+ /// @param {Color} $background-selected [null] - The background color used for the selected tree node. Auto-derived from background.
30
+ /// @param {Color} $foreground-selected [null] - The color used for the content of the selected tree node. Auto-derived from background-selected.
31
+ /// @param {Color} $background-active [null] - The background color used for the active tree node. Auto-derived from background.
32
+ /// @param {Color} $foreground-active [null] - The color used for the content of the active tree node. Auto-derived from background-active.
33
+ /// @param {Color} $background-active-selected [null] - The background color used for the active selected tree node. Auto-derived from background-active.
34
+ /// @param {Color} $foreground-active-selected [null] - The color used for the content of the active selected tree node. Auto-derived from background-active-selected.
35
+ /// @param {Color} $background-disabled [null] - The background color used for the tree node in disabled state. Auto-derived from background.
36
+ /// @param {Color} $foreground-disabled [null] - The color used for the content of the disabled tree node. Auto-derived from background-disabled.
37
+ /// @param {Color} $drop-area-color [null] - The background color used for the tree node drop aria.
38
+ /// @param {Color} $border-color [null] - The outline shadow color used for tree node in focus state.
39
+ /// @param {Color} $hover-color [null] - The background color used for the tree node on hover. Auto-derived from background.
40
+ /// @param {Color} $hover-selected-color [null] - The background color used for the selected tree node on hover. Auto-derived from background-selected.
41
41
  /// @requires $light-material-schema
42
42
  ///
43
- /// @example scss Change the tree background
43
+ /// @example scss - Change the tree background
44
44
  /// $my-tree-theme: tree-theme($background: magenta);
45
45
  /// // Pass the theme to the css-vars() mixin
46
46
  /// @include css-vars($my-tree-theme);
@@ -83,7 +83,7 @@
83
83
  }
84
84
 
85
85
  @if not($hover-color) and $background {
86
- $hover-color: hsla(from adaptive-contrast(var(--background)) h s l / 0.1);
86
+ $hover-color: hsl(from adaptive-contrast(var(--background)) h s l / 0.1);
87
87
  }
88
88
 
89
89
  @if not($hover-selected-color) and $background-selected {
@@ -29,7 +29,7 @@
29
29
  /// @param {Color} $border-color [null] - The border color used for the link.
30
30
  /// @param {List} $border-radius [null] - The border radius used for the link.
31
31
  ///
32
- /// @example scss Change the watermark link background
32
+ /// @example scss - Change the watermark link background
33
33
  /// @requires $light-material-schema
34
34
  @function watermark-theme(
35
35
  $schema: $light-material-schema,
@@ -11,7 +11,7 @@
11
11
 
12
12
  /// Generates a base category chart schema.
13
13
  /// @access private
14
- /// @type {Map}
14
+ /// @type Map
15
15
  $dark-category-chart: (
16
16
  _meta: (
17
17
  variant: 'dark',
@@ -19,21 +19,21 @@ $dark-category-chart: (
19
19
  );
20
20
 
21
21
  /// Generates a dark category-chart schema based on a mix of $material-category-chart and $base-dark-category-chart
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @requires $material-category-chart
24
24
  $dark-material-category-chart: extend($material-category-chart, $dark-category-chart);
25
25
 
26
26
  /// Generates a dark fluent category-chart schema based on a mix of $fluent-category-chart and $base-dark-category-chart
27
- /// @type {Map}
27
+ /// @type Map
28
28
  /// @requires $fluent-category-chart
29
29
  $dark-fluent-category-chart: extend($fluent-category-chart, $dark-category-chart);
30
30
 
31
31
  /// Generates a bootstrap category-chart schema based on a mix of $bootstrap-category-chart and $base-dark-category-chart
32
- /// @type {Map}
32
+ /// @type Map
33
33
  /// @requires $bootstrap-category-chart
34
34
  $dark-bootstrap-category-chart: extend($bootstrap-category-chart, $dark-category-chart);
35
35
 
36
36
  /// Generates an indigo category-chart schema based on a mix of $indigo-category-chart and $base-dark-category-chart
37
- /// @type {Map}
37
+ /// @type Map
38
38
  /// @requires $indigo-category-chart
39
39
  $dark-indigo-category-chart: extend($indigo-category-chart, $dark-category-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base category chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-data-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-data-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark data chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-data-chart
23
23
  $dark-material-data-chart: extend($material-data-chart, $dark-data-chart);
24
24
 
25
25
  /// Generates a dark fluent data-chart schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-data-chart
28
28
  $dark-fluent-data-chart: extend($fluent-data-chart, $dark-data-chart);
29
29
 
30
30
  /// Generates a dark bootstrap data-chart schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-data-chart
33
33
  $dark-bootstrap-data-chart: extend($bootstrap-data-chart, $dark-data-chart);
34
34
 
35
35
  /// Generates a dark indigo data-chart schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-data-chart
38
38
  $dark-indigo-data-chart: extend($indigo-data-chart, $dark-data-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base doughnut chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-doughnut-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-doughnut-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark doughnut chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires {function} extend
23
23
  $dark-material-doughnut-chart: extend($material-doughnut-chart, $dark-doughnut-chart);
24
24
 
25
25
  /// Generates a dark fluent doughnut-chart schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-doughnut-chart
28
28
  $dark-fluent-doughnut-chart: extend($fluent-doughnut-chart, $dark-doughnut-chart);
29
29
 
30
30
  /// Generates a dark bootstrap doughnut-chart schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-doughnut-chart
33
33
  $dark-bootstrap-doughnut-chart: extend($bootstrap-doughnut-chart, $dark-doughnut-chart);
34
34
 
35
35
  /// Generates a dark indigo doughnut-chart schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-doughnut-chart
38
38
  $dark-indigo-doughnut-chart: extend($indigo-doughnut-chart, $dark-doughnut-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base financial chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-financial-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-financial-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark financial chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-financial-chart
23
23
  $dark-material-financial-chart: extend($material-financial-chart, $dark-financial-chart);
24
24
 
25
25
  /// Generates a dark fluent financial-chart schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-financial-chart
28
28
  $dark-fluent-financial-chart: extend($fluent-financial-chart, $dark-financial-chart);
29
29
 
30
30
  /// Generates a dark bootstrap financial-chart schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-financial-chart
33
33
  $dark-bootstrap-financial-chart: extend($bootstrap-financial-chart, $dark-financial-chart);
34
34
 
35
35
  /// Generates a dark indigo financial-chart schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-financial-chart
38
38
  $dark-indigo-financial-chart: extend($indigo-financial-chart, $dark-financial-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base funnel chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-funnel-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-funnel-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark funnel chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-funnel-chart
23
23
  $dark-material-funnel-chart: extend($material-funnel-chart, $dark-funnel-chart);
24
24
 
25
25
  /// Generates a dark fluent funnel-chart schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-funnel-chart
28
28
  $dark-fluent-funnel-chart: extend($fluent-funnel-chart, $dark-funnel-chart);
29
29
 
30
30
  /// Generates a dark bootstrap funnel-chart schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-funnel-chart
33
33
  $dark-bootstrap-funnel-chart: extend($bootstrap-funnel-chart, $dark-funnel-chart);
34
34
 
35
35
  /// Generates a dark indigo funnel-chart schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-funnel-chart
38
38
  $dark-indigo-funnel-chart: extend($indigo-funnel-chart, $dark-funnel-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base dark gauge schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-gauge: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,41 +18,41 @@ $dark-gauge: (
18
18
  );
19
19
 
20
20
  /// Generates dark gauge schemas.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-linear-gauge
23
23
  $dark-material-linear-gauge: extend($material-linear-gauge, $dark-gauge);
24
24
 
25
25
  /// Generates dark gauge schemas.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $material-radial-gauge
28
28
  $dark-material-radial-gauge: extend($material-radial-gauge, $dark-gauge);
29
29
 
30
30
  /// Generates a dark fluent gauge schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $fluent-linear-gauge
33
33
  $dark-fluent-linear-gauge: extend($fluent-linear-gauge, $dark-gauge);
34
34
 
35
35
  /// Generates a dark fluent gauge schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $fluent-radial-gauge
38
38
  $dark-fluent-radial-gauge: extend($fluent-radial-gauge, $dark-gauge);
39
39
 
40
40
  /// Generates a dark bootstrap gauge schema.
41
- /// @type {Map}
41
+ /// @type Map
42
42
  /// @requires $bootstrap-linear-gauge
43
43
  $dark-bootstrap-linear-gauge: extend($bootstrap-linear-gauge, $dark-gauge);
44
44
 
45
45
  /// Generates a dark bootstrap gauge schema.
46
- /// @type {Map}
46
+ /// @type Map
47
47
  /// @requires $bootstrap-radial-gauge
48
48
  $dark-bootstrap-radial-gauge: extend($bootstrap-radial-gauge, $dark-gauge);
49
49
 
50
50
  /// Generates a dark indigo gauge schema.
51
- /// @type {Map}
51
+ /// @type Map
52
52
  /// @requires $indigo-linear-gauge
53
53
  $dark-indigo-linear-gauge: extend($indigo-linear-gauge, $dark-gauge);
54
54
 
55
55
  /// Generates a dark indigo gauge schema.
56
- /// @type {Map}
56
+ /// @type Map
57
57
  /// @requires $indigo-radial-gauge
58
58
  $dark-indigo-radial-gauge: extend($indigo-radial-gauge, $dark-gauge);