@shoplflow/base 0.32.8 → 0.32.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1852,7 +1852,7 @@ var Callout = (_a) => {
|
|
|
1852
1852
|
};
|
|
1853
1853
|
var CalloutText = (_a) => {
|
|
1854
1854
|
var _b = _a, { children } = _b, rest = __objRest(_b, ["children"]);
|
|
1855
|
-
return /* @__PURE__ */ jsxRuntime.jsx(exports.Text, __spreadProps(__spreadValues({}, rest), { typography: "
|
|
1855
|
+
return /* @__PURE__ */ jsxRuntime.jsx(exports.Text, __spreadProps(__spreadValues({}, rest), { typography: "paragraph2", children }));
|
|
1856
1856
|
};
|
|
1857
1857
|
var CalloutIcon = ({ iconSource }) => {
|
|
1858
1858
|
return /* @__PURE__ */ jsxRuntime.jsx(StyledCalloutIcon, { as: iconSource });
|