igniteui-theming 25.0.0 → 25.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/README.md +2 -2
  2. package/dist/mcp/generators/css.js +1 -8
  3. package/dist/mcp/generators/sass.d.ts +1 -1
  4. package/dist/mcp/generators/sass.js +26 -3
  5. package/dist/mcp/index.js +3 -3
  6. package/dist/mcp/json/components/themes.json.js +17 -17
  7. package/dist/mcp/knowledge/docs/setup/platform.md.js +4 -0
  8. package/dist/mcp/knowledge/index.d.ts +1 -1
  9. package/dist/mcp/knowledge/index.js +1 -4
  10. package/dist/mcp/knowledge/platform-setup.d.ts +2 -0
  11. package/dist/mcp/knowledge/platforms/index.d.ts +8 -11
  12. package/dist/mcp/knowledge/platforms/index.js +22 -14
  13. package/dist/mcp/knowledge/platforms/react.d.ts +2 -2
  14. package/dist/mcp/knowledge/platforms/react.js +3 -3
  15. package/dist/mcp/knowledge/sass-api.d.ts +2 -2
  16. package/dist/mcp/resources/presets.d.ts +12 -0
  17. package/dist/mcp/resources/presets.js +44 -1
  18. package/dist/mcp/tools/descriptions.d.ts +8 -8
  19. package/dist/mcp/tools/descriptions.js +25 -7
  20. package/dist/mcp/tools/handlers/component-theme.js +23 -5
  21. package/dist/mcp/tools/handlers/custom-palette.js +2 -1
  22. package/dist/mcp/tools/handlers/elevations.js +2 -1
  23. package/dist/mcp/tools/handlers/layout.js +1 -1
  24. package/dist/mcp/tools/handlers/palette.js +2 -3
  25. package/dist/mcp/tools/handlers/platform.js +247 -86
  26. package/dist/mcp/tools/handlers/theme.js +3 -0
  27. package/dist/mcp/tools/handlers/typography.js +2 -1
  28. package/dist/mcp/tools/schemas.d.ts +31 -31
  29. package/dist/mcp/utils/sass.d.ts +20 -0
  30. package/dist/mcp/utils/sass.js +16 -0
  31. package/dist/mcp/utils/types.d.ts +2 -1
  32. package/dist/mcp/utils/types.js +2 -1
  33. package/json/components/bootstrap.json +1 -1
  34. package/json/components/fluent.json +1 -1
  35. package/json/components/indigo.json +1 -1
  36. package/json/components/material.json +1 -1
  37. package/json/components/themes.json +53 -28
  38. package/package.json +15 -7
  39. package/sass/animations/_easings.scss +24 -24
  40. package/sass/bem/_index.scss +16 -14
  41. package/sass/color/_charts.scss +20 -20
  42. package/sass/color/_functions.scss +18 -18
  43. package/sass/color/_mixins.scss +1 -1
  44. package/sass/elevations/_functions.scss +4 -4
  45. package/sass/elevations/_mixins.scss +2 -2
  46. package/sass/elevations/presets/_index.scss +3 -3
  47. package/sass/elevations/presets/_indigo.scss +16 -16
  48. package/sass/elevations/presets/_material.scss +3 -3
  49. package/sass/tailwind/utilities/_common.scss +1 -1
  50. package/sass/themes/_functions.scss +15 -15
  51. package/sass/themes/_mixins.scss +9 -9
  52. package/sass/themes/charts/_category-chart-theme.scss +2 -9
  53. package/sass/themes/charts/_data-chart-theme.scss +1 -1
  54. package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
  55. package/sass/themes/charts/_financial-chart-theme.scss +2 -9
  56. package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
  57. package/sass/themes/charts/_gauge-theme.scss +2 -2
  58. package/sass/themes/charts/_geo-map-theme.scss +1 -1
  59. package/sass/themes/charts/_graph-theme.scss +1 -1
  60. package/sass/themes/charts/_pie-chart-theme.scss +1 -1
  61. package/sass/themes/charts/_shape-chart-theme.scss +2 -9
  62. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  63. package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
  64. package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
  65. package/sass/themes/components/badge/_badge-theme.scss +2 -2
  66. package/sass/themes/components/banner/_banner-theme.scss +1 -1
  67. package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
  68. package/sass/themes/components/button/_button-theme.scss +5 -5
  69. package/sass/themes/components/button/_contained-button-theme.scss +5 -5
  70. package/sass/themes/components/button/_fab-button-theme.scss +5 -5
  71. package/sass/themes/components/button/_flat-button-theme.scss +17 -17
  72. package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
  73. package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
  74. package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
  75. package/sass/themes/components/card/_card-theme.scss +3 -3
  76. package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
  77. package/sass/themes/components/chat/_chat-theme.scss +1 -1
  78. package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
  79. package/sass/themes/components/chip/_chip-theme.scss +5 -5
  80. package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
  81. package/sass/themes/components/combo/_combo-theme.scss +3 -3
  82. package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
  83. package/sass/themes/components/divider/_divider-theme.scss +1 -1
  84. package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
  85. package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
  86. package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
  87. package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
  88. package/sass/themes/components/grid/_grid-theme.scss +56 -17
  89. package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
  90. package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
  91. package/sass/themes/components/icon/_icon-theme.scss +1 -1
  92. package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
  93. package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
  94. package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
  95. package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
  96. package/sass/themes/components/input/_file-input-theme.scss +1 -1
  97. package/sass/themes/components/input/_input-theme.scss +23 -23
  98. package/sass/themes/components/list/_list-theme.scss +6 -6
  99. package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
  100. package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
  101. package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
  102. package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
  103. package/sass/themes/components/progress/_circular-theme.scss +1 -1
  104. package/sass/themes/components/progress/_linear-theme.scss +1 -1
  105. package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
  106. package/sass/themes/components/radio/_radio-theme.scss +5 -5
  107. package/sass/themes/components/rating/_rating-theme.scss +1 -1
  108. package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
  109. package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
  110. package/sass/themes/components/select/_select-theme.scss +1 -1
  111. package/sass/themes/components/slider/_slider-theme.scss +7 -7
  112. package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
  113. package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
  114. package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
  115. package/sass/themes/components/switch/_switch-theme.scss +13 -13
  116. package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
  117. package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
  118. package/sass/themes/components/toast/_toast-theme.scss +3 -3
  119. package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
  120. package/sass/themes/components/tree/_tree-theme.scss +17 -17
  121. package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
  122. package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
  123. package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
  124. package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
  125. package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
  126. package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
  127. package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
  128. package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
  129. package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
  130. package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
  131. package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
  132. package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
  133. package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
  134. package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
  135. package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
  136. package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
  137. package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
  138. package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
  139. package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
  140. package/sass/themes/schemas/charts/light/_graph.scss +8 -8
  141. package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
  142. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
  143. package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
  144. package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
  145. package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
  146. package/sass/themes/schemas/components/dark/_badge.scss +5 -5
  147. package/sass/themes/schemas/components/dark/_banner.scss +5 -5
  148. package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
  149. package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
  150. package/sass/themes/schemas/components/dark/_button.scss +65 -65
  151. package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
  152. package/sass/themes/schemas/components/dark/_card.scss +5 -5
  153. package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
  154. package/sass/themes/schemas/components/dark/_chat.scss +5 -5
  155. package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
  156. package/sass/themes/schemas/components/dark/_chip.scss +7 -7
  157. package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
  158. package/sass/themes/schemas/components/dark/_combo.scss +6 -6
  159. package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
  160. package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
  161. package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
  162. package/sass/themes/schemas/components/dark/_divider.scss +5 -5
  163. package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
  164. package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
  165. package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
  166. package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
  167. package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
  168. package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
  169. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  170. package/sass/themes/schemas/components/dark/_grid.scss +57 -14
  171. package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
  172. package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
  173. package/sass/themes/schemas/components/dark/_icon.scss +5 -5
  174. package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
  175. package/sass/themes/schemas/components/dark/_label.scss +5 -5
  176. package/sass/themes/schemas/components/dark/_list.scss +5 -5
  177. package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
  178. package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
  179. package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
  180. package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
  181. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
  182. package/sass/themes/schemas/components/dark/_progress.scss +10 -10
  183. package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
  184. package/sass/themes/schemas/components/dark/_radio.scss +5 -5
  185. package/sass/themes/schemas/components/dark/_rating.scss +5 -5
  186. package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
  187. package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
  188. package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
  189. package/sass/themes/schemas/components/dark/_select.scss +5 -5
  190. package/sass/themes/schemas/components/dark/_slider.scss +5 -5
  191. package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
  192. package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
  193. package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
  194. package/sass/themes/schemas/components/dark/_switch.scss +5 -5
  195. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  196. package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
  197. package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
  198. package/sass/themes/schemas/components/dark/_toast.scss +4 -4
  199. package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
  200. package/sass/themes/schemas/components/dark/_tree.scss +5 -5
  201. package/sass/themes/schemas/components/dark/_validator.scss +5 -5
  202. package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
  203. package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
  204. package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
  205. package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
  206. package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
  207. package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
  208. package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
  209. package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
  210. package/sass/themes/schemas/components/light/_avatar.scss +9 -9
  211. package/sass/themes/schemas/components/light/_badge.scss +12 -12
  212. package/sass/themes/schemas/components/light/_banner.scss +9 -9
  213. package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
  214. package/sass/themes/schemas/components/light/_button-group.scss +14 -14
  215. package/sass/themes/schemas/components/light/_button.scss +103 -103
  216. package/sass/themes/schemas/components/light/_calendar.scss +28 -28
  217. package/sass/themes/schemas/components/light/_card.scss +14 -42
  218. package/sass/themes/schemas/components/light/_carousel.scss +12 -12
  219. package/sass/themes/schemas/components/light/_chat.scss +9 -9
  220. package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
  221. package/sass/themes/schemas/components/light/_chip.scss +27 -27
  222. package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
  223. package/sass/themes/schemas/components/light/_combo.scss +11 -11
  224. package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
  225. package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
  226. package/sass/themes/schemas/components/light/_dialog.scss +14 -23
  227. package/sass/themes/schemas/components/light/_divider.scss +7 -7
  228. package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
  229. package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
  230. package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
  231. package/sass/themes/schemas/components/light/_file-input.scss +1 -1
  232. package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
  233. package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
  234. package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
  235. package/sass/themes/schemas/components/light/_grid.scss +162 -68
  236. package/sass/themes/schemas/components/light/_highlight.scss +10 -10
  237. package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
  238. package/sass/themes/schemas/components/light/_icon.scss +9 -9
  239. package/sass/themes/schemas/components/light/_input-group.scss +17 -26
  240. package/sass/themes/schemas/components/light/_label.scss +8 -8
  241. package/sass/themes/schemas/components/light/_list.scss +13 -33
  242. package/sass/themes/schemas/components/light/_navbar.scss +12 -12
  243. package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
  244. package/sass/themes/schemas/components/light/_overlay.scss +9 -9
  245. package/sass/themes/schemas/components/light/_pagination.scss +9 -9
  246. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
  247. package/sass/themes/schemas/components/light/_progress.scss +13 -13
  248. package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
  249. package/sass/themes/schemas/components/light/_radio.scss +9 -9
  250. package/sass/themes/schemas/components/light/_rating.scss +9 -9
  251. package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
  252. package/sass/themes/schemas/components/light/_ripple.scss +9 -9
  253. package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
  254. package/sass/themes/schemas/components/light/_select.scss +9 -9
  255. package/sass/themes/schemas/components/light/_slider.scss +11 -17
  256. package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
  257. package/sass/themes/schemas/components/light/_splitter.scss +9 -9
  258. package/sass/themes/schemas/components/light/_stepper.scss +8 -8
  259. package/sass/themes/schemas/components/light/_switch.scss +9 -9
  260. package/sass/themes/schemas/components/light/_tabs.scss +9 -9
  261. package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
  262. package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
  263. package/sass/themes/schemas/components/light/_toast.scss +11 -11
  264. package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
  265. package/sass/themes/schemas/components/light/_tree.scss +8 -8
  266. package/sass/themes/schemas/components/light/_validator.scss +9 -9
  267. package/sass/themes/schemas/components/light/_watermark.scss +9 -9
  268. package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
  269. package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
  270. package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
  271. package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
  272. package/sass/typography/_functions.scss +14 -14
  273. package/sass/typography/_mixins.scss +7 -7
  274. package/sass/utils/_css.scss +1 -1
  275. package/sass/utils/_map.scss +5 -5
  276. package/sass/utils/_math.scss +6 -5
  277. package/sass/utils/_meta.scss +4 -4
  278. package/tailwind/utilities/bootstrap.css +1 -1
  279. package/tailwind/utilities/fluent.css +1 -1
  280. package/tailwind/utilities/indigo.css +1 -1
  281. package/tailwind/utilities/material.css +1 -1
@@ -8,13 +8,13 @@
8
8
  ////
9
9
 
10
10
  /// Generates a light grid-summary schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} background-color [color: ('gray', 300)] - The summaries background color.
13
13
  /// @prop {Map} label-color [color: ('primary', 500)] - The summaries label color.
14
14
  /// @prop {Map} label-hover-color [color: ('primary', 700)] - The summaries hover label color.
15
15
  /// @prop {Map} result-color [contrast-color: ('gray', 300)] - The summaries value/result color.
16
- /// @prop {Map} border-color [color: ('gray', 400)] - The summaries border color.
17
- /// @prop {String} pinned-border-width [2px] - The border width of the summary panel.
16
+ /// @prop {Color} border-color [transparent] - The summaries column border color.
17
+ /// @prop {String} pinned-border-width [1px] - The border width of the summary panel.
18
18
  /// @prop {String} pinned-border-style [solid] - The border style of the summary panel.
19
19
  /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The border color of the summary panel.
20
20
  $light-grid-summary: (
@@ -46,14 +46,9 @@ $light-grid-summary: (
46
46
  ),
47
47
  ),
48
48
 
49
- border-color: (
50
- color: (
51
- 'gray',
52
- 400,
53
- ),
54
- ),
49
+ border-color: transparent,
55
50
 
56
- pinned-border-width: 2px,
51
+ pinned-border-width: 1px,
57
52
  pinned-border-style: solid,
58
53
  pinned-border-color: (
59
54
  color: (
@@ -69,10 +64,10 @@ $light-grid-summary: (
69
64
  );
70
65
 
71
66
  /// Generates a material grid-summary schema.
72
- /// @type {Map}
67
+ /// @type Map
73
68
  /// @prop {Map} label-color [color: ('primary', 900)] - The summaries label color.
74
69
  /// @prop {Map} label-hover-color [color: ('primary', 900)] - The summaries hover label color.
75
- /// @requires {Map} $light-grid-summary
70
+ /// @requires $light-grid-summary
76
71
  $material-grid-summary: extend(
77
72
  $light-grid-summary,
78
73
  (
@@ -95,13 +90,13 @@ $material-grid-summary: extend(
95
90
  );
96
91
 
97
92
  /// Generates a fluent grid-summary schema.
98
- /// @type {Map}
93
+ /// @type Map
99
94
  /// @prop {Map} label-color [color: ('primary', 600)] - The summaries label color.
100
95
  /// @prop {Map} background-color [color: ('surface')] - The summaries background color.
101
96
  /// @prop {Map} border-color [color: ('gray', 100)] - The summaries border color.
102
97
  /// @prop {Map} result-color [contrast-color: ('surface')] - The summaries value/result color.
103
98
  /// @prop {Map} pinned-border-color [color: ('gray', 300)] - The border color of the summary panel.
104
- /// @requires {Map} $light-grid-summary
99
+ /// @requires $light-grid-summary
105
100
  $fluent-grid-summary: extend(
106
101
  $light-grid-summary,
107
102
  (
@@ -145,9 +140,9 @@ $fluent-grid-summary: extend(
145
140
  );
146
141
 
147
142
  /// Generates a bootstrap grid-summary schema.
148
- /// @type {Map}
143
+ /// @type Map
149
144
  /// @prop {Map} label-color [color: ('primary', 700)] - The summaries label color.
150
- /// @requires {Map} $light-grid-summary
145
+ /// @requires $light-grid-summary
151
146
  $bootstrap-grid-summary: extend(
152
147
  $light-grid-summary,
153
148
  (
@@ -165,12 +160,11 @@ $bootstrap-grid-summary: extend(
165
160
  );
166
161
 
167
162
  /// Generates an indigo grid-summary schema.
168
- /// @type {Map}
163
+ /// @type Map
169
164
  /// @prop {Map} background-color [color: ('surface')] - The summaries background color.
170
165
  /// @prop {Map} label-hover-color [color: ('primary', 500)] - The summaries hover label color.
171
166
  /// @prop {Map} result-color [color: ('gray', 800)] - The summaries value/result color.
172
- /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The border color of the summary panel.
173
- /// @requires {Map} $light-grid-summary
167
+ /// @requires $light-grid-summary
174
168
  $indigo-grid-summary: extend(
175
169
  $light-grid-summary,
176
170
  (
@@ -194,13 +188,6 @@ $indigo-grid-summary: extend(
194
188
  ),
195
189
  ),
196
190
 
197
- pinned-border-color: (
198
- color: (
199
- 'gray',
200
- 400,
201
- ),
202
- ),
203
-
204
191
  _meta: (
205
192
  theme: 'indigo',
206
193
  ),
@@ -8,7 +8,7 @@
8
8
  ////
9
9
 
10
10
  /// Generates a light grid-toolbar schema.
11
- /// @type {Map}
11
+ /// @type Map
12
12
  /// @prop {Map} background-color [color: ('gray', 50)] - The toolbar background color.
13
13
  /// @prop {Map} title-text-color [color: ('gray', 700)] - The toolbar title text color.
14
14
  /// @prop {Map} dropdown-background [color: ('surface')] - The toolbar drop-down background color.
@@ -97,8 +97,8 @@ $light-grid-toolbar: (
97
97
  );
98
98
 
99
99
  /// Generates a material grid-toolbar schema.
100
- /// @type {Map}
101
- /// @requires {Map} $light-grid-toolbar
100
+ /// @type Map
101
+ /// @requires $light-grid-toolbar
102
102
  $material-grid-toolbar: extend(
103
103
  $light-grid-toolbar,
104
104
  (
@@ -109,9 +109,9 @@ $material-grid-toolbar: extend(
109
109
  );
110
110
 
111
111
  /// Generates a fluent grid-toolbar schema.
112
- /// @type {Map}
112
+ /// @type Map
113
113
  /// @prop {Map} background-color [color: 'surface'] - The toolbar background color.
114
- /// @requires {Map} $light-grid-toolbar
114
+ /// @requires $light-grid-toolbar
115
115
  $fluent-grid-toolbar: extend(
116
116
  $light-grid-toolbar,
117
117
  (
@@ -126,9 +126,9 @@ $fluent-grid-toolbar: extend(
126
126
  );
127
127
 
128
128
  /// Generates a bootstrap grid-toolbar schema.
129
- /// @type {Map}
129
+ /// @type Map
130
130
  /// @prop {Map} border-color [color: ('gray', 100)] - The toolbar border-bottom color.
131
- /// @requires {Map} $light-grid-toolbar
131
+ /// @requires $light-grid-toolbar
132
132
  $bootstrap-grid-toolbar: extend(
133
133
  $light-grid-toolbar,
134
134
  (
@@ -146,10 +146,10 @@ $bootstrap-grid-toolbar: extend(
146
146
  );
147
147
 
148
148
  /// Generates an indigo grid-toolbar schema.
149
- /// @type {Map}
149
+ /// @type Map
150
150
  /// @prop {Color} background-color [color: ('surface', 500)] - The toolbar background color.
151
151
  /// @prop {Map} border-color [color: ('gray', 400)] - The toolbar border-bottom color.
152
- /// @requires {Map} $light-grid-toolbar
152
+ /// @requires $light-grid-toolbar
153
153
  $indigo-grid-toolbar: extend(
154
154
  $light-grid-toolbar,
155
155
  (
@@ -9,7 +9,7 @@
9
9
  ////
10
10
 
11
11
  /// Generates a light grid schema.
12
- /// @type {Map}
12
+ /// @type Map
13
13
  /// @prop {Color} grid-border-color [transparent] - The grid border color.
14
14
  /// @prop {Map} header-background [color: ('gray', 100)] - The table header background color.
15
15
  /// @prop {Map} sorted-header-icon-color [color: ('secondary', 500)] - The sorted table header icon color.
@@ -23,16 +23,19 @@
23
23
  /// @prop {Map} content-background [color: ('gray', 50)] - The table body background color.
24
24
  /// @prop {Map} content-text-color [color: ('gray', 800)] - The table body text color.
25
25
  /// @prop {Map} row-odd-background [color: ('gray', 50)] - The background color of odd rows.
26
+ /// @prop {Map} body-column-border-color-odd [color: ('gray', 50)] - The border color used for the body columns in odd rows.
26
27
  /// @prop {Map} row-even-background [color: ('gray', 50)] - The background color of even rows.
28
+ /// @prop {Map} body-column-border-color-even [color: ('gray', 50)] - The border color used for the body columns in even rows.
27
29
  /// @prop {Color} row-odd-text-color [inherit] - The text color of odd rows.
28
30
  /// @prop {Color} row-even-text-color [inherit] - The text color of even rows.
29
31
  /// @prop {Map} tree-selected-filtered-row-text-color [color: ('primary', 400)] - The selected filtered row text color of the tree.
30
32
  /// @prop {Map} row-selected-text-color [contrast-color: ('secondary', 50)] - The selected row text color.
31
33
  /// @prop {Map} row-hover-background [color: ('gray', 200)] - The hover row background color.
34
+ /// @prop {Map} body-column-hover-border-color [color: ('gray', 200)] - The border color used for the body columns.
32
35
  /// @prop {Map} row-hover-text-color [contrast-color: ('gray', 200)] - The hover row text color.
33
36
  /// @prop {Map} row-border-color [color: ('gray', 300, .38)] - The row bottom border color.
34
37
  /// @prop {Map} row-highlight [color: ('secondary', 500)] - The grid row highlight color.
35
- /// @prop {Number} pinned-border-width [2px] - The border width of the pinned border.
38
+ /// @prop {Number} pinned-border-width [.125rem] - The border width of the pinned border.
36
39
  /// @prop {String} pinned-border-style [solid] - The CSS border style of the pinned border.
37
40
  /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
38
41
  /// @prop {Map} cell-active-border-color [color: ('primary', 500)] - The active(focused) cell border color.
@@ -84,13 +87,11 @@
84
87
  /// @prop {List} header-size [(rem(32px), rem(40px), rem(50px))] - The size used for the grid header.
85
88
  /// @prop {List} drop-area-size [(rem(24px), rem(24px), rem(32px))] - The size used for the grid drop area.
86
89
  /// @prop {List} group-area-size [(rem(41), rem(49px), rem(57px))] - The size used for the grid group area.
87
- /// @prop {Map} row-ghost-background [color: 'primary', 50] - The background color of the dragged row.
88
- /// @prop {Map} summaries-patch-background [color: ('gray', 300)] - The leading summaries patch backround. Used in hierarchical grids.
89
- /// @prop {Map} typography [
90
- /// header: (comfortable: (value: 'overline'),
91
- /// compact: (value: 'subtitle-1'))
92
- /// ] - The typography styles used for the component.
93
- /// @requires {Map} $default-elevation-grid
90
+ /// @prop {Color} row-ghost-background [color: 'primary', 50] - The background color of the dragged row.
91
+ /// @prop {Color} summaries-patch-background [color: ('gray', 300)] - The leading summaries patch backround. Used in hierarchical grids.
92
+ /// @prop {String} active-state-border-style ['solid'] - The border style used for row active state and cell active state.
93
+ /// @prop {Map} typography [header: (comfortable: (value: 'overline'), compact: (value: 'subtitle-1'))] - The typography styles used for the component.
94
+ /// @requires $default-elevation-grid
94
95
  $light-grid: extend(
95
96
  $default-elevation-grid,
96
97
  (
@@ -255,6 +256,20 @@ $light-grid: extend(
255
256
  ),
256
257
  ),
257
258
 
259
+ body-column-border-color-odd: (
260
+ color: (
261
+ 'gray',
262
+ 50,
263
+ ),
264
+ ),
265
+
266
+ body-column-border-color-even: (
267
+ color: (
268
+ 'gray',
269
+ 50,
270
+ ),
271
+ ),
272
+
258
273
  row-odd-text-color: inherit,
259
274
 
260
275
  row-even-text-color: inherit,
@@ -280,6 +295,13 @@ $light-grid: extend(
280
295
  ),
281
296
  ),
282
297
 
298
+ body-column-hover-border-color: (
299
+ color: (
300
+ 'gray',
301
+ 200,
302
+ ),
303
+ ),
304
+
283
305
  row-hover-text-color: (
284
306
  contrast-color: (
285
307
  'gray',
@@ -302,7 +324,7 @@ $light-grid: extend(
302
324
  ),
303
325
  ),
304
326
 
305
- pinned-border-width: 2px,
327
+ pinned-border-width: 0.125rem,
306
328
 
307
329
  pinned-border-style: solid,
308
330
 
@@ -597,6 +619,8 @@ $light-grid: extend(
597
619
  ),
598
620
  ),
599
621
 
622
+ active-state-border-style: 'solid',
623
+
600
624
  _meta: (
601
625
  name: 'grid',
602
626
  variant: 'light',
@@ -605,22 +629,24 @@ $light-grid: extend(
605
629
  );
606
630
 
607
631
  /// Generates a material grid schema.
608
- /// @type {Map}
632
+ /// @type Map
609
633
  /// @prop {Map} header-text-color [color: ('gray', 800, .8)] - The table header text color.
610
634
  /// @prop {Map} header-selected-background [color: ('secondary', 100)] - The table header background color when selected (ex. column selection).
611
635
  /// @prop {Map} header-selected-text-color [contrast-color: ('secondary', 100)] - The table header text color when selected (ex. column selection).
612
636
  /// @prop {Map} row-selected-background [color: ('secondary', 50)] - The selected row background color.
637
+ /// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
638
+ /// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
639
+ /// @prop {Map} body-column-selected-border-color [color: ('secondary', 50)] - The border color used for the body column when in group-row state.
640
+ /// @prop {Map} body-column-hover-selected-border-color [color: ('secondary', 100)] - The border color used for the body column when in group-row + hover state.
613
641
  /// @prop {Map} tree-selected-filtered-row-text-color [color: ('secondary', 300)] - The selected filtered row text color of the tree.
614
642
  /// @prop {Map} cell-selected-within-background [color: ('secondary', 200)] - The background of the selected cell inside a selected row/column.
615
643
  /// @prop {Map} cell-selected-within-text-color [contrast-color: ('secondary', 200)] - The color of the selected cell inside a selected row/column.
616
- /// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
617
- /// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
618
644
  /// @prop {Map} cell-active-border-color [color: ('secondary', 500)] - The active(focused) cell border color.
619
645
  /// @prop {Map} group-label-column-name-text [color: ('primary', 800)] - The grid group row column name text color.
620
646
  /// @prop {Map} group-label-icon [color: ('primary', 800)] - The grid group row icon color.
621
647
  /// @prop {Map} group-count-text-color [color: ('gray', 700)] - The grid group row cont badge text color.
622
- /// @requires {Map} $light-grid
623
- /// @requires {Map} $default-elevation-grid
648
+ /// @requires $light-grid
649
+ /// @requires $default-elevation-grid
624
650
  $material-grid: extend(
625
651
  $light-grid,
626
652
  $default-elevation-grid,
@@ -654,38 +680,52 @@ $material-grid: extend(
654
680
  ),
655
681
  ),
656
682
 
657
- tree-selected-filtered-row-text-color: (
683
+ row-selected-hover-background: (
658
684
  color: (
659
685
  'secondary',
660
- 300,
686
+ 100,
661
687
  ),
662
688
  ),
663
689
 
664
- cell-selected-within-background: (
665
- color: (
690
+ row-selected-hover-text-color: (
691
+ contrast-color: (
666
692
  'secondary',
667
- 200,
693
+ 100,
668
694
  ),
669
695
  ),
670
696
 
671
- cell-selected-within-text-color: (
672
- contrast-color: (
697
+ body-column-selected-border-color: (
698
+ color: (
673
699
  'secondary',
674
- 200,
700
+ 50,
675
701
  ),
676
702
  ),
677
703
 
678
- row-selected-hover-background: (
704
+ body-column-hover-selected-border-color: (
679
705
  color: (
680
706
  'secondary',
681
707
  100,
682
708
  ),
683
709
  ),
684
710
 
685
- row-selected-hover-text-color: (
711
+ tree-selected-filtered-row-text-color: (
712
+ color: (
713
+ 'secondary',
714
+ 300,
715
+ ),
716
+ ),
717
+
718
+ cell-selected-within-background: (
719
+ color: (
720
+ 'secondary',
721
+ 200,
722
+ ),
723
+ ),
724
+
725
+ cell-selected-within-text-color: (
686
726
  contrast-color: (
687
727
  'secondary',
688
- 100,
728
+ 200,
689
729
  ),
690
730
  ),
691
731
 
@@ -724,7 +764,7 @@ $material-grid: extend(
724
764
  );
725
765
 
726
766
  /// Generates a fluent grid schema.
727
- /// @type {Map}
767
+ /// @type Map
728
768
  /// @prop {Map} grid-border-color [color: ('gray', 100)] - The grid border color only.
729
769
  /// @prop {Map} header-background [color: 'surface'] - The table header background color.
730
770
  /// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
@@ -733,6 +773,8 @@ $material-grid: extend(
733
773
  /// @prop {Map} header-border-color [color: ('gray', 100)] - The color used for header borders.
734
774
  /// @prop {Map} row-selected-background [color: ('gray', 200)] - The selected row background color.
735
775
  /// @prop {Map} row-selected-hover-background [color: ('gray', 300)] - The selected row hover background.
776
+ /// @prop {Map} body-column-selected-border-color [color: ('gray', 200)] - The border color used for the body column when in group-row state.
777
+ /// @prop {Map} body-column-hover-selected-border-color [color: ('gray', 300)] - The border color used for the body column when in group-row + hover state.
736
778
  /// @prop {Map} row-border-color [color: ('gray', 100)] - The row bottom border color.
737
779
  /// @prop {Map} pinned-border-color [color: ('gray', 200)] - The color of the pinned border.
738
780
  /// @prop {Map} cell-active-border-color [color: ('primary', 100)] - The active(focused) cell border color.
@@ -750,8 +792,8 @@ $material-grid: extend(
750
792
  /// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 300)] - The color of the selected cell inside a selected row/column.
751
793
  /// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 300)] - The selected row hover text color.
752
794
  /// @prop {Map} summaries-patch-background [color: ('surface')] - The leading summaries patch backround. Used in hierarchical grids.
753
- /// @requires {Map} $light-grid
754
- /// @requires {Map} $fluent-elevation-grid
795
+ /// @requires $light-grid
796
+ /// @requires $fluent-elevation-grid
755
797
  $fluent-grid: extend(
756
798
  $light-grid,
757
799
  $fluent-elevation-grid,
@@ -795,20 +837,6 @@ $fluent-grid: extend(
795
837
  ),
796
838
  ),
797
839
 
798
- row-selected-hover-background: (
799
- color: (
800
- 'gray',
801
- 300,
802
- ),
803
- ),
804
-
805
- row-selected-hover-text-color: (
806
- contrast-color: (
807
- 'gray',
808
- 300,
809
- ),
810
- ),
811
-
812
840
  row-border-color: (
813
841
  color: (
814
842
  'gray',
@@ -869,6 +897,34 @@ $fluent-grid: extend(
869
897
  ),
870
898
  ),
871
899
 
900
+ row-selected-hover-background: (
901
+ color: (
902
+ 'gray',
903
+ 300,
904
+ ),
905
+ ),
906
+
907
+ row-selected-hover-text-color: (
908
+ contrast-color: (
909
+ 'gray',
910
+ 300,
911
+ ),
912
+ ),
913
+
914
+ body-column-selected-border-color: (
915
+ color: (
916
+ 'gray',
917
+ 200,
918
+ ),
919
+ ),
920
+
921
+ body-column-hover-selected-border-color: (
922
+ color: (
923
+ 'gray',
924
+ 300,
925
+ ),
926
+ ),
927
+
872
928
  tree-selected-filtered-row-text-color: (
873
929
  color: (
874
930
  'gray',
@@ -915,7 +971,7 @@ $fluent-grid: extend(
915
971
  );
916
972
 
917
973
  /// Generates a bootstrap grid schema.
918
- /// @type {Map}
974
+ /// @type Map
919
975
  /// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
920
976
  /// @prop {Map} group-label-icon [color: ('primary', 600)] - The grid group row icon color.
921
977
  /// @prop {Map} group-label-column-name-text [color: ('primary', 600)] - The grid group row column name text color.
@@ -928,12 +984,14 @@ $fluent-grid: extend(
928
984
  /// @prop {Map} sorted-header-icon-color [color: ('primary', 500)] - The sorted table header icon color.
929
985
  /// @prop {Map} row-selected-background [ color: ('primary', 50)] - The selected row background color.
930
986
  /// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
987
+ /// @prop {Map} body-column-selected-border-color [color: ('primary', 50)] - The border color used for the body column when in group-row state.
988
+ /// @prop {Map} body-column-hover-selected-border-color [color: ('primary', 100)] - The border color used for the body column when in group-row + hover state.
931
989
  /// @prop {Map} resize-line-color [color: ('primary', 500)] - The table header resize line color.
932
990
  /// @prop {List} drop-area-border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for drop-area.
933
991
  /// @prop {Map} cell-selected-within-background [color: ('primary', 100)] - The background of the selected cell inside a selected row/column.
934
992
  /// @prop {Map} cell-selected-within-text-color [contrast-color: ('primary', 100)] - The color of the selected cell inside a selected row/column.
935
993
  /// @prop {Map} row-selected-hover-text-color [contrast-color: ('primary', 100)] - The selected row hover text color.
936
- /// @requires {Map} $light-grid
994
+ /// @requires $light-grid
937
995
  $bootstrap-grid: extend(
938
996
  $light-grid,
939
997
  (
@@ -1005,6 +1063,20 @@ $bootstrap-grid: extend(
1005
1063
  ),
1006
1064
  ),
1007
1065
 
1066
+ cell-selected-within-background: (
1067
+ color: (
1068
+ 'primary',
1069
+ 100,
1070
+ ),
1071
+ ),
1072
+
1073
+ cell-selected-within-text-color: (
1074
+ contrast-color: (
1075
+ 'primary',
1076
+ 100,
1077
+ ),
1078
+ ),
1079
+
1008
1080
  row-selected-background: (
1009
1081
  color: (
1010
1082
  'primary',
@@ -1012,29 +1084,29 @@ $bootstrap-grid: extend(
1012
1084
  ),
1013
1085
  ),
1014
1086
 
1015
- cell-selected-within-background: (
1087
+ row-selected-hover-background: (
1016
1088
  color: (
1017
1089
  'primary',
1018
1090
  100,
1019
1091
  ),
1020
1092
  ),
1021
1093
 
1022
- cell-selected-within-text-color: (
1094
+ row-selected-hover-text-color: (
1023
1095
  contrast-color: (
1024
1096
  'primary',
1025
1097
  100,
1026
1098
  ),
1027
1099
  ),
1028
1100
 
1029
- row-selected-hover-background: (
1101
+ body-column-selected-border-color: (
1030
1102
  color: (
1031
1103
  'primary',
1032
- 100,
1104
+ 50,
1033
1105
  ),
1034
1106
  ),
1035
1107
 
1036
- row-selected-hover-text-color: (
1037
- contrast-color: (
1108
+ body-column-hover-selected-border-color: (
1109
+ color: (
1038
1110
  'primary',
1039
1111
  100,
1040
1112
  ),
@@ -1076,7 +1148,7 @@ $bootstrap-grid: extend(
1076
1148
  );
1077
1149
 
1078
1150
  /// Generates an indigo grid schema.
1079
- /// @type {Map}
1151
+ /// @type Map
1080
1152
  /// @prop {Map} content-background [color: ('surface')] - The table body background color.
1081
1153
  /// @prop {Map} header-background [color: ('surface')] - The table header background color.
1082
1154
  /// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
@@ -1089,14 +1161,17 @@ $bootstrap-grid: extend(
1089
1161
  /// @prop {Map} ghost-header-text-color [color: 'gray', 700] - The dragged header text color.
1090
1162
  /// @prop {Map} ghost-header-icon-color [color: 'gray', 600] - The dragged header icon color.
1091
1163
  /// @prop {Map} row-odd-background [color: ('surface')] - The background color of odd rows.
1164
+ /// @prop {Map} body-column-border-color-odd [color: ('surface')] - The border color used for the body columns in odd rows.
1092
1165
  /// @prop {Map} row-even-background [color: ('surface')] - The background color of even rows.
1166
+ /// @prop {Map} body-column-border-color-even [color: ('surface')] - The border color used for the body columns in even rows.
1093
1167
  /// @prop {Map} row-border-color [color: ('gray', 300)] - The row bottom border color.
1094
1168
  /// @prop {Map} row-highlight [color: ('primary', 400)] - The grid row highlight color.
1095
- /// @prop {Map} row-hover-background [color: ('gray', 200)] - The hover row background color.
1096
1169
  /// @prop {Map} sorted-header-icon-color [color: ('primary', 500)] - The sorted table header icon color.
1097
1170
  /// @prop {Map} sortable-header-icon-hover-color [color: ('primary', 400)] - The icon color on hover in grid header when the column is sortable.
1098
1171
  /// @prop {Map} row-selected-background [color: ('primary', 50)] - The selected row background color.
1099
1172
  /// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
1173
+ /// @prop {Map} body-column-selected-border-color [color: ('primary', 50)] - The border color used for the body column when in group-row state.
1174
+ /// @prop {Map} body-column-hover-selected-border-color [color: ('primary', 100)] - The border color used for the body column when in group-row + hover state.
1100
1175
  /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
1101
1176
  /// @prop {Map} resize-line-color [color: ('primary', 400)] - The table header resize line color.
1102
1177
  /// @prop {Map} drop-indicator-color [color: ('primary', 400)] - The color of the drop indicator.
@@ -1133,7 +1208,7 @@ $bootstrap-grid: extend(
1133
1208
  /// @prop {Map} excel-filtering-actions-disabled-foreground [color: ('gray', 900, .2)] - The text color of the excel style filtering options in disabled state.
1134
1209
  /// @prop {Map} row-drag-color [color: ('gray', 800, .75))] - The color of the drag handle.
1135
1210
  /// @prop {Map} summaries-patch-background [color: ('surface')] - The leading summaries patch backround. Used in hierarchical grids.
1136
- /// @requires {Map} $light-grid
1211
+ /// @requires $light-grid
1137
1212
  $indigo-grid: extend(
1138
1213
  $light-grid,
1139
1214
  $indigo-elevation-grid,
@@ -1255,13 +1330,6 @@ $indigo-grid: extend(
1255
1330
  ),
1256
1331
  ),
1257
1332
 
1258
- row-hover-background: (
1259
- color: (
1260
- 'gray',
1261
- 200,
1262
- ),
1263
- ),
1264
-
1265
1333
  sorted-header-icon-color: (
1266
1334
  color: (
1267
1335
  'primary',
@@ -1276,13 +1344,6 @@ $indigo-grid: extend(
1276
1344
  ),
1277
1345
  ),
1278
1346
 
1279
- row-selected-background: (
1280
- color: (
1281
- 'primary',
1282
- 50,
1283
- ),
1284
- ),
1285
-
1286
1347
  cell-selected-within-background: (
1287
1348
  color: (
1288
1349
  'primary',
@@ -1304,6 +1365,13 @@ $indigo-grid: extend(
1304
1365
  ),
1305
1366
  ),
1306
1367
 
1368
+ row-selected-background: (
1369
+ color: (
1370
+ 'primary',
1371
+ 50,
1372
+ ),
1373
+ ),
1374
+
1307
1375
  row-selected-hover-background: (
1308
1376
  color: (
1309
1377
  'primary',
@@ -1318,6 +1386,20 @@ $indigo-grid: extend(
1318
1386
  ),
1319
1387
  ),
1320
1388
 
1389
+ body-column-selected-border-color: (
1390
+ color: (
1391
+ 'primary',
1392
+ 50,
1393
+ ),
1394
+ ),
1395
+
1396
+ body-column-hover-selected-border-color: (
1397
+ color: (
1398
+ 'primary',
1399
+ 100,
1400
+ ),
1401
+ ),
1402
+
1321
1403
  pinned-border-color: (
1322
1404
  color: (
1323
1405
  'gray',
@@ -1401,6 +1483,18 @@ $indigo-grid: extend(
1401
1483
  ),
1402
1484
  ),
1403
1485
 
1486
+ body-column-border-color-odd: (
1487
+ color: (
1488
+ 'surface',
1489
+ ),
1490
+ ),
1491
+
1492
+ body-column-border-color-even: (
1493
+ color: (
1494
+ 'surface',
1495
+ ),
1496
+ ),
1497
+
1404
1498
  row-even-background: (
1405
1499
  color: (
1406
1500
  'surface',