@versini/ui-bubble 1.0.4 → 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 +6 -6
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as d, jsxs as v, Fragment as z } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import _, { useState as L, useEffect as S } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v1.0.
|
|
5
|
+
@versini/ui-bubble v1.0.5
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
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
|
});
|
|
@@ -288,13 +288,13 @@ const E = _.forwardRef(
|
|
|
288
288
|
);
|
|
289
289
|
E.displayName = "ButtonIcon";
|
|
290
290
|
/*!
|
|
291
|
-
@versini/ui-button v1.1.
|
|
291
|
+
@versini/ui-button v1.1.5
|
|
292
292
|
© 2024 gizmette.com
|
|
293
293
|
*/
|
|
294
294
|
try {
|
|
295
295
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
296
|
-
version: "1.1.
|
|
297
|
-
buildTime: "09/
|
|
296
|
+
version: "1.1.5",
|
|
297
|
+
buildTime: "09/26/2024 09:20 PM EDT",
|
|
298
298
|
homepage: "https://github.com/aversini/ui-components",
|
|
299
299
|
license: "MIT"
|
|
300
300
|
});
|
|
@@ -422,13 +422,13 @@ const J = (e) => {
|
|
|
422
422
|
] });
|
|
423
423
|
};
|
|
424
424
|
/*!
|
|
425
|
-
@versini/ui-private v1.4.
|
|
425
|
+
@versini/ui-private v1.4.14
|
|
426
426
|
© 2024 gizmette.com
|
|
427
427
|
*/
|
|
428
428
|
try {
|
|
429
429
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
430
|
-
version: "1.4.
|
|
431
|
-
buildTime: "09/
|
|
430
|
+
version: "1.4.14",
|
|
431
|
+
buildTime: "09/26/2024 09:19 PM EDT",
|
|
432
432
|
homepage: "https://github.com/aversini/ui-components",
|
|
433
433
|
license: "MIT"
|
|
434
434
|
});
|
|
@@ -483,13 +483,13 @@ const K = ({
|
|
|
483
483
|
}
|
|
484
484
|
);
|
|
485
485
|
/*!
|
|
486
|
-
@versini/ui-icons v1.12.
|
|
486
|
+
@versini/ui-icons v1.12.6
|
|
487
487
|
© 2024 gizmette.com
|
|
488
488
|
*/
|
|
489
489
|
try {
|
|
490
490
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
491
|
-
version: "1.12.
|
|
492
|
-
buildTime: "09/
|
|
491
|
+
version: "1.12.6",
|
|
492
|
+
buildTime: "09/26/2024 09:20 PM EDT",
|
|
493
493
|
homepage: "https://github.com/aversini/ui-components",
|
|
494
494
|
license: "MIT"
|
|
495
495
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
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
49
|
"tailwindcss": "3.4.13"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6dbd3490666b6b0d8a41e6d3e78deb0e180afdc3"
|
|
55
55
|
}
|