optimized-react-component-library-xyz123 0.1.42 → 0.1.43
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 +22 -31
- package/dist/index.mjs +22 -31
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1180,39 +1180,30 @@ var EditPreviewLink = ({
|
|
|
1180
1180
|
changeStepHandler,
|
|
1181
1181
|
activatedLanguage = "sv"
|
|
1182
1182
|
}) => {
|
|
1183
|
-
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "pts-editPreviewLink-container", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1183
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "pts-editPreviewLink-container", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { onClick: () => changeStepHandler(step), children: [
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1185
|
+
"svg",
|
|
1186
|
+
{
|
|
1187
|
+
"aria-hidden": "true",
|
|
1188
|
+
focusable: "false",
|
|
1189
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1190
|
+
width: "16",
|
|
1191
|
+
height: "16",
|
|
1192
|
+
viewBox: "0 0 16 16",
|
|
1193
|
+
fill: "none",
|
|
1194
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1195
|
+
"path",
|
|
1193
1196
|
{
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
height: "16",
|
|
1199
|
-
viewBox: "0 0 16 16",
|
|
1200
|
-
fill: "none",
|
|
1201
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1202
|
-
"path",
|
|
1203
|
-
{
|
|
1204
|
-
d: "M10.0001 3.99996L12.0001 5.99996M8.66675 13.3333H14.0001M3.33341 10.6666L2.66675 13.3333L5.33341 12.6666L13.0574 4.94263C13.3074 4.69259 13.4478 4.35351 13.4478 3.99996C13.4478 3.64641 13.3074 3.30733 13.0574 3.05729L12.9427 2.94263C12.6927 2.69267 12.3536 2.55225 12.0001 2.55225C11.6465 2.55225 11.3075 2.69267 11.0574 2.94263L3.33341 10.6666Z",
|
|
1205
|
-
stroke: "#6E3282",
|
|
1206
|
-
strokeLinecap: "round",
|
|
1207
|
-
strokeLinejoin: "round"
|
|
1208
|
-
}
|
|
1209
|
-
)
|
|
1197
|
+
d: "M10.0001 3.99996L12.0001 5.99996M8.66675 13.3333H14.0001M3.33341 10.6666L2.66675 13.3333L5.33341 12.6666L13.0574 4.94263C13.3074 4.69259 13.4478 4.35351 13.4478 3.99996C13.4478 3.64641 13.3074 3.30733 13.0574 3.05729L12.9427 2.94263C12.6927 2.69267 12.3536 2.55225 12.0001 2.55225C11.6465 2.55225 11.3075 2.69267 11.0574 2.94263L3.33341 10.6666Z",
|
|
1198
|
+
stroke: "#6E3282",
|
|
1199
|
+
strokeLinecap: "round",
|
|
1200
|
+
strokeLinejoin: "round"
|
|
1210
1201
|
}
|
|
1211
|
-
)
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
}
|
|
1215
|
-
) });
|
|
1202
|
+
)
|
|
1203
|
+
}
|
|
1204
|
+
),
|
|
1205
|
+
activatedLanguage === "en" ? `Edit step ${step.step}` : `Redigera steg ${step.step}`
|
|
1206
|
+
] }) });
|
|
1216
1207
|
};
|
|
1217
1208
|
var EditPreviewLinkStandard_default = EditPreviewLink;
|
|
1218
1209
|
|
package/dist/index.mjs
CHANGED
|
@@ -1116,39 +1116,30 @@ var EditPreviewLink = ({
|
|
|
1116
1116
|
changeStepHandler,
|
|
1117
1117
|
activatedLanguage = "sv"
|
|
1118
1118
|
}) => {
|
|
1119
|
-
return /* @__PURE__ */ jsx8("div", { className: "pts-editPreviewLink-container", children: /* @__PURE__ */ jsxs8(
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1119
|
+
return /* @__PURE__ */ jsx8("div", { className: "pts-editPreviewLink-container", children: /* @__PURE__ */ jsxs8("a", { onClick: () => changeStepHandler(step), children: [
|
|
1120
|
+
/* @__PURE__ */ jsx8(
|
|
1121
|
+
"svg",
|
|
1122
|
+
{
|
|
1123
|
+
"aria-hidden": "true",
|
|
1124
|
+
focusable: "false",
|
|
1125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1126
|
+
width: "16",
|
|
1127
|
+
height: "16",
|
|
1128
|
+
viewBox: "0 0 16 16",
|
|
1129
|
+
fill: "none",
|
|
1130
|
+
children: /* @__PURE__ */ jsx8(
|
|
1131
|
+
"path",
|
|
1129
1132
|
{
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
height: "16",
|
|
1135
|
-
viewBox: "0 0 16 16",
|
|
1136
|
-
fill: "none",
|
|
1137
|
-
children: /* @__PURE__ */ jsx8(
|
|
1138
|
-
"path",
|
|
1139
|
-
{
|
|
1140
|
-
d: "M10.0001 3.99996L12.0001 5.99996M8.66675 13.3333H14.0001M3.33341 10.6666L2.66675 13.3333L5.33341 12.6666L13.0574 4.94263C13.3074 4.69259 13.4478 4.35351 13.4478 3.99996C13.4478 3.64641 13.3074 3.30733 13.0574 3.05729L12.9427 2.94263C12.6927 2.69267 12.3536 2.55225 12.0001 2.55225C11.6465 2.55225 11.3075 2.69267 11.0574 2.94263L3.33341 10.6666Z",
|
|
1141
|
-
stroke: "#6E3282",
|
|
1142
|
-
strokeLinecap: "round",
|
|
1143
|
-
strokeLinejoin: "round"
|
|
1144
|
-
}
|
|
1145
|
-
)
|
|
1133
|
+
d: "M10.0001 3.99996L12.0001 5.99996M8.66675 13.3333H14.0001M3.33341 10.6666L2.66675 13.3333L5.33341 12.6666L13.0574 4.94263C13.3074 4.69259 13.4478 4.35351 13.4478 3.99996C13.4478 3.64641 13.3074 3.30733 13.0574 3.05729L12.9427 2.94263C12.6927 2.69267 12.3536 2.55225 12.0001 2.55225C11.6465 2.55225 11.3075 2.69267 11.0574 2.94263L3.33341 10.6666Z",
|
|
1134
|
+
stroke: "#6E3282",
|
|
1135
|
+
strokeLinecap: "round",
|
|
1136
|
+
strokeLinejoin: "round"
|
|
1146
1137
|
}
|
|
1147
|
-
)
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
}
|
|
1151
|
-
) });
|
|
1138
|
+
)
|
|
1139
|
+
}
|
|
1140
|
+
),
|
|
1141
|
+
activatedLanguage === "en" ? `Edit step ${step.step}` : `Redigera steg ${step.step}`
|
|
1142
|
+
] }) });
|
|
1152
1143
|
};
|
|
1153
1144
|
var EditPreviewLinkStandard_default = EditPreviewLink;
|
|
1154
1145
|
|
package/package.json
CHANGED