@engrate/components 0.1.24 → 0.1.25
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.cjs.js +1 -1
- package/dist/index.es.js +11 -32
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -31540,8 +31540,8 @@ function pO(e, t = "yyyy-MM-dd") {
|
|
|
31540
31540
|
}
|
|
31541
31541
|
const Tse = ie(
|
|
31542
31542
|
[
|
|
31543
|
-
"bg-card text-body text-primary placeholder:text-tertiary",
|
|
31544
|
-
"flex h-
|
|
31543
|
+
"bg-card text-body-sm text-primary placeholder:text-tertiary",
|
|
31544
|
+
"flex h-8 w-full items-center justify-between rounded-md border px-3 py-1",
|
|
31545
31545
|
"font-sans transition-colors",
|
|
31546
31546
|
"focus-visible:ring-sunflower focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
|
|
31547
31547
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
@@ -31597,13 +31597,7 @@ const Tse = ie(
|
|
|
31597
31597
|
"aria-haspopup": "dialog",
|
|
31598
31598
|
"aria-expanded": v,
|
|
31599
31599
|
children: [
|
|
31600
|
-
/* @__PURE__ */ b(
|
|
31601
|
-
"span",
|
|
31602
|
-
{
|
|
31603
|
-
className: N("truncate", !e && "text-tertiary text-body-sm"),
|
|
31604
|
-
children: e ? pO(e, n) : r
|
|
31605
|
-
}
|
|
31606
|
-
),
|
|
31600
|
+
/* @__PURE__ */ b("span", { className: N("truncate", !e && "text-tertiary"), children: e ? pO(e, n) : r }),
|
|
31607
31601
|
/* @__PURE__ */ b(Mv, { className: "text-tertiary h-4 w-4 shrink-0" }),
|
|
31608
31602
|
u && /* @__PURE__ */ b(
|
|
31609
31603
|
"input",
|
|
@@ -31674,8 +31668,8 @@ function _se(e, t) {
|
|
|
31674
31668
|
}
|
|
31675
31669
|
const kse = ie(
|
|
31676
31670
|
[
|
|
31677
|
-
"bg-card text-body text-primary placeholder:text-tertiary",
|
|
31678
|
-
"flex h-
|
|
31671
|
+
"bg-card text-body-sm text-primary placeholder:text-tertiary",
|
|
31672
|
+
"flex h-8 w-full items-center justify-between rounded-md border px-3 py-1",
|
|
31679
31673
|
"font-sans transition-colors",
|
|
31680
31674
|
"focus-visible:ring-sunflower focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
|
|
31681
31675
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
@@ -31712,10 +31706,10 @@ const kse = ie(
|
|
|
31712
31706
|
const C = [];
|
|
31713
31707
|
return o && C.push({ before: o }), i && C.push({ after: i }), C.length > 0 ? C : void 0;
|
|
31714
31708
|
}, [o, i]), S = (C) => {
|
|
31715
|
-
t?.(C)
|
|
31709
|
+
t?.(C);
|
|
31716
31710
|
}, P = () => {
|
|
31717
31711
|
const C = /* @__PURE__ */ new Date();
|
|
31718
|
-
t?.({ from: C, to: C })
|
|
31712
|
+
t?.({ from: C, to: C });
|
|
31719
31713
|
}, O = () => {
|
|
31720
31714
|
t?.(void 0);
|
|
31721
31715
|
};
|
|
@@ -31738,16 +31732,7 @@ const kse = ie(
|
|
|
31738
31732
|
"aria-haspopup": "dialog",
|
|
31739
31733
|
"aria-expanded": m,
|
|
31740
31734
|
children: [
|
|
31741
|
-
/* @__PURE__ */ b(
|
|
31742
|
-
"span",
|
|
31743
|
-
{
|
|
31744
|
-
className: N(
|
|
31745
|
-
"truncate",
|
|
31746
|
-
!e?.from && "text-tertiary text-body-sm"
|
|
31747
|
-
),
|
|
31748
|
-
children: e?.from ? _se(e, n) : r
|
|
31749
|
-
}
|
|
31750
|
-
),
|
|
31735
|
+
/* @__PURE__ */ b("span", { className: N("truncate", !e?.from && "text-tertiary"), children: e?.from ? _se(e, n) : r }),
|
|
31751
31736
|
/* @__PURE__ */ b(Mv, { className: "text-tertiary h-4 w-4 shrink-0" }),
|
|
31752
31737
|
d && /* @__PURE__ */ b(
|
|
31753
31738
|
"input",
|
|
@@ -31833,8 +31818,8 @@ function hO(e) {
|
|
|
31833
31818
|
}
|
|
31834
31819
|
const Ise = ie(
|
|
31835
31820
|
[
|
|
31836
|
-
"bg-card text-body text-primary placeholder:text-tertiary",
|
|
31837
|
-
"flex h-
|
|
31821
|
+
"bg-card text-body-sm text-primary placeholder:text-tertiary",
|
|
31822
|
+
"flex h-8 w-full items-center justify-between rounded-md border px-3 py-1",
|
|
31838
31823
|
"font-sans transition-colors",
|
|
31839
31824
|
"focus-visible:ring-sunflower focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none",
|
|
31840
31825
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
@@ -31914,13 +31899,7 @@ const Ise = ie(
|
|
|
31914
31899
|
"aria-haspopup": "dialog",
|
|
31915
31900
|
"aria-expanded": g,
|
|
31916
31901
|
children: [
|
|
31917
|
-
/* @__PURE__ */ b(
|
|
31918
|
-
"span",
|
|
31919
|
-
{
|
|
31920
|
-
className: N("truncate", !e && "text-tertiary text-body-sm"),
|
|
31921
|
-
children: e ? Nse(e, n, d) : r
|
|
31922
|
-
}
|
|
31923
|
-
),
|
|
31902
|
+
/* @__PURE__ */ b("span", { className: N("truncate", !e && "text-tertiary"), children: e ? Nse(e, n, d) : r }),
|
|
31924
31903
|
/* @__PURE__ */ X("div", { className: "flex items-center gap-1", children: [
|
|
31925
31904
|
/* @__PURE__ */ b(vF, { className: "text-tertiary h-4 w-4 shrink-0" }),
|
|
31926
31905
|
/* @__PURE__ */ b(Mv, { className: "text-tertiary h-4 w-4 shrink-0" })
|