@shoplflow/templates 0.1.51 → 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 +1 -4
- package/dist/index.js +1 -4
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1637,10 +1637,7 @@ var AttachmentItemSingle = ({ item, onDelete }) => {
|
|
|
1637
1637
|
] }),
|
|
1638
1638
|
item.size && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1639
1639
|
/* @__PURE__ */ jsxRuntime.jsx(StyledSeparator, {}),
|
|
1640
|
-
/* @__PURE__ */ jsxRuntime.
|
|
1641
|
-
formatFileSize(item.size),
|
|
1642
|
-
" adsfasdf"
|
|
1643
|
-
] })
|
|
1640
|
+
/* @__PURE__ */ jsxRuntime.jsx(base.Text, { typography: "body2_400", color: "neutral400", children: formatFileSize(item.size) })
|
|
1644
1641
|
] })
|
|
1645
1642
|
] }),
|
|
1646
1643
|
/* @__PURE__ */ jsxRuntime.jsx(base.IconButton, { sizeVar: "S", styleVar: "GHOST", children: /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/index.js
CHANGED
|
@@ -1631,10 +1631,7 @@ var AttachmentItemSingle = ({ item, onDelete }) => {
|
|
|
1631
1631
|
] }),
|
|
1632
1632
|
item.size && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1633
1633
|
/* @__PURE__ */ jsx(StyledSeparator, {}),
|
|
1634
|
-
/* @__PURE__ */
|
|
1635
|
-
formatFileSize(item.size),
|
|
1636
|
-
" adsfasdf"
|
|
1637
|
-
] })
|
|
1634
|
+
/* @__PURE__ */ jsx(Text, { typography: "body2_400", color: "neutral400", children: formatFileSize(item.size) })
|
|
1638
1635
|
] })
|
|
1639
1636
|
] }),
|
|
1640
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.
|
|
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
|
-
"@shoplflow/shopl-assets": "^0.12.27",
|
|
96
94
|
"@shoplflow/hada-assets": "^0.1.8",
|
|
97
|
-
"@shoplflow/
|
|
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",
|