@shoplflow/templates 0.1.50 → 0.1.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
@@ -1631,7 +1631,6 @@ var AttachmentItemSingle = ({ item, onDelete }) => {
1631
1631
  return /* @__PURE__ */ jsxRuntime.jsxs(base.StackContainer.Horizontal, { width: "inherit", align: "center", padding: "0", children: [
1632
1632
  /* @__PURE__ */ jsxRuntime.jsxs(base.StackContainer.Horizontal, { align: "center", spacing: "spacing04", children: [
1633
1633
  /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral700", lineClamp: 1, textOverflow: "ellipsis", whiteSpace: "nowrap", children: item.name }),
1634
- /* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
1635
1634
  item.extension && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1636
1635
  /* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
1637
1636
  /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral400", children: item.extension })
package/dist/index.js CHANGED
@@ -1625,7 +1625,6 @@ var AttachmentItemSingle = ({ item, onDelete }) => {
1625
1625
  return /* @__PURE__ */ jsxs(StackContainer.Horizontal, { width: "inherit", align: "center", padding: "0", children: [
1626
1626
  /* @__PURE__ */ jsxs(StackContainer.Horizontal, { align: "center", spacing: "spacing04", children: [
1627
1627
  /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral700", lineClamp: 1, textOverflow: "ellipsis", whiteSpace: "nowrap", children: item.name }),
1628
- /* @__PURE__ */ jsx(StyledSeparator, {}),
1629
1628
  item.extension && /* @__PURE__ */ jsxs(Fragment, { children: [
1630
1629
  /* @__PURE__ */ jsx(StyledSeparator, {}),
1631
1630
  /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral400", children: item.extension })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/templates",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -92,8 +92,8 @@
92
92
  "react-dom": "^18.2.0",
93
93
  "simplebar-react": "^3.2.6",
94
94
  "@shoplflow/base": "^0.45.2",
95
- "@shoplflow/hada-assets": "^0.1.8",
96
95
  "@shoplflow/shopl-assets": "^0.12.27",
96
+ "@shoplflow/hada-assets": "^0.1.8",
97
97
  "@shoplflow/utils": "^0.7.0"
98
98
  },
99
99
  "scripts": {