@snapcall/design-system 1.14.2 → 1.14.3
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -53440,7 +53440,7 @@ function CreatableSelect(_a) {
|
|
|
53440
53440
|
] })
|
|
53441
53441
|
}
|
|
53442
53442
|
),
|
|
53443
|
-
/* @__PURE__ */ (0, import_jsx_runtime1232.jsx)("div", { className: "relative", children: open && /* @__PURE__ */ (0, import_jsx_runtime1232.jsx)("div", { className: "absolute z-50 w-full bg-white border rounded-md shadow-md outline-none top-2 text-gray-1000 animate-in
|
|
53443
|
+
/* @__PURE__ */ (0, import_jsx_runtime1232.jsx)("div", { className: "relative", children: open && /* @__PURE__ */ (0, import_jsx_runtime1232.jsx)("div", { className: "absolute z-50 w-full bg-white border rounded-md shadow-md outline-none top-2 text-gray-1000 animate-in", children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime1232.jsx)(CommandLoading, {}) : selectables.length < 1 ? /* @__PURE__ */ (0, import_jsx_runtime1232.jsx)("span", { className: "flex flex-col gap-4 p-4 text-center text-gray-700", children: nothingFoundLabel }) : /* @__PURE__ */ (0, import_jsx_runtime1232.jsxs)(CommandList, { className: "h-full max-h-[180px] overflow-auto", children: [
|
|
53444
53444
|
selectables.map((it) => {
|
|
53445
53445
|
const itemProps = getItemProps(it);
|
|
53446
53446
|
return /* @__PURE__ */ (0, import_jsx_runtime1232.jsx)(
|
package/dist/index.mjs
CHANGED
|
@@ -52083,7 +52083,7 @@ function CreatableSelect(_a) {
|
|
|
52083
52083
|
] })
|
|
52084
52084
|
}
|
|
52085
52085
|
),
|
|
52086
|
-
/* @__PURE__ */ jsx1232("div", { className: "relative", children: open && /* @__PURE__ */ jsx1232("div", { className: "absolute z-50 w-full bg-white border rounded-md shadow-md outline-none top-2 text-gray-1000 animate-in
|
|
52086
|
+
/* @__PURE__ */ jsx1232("div", { className: "relative", children: open && /* @__PURE__ */ jsx1232("div", { className: "absolute z-50 w-full bg-white border rounded-md shadow-md outline-none top-2 text-gray-1000 animate-in", children: isLoading ? /* @__PURE__ */ jsx1232(CommandLoading, {}) : selectables.length < 1 ? /* @__PURE__ */ jsx1232("span", { className: "flex flex-col gap-4 p-4 text-center text-gray-700", children: nothingFoundLabel }) : /* @__PURE__ */ jsxs1011(CommandList, { className: "h-full max-h-[180px] overflow-auto", children: [
|
|
52087
52087
|
selectables.map((it) => {
|
|
52088
52088
|
const itemProps = getItemProps(it);
|
|
52089
52089
|
return /* @__PURE__ */ jsx1232(
|