reykit 1.0.109 → 1.0.110
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 +10 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48775,11 +48775,13 @@ function rI({
|
|
|
48775
48775
|
) })
|
|
48776
48776
|
] }),
|
|
48777
48777
|
/* @__PURE__ */ E.jsx(Ge.CommandSeparator, { className: "mb-1" }),
|
|
48778
|
-
/* @__PURE__ */ E.jsx(Ge.CommandGroup, { className: "max-h-[50vh] overflow-y-auto scrollbar-thin p-0", children: [...N[_]].
|
|
48778
|
+
/* @__PURE__ */ E.jsx(Ge.CommandGroup, { className: "max-h-[50vh] overflow-y-auto scrollbar-thin p-0", children: [...N[_]].sort(
|
|
48779
|
+
(([I, q], [Z, ee]) => ee - q)
|
|
48780
|
+
).map(
|
|
48779
48781
|
([I, q], Z) => /* @__PURE__ */ E.jsxs(
|
|
48780
48782
|
Ge.CommandItem,
|
|
48781
48783
|
{
|
|
48782
|
-
value: I,
|
|
48784
|
+
value: String(I ?? ""),
|
|
48783
48785
|
onSelect: () => {
|
|
48784
48786
|
const ee = !!T[_]?.includes(I);
|
|
48785
48787
|
R({
|
|
@@ -48796,7 +48798,7 @@ function rI({
|
|
|
48796
48798
|
className: "[&_svg]:!text-primary-foreground"
|
|
48797
48799
|
}
|
|
48798
48800
|
),
|
|
48799
|
-
/* @__PURE__ */ E.jsx("span", { className: "min-w-0 truncate whitespace-nowrap", children: I }),
|
|
48801
|
+
/* @__PURE__ */ E.jsx("span", { className: "min-w-0 truncate whitespace-nowrap", children: I ?? "" }),
|
|
48800
48802
|
/* @__PURE__ */ E.jsx("span", { className: "ml-auto text-muted-foreground", children: q })
|
|
48801
48803
|
]
|
|
48802
48804
|
},
|
|
@@ -48883,11 +48885,13 @@ function rI({
|
|
|
48883
48885
|
) })
|
|
48884
48886
|
] }),
|
|
48885
48887
|
/* @__PURE__ */ E.jsx(Ge.CommandSeparator, { className: "mb-1" }),
|
|
48886
|
-
/* @__PURE__ */ E.jsx(Ge.CommandGroup, { className: "max-h-[50vh] overflow-y-auto scrollbar-thin p-0", children: [...N[_]].
|
|
48888
|
+
/* @__PURE__ */ E.jsx(Ge.CommandGroup, { className: "max-h-[50vh] overflow-y-auto scrollbar-thin p-0", children: [...N[_]].sort(
|
|
48889
|
+
(([I, q], [Z, ee]) => ee - q)
|
|
48890
|
+
).map(
|
|
48887
48891
|
([I, q], Z) => /* @__PURE__ */ E.jsxs(
|
|
48888
48892
|
Ge.CommandItem,
|
|
48889
48893
|
{
|
|
48890
|
-
value: I,
|
|
48894
|
+
value: String(I ?? ""),
|
|
48891
48895
|
onSelect: () => {
|
|
48892
48896
|
const ee = !!T[_]?.includes(I);
|
|
48893
48897
|
R({
|
|
@@ -48904,7 +48908,7 @@ function rI({
|
|
|
48904
48908
|
className: "[&_svg]:!text-primary-foreground"
|
|
48905
48909
|
}
|
|
48906
48910
|
),
|
|
48907
|
-
/* @__PURE__ */ E.jsx("span", { className: "min-w-0 truncate whitespace-nowrap", children: I }),
|
|
48911
|
+
/* @__PURE__ */ E.jsx("span", { className: "min-w-0 truncate whitespace-nowrap", children: I ?? "" }),
|
|
48908
48912
|
/* @__PURE__ */ E.jsx("span", { className: "ml-auto text-muted-foreground", children: q })
|
|
48909
48913
|
]
|
|
48910
48914
|
},
|