@l3mpire/ui 2.19.0 → 2.19.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.
- package/dist/index.js +12 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7809,23 +7809,20 @@ var AdvancedRow = ({
|
|
|
7809
7809
|
const badgeCount = getBadgeCount(condition.value);
|
|
7810
7810
|
const hasValue = displayValue != null;
|
|
7811
7811
|
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "flex items-center gap-base w-full min-w-0", children: [
|
|
7812
|
-
connector === "Where" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "text-xs font-semibold leading-xs text-[var(--color-muted-foreground)]", children: "Where" }) }) : /* @__PURE__ */ (0, import_jsx_runtime56.
|
|
7812
|
+
connector === "Where" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "text-xs font-semibold leading-xs text-[var(--color-muted-foreground)]", children: "Where" }) }) : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
7813
7813
|
"button",
|
|
7814
7814
|
{
|
|
7815
7815
|
type: "button",
|
|
7816
|
-
|
|
7816
|
+
disabled: true,
|
|
7817
|
+
title: "Coming soon",
|
|
7817
7818
|
className: cn(
|
|
7818
|
-
"shrink-0 flex items-center justify-center
|
|
7819
|
+
"shrink-0 flex items-center justify-center",
|
|
7819
7820
|
"min-w-[64px] min-h-[32px] max-h-[32px] px-base py-sm",
|
|
7820
7821
|
"bg-gradient-to-t from-[var(--color-btn-outlined-neutral-bg-default)] from-[10%] to-[var(--color-btn-outlined-neutral-bg-gradient-to-default)]",
|
|
7821
7822
|
"border border-[var(--color-btn-outlined-neutral-border-default)] rounded-base shadow-sm",
|
|
7822
|
-
"
|
|
7823
|
-
"hover:from-[var(--color-btn-outlined-neutral-bg-hover)] hover:to-[var(--color-btn-outlined-neutral-bg-gradient-to-hover)]"
|
|
7823
|
+
"text-xs font-semibold leading-xs text-[var(--color-foreground)] opacity-60 cursor-not-allowed"
|
|
7824
7824
|
),
|
|
7825
|
-
children:
|
|
7826
|
-
connector,
|
|
7827
|
-
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_icons34.Icon, { icon: import_icons34.faRefreshOutline, size: "xs", className: "text-[var(--color-foreground)]" })
|
|
7828
|
-
]
|
|
7825
|
+
children: connector
|
|
7829
7826
|
}
|
|
7830
7827
|
),
|
|
7831
7828
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(PopoverPrimitive11.Root, { open: propertyOpen, onOpenChange: setPropertyOpen, children: [
|
|
@@ -8015,23 +8012,20 @@ var AdvancedGroup = ({
|
|
|
8015
8012
|
}) => {
|
|
8016
8013
|
const [addOpen, setAddOpen] = React50.useState(false);
|
|
8017
8014
|
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "flex items-start gap-base w-full min-w-0", children: [
|
|
8018
|
-
connector === "Where" ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end pt-base", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "text-xs font-semibold leading-xs text-[var(--color-muted-foreground)]", children: "Where" }) }) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end pt-base", children: /* @__PURE__ */ (0, import_jsx_runtime57.
|
|
8015
|
+
connector === "Where" ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end pt-base", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "text-xs font-semibold leading-xs text-[var(--color-muted-foreground)]", children: "Where" }) }) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "shrink-0 w-[64px] flex items-center justify-end pt-base", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
8019
8016
|
"button",
|
|
8020
8017
|
{
|
|
8021
8018
|
type: "button",
|
|
8022
|
-
|
|
8019
|
+
disabled: true,
|
|
8020
|
+
title: "Coming soon",
|
|
8023
8021
|
className: cn(
|
|
8024
|
-
"flex items-center justify-center
|
|
8022
|
+
"flex items-center justify-center",
|
|
8025
8023
|
"min-w-[64px] min-h-[32px] max-h-[32px] px-base py-sm",
|
|
8026
8024
|
"bg-gradient-to-t from-[var(--color-btn-outlined-neutral-bg-default)] from-[10%] to-[var(--color-btn-outlined-neutral-bg-gradient-to-default)]",
|
|
8027
8025
|
"border border-[var(--color-btn-outlined-neutral-border-default)] rounded-base shadow-sm",
|
|
8028
|
-
"
|
|
8029
|
-
"hover:from-[var(--color-btn-outlined-neutral-bg-hover)] hover:to-[var(--color-btn-outlined-neutral-bg-gradient-to-hover)]"
|
|
8026
|
+
"text-xs font-semibold leading-xs text-[var(--color-foreground)] opacity-60 cursor-not-allowed"
|
|
8030
8027
|
),
|
|
8031
|
-
children:
|
|
8032
|
-
connector,
|
|
8033
|
-
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_icons35.Icon, { icon: import_icons35.faRefreshOutline, size: "xs", className: "text-[var(--color-foreground)]" })
|
|
8034
|
-
]
|
|
8028
|
+
children: connector
|
|
8035
8029
|
}
|
|
8036
8030
|
) }),
|
|
8037
8031
|
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "flex-1 min-w-0 flex flex-col gap-base p-base border border-[var(--color-border)] rounded-md bg-[var(--color-secondary,var(--color-accent))]", children: [
|