@dxos/react-ui 0.5.3-main.bbd33a9 → 0.5.3-main.bfb5bca
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.
|
@@ -1775,10 +1775,12 @@ var SelectTriggerButton = /* @__PURE__ */ forwardRef21(({ children, placeholder,
|
|
|
1775
1775
|
placeholder
|
|
1776
1776
|
}, children), /* @__PURE__ */ React24.createElement(SelectPrimitive.Icon, {
|
|
1777
1777
|
asChild: true
|
|
1778
|
-
}, /* @__PURE__ */ React24.createElement(
|
|
1778
|
+
}, /* @__PURE__ */ React24.createElement(React24.Fragment, null, /* @__PURE__ */ React24.createElement("span", {
|
|
1779
|
+
className: "w-1"
|
|
1780
|
+
}), /* @__PURE__ */ React24.createElement(CaretDown2, {
|
|
1779
1781
|
className: tx("select.triggerIcon", "select__trigger__icon", {}),
|
|
1780
1782
|
weight: "bold"
|
|
1781
|
-
}))));
|
|
1783
|
+
})))));
|
|
1782
1784
|
});
|
|
1783
1785
|
var SelectContent = /* @__PURE__ */ forwardRef21(({ classNames, children, ...props }, forwardedRef) => {
|
|
1784
1786
|
const { tx } = useThemeContext();
|