@shoplflow/base 0.27.1 → 0.27.3

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
@@ -2858,7 +2858,6 @@ var LeftElementWrapper = styled6__default.default.div`
2858
2858
  display: flex;
2859
2859
  flex-direction: row;
2860
2860
  align-items: center;
2861
- gap: 4px;
2862
2861
  `;
2863
2862
  var RightElementWrapper = styled6__default.default.div`
2864
2863
  display: flex;
@@ -2932,7 +2931,7 @@ exports.TreeItem = (_a) => {
2932
2931
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2933
2932
  /* @__PURE__ */ React3.createElement(StyledTreeItem, __spreadValues(__spreadProps(__spreadValues({ depth, variants: fadeInOut }, AnimateKey), { layout: true, key: String(label) }), rest), /* @__PURE__ */ jsxRuntime.jsxs(LeftElementWrapper, { children: [
2934
2933
  leftSource,
2935
- /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", lineClamp: 1, children: label })
2934
+ /* @__PURE__ */ jsxRuntime.jsx(exports.StackContainer, { padding: "0 0 0 4px", children: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", lineClamp: 1, children: label }) })
2936
2935
  ] }), /* @__PURE__ */ jsxRuntime.jsxs(RightElementWrapper, { children: [
2937
2936
  rightSource,
2938
2937
  children && /* @__PURE__ */ jsxRuntime.jsx(exports.IconButton, { styleVar: "GHOST", onClick: handleToggle, children: /* @__PURE__ */ jsxRuntime.jsx(