@versini/ui-bubble 4.0.3 → 4.0.4
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 +4 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as s, jsxs as x, Fragment as Y } from "react/jsx-runtime";
|
|
|
2
2
|
import V, { useRef as B, useLayoutEffect as $, useMemo as P, useState as D, useEffect as L, useCallback as ee } from "react";
|
|
3
3
|
import o from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-bubble v4.0.
|
|
5
|
+
@versini/ui-bubble v4.0.4
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
10
|
-
version: "4.0.
|
|
11
|
-
buildTime: "03/
|
|
10
|
+
version: "4.0.4",
|
|
11
|
+
buildTime: "03/21/2025 11:50 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -475,7 +475,7 @@ U.displayName = "ButtonIcon";
|
|
|
475
475
|
try {
|
|
476
476
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
477
477
|
version: "6.0.3",
|
|
478
|
-
buildTime: "03/
|
|
478
|
+
buildTime: "03/21/2025 11:50 PM EDT",
|
|
479
479
|
homepage: "https://github.com/aversini/ui-components",
|
|
480
480
|
license: "MIT"
|
|
481
481
|
});
|
|
@@ -628,7 +628,6 @@ const _e = ({ kind: e, noMaxWidth: r }) => o("px-4 py-2", {
|
|
|
628
628
|
"bg-surface-accent": e === "right"
|
|
629
629
|
}), Ne = ({ kind: e }) => o(
|
|
630
630
|
"prose prose-dark dark:prose-lighter",
|
|
631
|
-
"prose-ul:prose-li:marker:text-black",
|
|
632
631
|
"prose-blockquote:my-1",
|
|
633
632
|
"prose-ol:my-1 prose-ul:my-1",
|
|
634
633
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "436cca868c7094d11c3beea203f55b605887cede"
|
|
55
55
|
}
|