@versini/ui-table 4.0.2 → 4.0.3
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import l from "clsx";
|
|
|
2
2
|
import { jsx as i, jsxs as _, Fragment as se } from "react/jsx-runtime";
|
|
3
3
|
import I, { useRef as w, useLayoutEffect as D, useMemo as q, useState as le, useEffect as G, useCallback as oe, useContext as N } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-table v4.0.
|
|
5
|
+
@versini/ui-table v4.0.3
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "4.0.
|
|
11
|
-
buildTime: "03/19/2025
|
|
10
|
+
version: "4.0.3",
|
|
11
|
+
buildTime: "03/19/2025 06:10 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -584,13 +584,13 @@ const Re = {
|
|
|
584
584
|
}) => /* @__PURE__ */ i("span", { ref: e, className: a, children: t && /* @__PURE__ */ i("span", { className: r, children: t }) });
|
|
585
585
|
Y.displayName = "ButtonIcon";
|
|
586
586
|
/*!
|
|
587
|
-
@versini/ui-button v6.0.
|
|
587
|
+
@versini/ui-button v6.0.3
|
|
588
588
|
© 2025 gizmette.com
|
|
589
589
|
*/
|
|
590
590
|
try {
|
|
591
591
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
592
|
-
version: "6.0.
|
|
593
|
-
buildTime: "03/19/2025
|
|
592
|
+
version: "6.0.3",
|
|
593
|
+
buildTime: "03/19/2025 06:10 PM EDT",
|
|
594
594
|
homepage: "https://github.com/aversini/ui-components",
|
|
595
595
|
license: "MIT"
|
|
596
596
|
});
|
|
@@ -666,13 +666,13 @@ const U = ({
|
|
|
666
666
|
) });
|
|
667
667
|
};
|
|
668
668
|
/*!
|
|
669
|
-
@versini/ui-svgicon v4.
|
|
669
|
+
@versini/ui-svgicon v4.2.0
|
|
670
670
|
© 2025 gizmette.com
|
|
671
671
|
*/
|
|
672
672
|
try {
|
|
673
673
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
674
|
-
version: "4.
|
|
675
|
-
buildTime: "
|
|
674
|
+
version: "4.2.0",
|
|
675
|
+
buildTime: "03/19/2025 05:27 PM EDT",
|
|
676
676
|
homepage: "https://github.com/aversini/ui-components",
|
|
677
677
|
license: "MIT"
|
|
678
678
|
});
|
|
@@ -758,13 +758,13 @@ const ze = ({
|
|
|
758
758
|
}
|
|
759
759
|
);
|
|
760
760
|
/*!
|
|
761
|
-
@versini/ui-icons v4.8.
|
|
761
|
+
@versini/ui-icons v4.8.2
|
|
762
762
|
© 2025 gizmette.com
|
|
763
763
|
*/
|
|
764
764
|
try {
|
|
765
765
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
766
|
-
version: "4.8.
|
|
767
|
-
buildTime: "
|
|
766
|
+
version: "4.8.2",
|
|
767
|
+
buildTime: "03/19/2025 05:27 PM EDT",
|
|
768
768
|
homepage: "https://github.com/aversini/ui-components",
|
|
769
769
|
license: "MIT"
|
|
770
770
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-button": "6.0.
|
|
47
|
-
"@versini/ui-icons": "4.8.
|
|
46
|
+
"@versini/ui-button": "6.0.3",
|
|
47
|
+
"@versini/ui-icons": "4.8.2",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
49
|
"tailwindcss": "4.0.14"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "b49e510e164843553df3b3dd194c17b7e122e986"
|
|
55
55
|
}
|