@versini/ui-table 4.0.7 → 4.0.9
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +6 -5
|
@@ -589,13 +589,13 @@ const E = {
|
|
|
589
589
|
);
|
|
590
590
|
X.displayName = "ButtonIcon";
|
|
591
591
|
/*!
|
|
592
|
-
@versini/ui-button v6.0.
|
|
592
|
+
@versini/ui-button v6.0.9
|
|
593
593
|
© 2025 gizmette.com
|
|
594
594
|
*/
|
|
595
595
|
try {
|
|
596
596
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
597
|
-
version: "6.0.
|
|
598
|
-
buildTime: "
|
|
597
|
+
version: "6.0.9",
|
|
598
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
599
599
|
homepage: "https://github.com/aversini/ui-components",
|
|
600
600
|
license: "MIT"
|
|
601
601
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Table as i, TableBody as T, TableCell as a, TableCellSort as r, TableCellSortDirections as _, TableFooter as t, TableHead as b, TableRow as n } from "./components/Table/Table.js";
|
|
2
2
|
/*!
|
|
3
|
-
@versini/ui-table v4.0.
|
|
3
|
+
@versini/ui-table v4.0.9
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
8
|
-
version: "4.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.0.9",
|
|
9
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT"
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,18 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@
|
|
42
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
43
|
+
"@versini/ui-types": "5.0.5"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-button": "6.0.
|
|
47
|
+
"@versini/ui-button": "6.0.9",
|
|
47
48
|
"@versini/ui-icons": "4.10.0",
|
|
48
49
|
"clsx": "2.1.1",
|
|
49
|
-
"tailwindcss": "4.1.
|
|
50
|
+
"tailwindcss": "4.1.11"
|
|
50
51
|
},
|
|
51
52
|
"sideEffects": [
|
|
52
53
|
"**/*.css"
|
|
53
54
|
],
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "097e81ba959c30dc2ee37ff9050981a02420360b"
|
|
55
56
|
}
|