@versini/ui-bubble 2.0.13 → 3.0.0
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 +20 -20
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as d, jsxs as p, Fragment as L } from "react/jsx-runtime";
|
|
|
2
2
|
import o from "clsx";
|
|
3
3
|
import z, { useState as U, useEffect as H } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble
|
|
5
|
+
@versini/ui-bubble v3.0.0
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "
|
|
11
|
-
buildTime: "01/
|
|
10
|
+
version: "3.0.0",
|
|
11
|
+
buildTime: "01/03/2025 10:45 AM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -43,7 +43,7 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
43
43
|
"h-12 px-4": r === "large" && (t || a)
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
|
-
},
|
|
46
|
+
}, A = ({
|
|
47
47
|
type: e,
|
|
48
48
|
size: r,
|
|
49
49
|
labelRight: t,
|
|
@@ -106,7 +106,7 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
106
106
|
"text-copy-light dark:text-copy-lighter": e === "system",
|
|
107
107
|
"text-copy-lighter dark:text-copy-light": e === "alt-system"
|
|
108
108
|
});
|
|
109
|
-
},
|
|
109
|
+
}, G = ({
|
|
110
110
|
mode: e,
|
|
111
111
|
noBackground: r,
|
|
112
112
|
variant: t
|
|
@@ -136,13 +136,13 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
136
136
|
if (t === "selected")
|
|
137
137
|
return "bg-action-selected-dark";
|
|
138
138
|
}
|
|
139
|
-
},
|
|
139
|
+
}, q = ({
|
|
140
140
|
radius: e
|
|
141
141
|
}) => o({
|
|
142
142
|
"rounded-full": e === "large",
|
|
143
143
|
"rounded-md": e === "medium",
|
|
144
144
|
"rounded-sm": e === "small"
|
|
145
|
-
}),
|
|
145
|
+
}), P = ({
|
|
146
146
|
mode: e,
|
|
147
147
|
disabled: r,
|
|
148
148
|
variant: t
|
|
@@ -264,8 +264,8 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
264
264
|
noBackground: u,
|
|
265
265
|
noTruncate: s
|
|
266
266
|
}),
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
G({ mode: a, noBackground: u, variant: n }),
|
|
268
|
+
q({ radius: v }),
|
|
269
269
|
j({
|
|
270
270
|
type: e,
|
|
271
271
|
size: c,
|
|
@@ -273,10 +273,10 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
273
273
|
labelLeft: m,
|
|
274
274
|
align: f
|
|
275
275
|
}),
|
|
276
|
-
|
|
276
|
+
A({ type: e, size: c, labelRight: b, labelLeft: m }),
|
|
277
277
|
F({ mode: a, variant: n, noBorder: h }),
|
|
278
278
|
J({ focusMode: l }),
|
|
279
|
-
|
|
279
|
+
P({ mode: a, variant: n, disabled: i }),
|
|
280
280
|
D({ mode: a, variant: n, disabled: i }),
|
|
281
281
|
{
|
|
282
282
|
"w-full": g,
|
|
@@ -364,13 +364,13 @@ const E = z.forwardRef(
|
|
|
364
364
|
);
|
|
365
365
|
E.displayName = "ButtonIcon";
|
|
366
366
|
/*!
|
|
367
|
-
@versini/ui-button
|
|
367
|
+
@versini/ui-button v4.0.0
|
|
368
368
|
© 2025 gizmette.com
|
|
369
369
|
*/
|
|
370
370
|
try {
|
|
371
371
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
372
|
-
version: "
|
|
373
|
-
buildTime: "01/
|
|
372
|
+
version: "4.0.0",
|
|
373
|
+
buildTime: "01/03/2025 10:45 AM EST",
|
|
374
374
|
homepage: "https://github.com/aversini/ui-components",
|
|
375
375
|
license: "MIT"
|
|
376
376
|
});
|
|
@@ -485,13 +485,13 @@ const S = ({
|
|
|
485
485
|
] });
|
|
486
486
|
};
|
|
487
487
|
/*!
|
|
488
|
-
@versini/ui-svgicon
|
|
488
|
+
@versini/ui-svgicon v4.0.0
|
|
489
489
|
© 2025 gizmette.com
|
|
490
490
|
*/
|
|
491
491
|
try {
|
|
492
492
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
493
|
-
version: "
|
|
494
|
-
buildTime: "01/
|
|
493
|
+
version: "4.0.0",
|
|
494
|
+
buildTime: "01/03/2025 10:45 AM EST",
|
|
495
495
|
homepage: "https://github.com/aversini/ui-components",
|
|
496
496
|
license: "MIT"
|
|
497
497
|
});
|
|
@@ -542,13 +542,13 @@ const X = ({
|
|
|
542
542
|
}
|
|
543
543
|
);
|
|
544
544
|
/*!
|
|
545
|
-
@versini/ui-icons
|
|
545
|
+
@versini/ui-icons v4.0.0
|
|
546
546
|
© 2025 gizmette.com
|
|
547
547
|
*/
|
|
548
548
|
try {
|
|
549
549
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
550
|
-
version: "
|
|
551
|
-
buildTime: "01/
|
|
550
|
+
version: "4.0.0",
|
|
551
|
+
buildTime: "01/03/2025 10:45 AM EST",
|
|
552
552
|
homepage: "https://github.com/aversini/ui-components",
|
|
553
553
|
license: "MIT"
|
|
554
554
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "
|
|
43
|
-
"@versini/ui-icons": "
|
|
44
|
-
"@versini/ui-types": "
|
|
42
|
+
"@versini/ui-button": "4.0.0",
|
|
43
|
+
"@versini/ui-icons": "4.0.0",
|
|
44
|
+
"@versini/ui-types": "4.0.0",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "406bf426c5b3186ef7197e0b51d83ec0de689cde"
|
|
52
52
|
}
|