@theroutingcompany/components 0.0.118-alpha.0 → 0.0.118-alpha.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.
|
@@ -25890,7 +25890,6 @@ const Th = N.span`
|
|
|
25890
25890
|
as: "button"
|
|
25891
25891
|
})`
|
|
25892
25892
|
display: flex;
|
|
25893
|
-
background-color: ${f.color_white};
|
|
25894
25893
|
align-items: center;
|
|
25895
25894
|
justify-content: space-between;
|
|
25896
25895
|
padding: 7px 8px;
|
|
@@ -25919,12 +25918,11 @@ const Th = N.span`
|
|
|
25919
25918
|
${e ? `border-color: ${f.color_black};` : ""}
|
|
25920
25919
|
`}
|
|
25921
25920
|
|
|
25922
|
-
|
|
25923
|
-
|
|
25924
|
-
|
|
25925
|
-
|
|
25926
|
-
|
|
25927
|
-
}
|
|
25921
|
+
${({ disabled: e }) => `
|
|
25922
|
+
background-color: ${e ? f.color_deprecated_overlay_secondary_hover : f.color_white};
|
|
25923
|
+
${e ? "cursor: not-allowed;" : ""}
|
|
25924
|
+
${e ? "--input-border-color: revert;" : ""}
|
|
25925
|
+
`}
|
|
25928
25926
|
|
|
25929
25927
|
svg {
|
|
25930
25928
|
width: 16px;
|
|
@@ -25979,6 +25977,7 @@ const Th = N.span`
|
|
|
25979
25977
|
ref: d,
|
|
25980
25978
|
isOpen: c.isOpen,
|
|
25981
25979
|
"data-state": a ? "invalid" : void 0,
|
|
25980
|
+
disabled: e.isDisabled ?? !1,
|
|
25982
25981
|
children: [
|
|
25983
25982
|
/* @__PURE__ */ w(hM, { ...g, children: c.selectedItem ? l === "textValue" ? /* @__PURE__ */ w(Th, { children: c.selectedItem.textValue }) : /* @__PURE__ */ w(Th, { children: c.selectedItem.rendered }) : /* @__PURE__ */ w(R2, { children: r }) }),
|
|
25984
25983
|
o ? /* @__PURE__ */ w(
|
|
@@ -26216,6 +26215,7 @@ const _M = N.span`
|
|
|
26216
26215
|
ref: b,
|
|
26217
26216
|
isOpen: y.isOpen,
|
|
26218
26217
|
"data-state": h ? "invalid" : void 0,
|
|
26218
|
+
disabled: l ?? !1,
|
|
26219
26219
|
children: [
|
|
26220
26220
|
/* @__PURE__ */ w("span", { ...S, children: y.selectedItems ? A(
|
|
26221
26221
|
y.selectedItems,
|