@versini/ui-table 4.0.12 → 4.0.14
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 +8 -7
|
@@ -504,13 +504,13 @@ const R = {
|
|
|
504
504
|
);
|
|
505
505
|
Z.displayName = "ButtonIcon";
|
|
506
506
|
/*!
|
|
507
|
-
@versini/ui-button v7.1.
|
|
507
|
+
@versini/ui-button v7.1.3
|
|
508
508
|
© 2025 gizmette.com
|
|
509
509
|
*/
|
|
510
510
|
try {
|
|
511
511
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
512
|
-
version: "7.1.
|
|
513
|
-
buildTime: "08/
|
|
512
|
+
version: "7.1.3",
|
|
513
|
+
buildTime: "08/23/2025 09:08 AM EDT",
|
|
514
514
|
homepage: "https://github.com/aversini/ui-components",
|
|
515
515
|
license: "MIT"
|
|
516
516
|
});
|
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.14
|
|
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: "08/
|
|
8
|
+
version: "4.0.14",
|
|
9
|
+
buildTime: "08/23/2025 09:09 AM 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.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"main": "dist/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"files": [
|
|
18
|
-
"dist"
|
|
18
|
+
"dist",
|
|
19
|
+
"README.md"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
21
22
|
"build:check": "tsc",
|
|
@@ -40,18 +41,18 @@
|
|
|
40
41
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@testing-library/jest-dom": "6.
|
|
44
|
-
"@versini/ui-types": "
|
|
44
|
+
"@testing-library/jest-dom": "6.8.0",
|
|
45
|
+
"@versini/ui-types": "../ui-types"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
48
|
"@tailwindcss/typography": "0.5.16",
|
|
48
|
-
"@versini/ui-button": "
|
|
49
|
+
"@versini/ui-button": "../ui-button",
|
|
49
50
|
"@versini/ui-icons": "4.10.0",
|
|
50
51
|
"clsx": "2.1.1",
|
|
51
|
-
"tailwindcss": "4.1.
|
|
52
|
+
"tailwindcss": "4.1.12"
|
|
52
53
|
},
|
|
53
54
|
"sideEffects": [
|
|
54
55
|
"**/*.css"
|
|
55
56
|
],
|
|
56
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
|
|
57
58
|
}
|