@shoplflow/base 0.24.11 → 0.24.13
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2404,8 +2404,8 @@ var List = (_a) => {
|
|
|
2404
2404
|
};
|
|
2405
2405
|
exports.Text2Rows = ({ title, subTitle }) => {
|
|
2406
2406
|
return /* @__PURE__ */ jsxRuntime.jsxs(exports.StyledText2Rows, { children: [
|
|
2407
|
-
/* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_500", color: "neutral700", children: title }),
|
|
2408
|
-
subTitle && /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body2_400", color: "neutral400", children: subTitle })
|
|
2407
|
+
/* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_500", color: "neutral700", lineClamp: 1, wordBreak: "break-all", children: title }),
|
|
2408
|
+
subTitle && /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body2_400", color: "neutral400", lineClamp: 1, wordBreak: "break-all", children: subTitle })
|
|
2409
2409
|
] });
|
|
2410
2410
|
};
|
|
2411
2411
|
List.Text2Rows = exports.Text2Rows;
|