@versini/ui-table 2.0.4 → 2.0.5
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 d from "clsx";
|
|
|
2
2
|
import { jsx as i, jsxs as k, Fragment as P } from "react/jsx-runtime";
|
|
3
3
|
import N, { useContext as p } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-table v2.0.
|
|
5
|
+
@versini/ui-table v2.0.5
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "2.0.
|
|
11
|
-
buildTime: "12/30/2024
|
|
10
|
+
version: "2.0.5",
|
|
11
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -374,13 +374,13 @@ const _ = "thead", T = "tfoot", u = "tbody", f = {
|
|
|
374
374
|
});
|
|
375
375
|
I.displayName = "BaseButton";
|
|
376
376
|
/*!
|
|
377
|
-
@versini/ui-button v3.0.
|
|
377
|
+
@versini/ui-button v3.0.1
|
|
378
378
|
© 2024 gizmette.com
|
|
379
379
|
*/
|
|
380
380
|
try {
|
|
381
381
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
382
|
-
version: "3.0.
|
|
383
|
-
buildTime: "12/30/2024
|
|
382
|
+
version: "3.0.1",
|
|
383
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
384
384
|
homepage: "https://github.com/aversini/ui-components",
|
|
385
385
|
license: "MIT"
|
|
386
386
|
});
|
|
@@ -495,13 +495,13 @@ const C = ({
|
|
|
495
495
|
] });
|
|
496
496
|
};
|
|
497
497
|
/*!
|
|
498
|
-
@versini/ui-svgicon v3.0.
|
|
498
|
+
@versini/ui-svgicon v3.0.1
|
|
499
499
|
© 2024 gizmette.com
|
|
500
500
|
*/
|
|
501
501
|
try {
|
|
502
502
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
503
|
-
version: "3.0.
|
|
504
|
-
buildTime: "12/30/2024
|
|
503
|
+
version: "3.0.1",
|
|
504
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
505
505
|
homepage: "https://github.com/aversini/ui-components",
|
|
506
506
|
license: "MIT"
|
|
507
507
|
});
|
|
@@ -587,13 +587,13 @@ const te = ({
|
|
|
587
587
|
}
|
|
588
588
|
);
|
|
589
589
|
/*!
|
|
590
|
-
@versini/ui-icons v3.0.
|
|
590
|
+
@versini/ui-icons v3.0.1
|
|
591
591
|
© 2024 gizmette.com
|
|
592
592
|
*/
|
|
593
593
|
try {
|
|
594
594
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
595
|
-
version: "3.0.
|
|
596
|
-
buildTime: "12/30/2024
|
|
595
|
+
version: "3.0.1",
|
|
596
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
597
597
|
homepage: "https://github.com/aversini/ui-components",
|
|
598
598
|
license: "MIT"
|
|
599
599
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "3.0.
|
|
43
|
-
"@versini/ui-icons": "3.0.
|
|
44
|
-
"@versini/ui-types": "3.0.
|
|
42
|
+
"@versini/ui-button": "3.0.1",
|
|
43
|
+
"@versini/ui-icons": "3.0.1",
|
|
44
|
+
"@versini/ui-types": "3.0.1",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
|
|
52
52
|
}
|