File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/react " : patch
3
+ ---
4
+
5
+ fix(DataTable): export datatable utility types
Original file line number Diff line number Diff line change @@ -50,4 +50,6 @@ export type {
50
50
TableSkeletonProps ,
51
51
} from './Table'
52
52
export { createColumnHelper } from './column'
53
- export type { Column } from './column'
53
+ export type { Column , CellAlignment , ColumnWidth } from './column'
54
+ export type { UniqueRow } from './row'
55
+ export type { ObjectPaths } from './utils'
Original file line number Diff line number Diff line change @@ -263,8 +263,10 @@ exports[`@primer/react/experimental should not update exports without a semver c
263
263
"type BlankslateProps",
264
264
"ButtonBase",
265
265
"type ButtonBaseProps",
266
+ "type CellAlignment",
266
267
"type ChildrenPropTypes",
267
268
"type Column",
269
+ "type ColumnWidth",
268
270
"createColumnHelper",
269
271
"DataTable",
270
272
"type DataTableProps",
@@ -299,6 +301,7 @@ exports[`@primer/react/experimental should not update exports without a semver c
299
301
"type NavListProps",
300
302
"type NavListSubNavProps",
301
303
"type NavListTrailingVisualProps",
304
+ "type ObjectPaths",
302
305
"PageHeader",
303
306
"type PageHeaderProps",
304
307
"type ParentLinkProps",
@@ -333,6 +336,7 @@ exports[`@primer/react/experimental should not update exports without a semver c
333
336
"type UnderlinePanelsPanelProps",
334
337
"type UnderlinePanelsProps",
335
338
"type UnderlinePanelsTabProps",
339
+ "type UniqueRow",
336
340
"useFeatureFlag",
337
341
"useOverflow",
338
342
"useSlots",
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ export type {
31
31
TableSubtitleProps ,
32
32
TableActionsProps ,
33
33
Column ,
34
+ CellAlignment ,
35
+ ColumnWidth ,
36
+ UniqueRow ,
37
+ ObjectPaths ,
34
38
} from '../DataTable'
35
39
36
40
export * from '../Dialog/Dialog'
You can’t perform that action at this time.
0 commit comments