@fluentui/react-table 9.2.6 → 9.2.8

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 (242) hide show
  1. package/CHANGELOG.json +155 -1
  2. package/CHANGELOG.md +42 -2
  3. package/lib/components/DataGrid/DataGrid.js +3 -6
  4. package/lib/components/DataGrid/DataGrid.js.map +1 -1
  5. package/lib/components/DataGrid/index.js +1 -1
  6. package/lib/components/DataGrid/index.js.map +1 -1
  7. package/lib/components/DataGrid/{useDataGridStyles.js → useDataGridStyles.styles.js} +2 -2
  8. package/lib/components/DataGrid/useDataGridStyles.styles.js.map +1 -0
  9. package/lib/components/DataGridBody/DataGridBody.js +3 -6
  10. package/lib/components/DataGridBody/DataGridBody.js.map +1 -1
  11. package/lib/components/DataGridBody/index.js +1 -1
  12. package/lib/components/DataGridBody/index.js.map +1 -1
  13. package/lib/components/DataGridBody/{useDataGridBodyStyles.js → useDataGridBodyStyles.styles.js} +2 -2
  14. package/lib/components/DataGridBody/useDataGridBodyStyles.styles.js.map +1 -0
  15. package/lib/components/DataGridCell/DataGridCell.js +3 -6
  16. package/lib/components/DataGridCell/DataGridCell.js.map +1 -1
  17. package/lib/components/DataGridCell/index.js +1 -1
  18. package/lib/components/DataGridCell/index.js.map +1 -1
  19. package/lib/components/DataGridCell/{useDataGridCellStyles.js → useDataGridCellStyles.styles.js} +2 -2
  20. package/lib/components/DataGridCell/useDataGridCellStyles.styles.js.map +1 -0
  21. package/lib/components/DataGridHeader/DataGridHeader.js +3 -6
  22. package/lib/components/DataGridHeader/DataGridHeader.js.map +1 -1
  23. package/lib/components/DataGridHeader/index.js +1 -1
  24. package/lib/components/DataGridHeader/index.js.map +1 -1
  25. package/lib/components/DataGridHeader/{useDataGridHeaderStyles.js → useDataGridHeaderStyles.styles.js} +2 -2
  26. package/lib/components/DataGridHeader/useDataGridHeaderStyles.styles.js.map +1 -0
  27. package/lib/components/DataGridHeaderCell/DataGridHeaderCell.js +3 -6
  28. package/lib/components/DataGridHeaderCell/DataGridHeaderCell.js.map +1 -1
  29. package/lib/components/DataGridHeaderCell/index.js +1 -1
  30. package/lib/components/DataGridHeaderCell/index.js.map +1 -1
  31. package/lib/components/DataGridHeaderCell/{useDataGridHeaderCellStyles.js → useDataGridHeaderCellStyles.styles.js} +2 -2
  32. package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js.map +1 -0
  33. package/lib/components/DataGridRow/DataGridRow.js +3 -6
  34. package/lib/components/DataGridRow/DataGridRow.js.map +1 -1
  35. package/lib/components/DataGridRow/index.js +1 -1
  36. package/lib/components/DataGridRow/index.js.map +1 -1
  37. package/lib/components/DataGridRow/{useDataGridRowStyles.js → useDataGridRowStyles.styles.js} +2 -2
  38. package/lib/components/DataGridRow/useDataGridRowStyles.styles.js.map +1 -0
  39. package/lib/components/DataGridSelectionCell/DataGridSelectionCell.js +3 -6
  40. package/lib/components/DataGridSelectionCell/DataGridSelectionCell.js.map +1 -1
  41. package/lib/components/DataGridSelectionCell/index.js +1 -1
  42. package/lib/components/DataGridSelectionCell/index.js.map +1 -1
  43. package/lib/components/DataGridSelectionCell/{useDataGridSelectionCellStyles.js → useDataGridSelectionCellStyles.styles.js} +2 -2
  44. package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js.map +1 -0
  45. package/lib/components/Table/Table.js +3 -6
  46. package/lib/components/Table/Table.js.map +1 -1
  47. package/lib/components/Table/index.js +1 -1
  48. package/lib/components/Table/index.js.map +1 -1
  49. package/lib/components/Table/{useTableStyles.js → useTableStyles.styles.js} +1 -1
  50. package/lib/components/Table/useTableStyles.styles.js.map +1 -0
  51. package/lib/components/TableBody/TableBody.js +3 -6
  52. package/lib/components/TableBody/TableBody.js.map +1 -1
  53. package/lib/components/TableBody/index.js +1 -1
  54. package/lib/components/TableBody/index.js.map +1 -1
  55. package/lib/components/TableBody/{useTableBodyStyles.js → useTableBodyStyles.styles.js} +1 -1
  56. package/lib/components/TableBody/useTableBodyStyles.styles.js.map +1 -0
  57. package/lib/components/TableCell/TableCell.js +3 -6
  58. package/lib/components/TableCell/TableCell.js.map +1 -1
  59. package/lib/components/TableCell/index.js +1 -1
  60. package/lib/components/TableCell/index.js.map +1 -1
  61. package/lib/components/TableCell/{useTableCellStyles.js → useTableCellStyles.styles.js} +1 -1
  62. package/lib/components/TableCell/useTableCellStyles.styles.js.map +1 -0
  63. package/lib/components/TableCellActions/TableCellActions.js +3 -6
  64. package/lib/components/TableCellActions/TableCellActions.js.map +1 -1
  65. package/lib/components/TableCellActions/index.js +1 -1
  66. package/lib/components/TableCellActions/index.js.map +1 -1
  67. package/lib/components/TableCellActions/{useTableCellActionsStyles.js → useTableCellActionsStyles.styles.js} +1 -1
  68. package/lib/components/TableCellActions/useTableCellActionsStyles.styles.js.map +1 -0
  69. package/lib/components/TableCellLayout/TableCellLayout.js +3 -6
  70. package/lib/components/TableCellLayout/TableCellLayout.js.map +1 -1
  71. package/lib/components/TableCellLayout/index.js +1 -1
  72. package/lib/components/TableCellLayout/index.js.map +1 -1
  73. package/lib/components/TableCellLayout/{useTableCellLayoutStyles.js → useTableCellLayoutStyles.styles.js} +1 -1
  74. package/lib/components/TableCellLayout/useTableCellLayoutStyles.styles.js.map +1 -0
  75. package/lib/components/TableHeader/TableHeader.js +3 -6
  76. package/lib/components/TableHeader/TableHeader.js.map +1 -1
  77. package/lib/components/TableHeader/index.js +1 -1
  78. package/lib/components/TableHeader/index.js.map +1 -1
  79. package/lib/components/TableHeader/{useTableHeaderStyles.js → useTableHeaderStyles.styles.js} +1 -1
  80. package/lib/components/TableHeader/useTableHeaderStyles.styles.js.map +1 -0
  81. package/lib/components/TableHeaderCell/TableHeaderCell.js +3 -6
  82. package/lib/components/TableHeaderCell/TableHeaderCell.js.map +1 -1
  83. package/lib/components/TableHeaderCell/index.js +1 -1
  84. package/lib/components/TableHeaderCell/index.js.map +1 -1
  85. package/lib/components/TableHeaderCell/{useTableHeaderCellStyles.js → useTableHeaderCellStyles.styles.js} +1 -1
  86. package/lib/components/TableHeaderCell/useTableHeaderCellStyles.styles.js.map +1 -0
  87. package/lib/components/TableResizeHandle/TableResizeHandle.js +3 -6
  88. package/lib/components/TableResizeHandle/TableResizeHandle.js.map +1 -1
  89. package/lib/components/TableResizeHandle/index.js +1 -1
  90. package/lib/components/TableResizeHandle/index.js.map +1 -1
  91. package/lib/components/TableResizeHandle/{useTableResizeHandleStyles.js → useTableResizeHandleStyles.styles.js} +1 -1
  92. package/lib/components/TableResizeHandle/useTableResizeHandleStyles.styles.js.map +1 -0
  93. package/lib/components/TableRow/TableRow.js +3 -6
  94. package/lib/components/TableRow/TableRow.js.map +1 -1
  95. package/lib/components/TableRow/index.js +1 -1
  96. package/lib/components/TableRow/index.js.map +1 -1
  97. package/lib/components/TableRow/{useTableRowStyles.js → useTableRowStyles.styles.js} +3 -3
  98. package/lib/components/TableRow/useTableRowStyles.styles.js.map +1 -0
  99. package/lib/components/TableSelectionCell/TableSelectionCell.js +3 -6
  100. package/lib/components/TableSelectionCell/TableSelectionCell.js.map +1 -1
  101. package/lib/components/TableSelectionCell/index.js +1 -1
  102. package/lib/components/TableSelectionCell/index.js.map +1 -1
  103. package/lib/components/TableSelectionCell/{useTableSelectionCellStyles.js → useTableSelectionCellStyles.styles.js} +2 -6
  104. package/lib/components/TableSelectionCell/useTableSelectionCellStyles.styles.js.map +1 -0
  105. package/lib-commonjs/components/DataGrid/DataGrid.js +3 -4
  106. package/lib-commonjs/components/DataGrid/DataGrid.js.map +1 -1
  107. package/lib-commonjs/components/DataGrid/index.js +1 -1
  108. package/lib-commonjs/components/DataGrid/index.js.map +1 -1
  109. package/lib-commonjs/components/DataGrid/{useDataGridStyles.js → useDataGridStyles.styles.js} +4 -4
  110. package/lib-commonjs/components/DataGrid/useDataGridStyles.styles.js.map +1 -0
  111. package/lib-commonjs/components/DataGridBody/DataGridBody.js +3 -4
  112. package/lib-commonjs/components/DataGridBody/DataGridBody.js.map +1 -1
  113. package/lib-commonjs/components/DataGridBody/index.js +1 -1
  114. package/lib-commonjs/components/DataGridBody/index.js.map +1 -1
  115. package/lib-commonjs/components/DataGridBody/{useDataGridBodyStyles.js → useDataGridBodyStyles.styles.js} +4 -4
  116. package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.styles.js.map +1 -0
  117. package/lib-commonjs/components/DataGridCell/DataGridCell.js +3 -4
  118. package/lib-commonjs/components/DataGridCell/DataGridCell.js.map +1 -1
  119. package/lib-commonjs/components/DataGridCell/index.js +1 -1
  120. package/lib-commonjs/components/DataGridCell/index.js.map +1 -1
  121. package/lib-commonjs/components/DataGridCell/{useDataGridCellStyles.js → useDataGridCellStyles.styles.js} +4 -4
  122. package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.styles.js.map +1 -0
  123. package/lib-commonjs/components/DataGridHeader/DataGridHeader.js +3 -4
  124. package/lib-commonjs/components/DataGridHeader/DataGridHeader.js.map +1 -1
  125. package/lib-commonjs/components/DataGridHeader/index.js +1 -1
  126. package/lib-commonjs/components/DataGridHeader/index.js.map +1 -1
  127. package/lib-commonjs/components/DataGridHeader/{useDataGridHeaderStyles.js → useDataGridHeaderStyles.styles.js} +4 -4
  128. package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.styles.js.map +1 -0
  129. package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.js +3 -4
  130. package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.js.map +1 -1
  131. package/lib-commonjs/components/DataGridHeaderCell/index.js +1 -1
  132. package/lib-commonjs/components/DataGridHeaderCell/index.js.map +1 -1
  133. package/lib-commonjs/components/DataGridHeaderCell/{useDataGridHeaderCellStyles.js → useDataGridHeaderCellStyles.styles.js} +4 -4
  134. package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js.map +1 -0
  135. package/lib-commonjs/components/DataGridRow/DataGridRow.js +3 -4
  136. package/lib-commonjs/components/DataGridRow/DataGridRow.js.map +1 -1
  137. package/lib-commonjs/components/DataGridRow/index.js +1 -1
  138. package/lib-commonjs/components/DataGridRow/index.js.map +1 -1
  139. package/lib-commonjs/components/DataGridRow/{useDataGridRowStyles.js → useDataGridRowStyles.styles.js} +4 -4
  140. package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.styles.js.map +1 -0
  141. package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.js +3 -4
  142. package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.js.map +1 -1
  143. package/lib-commonjs/components/DataGridSelectionCell/index.js +1 -1
  144. package/lib-commonjs/components/DataGridSelectionCell/index.js.map +1 -1
  145. package/lib-commonjs/components/DataGridSelectionCell/{useDataGridSelectionCellStyles.js → useDataGridSelectionCellStyles.styles.js} +4 -4
  146. package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js.map +1 -0
  147. package/lib-commonjs/components/Table/Table.js +3 -4
  148. package/lib-commonjs/components/Table/Table.js.map +1 -1
  149. package/lib-commonjs/components/Table/index.js +1 -1
  150. package/lib-commonjs/components/Table/index.js.map +1 -1
  151. package/lib-commonjs/components/Table/{useTableStyles.js → useTableStyles.styles.js} +2 -2
  152. package/lib-commonjs/components/Table/useTableStyles.styles.js.map +1 -0
  153. package/lib-commonjs/components/TableBody/TableBody.js +3 -4
  154. package/lib-commonjs/components/TableBody/TableBody.js.map +1 -1
  155. package/lib-commonjs/components/TableBody/index.js +1 -1
  156. package/lib-commonjs/components/TableBody/index.js.map +1 -1
  157. package/lib-commonjs/components/TableBody/{useTableBodyStyles.js → useTableBodyStyles.styles.js} +2 -2
  158. package/lib-commonjs/components/TableBody/useTableBodyStyles.styles.js.map +1 -0
  159. package/lib-commonjs/components/TableCell/TableCell.js +3 -4
  160. package/lib-commonjs/components/TableCell/TableCell.js.map +1 -1
  161. package/lib-commonjs/components/TableCell/index.js +1 -1
  162. package/lib-commonjs/components/TableCell/index.js.map +1 -1
  163. package/lib-commonjs/components/TableCell/{useTableCellStyles.js → useTableCellStyles.styles.js} +2 -2
  164. package/lib-commonjs/components/TableCell/useTableCellStyles.styles.js.map +1 -0
  165. package/lib-commonjs/components/TableCellActions/TableCellActions.js +3 -4
  166. package/lib-commonjs/components/TableCellActions/TableCellActions.js.map +1 -1
  167. package/lib-commonjs/components/TableCellActions/index.js +1 -1
  168. package/lib-commonjs/components/TableCellActions/index.js.map +1 -1
  169. package/lib-commonjs/components/TableCellActions/{useTableCellActionsStyles.js → useTableCellActionsStyles.styles.js} +2 -2
  170. package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.styles.js.map +1 -0
  171. package/lib-commonjs/components/TableCellLayout/TableCellLayout.js +3 -4
  172. package/lib-commonjs/components/TableCellLayout/TableCellLayout.js.map +1 -1
  173. package/lib-commonjs/components/TableCellLayout/index.js +1 -1
  174. package/lib-commonjs/components/TableCellLayout/index.js.map +1 -1
  175. package/lib-commonjs/components/TableCellLayout/{useTableCellLayoutStyles.js → useTableCellLayoutStyles.styles.js} +2 -2
  176. package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.styles.js.map +1 -0
  177. package/lib-commonjs/components/TableHeader/TableHeader.js +3 -4
  178. package/lib-commonjs/components/TableHeader/TableHeader.js.map +1 -1
  179. package/lib-commonjs/components/TableHeader/index.js +1 -1
  180. package/lib-commonjs/components/TableHeader/index.js.map +1 -1
  181. package/lib-commonjs/components/TableHeader/{useTableHeaderStyles.js → useTableHeaderStyles.styles.js} +2 -2
  182. package/lib-commonjs/components/TableHeader/useTableHeaderStyles.styles.js.map +1 -0
  183. package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.js +3 -4
  184. package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.js.map +1 -1
  185. package/lib-commonjs/components/TableHeaderCell/index.js +1 -1
  186. package/lib-commonjs/components/TableHeaderCell/index.js.map +1 -1
  187. package/lib-commonjs/components/TableHeaderCell/{useTableHeaderCellStyles.js → useTableHeaderCellStyles.styles.js} +2 -2
  188. package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.styles.js.map +1 -0
  189. package/lib-commonjs/components/TableResizeHandle/TableResizeHandle.js +3 -4
  190. package/lib-commonjs/components/TableResizeHandle/TableResizeHandle.js.map +1 -1
  191. package/lib-commonjs/components/TableResizeHandle/index.js +1 -1
  192. package/lib-commonjs/components/TableResizeHandle/index.js.map +1 -1
  193. package/lib-commonjs/components/TableResizeHandle/{useTableResizeHandleStyles.js → useTableResizeHandleStyles.styles.js} +2 -2
  194. package/lib-commonjs/components/TableResizeHandle/useTableResizeHandleStyles.styles.js.map +1 -0
  195. package/lib-commonjs/components/TableRow/TableRow.js +3 -4
  196. package/lib-commonjs/components/TableRow/TableRow.js.map +1 -1
  197. package/lib-commonjs/components/TableRow/index.js +1 -1
  198. package/lib-commonjs/components/TableRow/index.js.map +1 -1
  199. package/lib-commonjs/components/TableRow/{useTableRowStyles.js → useTableRowStyles.styles.js} +2 -2
  200. package/lib-commonjs/components/TableRow/useTableRowStyles.styles.js.map +1 -0
  201. package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.js +3 -4
  202. package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.js.map +1 -1
  203. package/lib-commonjs/components/TableSelectionCell/index.js +1 -1
  204. package/lib-commonjs/components/TableSelectionCell/index.js.map +1 -1
  205. package/lib-commonjs/components/TableSelectionCell/{useTableSelectionCellStyles.js → useTableSelectionCellStyles.styles.js} +2 -10
  206. package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.styles.js.map +1 -0
  207. package/package.json +13 -13
  208. package/.swcrc +0 -30
  209. package/lib/components/DataGrid/useDataGridStyles.js.map +0 -1
  210. package/lib/components/DataGridBody/useDataGridBodyStyles.js.map +0 -1
  211. package/lib/components/DataGridCell/useDataGridCellStyles.js.map +0 -1
  212. package/lib/components/DataGridHeader/useDataGridHeaderStyles.js.map +0 -1
  213. package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js.map +0 -1
  214. package/lib/components/DataGridRow/useDataGridRowStyles.js.map +0 -1
  215. package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js.map +0 -1
  216. package/lib/components/Table/useTableStyles.js.map +0 -1
  217. package/lib/components/TableBody/useTableBodyStyles.js.map +0 -1
  218. package/lib/components/TableCell/useTableCellStyles.js.map +0 -1
  219. package/lib/components/TableCellActions/useTableCellActionsStyles.js.map +0 -1
  220. package/lib/components/TableCellLayout/useTableCellLayoutStyles.js.map +0 -1
  221. package/lib/components/TableHeader/useTableHeaderStyles.js.map +0 -1
  222. package/lib/components/TableHeaderCell/useTableHeaderCellStyles.js.map +0 -1
  223. package/lib/components/TableResizeHandle/useTableResizeHandleStyles.js.map +0 -1
  224. package/lib/components/TableRow/useTableRowStyles.js.map +0 -1
  225. package/lib/components/TableSelectionCell/useTableSelectionCellStyles.js.map +0 -1
  226. package/lib-commonjs/components/DataGrid/useDataGridStyles.js.map +0 -1
  227. package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.js.map +0 -1
  228. package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.js.map +0 -1
  229. package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.js.map +0 -1
  230. package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js.map +0 -1
  231. package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.js.map +0 -1
  232. package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js.map +0 -1
  233. package/lib-commonjs/components/Table/useTableStyles.js.map +0 -1
  234. package/lib-commonjs/components/TableBody/useTableBodyStyles.js.map +0 -1
  235. package/lib-commonjs/components/TableCell/useTableCellStyles.js.map +0 -1
  236. package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.js.map +0 -1
  237. package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.js.map +0 -1
  238. package/lib-commonjs/components/TableHeader/useTableHeaderStyles.js.map +0 -1
  239. package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.js.map +0 -1
  240. package/lib-commonjs/components/TableResizeHandle/useTableResizeHandleStyles.js.map +0 -1
  241. package/lib-commonjs/components/TableRow/useTableRowStyles.js.map +0 -1
  242. package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,161 @@
2
2
  "name": "@fluentui/react-table",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Apr 2023 17:50:10 GMT",
5
+ "date": "Fri, 12 May 2023 20:22:19 GMT",
6
+ "tag": "@fluentui/react-table_v9.2.8",
7
+ "version": "9.2.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "gcox@microsoft.com",
12
+ "package": "@fluentui/react-table",
13
+ "commit": "ee977e20d359922798949a4f18af7a036ca36ca3",
14
+ "comment": "Update to use single hook selector"
15
+ },
16
+ {
17
+ "author": "olfedias@microsoft.com",
18
+ "package": "@fluentui/react-table",
19
+ "commit": "9d6394b6c751092fd1d4e26ccc618b5ba05086ec",
20
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-table",
25
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
26
+ "comment": "chore: exclude .swcrc from being published"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-table",
31
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.3",
32
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-table",
37
+ "comment": "Bump @fluentui/react-aria to v9.3.19",
38
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-table",
43
+ "comment": "Bump @fluentui/react-avatar to v9.5.0",
44
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-table",
49
+ "comment": "Bump @fluentui/react-checkbox to v9.1.12",
50
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-table",
55
+ "comment": "Bump @fluentui/react-context-selector to v9.1.19",
56
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-table",
61
+ "comment": "Bump @fluentui/react-radio to v9.1.12",
62
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-table",
67
+ "comment": "Bump @fluentui/react-shared-contexts to v9.4.0",
68
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-table",
73
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
74
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-table",
79
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
80
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-table",
85
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
86
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-table",
91
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
92
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-table",
97
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
98
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
99
+ }
100
+ ],
101
+ "none": [
102
+ {
103
+ "author": "martinhochel@microsoft.com",
104
+ "package": "@fluentui/react-table",
105
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
106
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
107
+ }
108
+ ],
109
+ "prerelease": [
110
+ {
111
+ "author": "sarah.higley@microsoft.com",
112
+ "package": "@fluentui/react-table",
113
+ "commit": "81b87f41557964f9c9f5601a3eec84434eb74f35",
114
+ "comment": "chore: remove now-unnecessary enableOutline in createCustomFocusIndicator"
115
+ }
116
+ ]
117
+ }
118
+ },
119
+ {
120
+ "date": "Mon, 24 Apr 2023 08:12:42 GMT",
121
+ "tag": "@fluentui/react-table_v9.2.7",
122
+ "version": "9.2.7",
123
+ "comments": {
124
+ "patch": [
125
+ {
126
+ "author": "bernardo.sunderhus@gmail.com",
127
+ "package": "@fluentui/react-table",
128
+ "commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
129
+ "comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
130
+ },
131
+ {
132
+ "author": "beachball",
133
+ "package": "@fluentui/react-table",
134
+ "comment": "Bump @fluentui/react-avatar to v9.4.10",
135
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
136
+ },
137
+ {
138
+ "author": "beachball",
139
+ "package": "@fluentui/react-table",
140
+ "comment": "Bump @fluentui/react-checkbox to v9.1.11",
141
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
142
+ },
143
+ {
144
+ "author": "beachball",
145
+ "package": "@fluentui/react-table",
146
+ "comment": "Bump @fluentui/react-radio to v9.1.11",
147
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
148
+ },
149
+ {
150
+ "author": "beachball",
151
+ "package": "@fluentui/react-table",
152
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
153
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "date": "Mon, 17 Apr 2023 17:53:59 GMT",
6
160
  "tag": "@fluentui/react-table_v9.2.6",
7
161
  "version": "9.2.6",
8
162
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,52 @@
1
1
  # Change Log - @fluentui/react-table
2
2
 
3
- This log was last generated on Mon, 17 Apr 2023 17:50:10 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 May 2023 20:22:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.8)
8
+
9
+ Fri, 12 May 2023 20:22:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.7..@fluentui/react-table_v9.2.8)
11
+
12
+ ### Patches
13
+
14
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
15
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
16
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
17
+ - Bump @fluentui/keyboard-keys to v9.0.3 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
18
+ - Bump @fluentui/react-aria to v9.3.19 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
19
+ - Bump @fluentui/react-avatar to v9.5.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
20
+ - Bump @fluentui/react-checkbox to v9.1.12 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
21
+ - Bump @fluentui/react-context-selector to v9.1.19 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
22
+ - Bump @fluentui/react-radio to v9.1.12 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
23
+ - Bump @fluentui/react-shared-contexts to v9.4.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
24
+ - Bump @fluentui/react-tabster to v9.7.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
25
+ - Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.8.1 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
28
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
29
+
30
+ ### Changes
31
+
32
+ - chore: remove now-unnecessary enableOutline in createCustomFocusIndicator ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
33
+
34
+ ## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.7)
35
+
36
+ Mon, 24 Apr 2023 08:12:42 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.6..@fluentui/react-table_v9.2.7)
38
+
39
+ ### Patches
40
+
41
+ - bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
42
+ - Bump @fluentui/react-avatar to v9.4.10 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
43
+ - Bump @fluentui/react-checkbox to v9.1.11 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
44
+ - Bump @fluentui/react-radio to v9.1.11 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
45
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
46
+
7
47
  ## [9.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.6)
8
48
 
9
- Mon, 17 Apr 2023 17:50:10 GMT
49
+ Mon, 17 Apr 2023 17:53:59 GMT
10
50
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.5..@fluentui/react-table_v9.2.6)
11
51
 
12
52
  ### Patches
@@ -1,19 +1,16 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGrid_unstable } from './useDataGrid';
3
3
  import { renderDataGrid_unstable } from './renderDataGrid';
4
- import { useDataGridStyles_unstable } from './useDataGridStyles';
4
+ import { useDataGridStyles_unstable } from './useDataGridStyles.styles';
5
5
  import { useDataGridContextValues_unstable } from './useDataGridContextValues';
6
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
6
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
7
7
  /**
8
8
  * DataGrid component
9
9
  */
10
10
  export const DataGrid = /*#__PURE__*/React.forwardRef((props, ref) => {
11
11
  const state = useDataGrid_unstable(props, ref);
12
12
  useDataGridStyles_unstable(state);
13
- const {
14
- useDataGridStyles_unstable: useCustomStyles
15
- } = useCustomStyleHooks_unstable();
16
- useCustomStyles(state);
13
+ useCustomStyleHook_unstable('useDataGridStyles_unstable')(state);
17
14
  return renderDataGrid_unstable(state, useDataGridContextValues_unstable(state));
18
15
  });
19
16
  DataGrid.displayName = 'DataGrid';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGrid_unstable","renderDataGrid_unstable","useDataGridStyles_unstable","useDataGridContextValues_unstable","useCustomStyleHooks_unstable","DataGrid","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGrid/DataGrid.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGrid_unstable } from './useDataGrid';\nimport { renderDataGrid_unstable } from './renderDataGrid';\nimport { useDataGridStyles_unstable } from './useDataGridStyles';\nimport type { DataGridProps } from './DataGrid.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useDataGridContextValues_unstable } from './useDataGridContextValues';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGrid component\n */\nexport const DataGrid: ForwardRefComponent<DataGridProps> = React.forwardRef((props, ref) => {\n const state = useDataGrid_unstable(props, ref);\n\n useDataGridStyles_unstable(state);\n\n const { useDataGridStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGrid_unstable(state, useDataGridContextValues_unstable(state));\n});\n\nDataGrid.displayName = 'DataGrid';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,oBAAoB,QAAQ;AACrC,SAASC,uBAAuB,QAAQ;AACxC,SAASC,0BAA0B,QAAQ;AAG3C,SAASC,iCAAiC,QAAQ;AAClD,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,QAAA,gBAA+CN,KAAA,CAAMO,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC3F,MAAMC,KAAA,GAAQT,oBAAA,CAAqBO,KAAA,EAAOC,GAAA;EAE1CN,0BAAA,CAA2BO,KAAA;EAE3B,MAAM;IAAEP,0BAAA,EAA4BQ;EAAe,CAAE,GAAGN,4BAAA;EACxDM,eAAA,CAAgBD,KAAA;EAEhB,OAAOR,uBAAA,CAAwBQ,KAAA,EAAON,iCAAA,CAAkCM,KAAA;AAC1E;AAEAJ,QAAA,CAASM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGrid_unstable","renderDataGrid_unstable","useDataGridStyles_unstable","useDataGridContextValues_unstable","useCustomStyleHook_unstable","DataGrid","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGrid/DataGrid.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGrid_unstable } from './useDataGrid';\nimport { renderDataGrid_unstable } from './renderDataGrid';\nimport { useDataGridStyles_unstable } from './useDataGridStyles.styles';\nimport type { DataGridProps } from './DataGrid.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useDataGridContextValues_unstable } from './useDataGridContextValues';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGrid component\n */\nexport const DataGrid: ForwardRefComponent<DataGridProps> = React.forwardRef((props, ref) => {\n const state = useDataGrid_unstable(props, ref);\n\n useDataGridStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridStyles_unstable')(state);\n\n return renderDataGrid_unstable(state, useDataGridContextValues_unstable(state));\n});\n\nDataGrid.displayName = 'DataGrid';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,oBAAoB,QAAQ;AACrC,SAASC,uBAAuB,QAAQ;AACxC,SAASC,0BAA0B,QAAQ;AAG3C,SAASC,iCAAiC,QAAQ;AAClD,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,QAAA,gBAA+CN,KAAA,CAAMO,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC3F,MAAMC,KAAA,GAAQT,oBAAA,CAAqBO,KAAA,EAAOC,GAAA;EAE1CN,0BAAA,CAA2BO,KAAA;EAE3BL,2BAAA,CAA4B,8BAA8BK,KAAA;EAE1D,OAAOR,uBAAA,CAAwBQ,KAAA,EAAON,iCAAA,CAAkCM,KAAA;AAC1E;AAEAJ,QAAA,CAASK,WAAW,GAAG"}
@@ -2,6 +2,6 @@ export * from './DataGrid';
2
2
  export * from './DataGrid.types';
3
3
  export * from './renderDataGrid';
4
4
  export * from './useDataGrid';
5
- export * from './useDataGridStyles';
5
+ export * from './useDataGridStyles.styles';
6
6
  export * from './useDataGridContextValues';
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/DataGrid/index.ts"],"sourcesContent":["export * from './DataGrid';\nexport * from './DataGrid.types';\nexport * from './renderDataGrid';\nexport * from './useDataGrid';\nexport * from './useDataGridStyles';\nexport * from './useDataGridContextValues';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
1
+ {"version":3,"names":[],"sources":["../../../src/components/DataGrid/index.ts"],"sourcesContent":["export * from './DataGrid';\nexport * from './DataGrid.types';\nexport * from './renderDataGrid';\nexport * from './useDataGrid';\nexport * from './useDataGridStyles.styles';\nexport * from './useDataGridContextValues';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
@@ -1,5 +1,5 @@
1
1
  import { mergeClasses } from '@griffel/react';
2
- import { useTableStyles_unstable } from '../Table/useTableStyles';
2
+ import { useTableStyles_unstable } from '../Table/useTableStyles.styles';
3
3
  export const dataGridClassNames = {
4
4
  root: 'fui-DataGrid'
5
5
  };
@@ -11,4 +11,4 @@ export const useDataGridStyles_unstable = state => {
11
11
  state.root.className = mergeClasses(dataGridClassNames.root, state.root.className);
12
12
  return state;
13
13
  };
14
- //# sourceMappingURL=useDataGridStyles.js.map
14
+ //# sourceMappingURL=useDataGridStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeClasses","useTableStyles_unstable","dataGridClassNames","root","useDataGridStyles_unstable","state","className"],"sources":["../../../src/components/DataGrid/useDataGridStyles.styles.ts"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport type { DataGridSlots, DataGridState } from './DataGrid.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { useTableStyles_unstable } from '../Table/useTableStyles.styles';\n\nexport const dataGridClassNames: SlotClassNames<DataGridSlots> = {\n root: 'fui-DataGrid',\n};\n\n/**\n * Apply styling to the DataGrid slots based on the state\n */\nexport const useDataGridStyles_unstable = (state: DataGridState): DataGridState => {\n useTableStyles_unstable(state);\n state.root.className = mergeClasses(dataGridClassNames.root, state.root.className);\n\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAG7B,SAASC,uBAAuB,QAAQ;AAExC,OAAO,MAAMC,kBAAA,GAAoD;EAC/DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,0BAAA,GAA8BC,KAAA,IAAwC;EACjFJ,uBAAA,CAAwBI,KAAA;EACxBA,KAAA,CAAMF,IAAI,CAACG,SAAS,GAAGN,YAAA,CAAaE,kBAAA,CAAmBC,IAAI,EAAEE,KAAA,CAAMF,IAAI,CAACG,SAAS;EAEjF,OAAOD,KAAA;AACT"}
@@ -1,18 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGridBody_unstable } from './useDataGridBody';
3
3
  import { renderDataGridBody_unstable } from './renderDataGridBody';
4
- import { useDataGridBodyStyles_unstable } from './useDataGridBodyStyles';
5
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
4
+ import { useDataGridBodyStyles_unstable } from './useDataGridBodyStyles.styles';
5
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
6
6
  /**
7
7
  * DataGridBody component
8
8
  */
9
9
  export const DataGridBody = /*#__PURE__*/React.forwardRef((props, ref) => {
10
10
  const state = useDataGridBody_unstable(props, ref);
11
11
  useDataGridBodyStyles_unstable(state);
12
- const {
13
- useDataGridBodyStyles_unstable: useCustomStyles
14
- } = useCustomStyleHooks_unstable();
15
- useCustomStyles(state);
12
+ useCustomStyleHook_unstable('useDataGridBodyStyles_unstable')(state);
16
13
  return renderDataGridBody_unstable(state);
17
14
  });
18
15
  DataGridBody.displayName = 'DataGridBody';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGridBody_unstable","renderDataGridBody_unstable","useDataGridBodyStyles_unstable","useCustomStyleHooks_unstable","DataGridBody","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGridBody/DataGridBody.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridBody_unstable } from './useDataGridBody';\nimport { renderDataGridBody_unstable } from './renderDataGridBody';\nimport { useDataGridBodyStyles_unstable } from './useDataGridBodyStyles';\nimport type { DataGridBodyProps } from './DataGridBody.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridBody component\n */\nexport const DataGridBody: ForwardRefComponent<DataGridBodyProps> &\n (<TItem>(props: DataGridBodyProps<TItem>) => JSX.Element) = React.forwardRef((props, ref) => {\n const state = useDataGridBody_unstable(props, ref);\n\n useDataGridBodyStyles_unstable(state);\n\n const { useDataGridBodyStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGridBody_unstable(state);\n}) as ForwardRefComponent<DataGridBodyProps> & (<TItem>(props: DataGridBodyProps<TItem>) => JSX.Element);\n\nDataGridBody.displayName = 'DataGridBody';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,wBAAwB,QAAQ;AACzC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,8BAA8B,QAAQ;AAG/C,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,YAAA,gBACiDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC7F,MAAMC,KAAA,GAAQR,wBAAA,CAAyBM,KAAA,EAAOC,GAAA;EAE9CL,8BAAA,CAA+BM,KAAA;EAE/B,MAAM;IAAEN,8BAAA,EAAgCO;EAAe,CAAE,GAAGN,4BAAA;EAC5DM,eAAA,CAAgBD,KAAA;EAEhB,OAAOP,2BAAA,CAA4BO,KAAA;AACrC;AAEAJ,YAAA,CAAaM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGridBody_unstable","renderDataGridBody_unstable","useDataGridBodyStyles_unstable","useCustomStyleHook_unstable","DataGridBody","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGridBody/DataGridBody.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridBody_unstable } from './useDataGridBody';\nimport { renderDataGridBody_unstable } from './renderDataGridBody';\nimport { useDataGridBodyStyles_unstable } from './useDataGridBodyStyles.styles';\nimport type { DataGridBodyProps } from './DataGridBody.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridBody component\n */\nexport const DataGridBody: ForwardRefComponent<DataGridBodyProps> &\n (<TItem>(props: DataGridBodyProps<TItem>) => JSX.Element) = React.forwardRef((props, ref) => {\n const state = useDataGridBody_unstable(props, ref);\n\n useDataGridBodyStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridBodyStyles_unstable')(state);\n\n return renderDataGridBody_unstable(state);\n}) as ForwardRefComponent<DataGridBodyProps> & (<TItem>(props: DataGridBodyProps<TItem>) => JSX.Element);\n\nDataGridBody.displayName = 'DataGridBody';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,wBAAwB,QAAQ;AACzC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,8BAA8B,QAAQ;AAG/C,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,YAAA,gBACiDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC7F,MAAMC,KAAA,GAAQR,wBAAA,CAAyBM,KAAA,EAAOC,GAAA;EAE9CL,8BAAA,CAA+BM,KAAA;EAE/BL,2BAAA,CAA4B,kCAAkCK,KAAA;EAE9D,OAAOP,2BAAA,CAA4BO,KAAA;AACrC;AAEAJ,YAAA,CAAaK,WAAW,GAAG"}
@@ -2,5 +2,5 @@ export * from './DataGridBody';
2
2
  export * from './DataGridBody.types';
3
3
  export * from './renderDataGridBody';
4
4
  export * from './useDataGridBody';
5
- export * from './useDataGridBodyStyles';
5
+ export * from './useDataGridBodyStyles.styles';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/DataGridBody/index.ts"],"sourcesContent":["export * from './DataGridBody';\nexport * from './DataGridBody.types';\nexport * from './renderDataGridBody';\nexport * from './useDataGridBody';\nexport * from './useDataGridBodyStyles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
1
+ {"version":3,"names":[],"sources":["../../../src/components/DataGridBody/index.ts"],"sourcesContent":["export * from './DataGridBody';\nexport * from './DataGridBody.types';\nexport * from './renderDataGridBody';\nexport * from './useDataGridBody';\nexport * from './useDataGridBodyStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
@@ -1,5 +1,5 @@
1
1
  import { mergeClasses } from '@griffel/react';
2
- import { useTableBodyStyles_unstable } from '../TableBody/useTableBodyStyles';
2
+ import { useTableBodyStyles_unstable } from '../TableBody/useTableBodyStyles.styles';
3
3
  export const dataGridBodyClassNames = {
4
4
  root: 'fui-DataGridBody'
5
5
  };
@@ -11,4 +11,4 @@ export const useDataGridBodyStyles_unstable = state => {
11
11
  state.root.className = mergeClasses(dataGridBodyClassNames.root, state.root.className);
12
12
  return state;
13
13
  };
14
- //# sourceMappingURL=useDataGridBodyStyles.js.map
14
+ //# sourceMappingURL=useDataGridBodyStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeClasses","useTableBodyStyles_unstable","dataGridBodyClassNames","root","useDataGridBodyStyles_unstable","state","className"],"sources":["../../../src/components/DataGridBody/useDataGridBodyStyles.styles.ts"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport type { DataGridBodySlots, DataGridBodyState } from './DataGridBody.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { useTableBodyStyles_unstable } from '../TableBody/useTableBodyStyles.styles';\n\nexport const dataGridBodyClassNames: SlotClassNames<DataGridBodySlots> = {\n root: 'fui-DataGridBody',\n};\n\n/**\n * Apply styling to the DataGridBody slots based on the state\n */\nexport const useDataGridBodyStyles_unstable = (state: DataGridBodyState): DataGridBodyState => {\n useTableBodyStyles_unstable(state);\n state.root.className = mergeClasses(dataGridBodyClassNames.root, state.root.className);\n\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAG7B,SAASC,2BAA2B,QAAQ;AAE5C,OAAO,MAAMC,sBAAA,GAA4D;EACvEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,8BAAA,GAAkCC,KAAA,IAAgD;EAC7FJ,2BAAA,CAA4BI,KAAA;EAC5BA,KAAA,CAAMF,IAAI,CAACG,SAAS,GAAGN,YAAA,CAAaE,sBAAA,CAAuBC,IAAI,EAAEE,KAAA,CAAMF,IAAI,CAACG,SAAS;EAErF,OAAOD,KAAA;AACT"}
@@ -1,18 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGridCell_unstable } from './useDataGridCell';
3
3
  import { renderDataGridCell_unstable } from './renderDataGridCell';
4
- import { useDataGridCellStyles_unstable } from './useDataGridCellStyles';
5
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
4
+ import { useDataGridCellStyles_unstable } from './useDataGridCellStyles.styles';
5
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
6
6
  /**
7
7
  * DataGridCell component
8
8
  */
9
9
  export const DataGridCell = /*#__PURE__*/React.forwardRef((props, ref) => {
10
10
  const state = useDataGridCell_unstable(props, ref);
11
11
  useDataGridCellStyles_unstable(state);
12
- const {
13
- useDataGridCellStyles_unstable: useCustomStyles
14
- } = useCustomStyleHooks_unstable();
15
- useCustomStyles(state);
12
+ useCustomStyleHook_unstable('useDataGridCellStyles_unstable')(state);
16
13
  return renderDataGridCell_unstable(state);
17
14
  });
18
15
  DataGridCell.displayName = 'DataGridCell';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGridCell_unstable","renderDataGridCell_unstable","useDataGridCellStyles_unstable","useCustomStyleHooks_unstable","DataGridCell","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGridCell/DataGridCell.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridCell_unstable } from './useDataGridCell';\nimport { renderDataGridCell_unstable } from './renderDataGridCell';\nimport { useDataGridCellStyles_unstable } from './useDataGridCellStyles';\nimport type { DataGridCellProps } from './DataGridCell.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridCell component\n */\nexport const DataGridCell: ForwardRefComponent<DataGridCellProps> = React.forwardRef((props, ref) => {\n const state = useDataGridCell_unstable(props, ref);\n\n useDataGridCellStyles_unstable(state);\n\n const { useDataGridCellStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGridCell_unstable(state);\n});\n\nDataGridCell.displayName = 'DataGridCell';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,wBAAwB,QAAQ;AACzC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,8BAA8B,QAAQ;AAG/C,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,YAAA,gBAAuDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EACnG,MAAMC,KAAA,GAAQR,wBAAA,CAAyBM,KAAA,EAAOC,GAAA;EAE9CL,8BAAA,CAA+BM,KAAA;EAE/B,MAAM;IAAEN,8BAAA,EAAgCO;EAAe,CAAE,GAAGN,4BAAA;EAC5DM,eAAA,CAAgBD,KAAA;EAEhB,OAAOP,2BAAA,CAA4BO,KAAA;AACrC;AAEAJ,YAAA,CAAaM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGridCell_unstable","renderDataGridCell_unstable","useDataGridCellStyles_unstable","useCustomStyleHook_unstable","DataGridCell","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGridCell/DataGridCell.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridCell_unstable } from './useDataGridCell';\nimport { renderDataGridCell_unstable } from './renderDataGridCell';\nimport { useDataGridCellStyles_unstable } from './useDataGridCellStyles.styles';\nimport type { DataGridCellProps } from './DataGridCell.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridCell component\n */\nexport const DataGridCell: ForwardRefComponent<DataGridCellProps> = React.forwardRef((props, ref) => {\n const state = useDataGridCell_unstable(props, ref);\n\n useDataGridCellStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridCellStyles_unstable')(state);\n\n return renderDataGridCell_unstable(state);\n});\n\nDataGridCell.displayName = 'DataGridCell';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,wBAAwB,QAAQ;AACzC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,8BAA8B,QAAQ;AAG/C,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,YAAA,gBAAuDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EACnG,MAAMC,KAAA,GAAQR,wBAAA,CAAyBM,KAAA,EAAOC,GAAA;EAE9CL,8BAAA,CAA+BM,KAAA;EAE/BL,2BAAA,CAA4B,kCAAkCK,KAAA;EAE9D,OAAOP,2BAAA,CAA4BO,KAAA;AACrC;AAEAJ,YAAA,CAAaK,WAAW,GAAG"}
@@ -2,5 +2,5 @@ export * from './DataGridCell';
2
2
  export * from './DataGridCell.types';
3
3
  export * from './renderDataGridCell';
4
4
  export * from './useDataGridCell';
5
- export * from './useDataGridCellStyles';
5
+ export * from './useDataGridCellStyles.styles';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/DataGridCell/index.ts"],"sourcesContent":["export * from './DataGridCell';\nexport * from './DataGridCell.types';\nexport * from './renderDataGridCell';\nexport * from './useDataGridCell';\nexport * from './useDataGridCellStyles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
1
+ {"version":3,"names":[],"sources":["../../../src/components/DataGridCell/index.ts"],"sourcesContent":["export * from './DataGridCell';\nexport * from './DataGridCell.types';\nexport * from './renderDataGridCell';\nexport * from './useDataGridCell';\nexport * from './useDataGridCellStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
@@ -1,5 +1,5 @@
1
1
  import { mergeClasses } from '@griffel/react';
2
- import { useTableCellStyles_unstable } from '../TableCell/useTableCellStyles';
2
+ import { useTableCellStyles_unstable } from '../TableCell/useTableCellStyles.styles';
3
3
  export const dataGridCellClassNames = {
4
4
  root: 'fui-DataGridCell'
5
5
  };
@@ -11,4 +11,4 @@ export const useDataGridCellStyles_unstable = state => {
11
11
  state.root.className = mergeClasses(dataGridCellClassNames.root, state.root.className);
12
12
  return state;
13
13
  };
14
- //# sourceMappingURL=useDataGridCellStyles.js.map
14
+ //# sourceMappingURL=useDataGridCellStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeClasses","useTableCellStyles_unstable","dataGridCellClassNames","root","useDataGridCellStyles_unstable","state","className"],"sources":["../../../src/components/DataGridCell/useDataGridCellStyles.styles.ts"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport type { DataGridCellSlots, DataGridCellState } from './DataGridCell.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { useTableCellStyles_unstable } from '../TableCell/useTableCellStyles.styles';\n\nexport const dataGridCellClassNames: SlotClassNames<DataGridCellSlots> = {\n root: 'fui-DataGridCell',\n};\n\n/**\n * Apply styling to the DataGridCell slots based on the state\n */\nexport const useDataGridCellStyles_unstable = (state: DataGridCellState): DataGridCellState => {\n useTableCellStyles_unstable(state);\n state.root.className = mergeClasses(dataGridCellClassNames.root, state.root.className);\n\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAG7B,SAASC,2BAA2B,QAAQ;AAE5C,OAAO,MAAMC,sBAAA,GAA4D;EACvEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,8BAAA,GAAkCC,KAAA,IAAgD;EAC7FJ,2BAAA,CAA4BI,KAAA;EAC5BA,KAAA,CAAMF,IAAI,CAACG,SAAS,GAAGN,YAAA,CAAaE,sBAAA,CAAuBC,IAAI,EAAEE,KAAA,CAAMF,IAAI,CAACG,SAAS;EAErF,OAAOD,KAAA;AACT"}
@@ -1,18 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGridHeader_unstable } from './useDataGridHeader';
3
3
  import { renderDataGridHeader_unstable } from './renderDataGridHeader';
4
- import { useDataGridHeaderStyles_unstable } from './useDataGridHeaderStyles';
5
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
4
+ import { useDataGridHeaderStyles_unstable } from './useDataGridHeaderStyles.styles';
5
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
6
6
  /**
7
7
  * DataGridHeader component
8
8
  */
9
9
  export const DataGridHeader = /*#__PURE__*/React.forwardRef((props, ref) => {
10
10
  const state = useDataGridHeader_unstable(props, ref);
11
11
  useDataGridHeaderStyles_unstable(state);
12
- const {
13
- useDataGridHeaderStyles_unstable: useCustomStyles
14
- } = useCustomStyleHooks_unstable();
15
- useCustomStyles(state);
12
+ useCustomStyleHook_unstable('useDataGridHeaderStyles_unstable')(state);
16
13
  return renderDataGridHeader_unstable(state);
17
14
  });
18
15
  DataGridHeader.displayName = 'DataGridHeader';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGridHeader_unstable","renderDataGridHeader_unstable","useDataGridHeaderStyles_unstable","useCustomStyleHooks_unstable","DataGridHeader","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGridHeader/DataGridHeader.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridHeader_unstable } from './useDataGridHeader';\nimport { renderDataGridHeader_unstable } from './renderDataGridHeader';\nimport { useDataGridHeaderStyles_unstable } from './useDataGridHeaderStyles';\nimport type { DataGridHeaderProps } from './DataGridHeader.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridHeader component\n */\nexport const DataGridHeader: ForwardRefComponent<DataGridHeaderProps> = React.forwardRef((props, ref) => {\n const state = useDataGridHeader_unstable(props, ref);\n\n useDataGridHeaderStyles_unstable(state);\n\n const { useDataGridHeaderStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGridHeader_unstable(state);\n});\n\nDataGridHeader.displayName = 'DataGridHeader';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,6BAA6B,QAAQ;AAC9C,SAASC,gCAAgC,QAAQ;AAGjD,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,cAAA,gBAA2DL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EACvG,MAAMC,KAAA,GAAQR,0BAAA,CAA2BM,KAAA,EAAOC,GAAA;EAEhDL,gCAAA,CAAiCM,KAAA;EAEjC,MAAM;IAAEN,gCAAA,EAAkCO;EAAe,CAAE,GAAGN,4BAAA;EAC9DM,eAAA,CAAgBD,KAAA;EAEhB,OAAOP,6BAAA,CAA8BO,KAAA;AACvC;AAEAJ,cAAA,CAAeM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGridHeader_unstable","renderDataGridHeader_unstable","useDataGridHeaderStyles_unstable","useCustomStyleHook_unstable","DataGridHeader","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGridHeader/DataGridHeader.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridHeader_unstable } from './useDataGridHeader';\nimport { renderDataGridHeader_unstable } from './renderDataGridHeader';\nimport { useDataGridHeaderStyles_unstable } from './useDataGridHeaderStyles.styles';\nimport type { DataGridHeaderProps } from './DataGridHeader.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridHeader component\n */\nexport const DataGridHeader: ForwardRefComponent<DataGridHeaderProps> = React.forwardRef((props, ref) => {\n const state = useDataGridHeader_unstable(props, ref);\n\n useDataGridHeaderStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridHeaderStyles_unstable')(state);\n\n return renderDataGridHeader_unstable(state);\n});\n\nDataGridHeader.displayName = 'DataGridHeader';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,6BAA6B,QAAQ;AAC9C,SAASC,gCAAgC,QAAQ;AAGjD,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,cAAA,gBAA2DL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EACvG,MAAMC,KAAA,GAAQR,0BAAA,CAA2BM,KAAA,EAAOC,GAAA;EAEhDL,gCAAA,CAAiCM,KAAA;EAEjCL,2BAAA,CAA4B,oCAAoCK,KAAA;EAEhE,OAAOP,6BAAA,CAA8BO,KAAA;AACvC;AAEAJ,cAAA,CAAeK,WAAW,GAAG"}
@@ -2,5 +2,5 @@ export * from './DataGridHeader';
2
2
  export * from './DataGridHeader.types';
3
3
  export * from './renderDataGridHeader';
4
4
  export * from './useDataGridHeader';
5
- export * from './useDataGridHeaderStyles';
5
+ export * from './useDataGridHeaderStyles.styles';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/DataGridHeader/index.ts"],"sourcesContent":["export * from './DataGridHeader';\nexport * from './DataGridHeader.types';\nexport * from './renderDataGridHeader';\nexport * from './useDataGridHeader';\nexport * from './useDataGridHeaderStyles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
1
+ {"version":3,"names":[],"sources":["../../../src/components/DataGridHeader/index.ts"],"sourcesContent":["export * from './DataGridHeader';\nexport * from './DataGridHeader.types';\nexport * from './renderDataGridHeader';\nexport * from './useDataGridHeader';\nexport * from './useDataGridHeaderStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
@@ -1,5 +1,5 @@
1
1
  import { mergeClasses } from '@griffel/react';
2
- import { useTableHeaderStyles_unstable } from '../TableHeader/useTableHeaderStyles';
2
+ import { useTableHeaderStyles_unstable } from '../TableHeader/useTableHeaderStyles.styles';
3
3
  export const dataGridHeaderClassNames = {
4
4
  root: 'fui-DataGridHeader'
5
5
  };
@@ -11,4 +11,4 @@ export const useDataGridHeaderStyles_unstable = state => {
11
11
  state.root.className = mergeClasses(dataGridHeaderClassNames.root, state.root.className);
12
12
  return state;
13
13
  };
14
- //# sourceMappingURL=useDataGridHeaderStyles.js.map
14
+ //# sourceMappingURL=useDataGridHeaderStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeClasses","useTableHeaderStyles_unstable","dataGridHeaderClassNames","root","useDataGridHeaderStyles_unstable","state","className"],"sources":["../../../src/components/DataGridHeader/useDataGridHeaderStyles.styles.ts"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport type { DataGridHeaderSlots, DataGridHeaderState } from './DataGridHeader.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { useTableHeaderStyles_unstable } from '../TableHeader/useTableHeaderStyles.styles';\n\nexport const dataGridHeaderClassNames: SlotClassNames<DataGridHeaderSlots> = {\n root: 'fui-DataGridHeader',\n};\n\n/**\n * Apply styling to the DataGridHeader slots based on the state\n */\nexport const useDataGridHeaderStyles_unstable = (state: DataGridHeaderState): DataGridHeaderState => {\n useTableHeaderStyles_unstable(state);\n state.root.className = mergeClasses(dataGridHeaderClassNames.root, state.root.className);\n\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAG7B,SAASC,6BAA6B,QAAQ;AAE9C,OAAO,MAAMC,wBAAA,GAAgE;EAC3EC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,gCAAA,GAAoCC,KAAA,IAAoD;EACnGJ,6BAAA,CAA8BI,KAAA;EAC9BA,KAAA,CAAMF,IAAI,CAACG,SAAS,GAAGN,YAAA,CAAaE,wBAAA,CAAyBC,IAAI,EAAEE,KAAA,CAAMF,IAAI,CAACG,SAAS;EAEvF,OAAOD,KAAA;AACT"}
@@ -1,18 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGridHeaderCell_unstable } from './useDataGridHeaderCell';
3
3
  import { renderDataGridHeaderCell_unstable } from './renderDataGridHeaderCell';
4
- import { useDataGridHeaderCellStyles_unstable } from './useDataGridHeaderCellStyles';
5
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
4
+ import { useDataGridHeaderCellStyles_unstable } from './useDataGridHeaderCellStyles.styles';
5
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
6
6
  /**
7
7
  * DataGridHeaderCell component
8
8
  */
9
9
  export const DataGridHeaderCell = /*#__PURE__*/React.forwardRef((props, ref) => {
10
10
  const state = useDataGridHeaderCell_unstable(props, ref);
11
11
  useDataGridHeaderCellStyles_unstable(state);
12
- const {
13
- useDataGridHeaderCellStyles_unstable: useCustomStyles
14
- } = useCustomStyleHooks_unstable();
15
- useCustomStyles(state);
12
+ useCustomStyleHook_unstable('useDataGridHeaderCellStyles_unstable')(state);
16
13
  return renderDataGridHeaderCell_unstable(state);
17
14
  });
18
15
  DataGridHeaderCell.displayName = 'DataGridHeaderCell';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGridHeaderCell_unstable","renderDataGridHeaderCell_unstable","useDataGridHeaderCellStyles_unstable","useCustomStyleHooks_unstable","DataGridHeaderCell","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGridHeaderCell/DataGridHeaderCell.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridHeaderCell_unstable } from './useDataGridHeaderCell';\nimport { renderDataGridHeaderCell_unstable } from './renderDataGridHeaderCell';\nimport { useDataGridHeaderCellStyles_unstable } from './useDataGridHeaderCellStyles';\nimport type { DataGridHeaderCellProps } from './DataGridHeaderCell.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridHeaderCell component\n */\nexport const DataGridHeaderCell: ForwardRefComponent<DataGridHeaderCellProps> = React.forwardRef((props, ref) => {\n const state = useDataGridHeaderCell_unstable(props, ref);\n\n useDataGridHeaderCellStyles_unstable(state);\n\n const { useDataGridHeaderCellStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGridHeaderCell_unstable(state);\n});\n\nDataGridHeaderCell.displayName = 'DataGridHeaderCell';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,8BAA8B,QAAQ;AAC/C,SAASC,iCAAiC,QAAQ;AAClD,SAASC,oCAAoC,QAAQ;AAGrD,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,kBAAA,gBAAmEL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC/G,MAAMC,KAAA,GAAQR,8BAAA,CAA+BM,KAAA,EAAOC,GAAA;EAEpDL,oCAAA,CAAqCM,KAAA;EAErC,MAAM;IAAEN,oCAAA,EAAsCO;EAAe,CAAE,GAAGN,4BAAA;EAClEM,eAAA,CAAgBD,KAAA;EAEhB,OAAOP,iCAAA,CAAkCO,KAAA;AAC3C;AAEAJ,kBAAA,CAAmBM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGridHeaderCell_unstable","renderDataGridHeaderCell_unstable","useDataGridHeaderCellStyles_unstable","useCustomStyleHook_unstable","DataGridHeaderCell","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGridHeaderCell/DataGridHeaderCell.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridHeaderCell_unstable } from './useDataGridHeaderCell';\nimport { renderDataGridHeaderCell_unstable } from './renderDataGridHeaderCell';\nimport { useDataGridHeaderCellStyles_unstable } from './useDataGridHeaderCellStyles.styles';\nimport type { DataGridHeaderCellProps } from './DataGridHeaderCell.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridHeaderCell component\n */\nexport const DataGridHeaderCell: ForwardRefComponent<DataGridHeaderCellProps> = React.forwardRef((props, ref) => {\n const state = useDataGridHeaderCell_unstable(props, ref);\n\n useDataGridHeaderCellStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridHeaderCellStyles_unstable')(state);\n\n return renderDataGridHeaderCell_unstable(state);\n});\n\nDataGridHeaderCell.displayName = 'DataGridHeaderCell';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,8BAA8B,QAAQ;AAC/C,SAASC,iCAAiC,QAAQ;AAClD,SAASC,oCAAoC,QAAQ;AAGrD,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,kBAAA,gBAAmEL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC/G,MAAMC,KAAA,GAAQR,8BAAA,CAA+BM,KAAA,EAAOC,GAAA;EAEpDL,oCAAA,CAAqCM,KAAA;EAErCL,2BAAA,CAA4B,wCAAwCK,KAAA;EAEpE,OAAOP,iCAAA,CAAkCO,KAAA;AAC3C;AAEAJ,kBAAA,CAAmBK,WAAW,GAAG"}
@@ -2,5 +2,5 @@ export * from './DataGridHeaderCell';
2
2
  export * from './DataGridHeaderCell.types';
3
3
  export * from './renderDataGridHeaderCell';
4
4
  export * from './useDataGridHeaderCell';
5
- export * from './useDataGridHeaderCellStyles';
5
+ export * from './useDataGridHeaderCellStyles.styles';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/DataGridHeaderCell/index.ts"],"sourcesContent":["export * from './DataGridHeaderCell';\nexport * from './DataGridHeaderCell.types';\nexport * from './renderDataGridHeaderCell';\nexport * from './useDataGridHeaderCell';\nexport * from './useDataGridHeaderCellStyles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
1
+ {"version":3,"names":[],"sources":["../../../src/components/DataGridHeaderCell/index.ts"],"sourcesContent":["export * from './DataGridHeaderCell';\nexport * from './DataGridHeaderCell.types';\nexport * from './renderDataGridHeaderCell';\nexport * from './useDataGridHeaderCell';\nexport * from './useDataGridHeaderCellStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
@@ -1,5 +1,5 @@
1
1
  import { mergeClasses } from '@griffel/react';
2
- import { useTableHeaderCellStyles_unstable } from '../TableHeaderCell/useTableHeaderCellStyles';
2
+ import { useTableHeaderCellStyles_unstable } from '../TableHeaderCell/useTableHeaderCellStyles.styles';
3
3
  export const dataGridHeaderCellClassNames = {
4
4
  root: 'fui-DataGridHeaderCell',
5
5
  button: 'fui-DataGridHeaderCell__button',
@@ -23,4 +23,4 @@ export const useDataGridHeaderCellStyles_unstable = state => {
23
23
  }
24
24
  return state;
25
25
  };
26
- //# sourceMappingURL=useDataGridHeaderCellStyles.js.map
26
+ //# sourceMappingURL=useDataGridHeaderCellStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeClasses","useTableHeaderCellStyles_unstable","dataGridHeaderCellClassNames","root","button","sortIcon","aside","useDataGridHeaderCellStyles_unstable","state","className"],"sources":["../../../src/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.ts"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport type { DataGridHeaderCellSlots, DataGridHeaderCellState } from './DataGridHeaderCell.types';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { useTableHeaderCellStyles_unstable } from '../TableHeaderCell/useTableHeaderCellStyles.styles';\n\nexport const dataGridHeaderCellClassNames: SlotClassNames<DataGridHeaderCellSlots> = {\n root: 'fui-DataGridHeaderCell',\n button: 'fui-DataGridHeaderCell__button',\n sortIcon: 'fui-DataGridHeaderCell__sortIcon',\n aside: 'fui-DataGridHeaderCell__aside',\n};\n\n/**\n * Apply styling to the DataGridHeaderCell slots based on the state\n */\nexport const useDataGridHeaderCellStyles_unstable = (state: DataGridHeaderCellState): DataGridHeaderCellState => {\n useTableHeaderCellStyles_unstable(state);\n state.root.className = mergeClasses(dataGridHeaderCellClassNames.root, state.root.className);\n\n if (state.button) {\n state.button.className = mergeClasses(dataGridHeaderCellClassNames.button, state.button.className);\n }\n\n if (state.sortIcon) {\n state.sortIcon.className = mergeClasses(dataGridHeaderCellClassNames.sortIcon, state.sortIcon.className);\n }\n\n if (state.aside) {\n state.aside.className = mergeClasses(dataGridHeaderCellClassNames.aside, state.aside.className);\n }\n\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAG7B,SAASC,iCAAiC,QAAQ;AAElD,OAAO,MAAMC,4BAAA,GAAwE;EACnFC,IAAA,EAAM;EACNC,MAAA,EAAQ;EACRC,QAAA,EAAU;EACVC,KAAA,EAAO;AACT;AAEA;;;AAGA,OAAO,MAAMC,oCAAA,GAAwCC,KAAA,IAA4D;EAC/GP,iCAAA,CAAkCO,KAAA;EAClCA,KAAA,CAAML,IAAI,CAACM,SAAS,GAAGT,YAAA,CAAaE,4BAAA,CAA6BC,IAAI,EAAEK,KAAA,CAAML,IAAI,CAACM,SAAS;EAE3F,IAAID,KAAA,CAAMJ,MAAM,EAAE;IAChBI,KAAA,CAAMJ,MAAM,CAACK,SAAS,GAAGT,YAAA,CAAaE,4BAAA,CAA6BE,MAAM,EAAEI,KAAA,CAAMJ,MAAM,CAACK,SAAS;EACnG;EAEA,IAAID,KAAA,CAAMH,QAAQ,EAAE;IAClBG,KAAA,CAAMH,QAAQ,CAACI,SAAS,GAAGT,YAAA,CAAaE,4BAAA,CAA6BG,QAAQ,EAAEG,KAAA,CAAMH,QAAQ,CAACI,SAAS;EACzG;EAEA,IAAID,KAAA,CAAMF,KAAK,EAAE;IACfE,KAAA,CAAMF,KAAK,CAACG,SAAS,GAAGT,YAAA,CAAaE,4BAAA,CAA6BI,KAAK,EAAEE,KAAA,CAAMF,KAAK,CAACG,SAAS;EAChG;EAEA,OAAOD,KAAA;AACT"}
@@ -1,18 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import { useDataGridRow_unstable } from './useDataGridRow';
3
3
  import { renderDataGridRow_unstable } from './renderDataGridRow';
4
- import { useDataGridRowStyles_unstable } from './useDataGridRowStyles';
5
- import { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';
4
+ import { useDataGridRowStyles_unstable } from './useDataGridRowStyles.styles';
5
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
6
6
  /**
7
7
  * DataGridRow component
8
8
  */
9
9
  export const DataGridRow = /*#__PURE__*/React.forwardRef((props, ref) => {
10
10
  const state = useDataGridRow_unstable(props, ref);
11
11
  useDataGridRowStyles_unstable(state);
12
- const {
13
- useDataGridRowStyles_unstable: useCustomStyles
14
- } = useCustomStyleHooks_unstable();
15
- useCustomStyles(state);
12
+ useCustomStyleHook_unstable('useDataGridRowStyles_unstable')(state);
16
13
  return renderDataGridRow_unstable(state);
17
14
  });
18
15
  DataGridRow.displayName = 'DataGridRow';
@@ -1 +1 @@
1
- {"version":3,"names":["React","useDataGridRow_unstable","renderDataGridRow_unstable","useDataGridRowStyles_unstable","useCustomStyleHooks_unstable","DataGridRow","forwardRef","props","ref","state","useCustomStyles","displayName"],"sources":["../../../src/components/DataGridRow/DataGridRow.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridRow_unstable } from './useDataGridRow';\nimport { renderDataGridRow_unstable } from './renderDataGridRow';\nimport { useDataGridRowStyles_unstable } from './useDataGridRowStyles';\nimport type { DataGridRowProps } from './DataGridRow.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHooks_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridRow component\n */\nexport const DataGridRow: ForwardRefComponent<DataGridRowProps> &\n (<TItem>(props: DataGridRowProps<TItem>) => JSX.Element) = React.forwardRef((props, ref) => {\n const state = useDataGridRow_unstable(props, ref);\n\n useDataGridRowStyles_unstable(state);\n\n const { useDataGridRowStyles_unstable: useCustomStyles } = useCustomStyleHooks_unstable();\n useCustomStyles(state);\n\n return renderDataGridRow_unstable(state);\n}) as ForwardRefComponent<DataGridRowProps> & (<TItem>(props: DataGridRowProps<TItem>) => JSX.Element);\n\nDataGridRow.displayName = 'DataGridRow';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,uBAAuB,QAAQ;AACxC,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,6BAA6B,QAAQ;AAG9C,SAASC,4BAA4B,QAAQ;AAE7C;;;AAGA,OAAO,MAAMC,WAAA,gBACgDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC5F,MAAMC,KAAA,GAAQR,uBAAA,CAAwBM,KAAA,EAAOC,GAAA;EAE7CL,6BAAA,CAA8BM,KAAA;EAE9B,MAAM;IAAEN,6BAAA,EAA+BO;EAAe,CAAE,GAAGN,4BAAA;EAC3DM,eAAA,CAAgBD,KAAA;EAEhB,OAAOP,0BAAA,CAA2BO,KAAA;AACpC;AAEAJ,WAAA,CAAYM,WAAW,GAAG"}
1
+ {"version":3,"names":["React","useDataGridRow_unstable","renderDataGridRow_unstable","useDataGridRowStyles_unstable","useCustomStyleHook_unstable","DataGridRow","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/DataGridRow/DataGridRow.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useDataGridRow_unstable } from './useDataGridRow';\nimport { renderDataGridRow_unstable } from './renderDataGridRow';\nimport { useDataGridRowStyles_unstable } from './useDataGridRowStyles.styles';\nimport type { DataGridRowProps } from './DataGridRow.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * DataGridRow component\n */\nexport const DataGridRow: ForwardRefComponent<DataGridRowProps> &\n (<TItem>(props: DataGridRowProps<TItem>) => JSX.Element) = React.forwardRef((props, ref) => {\n const state = useDataGridRow_unstable(props, ref);\n\n useDataGridRowStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDataGridRowStyles_unstable')(state);\n\n return renderDataGridRow_unstable(state);\n}) as ForwardRefComponent<DataGridRowProps> & (<TItem>(props: DataGridRowProps<TItem>) => JSX.Element);\n\nDataGridRow.displayName = 'DataGridRow';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,uBAAuB,QAAQ;AACxC,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,6BAA6B,QAAQ;AAG9C,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,WAAA,gBACgDL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EAC5F,MAAMC,KAAA,GAAQR,uBAAA,CAAwBM,KAAA,EAAOC,GAAA;EAE7CL,6BAAA,CAA8BM,KAAA;EAE9BL,2BAAA,CAA4B,iCAAiCK,KAAA;EAE7D,OAAOP,0BAAA,CAA2BO,KAAA;AACpC;AAEAJ,WAAA,CAAYK,WAAW,GAAG"}