@versini/ui-table 5.1.3 → 5.1.4
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 +4 -4
- package/dist/index.js +3 -3
- package/package.json +5 -5
|
@@ -40,7 +40,7 @@ const u = ({
|
|
|
40
40
|
try {
|
|
41
41
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
42
42
|
version: "4.2.2",
|
|
43
|
-
buildTime: "10/
|
|
43
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
44
44
|
homepage: "https://github.com/aversini/ui-components",
|
|
45
45
|
license: "MIT"
|
|
46
46
|
});
|
|
@@ -126,13 +126,13 @@ const N = ({
|
|
|
126
126
|
}
|
|
127
127
|
);
|
|
128
128
|
/*!
|
|
129
|
-
@versini/ui-icons v4.14.
|
|
129
|
+
@versini/ui-icons v4.14.1
|
|
130
130
|
© 2025 gizmette.com
|
|
131
131
|
*/
|
|
132
132
|
try {
|
|
133
133
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
134
|
-
version: "4.14.
|
|
135
|
-
buildTime: "10/
|
|
134
|
+
version: "4.14.1",
|
|
135
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
136
136
|
homepage: "https://github.com/aversini/ui-components",
|
|
137
137
|
license: "MIT"
|
|
138
138
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Table as r, TableBody as i, TableCell as T, TableCellSort as a, TableFooter as t, TableHead as _, TableRow as b } from "./components/Table/Table.js";
|
|
2
2
|
import { TableCellSortDirections as I } from "./components/TableConstants/TableConstants.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-table v5.1.
|
|
4
|
+
@versini/ui-table v5.1.4
|
|
5
5
|
© 2025 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
9
|
-
version: "5.1.
|
|
10
|
-
buildTime: "10/
|
|
9
|
+
version: "5.1.4",
|
|
10
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
11
11
|
homepage: "https://github.com/aversini/ui-components",
|
|
12
12
|
license: "MIT"
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@tailwindcss/typography": "0.5.19",
|
|
59
|
-
"@versini/ui-button": "8.1.
|
|
60
|
-
"@versini/ui-icons": "4.14.
|
|
59
|
+
"@versini/ui-button": "8.1.4",
|
|
60
|
+
"@versini/ui-icons": "4.14.1",
|
|
61
61
|
"clsx": "2.1.1",
|
|
62
|
-
"tailwindcss": "4.1.
|
|
62
|
+
"tailwindcss": "4.1.16"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": [
|
|
65
65
|
"**/*.css"
|
|
66
66
|
],
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "26763e1e738bcdcb0806c39612161666e4bc4459"
|
|
68
68
|
}
|