@versini/ui-bubble 3.2.7 → 3.2.8
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as s, jsxs as x, Fragment as Q } from "react/jsx-runtime";
|
|
|
2
2
|
import S, { useRef as _, useLayoutEffect as O, useMemo as A, useState as H, useEffect as M, useCallback as Y } from "react";
|
|
3
3
|
import o from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v3.2.
|
|
5
|
+
@versini/ui-bubble v3.2.8
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "3.2.
|
|
11
|
-
buildTime: "02/16/2025
|
|
10
|
+
version: "3.2.8",
|
|
11
|
+
buildTime: "02/16/2025 06:39 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -469,13 +469,13 @@ const ve = {
|
|
|
469
469
|
}) => /* @__PURE__ */ s("span", { ref: e, className: r, children: t && /* @__PURE__ */ s("span", { className: a, children: t }) });
|
|
470
470
|
V.displayName = "ButtonIcon";
|
|
471
471
|
/*!
|
|
472
|
-
@versini/ui-button v4.2.
|
|
472
|
+
@versini/ui-button v4.2.8
|
|
473
473
|
© 2025 gizmette.com
|
|
474
474
|
*/
|
|
475
475
|
try {
|
|
476
476
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
477
|
-
version: "4.2.
|
|
478
|
-
buildTime: "02/16/2025
|
|
477
|
+
version: "4.2.8",
|
|
478
|
+
buildTime: "02/16/2025 06:39 PM EST",
|
|
479
479
|
homepage: "https://github.com/aversini/ui-components",
|
|
480
480
|
license: "MIT"
|
|
481
481
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "4.5.
|
|
42
|
+
"@versini/ui-types": "4.5.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-button": "4.2.
|
|
46
|
+
"@versini/ui-button": "4.2.8",
|
|
47
47
|
"@versini/ui-icons": "4.6.1",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
49
|
"tailwindcss": "3.4.17"
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "45b6ae437679028f6c1b791aa27f7b0a7fd66482"
|
|
55
55
|
}
|