@versini/ui-bubble 2.0.5 → 2.0.6
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 +12 -12
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as c, jsxs as v, Fragment as S } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "clsx";
|
|
3
3
|
import _, { useState as R, useEffect as L } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v2.0.
|
|
5
|
+
@versini/ui-bubble v2.0.6
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "2.0.
|
|
11
|
-
buildTime: "12/30/2024 05:
|
|
10
|
+
version: "2.0.6",
|
|
11
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -332,13 +332,13 @@ const C = _.forwardRef(
|
|
|
332
332
|
);
|
|
333
333
|
C.displayName = "ButtonIcon";
|
|
334
334
|
/*!
|
|
335
|
-
@versini/ui-button v3.0.
|
|
335
|
+
@versini/ui-button v3.0.1
|
|
336
336
|
© 2024 gizmette.com
|
|
337
337
|
*/
|
|
338
338
|
try {
|
|
339
339
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
340
|
-
version: "3.0.
|
|
341
|
-
buildTime: "12/30/2024 05:
|
|
340
|
+
version: "3.0.1",
|
|
341
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
342
342
|
homepage: "https://github.com/aversini/ui-components",
|
|
343
343
|
license: "MIT"
|
|
344
344
|
});
|
|
@@ -453,13 +453,13 @@ const M = ({
|
|
|
453
453
|
] });
|
|
454
454
|
};
|
|
455
455
|
/*!
|
|
456
|
-
@versini/ui-svgicon v3.0.
|
|
456
|
+
@versini/ui-svgicon v3.0.1
|
|
457
457
|
© 2024 gizmette.com
|
|
458
458
|
*/
|
|
459
459
|
try {
|
|
460
460
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
461
|
-
version: "3.0.
|
|
462
|
-
buildTime: "12/30/2024 05:
|
|
461
|
+
version: "3.0.1",
|
|
462
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
463
463
|
homepage: "https://github.com/aversini/ui-components",
|
|
464
464
|
license: "MIT"
|
|
465
465
|
});
|
|
@@ -510,13 +510,13 @@ const J = ({
|
|
|
510
510
|
}
|
|
511
511
|
);
|
|
512
512
|
/*!
|
|
513
|
-
@versini/ui-icons v3.0.
|
|
513
|
+
@versini/ui-icons v3.0.1
|
|
514
514
|
© 2024 gizmette.com
|
|
515
515
|
*/
|
|
516
516
|
try {
|
|
517
517
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
518
|
-
version: "3.0.
|
|
519
|
-
buildTime: "12/30/2024 05:
|
|
518
|
+
version: "3.0.1",
|
|
519
|
+
buildTime: "12/30/2024 05:27 PM EST",
|
|
520
520
|
homepage: "https://github.com/aversini/ui-components",
|
|
521
521
|
license: "MIT"
|
|
522
522
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "3.0.
|
|
43
|
-
"@versini/ui-icons": "3.0.
|
|
44
|
-
"@versini/ui-types": "3.0.
|
|
42
|
+
"@versini/ui-button": "3.0.1",
|
|
43
|
+
"@versini/ui-icons": "3.0.1",
|
|
44
|
+
"@versini/ui-types": "3.0.1",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
|
|
52
52
|
}
|