@versini/ui-bubble 5.0.2 → 5.0.3
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.
|
@@ -504,13 +504,13 @@ const z = {
|
|
|
504
504
|
);
|
|
505
505
|
H.displayName = "ButtonIcon";
|
|
506
506
|
/*!
|
|
507
|
-
@versini/ui-button v7.1.
|
|
507
|
+
@versini/ui-button v7.1.2
|
|
508
508
|
© 2025 gizmette.com
|
|
509
509
|
*/
|
|
510
510
|
try {
|
|
511
511
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
512
|
-
version: "7.1.
|
|
513
|
-
buildTime: "08/
|
|
512
|
+
version: "7.1.2",
|
|
513
|
+
buildTime: "08/14/2025 06:04 PM EDT",
|
|
514
514
|
homepage: "https://github.com/aversini/ui-components",
|
|
515
515
|
license: "MIT"
|
|
516
516
|
});
|
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 v5.0.
|
|
3
|
+
@versini/ui-bubble v5.0.3
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
8
|
-
version: "5.0.
|
|
9
|
-
buildTime: "08/
|
|
8
|
+
version: "5.0.3",
|
|
9
|
+
buildTime: "08/14/2025 06:06 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": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@testing-library/jest-dom": "6.
|
|
44
|
-
"@versini/ui-types": "
|
|
43
|
+
"@testing-library/jest-dom": "6.7.0",
|
|
44
|
+
"@versini/ui-types": "../ui-types"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@tailwindcss/typography": "0.5.16",
|
|
48
|
-
"@versini/ui-button": "
|
|
48
|
+
"@versini/ui-button": "../ui-button",
|
|
49
49
|
"@versini/ui-icons": "4.10.0",
|
|
50
50
|
"clsx": "2.1.1",
|
|
51
|
-
"tailwindcss": "4.1.
|
|
51
|
+
"tailwindcss": "4.1.12"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": [
|
|
54
54
|
"**/*.css"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a2a11904039a5bc55ff17a954e4a16073abbe0bf"
|
|
57
57
|
}
|