@versini/ui-bubble 3.1.9 → 3.1.11
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 l, jsxs as f, Fragment as L } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import T, { useState as U, useEffect as O } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v3.1.
|
|
5
|
+
@versini/ui-bubble v3.1.11
|
|
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/
|
|
10
|
+
version: "3.1.11",
|
|
11
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -368,13 +368,13 @@ const M = T.forwardRef(
|
|
|
368
368
|
);
|
|
369
369
|
M.displayName = "ButtonIcon";
|
|
370
370
|
/*!
|
|
371
|
-
@versini/ui-button v4.1.
|
|
371
|
+
@versini/ui-button v4.1.3
|
|
372
372
|
© 2025 gizmette.com
|
|
373
373
|
*/
|
|
374
374
|
try {
|
|
375
375
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
376
|
-
version: "4.1.
|
|
377
|
-
buildTime: "01/
|
|
376
|
+
version: "4.1.3",
|
|
377
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
378
378
|
homepage: "https://github.com/aversini/ui-components",
|
|
379
379
|
license: "MIT"
|
|
380
380
|
});
|
|
@@ -489,13 +489,13 @@ const V = ({
|
|
|
489
489
|
] });
|
|
490
490
|
};
|
|
491
491
|
/*!
|
|
492
|
-
@versini/ui-svgicon v4.0.
|
|
492
|
+
@versini/ui-svgicon v4.0.7
|
|
493
493
|
© 2025 gizmette.com
|
|
494
494
|
*/
|
|
495
495
|
try {
|
|
496
496
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
497
|
-
version: "4.0.
|
|
498
|
-
buildTime: "01/
|
|
497
|
+
version: "4.0.7",
|
|
498
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
499
499
|
homepage: "https://github.com/aversini/ui-components",
|
|
500
500
|
license: "MIT"
|
|
501
501
|
});
|
|
@@ -546,13 +546,13 @@ const Q = ({
|
|
|
546
546
|
}
|
|
547
547
|
);
|
|
548
548
|
/*!
|
|
549
|
-
@versini/ui-icons v4.5.
|
|
549
|
+
@versini/ui-icons v4.5.2
|
|
550
550
|
© 2025 gizmette.com
|
|
551
551
|
*/
|
|
552
552
|
try {
|
|
553
553
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
554
|
-
version: "4.5.
|
|
555
|
-
buildTime: "01/
|
|
554
|
+
version: "4.5.2",
|
|
555
|
+
buildTime: "01/20/2025 01:49 PM EST",
|
|
556
556
|
homepage: "https://github.com/aversini/ui-components",
|
|
557
557
|
license: "MIT"
|
|
558
558
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.11",
|
|
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.
|
|
41
|
+
"@versini/ui-types": "4.4.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.16",
|
|
45
|
-
"@versini/ui-button": "4.1.
|
|
46
|
-
"@versini/ui-icons": "4.5.
|
|
45
|
+
"@versini/ui-button": "4.1.3",
|
|
46
|
+
"@versini/ui-icons": "4.5.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": "5018e3c37dea17fe8d0635e6d16fd6a3d6f14282"
|
|
54
54
|
}
|