@versini/ui-bubble 3.1.11 → 3.1.12
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 +6 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as l, jsxs as f, Fragment as L } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import T, { useState as U, useEffect as O } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v3.1.
|
|
5
|
+
@versini/ui-bubble v3.1.12
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "3.1.
|
|
11
|
-
buildTime: "01/20/2025
|
|
10
|
+
version: "3.1.12",
|
|
11
|
+
buildTime: "01/20/2025 03:52 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -368,13 +368,13 @@ const M = T.forwardRef(
|
|
|
368
368
|
);
|
|
369
369
|
M.displayName = "ButtonIcon";
|
|
370
370
|
/*!
|
|
371
|
-
@versini/ui-button v4.1.
|
|
371
|
+
@versini/ui-button v4.1.4
|
|
372
372
|
© 2025 gizmette.com
|
|
373
373
|
*/
|
|
374
374
|
try {
|
|
375
375
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
376
|
-
version: "4.1.
|
|
377
|
-
buildTime: "01/20/2025
|
|
376
|
+
version: "4.1.4",
|
|
377
|
+
buildTime: "01/20/2025 03:51 PM EST",
|
|
378
378
|
homepage: "https://github.com/aversini/ui-components",
|
|
379
379
|
license: "MIT"
|
|
380
380
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.16",
|
|
45
|
-
"@versini/ui-button": "4.1.
|
|
45
|
+
"@versini/ui-button": "4.1.4",
|
|
46
46
|
"@versini/ui-icons": "4.5.2",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "59b7aa73390692c2df05cd5e6c8b7c74ff14c235"
|
|
54
54
|
}
|