@versini/ui-table 1.0.3 → 1.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 +7 -7
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import l from "clsx";
|
|
|
2
2
|
import { jsx as d, jsxs as v, Fragment as U } from "react/jsx-runtime";
|
|
3
3
|
import N, { useContext as y } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-table v1.0.
|
|
5
|
+
@versini/ui-table v1.0.5
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "1.0.
|
|
11
|
-
buildTime: "09/
|
|
10
|
+
version: "1.0.5",
|
|
11
|
+
buildTime: "09/26/2024 09:20 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -323,13 +323,13 @@ const $ = (e) => {
|
|
|
323
323
|
});
|
|
324
324
|
I.displayName = "BaseButton";
|
|
325
325
|
/*!
|
|
326
|
-
@versini/ui-button v1.1.
|
|
326
|
+
@versini/ui-button v1.1.5
|
|
327
327
|
© 2024 gizmette.com
|
|
328
328
|
*/
|
|
329
329
|
try {
|
|
330
330
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
331
|
-
version: "1.1.
|
|
332
|
-
buildTime: "09/
|
|
331
|
+
version: "1.1.5",
|
|
332
|
+
buildTime: "09/26/2024 09:20 PM EDT",
|
|
333
333
|
homepage: "https://github.com/aversini/ui-components",
|
|
334
334
|
license: "MIT"
|
|
335
335
|
});
|
|
@@ -457,13 +457,13 @@ const ae = (e) => {
|
|
|
457
457
|
] });
|
|
458
458
|
};
|
|
459
459
|
/*!
|
|
460
|
-
@versini/ui-private v1.4.
|
|
460
|
+
@versini/ui-private v1.4.14
|
|
461
461
|
© 2024 gizmette.com
|
|
462
462
|
*/
|
|
463
463
|
try {
|
|
464
464
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
465
|
-
version: "1.4.
|
|
466
|
-
buildTime: "09/
|
|
465
|
+
version: "1.4.14",
|
|
466
|
+
buildTime: "09/26/2024 09:19 PM EDT",
|
|
467
467
|
homepage: "https://github.com/aversini/ui-components",
|
|
468
468
|
license: "MIT"
|
|
469
469
|
});
|
|
@@ -555,13 +555,13 @@ const re = ({
|
|
|
555
555
|
}
|
|
556
556
|
);
|
|
557
557
|
/*!
|
|
558
|
-
@versini/ui-icons v1.12.
|
|
558
|
+
@versini/ui-icons v1.12.6
|
|
559
559
|
© 2024 gizmette.com
|
|
560
560
|
*/
|
|
561
561
|
try {
|
|
562
562
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
563
|
-
version: "1.12.
|
|
564
|
-
buildTime: "09/
|
|
563
|
+
version: "1.12.6",
|
|
564
|
+
buildTime: "09/26/2024 09:20 PM EDT",
|
|
565
565
|
homepage: "https://github.com/aversini/ui-components",
|
|
566
566
|
license: "MIT"
|
|
567
567
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"react-dom": "^18.3.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-styles": "1.10.
|
|
41
|
+
"@versini/ui-styles": "1.10.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.15",
|
|
45
|
-
"@versini/ui-button": "1.1.
|
|
46
|
-
"@versini/ui-icons": "1.12.
|
|
47
|
-
"@versini/ui-private": "1.4.
|
|
45
|
+
"@versini/ui-button": "1.1.5",
|
|
46
|
+
"@versini/ui-icons": "1.12.6",
|
|
47
|
+
"@versini/ui-private": "1.4.14",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
|
-
"tailwindcss": "3.4.
|
|
49
|
+
"tailwindcss": "3.4.13"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6dbd3490666b6b0d8a41e6d3e78deb0e180afdc3"
|
|
55
55
|
}
|