@sustaina/shared-ui 1.8.0 → 1.8.1
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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1168,8 +1168,9 @@ var DataTable = ({
|
|
|
1168
1168
|
/* @__PURE__ */ jsx(
|
|
1169
1169
|
ColumnSeparator_default,
|
|
1170
1170
|
{
|
|
1171
|
-
|
|
1172
|
-
...
|
|
1171
|
+
...components?.columnSeparatorProps?.headerCell,
|
|
1172
|
+
...header.column.columnDef?.meta?.columnSeparatorProps,
|
|
1173
|
+
show: header.column.columnDef?.meta?.columnSeparatorProps?.show ?? components?.columnSeparatorProps?.headerCell?.show ?? showSeparator
|
|
1173
1174
|
}
|
|
1174
1175
|
),
|
|
1175
1176
|
/* @__PURE__ */ jsx(ColumnResizer_default, { header, ...components?.columnResizerProps })
|