optimized-react-component-library-xyz123 0.1.41 → 0.1.42

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
@@ -1186,7 +1186,7 @@ var EditPreviewLink = ({
1186
1186
  type: "button",
1187
1187
  onClick: () => changeStepHandler(step),
1188
1188
  role: "link",
1189
- "aria-label": `G\xE5 tillbaka till steg ${step.step} och redigera ${step.stepHeadline} `,
1189
+ "aria-label": `G\xE5 tillbaka till steg ${step.step} och redigera ${step.shortNameInPreview} `,
1190
1190
  children: [
1191
1191
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1192
1192
  "svg",
package/dist/index.mjs CHANGED
@@ -1122,7 +1122,7 @@ var EditPreviewLink = ({
1122
1122
  type: "button",
1123
1123
  onClick: () => changeStepHandler(step),
1124
1124
  role: "link",
1125
- "aria-label": `G\xE5 tillbaka till steg ${step.step} och redigera ${step.stepHeadline} `,
1125
+ "aria-label": `G\xE5 tillbaka till steg ${step.step} och redigera ${step.shortNameInPreview} `,
1126
1126
  children: [
1127
1127
  /* @__PURE__ */ jsx8(
1128
1128
  "svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
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",