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
@@ -3,7 +3,7 @@
3
3
 
4
4
  /// Generates a base dark geo-map schema.
5
5
  /// @access private
6
- /// @type {Map}
6
+ /// @type Map
7
7
  $dark-geo-map: (
8
8
  _meta: (
9
9
  variant: 'dark',
@@ -18,25 +18,25 @@ $dark-geo-map: (
18
18
  ////
19
19
 
20
20
  /// Generates a dark base geo map schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-geo-map
23
23
  /// @see $material-geo-map
24
24
  $dark-material-geo-map: extend($material-geo-map, $dark-geo-map);
25
25
 
26
26
  /// Generates a dark fluent geo map schema.
27
- /// @type {Map}
27
+ /// @type Map
28
28
  /// @requires $fluent-geo-map
29
29
  /// @see $fluent-geo-map
30
30
  $dark-fluent-geo-map: extend($fluent-geo-map, $dark-geo-map);
31
31
 
32
32
  /// Generates a dark bootstrap geo map schema.
33
- /// @type {Map}
33
+ /// @type Map
34
34
  /// @requires $bootstrap-geo-map
35
35
  /// @see $bootstrap-geo-map
36
36
  $dark-bootstrap-geo-map: extend($bootstrap-geo-map, $dark-geo-map);
37
37
 
38
38
  /// Generates a dark indigo geo map schema.
39
- /// @type {Map}
39
+ /// @type Map
40
40
  /// @requires $indigo-geo-map
41
41
  /// @see $indigo-geo-map
42
42
  $dark-indigo-geo-map: extend($indigo-geo-map, $dark-geo-map);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base light bullet graph schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-graph: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-graph: (
18
18
  );
19
19
 
20
20
  /// Generates a dark graph schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-graph
23
23
  $dark-material-graph: extend($material-graph, $dark-graph);
24
24
 
25
25
  /// Generates a dark fluent graph schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-graph
28
28
  $dark-fluent-graph: extend($fluent-graph, $dark-graph);
29
29
 
30
30
  /// Generates a dark bootstrap graph schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-graph
33
33
  $dark-bootstrap-graph: extend($bootstrap-graph, $dark-graph);
34
34
 
35
35
  /// Generates a dark indigo graph schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-graph
38
38
  $dark-indigo-graph: extend($indigo-graph, $dark-graph);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base dark pie chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-pie-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,25 +18,25 @@ $dark-pie-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark base pie chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-pie-chart
23
23
  /// @see $material-pie-chart
24
24
  $dark-material-pie-chart: extend($material-pie-chart, $dark-pie-chart);
25
25
 
26
26
  /// Generates a dark fluent pie chart schema.
27
- /// @type {Map}
27
+ /// @type Map
28
28
  /// @requires $fluent-pie-chart
29
29
  /// @see $fluent-pie-chart
30
30
  $dark-fluent-pie-chart: extend($fluent-pie-chart, $dark-pie-chart);
31
31
 
32
32
  /// Generates a dark bootstrap pie chart schema.
33
- /// @type {Map}
33
+ /// @type Map
34
34
  /// @requires $bootstrap-pie-chart
35
35
  /// @see $bootstrap-pie-chart
36
36
  $dark-bootstrap-pie-chart: extend($bootstrap-pie-chart, $dark-pie-chart);
37
37
 
38
38
  /// Generates a dark indigo pie chart schema.
39
- /// @type {Map}
39
+ /// @type Map
40
40
  /// @requires $indigo-pie-chart
41
41
  /// @see $indigo-pie-chart
42
42
  $dark-indigo-pie-chart: extend($indigo-pie-chart, $dark-pie-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base dark shape chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-shape-chart: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-shape-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a dark shape chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-shape-chart
23
23
  $dark-material-shape-chart: extend($material-shape-chart, $dark-shape-chart);
24
24
 
25
25
  /// Generates a dark fluent shape-chart schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-shape-chart
28
28
  $dark-fluent-shape-chart: extend($fluent-shape-chart, $dark-shape-chart);
29
29
 
30
30
  /// Generates a dark bootstrap shape-chart schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-shape-chart
33
33
  $dark-bootstrap-shape-chart: extend($bootstrap-shape-chart, $dark-shape-chart);
34
34
 
35
35
  /// Generates a dark indigo shape-chart schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-shape-chart
38
38
  $dark-indigo-shape-chart: extend($indigo-shape-chart, $dark-shape-chart);
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base dark sparkline schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $dark-sparkline: (
15
15
  _meta: (
16
16
  variant: 'dark',
@@ -18,21 +18,21 @@ $dark-sparkline: (
18
18
  );
19
19
 
20
20
  /// Generates a dark sparkline schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @requires $material-sparkline
23
23
  $dark-material-sparkline: extend($material-sparkline, $dark-sparkline);
24
24
 
25
25
  /// Generates a dark fluent sparkline schema.
26
- /// @type {Map}
26
+ /// @type Map
27
27
  /// @requires $fluent-sparkline
28
28
  $dark-fluent-sparkline: extend($fluent-sparkline, $dark-sparkline);
29
29
 
30
30
  /// Generates a dark bootstrap sparkline schema.
31
- /// @type {Map}
31
+ /// @type Map
32
32
  /// @requires $bootstrap-sparkline
33
33
  $dark-bootstrap-sparkline: extend($bootstrap-sparkline, $dark-sparkline);
34
34
 
35
35
  /// Generates a dark indigo sparkline schema.
36
- /// @type {Map}
36
+ /// @type Map
37
37
  /// @requires $indigo-sparkline
38
38
  $dark-indigo-sparkline: extend($indigo-sparkline, $dark-sparkline);
@@ -9,7 +9,7 @@
9
9
 
10
10
  /// Generates a base category chart schema.
11
11
  /// @access private
12
- /// @type {Map}
12
+ /// @type Map
13
13
  $light-category-chart: (
14
14
  _meta: (
15
15
  name: 'category-chart',
@@ -18,7 +18,7 @@ $light-category-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a material category chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @property {List} margin [null] - Sets the margin (top, right, bottom, left) of the chart content.
23
23
  /// @property {List} brushes [series] - Defines the palette from which automatically assigned series brushes colors are selected.
24
24
  /// @property {List} marker-brushes [series]- Defines the palette from which automatically assigned series marker brushes colors are selected.
@@ -221,9 +221,9 @@ $material-category-chart: extend(
221
221
  );
222
222
 
223
223
  /// Generates a fluent category-chart schema.
224
- /// @type {Map}
224
+ /// @type Map
225
225
  /// @requires {function} extend
226
- /// @requires {Map} $material-category-chart
226
+ /// @requires $material-category-chart
227
227
  $fluent-category-chart: extend(
228
228
  $material-category-chart,
229
229
  (
@@ -234,9 +234,9 @@ $fluent-category-chart: extend(
234
234
  );
235
235
 
236
236
  /// Generates a bootstrap category-chart schema.
237
- /// @type {Map}
237
+ /// @type Map
238
238
  /// @requires {function} extend
239
- /// @requires {Map} $material-category-chart
239
+ /// @requires $material-category-chart
240
240
  $bootstrap-category-chart: extend(
241
241
  $material-category-chart,
242
242
  (
@@ -247,9 +247,9 @@ $bootstrap-category-chart: extend(
247
247
  );
248
248
 
249
249
  /// Generates an indigo category-chart schema.
250
- /// @type {Map}
250
+ /// @type Map
251
251
  /// @requires {function} extend
252
- /// @requires {Map} $material-category-chart
252
+ /// @requires $material-category-chart
253
253
  $indigo-category-chart: extend(
254
254
  $material-category-chart,
255
255
  (
@@ -9,7 +9,7 @@
9
9
 
10
10
  /// Generates a base data chart schema.
11
11
  /// @access private
12
- /// @type {Map}
12
+ /// @type Map
13
13
  $light-data-chart: (
14
14
  _meta: (
15
15
  name: 'data-chart',
@@ -18,7 +18,7 @@ $light-data-chart: (
18
18
  );
19
19
 
20
20
  /// Generates a material base data chart schema.
21
- /// @type {Map}
21
+ /// @type Map
22
22
  /// @prop {List} margin [null] - Sets the margin (top, right, bottom, left) of the chart content.
23
23
  /// @prop {Color} title-text-color [color: ('gray', 900)] - Sets the color of the chart title.
24
24
  /// @prop {List} title-margin [null] - Sets the margin (top, right, bottom, left) of the chart title.
@@ -134,9 +134,9 @@ $material-data-chart: extend(
134
134
  );
135
135
 
136
136
  /// Generates a fluent data-chart schema.
137
- /// @type {Map}
137
+ /// @type Map
138
138
  /// @requires {function} extend
139
- /// @requires {Map} $material-data-chart
139
+ /// @requires $material-data-chart
140
140
  $fluent-data-chart: extend(
141
141
  $material-data-chart,
142
142
  (
@@ -147,9 +147,9 @@ $fluent-data-chart: extend(
147
147
  );
148
148
 
149
149
  /// Generates a bootstrap data-chart schema.
150
- /// @type {Map}
150
+ /// @type Map
151
151
  /// @requires {function} extend
152
- /// @requires {Map} $material-data-chart
152
+ /// @requires $material-data-chart
153
153
  $bootstrap-data-chart: extend(
154
154
  $material-data-chart,
155
155
  (
@@ -160,9 +160,9 @@ $bootstrap-data-chart: extend(
160
160
  );
161
161
 
162
162
  /// Generates an indigo data-chart schema.
163
- /// @type {Map}
163
+ /// @type Map
164
164
  /// @requires {function} extend
165
- /// @requires {Map} $material-data-chart
165
+ /// @requires $material-data-chart
166
166
  $indigo-data-chart: extend(
167
167
  $material-data-chart,
168
168
  (
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base doughnut chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $light-doughnut-chart: (
15
15
  _meta: (
16
16
  name: 'doughnut-chart',
@@ -19,7 +19,7 @@ $light-doughnut-chart: (
19
19
  );
20
20
 
21
21
  /// Generates a material base doughnut chart schema.
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @property {List} brushes [series] - Defines the palette from which automatically assigned series colors are selected.
24
24
  /// @property {List} outlines [series] - Defines the palette from which automatically assigned series outline colors are selected.
25
25
  /// @property {Color} others-category-fill [null] - Sets the fill color for others category.
@@ -50,9 +50,9 @@ $material-doughnut-chart: extend(
50
50
  );
51
51
 
52
52
  /// Generates a fluent doughnut-chart schema.
53
- /// @type {Map}
53
+ /// @type Map
54
54
  /// @requires {function} extend
55
- /// @requires {Map} $material-doughnut-chart
55
+ /// @requires $material-doughnut-chart
56
56
  $fluent-doughnut-chart: extend(
57
57
  $material-doughnut-chart,
58
58
  (
@@ -63,9 +63,9 @@ $fluent-doughnut-chart: extend(
63
63
  );
64
64
 
65
65
  /// Generates a bootstrap doughnut-chart schema.
66
- /// @type {Map}
66
+ /// @type Map
67
67
  /// @requires {function} extend
68
- /// @requires {Map} $material-doughnut-chart
68
+ /// @requires $material-doughnut-chart
69
69
  $bootstrap-doughnut-chart: extend(
70
70
  $material-doughnut-chart,
71
71
  (
@@ -76,9 +76,9 @@ $bootstrap-doughnut-chart: extend(
76
76
  );
77
77
 
78
78
  /// Generates an indigo doughnut-chart schema.
79
- /// @type {Map}
79
+ /// @type Map
80
80
  /// @requires {function} extend
81
- /// @requires {Map} $material-doughnut-chart
81
+ /// @requires $material-doughnut-chart
82
82
  $indigo-doughnut-chart: extend(
83
83
  $material-doughnut-chart,
84
84
  (
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base financial chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $light-financial-chart: (
15
15
  _meta: (
16
16
  name: 'financial-chart',
@@ -19,7 +19,7 @@ $light-financial-chart: (
19
19
  );
20
20
 
21
21
  /// Generates a material base chart schema.
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @prop {List} margin [null] - Sets the margin (top, right, bottom, left) of the chart content.
24
24
  /// @prop {String} title-alignment [null] - The horizontal alignment to use for the title.
25
25
  /// @prop {Color} title-text-color [null] - Sets the color of the chart title.
@@ -143,8 +143,8 @@ $material-financial-chart: extend(
143
143
  );
144
144
 
145
145
  /// Generates a fluent financial-chart schema.
146
- /// @type {Map}
147
- /// @requires {Map} $material-financial-chart
146
+ /// @type Map
147
+ /// @requires $material-financial-chart
148
148
  $fluent-financial-chart: extend(
149
149
  $material-financial-chart,
150
150
  (
@@ -155,8 +155,8 @@ $fluent-financial-chart: extend(
155
155
  );
156
156
 
157
157
  /// Generates a bootstrap financial-chart schema.
158
- /// @type {Map}
159
- /// @requires {Map} $material-financial-chart
158
+ /// @type Map
159
+ /// @requires $material-financial-chart
160
160
  $bootstrap-financial-chart: extend(
161
161
  $material-financial-chart,
162
162
  (
@@ -167,8 +167,8 @@ $bootstrap-financial-chart: extend(
167
167
  );
168
168
 
169
169
  /// Generates an indigo financial-chart schema.
170
- /// @type {Map}
171
- /// @requires {Map} $material-financial-chart
170
+ /// @type Map
171
+ /// @requires $material-financial-chart
172
172
  $indigo-financial-chart: extend(
173
173
  $material-financial-chart,
174
174
  (
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base funnel chart schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $light-funnel-chart: (
15
15
  _meta: (
16
16
  name: 'funnel-chart',
@@ -19,7 +19,7 @@ $light-funnel-chart: (
19
19
  );
20
20
 
21
21
  /// Generates a material funnel chart schema.
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @property {List} brushes [series] - Defines the palette from which automatically assigned series colors are selected.
24
24
  /// @property {List} outlines [series] - Defines the palette from which automatically assigned series outline colors are selected.
25
25
  /// @property {String} outer-label-alignment [null] - Sets which side of the chart the outer labels should appear.
@@ -48,9 +48,9 @@ $material-funnel-chart: extend(
48
48
  );
49
49
 
50
50
  /// Generates a fluent funnel-chart schema.
51
- /// @type {Map}
51
+ /// @type Map
52
52
  /// @requires {function} extend
53
- /// @requires {Map} $material-funnel-chart
53
+ /// @requires $material-funnel-chart
54
54
  $fluent-funnel-chart: extend(
55
55
  $material-funnel-chart,
56
56
  (
@@ -61,9 +61,9 @@ $fluent-funnel-chart: extend(
61
61
  );
62
62
 
63
63
  /// Generates a bootstrap funnel-chart schema.
64
- /// @type {Map}
64
+ /// @type Map
65
65
  /// @requires {function} extend
66
- /// @requires {Map} $material-funnel-chart
66
+ /// @requires $material-funnel-chart
67
67
  $bootstrap-funnel-chart: extend(
68
68
  $material-funnel-chart,
69
69
  (
@@ -74,9 +74,9 @@ $bootstrap-funnel-chart: extend(
74
74
  );
75
75
 
76
76
  /// Generates an indigo funnel-chart schema.
77
- /// @type {Map}
77
+ /// @type Map
78
78
  /// @requires {function} extend
79
- /// @requires {Map} $material-funnel-chart
79
+ /// @requires $material-funnel-chart
80
80
  $indigo-funnel-chart: extend(
81
81
  $material-funnel-chart,
82
82
  (
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a base light gauge schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @property {Color} backing-brush [(color: 'surface', darken: 8%)] - Sets the color to use to fill the backing of the linear gauge.
14
14
  /// @property {Color} backing-outline [(color: 'surface', darken: 8%)] - Sets the color to use for the outline of the backing.
15
15
  /// @property {Number} backing-stroke-thickness [null] - Sets the stroke thickness of the backing outline.
@@ -71,7 +71,7 @@ $light-base-gauge: (
71
71
 
72
72
  /// Generates a base light gauge schema.
73
73
  /// @access private
74
- /// @type {Map}
74
+ /// @type Map
75
75
  $linear-gauge: (
76
76
  _meta: (
77
77
  name: 'linear-gauge',
@@ -79,7 +79,7 @@ $linear-gauge: (
79
79
  );
80
80
 
81
81
  /// Generates a material linear gauge schema.
82
- /// @type {Map}
82
+ /// @type Map
83
83
  /// @property {Number} needle-breadth [null] - Sets the needle breadth.
84
84
  /// @property {Number} needle-inner-base-width [null] - Sets the width of the needle's inner base.
85
85
  /// @property {Number} needle-inner-point-width [null] - Sets the width of the needle's inner point.
@@ -88,7 +88,7 @@ $linear-gauge: (
88
88
  /// @property {Color} scale-outline [(color: 'surface', darken: 8%)] - Sets the color to use for the outline of the scale.
89
89
  /// @property {Number} scale-stroke-thickness [null] - Sets the stroke thickness of the scale outline.
90
90
  /// @requires {function} extend
91
- /// @requires {Map} $material-gauge
91
+ /// @requires $material-gauge
92
92
  $material-linear-gauge: extend(
93
93
  $linear-gauge,
94
94
  $light-base-gauge,
@@ -109,8 +109,8 @@ $material-linear-gauge: extend(
109
109
  );
110
110
 
111
111
  /// Generates a material fluent gauge schemas.
112
- /// @type {Map}
113
- /// @requires {Map} $material-linear-gauge
112
+ /// @type Map
113
+ /// @requires $material-linear-gauge
114
114
  $fluent-linear-gauge: extend(
115
115
  $material-linear-gauge,
116
116
  (
@@ -121,8 +121,8 @@ $fluent-linear-gauge: extend(
121
121
  );
122
122
 
123
123
  /// Generates a material bootstrap gauge schemas.
124
- /// @type {Map}
125
- /// @requires {Map} $material-linear-gauge
124
+ /// @type Map
125
+ /// @requires $material-linear-gauge
126
126
  $bootstrap-linear-gauge: extend(
127
127
  $material-linear-gauge,
128
128
  (
@@ -133,8 +133,8 @@ $bootstrap-linear-gauge: extend(
133
133
  );
134
134
 
135
135
  /// Generates a material indigo gauge schemas.
136
- /// @type {Map}
137
- /// @requires {Map} $material-linear-gauge
136
+ /// @type Map
137
+ /// @requires $material-linear-gauge
138
138
  $indigo-linear-gauge: extend(
139
139
  $material-linear-gauge,
140
140
  (
@@ -146,7 +146,7 @@ $indigo-linear-gauge: extend(
146
146
 
147
147
  /// Generates a base radial gauge schema.
148
148
  /// @access private
149
- /// @type {Map}
149
+ /// @type Map
150
150
  $radial-gauge: (
151
151
  _meta: (
152
152
  name: 'radial-gauge',
@@ -154,11 +154,11 @@ $radial-gauge: (
154
154
  );
155
155
 
156
156
  /// Generates a material radial gauge schema.
157
- /// @type {Map}
157
+ /// @type Map
158
158
  /// @property {Color} needle-pivot-brush [color: 'primary'] - Sets the color of the needle pivot point.
159
159
  /// @property {Color} needle-pivot-outline [color: 'surface'] - Sets the outline color of the needle pivot point.
160
160
  /// @requires {function} extend
161
- /// @requires {Map} $material-gauge
161
+ /// @requires $material-gauge
162
162
  $material-radial-gauge: extend(
163
163
  $radial-gauge,
164
164
  $light-base-gauge,
@@ -176,8 +176,8 @@ $material-radial-gauge: extend(
176
176
  );
177
177
 
178
178
  /// Generates a material fluent gauge schemas.
179
- /// @type {Map}
180
- /// @requires {Map} $material-radial-gauge
179
+ /// @type Map
180
+ /// @requires $material-radial-gauge
181
181
  $fluent-radial-gauge: extend(
182
182
  $material-radial-gauge,
183
183
  (
@@ -188,8 +188,8 @@ $fluent-radial-gauge: extend(
188
188
  );
189
189
 
190
190
  /// Generates a material bootstrap gauge schemas.
191
- /// @type {Map}
192
- /// @requires {Map} $material-radial-gauge
191
+ /// @type Map
192
+ /// @requires $material-radial-gauge
193
193
  $bootstrap-radial-gauge: extend(
194
194
  $material-radial-gauge,
195
195
  (
@@ -200,8 +200,8 @@ $bootstrap-radial-gauge: extend(
200
200
  );
201
201
 
202
202
  /// Generates a material indigo gauge schemas.
203
- /// @type {Map}
204
- /// @requires {Map} $material-radial-gauge
203
+ /// @type Map
204
+ /// @requires $material-radial-gauge
205
205
  $indigo-radial-gauge: extend(
206
206
  $material-radial-gauge,
207
207
  (
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base light geo-map schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $light-geo-map: (
15
15
  _meta: (
16
16
  name: 'geo-map',
@@ -19,7 +19,7 @@ $light-geo-map: (
19
19
  );
20
20
 
21
21
  /// Generates a material geo map schema.
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @prop {String} plot-area-background [null] - Gets or sets the brush used as the background for the current Map object's plot area.
24
24
  $material-geo-map: extend(
25
25
  $light-geo-map,
@@ -34,9 +34,9 @@ $material-geo-map: extend(
34
34
  );
35
35
 
36
36
  /// Generates a fluent geo map schema.
37
- /// @type {Map}
37
+ /// @type Map
38
38
  /// @requires {function} extend
39
- /// @requires {Map} $material-geo-map
39
+ /// @requires $material-geo-map
40
40
  $fluent-geo-map: extend(
41
41
  $material-geo-map,
42
42
  (
@@ -47,9 +47,9 @@ $fluent-geo-map: extend(
47
47
  );
48
48
 
49
49
  /// Generates a bootstrap geo map schema.
50
- /// @type {Map}
50
+ /// @type Map
51
51
  /// @requires {function} extend
52
- /// @requires {Map} $material-geo-map
52
+ /// @requires $material-geo-map
53
53
  $bootstrap-geo-map: extend(
54
54
  $material-geo-map,
55
55
  (
@@ -60,9 +60,9 @@ $bootstrap-geo-map: extend(
60
60
  );
61
61
 
62
62
  /// Generates an indigo geo map schema.
63
- /// @type {Map}
63
+ /// @type Map
64
64
  /// @requires {function} extend
65
- /// @requires {Map} $material-geo-map
65
+ /// @requires $material-geo-map
66
66
  $indigo-geo-map: extend(
67
67
  $material-geo-map,
68
68
  (
@@ -10,7 +10,7 @@
10
10
 
11
11
  /// Generates a base light bullet graph schema.
12
12
  /// @access private
13
- /// @type {Map}
13
+ /// @type Map
14
14
  $light-graph: (
15
15
  _meta: (
16
16
  name: 'bullet-graph',
@@ -19,7 +19,7 @@ $light-graph: (
19
19
  );
20
20
 
21
21
  /// Generates a material graph schema.
22
- /// @type {Map}
22
+ /// @type Map
23
23
  /// @prop {Color} backing-brush [(color: 'surface', darken: 5%)] - Sets the brush to use to fill the backing of the bullet graph.
24
24
  /// @prop {Color} backing-outline [(color: 'surface', darken: 8%)] - Sets the brush to use for the outline of the backing.
25
25
  /// @prop {Number} backing-stroke-thickness [null] - Sets the stroke thickness of the backing outline.
@@ -103,8 +103,8 @@ $material-graph: extend(
103
103
  );
104
104
 
105
105
  /// Generates a fluent graph schema.
106
- /// @type {Map}
107
- /// @requires {Map} $material-graph
106
+ /// @type Map
107
+ /// @requires $material-graph
108
108
  $fluent-graph: extend(
109
109
  $material-graph,
110
110
  (
@@ -115,8 +115,8 @@ $fluent-graph: extend(
115
115
  );
116
116
 
117
117
  /// Generates a bootstrap graph schema.
118
- /// @type {Map}
119
- /// @requires {Map} $material-graph
118
+ /// @type Map
119
+ /// @requires $material-graph
120
120
  $bootstrap-graph: extend(
121
121
  $material-graph,
122
122
  (
@@ -127,8 +127,8 @@ $bootstrap-graph: extend(
127
127
  );
128
128
 
129
129
  /// Generates an indigo graph schema.
130
- /// @type {Map}
131
- /// @requires {Map} $material-graph
130
+ /// @type Map
131
+ /// @requires $material-graph
132
132
  $indigo-graph: extend(
133
133
  $material-graph,
134
134
  (