@versini/ui-bubble 1.0.8 → 1.0.10
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 -8
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as d, jsxs as v, Fragment as z } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import _, { useState as L, useEffect as S } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v1.0.
|
|
5
|
+
@versini/ui-bubble v1.0.10
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "1.0.
|
|
11
|
-
buildTime: "09/
|
|
10
|
+
version: "1.0.10",
|
|
11
|
+
buildTime: "09/28/2024 06:29 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -23,7 +23,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
|
|
|
23
23
|
(e == null ? void 0 : e.t) !== void 0 && t.push(`mt-${e.t}`), (e == null ? void 0 : e.r) !== void 0 && t.push(`mr-${e.r}`), (e == null ? void 0 : e.b) !== void 0 && t.push(`mb-${e.b}`), (e == null ? void 0 : e.l) !== void 0 && t.push(`ml-${e.l}`), r = t.join(" ");
|
|
24
24
|
}
|
|
25
25
|
return r;
|
|
26
|
-
}, N = "icon", j = "button", H = "link",
|
|
26
|
+
}, N = "icon", j = "button", H = "link", O = ({
|
|
27
27
|
type: e,
|
|
28
28
|
size: r,
|
|
29
29
|
labelRight: t,
|
|
@@ -57,7 +57,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
|
|
|
57
57
|
"h-12 px-4 text-lg font-medium": r === "large" && (t || a)
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
|
-
},
|
|
60
|
+
}, P = ({
|
|
61
61
|
mode: e,
|
|
62
62
|
noBackground: r,
|
|
63
63
|
noTruncate: t,
|
|
@@ -117,7 +117,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
|
|
|
117
117
|
"hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
|
|
118
118
|
"hover:bg-action-danger-light-hover dark:hover:bg-action-danger-dark-hover": e === "alt-system"
|
|
119
119
|
});
|
|
120
|
-
},
|
|
120
|
+
}, A = ({
|
|
121
121
|
mode: e,
|
|
122
122
|
disabled: r,
|
|
123
123
|
variant: t
|
|
@@ -145,7 +145,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
|
|
|
145
145
|
"active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
|
|
146
146
|
"active:bg-action-danger-light-active dark:active:bg-action-danger-dark-active": e === "alt-system"
|
|
147
147
|
});
|
|
148
|
-
},
|
|
148
|
+
}, D = ({
|
|
149
149
|
mode: e,
|
|
150
150
|
noBorder: r,
|
|
151
151
|
variant: t
|
|
@@ -199,12 +199,12 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
|
|
|
199
199
|
T,
|
|
200
200
|
r,
|
|
201
201
|
$(h),
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
P({ mode: a, variant: c, noBackground: m, noTruncate: u }),
|
|
203
|
+
O({ type: e, size: l, labelRight: g, labelLeft: p, align: f }),
|
|
204
|
+
D({ mode: a, variant: c, noBorder: b }),
|
|
205
205
|
q({ focusMode: n }),
|
|
206
206
|
W({ mode: a, variant: c, disabled: o }),
|
|
207
|
-
|
|
207
|
+
A({ mode: a, variant: c, disabled: o }),
|
|
208
208
|
{
|
|
209
209
|
"w-full": s,
|
|
210
210
|
"disabled:cursor-not-allowed disabled:opacity-50": o
|
|
@@ -288,13 +288,13 @@ const E = _.forwardRef(
|
|
|
288
288
|
);
|
|
289
289
|
E.displayName = "ButtonIcon";
|
|
290
290
|
/*!
|
|
291
|
-
@versini/ui-button v1.1.
|
|
291
|
+
@versini/ui-button v1.1.10
|
|
292
292
|
© 2024 gizmette.com
|
|
293
293
|
*/
|
|
294
294
|
try {
|
|
295
295
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
296
|
-
version: "1.1.
|
|
297
|
-
buildTime: "09/
|
|
296
|
+
version: "1.1.10",
|
|
297
|
+
buildTime: "09/28/2024 06:29 PM EDT",
|
|
298
298
|
homepage: "https://github.com/aversini/ui-components",
|
|
299
299
|
license: "MIT"
|
|
300
300
|
});
|
|
@@ -422,13 +422,13 @@ const J = (e) => {
|
|
|
422
422
|
] });
|
|
423
423
|
};
|
|
424
424
|
/*!
|
|
425
|
-
@versini/ui-private v1.4.
|
|
425
|
+
@versini/ui-private v1.4.17
|
|
426
426
|
© 2024 gizmette.com
|
|
427
427
|
*/
|
|
428
428
|
try {
|
|
429
429
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
430
|
-
version: "1.4.
|
|
431
|
-
buildTime: "09/
|
|
430
|
+
version: "1.4.17",
|
|
431
|
+
buildTime: "09/28/2024 06:29 PM EDT",
|
|
432
432
|
homepage: "https://github.com/aversini/ui-components",
|
|
433
433
|
license: "MIT"
|
|
434
434
|
});
|
|
@@ -483,13 +483,13 @@ const K = ({
|
|
|
483
483
|
}
|
|
484
484
|
);
|
|
485
485
|
/*!
|
|
486
|
-
@versini/ui-icons v1.13.
|
|
486
|
+
@versini/ui-icons v1.13.1
|
|
487
487
|
© 2024 gizmette.com
|
|
488
488
|
*/
|
|
489
489
|
try {
|
|
490
490
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
491
|
-
version: "1.13.
|
|
492
|
-
buildTime: "09/
|
|
491
|
+
version: "1.13.1",
|
|
492
|
+
buildTime: "09/28/2024 06:29 PM EDT",
|
|
493
493
|
homepage: "https://github.com/aversini/ui-components",
|
|
494
494
|
license: "MIT"
|
|
495
495
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -37,19 +37,16 @@
|
|
|
37
37
|
"react": "^18.3.1",
|
|
38
38
|
"react-dom": "^18.3.1"
|
|
39
39
|
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@versini/ui-styles": "1.10.2"
|
|
42
|
-
},
|
|
43
40
|
"dependencies": {
|
|
44
41
|
"@tailwindcss/typography": "0.5.15",
|
|
45
|
-
"@versini/ui-button": "1.1.
|
|
46
|
-
"@versini/ui-icons": "1.13.
|
|
47
|
-
"@versini/ui-private": "1.4.
|
|
42
|
+
"@versini/ui-button": "1.1.10",
|
|
43
|
+
"@versini/ui-icons": "1.13.1",
|
|
44
|
+
"@versini/ui-private": "1.4.17",
|
|
48
45
|
"clsx": "2.1.1",
|
|
49
46
|
"tailwindcss": "3.4.13"
|
|
50
47
|
},
|
|
51
48
|
"sideEffects": [
|
|
52
49
|
"**/*.css"
|
|
53
50
|
],
|
|
54
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "b417963dbfdb84030181bf0aba5b25bba66b21c1"
|
|
55
52
|
}
|