optimized-react-component-library-xyz123 2.5.6 → 2.5.7

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
@@ -4064,7 +4064,7 @@ var StepperButtonsNoApi = ({
4064
4064
  activeStep
4065
4065
  }) => {
4066
4066
  const totalSteps = steps ? steps.length : "";
4067
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "pts-StepperButtonsNoApi-container", children: [
4067
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "pts-stepperButtons-container", children: [
4068
4068
  activeStep === 0 && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
4069
4069
  "button",
4070
4070
  {