@versini/ui-bubble 4.1.1 → 4.1.2
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.
|
@@ -323,7 +323,7 @@ function pe(e) {
|
|
|
323
323
|
e.forEach((t) => {
|
|
324
324
|
typeof t == "function" ? t(r) : t != null && (t.current = r);
|
|
325
325
|
});
|
|
326
|
-
}, e);
|
|
326
|
+
}, [...e]);
|
|
327
327
|
}
|
|
328
328
|
const ke = {
|
|
329
329
|
x: 0,
|
|
@@ -474,13 +474,13 @@ const z = {
|
|
|
474
474
|
);
|
|
475
475
|
$.displayName = "ButtonIcon";
|
|
476
476
|
/*!
|
|
477
|
-
@versini/ui-button v6.0.
|
|
477
|
+
@versini/ui-button v6.0.7
|
|
478
478
|
© 2025 gizmette.com
|
|
479
479
|
*/
|
|
480
480
|
try {
|
|
481
481
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
482
|
-
version: "6.0.
|
|
483
|
-
buildTime: "
|
|
482
|
+
version: "6.0.7",
|
|
483
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
484
484
|
homepage: "https://github.com/aversini/ui-components",
|
|
485
485
|
license: "MIT"
|
|
486
486
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BUBBLE_CLASSNAME as i, BUBBLE_FOOTER_EMPTY as o, Bubble as E } from "./components/Bubble/Bubble.js";
|
|
2
2
|
/*!
|
|
3
|
-
@versini/ui-bubble v4.1.
|
|
3
|
+
@versini/ui-bubble v4.1.2
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
8
|
-
version: "4.1.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.1.2",
|
|
9
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT"
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "5.0.
|
|
42
|
+
"@versini/ui-types": "5.0.4"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-button": "6.0.
|
|
46
|
+
"@versini/ui-button": "6.0.7",
|
|
47
47
|
"@versini/ui-icons": "4.10.0",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
|
-
"tailwindcss": "4.1.
|
|
49
|
+
"tailwindcss": "4.1.10"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2fffae99315244f0662bdecbe45a89bc770f0f15"
|
|
55
55
|
}
|