optimized-react-component-library-xyz123 0.1.70 → 0.1.71

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.js CHANGED
@@ -1766,7 +1766,7 @@ var EditPreviewLink = ({
1766
1766
  href: "#",
1767
1767
  onClick: (e) => {
1768
1768
  e.preventDefault();
1769
- changeStepHandler(step);
1769
+ changeStepHandler(step.step);
1770
1770
  },
1771
1771
  children: [
1772
1772
  /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
package/dist/index.mjs CHANGED
@@ -1701,7 +1701,7 @@ var EditPreviewLink = ({
1701
1701
  href: "#",
1702
1702
  onClick: (e) => {
1703
1703
  e.preventDefault();
1704
- changeStepHandler(step);
1704
+ changeStepHandler(step.step);
1705
1705
  },
1706
1706
  children: [
1707
1707
  /* @__PURE__ */ jsx14(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",