@grasp-labs/ds-react-components 1.4.0 → 1.4.1
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.
|
@@ -3900,11 +3900,11 @@ function d5({
|
|
|
3900
3900
|
{
|
|
3901
3901
|
ref: k,
|
|
3902
3902
|
className: G(
|
|
3903
|
-
"z-drawer fixed
|
|
3903
|
+
"z-drawer fixed transition-transform duration-300 ease-out",
|
|
3904
3904
|
l1[n],
|
|
3905
3905
|
u1[n][r],
|
|
3906
3906
|
e ? Ka[n].open : Ka[n].closed,
|
|
3907
|
-
|
|
3907
|
+
e ? "shadow-xl" : "pointer-events-none shadow-none",
|
|
3908
3908
|
a
|
|
3909
3909
|
),
|
|
3910
3910
|
children: /* @__PURE__ */ C.jsx(
|
|
@@ -11230,7 +11230,7 @@ const C5 = ({
|
|
|
11230
11230
|
iconCancel: "var(--error)"
|
|
11231
11231
|
}
|
|
11232
11232
|
}, Z0 = Dl(
|
|
11233
|
-
() => import("./index.esm-
|
|
11233
|
+
() => import("./index.esm-DZlQUwpk.js").then((e) => ({
|
|
11234
11234
|
default: e.JsonEditor
|
|
11235
11235
|
}))
|
|
11236
11236
|
);
|
|
@@ -20586,16 +20586,19 @@ const $C = ({
|
|
|
20586
20586
|
{
|
|
20587
20587
|
content: t,
|
|
20588
20588
|
isOpen: o,
|
|
20589
|
+
onClose: () => s(!1),
|
|
20589
20590
|
placement: n,
|
|
20590
20591
|
role: "tooltip",
|
|
20591
|
-
closeOnClickOutside: !
|
|
20592
|
-
closeOnEscape: !
|
|
20593
|
-
className: G("px-2 py-1 text-xs", r),
|
|
20592
|
+
closeOnClickOutside: !0,
|
|
20593
|
+
closeOnEscape: !0,
|
|
20594
|
+
className: G("pointer-events-none px-2 py-1 text-xs", r),
|
|
20594
20595
|
triggerClassName: "inline-flex h-fit w-fit",
|
|
20595
20596
|
children: /* @__PURE__ */ C.jsx(
|
|
20596
20597
|
"span",
|
|
20597
20598
|
{
|
|
20598
20599
|
className: "inline-flex h-fit w-fit",
|
|
20600
|
+
onPointerDown: () => s(!1),
|
|
20601
|
+
onClick: () => s(!1),
|
|
20599
20602
|
onMouseEnter: () => s(!0),
|
|
20600
20603
|
onMouseLeave: () => s(!1),
|
|
20601
20604
|
onFocus: () => s(!0),
|