@shoplflow/templates 0.2.49 → 0.2.51

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
@@ -3561,7 +3561,7 @@ var AttachmentItemSingle = ({ item, onClick, onDelete, lineClamp = 1 }) => {
3561
3561
  /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral700", lineClamp, textOverflow: "ellipsis", children: item.name }),
3562
3562
  item.extension && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3563
3563
  /* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
3564
- /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral400", children: item.extension })
3564
+ /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral400", whiteSpace: "nowrap", children: item.extension })
3565
3565
  ] }),
3566
3566
  item.size && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3567
3567
  /* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
package/dist/index.js CHANGED
@@ -3555,7 +3555,7 @@ var AttachmentItemSingle = ({ item, onClick, onDelete, lineClamp = 1 }) => {
3555
3555
  /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral700", lineClamp, textOverflow: "ellipsis", children: item.name }),
3556
3556
  item.extension && /* @__PURE__ */ jsxs(Fragment, { children: [
3557
3557
  /* @__PURE__ */ jsx(StyledSeparator, {}),
3558
- /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral400", children: item.extension })
3558
+ /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral400", whiteSpace: "nowrap", children: item.extension })
3559
3559
  ] }),
3560
3560
  item.size && /* @__PURE__ */ jsxs(Fragment, { children: [
3561
3561
  /* @__PURE__ */ jsx(StyledSeparator, {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/templates",
3
- "version": "0.2.49",
3
+ "version": "0.2.51",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -56,7 +56,7 @@
56
56
  "ts-node": "^10.9.1",
57
57
  "tslib": "^2.6.2",
58
58
  "tsup": "7.2.0",
59
- "typescript": "^5.9.0"
59
+ "typescript": "6.0.3"
60
60
  },
61
61
  "dependencies": {
62
62
  "@dnd-kit/core": "^6.3.1",
@@ -74,10 +74,10 @@
74
74
  "react-datepicker": "^7.3.0",
75
75
  "react-dom": "^18.2.0",
76
76
  "simplebar-react": "^3.2.6",
77
- "@shoplflow/hada-assets": "^0.1.10",
78
- "@shoplflow/base": "^0.48.6",
79
- "@shoplflow/shopl-assets": "^0.12.46",
80
- "@shoplflow/utils": "^0.8.0"
77
+ "@shoplflow/base": "^0.48.7",
78
+ "@shoplflow/hada-assets": "^0.1.11",
79
+ "@shoplflow/shopl-assets": "^0.12.47",
80
+ "@shoplflow/utils": "^0.8.1"
81
81
  },
82
82
  "repository": {
83
83
  "type": "git",