reykit 1.0.253 → 1.0.254
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50789,14 +50789,14 @@ function $I({
|
|
|
50789
50789
|
) }),
|
|
50790
50790
|
u.map(({ key: A, isBadge: O, isHide: z, defaultValue: D }, j) => {
|
|
50791
50791
|
const V = N[A];
|
|
50792
|
-
return !z && /* @__PURE__ */ v.jsx(fE, { children: /* @__PURE__ */ v.jsxs(b, { children: [
|
|
50792
|
+
return !z && /* @__PURE__ */ v.jsx(fE, { className: "max-w-xs", children: /* @__PURE__ */ v.jsxs(b, { children: [
|
|
50793
50793
|
/* @__PURE__ */ v.jsx(
|
|
50794
50794
|
C,
|
|
50795
50795
|
{
|
|
50796
50796
|
delay: 1500,
|
|
50797
50797
|
closeDelay: 1e3,
|
|
50798
50798
|
nativeButton: !1,
|
|
50799
|
-
render: /* @__PURE__ */ v.jsx("div", { className: "
|
|
50799
|
+
render: /* @__PURE__ */ v.jsx("div", { className: "truncate break-normal min-w-0", children: V == null ? D : JC(V, O) })
|
|
50800
50800
|
}
|
|
50801
50801
|
),
|
|
50802
50802
|
V != null && /* @__PURE__ */ v.jsx(
|
|
@@ -50805,7 +50805,7 @@ function $I({
|
|
|
50805
50805
|
align: "start",
|
|
50806
50806
|
sideOffset: -34,
|
|
50807
50807
|
alignOffset: -16,
|
|
50808
|
-
className: "w-max
|
|
50808
|
+
className: "w-max max-w-[100vw] md:max-w-[50vw] p-0 m-0 whitespace-pre-line break-all",
|
|
50809
50809
|
children: O || N0(V) || V instanceof Date || V == null || typeof V != "object" ? /* @__PURE__ */ v.jsx("div", { className: "flex-wrap p-2", children: JC(V, O) }) : /* @__PURE__ */ v.jsx(
|
|
50810
50810
|
f4,
|
|
50811
50811
|
{
|