@pnkx-lib/ui 1.9.527 → 1.9.528

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/es/ui/index.js CHANGED
@@ -443,7 +443,7 @@ const Table = ({
443
443
  locale: {
444
444
  emptyText: loading ? null : /* @__PURE__ */ jsx(EmptyTable, {})
445
445
  },
446
- scroll: { y: tableHeight, x: 400 },
446
+ scroll: { y: tableHeight, x: 1e3 },
447
447
  size,
448
448
  ...rest,
449
449
  className: "table-scroll-bar"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.527",
4
+ "version": "1.9.528",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
@@ -1,2 +1,3 @@
1
1
  export * from './useToast';
2
2
  export * from './useMessage';
3
+ export * from './useTableHeight';