@versini/ui-bubble 3.0.1 → 3.0.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.
- package/dist/index.js +18 -18
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as d, jsxs as f, Fragment as L } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import z, { useState as U, useEffect as H } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v3.0.
|
|
5
|
+
@versini/ui-bubble v3.0.2
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "3.0.
|
|
11
|
-
buildTime: "01/04/2025
|
|
10
|
+
version: "3.0.2",
|
|
11
|
+
buildTime: "01/04/2025 01:33 PM 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
|
+
}, P = ({
|
|
47
47
|
type: e,
|
|
48
48
|
size: r,
|
|
49
49
|
labelRight: t,
|
|
@@ -102,7 +102,7 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
102
102
|
return i("not-prose text-copy-lighter", {
|
|
103
103
|
truncate: !t
|
|
104
104
|
});
|
|
105
|
-
},
|
|
105
|
+
}, A = ({
|
|
106
106
|
mode: e,
|
|
107
107
|
noBackground: r,
|
|
108
108
|
variant: t
|
|
@@ -132,13 +132,13 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
132
132
|
if (t === "selected")
|
|
133
133
|
return "bg-action-selected-dark";
|
|
134
134
|
}
|
|
135
|
-
},
|
|
135
|
+
}, G = ({
|
|
136
136
|
radius: e
|
|
137
137
|
}) => i({
|
|
138
138
|
"rounded-full": e === "large",
|
|
139
139
|
"rounded-md": e === "medium",
|
|
140
140
|
"rounded-sm": e === "small"
|
|
141
|
-
}),
|
|
141
|
+
}), q = ({
|
|
142
142
|
mode: e,
|
|
143
143
|
disabled: r,
|
|
144
144
|
variant: t
|
|
@@ -260,8 +260,8 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
260
260
|
noBackground: u,
|
|
261
261
|
noTruncate: c
|
|
262
262
|
}),
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
A({ mode: a, noBackground: u, variant: n }),
|
|
264
|
+
G({ radius: p }),
|
|
265
265
|
j({
|
|
266
266
|
type: e,
|
|
267
267
|
size: s,
|
|
@@ -269,10 +269,10 @@ const O = "av-bubble", C = "av-button", y = "icon", M = "button", I = "link", j
|
|
|
269
269
|
labelLeft: b,
|
|
270
270
|
align: v
|
|
271
271
|
}),
|
|
272
|
-
|
|
272
|
+
P({ type: e, size: s, labelRight: m, labelLeft: b }),
|
|
273
273
|
F({ mode: a, variant: n, noBorder: h }),
|
|
274
274
|
J({ focusMode: l }),
|
|
275
|
-
|
|
275
|
+
q({ mode: a, variant: n, disabled: o }),
|
|
276
276
|
D({ mode: a, variant: n, disabled: o }),
|
|
277
277
|
{
|
|
278
278
|
"w-full": g,
|
|
@@ -360,13 +360,13 @@ const E = z.forwardRef(
|
|
|
360
360
|
);
|
|
361
361
|
E.displayName = "ButtonIcon";
|
|
362
362
|
/*!
|
|
363
|
-
@versini/ui-button v4.0.
|
|
363
|
+
@versini/ui-button v4.0.2
|
|
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/04/2025
|
|
368
|
+
version: "4.0.2",
|
|
369
|
+
buildTime: "01/04/2025 01:33 PM EST",
|
|
370
370
|
homepage: "https://github.com/aversini/ui-components",
|
|
371
371
|
license: "MIT"
|
|
372
372
|
});
|
|
@@ -487,7 +487,7 @@ const S = ({
|
|
|
487
487
|
try {
|
|
488
488
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
489
489
|
version: "4.0.0",
|
|
490
|
-
buildTime: "01/04/2025
|
|
490
|
+
buildTime: "01/04/2025 01:33 PM EST",
|
|
491
491
|
homepage: "https://github.com/aversini/ui-components",
|
|
492
492
|
license: "MIT"
|
|
493
493
|
});
|
|
@@ -538,13 +538,13 @@ const X = ({
|
|
|
538
538
|
}
|
|
539
539
|
);
|
|
540
540
|
/*!
|
|
541
|
-
@versini/ui-icons v4.
|
|
541
|
+
@versini/ui-icons v4.1.0
|
|
542
542
|
© 2025 gizmette.com
|
|
543
543
|
*/
|
|
544
544
|
try {
|
|
545
545
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
546
|
-
version: "4.
|
|
547
|
-
buildTime: "01/04/2025
|
|
546
|
+
version: "4.1.0",
|
|
547
|
+
buildTime: "01/04/2025 01:33 PM EST",
|
|
548
548
|
homepage: "https://github.com/aversini/ui-components",
|
|
549
549
|
license: "MIT"
|
|
550
550
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "4.0.
|
|
43
|
-
"@versini/ui-icons": "4.
|
|
42
|
+
"@versini/ui-button": "4.0.2",
|
|
43
|
+
"@versini/ui-icons": "4.1.0",
|
|
44
44
|
"@versini/ui-types": "4.0.0",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "bf6b0d285a70c47a5efc225f32756b95cb963a49"
|
|
52
52
|
}
|