@versini/ui-table 6.4.3 → 6.5.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.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@ import { Table as a, TableBody as r, TableCell as T, TableCellSort as i, TableFo
|
|
|
2
2
|
import { TableCellSortDirections as n } from "./components/TableConstants/TableConstants.js";
|
|
3
3
|
try {
|
|
4
4
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
5
|
-
version: "6.
|
|
6
|
-
buildTime: "12/
|
|
5
|
+
version: "6.5.1",
|
|
6
|
+
buildTime: "12/26/2025 01:21 PM EST",
|
|
7
7
|
homepage: "https://www.npmjs.com/package/@versini/ui-table",
|
|
8
8
|
license: "MIT"
|
|
9
9
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build:js": "vite build",
|
|
32
32
|
"build:types": "tsup",
|
|
33
33
|
"build": "npm-run-all --serial clean build:check build:js build:types",
|
|
34
|
-
"clean": "rimraf dist tmp",
|
|
34
|
+
"clean": "rimraf dist tmp coverage",
|
|
35
35
|
"dev:js": "vite build --watch --mode development",
|
|
36
36
|
"dev:types": "tsup --watch src",
|
|
37
37
|
"dev": "npm-run-all clean --parallel dev:js dev:types",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@testing-library/jest-dom": "6.9.1",
|
|
49
|
-
"@versini/ui-types": "8.
|
|
49
|
+
"@versini/ui-types": "8.1.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@tailwindcss/typography": "0.5.19",
|
|
53
|
-
"@versini/ui-button": "11.
|
|
53
|
+
"@versini/ui-button": "11.1.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": "a3730974df8fcea3c016bd83844c4243dbb10208"
|
|
62
62
|
}
|