@versini/ui-table 2.0.2 → 2.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 +13 -13
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import d from "clsx";
|
|
|
2
2
|
import { jsx as l, 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.3
|
|
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.3",
|
|
11
|
+
buildTime: "12/30/2024 02:26 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -374,13 +374,13 @@ const _ = "thead", C = "tfoot", u = "tbody", f = {
|
|
|
374
374
|
});
|
|
375
375
|
S.displayName = "BaseButton";
|
|
376
376
|
/*!
|
|
377
|
-
@versini/ui-button v2.2.
|
|
377
|
+
@versini/ui-button v2.2.1
|
|
378
378
|
© 2024 gizmette.com
|
|
379
379
|
*/
|
|
380
380
|
try {
|
|
381
381
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
382
|
-
version: "2.2.
|
|
383
|
-
buildTime: "12/30/2024
|
|
382
|
+
version: "2.2.1",
|
|
383
|
+
buildTime: "12/30/2024 02:25 PM EST",
|
|
384
384
|
homepage: "https://github.com/aversini/ui-components",
|
|
385
385
|
license: "MIT"
|
|
386
386
|
});
|
|
@@ -475,7 +475,7 @@ const T = ({
|
|
|
475
475
|
semantic: c = !1,
|
|
476
476
|
...g
|
|
477
477
|
}) => {
|
|
478
|
-
const n = d(a
|
|
478
|
+
const n = d(i, a);
|
|
479
479
|
return /* @__PURE__ */ k(P, { children: [
|
|
480
480
|
/* @__PURE__ */ l(
|
|
481
481
|
"svg",
|
|
@@ -495,13 +495,13 @@ const T = ({
|
|
|
495
495
|
] });
|
|
496
496
|
};
|
|
497
497
|
/*!
|
|
498
|
-
@versini/ui-svgicon v2.0.
|
|
498
|
+
@versini/ui-svgicon v2.0.3
|
|
499
499
|
© 2024 gizmette.com
|
|
500
500
|
*/
|
|
501
501
|
try {
|
|
502
502
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
503
|
-
version: "2.0.
|
|
504
|
-
buildTime: "12/30/2024
|
|
503
|
+
version: "2.0.3",
|
|
504
|
+
buildTime: "12/30/2024 02:25 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 v2.0.
|
|
590
|
+
@versini/ui-icons v2.0.3
|
|
591
591
|
© 2024 gizmette.com
|
|
592
592
|
*/
|
|
593
593
|
try {
|
|
594
594
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
595
|
-
version: "2.0.
|
|
596
|
-
buildTime: "12/30/2024
|
|
595
|
+
version: "2.0.3",
|
|
596
|
+
buildTime: "12/30/2024 02:25 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.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "2.2.
|
|
43
|
-
"@versini/ui-icons": "2.0.
|
|
42
|
+
"@versini/ui-button": "2.2.1",
|
|
43
|
+
"@versini/ui-icons": "2.0.3",
|
|
44
44
|
"@versini/ui-types": "2.2.0",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
|
|
52
52
|
}
|