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 radio schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Color} empty-fill-color [transparent] - The fill of the empty radio.
13
13
  /// @prop {Color} hover-color [transparent] - The text color used for the label text.
14
14
  /// @prop {Map} label-color [color: ('gray', 900)] - The text color used for the label text.
@@ -82,7 +82,7 @@ $light-radio: (
82
82
  );
83
83
 
84
84
  /// Generates a material radio schema.
85
- /// @type {Map}
85
+ /// @type Map
86
86
  /// @prop {Color} focus-outline-color [transparent] - The focus outlined color.
87
87
  /// @prop {Map} fill-hover-border-color [color: ('secondary', 500)] - The checked dot border color on hover.
88
88
  /// @prop {Map} empty-color [color: ('gray', 600)] - The unchecked border color.
@@ -91,7 +91,7 @@ $light-radio: (
91
91
  /// @prop {Map} error-color [color: ('error', 800)] - The label, border and dot color in invalid state.
92
92
  /// @prop {Map} error-color-hover [color: ('error', 800)] - The border and dot color in invalid state on hover.
93
93
  /// @prop {Map} typography [label: (value: 'subtitle-1')] - The typography styles used for the component.
94
- /// @requires {Map} $light-radio
94
+ /// @requires $light-radio
95
95
  $material-radio: extend(
96
96
  $light-radio,
97
97
  (
@@ -151,14 +151,14 @@ $material-radio: extend(
151
151
  );
152
152
 
153
153
  /// Generates a fluent radio schema.
154
- /// @type {Map}
154
+ /// @type Map
155
155
  /// @prop {Map} hover-color [color: ('gray', 700)] - The border and dot colors on hover.
156
156
  /// @prop {Map} fill-hover-border-color [color: ('primary', 800)] - The checked dot border color on hover.
157
157
  /// @prop {Map} empty-color [color: ('gray', 900)] - The unchecked border color.
158
158
  /// @prop {Map} fill-color-hover [color: ('primary', 800)] - The checked border and dot colors on hover.
159
159
  /// @prop {Map} focus-outline-color [color: ('gray', 700)] - The focus outlined color.
160
160
  /// @prop {Map} error-color-hover [color: ('error', 700)] - The border and dot color in invalid state on hover.
161
- /// @requires {Map} $light-radio
161
+ /// @requires $light-radio
162
162
  $fluent-radio: extend(
163
163
  $light-radio,
164
164
  (
@@ -205,7 +205,7 @@ $fluent-radio: extend(
205
205
  );
206
206
 
207
207
  /// Generates a bootstrap radio schema.
208
- /// @type {Map}
208
+ /// @type Map
209
209
  /// @prop {Map} empty-color [color: ('gray', 400)] - The unchecked border color.
210
210
  /// @prop {Map} empty-fill-color [contrast-color: ('gray', 900)] - The fill of the empty radio.
211
211
  /// @prop {Map} hover-color [color: ('gray', 500)] - The border color on hover.
@@ -218,7 +218,7 @@ $fluent-radio: extend(
218
218
  /// @prop {Map} focus-outline-color-error [color: ('error', 200, 0.5)] - The focus outline color when radio is invalid.
219
219
  /// @prop {Map} error-color-hover [color: ('error', 600)] - The focus outlined color in invalid state.
220
220
  /// @prop {Map} typography [label: (value: 'body-1')] - The typography styles used for the component.
221
- /// @requires {Map} $light-radio
221
+ /// @requires $light-radio
222
222
  $bootstrap-radio: extend(
223
223
  $light-radio,
224
224
  (
@@ -302,7 +302,7 @@ $bootstrap-radio: extend(
302
302
  );
303
303
 
304
304
  /// Generates an indigo radio schema.
305
- /// @type {Map}
305
+ /// @type Map
306
306
  /// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
307
307
  /// @prop {Map} label-color [color: ('gray', 800)] - The text color used for the label text.
308
308
  /// @prop {Map} hover-color [color: ('gray', 600)] - The hover text color used for the label text.
@@ -315,7 +315,7 @@ $bootstrap-radio: extend(
315
315
  /// @prop {Map} disabled-label-color [color: ('gray', 900, .2)] - The disabled label color.
316
316
  /// @prop {Map} error-color-hover [color: ('error', 400)] - The focus outlined color in invalid state.
317
317
  /// @prop {Map} focus-outline-color-error [color: ('error', 400, 0.5)] - The focus outline color when radio is filled and invalid.
318
- /// @requires {Map} $light-radio
318
+ /// @requires $light-radio
319
319
  $indigo-radio: extend(
320
320
  $light-radio,
321
321
  (
@@ -10,7 +10,7 @@
10
10
  // stylelint-disable max-line-length
11
11
 
12
12
  /// Generates a base light rating schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} label-color [color: ('gray', 900)] - sets the color for the label.
15
15
  /// @prop {Map} value-label [color: ('gray', 900)] - sets the color for the value label.
16
16
  /// @prop {Map} symbol-empty-color [color: ('gray', 600)] - sets the idle color for the symbol when it is a plane text.
@@ -92,9 +92,9 @@ $light-rating: (
92
92
  );
93
93
 
94
94
  /// Generates a material rating schema.
95
- /// @type {Map}
95
+ /// @type Map
96
96
  /// @prop {Map} value-label [color: ('gray', 700)] - sets the color for the value label.
97
- /// @requires {Map} $light-rating
97
+ /// @requires $light-rating
98
98
  $material-rating: extend(
99
99
  $light-rating,
100
100
  (
@@ -111,12 +111,12 @@ $material-rating: extend(
111
111
  );
112
112
 
113
113
  /// Generates a fluent rating schema.
114
- /// @type {Map}
114
+ /// @type Map
115
115
  /// @prop {Map} symbol-empty-color [color: ('gray', 700)] - sets the idle color for the symbol when it is a plane text.
116
116
  /// @prop {Map} symbol-full-color [[color: ('warn', 900)] - sets the color in selected state for the symbol when it is a plane text.
117
117
  /// @prop {Map} disabled-empty-symbol-color [color: ('warn', 100)] - sets the idle color for the symbol in disabled state when it is a plane text.
118
118
  /// @prop {Map} disabled-full-symbol-color [color: ('warn', 100)] - sets the color for the symbol in selected/disabled state when it is a plane text.
119
- /// @requires {Map} $light-rating
119
+ /// @requires $light-rating
120
120
  $fluent-rating: extend(
121
121
  $light-rating,
122
122
  (
@@ -151,8 +151,8 @@ $fluent-rating: extend(
151
151
  );
152
152
 
153
153
  /// Generates a bootstrap rating schema.
154
- /// @type {Map}
155
- /// @requires {Map} $light-rating
154
+ /// @type Map
155
+ /// @requires $light-rating
156
156
  $bootstrap-rating: extend(
157
157
  $light-rating,
158
158
  (
@@ -163,7 +163,7 @@ $bootstrap-rating: extend(
163
163
  );
164
164
 
165
165
  /// Generates an indigo rating schema.
166
- /// @type {Map}
166
+ /// @type Map
167
167
  /// @prop {Map} label-color [color: ('gray', 800)] - sets the color for the label.
168
168
  /// @prop {Map} value-label [color: ('gray', 800)] - sets the color for the value label.
169
169
  /// @prop {Map} symbol-empty-color [color: ('gray', 600)] - sets the idle color for the symbol when it is a plane text.
@@ -173,7 +173,7 @@ $bootstrap-rating: extend(
173
173
  /// @prop {Map} disabled-empty-symbol-color [color: ('gray', 500, .4)] - sets the idle color for the symbol in disabled state when it is a plane text.
174
174
  /// @prop {Map} disabled-full-symbol-color [color: ('warn', 300, .4)] - sets the color for the symbol in selected/disabled state when it is a plane text.
175
175
  /// @prop {List} symbol-size [(rem(18px), rem(24px), rem(30px))] - the size of the symbols.
176
- /// @requires {Map} $light-rating
176
+ /// @requires $light-rating
177
177
  $indigo-rating: extend(
178
178
  $light-rating,
179
179
  (
@@ -22,8 +22,8 @@ $light-resize-indicator: (
22
22
  );
23
23
 
24
24
  /// Generates a material resize indicator schema.
25
- /// @type {Map}
26
- /// @requires {Map} $light-resize-indicator
25
+ /// @type Map
26
+ /// @requires $light-resize-indicator
27
27
  $material-resize-indicator: extend(
28
28
  $light-resize-indicator,
29
29
  (
@@ -34,8 +34,8 @@ $material-resize-indicator: extend(
34
34
  );
35
35
 
36
36
  /// Generates a fluent resize indicator schema.
37
- /// @type {Map}
38
- /// @requires {Map} $light-resize-indicator
37
+ /// @type Map
38
+ /// @requires $light-resize-indicator
39
39
  $fluent-resize-indicator: extend(
40
40
  $light-resize-indicator,
41
41
  (
@@ -46,8 +46,8 @@ $fluent-resize-indicator: extend(
46
46
  );
47
47
 
48
48
  /// Generates a bootstrap resize indicator schema.
49
- /// @type {Map}
50
- /// @requires {Map} $light-resize-indicator
49
+ /// @type Map
50
+ /// @requires $light-resize-indicator
51
51
  $bootstrap-resize-indicator: extend(
52
52
  $light-resize-indicator,
53
53
  (
@@ -58,8 +58,8 @@ $bootstrap-resize-indicator: extend(
58
58
  );
59
59
 
60
60
  /// Generates an indigo resize indicator schema.
61
- /// @type {Map}
62
- /// @requires {Map} $light-resize-indicator
61
+ /// @type Map
62
+ /// @requires $light-resize-indicator
63
63
  $indigo-resize-indicator: extend(
64
64
  $light-resize-indicator,
65
65
  (
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a base light ripple schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} color [color: ('gray', 800, .7)] - The color of the ripple.
13
13
  $light-ripple: (
14
14
  color: (
@@ -25,8 +25,8 @@ $light-ripple: (
25
25
  );
26
26
 
27
27
  /// Generates a material ripple schema.
28
- /// @type {Map}
29
- /// @requires {Map} $light-ripple
28
+ /// @type Map
29
+ /// @requires $light-ripple
30
30
  $material-ripple: extend(
31
31
  $light-ripple,
32
32
  (
@@ -37,8 +37,8 @@ $material-ripple: extend(
37
37
  );
38
38
 
39
39
  /// Generates a fluent ripple schema.
40
- /// @type {Map}
41
- /// @requires {Map} $light-ripple
40
+ /// @type Map
41
+ /// @requires $light-ripple
42
42
  $fluent-ripple: extend(
43
43
  $light-ripple,
44
44
  (
@@ -49,8 +49,8 @@ $fluent-ripple: extend(
49
49
  );
50
50
 
51
51
  /// Generates a bootstrap ripple schema.
52
- /// @type {Map}
53
- /// @requires {Map} $light-ripple
52
+ /// @type Map
53
+ /// @requires $light-ripple
54
54
  $bootstrap-ripple: extend(
55
55
  $light-ripple,
56
56
  (
@@ -61,8 +61,8 @@ $bootstrap-ripple: extend(
61
61
  );
62
62
 
63
63
  /// Generates an indigo ripple schema.
64
- /// @type {Map}
65
- /// @requires {Map} $light-ripple
64
+ /// @type Map
65
+ /// @requires $light-ripple
66
66
  $indigo-ripple: extend(
67
67
  $light-ripple,
68
68
  (
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a base light scrollbar schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {String | Number} sb-size [rem(16px)] - The size of the scrollbar.
13
13
  /// @prop {String | Number} sb-thumb-min-height [rem(32px)] - The min-height of the thumb.
14
14
  /// @prop {Map} sb-thumb-bg-color [color: ('gray', 400)] - The background color of the thumb.
@@ -72,8 +72,8 @@ $light-scrollbar: (
72
72
  );
73
73
 
74
74
  /// Generates a material scrollbar schema.
75
- /// @type {Map}
76
- /// @requires {Map} $light-scrollbar
75
+ /// @type Map
76
+ /// @requires $light-scrollbar
77
77
  $material-scrollbar: extend(
78
78
  $light-scrollbar,
79
79
  (
@@ -84,10 +84,10 @@ $material-scrollbar: extend(
84
84
  );
85
85
 
86
86
  /// Generates a fluent scrollbar schema.
87
- /// @type {Map}
87
+ /// @type Map
88
88
  /// @prop {Color} sb-thumb-bg-color [color: ('gray', 300)] - The background color used for the thumb.
89
89
  /// @prop {Map} sb-thumb-bg-color-hover [color: ('gray', 300)] - The :hover background color of the thumb.
90
- /// @requires {Map} $light-scrollbar
90
+ /// @requires $light-scrollbar
91
91
  $fluent-scrollbar: extend(
92
92
  $light-scrollbar,
93
93
  (
@@ -110,8 +110,8 @@ $fluent-scrollbar: extend(
110
110
  );
111
111
 
112
112
  /// Generates a bootstrap scrollbar schema.
113
- /// @type {Map}
114
- /// @requires {Map} $light-scrollbar
113
+ /// @type Map
114
+ /// @requires $light-scrollbar
115
115
  $bootstrap-scrollbar: extend(
116
116
  $light-scrollbar,
117
117
  (
@@ -122,10 +122,10 @@ $bootstrap-scrollbar: extend(
122
122
  );
123
123
 
124
124
  /// Generates an indigo scrollbar schema.
125
- /// @type {Map}
125
+ /// @type Map
126
126
  /// @prop {Map} sb-track-bg-color [color: ('gray', 200)] - The background color used for the track.
127
127
  /// @prop {Map} sb-track-bg-color-hover [color: ('gray', 100)] - The :hover background color of the track.
128
- /// @requires {Map} $light-scrollbar
128
+ /// @requires $light-scrollbar
129
129
  $indigo-scrollbar: extend(
130
130
  $light-scrollbar,
131
131
  (
@@ -10,7 +10,7 @@
10
10
  // stylelint-disable max-line-length
11
11
 
12
12
  /// Generates a base light select schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} toggle-button-background [color: ('gray', 300)] - The select toggle button background color.
15
15
  /// @prop {Map} toggle-button-background-focus [color: ('gray', 400)] - The select toggle button background color when the select is focused.
16
16
  /// @prop {Map} toggle-button-foreground [color: ('gray', 700)] - The select toggle button foreground color.
@@ -77,8 +77,8 @@ $light-select: (
77
77
  );
78
78
 
79
79
  /// Generates a material select schema.
80
- /// @type {Map}
81
- /// @requires {Map} $light-select
80
+ /// @type Map
81
+ /// @requires $light-select
82
82
  $material-select: extend(
83
83
  $light-select,
84
84
  (
@@ -89,12 +89,12 @@ $material-select: extend(
89
89
  );
90
90
 
91
91
  /// Generates a fluent select schema.
92
- /// @type {Map}
92
+ /// @type Map
93
93
  /// @prop {Map} toggle-button-background [color: ('gray', 100)] - The select toggle button background color.
94
94
  /// @prop {Map} toggle-button-background-focus [color: ('gray', 100)] - The select toggle button background color when the select is focused.
95
95
  /// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The select toggle button foreground color when the select is focused.
96
96
  /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 700)] - The select toggle button foreground color when the select is focused.
97
- /// @requires {Map} $light-select
97
+ /// @requires $light-select
98
98
  $fluent-select: extend(
99
99
  $light-select,
100
100
  (
@@ -129,13 +129,13 @@ $fluent-select: extend(
129
129
  );
130
130
 
131
131
  /// Generates a bootstrap select schema.
132
- /// @type {Map}
132
+ /// @type Map
133
133
  /// @prop {Map} toggle-button-foreground [color: ('gray', 800)] - The select toggle button foreground color.
134
134
  /// @prop {Map} toggle-button-background-focus [color: ('gray', 300)] - The select toggle button background color when the select is focused.
135
135
  /// @prop {Map} toggle-button-foreground-focus [color: ('gray', 800)] - The select toggle button foreground color when the select is focused.
136
136
  /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 800)] - The select toggle button foreground color when the select is focused.
137
137
  /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The select toggle button foreground color when the select is disabled.
138
- /// @requires {Map} $light-select
138
+ /// @requires $light-select
139
139
  $bootstrap-select: extend(
140
140
  $light-select,
141
141
  (
@@ -178,7 +178,7 @@ $bootstrap-select: extend(
178
178
  );
179
179
 
180
180
  /// Generates an indigo select schema.
181
- /// @type {Map}
181
+ /// @type Map
182
182
  /// @prop {Map} toggle-button-foreground [color: ('gray', 600)] - The select toggle button foreground color.
183
183
  /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 600)] - The select toggle button foreground color when the select is filled.
184
184
  /// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The select toggle button foreground color when the select is focused.
@@ -187,7 +187,7 @@ $bootstrap-select: extend(
187
187
  /// @prop {Map} toggle-button-background-focus--border [transparent] - The select toggle button background color when the select is focused.
188
188
  /// @prop {Color} toggle-button-background-disabled [transparent] - The select toggle button background color when the select is disabled.
189
189
  /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 900, .2)] - The select toggle button foreground color when the select is disabled.
190
- /// @requires {Map} $light-select
190
+ /// @requires $light-select
191
191
  $indigo-select: extend(
192
192
  $light-select,
193
193
  (
@@ -10,7 +10,7 @@
10
10
  // stylelint-disable max-line-length
11
11
 
12
12
  /// Generates a base light slider schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} track-color [color: ('secondary', 500)] - The color of the track.
15
15
  /// @prop {Color} track-step-color [white] - The color of the track steps.
16
16
  /// @prop {Number} track-step-size [rem(3px)] - The size of the track steps.
@@ -19,10 +19,7 @@
19
19
  /// @prop {Map} label-text-color [contrast-color: ('gray', 700)] - The text color of the bubble label.
20
20
  /// @prop {Map} tick-label-color [color: ('gray', 500)] - The color of the tick label.
21
21
  /// @prop {Map} tick-color [color: ('gray', 500)] - The background-color of the tick.
22
- /// @prop {Map} typography [
23
- /// ticks-label: (value: 'caption'),
24
- /// thumb-label: (value: 'caption')
25
- /// ] - The typography styles used for the component.
22
+ /// @prop {Map} typography [ticks-label: (value: 'caption'), thumb-label: (value: 'caption')] - The typography styles used for the component.
26
23
  $light-slider: (
27
24
  track-color: (
28
25
  color: (
@@ -77,7 +74,7 @@ $light-slider: (
77
74
  );
78
75
 
79
76
  /// Generates a material slider schema.
80
- /// @type {Map}
77
+ /// @type Map
81
78
  /// @prop {Map} thumb-color [color: ('secondary', 500)] - The color of the thumb.
82
79
  /// @prop {Map} thumb-border-color [color: ('secondary', 500)] - The thumb border color.
83
80
  /// @prop {Map} thumb-border-hover-color [color: ('secondary', 500)] - The thumb border color when hovered.
@@ -90,7 +87,7 @@ $light-slider: (
90
87
  /// @prop {Map} base-track-hover-color [color: ('secondary', 500, .24)] - The base background color of the track on hover.
91
88
  /// @prop {Map} disabled-base-track-color [color: ('gray', 200)] - The base background color of the track when is disabled.
92
89
  /// @prop {Map} disabled-fill-track-color [color: ('gray', 400)] - The background color of the fill track when is disabled.
93
- /// @requires {Map} $light-slider
90
+ /// @requires $light-slider
94
91
  $material-slider: extend(
95
92
  $light-slider,
96
93
  (
@@ -170,7 +167,7 @@ $material-slider: extend(
170
167
  );
171
168
 
172
169
  /// Generates a fluent slider schema.
173
- /// @type {Map}
170
+ /// @type Map
174
171
  /// @prop {Map} track-color [color: ('gray', 800)] - The color of the track.
175
172
  /// @prop {Map} track-hover-color [color: ('primary', 500)] - The color of the track on hover.
176
173
  /// @prop {Map} thumb-color [color: ('surface', 500)] - The color of the thumb.
@@ -184,7 +181,7 @@ $material-slider: extend(
184
181
  /// @prop {Map} base-track-hover-color [color: ('gray', 600)] - The base background color of the track on hover.
185
182
  /// @prop {Map} disabled-base-track-color [color: ('gray', 100)] - The base background color of the track when is disabled.
186
183
  /// @prop {Map} disabled-fill-track-color [color: ('gray', 500)] - The background color of the fill track when is disabled.
187
- /// @requires {Map} $light-slider
184
+ /// @requires $light-slider
188
185
  $fluent-slider: extend(
189
186
  $light-slider,
190
187
  (
@@ -273,7 +270,7 @@ $fluent-slider: extend(
273
270
  );
274
271
 
275
272
  /// Generates a bootstrap slider schema.
276
- /// @type {Map}
273
+ /// @type Map
277
274
  /// @prop {Map} base-track-color [color: ('secondary', 500, .24)] - The base background color of the track.
278
275
  /// @prop {Map} base-track-hover-color [color: ('secondary', 500, .24)] - The base background color of the track on hover.
279
276
  /// @prop {Map} label-background-color [color: ('gray', 700)] - The background color of the bubble label.
@@ -284,7 +281,7 @@ $fluent-slider: extend(
284
281
  /// @prop {Map} thumb-focus-color [color: ('primary', 200)] - The focus outline color of the thumb.
285
282
  /// @prop {Map} disabled-thumb-color [color: ('gray', 400)] - The thumb color when its disabled.
286
283
  /// @prop {Map} disabled-base-track-color [color: ('gray', 200)] - The base background color of the track when is disabled.
287
- /// @requires {Map} $light-slider
284
+ /// @requires $light-slider
288
285
  $bootstrap-slider: extend(
289
286
  $fluent-slider,
290
287
  (
@@ -357,7 +354,7 @@ $bootstrap-slider: extend(
357
354
  );
358
355
 
359
356
  /// Generates an indigo slider schema.
360
- /// @type {Map}
357
+ /// @type Map
361
358
  /// @prop {Map} track-step-color [color: ('gray', 900, 0.4)] - The color of the track steps.
362
359
  /// @prop {Number} track-step-size [rem(2px)] - The size of the track steps.
363
360
  /// @prop {Map} base-track-color [color: ('gray', 400)] - The base background color of the track.
@@ -377,11 +374,8 @@ $bootstrap-slider: extend(
377
374
  /// @prop {Map} thumb-disabled-border-color [color: ('primary', 50)] - The thumb border color when it's disabled.
378
375
  /// @prop {Map} disabled-base-track-color [color: ('gray', 900, 0.15)] - The base background color of the track when is disabled.
379
376
  /// @prop {Map} disabled-fill-track-color [color: ('primary', 50)] - The background color of the fill track when is disabled.
380
- /// @prop {Map} typography [
381
- /// ticks-label: (value: 'body-2'),
382
- /// thumb-label: (value: 'subtitle-2')
383
- /// ] - The typography styles used for the component.
384
- /// @requires {Map} $light-slider
377
+ /// @prop {Map} typography [ticks-label: (value: 'body-2'), thumb-label: (value: 'subtitle-2')] - The typography styles used for the component.
378
+ /// @requires $light-slider
385
379
  $indigo-slider: extend(
386
380
  $light-slider,
387
381
  (
@@ -9,14 +9,14 @@
9
9
  ////
10
10
 
11
11
  /// Generates a base light snackbar schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} background [color: ('gray', 900)] - The background color used in the snackbar.
14
14
  /// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color used in the snackbar.
15
15
  /// @prop {Map} button-color [color: ('secondary', 500)] - The button color used in the snackbar.
16
16
  /// @prop {Number} elevation [4] - The elevation level, between 0-24, to be used in the snackbar.
17
17
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for snackbar.
18
18
  /// @prop {Map} typography [text: (value: 'body-2')] - The typography styles used for the component.
19
- /// @requires {Map} $default-elevation-snackbar
19
+ /// @requires $default-elevation-snackbar
20
20
  $light-snackbar: extend(
21
21
  $default-elevation-snackbar,
22
22
  (
@@ -63,7 +63,7 @@ $light-snackbar: extend(
63
63
  );
64
64
 
65
65
  /// Generates a material snackbar schema.
66
- /// @type {Map}
66
+ /// @type Map
67
67
  /// @requires $light-snackbar
68
68
  $material-snackbar: extend(
69
69
  $light-snackbar,
@@ -75,13 +75,13 @@ $material-snackbar: extend(
75
75
  );
76
76
 
77
77
  /// Generates a fluent snackbar schema.
78
- /// @type {Map}
78
+ /// @type Map
79
79
  /// @prop {Map} background [color: ('gray', 100)] - The background color used in the snackbar.
80
80
  /// @prop {Map} text-color [color: ('gray', 900)] - The text color used in the snackbar.
81
81
  /// @prop {Map} button-color [color: ('gray', 900)] - The button color used in the snackbar.
82
82
  /// @prop {List} border-radius [(rem(0), rem(0), rem(24px))] - The border radius used for snackbar.
83
83
  /// @prop {Map} typography [text: (value: 'caption')] - The typography styles used for the component.
84
- /// @requires {Map} $light-snackbar
84
+ /// @requires $light-snackbar
85
85
  $fluent-snackbar: extend(
86
86
  $light-snackbar,
87
87
  (
@@ -125,13 +125,13 @@ $fluent-snackbar: extend(
125
125
  );
126
126
 
127
127
  /// Generates a bootstrap snackbar schema.
128
- /// @type {Map}
128
+ /// @type Map
129
129
  /// @prop {Map} background [color: ('surface')] - The background color used in the snackbar.
130
130
  /// @prop {Map} text-color [contrast-color: ('surface')] - The text color used in the snackbar.
131
131
  /// @prop {Map} button-color [color: ('primary', 500)] - The button color used in the snackbar.
132
132
  /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used in the snackbar.
133
133
  /// @requires $light-snackbar
134
- /// @requires {Map} $bootstrap-elevation-snackbar
134
+ /// @requires $bootstrap-elevation-snackbar
135
135
  $bootstrap-snackbar: extend(
136
136
  $light-snackbar,
137
137
  $bootstrap-elevation-snackbar,
@@ -161,13 +161,13 @@ $bootstrap-snackbar: extend(
161
161
  );
162
162
 
163
163
  /// Generates an indigo snackbar schema.
164
- /// @type {Map}
164
+ /// @type Map
165
165
  /// @prop {Map} background [color: ('gray', 200)] - The background color used in the snackbar.
166
166
  /// @prop {Map} text-color [color: ('gray', 700)] - The text color used in the snackbar.
167
167
  /// @prop {Map} button-color [color: ('gray', 700)] - The button color used in the snackbar.
168
168
  /// @prop {List} border-radius [(rem(6px), rem(0), rem(24px))] - The border radius used for snackbar.
169
169
  /// @requires $light-snackbar
170
- /// @requires {Map} $indigo-elevation-snackbar
170
+ /// @requires $indigo-elevation-snackbar
171
171
  $indigo-snackbar: extend(
172
172
  $light-snackbar,
173
173
  $indigo-elevation-snackbar,
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a base light splitter schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} bar-color [color: ('gray', 200)] - The background color of the bar.
13
13
  /// @prop {Map} handle-color [color: ('gray', 400)] - The color for the bar drag handle.
14
14
  /// @prop {Map} expander-color [color: ('gray', 400)] - The color for the arrow expander's.
@@ -84,9 +84,9 @@ $light-splitter: (
84
84
  );
85
85
 
86
86
  /// Generates a material splitter schema.
87
- /// @type {Map}
87
+ /// @type Map
88
88
  /// @prop {Map} focus-color [color: ('secondary', 500)] - The color used for focused splitter bar.
89
- /// @requires {Map} $light-splitter
89
+ /// @requires $light-splitter
90
90
  $material-splitter: extend(
91
91
  $light-splitter,
92
92
  (
@@ -103,8 +103,8 @@ $material-splitter: extend(
103
103
  );
104
104
 
105
105
  /// Generates a fluent splitter schema.
106
- /// @type {Map}
107
- /// @requires {Map} $light-splitter
106
+ /// @type Map
107
+ /// @requires $light-splitter
108
108
  $fluent-splitter: extend(
109
109
  $light-splitter,
110
110
  (
@@ -115,8 +115,8 @@ $fluent-splitter: extend(
115
115
  );
116
116
 
117
117
  /// Generates a bootstrap splitter schema.
118
- /// @type {Map}
119
- /// @requires {Map} $light-splitter
118
+ /// @type Map
119
+ /// @requires $light-splitter
120
120
  $bootstrap-splitter: extend(
121
121
  $light-splitter,
122
122
  (
@@ -127,7 +127,7 @@ $bootstrap-splitter: extend(
127
127
  );
128
128
 
129
129
  /// Generates an indigo splitter schema.
130
- /// @type {Map}
130
+ /// @type Map
131
131
  /// @prop {Map} bar-color [color: ('gray', 400)] - The background color of the bar.
132
132
  /// @prop {Map} focus-color [color: ('primary', 400)] - The color used for focused splitter bar.
133
133
  /// @prop {Map} handle-color [color: ('gray', 700)] - The color for the bar drag handle.
@@ -135,7 +135,7 @@ $bootstrap-splitter: extend(
135
135
  /// @prop {Map} bar-color-active [color: ('gray', 500)] - The background color of the bar when pressed.
136
136
  /// @prop {Map} handle-color-active [color: ('gray', 900)] - The color for the bar drag handle when pressed.
137
137
  /// @prop {Map} expander-color-active [color: ('gray', 900)] - The color for the arrow expander's when pressed.
138
- /// @requires {Map} $light-splitter
138
+ /// @requires $light-splitter
139
139
  $indigo-splitter: extend(
140
140
  $light-splitter,
141
141
  (