@versini/ui-bubble 6.0.1 → 6.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/components/Bubble/Bubble.js +8 -8
- package/dist/index.js +3 -3
- package/package.json +8 -12
|
@@ -33,13 +33,13 @@ const p = "av-bubble", v = ({
|
|
|
33
33
|
);
|
|
34
34
|
};
|
|
35
35
|
/*!
|
|
36
|
-
@versini/ui-svgicon v4.2.
|
|
36
|
+
@versini/ui-svgicon v4.2.2
|
|
37
37
|
© 2025 gizmette.com
|
|
38
38
|
*/
|
|
39
39
|
try {
|
|
40
40
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
41
|
-
version: "4.2.
|
|
42
|
-
buildTime: "
|
|
41
|
+
version: "4.2.2",
|
|
42
|
+
buildTime: "10/17/2025 12:12 PM EDT",
|
|
43
43
|
homepage: "https://github.com/aversini/ui-components",
|
|
44
44
|
license: "MIT"
|
|
45
45
|
});
|
|
@@ -90,13 +90,13 @@ const E = ({
|
|
|
90
90
|
}
|
|
91
91
|
);
|
|
92
92
|
/*!
|
|
93
|
-
@versini/ui-icons v4.
|
|
93
|
+
@versini/ui-icons v4.12.3
|
|
94
94
|
© 2025 gizmette.com
|
|
95
95
|
*/
|
|
96
96
|
try {
|
|
97
97
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
98
|
-
version: "4.
|
|
99
|
-
buildTime: "
|
|
98
|
+
version: "4.12.3",
|
|
99
|
+
buildTime: "10/17/2025 12:12 PM EDT",
|
|
100
100
|
homepage: "https://github.com/aversini/ui-components",
|
|
101
101
|
license: "MIT"
|
|
102
102
|
});
|
|
@@ -171,7 +171,7 @@ const z = ({ kind: e, noMaxWidth: t }) => c("px-4 py-2", {
|
|
|
171
171
|
footer: b,
|
|
172
172
|
copyButton: f
|
|
173
173
|
};
|
|
174
|
-
}, $ = "FOOTER_EMPTY",
|
|
174
|
+
}, $ = "FOOTER_EMPTY", P = ({
|
|
175
175
|
children: e,
|
|
176
176
|
kind: t = "left",
|
|
177
177
|
className: o,
|
|
@@ -232,5 +232,5 @@ const z = ({ kind: e, noMaxWidth: t }) => c("px-4 py-2", {
|
|
|
232
232
|
export {
|
|
233
233
|
p as BUBBLE_CLASSNAME,
|
|
234
234
|
$ as BUBBLE_FOOTER_EMPTY,
|
|
235
|
-
|
|
235
|
+
P as Bubble
|
|
236
236
|
};
|
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 v6.0.
|
|
3
|
+
@versini/ui-bubble v6.0.2
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
8
|
-
version: "6.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "6.0.2",
|
|
9
|
+
buildTime: "10/17/2025 12:54 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": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,23 +36,19 @@
|
|
|
36
36
|
"test:watch": "vitest",
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"react": "^19.1.0",
|
|
41
|
-
"react-dom": "^19.1.0"
|
|
42
|
-
},
|
|
43
39
|
"devDependencies": {
|
|
44
|
-
"@testing-library/jest-dom": "6.
|
|
45
|
-
"@versini/ui-types": "6.0.
|
|
40
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
41
|
+
"@versini/ui-types": "6.0.2"
|
|
46
42
|
},
|
|
47
43
|
"dependencies": {
|
|
48
|
-
"@tailwindcss/typography": "0.5.
|
|
49
|
-
"@versini/ui-button": "8.0.
|
|
50
|
-
"@versini/ui-icons": "4.
|
|
44
|
+
"@tailwindcss/typography": "0.5.19",
|
|
45
|
+
"@versini/ui-button": "8.0.2",
|
|
46
|
+
"@versini/ui-icons": "4.12.3",
|
|
51
47
|
"clsx": "2.1.1",
|
|
52
|
-
"tailwindcss": "4.1.
|
|
48
|
+
"tailwindcss": "4.1.14"
|
|
53
49
|
},
|
|
54
50
|
"sideEffects": [
|
|
55
51
|
"**/*.css"
|
|
56
52
|
],
|
|
57
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
|
|
58
54
|
}
|