@shoplflow/templates 0.0.21 → 0.0.22
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 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -93,7 +93,7 @@ var Header = ({ depth, title, isRequired, count, helpIconProps }) => {
|
|
|
93
93
|
};
|
|
94
94
|
var Description = (_a) => {
|
|
95
95
|
var _b = _a, { description } = _b, rest = __objRest(_b, ["description"]);
|
|
96
|
-
return /* @__PURE__ */ jsxRuntime.jsx(base.StackContainer, {
|
|
96
|
+
return /* @__PURE__ */ jsxRuntime.jsx(base.StackContainer.Vertical, { padding: "0px 0px 12px", height: "auto", children: /* @__PURE__ */ jsxRuntime.jsx(base.Text, __spreadProps(__spreadValues({ typography: "paragraph1", color: "neutral500", wordBreak: "break-all", whiteSpace: "pre-line" }, rest), { children: description })) });
|
|
97
97
|
};
|
|
98
98
|
var TitleGroup = ({ children }) => {
|
|
99
99
|
return /* @__PURE__ */ jsxRuntime.jsx(base.Stack.Vertical, { width: "100%", "data-shoplflow": "Title", children });
|
package/dist/index.js
CHANGED
|
@@ -87,7 +87,7 @@ var Header = ({ depth, title, isRequired, count, helpIconProps }) => {
|
|
|
87
87
|
};
|
|
88
88
|
var Description = (_a) => {
|
|
89
89
|
var _b = _a, { description } = _b, rest = __objRest(_b, ["description"]);
|
|
90
|
-
return /* @__PURE__ */ jsx(StackContainer, {
|
|
90
|
+
return /* @__PURE__ */ jsx(StackContainer.Vertical, { padding: "0px 0px 12px", height: "auto", children: /* @__PURE__ */ jsx(Text, __spreadProps(__spreadValues({ typography: "paragraph1", color: "neutral500", wordBreak: "break-all", whiteSpace: "pre-line" }, rest), { children: description })) });
|
|
91
91
|
};
|
|
92
92
|
var TitleGroup = ({ children }) => {
|
|
93
93
|
return /* @__PURE__ */ jsx(Stack.Vertical, { width: "100%", "data-shoplflow": "Title", children });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/templates",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"react-dom": "^18.2.0",
|
|
89
89
|
"simplebar-react": "^3.2.6",
|
|
90
90
|
"@shoplflow/base": "^0.32.39",
|
|
91
|
-
"@shoplflow/
|
|
91
|
+
"@shoplflow/utils": "^0.6.5",
|
|
92
92
|
"@shoplflow/hada-assets": "^0.1.3",
|
|
93
|
-
"@shoplflow/
|
|
93
|
+
"@shoplflow/shopl-assets": "^0.11.4"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|
|
96
96
|
"type-check": "tsc --noEmit",
|