@versini/ui-table 0.0.0 → 1.0.0
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 +6 -6
- package/package.json +2 -2
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
|
|
5
|
+
@versini/ui-table v1.0.0
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "
|
|
11
|
-
buildTime: "09/17/2024 07:
|
|
10
|
+
version: "1.0.0",
|
|
11
|
+
buildTime: "09/17/2024 07:25 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -329,7 +329,7 @@ I.displayName = "BaseButton";
|
|
|
329
329
|
try {
|
|
330
330
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
331
331
|
version: "1.1.0",
|
|
332
|
-
buildTime: "09/17/2024 07:
|
|
332
|
+
buildTime: "09/17/2024 07:25 PM EDT",
|
|
333
333
|
homepage: "https://github.com/aversini/ui-components",
|
|
334
334
|
license: "MIT"
|
|
335
335
|
});
|
|
@@ -463,7 +463,7 @@ const ae = (e) => {
|
|
|
463
463
|
try {
|
|
464
464
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
465
465
|
version: "1.4.9",
|
|
466
|
-
buildTime: "09/17/2024 07:
|
|
466
|
+
buildTime: "09/17/2024 07:24 PM EDT",
|
|
467
467
|
homepage: "https://github.com/aversini/ui-components",
|
|
468
468
|
license: "MIT"
|
|
469
469
|
});
|
|
@@ -561,7 +561,7 @@ const re = ({
|
|
|
561
561
|
try {
|
|
562
562
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
563
563
|
version: "1.12.1",
|
|
564
|
-
buildTime: "09/17/2024 07:
|
|
564
|
+
buildTime: "09/17/2024 07:25 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": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sideEffects": [
|
|
53
53
|
"**/*.css"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "09de815d0b0f134e73a36327634c089f092e904b"
|
|
56
56
|
}
|