@theroutingcompany/components 0.0.51-alpha.1 → 0.0.51-alpha.2
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.
|
@@ -26998,13 +26998,34 @@ const ah = (e, t, r, n = []) => {
|
|
|
26998
26998
|
};
|
|
26999
26999
|
return document.addEventListener(
|
|
27000
27000
|
"mousedown",
|
|
27001
|
-
(V) => ah(
|
|
27001
|
+
(V) => ah(
|
|
27002
|
+
V,
|
|
27003
|
+
b,
|
|
27004
|
+
D,
|
|
27005
|
+
m
|
|
27006
|
+
)
|
|
27002
27007
|
), () => document.removeEventListener(
|
|
27003
27008
|
"mousedown",
|
|
27004
|
-
(V) => ah(
|
|
27009
|
+
(V) => ah(
|
|
27010
|
+
V,
|
|
27011
|
+
b,
|
|
27012
|
+
D,
|
|
27013
|
+
m
|
|
27014
|
+
)
|
|
27005
27015
|
);
|
|
27006
27016
|
}, [m, l, N]), J(() => N, []);
|
|
27007
|
-
const C = ae(() => u && typeof u == "string" ? /* @__PURE__ */ x(
|
|
27017
|
+
const C = ae(() => u && typeof u == "string" ? /* @__PURE__ */ x(
|
|
27018
|
+
rt,
|
|
27019
|
+
{
|
|
27020
|
+
bold: !0,
|
|
27021
|
+
size: "medium",
|
|
27022
|
+
htmlFor: u,
|
|
27023
|
+
color: f.color_gray_52,
|
|
27024
|
+
onClick: () => !c && k(),
|
|
27025
|
+
mb: f.spacing_100,
|
|
27026
|
+
children: u
|
|
27027
|
+
}
|
|
27028
|
+
) : /* @__PURE__ */ x(Gr, { children: u }), [c, k, u]);
|
|
27008
27029
|
if (v)
|
|
27009
27030
|
return /* @__PURE__ */ oe(Gr, { children: [
|
|
27010
27031
|
/* @__PURE__ */ x(C, {}),
|
|
@@ -27013,7 +27034,15 @@ const ah = (e, t, r, n = []) => {
|
|
|
27013
27034
|
{
|
|
27014
27035
|
tabIndex: 0,
|
|
27015
27036
|
ref: b,
|
|
27016
|
-
right: /* @__PURE__ */ x(Nt, { ml: f.spacing_100, children: /* @__PURE__ */ x(
|
|
27037
|
+
right: /* @__PURE__ */ x(Nt, { ml: f.spacing_100, children: /* @__PURE__ */ x(
|
|
27038
|
+
wN,
|
|
27039
|
+
{
|
|
27040
|
+
onClick: _,
|
|
27041
|
+
disabled: g,
|
|
27042
|
+
"aria-label": "save",
|
|
27043
|
+
children: g ? /* @__PURE__ */ x(nS, {}) : /* @__PURE__ */ x(sa, {})
|
|
27044
|
+
}
|
|
27045
|
+
) }),
|
|
27017
27046
|
children: /* @__PURE__ */ x(DN, { saving: g, children: e })
|
|
27018
27047
|
}
|
|
27019
27048
|
)
|