igniteui-theming 25.0.0 → 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 (281) hide show
  1. package/README.md +2 -2
  2. package/dist/mcp/generators/css.js +1 -8
  3. package/dist/mcp/generators/sass.d.ts +1 -1
  4. package/dist/mcp/generators/sass.js +26 -3
  5. package/dist/mcp/index.js +3 -3
  6. package/dist/mcp/json/components/themes.json.js +17 -17
  7. package/dist/mcp/knowledge/docs/setup/platform.md.js +4 -0
  8. package/dist/mcp/knowledge/index.d.ts +1 -1
  9. package/dist/mcp/knowledge/index.js +1 -4
  10. package/dist/mcp/knowledge/platform-setup.d.ts +2 -0
  11. package/dist/mcp/knowledge/platforms/index.d.ts +8 -11
  12. package/dist/mcp/knowledge/platforms/index.js +22 -14
  13. package/dist/mcp/knowledge/platforms/react.d.ts +2 -2
  14. package/dist/mcp/knowledge/platforms/react.js +3 -3
  15. package/dist/mcp/knowledge/sass-api.d.ts +2 -2
  16. package/dist/mcp/resources/presets.d.ts +12 -0
  17. package/dist/mcp/resources/presets.js +44 -1
  18. package/dist/mcp/tools/descriptions.d.ts +8 -8
  19. package/dist/mcp/tools/descriptions.js +25 -7
  20. package/dist/mcp/tools/handlers/component-theme.js +23 -5
  21. package/dist/mcp/tools/handlers/custom-palette.js +2 -1
  22. package/dist/mcp/tools/handlers/elevations.js +2 -1
  23. package/dist/mcp/tools/handlers/layout.js +1 -1
  24. package/dist/mcp/tools/handlers/palette.js +2 -3
  25. package/dist/mcp/tools/handlers/platform.js +247 -86
  26. package/dist/mcp/tools/handlers/theme.js +3 -0
  27. package/dist/mcp/tools/handlers/typography.js +2 -1
  28. package/dist/mcp/tools/schemas.d.ts +31 -31
  29. package/dist/mcp/utils/sass.d.ts +20 -0
  30. package/dist/mcp/utils/sass.js +16 -0
  31. package/dist/mcp/utils/types.d.ts +2 -1
  32. package/dist/mcp/utils/types.js +2 -1
  33. package/json/components/bootstrap.json +1 -1
  34. package/json/components/fluent.json +1 -1
  35. package/json/components/indigo.json +1 -1
  36. package/json/components/material.json +1 -1
  37. package/json/components/themes.json +53 -28
  38. package/package.json +15 -7
  39. package/sass/animations/_easings.scss +24 -24
  40. package/sass/bem/_index.scss +16 -14
  41. package/sass/color/_charts.scss +20 -20
  42. package/sass/color/_functions.scss +18 -18
  43. package/sass/color/_mixins.scss +1 -1
  44. package/sass/elevations/_functions.scss +4 -4
  45. package/sass/elevations/_mixins.scss +2 -2
  46. package/sass/elevations/presets/_index.scss +3 -3
  47. package/sass/elevations/presets/_indigo.scss +16 -16
  48. package/sass/elevations/presets/_material.scss +3 -3
  49. package/sass/tailwind/utilities/_common.scss +1 -1
  50. package/sass/themes/_functions.scss +15 -15
  51. package/sass/themes/_mixins.scss +9 -9
  52. package/sass/themes/charts/_category-chart-theme.scss +2 -9
  53. package/sass/themes/charts/_data-chart-theme.scss +1 -1
  54. package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
  55. package/sass/themes/charts/_financial-chart-theme.scss +2 -9
  56. package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
  57. package/sass/themes/charts/_gauge-theme.scss +2 -2
  58. package/sass/themes/charts/_geo-map-theme.scss +1 -1
  59. package/sass/themes/charts/_graph-theme.scss +1 -1
  60. package/sass/themes/charts/_pie-chart-theme.scss +1 -1
  61. package/sass/themes/charts/_shape-chart-theme.scss +2 -9
  62. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  63. package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
  64. package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
  65. package/sass/themes/components/badge/_badge-theme.scss +2 -2
  66. package/sass/themes/components/banner/_banner-theme.scss +1 -1
  67. package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
  68. package/sass/themes/components/button/_button-theme.scss +5 -5
  69. package/sass/themes/components/button/_contained-button-theme.scss +5 -5
  70. package/sass/themes/components/button/_fab-button-theme.scss +5 -5
  71. package/sass/themes/components/button/_flat-button-theme.scss +17 -17
  72. package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
  73. package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
  74. package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
  75. package/sass/themes/components/card/_card-theme.scss +3 -3
  76. package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
  77. package/sass/themes/components/chat/_chat-theme.scss +1 -1
  78. package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
  79. package/sass/themes/components/chip/_chip-theme.scss +5 -5
  80. package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
  81. package/sass/themes/components/combo/_combo-theme.scss +3 -3
  82. package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
  83. package/sass/themes/components/divider/_divider-theme.scss +1 -1
  84. package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
  85. package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
  86. package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
  87. package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
  88. package/sass/themes/components/grid/_grid-theme.scss +56 -17
  89. package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
  90. package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
  91. package/sass/themes/components/icon/_icon-theme.scss +1 -1
  92. package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
  93. package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
  94. package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
  95. package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
  96. package/sass/themes/components/input/_file-input-theme.scss +1 -1
  97. package/sass/themes/components/input/_input-theme.scss +23 -23
  98. package/sass/themes/components/list/_list-theme.scss +6 -6
  99. package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
  100. package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
  101. package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
  102. package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
  103. package/sass/themes/components/progress/_circular-theme.scss +1 -1
  104. package/sass/themes/components/progress/_linear-theme.scss +1 -1
  105. package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
  106. package/sass/themes/components/radio/_radio-theme.scss +5 -5
  107. package/sass/themes/components/rating/_rating-theme.scss +1 -1
  108. package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
  109. package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
  110. package/sass/themes/components/select/_select-theme.scss +1 -1
  111. package/sass/themes/components/slider/_slider-theme.scss +7 -7
  112. package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
  113. package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
  114. package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
  115. package/sass/themes/components/switch/_switch-theme.scss +13 -13
  116. package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
  117. package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
  118. package/sass/themes/components/toast/_toast-theme.scss +3 -3
  119. package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
  120. package/sass/themes/components/tree/_tree-theme.scss +17 -17
  121. package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
  122. package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
  123. package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
  124. package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
  125. package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
  126. package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
  127. package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
  128. package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
  129. package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
  130. package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
  131. package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
  132. package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
  133. package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
  134. package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
  135. package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
  136. package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
  137. package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
  138. package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
  139. package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
  140. package/sass/themes/schemas/charts/light/_graph.scss +8 -8
  141. package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
  142. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
  143. package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
  144. package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
  145. package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
  146. package/sass/themes/schemas/components/dark/_badge.scss +5 -5
  147. package/sass/themes/schemas/components/dark/_banner.scss +5 -5
  148. package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
  149. package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
  150. package/sass/themes/schemas/components/dark/_button.scss +65 -65
  151. package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
  152. package/sass/themes/schemas/components/dark/_card.scss +5 -5
  153. package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
  154. package/sass/themes/schemas/components/dark/_chat.scss +5 -5
  155. package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
  156. package/sass/themes/schemas/components/dark/_chip.scss +7 -7
  157. package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
  158. package/sass/themes/schemas/components/dark/_combo.scss +6 -6
  159. package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
  160. package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
  161. package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
  162. package/sass/themes/schemas/components/dark/_divider.scss +5 -5
  163. package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
  164. package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
  165. package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
  166. package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
  167. package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
  168. package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
  169. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  170. package/sass/themes/schemas/components/dark/_grid.scss +57 -14
  171. package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
  172. package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
  173. package/sass/themes/schemas/components/dark/_icon.scss +5 -5
  174. package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
  175. package/sass/themes/schemas/components/dark/_label.scss +5 -5
  176. package/sass/themes/schemas/components/dark/_list.scss +5 -5
  177. package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
  178. package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
  179. package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
  180. package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
  181. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
  182. package/sass/themes/schemas/components/dark/_progress.scss +10 -10
  183. package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
  184. package/sass/themes/schemas/components/dark/_radio.scss +5 -5
  185. package/sass/themes/schemas/components/dark/_rating.scss +5 -5
  186. package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
  187. package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
  188. package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
  189. package/sass/themes/schemas/components/dark/_select.scss +5 -5
  190. package/sass/themes/schemas/components/dark/_slider.scss +5 -5
  191. package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
  192. package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
  193. package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
  194. package/sass/themes/schemas/components/dark/_switch.scss +5 -5
  195. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  196. package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
  197. package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
  198. package/sass/themes/schemas/components/dark/_toast.scss +4 -4
  199. package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
  200. package/sass/themes/schemas/components/dark/_tree.scss +5 -5
  201. package/sass/themes/schemas/components/dark/_validator.scss +5 -5
  202. package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
  203. package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
  204. package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
  205. package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
  206. package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
  207. package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
  208. package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
  209. package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
  210. package/sass/themes/schemas/components/light/_avatar.scss +9 -9
  211. package/sass/themes/schemas/components/light/_badge.scss +12 -12
  212. package/sass/themes/schemas/components/light/_banner.scss +9 -9
  213. package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
  214. package/sass/themes/schemas/components/light/_button-group.scss +14 -14
  215. package/sass/themes/schemas/components/light/_button.scss +103 -103
  216. package/sass/themes/schemas/components/light/_calendar.scss +28 -28
  217. package/sass/themes/schemas/components/light/_card.scss +14 -42
  218. package/sass/themes/schemas/components/light/_carousel.scss +12 -12
  219. package/sass/themes/schemas/components/light/_chat.scss +9 -9
  220. package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
  221. package/sass/themes/schemas/components/light/_chip.scss +27 -27
  222. package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
  223. package/sass/themes/schemas/components/light/_combo.scss +11 -11
  224. package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
  225. package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
  226. package/sass/themes/schemas/components/light/_dialog.scss +14 -23
  227. package/sass/themes/schemas/components/light/_divider.scss +7 -7
  228. package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
  229. package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
  230. package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
  231. package/sass/themes/schemas/components/light/_file-input.scss +1 -1
  232. package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
  233. package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
  234. package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
  235. package/sass/themes/schemas/components/light/_grid.scss +162 -68
  236. package/sass/themes/schemas/components/light/_highlight.scss +10 -10
  237. package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
  238. package/sass/themes/schemas/components/light/_icon.scss +9 -9
  239. package/sass/themes/schemas/components/light/_input-group.scss +17 -26
  240. package/sass/themes/schemas/components/light/_label.scss +8 -8
  241. package/sass/themes/schemas/components/light/_list.scss +13 -33
  242. package/sass/themes/schemas/components/light/_navbar.scss +12 -12
  243. package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
  244. package/sass/themes/schemas/components/light/_overlay.scss +9 -9
  245. package/sass/themes/schemas/components/light/_pagination.scss +9 -9
  246. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
  247. package/sass/themes/schemas/components/light/_progress.scss +13 -13
  248. package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
  249. package/sass/themes/schemas/components/light/_radio.scss +9 -9
  250. package/sass/themes/schemas/components/light/_rating.scss +9 -9
  251. package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
  252. package/sass/themes/schemas/components/light/_ripple.scss +9 -9
  253. package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
  254. package/sass/themes/schemas/components/light/_select.scss +9 -9
  255. package/sass/themes/schemas/components/light/_slider.scss +11 -17
  256. package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
  257. package/sass/themes/schemas/components/light/_splitter.scss +9 -9
  258. package/sass/themes/schemas/components/light/_stepper.scss +8 -8
  259. package/sass/themes/schemas/components/light/_switch.scss +9 -9
  260. package/sass/themes/schemas/components/light/_tabs.scss +9 -9
  261. package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
  262. package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
  263. package/sass/themes/schemas/components/light/_toast.scss +11 -11
  264. package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
  265. package/sass/themes/schemas/components/light/_tree.scss +8 -8
  266. package/sass/themes/schemas/components/light/_validator.scss +9 -9
  267. package/sass/themes/schemas/components/light/_watermark.scss +9 -9
  268. package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
  269. package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
  270. package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
  271. package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
  272. package/sass/typography/_functions.scss +14 -14
  273. package/sass/typography/_mixins.scss +7 -7
  274. package/sass/utils/_css.scss +1 -1
  275. package/sass/utils/_map.scss +5 -5
  276. package/sass/utils/_math.scss +6 -5
  277. package/sass/utils/_meta.scss +4 -4
  278. package/tailwind/utilities/bootstrap.css +1 -1
  279. package/tailwind/utilities/fluent.css +1 -1
  280. package/tailwind/utilities/indigo.css +1 -1
  281. package/tailwind/utilities/material.css +1 -1
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a base light stepper schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Color} step-background [transparent] - The background of the step header.
13
13
  /// @prop {Map} title-color [color: ('gray', 900)] - The text color of the step title.
14
14
  /// @prop {Map} title-hover-color [color: ('gray', 900)] - The text color of the step title on hover.
@@ -325,7 +325,7 @@ $light-stepper: (
325
325
  );
326
326
 
327
327
  /// Generates a material stepper schema.
328
- /// @type {Map}
328
+ /// @type Map
329
329
  /// @prop {Map} indicator-background [color: ('gray', 400)] - The background color of the incomplete step indicator.
330
330
  /// @prop {Map} indicator-color [contrast-color: ('gray', 400)] - The text color of the incomplete step indicator.
331
331
  /// @prop {Map} complete-indicator-background [color: ('gray', 900)] - The background color of the completed step indicator.
@@ -351,7 +351,7 @@ $light-stepper: (
351
351
  /// @prop {Map} current-step-focus-background [color: ('gray', 200)] - The background of the current step header on hover.
352
352
  /// @prop {Map} complete-step-focus-background [color: ('gray', 200)] - The background of the complete step header on hover.
353
353
  /// @prop {Map} disabled-indicator-background [color: ('gray', 200)] - The background color of the disabled step indicator.
354
- /// @requires {Map} $light-stepper
354
+ /// @requires $light-stepper
355
355
  $material-stepper: extend(
356
356
  $light-stepper,
357
357
  (
@@ -512,7 +512,7 @@ $material-stepper: extend(
512
512
  );
513
513
 
514
514
  /// Generates a fluent stepper schema.
515
- /// @type {Map}
515
+ /// @type Map
516
516
  /// @prop {Color} indicator-outline [transparent] - The outline color of the incomplete step indicator.
517
517
  /// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
518
518
  /// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
@@ -529,7 +529,7 @@ $material-stepper: extend(
529
529
  /// @prop {Color} disabled-indicator-outline [transparent] - The outline color of the disabled step indicator.
530
530
  /// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
531
531
  /// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
532
- /// @requires {Map} $light-stepper
532
+ /// @requires $light-stepper
533
533
  $fluent-stepper: extend(
534
534
  $light-stepper,
535
535
  (
@@ -628,7 +628,7 @@ $fluent-stepper: extend(
628
628
  );
629
629
 
630
630
  /// Generates a bootstrap stepper schema.
631
- /// @type {Map}
631
+ /// @type Map
632
632
  /// @prop {Map} indicator-color [color: ('primary', 600)] - The text color of the incomplete step indicator.
633
633
  /// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
634
634
  /// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
@@ -652,7 +652,7 @@ $fluent-stepper: extend(
652
652
  /// @prop {Map} complete-step-focus-background [color: ('gray', 300, .5)] - The background of the complete step header on hover.
653
653
  /// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
654
654
  /// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
655
- /// @requires {Map} $light-stepper
655
+ /// @requires $light-stepper
656
656
  $bootstrap-stepper: extend(
657
657
  $light-stepper,
658
658
  (
@@ -811,7 +811,7 @@ $bootstrap-stepper: extend(
811
811
  );
812
812
 
813
813
  /// Generates an indigo stepper schema.
814
- /// @type {Map}
814
+ /// @type Map
815
815
  /// @prop {Map} complete-indicator-background [color: ('gray', 600)] - The background color of the completed step indicator.
816
816
  /// @prop {Color} complete-indicator-outline [transparent] - The outline color of the completed step indicator.
817
817
  /// @prop {Map} complete-indicator-color [contrast-color: ('gray', 900)] - The color of the completed step indicator.
@@ -11,7 +11,7 @@
11
11
  // stylelint-disable max-line-length
12
12
 
13
13
  /// Generates a base light switch schema.
14
- /// @type {Map}
14
+ /// @type Map
15
15
  /// @prop {Map} thumb-on-color [color: ('gray', 50)] - The color of the thumb when the switch is on.
16
16
  /// @prop {Map} track-on-color [color: ('primary', 500)] - The color of the track when the switch is on.
17
17
  /// @prop {Color} track-off-color [transparent] - The color of the track when the switch is off.
@@ -104,7 +104,7 @@ $light-switch: extend(
104
104
  );
105
105
 
106
106
  /// Generates a material switch schema.
107
- /// @type {Map}
107
+ /// @type Map
108
108
  /// @prop {Color} focus-outline-color [transparent] - The focus outlined color.
109
109
  /// @prop {Color} border-color [transparent] - The border color of the switch.
110
110
  /// @prop {Color} border-hover-color [transparent] - The border color of the switch on hover.
@@ -126,8 +126,8 @@ $light-switch: extend(
126
126
  /// @prop {Number} hover-elevation [1] - The elevation level, between 0-24, to be used for the hover state.
127
127
  /// @prop {Number} disabled-elevation [1] - The elevation level, between 0-24, to be used for the disabled state.
128
128
  /// @prop {Map} typography [label: (value: 'subtitle-1')] - The typography styles used for the component.
129
- /// @requires {Map} $light-switch
130
- /// @requires {Map} $default-elevation-switch
129
+ /// @requires $light-switch
130
+ /// @requires $default-elevation-switch
131
131
  $material-switch: extend(
132
132
  $light-switch,
133
133
  $default-elevation-switch,
@@ -207,7 +207,7 @@ $material-switch: extend(
207
207
  );
208
208
 
209
209
  /// Generates a fluent switch schema.
210
- /// @type {Map}
210
+ /// @type Map
211
211
  /// @prop {Map} border-color [color: ('gray', 700)] - The border color of the switch.
212
212
  /// @prop {Map} border-hover-color [color: ('gray', 900)] - The border color of the switch on hover.
213
213
  /// @prop {Map} focus-fill-color [color: ('gray', 700)] - The focus fill color.
@@ -224,7 +224,7 @@ $material-switch: extend(
224
224
  /// @prop {Map} thumb-on-disabled-color [color: ('gray', 100)] - The color of the thumb when the switch is on and disabled.
225
225
  /// @prop {Map} focus-outline-color [color: ('gray', 700)] - The focus outlined color.
226
226
  /// @prop {List} border-radius-track [(rem(10px), rem(0), rem(10px))] - The border radius used for switch track.
227
- /// @requires {Map} $light-switch
227
+ /// @requires $light-switch
228
228
  $fluent-switch: extend(
229
229
  $light-switch,
230
230
  (
@@ -332,7 +332,7 @@ $fluent-switch: extend(
332
332
  );
333
333
 
334
334
  /// Generates a bootstrap switch schema.
335
- /// @type {Map}
335
+ /// @type Map
336
336
  /// @prop {Map} track-on-hover-color [color: ('primary', 600)] - The color of the track when the switch is on and hovered.
337
337
  /// @prop {Map} focus-outline-color [color: ('primary', 200, 0.5)] - The focus outlined color.
338
338
  /// @prop {Map} focus-fill-color [color: ('primary', 200)] - The focus fill color.
@@ -350,7 +350,7 @@ $fluent-switch: extend(
350
350
  /// @prop {List} border-radius-track [(rem(32px), rem(0), rem(32px))] - The border radius used for switch track.
351
351
  /// @prop {List} border-radius-thumb [(rem(32px), rem(0), rem(32px))] - The border radius used for switch thumb.
352
352
  /// @prop {Map} typography [label: (value: 'body-2')] - The typography styles used for the component.
353
- /// @requires {Map} $fluent-switch
353
+ /// @requires $fluent-switch
354
354
  $bootstrap-switch: extend(
355
355
  $fluent-switch,
356
356
  (
@@ -465,7 +465,7 @@ $bootstrap-switch: extend(
465
465
  );
466
466
 
467
467
  /// Generates an indigo switch schema.
468
- /// @type {Map}
468
+ /// @type Map
469
469
  /// @prop {Map} label-color [color: ('gray', 800)] - The color of the switch label.
470
470
  /// @prop {Map} label-disabled-color [color: ('gray', 900, .2)] - The color of the switch label when the switch is disabled
471
471
  /// @prop {Map} thumb-on-color [contrast-color: ('gray', 900)] - The color of the thumb when the switch is on.
@@ -10,7 +10,7 @@
10
10
  // stylelint-disable max-line-length
11
11
 
12
12
  /// Generates a base light tabs schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} item-text-color [color: ('gray', 700)] - The color used for the tab text color.
15
15
  /// @prop {Map} item-background [color: ('surface')] - The background color used for the tabs header.
16
16
  /// @prop {Map} item-hover-background [color: ('gray', 200)] - The background used for the tabs on hover.
@@ -188,14 +188,14 @@ $light-tabs: (
188
188
  );
189
189
 
190
190
  /// Generates a material tabs schema.
191
- /// @type {Map}
191
+ /// @type Map
192
192
  /// @prop {Map} item-hover-color [color: ('gray', 700)] - The text color used for the tabs on hover.
193
193
  /// @prop {Map} item-active-icon-color [color: ('primary', 900)] - The color used for the active tab icon.
194
194
  /// @prop {Map} item-active-hover-icon-color [color: ('primary', 900)] - The color used for the active tab icon on hover and focus.
195
195
  /// @prop {Map} item-active-color [color: ('primary', 900)] - The color used for the active tabs text.
196
196
  /// @prop {Map} item-active-hover-color [color: ('primary', 900)] - The color used for the active tabs text on hover and focus.
197
197
  /// @prop {Map} indicator-color [color: ('primary', 900)] - The color used for the active tab indicator.
198
- /// @requires {Map} $light-tabs
198
+ /// @requires $light-tabs
199
199
  $material-tabs: extend(
200
200
  $light-tabs,
201
201
  (
@@ -242,7 +242,7 @@ $material-tabs: extend(
242
242
  );
243
243
 
244
244
  /// Generates a fluent tabs schema.
245
- /// @type {Map}
245
+ /// @type Map
246
246
  /// @prop {Map} item-text-color [color: ('gray', 800)] - The color used for the tab text color.
247
247
  /// @prop {Map} button-color [color: ('gray', 500)] - The color used for the button icon/text color.
248
248
  /// @prop {Map} button-hover-color [color: ('gray', 600)] - The color used for the button icon/text color on hover.
@@ -254,7 +254,7 @@ $material-tabs: extend(
254
254
  /// @prop {Map} item-hover-icon-color [color: ('gray', 900)] - The color used for the tab icon on hover.
255
255
  /// @prop {Map} item-icon-color [color: ('gray', 800)] - The color used for the tab icon.
256
256
  /// @prop {Map} typography [label: (value: 'body-2')] - The typography styles used for the component.
257
- /// @requires {Map} $light-tabs
257
+ /// @requires $light-tabs
258
258
  $fluent-tabs: extend(
259
259
  $light-tabs,
260
260
  (
@@ -330,7 +330,7 @@ $fluent-tabs: extend(
330
330
  );
331
331
 
332
332
  /// Generates a bootstrap tabs schema.
333
- /// @type {Map}
333
+ /// @type Map
334
334
  /// @prop {map} item-text-color [color: ('primary', 500)] - The color used for the tab text color.
335
335
  /// @prop {map} item-icon-color [color: ('primary', 500)] - The color used for the tab icon.
336
336
  /// @prop {map} item-hover-color [color: ('primary', 700)] - The text color used for the tabs on hover.
@@ -349,7 +349,7 @@ $fluent-tabs: extend(
349
349
  /// @prop {map} border-color [color: ('gray', 300)] - The color used for the tab items border.
350
350
  /// @prop {map} border-color--hover [color: ('gray', 200)] - The color used for the tab items border on hover/focus.
351
351
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(6px))] - The border radius used for tabs.
352
- /// @requires {Map} $light-tabs
352
+ /// @requires $light-tabs
353
353
  $bootstrap-tabs: extend(
354
354
  $light-tabs,
355
355
  (
@@ -470,7 +470,7 @@ $bootstrap-tabs: extend(
470
470
  );
471
471
 
472
472
  /// Generates an indigo tabs schema.
473
- /// @type {Map}
473
+ /// @type Map
474
474
  /// @prop {Color} item-background [transparent] - The background color used for the tabs header.
475
475
  /// @prop {Map} item-hover-background [color: ('gray', 900, .05)] - The background used for the tabs on hover.
476
476
  /// @prop {Color} item-active-background [transparent] - The color used for the active tab background.
@@ -492,7 +492,7 @@ $bootstrap-tabs: extend(
492
492
  /// @prop {Map} button-hover-color [color: ('gray', 700)] - The color used for the button icon/text color on hover.
493
493
  /// @prop {Map} button-disabled-color [color: ('gray', 900, .2)] - The color used for the disabled button icon/text.
494
494
  /// @prop {Map} typography [label: (value: 'subtitle-2')] - The typography styles used for the component.
495
- /// @requires {Map} $light-tabs
495
+ /// @requires $light-tabs
496
496
  $indigo-tabs: extend(
497
497
  $light-tabs,
498
498
  (
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a light base tile manager schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} background [color: ('gray', 100)] - The background color of the tile manager component.
14
14
  /// @prop {Map} tile-background [color: ('surface', 500)] - The background color of the tile component inside the tile manager.
15
15
  /// @prop {Map} title-color [color: ('gray', 900)] - The title color of the tile component.
@@ -24,7 +24,7 @@
24
24
  /// @prop {Color} divider-color [transparent] - The color of the divider component inside the tile header.
25
25
  /// @prop {Number} border-radius [rem(4px)] - The border radius of the tile component.
26
26
  /// @prop {Number} default-size [2] - The default size used for the tile manager component.
27
- /// @requires {Map} $default-elevation-tile
27
+ /// @requires $default-elevation-tile
28
28
  $light-tile-manager: extend(
29
29
  $default-elevation-tile,
30
30
  (
@@ -113,8 +113,8 @@ $light-tile-manager: extend(
113
113
  );
114
114
 
115
115
  /// Generates a material tile manager schema.
116
- /// @type {Map}
117
- /// @requires {Map} $light-tile-manager
116
+ /// @type Map
117
+ /// @requires $light-tile-manager
118
118
  $material-tile-manager: extend(
119
119
  $light-tile-manager,
120
120
  (
@@ -125,11 +125,11 @@ $material-tile-manager: extend(
125
125
  );
126
126
 
127
127
  /// Generates a fluent tile manager schema.
128
- /// @type {Map}
128
+ /// @type Map
129
129
  /// @prop {Map} placeholder-background [color: ('primary', 100, .2)] - The background color of the ghost element that appears during drag and drop and while resizing.
130
130
  /// @prop {Map} overlay-background [color: ('primary', 100, .5)] - The background color of the ghost element that appears on top of the tile that will be swapped.
131
131
  /// @prop {Number} border-radius [0] - The border radius of the tile component.
132
- /// @requires {Map} $light-tile-manager
132
+ /// @requires $light-tile-manager
133
133
  $fluent-tile-manager: extend(
134
134
  $light-tile-manager,
135
135
  $default-elevation-tile,
@@ -159,12 +159,12 @@ $fluent-tile-manager: extend(
159
159
  );
160
160
 
161
161
  /// Generates a bootstrap tile manager schema.
162
- /// @type {Map}
162
+ /// @type Map
163
163
  /// @prop {Map} background [color: ('gray', 200)] - The background color of the tile manager component.
164
164
  /// @prop {Map} border-color [color: ('gray', 300)] - The border color of the tile component.
165
165
  /// @prop {Map} placeholder-background [color: ('primary', 300, .15)] - The background color of the ghost element that appears during drag and drop and while resizing.
166
166
  /// @prop {Map} overlay-background [color: ('primary', 300, .4)] - The background color of the ghost element that appears on top of the tile that will be swapped.
167
- /// @requires {Map} $light-tile-manager
167
+ /// @requires $light-tile-manager
168
168
  $bootstrap-tile-manager: extend(
169
169
  $light-tile-manager,
170
170
  $default-elevation-tile,
@@ -206,7 +206,7 @@ $bootstrap-tile-manager: extend(
206
206
  );
207
207
 
208
208
  /// Generates an indigo tile manager schema.
209
- /// @type {Map}
209
+ /// @type Map
210
210
  /// @prop {Map} background [color: ('surface', 500)] - The background color of the tile manager component.
211
211
  /// @prop {Map} tile-background [contrast-color: ('gray', 900)] - The background color of the tile component inside the tile manager.
212
212
  /// @prop {Map} title-color [color: ('gray', 800)] - The title color of the tile component.
@@ -216,7 +216,7 @@ $bootstrap-tile-manager: extend(
216
216
  /// @prop {Map} hover-border-color [color: ('gray', 500)] - The border color of the tile component on hover.
217
217
  /// @prop {Map} placeholder-background [color: ('primary', 100, .2)] - The background color of the ghost element that appears during drag and drop and while resizing.
218
218
  /// @prop {Number} border-radius [rem(6px)] - The border radius of the tile component.
219
- /// @requires {Map} $light-tile-manager
219
+ /// @requires $light-tile-manager
220
220
  $indigo-tile-manager: extend(
221
221
  $light-tile-manager,
222
222
  $default-elevation-tile,
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a base light time-picker schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} text-color [color: ('gray', 900)] - The text color of an open time picker.
14
14
  /// @prop {Map} hover-text-color [color: ('primary', 500)] - The hover text color of an open time picker.
15
15
  /// @prop {Map} selected-text-color [color: ('primary', 500)] - The text color of a selected item in time picker.
@@ -24,11 +24,8 @@
24
24
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the overall shape of the time-picker.
25
25
  /// @prop {List} time-item-size [(rem(28px), rem(32px), rem(36px))] - The height of the time item.
26
26
  /// @prop {Number} default-size [2] - the default size.
27
- /// @prop {Map} typography [
28
- /// header-hour: (value: 'h4'),
29
- /// selected-time: (value: 'h5')
30
- /// ] - The typography styles used for the component.
31
- /// @requires {Map} $default-elevation-time-picker
27
+ /// @prop {Map} typography [header-hour: (value: 'h4'), selected-time: (value: 'h5')] - The typography styles used for the component.
28
+ /// @requires $default-elevation-time-picker
32
29
  $light-time-picker: extend(
33
30
  $default-elevation-time-picker,
34
31
  (
@@ -124,7 +121,7 @@ $light-time-picker: extend(
124
121
  );
125
122
 
126
123
  /// Generates a light material time-picker schema.
127
- /// @type {Map}
124
+ /// @type Map
128
125
  /// @prop {Map} header-background [color: ('secondary', 500)] - The header background color of a time picker.
129
126
  /// @prop {Map} header-hour-text-color [contrast-color: ('secondary', 500)] - The header hour text color of a time picker.
130
127
  /// @prop {Map} hover-text-color [color: ('secondary', 500)] - The hover text color of an open time picker.
@@ -132,7 +129,7 @@ $light-time-picker: extend(
132
129
  /// @prop {Map} active-item-foreground [contrast-color: ('secondary', 500)] - The foreground color for current item in focused column inside the time picker.
133
130
  /// @prop {Map} active-item-background [color: ('secondary', 500)] - The background color for current item in focused column inside the time picker.
134
131
  /// @prop {List} active-item-border-radius [(rem(15px), rem(0), rem(20px))] - The border radius used for the highlight of the active item in the time-picker.
135
- /// @requires {Map} $light-time-picker
132
+ /// @requires $light-time-picker
136
133
  $material-time-picker: extend(
137
134
  $light-time-picker,
138
135
  (
@@ -193,7 +190,7 @@ $material-time-picker: extend(
193
190
  );
194
191
 
195
192
  /// Generates a fluent time-picker schema.
196
- /// @type {Map}
193
+ /// @type Map
197
194
  /// @prop {Map} header-background [color: ('primary', 500)] - The header background color of a time picker.
198
195
  /// @prop {Map} header-hour-text-color [contrast-color: ('primary', 500)] - The header hour text color of a time picker.
199
196
  /// @prop {List} border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for the overall shape of the time-picker.
@@ -248,7 +245,7 @@ $fluent-time-picker: extend(
248
245
  );
249
246
 
250
247
  /// Generates a bootstrap time-picker schema.
251
- /// @type {Map}
248
+ /// @type Map
252
249
  /// @prop {Map} selected-text-color [color: ('primary', 600)] - The text color of a selected item in time picker.
253
250
  /// @prop {Map} hover-text-color [color: ('primary', 600)] - The hover text color of an open time picker.
254
251
  /// @prop {Map} header-background [color: ('gray', 100)] - The header background color of a time picker.
@@ -257,10 +254,7 @@ $fluent-time-picker: extend(
257
254
  /// @prop {Map} divider-color [color: ('gray', 300)] - The divider color of the time picker.
258
255
  /// @prop {Map} active-item-background [color: ('primary', 600)] - The background color for current item in focused column inside the time picker.
259
256
  /// @prop {List} active-item-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the highlight of the active item in the time-picker.
260
- /// @prop {Map} typography [
261
- /// header-hour: (value: 'h4'),
262
- /// selected-time: (value: 'h4')
263
- /// ] - The typography styles used for the component.
257
+ /// @prop {Map} typography [header-hour: (value: 'h4'), selected-time: (value: 'h4')] - The typography styles used for the component.
264
258
  /// @requires $light-time-picker
265
259
  $bootstrap-time-picker: extend(
266
260
  $light-time-picker,
@@ -338,7 +332,7 @@ $bootstrap-time-picker: extend(
338
332
  );
339
333
 
340
334
  /// Generates an indigo time-picker schema.
341
- /// @type {Map}
335
+ /// @type Map
342
336
  /// @prop {Map} text-color [color: ('gray', 800)] - The text color of an open time picker.
343
337
  /// @prop {Map} active-item-foreground [contrast-color: ('primary', 900)] - The foreground color for current item in focused column inside the time picker.
344
338
  /// @prop {Map} background-color [contrast-color: ('gray', 900)] - The time-picker panel background color.
@@ -348,10 +342,7 @@ $bootstrap-time-picker: extend(
348
342
  /// @prop {List} active-item-border-radius [(rem(32px), rem(0), rem(32px))] - The border radius used for the highlight of the active item in the time-picker.
349
343
  /// @prop {Map} border-color [color: ('gray', 400)] - The border-color of the time picker.
350
344
  /// @prop {Map} divider-color [color: ('gray', 400)] - The divider color of the time picker.
351
- /// @prop {Map} typography [
352
- /// header-hour: (value: 'h5'),
353
- /// selected-time: (value: 'h6')
354
- /// ] - The typography styles used for the component.
345
+ /// @prop {Map} typography [header-hour: (value: 'h5'), selected-time: (value: 'h6')] - The typography styles used for the component.
355
346
  /// @requires $light-time-picker
356
347
  $indigo-time-picker: extend(
357
348
  $light-time-picker,
@@ -9,14 +9,14 @@
9
9
  ////
10
10
 
11
11
  /// Generates a base light toast schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} background [color: ('gray', 700)] - The background color used for the toast.
14
14
  /// @prop {Map} border-color [color: ('gray', 700)] - The border color used for the toast.
15
15
  /// @prop {Map} text-color [contrast-color: ('gray', 700)] - The text-color used for the toast.
16
16
  /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the toast.
17
17
  /// @prop {Map} border-radius [border-radius: (rem(26px), rem(0), rem(26px))] - The border radius used for toast.
18
18
  /// @prop {Map} typography [text: (value: 'body-2')] - The typography styles used for the component.
19
- /// @requires {Map} $default-elevation-toast
19
+ /// @requires $default-elevation-toast
20
20
  $light-toast: extend(
21
21
  $default-elevation-toast,
22
22
  (
@@ -63,8 +63,8 @@ $light-toast: extend(
63
63
  );
64
64
 
65
65
  /// Generates a light material toast schema.
66
- /// @type {Map}
67
- /// @requires {Map} $light-toast
66
+ /// @type Map
67
+ /// @requires $light-toast
68
68
  $material-toast: extend(
69
69
  $light-toast,
70
70
  (
@@ -75,13 +75,13 @@ $material-toast: extend(
75
75
  );
76
76
 
77
77
  /// Generates a fluent toast schema.
78
- /// @type {Map}
78
+ /// @type Map
79
79
  /// @prop {Map} background [color: ('gray', 100)] - The background color used for the toast.
80
80
  /// @prop {Map} border-color [color: ('gray', 100)] - The border color used for the toast.
81
81
  /// @prop {Map} text-color [contrast-color: ('gray', 100)] - The text-color used for the toast.
82
82
  /// @prop {Map} border-radius [border-radius: (rem(2px), rem(0), rem(26px))] - The border radius used for toast.
83
83
  /// @prop {Map} typography [text: (value: 'caption')] - The typography styles used for the component.
84
- /// @requires {Map} $light-toast
84
+ /// @requires $light-toast
85
85
  $fluent-toast: extend(
86
86
  $light-toast,
87
87
  (
@@ -127,14 +127,14 @@ $fluent-toast: extend(
127
127
  );
128
128
 
129
129
  /// Generates a bootstrap toast schema.
130
- /// @type {Map}
130
+ /// @type Map
131
131
  /// @prop {Map} background [color: ('surface')] - The background color used for the toast.
132
132
  /// @prop {Map} border-color [color: ('gray', 300)] - The border color used for the toast.
133
133
  /// @prop {Map} text-color [color: ('gray', 900)] - The text-color used for the toast.
134
134
  /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the toast.
135
135
  /// @prop {Map} border-radius [border-radius: (rem(4px), rem(0), rem(26px))] - The border radius used for toast.
136
- /// @requires {Map} $light-toast
137
- /// @requires {Map} $bootstrap-elevation-toast
136
+ /// @requires $light-toast
137
+ /// @requires $bootstrap-elevation-toast
138
138
  $bootstrap-toast: extend(
139
139
  $light-toast,
140
140
  $bootstrap-elevation-toast,
@@ -174,13 +174,13 @@ $bootstrap-toast: extend(
174
174
  );
175
175
 
176
176
  /// Generates an indigo toast schema.
177
- /// @type {Map}
177
+ /// @type Map
178
178
  /// @prop {Map} background [color: ('gray', 200)] - The background color used for the toast.
179
179
  /// @prop {Color} border-color [transparent] - The border color used for the toast.
180
180
  /// @prop {Map} text-color [color: ('gray', 700)] - The text-color used for the toast.
181
181
  /// @prop {Map} border-radius [border-radius: (rem(6px), rem(0), rem(26px))] - The border radius used for toast.
182
182
  /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the toast.
183
- /// @requires {Map} $indigo-elevation-toast
183
+ /// @requires $indigo-elevation-toast
184
184
  $indigo-toast: extend(
185
185
  $light-toast,
186
186
  $indigo-elevation-toast,
@@ -9,13 +9,13 @@
9
9
  ////
10
10
 
11
11
  /// Generates a base light tooltip schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} background [color: ('gray', 700, .9)] - The background color of the tooltip.
14
14
  /// @prop {Map} text-color [contrast-color: ('gray', 700)] - The text color of the tooltip.
15
15
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for tooltip.
16
16
  /// @prop {Map} typography [tooltip-text: (value: null)] - The typography styles used for the tooltip.
17
17
  /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the tooltip.
18
- /// @requires {Map} $default-elevation-tooltip
18
+ /// @requires $default-elevation-tooltip
19
19
  $light-tooltip: extend(
20
20
  $default-elevation-tooltip,
21
21
  (
@@ -56,8 +56,8 @@ $light-tooltip: extend(
56
56
  );
57
57
 
58
58
  /// Generates a light material tooltip schema.
59
- /// @type {Map}
60
- /// @requires {Map} $light-tooltip
59
+ /// @type Map
60
+ /// @requires $light-tooltip
61
61
  $material-tooltip: extend(
62
62
  $light-tooltip,
63
63
  (
@@ -68,11 +68,11 @@ $material-tooltip: extend(
68
68
  );
69
69
 
70
70
  /// Generates a light fluent tooltip schema.
71
- /// @type {Map}
71
+ /// @type Map
72
72
  /// @prop {Map} background [color: ('gray', 900, .8)] - The background color of the tooltip.
73
73
  /// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color of the tooltip.
74
74
  /// @prop {List} border-radius [(rem(2px), rem(0), rem(16px))] - The border radius used for tooltip.
75
- /// @requires {Map} $light-tooltip
75
+ /// @requires $light-tooltip
76
76
  $fluent-tooltip: extend(
77
77
  $light-tooltip,
78
78
  (
@@ -105,7 +105,7 @@ $fluent-tooltip: extend(
105
105
  );
106
106
 
107
107
  /// Generates a bootstrap tooltip schema.
108
- /// @type {Map}
108
+ /// @type Map
109
109
  /// @prop {Map} background [color: ('gray', 900, .8)] - The background color of the tooltip.
110
110
  /// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color of the tooltip.
111
111
  /// @requires $light-tooltip
@@ -132,13 +132,13 @@ $bootstrap-tooltip: extend(
132
132
  );
133
133
 
134
134
  /// Generates an indigo tooltip schema.
135
- /// @type {Map}
135
+ /// @type Map
136
136
  /// @prop {Map} background [color: ('gray', 600, .9)] - The background color of the tooltip.
137
137
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for tooltip.
138
138
  /// @prop {Map} typography [tooltip-text: (value: 'subtitle-2')] - The typography styles used for the tooltip.
139
139
  /// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the tooltip.
140
- /// @requires {Map} $light-tooltip
141
- /// @requires {Map} $indigo-elevation-tooltip
140
+ /// @requires $light-tooltip
141
+ /// @requires $indigo-elevation-tooltip
142
142
  $indigo-tooltip: extend(
143
143
  $light-tooltip,
144
144
  $indigo-elevation-tooltip,
@@ -10,7 +10,7 @@
10
10
  // stylelint-disable max-line-length
11
11
 
12
12
  /// Generates a base light tree schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} background [ color: ('surface')] - The background color used for the tree node.
15
15
  /// @prop {Map} background-selected [color: ('primary')] - The background color used for the selected tree node.
16
16
  /// @prop {Map} background-active [color: ('gray', 200)] - The background color used for the active tree node.
@@ -108,13 +108,13 @@ $light-tree: (
108
108
  );
109
109
 
110
110
  /// Generates a light material tree schema.
111
- /// @type {Map}
111
+ /// @type Map
112
112
  /// @prop {Map} background-selected [color: ('secondary', 200)] - The background color used for the selected tree node.
113
113
  /// @prop {Map} foreground-selected [contrast-color: ('secondary', 200)] - The color used for the content of the selected tree node.
114
114
  /// @prop {Map} background-active-selected [color: ('secondary', 300)] - The background color used for the active selected tree node.
115
115
  /// @prop {Map} foreground-active-selected [contrast-color: ('secondary', 300)] - The color used for the content of the active selected tree node.
116
116
  /// @prop {Map} border-color [color: ('secondary')] - The outline shadow color used for tree node in focus state.
117
- /// @requires {Map} $light-tree
117
+ /// @requires $light-tree
118
118
  $material-tree: extend(
119
119
  $light-tree,
120
120
  (
@@ -154,13 +154,13 @@ $material-tree: extend(
154
154
  );
155
155
 
156
156
  /// Generates a light fluent tree schema.
157
- /// @type {Map}
157
+ /// @type Map
158
158
  /// @prop {Map} background-selected [color: ('gray', 200)] - The background color used for the selected tree node.
159
159
  /// @prop {Map} foreground-selected [contrast-color: ('gray', 200)] - The color used for the content of the selected tree node.
160
160
  /// @prop {Map} background-active-selected [color: ('gray', 300)] - The background color used for the active selected tree node.
161
161
  /// @prop {Map} foreground-active-selected [contrast-color: ('gray', 300)] - The color used for the content of the active selected tree node.
162
162
  /// @prop {Map} border-color [color: ('gray', 800)] - The outline shadow color used for tree node in focus state.
163
- /// @requires {Map} $light-tree
163
+ /// @requires $light-tree
164
164
  $fluent-tree: extend(
165
165
  $light-tree,
166
166
  (
@@ -201,7 +201,7 @@ $fluent-tree: extend(
201
201
  );
202
202
 
203
203
  /// Generates a light bootstrap tree schema.
204
- /// @type {Map}
204
+ /// @type Map
205
205
  /// @prop {Map} foreground-active [color: ('primary', 800)] - The color used for the content in active state of the tree node.
206
206
  /// @prop {Map} foreground-selected [contrast-color: ('primary', 600)] - The color used for the content of the selected tree node.
207
207
  /// @prop {Map} background-active-selected [color: ('primary', 600)] - The background color used for the active selected tree node.
@@ -248,7 +248,7 @@ $bootstrap-tree: extend(
248
248
  );
249
249
 
250
250
  /// Generates a light indigo tree schema.
251
- /// @type {Map}
251
+ /// @type Map
252
252
  /// @prop {Color} background [transparent] - The background color used for the tree node.
253
253
  /// @prop {Color} background-selected [transparent] - The background color used for the selected tree node.
254
254
  /// @prop {Map} background-active [color: ('primary', 300, 0.3)] - The background color used for the active tree node.
@@ -264,7 +264,7 @@ $bootstrap-tree: extend(
264
264
  /// @prop {Map} hover-color [color: ('gray', 900, .05)] - The background color used for the tree node on hover.
265
265
  /// @prop {Map} hover-selected-color [color: ('primary', 300, 0.5)] - The background color used for the selected tree node on hover.
266
266
  /// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the tree node.
267
- /// @requires {Map} $light-tree
267
+ /// @requires $light-tree
268
268
  $indigo-tree: extend(
269
269
  $light-tree,
270
270
  (