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
@@ -4,19 +4,19 @@
4
4
  @use '../../light/calendar/year-month-view' as *;
5
5
 
6
6
  /// Generates a dark material year/month schema.
7
- /// @type {Map}
8
- /// @requires {Map} $material-year-month
9
- /// @requires {Map} $dark-material-base
7
+ /// @type Map
8
+ /// @requires $material-year-month
9
+ /// @requires $dark-material-base
10
10
  $dark-material-year-month: extend($material-year-month, $dark-material-base);
11
11
 
12
12
  /// Generates a dark fluent year/month schema.
13
- /// @type {Map}
13
+ /// @type Map
14
14
  /// @prop {Map} ym-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month/year.
15
15
  /// @prop {Map} ym-selected-background [color: ('primary', 800)] - The background color of the selected month/year.
16
16
  /// @prop {Map} ym-selected-hover-background [color: ('primary', 600)]- The :hover background color of the selected month/year.
17
17
  /// @prop {Map} ym-selected-current-background [color: ('primary', 800)]- The background color of the current/selected month/year.
18
- /// @requires {Map} $fluent-year-month
19
- /// @requires {Map} $dark-fluent-base
18
+ /// @requires $fluent-year-month
19
+ /// @requires $dark-fluent-base
20
20
  $dark-fluent-year-month: extend(
21
21
  $fluent-year-month,
22
22
  $dark-fluent-base,
@@ -49,10 +49,10 @@ $dark-fluent-year-month: extend(
49
49
  );
50
50
 
51
51
  /// Generates a dark bootstrap year/month schema.
52
- /// @type {Map}
52
+ /// @type Map
53
53
  /// @prop {Map} ym-hover-background [color: ('gray', 100)] - The :hover background color of the month/year.
54
54
  /// @prop {Map} ym-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month/year.
55
- /// @requires {Map} $bootstrap-year-month
55
+ /// @requires $bootstrap-year-month
56
56
  $dark-bootstrap-year-month: extend(
57
57
  $bootstrap-year-month,
58
58
  $dark-bootstrap-base,
@@ -73,7 +73,7 @@ $dark-bootstrap-year-month: extend(
73
73
  );
74
74
 
75
75
  /// Generates a dark indigo year/month schema.
76
- /// @type {Map}
76
+ /// @type Map
77
77
  /// @prop {Map} ym-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the month/year.
78
78
  /// @prop {Map} ym-current-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the current month/year.
79
79
  /// @prop {Map} ym-selected-current-outline-color [color: ('primary', 300)] - The outline color of the selected current month/year.
@@ -85,8 +85,8 @@ $dark-bootstrap-year-month: extend(
85
85
  /// @prop {Map} ym-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the current month/year.
86
86
  /// @prop {Map} ym-current-outline-color [color: ('primary', 300)] - The outline color of the current month/year.
87
87
  /// @prop {Map} ym-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month/year.
88
- /// @requires {Map} $indigo-year-month
89
- /// @requires {Map} $dark-indigo-base
88
+ /// @requires $indigo-year-month
89
+ /// @requires $dark-indigo-base
90
90
  $dark-indigo-year-month: extend(
91
91
  $indigo-year-month,
92
92
  $dark-indigo-base,
@@ -17,13 +17,13 @@ $default-elevation-button-group: (
17
17
  );
18
18
 
19
19
  /// @type Map
20
- /// @requires {Map} $_flat-button-group
20
+ /// @requires $_flat-button-group
21
21
  $fluent-elevation-button-group: $_flat-button-group;
22
22
 
23
23
  /// @type Map
24
- /// @requires {Map} $_flat-button-group
24
+ /// @requires $_flat-button-group
25
25
  $bootstrap-elevation-button-group: $_flat-button-group;
26
26
 
27
27
  /// @type Map
28
- /// @requires {Map} $_flat-button-group
28
+ /// @requires $_flat-button-group
29
29
  $indigo-elevation-button-group: $_flat-button-group;
@@ -17,9 +17,9 @@ $flat-carousel: (
17
17
  );
18
18
 
19
19
  /// @type Map
20
- /// @requires {Map} $flat-carousel
20
+ /// @requires $flat-carousel
21
21
  $bootstrap-elevation-carousel: $flat-carousel;
22
22
 
23
23
  /// @type Map
24
- /// @requires {Map} $flat-carousel
24
+ /// @requires $flat-carousel
25
25
  $indigo-elevation-carousel: $flat-carousel;
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a light action-strip schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Color} icon-color ["'currentColor'"] - The color used for the actions icons.
13
13
  /// @prop {Map} background [color: ('gray', 100, .38)] - The color used for the action strip component content background.
14
14
  /// @prop {Map} actions-background [color: ('gray', 200)] - The color used for actions background.
@@ -47,9 +47,9 @@ $light-action-strip: extend(
47
47
  );
48
48
 
49
49
  /// Generates a material action strip schema.
50
- /// @type {Map}
50
+ /// @type Map
51
51
  /// @prop {List} actions-border-radius [(rem(24px), rem(0), rem(24px))] - The border radius used for action strip actions container.
52
- /// @requires {Map} $light-action-strip
52
+ /// @requires $light-action-strip
53
53
  $material-action-strip: extend(
54
54
  $light-action-strip,
55
55
  (
@@ -68,9 +68,9 @@ $material-action-strip: extend(
68
68
  );
69
69
 
70
70
  /// Generates a fluent action strip schema.
71
- /// @type {Map}
71
+ /// @type Map
72
72
  /// @prop {List} actions-border-radius [(rem(0), rem(0), rem(24px))] - The border radius used for action strip actions container.
73
- /// @requires {Map} $light-action-strip
73
+ /// @requires $light-action-strip
74
74
  $fluent-action-strip: extend(
75
75
  $light-action-strip,
76
76
  (
@@ -89,9 +89,9 @@ $fluent-action-strip: extend(
89
89
  );
90
90
 
91
91
  /// Generates a bootstrap action strip schema.
92
- /// @type {Map}
92
+ /// @type Map
93
93
  /// @prop {List} actions-border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for action strip actions container.
94
- /// @requires {Map} $light-action-strip
94
+ /// @requires $light-action-strip
95
95
  $bootstrap-action-strip: extend(
96
96
  $light-action-strip,
97
97
  (
@@ -110,11 +110,11 @@ $bootstrap-action-strip: extend(
110
110
  );
111
111
 
112
112
  /// Generates an indigo action strip schema.
113
- /// @type {Map}
113
+ /// @type Map
114
114
  /// @prop {Map} icon-color [contrast-color: 'primary'] - The color used for the actions icons.
115
115
  /// @prop {Map} actions-background [color: ('primary')] - The color used for actions background.
116
116
  /// @prop {List} actions-border-radius [(rem(3px), rem(0), rem(24px))] - The border radius used for action strip actions container.
117
- /// @requires {Map} $light-action-strip
117
+ /// @requires $light-action-strip
118
118
  $indigo-action-strip: extend(
119
119
  $light-action-strip,
120
120
  (
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a light avatar schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} background [color: ('gray', 400)] - The background color of the avatar.
13
13
  /// @prop {Map} color [color: ('gray', 800)] - The text color of the avatar.
14
14
  /// @prop {Map} icon-color [color: ('gray', 800)] - The icon color of the avatar.
@@ -50,8 +50,8 @@ $light-avatar: (
50
50
  );
51
51
 
52
52
  /// Generates a material avatar schema.
53
- /// @type {Map}
54
- /// @requires {Map} $light-avatar
53
+ /// @type Map
54
+ /// @requires $light-avatar
55
55
  $material-avatar: extend(
56
56
  $light-avatar,
57
57
  (
@@ -62,8 +62,8 @@ $material-avatar: extend(
62
62
  );
63
63
 
64
64
  /// Generates a fluent avatar schema.
65
- /// @type {Map}
66
- /// @requires {Map} $light-avatar
65
+ /// @type Map
66
+ /// @requires $light-avatar
67
67
  $fluent-avatar: extend(
68
68
  $light-avatar,
69
69
  (
@@ -74,9 +74,9 @@ $fluent-avatar: extend(
74
74
  );
75
75
 
76
76
  /// Generates a bootstrap avatar schema.
77
- /// @type {Map}
77
+ /// @type Map
78
78
  /// @prop {Number} border-radius [rem(4px)] - The border radius for rounded avatar.
79
- /// @requires {Map} $light-avatar
79
+ /// @requires $light-avatar
80
80
  $bootstrap-avatar: extend(
81
81
  $light-avatar,
82
82
  (
@@ -88,14 +88,14 @@ $bootstrap-avatar: extend(
88
88
  );
89
89
 
90
90
  /// Generates an indigo avatar schema.
91
- /// @type {Map}
91
+ /// @type Map
92
92
  /// @prop {Map} background [color: ('gray', 300)]- The background color of the avatar.
93
93
  /// @prop {Map} color [color: ('gray', 700)] - The text color of the avatar.
94
94
  /// @prop {Map} icon-color [color: ('gray', 600)] - The icon color of the avatar.
95
95
  /// @prop {Number} border-radius [rem(4px)] - The border radius for rounded avatar.
96
96
  /// @prop {List} size [(rem(20px), rem(28px), rem(36px))] - The size used for the avatar width and height.
97
97
  /// @prop {Number} default-size [1] - The default size used for the avatar component.
98
- /// @requires {Map} $light-avatar
98
+ /// @requires $light-avatar
99
99
  $indigo-avatar: extend(
100
100
  $light-avatar,
101
101
  (
@@ -9,17 +9,17 @@
9
9
  ////
10
10
 
11
11
  /// Generates a light badge schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} icon-color [contrast-color: ('primary', 900)] - The icon color used for the badge component.
14
14
  /// @prop {Map} text-color [contrast-color: ('primary', 900)] - The text color used for the badge component.
15
15
  /// @prop {Map} border-color [contrast-color: ('gray', 900)] - The border color used for the badge component.
16
16
  /// @prop {Map} background-color [color: ('primary', 500)] - The background color used for the badge component.
17
- /// @prop {Number} elevation [1] - The elevation level, between 0-24, to be used for the badge shadow.
17
+ /// @prop {Number} elevation [1] - The elevation level, between 0-24, used for the badge shadow.
18
18
  /// @prop {Number} border-radius [0] - The border-radius used for the badge component.
19
19
  /// @prop {List} size [(rem(16px), rem(22px), rem(26px))] - The size used for the badge.
20
20
  /// @prop {Number} default-size [2] - The default size used for the badge component (medium).
21
21
  /// @prop {Map} typography [text: (value: 'caption')] - The typography styles used for the component.
22
- /// @requires {Map} $default-elevation-badge
22
+ /// @requires $default-elevation-badge
23
23
  $light-badge: extend(
24
24
  $default-elevation-badge,
25
25
  (
@@ -77,10 +77,10 @@ $light-badge: extend(
77
77
  );
78
78
 
79
79
  /// Generates a material badge schema.
80
- /// @type {Map}
80
+ /// @type Map
81
81
  /// @prop {Map} background-color [color: ('primary', 800)] - The background color used for the badge component.
82
82
  /// @prop {List} dot-size [(rem(8px), rem(10px), rem(12px))] - The size used for the dot type badge.
83
- /// @requires {Map} $light-badge
83
+ /// @requires $light-badge
84
84
  $material-badge: extend(
85
85
  $light-badge,
86
86
  (
@@ -106,9 +106,9 @@ $material-badge: extend(
106
106
  );
107
107
 
108
108
  /// Generates a fluent badge schema.
109
- /// @type {Map}
109
+ /// @type Map
110
110
  /// @prop {List} dot-size [(rem(6px), rem(10px), rem(12px))] - The size used for the dot type badge.
111
- /// @requires {Map} $light-badge
111
+ /// @requires $light-badge
112
112
  $fluent-badge: extend(
113
113
  $light-badge,
114
114
  (
@@ -127,12 +127,12 @@ $fluent-badge: extend(
127
127
  );
128
128
 
129
129
  /// Generates a bootstrap badge schema.
130
- /// @type {Map}
130
+ /// @type Map
131
131
  /// @prop {Map} icon-color [contrast-color: ('primary', 100)] - The icon color used.
132
132
  /// @prop {Map} text-color [contrast-color: ('primary', 100)] - The text color used.
133
133
  /// @prop {List} border-radius [(rem(2px), rem(4px), rem(4px))] - The border radius used for badge.
134
134
  /// @prop {List} dot-size [(rem(6px), rem(10px), rem(14px))] - The size used for the dot type badge.
135
- /// @requires {Map} $light-badge
135
+ /// @requires $light-badge
136
136
  $bootstrap-badge: extend(
137
137
  $light-badge,
138
138
  (
@@ -173,14 +173,14 @@ $bootstrap-badge: extend(
173
173
  );
174
174
 
175
175
  /// Generates an indigo badge schema.
176
- /// @type {Map}
176
+ /// @type Map
177
177
  /// @prop {Map} border-color [color: ('gray', 100)] - The border color used for the badge component.
178
178
  /// @prop {List} size [(rem(14px), rem(18px), rem(22px))] - The size used for the badge.
179
179
  /// @prop {List} dot-size [(rem(6px), rem(8px), rem(10px))] - The size used for the dot type badge.
180
180
  /// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
181
181
  /// @prop {Number} default-size [3] - The default size used for the badge component (large).
182
- /// @requires {Map} $light-badge
183
- /// @requires {Map} $indigo-elevation-badge
182
+ /// @requires $light-badge
183
+ /// @requires $indigo-elevation-badge
184
184
  $indigo-badge: extend(
185
185
  $light-badge,
186
186
  $indigo-elevation-badge,
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a light banner schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} banner-background [color: 'surface'] - The color used for the banner background.
13
13
  /// @prop {Map} banner-message-color [contrast-color: 'surface'] - The color used for the banner label.
14
14
  /// @prop {Map} typography [message: (value: 'body-2')] - The typography styles used for the component.
@@ -33,11 +33,11 @@ $light-banner: (
33
33
  );
34
34
 
35
35
  /// Generates a material banner schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @prop {Map} banner-message-color [color: ('gray', 900)] - The color used for the banner label.
38
38
  /// @prop {Map} banner-illustration-color [color: ('gray', 900)] - The color used for the banner illustration.
39
39
  /// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
40
- /// @requires {Map} $light-banner
40
+ /// @requires $light-banner
41
41
  $material-banner: extend(
42
42
  $light-banner,
43
43
  (
@@ -69,12 +69,12 @@ $material-banner: extend(
69
69
  );
70
70
 
71
71
  /// Generates a fluent banner schema.
72
- /// @type {Map}
72
+ /// @type Map
73
73
  /// @prop {Map} banner-message-color [color: ('gray', 900)] - The color used for the banner label.
74
74
  /// @prop {Map} banner-illustration-color [color: ('gray', 900)] - The color used for the banner illustration.
75
75
  /// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
76
76
  /// @prop {Map} typography [message: (value: 'caption')] - The typography styles used for the component.
77
- /// @requires {Map} $light-banner
77
+ /// @requires $light-banner
78
78
  $fluent-banner: extend(
79
79
  $light-banner,
80
80
  (
@@ -112,11 +112,11 @@ $fluent-banner: extend(
112
112
  );
113
113
 
114
114
  /// Generates a bootstrap banner schema.
115
- /// @type {Map}
115
+ /// @type Map
116
116
  /// @prop {Map} banner-message-color [color: ('gray', 800)] - The color used for the banner label.
117
117
  /// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
118
118
  /// @prop {Map} banner-illustration-color [color: ('gray', 800)] - The color used for the banner illustration.
119
- /// @requires {Map} $light-banner
119
+ /// @requires $light-banner
120
120
  $bootstrap-banner: extend(
121
121
  $light-banner,
122
122
  (
@@ -148,13 +148,13 @@ $bootstrap-banner: extend(
148
148
  );
149
149
 
150
150
  /// Generates an indigo banner schema.
151
- /// @type {Map}
151
+ /// @type Map
152
152
  /// @prop {Map} banner-background [color: ('gray', 200)] - The color used for the banner background.
153
153
  /// @prop {Map} banner-message-color [color: ('gray', 700)] - The color used for the banner label.
154
154
  /// @prop {Map} banner-border-color [color: ('gray', 300)] - The color used for the banner border.
155
155
  /// @prop {Map} banner-illustration-color [color: ('gray', 600)] - The color used for the banner illustration.
156
156
  /// @prop {Number} border-radius [rem(6px)] - The border radius of the banner
157
- /// @requires {Map} $light-banner
157
+ /// @requires $light-banner
158
158
  $indigo-banner: extend(
159
159
  $light-banner,
160
160
  (
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a light bottom navigation scheme.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Map} background [color: ('gray', 50)] - The background color used for the bottom nav.
14
14
  /// @prop {Map} icon-color [color: ('gray', 700)] - The icon color used in idle state.
15
15
  /// @prop {Map} icon-selected-color [color: ('primary', 500)] - The icon color used for the selected item.
@@ -20,7 +20,7 @@
20
20
  /// @prop {Color} border-color [transparent] - The border color of the bottom navigation.
21
21
  /// @prop {Map} typography [label: (value: 'caption')] - The typography styles used for the component.
22
22
  /// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the bottom nav.
23
- /// @requires {Map} $default-elevation-bottom-nav
23
+ /// @requires $default-elevation-bottom-nav
24
24
  $light-bottom-nav: extend(
25
25
  $default-elevation-bottom-nav,
26
26
  (
@@ -81,10 +81,10 @@ $light-bottom-nav: extend(
81
81
  );
82
82
 
83
83
  /// Generates a material bottom navigation schema.
84
- /// @type {Map}
84
+ /// @type Map
85
85
  /// @prop {Map} icon-selected-color [color: ('primary', 800)] - The icon color used for the selected item.
86
86
  /// @prop {Map} label-selected-color [color: ('primary', 800)] - The label color used for the selected item.
87
- /// @requires {Map} $light-bottom-nav
87
+ /// @requires $light-bottom-nav
88
88
  $material-bottom-nav: extend(
89
89
  $light-bottom-nav,
90
90
  (
@@ -107,10 +107,10 @@ $material-bottom-nav: extend(
107
107
  );
108
108
 
109
109
  /// Generates a fluent bottom navigation schema.
110
- /// @type {Map}
110
+ /// @type Map
111
111
  /// @prop {Number} elevation [1] - The elevation level, between 0-24, to be used for the bottom nav.
112
- /// @requires {Map} $light-bottom-nav
113
- /// @requires {Map} $fluent-elevation-bottom-nav
112
+ /// @requires $light-bottom-nav
113
+ /// @requires $fluent-elevation-bottom-nav
114
114
  $fluent-bottom-nav: extend(
115
115
  $light-bottom-nav,
116
116
  $fluent-elevation-bottom-nav,
@@ -122,8 +122,8 @@ $fluent-bottom-nav: extend(
122
122
  );
123
123
 
124
124
  /// Generates a bootstrap bottom navigation schema.
125
- /// @type {Map}
126
- /// @requires {Map} $light-bottom-nav
125
+ /// @type Map
126
+ /// @requires $light-bottom-nav
127
127
  $bootstrap-bottom-nav: extend(
128
128
  $light-bottom-nav,
129
129
  (
@@ -134,7 +134,7 @@ $bootstrap-bottom-nav: extend(
134
134
  );
135
135
 
136
136
  /// Generates an indigo bottom navigation schema.
137
- /// @type {Map}
137
+ /// @type Map
138
138
  /// @prop {Map} border-color [color: ('gray', 300)] - The border color of the bottom navigation.
139
139
  /// @prop {Map} background [color: 'surface'] - The background color used for the bottom nav.
140
140
  /// @prop {Map} icon-color [color: ('gray', 600)] - The icon color used in idle state.
@@ -142,8 +142,8 @@ $bootstrap-bottom-nav: extend(
142
142
  /// @prop {Map} icon-disabled-color [color: ('gray', 900, .2)] - The disabled color of the icon.
143
143
  /// @prop {Map} label-disabled-color [color: ('gray', 900, .2)] - The disabled color of the label.
144
144
  /// @prop {Number} elevation [4] - The elevation level, between 0-24, to be used for the bottom nav.
145
- /// @requires {Map} $light-bottom-nav
146
- /// @requires {Map} $indigo-elevation-bottom-nav
145
+ /// @requires $light-bottom-nav
146
+ /// @requires $indigo-elevation-bottom-nav
147
147
  $indigo-bottom-nav: extend(
148
148
  $light-bottom-nav,
149
149
  $indigo-elevation-bottom-nav,
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a light button group schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Color} idle-shadow-color [transparent] - The outline color of button group items.
14
14
  /// @prop {Color} selected-shadow-color [transparent] - The outline color of selected button group items.
15
15
  /// @prop {Map} item-text-color [color: ('gray', 700)] - The text color for button group items.
@@ -25,7 +25,7 @@
25
25
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for button-group component.
26
26
  /// @prop {Number} default-size [2] - The default size used for the button-group component.
27
27
  /// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
28
- /// @requires {Map} $default-elevation-button-group
28
+ /// @requires $default-elevation-button-group
29
29
  $light-button-group: extend(
30
30
  $default-elevation-button-group,
31
31
  (
@@ -120,7 +120,7 @@ $light-button-group: extend(
120
120
  );
121
121
 
122
122
  /// Generates a material button group schema.
123
- /// @type {Map}
123
+ /// @type Map
124
124
  /// @prop {Map} item-icon-color [color: ('gray', 700)] - The icon color for button group items.
125
125
  /// @prop {Map} item-hover-text-color [color: ('gray', 800)] - The hover text color for button group items.
126
126
  /// @prop {Map} item-hover-icon-color [color: ('gray', 800)] - The hover icon color for button group items.
@@ -145,8 +145,8 @@ $light-button-group: extend(
145
145
  /// @prop {Map} disabled-selected-border-color [color: ('gray', 400)] - The disabled border color for a selected item from the button group.
146
146
  /// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for button-group component.
147
147
  /// @prop {Number} default-size [3] - The default size used for the button-group component.
148
- /// @requires {Map} $light-button-group
149
- /// @requires {Map} $default-elevation-button-group
148
+ /// @requires $light-button-group
149
+ /// @requires $default-elevation-button-group
150
150
  $material-button-group: extend(
151
151
  $light-button-group,
152
152
  $default-elevation-button-group,
@@ -320,7 +320,7 @@ $material-button-group: extend(
320
320
  );
321
321
 
322
322
  /// Generates a fluent button group schema.
323
- /// @type {Map}
323
+ /// @type Map
324
324
  /// @prop {Map} item-text-color [color: ('gray', 900)] - The text color for button group items.
325
325
  /// @prop {Map} item-icon-color [color: ('gray', 900)] - The icon color for button group items.
326
326
  /// @prop {Map} item-background [contrast-color: ('gray', 900)] - The background color for button group items.
@@ -348,8 +348,8 @@ $material-button-group: extend(
348
348
  /// @prop {Map} disabled-selected-border-color [color: ('gray', 600)] - The disabled border color for a selected item from the button group.
349
349
  /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
350
350
  /// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for button-group component.
351
- /// @requires {Map} $light-button-group
352
- /// @requires {Map} $fluent-elevation-button-group
351
+ /// @requires $light-button-group
352
+ /// @requires $fluent-elevation-button-group
353
353
  $fluent-button-group: extend(
354
354
  $light-button-group,
355
355
  $fluent-elevation-button-group,
@@ -546,7 +546,7 @@ $fluent-button-group: extend(
546
546
  );
547
547
 
548
548
  /// Generates a bootstrap button group schema.
549
- /// @type {Map}
549
+ /// @type Map
550
550
  /// @prop {Map} idle-shadow-color [color: ('primary', 600, .5)] - The outline color of button group items.
551
551
  /// @prop {Map} selected-shadow-color [color: ('primary', 600, .5)] - The outline color of selected button group items.
552
552
  /// @prop {Map} item-background [color: ('primary', 500)] - The background color for button group items.
@@ -577,8 +577,8 @@ $fluent-button-group: extend(
577
577
  /// @prop {Map} disabled-selected-icon-color [color: ('primary', 200)] - The disabled icon color for a selected item in the button group.
578
578
  /// @prop {Map} disabled-selected-border-color [color: ('primary', 100)] - The disabled border color for a selected item from the button group.
579
579
  /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
580
- /// @requires {Map} $light-button-group
581
- /// @requires {Map} $bootstrap-elevation-button-group
580
+ /// @requires $light-button-group
581
+ /// @requires $bootstrap-elevation-button-group
582
582
  $bootstrap-button-group: extend(
583
583
  $light-button-group,
584
584
  $bootstrap-elevation-button-group,
@@ -797,7 +797,7 @@ $bootstrap-button-group: extend(
797
797
  );
798
798
 
799
799
  /// Generates an indigo light button-group schema.
800
- /// @type {Map}
800
+ /// @type Map
801
801
  /// @prop {Map} item-icon-color [color: ('gray', 600)] - The icon color for button group items.
802
802
  /// @prop {Map} idle-shadow-color [color: ('gray', 900, .15)] - The outline color of button group items.
803
803
  /// @prop {Map} selected-shadow-color [color: ('primary', 400, .5)] - The outline color of selected button group items.
@@ -823,8 +823,8 @@ $bootstrap-button-group: extend(
823
823
  /// @prop {Map} disabled-selected-icon-color [contrast-color: ('primary', 500, .3)] - The disabled icon color for a selected item in the button group.
824
824
  /// @prop {Map} disabled-selected-border-color [color: ('primary', 400, .5)] - The disabled border color for a selected item from the button group.
825
825
  /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the button group shadow.
826
- /// @requires {Map} $light-button-group
827
- /// @requires {Map} $indigo-elevation-button-group
826
+ /// @requires $light-button-group
827
+ /// @requires $indigo-elevation-button-group
828
828
  $indigo-button-group: extend(
829
829
  $light-button-group,
830
830
  $indigo-elevation-button-group,