@versini/ui-table 3.0.13 → 3.0.15
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 +12 -12
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import s from "clsx";
|
|
|
2
2
|
import { jsx as i, jsxs as y, Fragment as A } from "react/jsx-runtime";
|
|
3
3
|
import T, { useContext as p } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-table v3.0.
|
|
5
|
+
@versini/ui-table v3.0.15
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "3.0.
|
|
11
|
-
buildTime: "01/
|
|
10
|
+
version: "3.0.15",
|
|
11
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -412,13 +412,13 @@ const _ = "thead", C = "tfoot", u = "tbody", f = {
|
|
|
412
412
|
});
|
|
413
413
|
R.displayName = "BaseButton";
|
|
414
414
|
/*!
|
|
415
|
-
@versini/ui-button v4.1.
|
|
415
|
+
@versini/ui-button v4.1.3
|
|
416
416
|
© 2025 gizmette.com
|
|
417
417
|
*/
|
|
418
418
|
try {
|
|
419
419
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
420
|
-
version: "4.1.
|
|
421
|
-
buildTime: "01/
|
|
420
|
+
version: "4.1.3",
|
|
421
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
422
422
|
homepage: "https://github.com/aversini/ui-components",
|
|
423
423
|
license: "MIT"
|
|
424
424
|
});
|
|
@@ -533,13 +533,13 @@ const S = ({
|
|
|
533
533
|
] });
|
|
534
534
|
};
|
|
535
535
|
/*!
|
|
536
|
-
@versini/ui-svgicon v4.0.
|
|
536
|
+
@versini/ui-svgicon v4.0.7
|
|
537
537
|
© 2025 gizmette.com
|
|
538
538
|
*/
|
|
539
539
|
try {
|
|
540
540
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
541
|
-
version: "4.0.
|
|
542
|
-
buildTime: "01/
|
|
541
|
+
version: "4.0.7",
|
|
542
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
543
543
|
homepage: "https://github.com/aversini/ui-components",
|
|
544
544
|
license: "MIT"
|
|
545
545
|
});
|
|
@@ -625,13 +625,13 @@ const oe = ({
|
|
|
625
625
|
}
|
|
626
626
|
);
|
|
627
627
|
/*!
|
|
628
|
-
@versini/ui-icons v4.5.
|
|
628
|
+
@versini/ui-icons v4.5.2
|
|
629
629
|
© 2025 gizmette.com
|
|
630
630
|
*/
|
|
631
631
|
try {
|
|
632
632
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
633
|
-
version: "4.5.
|
|
634
|
-
buildTime: "01/
|
|
633
|
+
version: "4.5.2",
|
|
634
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
635
635
|
homepage: "https://github.com/aversini/ui-components",
|
|
636
636
|
license: "MIT"
|
|
637
637
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-types": "4.
|
|
41
|
+
"@versini/ui-types": "4.4.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.16",
|
|
45
|
-
"@versini/ui-button": "4.1.
|
|
46
|
-
"@versini/ui-icons": "4.5.
|
|
45
|
+
"@versini/ui-button": "4.1.3",
|
|
46
|
+
"@versini/ui-icons": "4.5.2",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "5018e3c37dea17fe8d0635e6d16fd6a3d6f14282"
|
|
54
54
|
}
|