@theroutingcompany/components 0.0.30-alpha.5 → 0.0.30-alpha.6
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 +14 -1
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +14 -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
|
@@ -11941,6 +11941,8 @@ const SE = {
|
|
|
11941
11941
|
/* testing this out here for now */
|
|
11942
11942
|
width: 100%;
|
|
11943
11943
|
flex: 1;
|
|
11944
|
+
|
|
11945
|
+
max-height: ${f.sizing_600};
|
|
11944
11946
|
`, pl = A.div`
|
|
11945
11947
|
display: flex;
|
|
11946
11948
|
align-items: center;
|
|
@@ -14749,6 +14751,7 @@ const s4 = A.div`
|
|
|
14749
14751
|
position: relative;
|
|
14750
14752
|
width: 100%;
|
|
14751
14753
|
`, c4 = A.input`
|
|
14754
|
+
box-sizing: border-box;
|
|
14752
14755
|
appearance: none;
|
|
14753
14756
|
border: none;
|
|
14754
14757
|
padding: 6px 8px;
|
|
@@ -14761,7 +14764,9 @@ const s4 = A.div`
|
|
|
14761
14764
|
margin: 0;
|
|
14762
14765
|
flex: 1;
|
|
14763
14766
|
width: 0;
|
|
14767
|
+
height: ${f.sizing_600};
|
|
14764
14768
|
`, d4 = A.button`
|
|
14769
|
+
box-sizing: border-box;
|
|
14765
14770
|
appearance: none;
|
|
14766
14771
|
border: none;
|
|
14767
14772
|
background: ${f.color_gray_6};
|
|
@@ -14769,6 +14774,7 @@ const s4 = A.div`
|
|
|
14769
14774
|
margin: 0;
|
|
14770
14775
|
border-top-right-radius: ${f.border_radius_400};
|
|
14771
14776
|
border-bottom-right-radius: ${f.border_radius_400};
|
|
14777
|
+
height: ${f.sizing_600};
|
|
14772
14778
|
`, u4 = A(Sh)`
|
|
14773
14779
|
transform: rotate(-90deg);
|
|
14774
14780
|
`;
|
|
@@ -14798,7 +14804,7 @@ function Iy(e) {
|
|
|
14798
14804
|
{
|
|
14799
14805
|
height: f.sizing_600,
|
|
14800
14806
|
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
|
|
14807
|
+
children: /* @__PURE__ */ x(c4, { ...c, ref: a, isFocused: n.isFocused })
|
|
14802
14808
|
}
|
|
14803
14809
|
),
|
|
14804
14810
|
n.isOpen ? /* @__PURE__ */ x(
|
|
@@ -26549,6 +26555,11 @@ function _M(e) {
|
|
|
26549
26555
|
};
|
|
26550
26556
|
}
|
|
26551
26557
|
const xM = A.span`
|
|
26558
|
+
width: ${f.sizing_500};
|
|
26559
|
+
height: ${f.sizing_600};
|
|
26560
|
+
display: flex;
|
|
26561
|
+
justify-content: center;
|
|
26562
|
+
align-items: center;
|
|
26552
26563
|
color: ${f.color_deprecated_fill_secondary_enabled};
|
|
26553
26564
|
`, wM = A(mu.primary)`
|
|
26554
26565
|
display: flex;
|
|
@@ -26565,6 +26576,8 @@ const xM = A.span`
|
|
|
26565
26576
|
|
|
26566
26577
|
font-family: ${f.font_family_pingo};
|
|
26567
26578
|
|
|
26579
|
+
max-height: ${f.sizing_600};
|
|
26580
|
+
|
|
26568
26581
|
&::placeholder {
|
|
26569
26582
|
font-weight: 400;
|
|
26570
26583
|
font-style: normal;
|