@shoplflow/templates 0.1.50 → 0.1.52

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,17 +1631,13 @@ 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 })
1638
1637
  ] }),
1639
1638
  item.size && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1640
1639
  /* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
1641
- /* @__PURE__ */ jsxRuntime.jsxs(base.Text, { typography: "body2_400", color: "neutral400", children: [
1642
- formatFileSize(item.size),
1643
- " adsfasdf"
1644
- ] })
1640
+ /* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral400", children: formatFileSize(item.size) })
1645
1641
  ] })
1646
1642
  ] }),
1647
1643
  /* @__PURE__ */ jsxRuntime.jsx(base.IconButton, { sizeVar: "S", styleVar: "GHOST", children: /* @__PURE__ */ jsxRuntime.jsx(
package/dist/index.js CHANGED
@@ -1625,17 +1625,13 @@ 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 })
1632
1631
  ] }),
1633
1632
  item.size && /* @__PURE__ */ jsxs(Fragment, { children: [
1634
1633
  /* @__PURE__ */ jsx(StyledSeparator, {}),
1635
- /* @__PURE__ */ jsxs(Text, { typography: "body2_400", color: "neutral400", children: [
1636
- formatFileSize(item.size),
1637
- " adsfasdf"
1638
- ] })
1634
+ /* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral400", children: formatFileSize(item.size) })
1639
1635
  ] })
1640
1636
  ] }),
1641
1637
  /* @__PURE__ */ jsx(IconButton, { sizeVar: "S", styleVar: "GHOST", children: /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/templates",
3
- "version": "0.1.50",
3
+ "version": "0.1.52",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -91,10 +91,10 @@
91
91
  "react-datepicker": "^7.3.0",
92
92
  "react-dom": "^18.2.0",
93
93
  "simplebar-react": "^3.2.6",
94
- "@shoplflow/base": "^0.45.2",
95
94
  "@shoplflow/hada-assets": "^0.1.8",
96
- "@shoplflow/shopl-assets": "^0.12.27",
97
- "@shoplflow/utils": "^0.7.0"
95
+ "@shoplflow/base": "^0.45.2",
96
+ "@shoplflow/utils": "^0.7.0",
97
+ "@shoplflow/shopl-assets": "^0.12.27"
98
98
  },
99
99
  "scripts": {
100
100
  "type-check": "tsc --noEmit",