@theroutingcompany/components 0.0.30-alpha.5 → 0.0.30-alpha.8
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/README.md +1 -1
- package/dist/trc-components.es.js +12 -1
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +12 -1
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/IconButton/IconButton.d.ts +1 -1
- package/types/components/MultiSelect/MultiSelect.d.ts +2 -2
- package/types/components/Select/Select.d.ts +0 -22
package/README.md
CHANGED
|
@@ -14749,6 +14749,7 @@ const s4 = A.div`
|
|
|
14749
14749
|
position: relative;
|
|
14750
14750
|
width: 100%;
|
|
14751
14751
|
`, c4 = A.input`
|
|
14752
|
+
box-sizing: border-box;
|
|
14752
14753
|
appearance: none;
|
|
14753
14754
|
border: none;
|
|
14754
14755
|
padding: 6px 8px;
|
|
@@ -14761,7 +14762,9 @@ const s4 = A.div`
|
|
|
14761
14762
|
margin: 0;
|
|
14762
14763
|
flex: 1;
|
|
14763
14764
|
width: 0;
|
|
14765
|
+
height: ${f.sizing_600};
|
|
14764
14766
|
`, d4 = A.button`
|
|
14767
|
+
box-sizing: border-box;
|
|
14765
14768
|
appearance: none;
|
|
14766
14769
|
border: none;
|
|
14767
14770
|
background: ${f.color_gray_6};
|
|
@@ -14769,6 +14772,7 @@ const s4 = A.div`
|
|
|
14769
14772
|
margin: 0;
|
|
14770
14773
|
border-top-right-radius: ${f.border_radius_400};
|
|
14771
14774
|
border-bottom-right-radius: ${f.border_radius_400};
|
|
14775
|
+
height: ${f.sizing_600};
|
|
14772
14776
|
`, u4 = A(Sh)`
|
|
14773
14777
|
transform: rotate(-90deg);
|
|
14774
14778
|
`;
|
|
@@ -14798,7 +14802,7 @@ function Iy(e) {
|
|
|
14798
14802
|
{
|
|
14799
14803
|
height: f.sizing_600,
|
|
14800
14804
|
right: /* @__PURE__ */ x(d4, { ...p, ref: o, children: /* @__PURE__ */ x(u4, { style: { width: 18, height: 18 }, "aria-hidden": "true" }) }),
|
|
14801
|
-
children: /* @__PURE__ */ x(c4, { ...c, ref: a, isFocused: n.isFocused
|
|
14805
|
+
children: /* @__PURE__ */ x(c4, { ...c, ref: a, isFocused: n.isFocused })
|
|
14802
14806
|
}
|
|
14803
14807
|
),
|
|
14804
14808
|
n.isOpen ? /* @__PURE__ */ x(
|
|
@@ -26549,6 +26553,11 @@ function _M(e) {
|
|
|
26549
26553
|
};
|
|
26550
26554
|
}
|
|
26551
26555
|
const xM = A.span`
|
|
26556
|
+
width: ${f.sizing_500};
|
|
26557
|
+
height: ${f.sizing_600};
|
|
26558
|
+
display: flex;
|
|
26559
|
+
justify-content: center;
|
|
26560
|
+
align-items: center;
|
|
26552
26561
|
color: ${f.color_deprecated_fill_secondary_enabled};
|
|
26553
26562
|
`, wM = A(mu.primary)`
|
|
26554
26563
|
display: flex;
|
|
@@ -26565,6 +26574,8 @@ const xM = A.span`
|
|
|
26565
26574
|
|
|
26566
26575
|
font-family: ${f.font_family_pingo};
|
|
26567
26576
|
|
|
26577
|
+
max-height: ${f.sizing_600};
|
|
26578
|
+
|
|
26568
26579
|
&::placeholder {
|
|
26569
26580
|
font-weight: 400;
|
|
26570
26581
|
font-style: normal;
|