@shoplflow/base 0.46.8 → 0.46.9

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
@@ -3078,7 +3078,7 @@ var NormalHelperText = (_a) => {
3078
3078
  }, [position]);
3079
3079
  const getChildren = () => {
3080
3080
  if (typeof children === "string") {
3081
- return /* @__PURE__ */ jsxRuntime.jsx(exports.Text, __spreadProps(__spreadValues({ color, typography: "caption_400" }, rest), { children }));
3081
+ return /* @__PURE__ */ jsxRuntime.jsx(exports.Text, __spreadProps(__spreadValues({ color, typography: "paragraph2" }, rest), { children }));
3082
3082
  }
3083
3083
  return children;
3084
3084
  };
package/dist/index.js CHANGED
@@ -3051,7 +3051,7 @@ var NormalHelperText = (_a) => {
3051
3051
  }, [position]);
3052
3052
  const getChildren = () => {
3053
3053
  if (typeof children === "string") {
3054
- return /* @__PURE__ */ jsx(Text_default, __spreadProps(__spreadValues({ color, typography: "caption_400" }, rest), { children }));
3054
+ return /* @__PURE__ */ jsx(Text_default, __spreadProps(__spreadValues({ color, typography: "paragraph2" }, rest), { children }));
3055
3055
  }
3056
3056
  return children;
3057
3057
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.46.8",
3
+ "version": "0.46.9",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -87,8 +87,8 @@
87
87
  "react-dom": "^18.2.0",
88
88
  "simplebar-react": "^3.2.6",
89
89
  "@shoplflow/hada-assets": "^0.1.10",
90
- "@shoplflow/shopl-assets": "^0.12.37",
91
- "@shoplflow/utils": "^0.8.0"
90
+ "@shoplflow/utils": "^0.8.0",
91
+ "@shoplflow/shopl-assets": "^0.12.37"
92
92
  },
93
93
  "homepage": "https://github.com/shopl/shoplflow#readme",
94
94
  "scripts": {