@versini/ui-table 6.4.1 → 6.4.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.
@@ -116,7 +116,7 @@ const x = ({ children: t, fill: r, viewBox: e, className: a, defaultViewBox: s,
116
116
  inner: "relative",
117
117
  overlay: o(
118
118
  "absolute inset-0 z-20 cursor-not-allowed",
119
- "backdrop-blur-sm bg-white/30 dark:bg-black/30"
119
+ "backdrop-blur-xs bg-white/30 dark:bg-black/30"
120
120
  ),
121
121
  spinnerWrapper: o(
122
122
  "absolute z-30 top-0 left-0 right-0 h-[min(100%,100vh)]",
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { Table as a, TableBody as r, TableCell as T, TableCellSort as i, TableFooter as _, TableHead as t, TableRow as b } from "./components/Table/Table.js";
2
2
  import { TableCellSortDirections as n } from "./components/TableConstants/TableConstants.js";
3
3
  /*!
4
- @versini/ui-table v6.4.1
4
+ @versini/ui-table v6.4.2
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
9
- version: "6.4.1",
10
- buildTime: "12/20/2025 01:32 PM EST",
9
+ version: "6.4.2",
10
+ buildTime: "12/20/2025 02:27 PM EST",
11
11
  homepage: "https://www.npmjs.com/package/@versini/ui-table",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -58,5 +58,5 @@
58
58
  "sideEffects": [
59
59
  "**/*.css"
60
60
  ],
61
- "gitHead": "bc9806c9b49ea85a82da3832ae9d22d1981c2e72"
61
+ "gitHead": "ed73d5ac19461765490b69adf21233c25876d1c2"
62
62
  }