@versini/ui-bubble 3.1.5 → 3.1.6
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 { jsx as c, jsxs as p, Fragment as U } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import z, { useState as V, useEffect as O } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v3.1.
|
|
5
|
+
@versini/ui-bubble v3.1.6
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "3.1.
|
|
11
|
-
buildTime: "01/13/2025
|
|
10
|
+
version: "3.1.6",
|
|
11
|
+
buildTime: "01/13/2025 07:45 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -360,13 +360,13 @@ const M = z.forwardRef(
|
|
|
360
360
|
);
|
|
361
361
|
M.displayName = "ButtonIcon";
|
|
362
362
|
/*!
|
|
363
|
-
@versini/ui-button v4.0.
|
|
363
|
+
@versini/ui-button v4.0.9
|
|
364
364
|
© 2025 gizmette.com
|
|
365
365
|
*/
|
|
366
366
|
try {
|
|
367
367
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
368
|
-
version: "4.0.
|
|
369
|
-
buildTime: "01/13/2025
|
|
368
|
+
version: "4.0.9",
|
|
369
|
+
buildTime: "01/13/2025 07:45 PM EST",
|
|
370
370
|
homepage: "https://github.com/aversini/ui-components",
|
|
371
371
|
license: "MIT"
|
|
372
372
|
});
|
|
@@ -481,13 +481,13 @@ const S = ({
|
|
|
481
481
|
] });
|
|
482
482
|
};
|
|
483
483
|
/*!
|
|
484
|
-
@versini/ui-svgicon v4.0.
|
|
484
|
+
@versini/ui-svgicon v4.0.3
|
|
485
485
|
© 2025 gizmette.com
|
|
486
486
|
*/
|
|
487
487
|
try {
|
|
488
488
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
489
|
-
version: "4.0.
|
|
490
|
-
buildTime: "01/13/2025
|
|
489
|
+
version: "4.0.3",
|
|
490
|
+
buildTime: "01/13/2025 07:45 PM EST",
|
|
491
491
|
homepage: "https://github.com/aversini/ui-components",
|
|
492
492
|
license: "MIT"
|
|
493
493
|
});
|
|
@@ -545,13 +545,13 @@ const X = ({
|
|
|
545
545
|
}
|
|
546
546
|
);
|
|
547
547
|
/*!
|
|
548
|
-
@versini/ui-icons v4.4.
|
|
548
|
+
@versini/ui-icons v4.4.2
|
|
549
549
|
© 2025 gizmette.com
|
|
550
550
|
*/
|
|
551
551
|
try {
|
|
552
552
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
553
|
-
version: "4.4.
|
|
554
|
-
buildTime: "01/13/2025
|
|
553
|
+
version: "4.4.2",
|
|
554
|
+
buildTime: "01/13/2025 07:45 PM EST",
|
|
555
555
|
homepage: "https://github.com/aversini/ui-components",
|
|
556
556
|
license: "MIT"
|
|
557
557
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-types": "4.0
|
|
41
|
+
"@versini/ui-types": "4.1.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.15",
|
|
45
|
-
"@versini/ui-button": "4.0.
|
|
46
|
-
"@versini/ui-icons": "4.4.
|
|
45
|
+
"@versini/ui-button": "4.0.9",
|
|
46
|
+
"@versini/ui-icons": "4.4.2",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "62e5ad9aef3842ebba9e968c0cde595e6fd81544"
|
|
54
54
|
}
|