@versini/ui-table 6.4.1 → 6.4.3
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/components/Table/Table.js +1 -9
- package/dist/index.js +2 -6
- package/package.json +3 -3
|
@@ -3,10 +3,6 @@ import { ButtonSort_private as C } from "@versini/ui-button/private";
|
|
|
3
3
|
import o from "clsx";
|
|
4
4
|
import N, { useContext as y } from "react";
|
|
5
5
|
import { TableCellSortDirections as k } from "../TableConstants/TableConstants.js";
|
|
6
|
-
/*!
|
|
7
|
-
@versini/ui-icons v4.15.1
|
|
8
|
-
© 2025 gizmette.com
|
|
9
|
-
*/
|
|
10
6
|
try {
|
|
11
7
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
12
8
|
version: "4.15.1",
|
|
@@ -16,10 +12,6 @@ try {
|
|
|
16
12
|
});
|
|
17
13
|
} catch {
|
|
18
14
|
}
|
|
19
|
-
/*!
|
|
20
|
-
@versini/ui-svgicon v4.3.0
|
|
21
|
-
© 2025 gizmette.com
|
|
22
|
-
*/
|
|
23
15
|
try {
|
|
24
16
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
25
17
|
version: "4.3.0",
|
|
@@ -116,7 +108,7 @@ const x = ({ children: t, fill: r, viewBox: e, className: a, defaultViewBox: s,
|
|
|
116
108
|
inner: "relative",
|
|
117
109
|
overlay: o(
|
|
118
110
|
"absolute inset-0 z-20 cursor-not-allowed",
|
|
119
|
-
"backdrop-blur-
|
|
111
|
+
"backdrop-blur-xs bg-white/30 dark:bg-black/30"
|
|
120
112
|
),
|
|
121
113
|
spinnerWrapper: o(
|
|
122
114
|
"absolute z-30 top-0 left-0 right-0 h-[min(100%,100vh)]",
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
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
|
-
/*!
|
|
4
|
-
@versini/ui-table v6.4.1
|
|
5
|
-
© 2025 gizmette.com
|
|
6
|
-
*/
|
|
7
3
|
try {
|
|
8
4
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
9
|
-
version: "6.4.
|
|
10
|
-
buildTime: "12/
|
|
5
|
+
version: "6.4.3",
|
|
6
|
+
buildTime: "12/24/2025 09:19 AM EST",
|
|
11
7
|
homepage: "https://www.npmjs.com/package/@versini/ui-table",
|
|
12
8
|
license: "MIT"
|
|
13
9
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@tailwindcss/typography": "0.5.19",
|
|
53
|
-
"@versini/ui-button": "11.0.
|
|
53
|
+
"@versini/ui-button": "11.0.1",
|
|
54
54
|
"@versini/ui-icons": "4.15.1",
|
|
55
55
|
"clsx": "2.1.1",
|
|
56
56
|
"tailwindcss": "4.1.18"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"sideEffects": [
|
|
59
59
|
"**/*.css"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "7b2640a0650a4c3aa6ca078888f765cb400f9f13"
|
|
62
62
|
}
|