@shoplflow/base 0.24.7 → 0.24.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/dist/index.cjs CHANGED
@@ -1881,16 +1881,7 @@ var DropdownButton = React2.forwardRef(
1881
1881
  height: exports.getDropdownHeightBySizeVar(sizeVar),
1882
1882
  children: /* @__PURE__ */ jsxRuntime.jsxs(exports.StyledDropdownButton, __spreadProps(__spreadValues({ ref, onClick: handleOnClick, disabled }, rest), { sizeVar, children: [
1883
1883
  leftSource && leftSource,
1884
- value ? /* @__PURE__ */ jsxRuntime.jsx(
1885
- exports.Text,
1886
- {
1887
- typography: exports.getDropdownFontSizeBySizeVar(sizeVar),
1888
- color: "neutral700",
1889
- textOverflow: "ellipsis",
1890
- lineClamp: 1,
1891
- children: value
1892
- }
1893
- ) : /* @__PURE__ */ jsxRuntime.jsx(
1884
+ value || /* @__PURE__ */ jsxRuntime.jsx(
1894
1885
  exports.Text,
1895
1886
  {
1896
1887
  typography: exports.getDropdownFontSizeBySizeVar(sizeVar),