igniteui-theming 25.0.1 → 25.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/dist/mcp/index.js +1 -1
  2. package/dist/mcp/json/components/themes.json.js +17 -17
  3. package/json/components/bootstrap.json +1 -1
  4. package/json/components/fluent.json +1 -1
  5. package/json/components/indigo.json +1 -1
  6. package/json/components/material.json +1 -1
  7. package/json/components/themes.json +53 -28
  8. package/package.json +15 -7
  9. package/sass/animations/_easings.scss +24 -24
  10. package/sass/bem/_index.scss +16 -14
  11. package/sass/color/_charts.scss +20 -20
  12. package/sass/color/_functions.scss +18 -18
  13. package/sass/color/_mixins.scss +1 -1
  14. package/sass/elevations/_functions.scss +4 -4
  15. package/sass/elevations/_mixins.scss +2 -2
  16. package/sass/elevations/presets/_index.scss +3 -3
  17. package/sass/elevations/presets/_indigo.scss +16 -16
  18. package/sass/elevations/presets/_material.scss +3 -3
  19. package/sass/tailwind/utilities/_common.scss +1 -1
  20. package/sass/themes/_functions.scss +15 -15
  21. package/sass/themes/_mixins.scss +9 -9
  22. package/sass/themes/charts/_category-chart-theme.scss +2 -9
  23. package/sass/themes/charts/_data-chart-theme.scss +1 -1
  24. package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
  25. package/sass/themes/charts/_financial-chart-theme.scss +2 -9
  26. package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
  27. package/sass/themes/charts/_gauge-theme.scss +2 -2
  28. package/sass/themes/charts/_geo-map-theme.scss +1 -1
  29. package/sass/themes/charts/_graph-theme.scss +1 -1
  30. package/sass/themes/charts/_pie-chart-theme.scss +1 -1
  31. package/sass/themes/charts/_shape-chart-theme.scss +2 -9
  32. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  33. package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
  34. package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
  35. package/sass/themes/components/badge/_badge-theme.scss +2 -2
  36. package/sass/themes/components/banner/_banner-theme.scss +1 -1
  37. package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
  38. package/sass/themes/components/button/_button-theme.scss +5 -5
  39. package/sass/themes/components/button/_contained-button-theme.scss +5 -5
  40. package/sass/themes/components/button/_fab-button-theme.scss +5 -5
  41. package/sass/themes/components/button/_flat-button-theme.scss +17 -17
  42. package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
  43. package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
  44. package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
  45. package/sass/themes/components/card/_card-theme.scss +3 -3
  46. package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
  47. package/sass/themes/components/chat/_chat-theme.scss +1 -1
  48. package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
  49. package/sass/themes/components/chip/_chip-theme.scss +5 -5
  50. package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
  51. package/sass/themes/components/combo/_combo-theme.scss +3 -3
  52. package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
  53. package/sass/themes/components/divider/_divider-theme.scss +1 -1
  54. package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
  55. package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
  56. package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
  57. package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
  58. package/sass/themes/components/grid/_grid-theme.scss +56 -17
  59. package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
  60. package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
  61. package/sass/themes/components/icon/_icon-theme.scss +1 -1
  62. package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
  63. package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
  64. package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
  65. package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
  66. package/sass/themes/components/input/_file-input-theme.scss +1 -1
  67. package/sass/themes/components/input/_input-theme.scss +23 -23
  68. package/sass/themes/components/list/_list-theme.scss +6 -6
  69. package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
  70. package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
  71. package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
  72. package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
  73. package/sass/themes/components/progress/_circular-theme.scss +1 -1
  74. package/sass/themes/components/progress/_linear-theme.scss +1 -1
  75. package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
  76. package/sass/themes/components/radio/_radio-theme.scss +5 -5
  77. package/sass/themes/components/rating/_rating-theme.scss +1 -1
  78. package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
  79. package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
  80. package/sass/themes/components/select/_select-theme.scss +1 -1
  81. package/sass/themes/components/slider/_slider-theme.scss +7 -7
  82. package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
  83. package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
  84. package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
  85. package/sass/themes/components/switch/_switch-theme.scss +13 -13
  86. package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
  87. package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
  88. package/sass/themes/components/toast/_toast-theme.scss +3 -3
  89. package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
  90. package/sass/themes/components/tree/_tree-theme.scss +17 -17
  91. package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
  92. package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
  93. package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
  94. package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
  95. package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
  96. package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
  97. package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
  98. package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
  99. package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
  100. package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
  101. package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
  102. package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
  103. package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
  104. package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
  105. package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
  106. package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
  107. package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
  108. package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
  109. package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
  110. package/sass/themes/schemas/charts/light/_graph.scss +8 -8
  111. package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
  112. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
  113. package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
  114. package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
  115. package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
  116. package/sass/themes/schemas/components/dark/_badge.scss +5 -5
  117. package/sass/themes/schemas/components/dark/_banner.scss +5 -5
  118. package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
  119. package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
  120. package/sass/themes/schemas/components/dark/_button.scss +65 -65
  121. package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
  122. package/sass/themes/schemas/components/dark/_card.scss +5 -5
  123. package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
  124. package/sass/themes/schemas/components/dark/_chat.scss +5 -5
  125. package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
  126. package/sass/themes/schemas/components/dark/_chip.scss +7 -7
  127. package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
  128. package/sass/themes/schemas/components/dark/_combo.scss +6 -6
  129. package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
  130. package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
  131. package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
  132. package/sass/themes/schemas/components/dark/_divider.scss +5 -5
  133. package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
  134. package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
  135. package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
  136. package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
  137. package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
  138. package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
  139. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  140. package/sass/themes/schemas/components/dark/_grid.scss +57 -14
  141. package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
  142. package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
  143. package/sass/themes/schemas/components/dark/_icon.scss +5 -5
  144. package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
  145. package/sass/themes/schemas/components/dark/_label.scss +5 -5
  146. package/sass/themes/schemas/components/dark/_list.scss +5 -5
  147. package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
  148. package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
  149. package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
  150. package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
  151. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
  152. package/sass/themes/schemas/components/dark/_progress.scss +10 -10
  153. package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
  154. package/sass/themes/schemas/components/dark/_radio.scss +5 -5
  155. package/sass/themes/schemas/components/dark/_rating.scss +5 -5
  156. package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
  157. package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
  158. package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
  159. package/sass/themes/schemas/components/dark/_select.scss +5 -5
  160. package/sass/themes/schemas/components/dark/_slider.scss +5 -5
  161. package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
  162. package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
  163. package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
  164. package/sass/themes/schemas/components/dark/_switch.scss +5 -5
  165. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  166. package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
  167. package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
  168. package/sass/themes/schemas/components/dark/_toast.scss +4 -4
  169. package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
  170. package/sass/themes/schemas/components/dark/_tree.scss +5 -5
  171. package/sass/themes/schemas/components/dark/_validator.scss +5 -5
  172. package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
  173. package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
  174. package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
  175. package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
  176. package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
  177. package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
  178. package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
  179. package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
  180. package/sass/themes/schemas/components/light/_avatar.scss +9 -9
  181. package/sass/themes/schemas/components/light/_badge.scss +12 -12
  182. package/sass/themes/schemas/components/light/_banner.scss +9 -9
  183. package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
  184. package/sass/themes/schemas/components/light/_button-group.scss +14 -14
  185. package/sass/themes/schemas/components/light/_button.scss +103 -103
  186. package/sass/themes/schemas/components/light/_calendar.scss +28 -28
  187. package/sass/themes/schemas/components/light/_card.scss +14 -42
  188. package/sass/themes/schemas/components/light/_carousel.scss +12 -12
  189. package/sass/themes/schemas/components/light/_chat.scss +9 -9
  190. package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
  191. package/sass/themes/schemas/components/light/_chip.scss +27 -27
  192. package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
  193. package/sass/themes/schemas/components/light/_combo.scss +11 -11
  194. package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
  195. package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
  196. package/sass/themes/schemas/components/light/_dialog.scss +14 -23
  197. package/sass/themes/schemas/components/light/_divider.scss +7 -7
  198. package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
  199. package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
  200. package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
  201. package/sass/themes/schemas/components/light/_file-input.scss +1 -1
  202. package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
  203. package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
  204. package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
  205. package/sass/themes/schemas/components/light/_grid.scss +162 -68
  206. package/sass/themes/schemas/components/light/_highlight.scss +10 -10
  207. package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
  208. package/sass/themes/schemas/components/light/_icon.scss +9 -9
  209. package/sass/themes/schemas/components/light/_input-group.scss +17 -26
  210. package/sass/themes/schemas/components/light/_label.scss +8 -8
  211. package/sass/themes/schemas/components/light/_list.scss +13 -33
  212. package/sass/themes/schemas/components/light/_navbar.scss +12 -12
  213. package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
  214. package/sass/themes/schemas/components/light/_overlay.scss +9 -9
  215. package/sass/themes/schemas/components/light/_pagination.scss +9 -9
  216. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
  217. package/sass/themes/schemas/components/light/_progress.scss +13 -13
  218. package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
  219. package/sass/themes/schemas/components/light/_radio.scss +9 -9
  220. package/sass/themes/schemas/components/light/_rating.scss +9 -9
  221. package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
  222. package/sass/themes/schemas/components/light/_ripple.scss +9 -9
  223. package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
  224. package/sass/themes/schemas/components/light/_select.scss +9 -9
  225. package/sass/themes/schemas/components/light/_slider.scss +11 -17
  226. package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
  227. package/sass/themes/schemas/components/light/_splitter.scss +9 -9
  228. package/sass/themes/schemas/components/light/_stepper.scss +8 -8
  229. package/sass/themes/schemas/components/light/_switch.scss +9 -9
  230. package/sass/themes/schemas/components/light/_tabs.scss +9 -9
  231. package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
  232. package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
  233. package/sass/themes/schemas/components/light/_toast.scss +11 -11
  234. package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
  235. package/sass/themes/schemas/components/light/_tree.scss +8 -8
  236. package/sass/themes/schemas/components/light/_validator.scss +9 -9
  237. package/sass/themes/schemas/components/light/_watermark.scss +9 -9
  238. package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
  239. package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
  240. package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
  241. package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
  242. package/sass/typography/_functions.scss +14 -14
  243. package/sass/typography/_mixins.scss +7 -7
  244. package/sass/utils/_css.scss +1 -1
  245. package/sass/utils/_map.scss +5 -5
  246. package/sass/utils/_math.scss +6 -5
  247. package/sass/utils/_meta.scss +4 -4
  248. package/tailwind/utilities/bootstrap.css +1 -1
  249. package/tailwind/utilities/fluent.css +1 -1
  250. package/tailwind/utilities/indigo.css +1 -1
  251. package/tailwind/utilities/material.css +1 -1
@@ -111,7 +111,7 @@
111
111
  },
112
112
  {
113
113
  "name": "shadow",
114
- "type": "box-shadow",
114
+ "type": "List",
115
115
  "description": "Sets a shadow to be used for the badge."
116
116
  },
117
117
  {
@@ -224,7 +224,7 @@
224
224
  },
225
225
  {
226
226
  "name": "shadow",
227
- "type": "box-shadow",
227
+ "type": "List | Number",
228
228
  "description": "Sets a shadow to be used for the bar."
229
229
  }
230
230
  ]
@@ -247,7 +247,7 @@
247
247
  "tokens": [
248
248
  {
249
249
  "name": "shadow",
250
- "type": "box-shadow",
250
+ "type": "List",
251
251
  "description": "The shadow to be applied for the button group."
252
252
  },
253
253
  {
@@ -1908,12 +1908,12 @@
1908
1908
  },
1909
1909
  {
1910
1910
  "name": "resting-shadow",
1911
- "type": "box-shadow",
1911
+ "type": "List",
1912
1912
  "description": "The shadow of the card in its resting state."
1913
1913
  },
1914
1914
  {
1915
1915
  "name": "hover-shadow",
1916
- "type": "box-shadow",
1916
+ "type": "List",
1917
1917
  "description": "The shadow of the card in its hover state."
1918
1918
  },
1919
1919
  {
@@ -2041,7 +2041,7 @@
2041
2041
  },
2042
2042
  {
2043
2043
  "name": "button-shadow",
2044
- "type": "box-shadow",
2044
+ "type": "List",
2045
2045
  "description": "Shadow underneath the previous/next buttons."
2046
2046
  },
2047
2047
  {
@@ -2349,7 +2349,7 @@
2349
2349
  },
2350
2350
  {
2351
2351
  "name": "ghost-shadow",
2352
- "type": "box-shadow",
2352
+ "type": "List",
2353
2353
  "description": "The chip ghost shadow.\n"
2354
2354
  },
2355
2355
  {
@@ -2602,7 +2602,7 @@
2602
2602
  },
2603
2603
  {
2604
2604
  "name": "shadow",
2605
- "type": "box-shadow",
2605
+ "type": "List",
2606
2606
  "description": "The shadow used for the dialog."
2607
2607
  },
2608
2608
  {
@@ -2931,7 +2931,7 @@
2931
2931
  },
2932
2932
  {
2933
2933
  "name": "shadow",
2934
- "type": "box-shadow",
2934
+ "type": "List",
2935
2935
  "description": "Sets a shadow to be used for the drop-down."
2936
2936
  },
2937
2937
  {
@@ -3560,12 +3560,12 @@
3560
3560
  },
3561
3561
  {
3562
3562
  "name": "grid-shadow",
3563
- "type": "box-shadow",
3563
+ "type": "List",
3564
3564
  "description": "The shadow of the grid."
3565
3565
  },
3566
3566
  {
3567
3567
  "name": "drag-shadow",
3568
- "type": "box-shadow",
3568
+ "type": "List",
3569
3569
  "description": "The shadow for movable elements."
3570
3570
  },
3571
3571
  {
@@ -3587,6 +3587,31 @@
3587
3587
  "name": "drop-area-border-radius",
3588
3588
  "type": "List",
3589
3589
  "description": "The border radius for column drop area."
3590
+ },
3591
+ {
3592
+ "name": "active-state-border-style",
3593
+ "type": "List",
3594
+ "description": "The border style used for row active state and cell active state."
3595
+ },
3596
+ {
3597
+ "name": "body-column-border-color",
3598
+ "type": "Color",
3599
+ "description": "The border color used for the body column."
3600
+ },
3601
+ {
3602
+ "name": "body-column-hover-border-color",
3603
+ "type": "Color",
3604
+ "description": "The border color used for the body column when in hovered row."
3605
+ },
3606
+ {
3607
+ "name": "body-column-hover-selected-border-color",
3608
+ "type": "Color",
3609
+ "description": "The border color used for the body column when in hovered + selected row."
3610
+ },
3611
+ {
3612
+ "name": "body-column-selected-border-color",
3613
+ "type": "Color",
3614
+ "description": "The border color used for the body column when in selected row."
3590
3615
  }
3591
3616
  ]
3592
3617
  },
@@ -4373,7 +4398,7 @@
4373
4398
  {
4374
4399
  "name": "input-prefix-background--filled",
4375
4400
  "type": "Color",
4376
- "description": "] - The background color of an input prefix in the filled state."
4401
+ "description": "The background color of an input prefix in the filled state."
4377
4402
  },
4378
4403
  {
4379
4404
  "name": "input-prefix-color--focused",
@@ -4507,17 +4532,17 @@
4507
4532
  },
4508
4533
  {
4509
4534
  "name": "search-resting-shadow",
4510
- "type": "box-shadow",
4535
+ "type": "List",
4511
4536
  "description": "The shadow color of an input group of type search in its resting state."
4512
4537
  },
4513
4538
  {
4514
4539
  "name": "search-hover-shadow",
4515
- "type": "box-shadow",
4540
+ "type": "List",
4516
4541
  "description": "The shadow color of an input group of type search in its hover state."
4517
4542
  },
4518
4543
  {
4519
4544
  "name": "search-disabled-shadow",
4520
- "type": "box-shadow",
4545
+ "type": "List",
4521
4546
  "description": "The shadow color of an input group of type search in its disabled state."
4522
4547
  },
4523
4548
  {
@@ -4653,7 +4678,7 @@
4653
4678
  {
4654
4679
  "name": "input-prefix-background--filled",
4655
4680
  "type": "Color",
4656
- "description": "] - The background color of an input prefix in the filled state."
4681
+ "description": "The background color of an input prefix in the filled state."
4657
4682
  },
4658
4683
  {
4659
4684
  "name": "input-prefix-color--focused",
@@ -4787,17 +4812,17 @@
4787
4812
  },
4788
4813
  {
4789
4814
  "name": "search-resting-shadow",
4790
- "type": "box-shadow",
4815
+ "type": "List",
4791
4816
  "description": "The shadow color of an input group of type search in its resting state."
4792
4817
  },
4793
4818
  {
4794
4819
  "name": "search-hover-shadow",
4795
- "type": "box-shadow",
4820
+ "type": "List",
4796
4821
  "description": "The shadow color of an input group of type search in its hover state."
4797
4822
  },
4798
4823
  {
4799
4824
  "name": "search-disabled-shadow",
4800
- "type": "box-shadow",
4825
+ "type": "List",
4801
4826
  "description": "The shadow color of an input group of type search in its disabled state."
4802
4827
  },
4803
4828
  {
@@ -5057,7 +5082,7 @@
5057
5082
  },
5058
5083
  {
5059
5084
  "name": "shadow",
5060
- "type": "box-shadow",
5085
+ "type": "List",
5061
5086
  "description": "The shadow of the navbar."
5062
5087
  },
5063
5088
  {
@@ -5865,7 +5890,7 @@
5865
5890
  },
5866
5891
  {
5867
5892
  "name": "shadow",
5868
- "type": "box-shadow",
5893
+ "type": "List",
5869
5894
  "description": "Sets a shadow to be used for the snackbar."
5870
5895
  },
5871
5896
  {
@@ -6347,17 +6372,17 @@
6347
6372
  },
6348
6373
  {
6349
6374
  "name": "resting-shadow",
6350
- "type": "box-shadow",
6375
+ "type": "List",
6351
6376
  "description": "The shadow used for the thumb in resting state of the switch."
6352
6377
  },
6353
6378
  {
6354
6379
  "name": "hover-shadow",
6355
- "type": "box-shadow",
6380
+ "type": "List",
6356
6381
  "description": "The shadow used for the thumb in hover state of the switch."
6357
6382
  },
6358
6383
  {
6359
6384
  "name": "disabled-shadow",
6360
- "type": "box-shadow",
6385
+ "type": "List",
6361
6386
  "description": "The shadow used for the thumb in disable state of the switch."
6362
6387
  },
6363
6388
  {
@@ -6648,12 +6673,12 @@
6648
6673
  },
6649
6674
  {
6650
6675
  "name": "modal-shadow",
6651
- "type": "box-shadow",
6676
+ "type": "List",
6652
6677
  "description": "The custom shadow to be used for the time picker in modal mode."
6653
6678
  },
6654
6679
  {
6655
6680
  "name": "dropdown-shadow",
6656
- "type": "box-shadow",
6681
+ "type": "List",
6657
6682
  "description": "The custom shadow to be used for the time picker in dropdown mode."
6658
6683
  },
6659
6684
  {
@@ -6702,7 +6727,7 @@
6702
6727
  },
6703
6728
  {
6704
6729
  "name": "shadow",
6705
- "type": "box-shadow",
6730
+ "type": "List",
6706
6731
  "description": "Sets a shadow to be used for the toast."
6707
6732
  }
6708
6733
  ]
@@ -6736,7 +6761,7 @@
6736
6761
  },
6737
6762
  {
6738
6763
  "name": "shadow",
6739
- "type": "box-shadow",
6764
+ "type": "List",
6740
6765
  "description": "Sets a shadow to be used for the tooltip component."
6741
6766
  }
6742
6767
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "25.0.1",
3
+ "version": "25.0.2",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -23,12 +23,14 @@
23
23
  "build:mcp": "npm run build:json && vite build",
24
24
  "serve:docs": "npx http-server ./docs",
25
25
  "preview:palette": "node scripts/previewPalette.mjs",
26
- "lint": "npm run lint:biome && npm run lint:styles && npm run lint:prettier",
26
+ "lint": "npm run lint:biome && npm run lint:styles && npm run lint:prettier && npm run lint:sassdoc",
27
27
  "lint:biome": "biome check",
28
28
  "lint:styles": "stylelint ./sass/**/*.scss --fix",
29
29
  "lint:prettier": "prettier \"./sass/**/*.scss\" --check --ignore-path .gitignore",
30
+ "lint:sassdoc": "ast-grep scan --error",
31
+ "fix:sassdoc": "node scripts/fixSassdoc.mjs",
30
32
  "format": "biome check --fix && stylelint \"./sass/**/*.{scss,css}\" --fix --allow-empty-input --ignore-path .gitignore && prettier \"./sass/**/*.{scss,css}\" --write --ignore-path .gitignore",
31
- "prepare": "husky install",
33
+ "prepare": "husky install && node scripts/setup-grammars.mjs",
32
34
  "mcp:inspector": "npx @modelcontextprotocol/inspector dist/mcp/index.js",
33
35
  "test": "vitest run",
34
36
  "coverage": "vitest run --coverage"
@@ -38,7 +40,8 @@
38
40
  "biome check --fix --no-errors-on-unmatched"
39
41
  ],
40
42
  "sass/**/*.{scss,css}": [
41
- "npm run format"
43
+ "npm run format",
44
+ "npm run lint:sassdoc"
42
45
  ]
43
46
  },
44
47
  "files": [
@@ -98,6 +101,7 @@
98
101
  "zod": "^3.25.76"
99
102
  },
100
103
  "devDependencies": {
104
+ "@ast-grep/cli": "^0.41.0",
101
105
  "@biomejs/biome": "^2.4.2",
102
106
  "@types/node": "^22.0.0",
103
107
  "@types/postcss-safe-parser": "^5.0.4",
@@ -117,13 +121,17 @@
117
121
  "sassdoc": "^2.7.4",
118
122
  "sassdoc-plugin-localization": "^2.0.0",
119
123
  "shx": "^0.3.4",
120
- "stylelint": "^15.6.2",
121
- "stylelint-config-standard-scss": "^7.0.1",
122
- "stylelint-scss": "^4.7.0",
124
+ "stylelint": "^17.3.0",
125
+ "stylelint-config-standard-scss": "^17.0.0",
126
+ "stylelint-scss": "^7.0.0",
123
127
  "tsx": "^4.0.0",
124
128
  "typescript": "^5.7.0",
125
129
  "vite": "^7.3.1",
126
130
  "vite-plugin-dts": "^4.5.4",
127
131
  "vitest": "^4.0.15"
132
+ },
133
+ "treeSitterGrammars": {
134
+ "tree-sitter-scss": "v0.1.0",
135
+ "tree-sitter-sassdoc": "v0.1.0"
128
136
  }
129
137
  }
@@ -5,74 +5,74 @@
5
5
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
6
6
  ////
7
7
 
8
- /// @type Timing Function
8
+ /// @type Function
9
9
  $in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
10
10
 
11
- /// @type Timing Function
11
+ /// @type Function
12
12
  $in-cubic: cubic-bezier(0.55, 0.55, 0.675, 0.19);
13
13
 
14
- /// @type Timing Function
14
+ /// @type Function
15
15
  $in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
16
16
 
17
- /// @type Timing Function
17
+ /// @type Function
18
18
  $in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
19
19
 
20
- /// @type Timing Function
20
+ /// @type Function
21
21
  $in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
22
22
 
23
- /// @type Timing Function
23
+ /// @type Function
24
24
  $in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
25
25
 
26
- /// @type Timing Function
26
+ /// @type Function
27
27
  $in-circ: cubic-bezier(0.95, 0.05, 0.795, 0.035);
28
28
 
29
- /// @type Timing Function
29
+ /// @type Function
30
30
  $in-back: cubic-bezier(0.95, 0.05, 0.795, 0.035);
31
31
 
32
- /// @type Timing Function
32
+ /// @type Function
33
33
  $out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
34
34
 
35
- /// @type Timing Function
35
+ /// @type Function
36
36
  $out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
37
37
 
38
- /// @type Timing Function
38
+ /// @type Function
39
39
  $out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
40
40
 
41
- /// @type Timing Function
41
+ /// @type Function
42
42
  $out-quint: cubic-bezier(0.23, 1, 0.32, 1);
43
43
 
44
- /// @type Timing Function
44
+ /// @type Function
45
45
  $out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
46
46
 
47
- /// @type Timing Function
47
+ /// @type Function
48
48
  $out-expo: cubic-bezier(0.19, 1, 0.22, 1);
49
49
 
50
- /// @type Timing Function
50
+ /// @type Function
51
51
  $out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
52
52
 
53
- /// @type Timing Function
53
+ /// @type Function
54
54
  $out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
55
55
 
56
- /// @type Timing Function
56
+ /// @type Function
57
57
  $in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
58
58
 
59
- /// @type Timing Function
59
+ /// @type Function
60
60
  $in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
61
61
 
62
- /// @type Timing Function
62
+ /// @type Function
63
63
  $in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
64
64
 
65
- /// @type Timing Function
65
+ /// @type Function
66
66
  $in-out-quint: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
67
67
 
68
- /// @type Timing Function
68
+ /// @type Function
69
69
  $in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
70
70
 
71
- /// @type Timing Function
71
+ /// @type Function
72
72
  $in-out-expo: cubic-bezier(1, 0, 0, 1);
73
73
 
74
- /// @type Timing Function
74
+ /// @type Function
75
75
  $in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
76
76
 
77
- /// @type Timing Function
77
+ /// @type Function
78
78
  $in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
@@ -13,7 +13,8 @@
13
13
  /// @package theming
14
14
  ////
15
15
 
16
- /// @type String - The Element separator used. Default '__'.
16
+ /// The Element separator used. Default '__'.
17
+ /// @type String
17
18
  /// @access public
18
19
  /// @example scss - Change the element separator from '__' to '-'
19
20
  /// $bem--sep-elem: '-';
@@ -28,7 +29,8 @@
28
29
  /// .block-element { background: blue; }
29
30
  $bem--sep-elem: if(meta.variable-exists(bem--sep-elem), $bem--sep-elem, '__');
30
31
 
31
- /// @type String - The Modifier separator used. Default '--'.
32
+ /// The Modifier separator used. Default '--'.
33
+ /// @type String
32
34
  /// @access public
33
35
  /// @example scss - Change the modifier separator from '--' to '---'
34
36
  /// $bem--sep-mod: '---';
@@ -43,7 +45,8 @@ $bem--sep-elem: if(meta.variable-exists(bem--sep-elem), $bem--sep-elem, '__');
43
45
  /// .block---modifier { background: red; }
44
46
  $bem--sep-mod: if(meta.variable-exists(bem--sep-mod), $bem--sep-mod, '--');
45
47
 
46
- /// @type String - The Modifier Value separator used. Default '-'.
48
+ /// The Modifier Value separator used. Default '-'.
49
+ /// @type String
47
50
  /// @access public
48
51
  /// @example scss - Change the modifier value separator from '-' to '_'
49
52
  /// $bem--sep-mod-val: '_';
@@ -231,22 +234,22 @@ $_bem-mod-cache: () !default;
231
234
  /// @param {String|Map} $mod [null] - A block modifier.
232
235
  /// @param {List} $mods [null] - A list of block modifiers.
233
236
  ///
234
- /// @example scss Include a block
237
+ /// @example scss - Include a block
235
238
  /// $selector: bem-selector(block); // returns .block
236
239
  ///
237
- /// @example scss Include a block and an element
240
+ /// @example scss - Include a block and an element
238
241
  /// $selector: bem-selector(block, $elem: elem); // returns .block__elem
239
242
  ///
240
- /// @example scss Include block, element, and element modifier
243
+ /// @example scss - Include block, element, and element modifier
241
244
  /// $selector: bem-selector(block, $elem: (elem, mod); // returns .block__elem--mod
242
245
  ///
243
- /// @example scss Include block and block modifier
246
+ /// @example scss - Include block and block modifier
244
247
  /// $selector: bem-selector(block, $mod: mod) // returns .block--mod
245
248
  ///
246
- /// @example scss Include block and multiple block modifiers
249
+ /// @example scss - Include block and multiple block modifiers
247
250
  /// $selector: bem-selector(block, $mods: (mod-1, mod-2)) // returns .block--mod-1.block--mod-2
248
251
  ///
249
- /// @example scss Include block modifier followed by block sub-element
252
+ /// @example scss - Include block modifier followed by block sub-element
250
253
  /// $selector: bem-selector(block, $m: mod, $e: elem); // returns .block--mod .block__elem
251
254
  ///
252
255
  /// @return {String} The generated BEM selector string
@@ -367,7 +370,7 @@ $_bem-mod-cache: () !default;
367
370
  /// is to clearly denote the start of a BEM block.
368
371
  /// @access public
369
372
  /// @param {String} $block - The block name.
370
- /// @example
373
+ /// @example scss - Include a block
371
374
  /// @include bem-block(block) {
372
375
  /// background: green;
373
376
  /// }
@@ -443,10 +446,9 @@ $_bem-mod-cache: () !default;
443
446
  /// Generates selectors for multiple block modifiers with optional exclusions
444
447
  /// @access public
445
448
  /// @param {List} $mods - List of modifier names
446
- /// @param {Map} $options - Optional configuration map
447
- /// @param {String|List} $options.not - Modifier(s) to exclude with :not()
448
- /// @throw {Error} If used outside a block context
449
- /// @throw {Error} If used inside an element or pseudo-selector
449
+ /// @param {Boolean} $not - Modifier(s) to exclude with :not()
450
+ /// @throws Error if used outside a block context
451
+ /// @throws Error if used inside an element or pseudo-selector
450
452
  /// @example scss
451
453
  /// @include bem-block(card) {
452
454
  /// @include bem-mods(large, primary, (not: outline)) {
@@ -6,16 +6,16 @@
6
6
 
7
7
  /// A list of color values to be used as brushes in charts.
8
8
  /// @type List
9
- /// @prop {Color} brush-1 [rgb(157 231 114)]
10
- /// @prop {Color} brush-2 [rgb(139 91 177)]
11
- /// @prop {Color} brush-3 [rgb(109 177 255)]
12
- /// @prop {Color} brush-4 [rgb(154 242 228)]
13
- /// @prop {Color} brush-5 [rgb(238 88 121)]
14
- /// @prop {Color} brush-6 [rgb(115 86 86)]
15
- /// @prop {Color} brush-7 [rgb(247 210 98)]
16
- /// @prop {Color} brush-8 [rgb(168 168 183)]
17
- /// @prop {Color} brush-9 [rgb(224 81 169)]
18
- /// @prop {Color} brush-10 [rgb(248 161 95)]
9
+ /// @prop {Color} brush-1 [rgb(157 231 114)] - The first brush color used in charts.
10
+ /// @prop {Color} brush-2 [rgb(139 91 177)] - The second brush color used in charts.
11
+ /// @prop {Color} brush-3 [rgb(109 177 255)] - The third brush color used in charts.
12
+ /// @prop {Color} brush-4 [rgb(154 242 228)] - The fourth brush color used in charts.
13
+ /// @prop {Color} brush-5 [rgb(238 88 121)] - The fifth brush color used in charts.
14
+ /// @prop {Color} brush-6 [rgb(115 86 86)] - The sixth brush color used in charts.
15
+ /// @prop {Color} brush-7 [rgb(247 210 98)] - The seventh brush color used in charts.
16
+ /// @prop {Color} brush-8 [rgb(168 168 183)] - The eighth brush color used in charts.
17
+ /// @prop {Color} brush-9 [rgb(224 81 169)] - The ninth brush color used in charts.
18
+ /// @prop {Color} brush-10 [rgb(248 161 95)] - The tenth brush color used in charts.
19
19
  $brushes-regular: (
20
20
  rgb(157 231 114),
21
21
  rgb(139 91 177),
@@ -31,16 +31,16 @@ $brushes-regular: (
31
31
 
32
32
  /// A list of color values to be used as color-blind brushes in charts.
33
33
  /// @type List
34
- /// @prop {Color} brush-1 [rgb(86 180 233)]
35
- /// @prop {Color} brush-2 [rgb(0 158 115)]
36
- /// @prop {Color} brush-3 [rgb(240 228 68)]
37
- /// @prop {Color} brush-4 [rgb(213 94 0)]
38
- /// @prop {Color} brush-5 [rgb(214 0 254)]
39
- /// @prop {Color} brush-6 [rgb(0 73 159)]
40
- /// @prop {Color} brush-7 [rgb(230 159 0)]
41
- /// @prop {Color} brush-8 [rgb(0 0 0)]
42
- /// @prop {Color} brush-9 [rgb(132 240 223)]
43
- /// @prop {Color} brush-10 [rgb(115 86 86)]
34
+ /// @prop {Color} brush-1 [rgb(86 180 233)] - The first brush color used in charts for color-blind users.
35
+ /// @prop {Color} brush-2 [rgb(0 158 115)] - The second brush color used in charts for color-blind users.
36
+ /// @prop {Color} brush-3 [rgb(240 228 68)] - The third brush color used in charts for color-blind users.
37
+ /// @prop {Color} brush-4 [rgb(213 94 0)] - The fourth brush color used in charts for color-blind users.
38
+ /// @prop {Color} brush-5 [rgb(214 0 254)] - The fifth brush color used in charts for color-blind users.
39
+ /// @prop {Color} brush-6 [rgb(0 73 159)] - The sixth brush color used in charts for color-blind users.
40
+ /// @prop {Color} brush-7 [rgb(230 159 0)] - The seventh brush color used in charts for color-blind users.
41
+ /// @prop {Color} brush-8 [rgb(0 0 0)] - The eighth brush color used in charts for color-blind users.
42
+ /// @prop {Color} brush-9 [rgb(132 240 223)] - The ninth brush color used in charts for color-blind users.
43
+ /// @prop {Color} brush-10 [rgb(115 86 86)] - The tenth brush color used in charts for color-blind users.
44
44
  $brushes-color-blind: (
45
45
  rgb(86 180 233),
46
46
  rgb(0 158 115),