@vincentgraul/react-components 1.0.77 → 1.0.78

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.
@@ -48849,9 +48849,9 @@ const rV = (r, d = {}) => {
48849
48849
  E > 1 && F(E - 1);
48850
48850
  };
48851
48851
  return /* @__PURE__ */ M("div", { className: x3(r), children: [
48852
- y && y({ step: E, previousStep: D, nextStep: q, isFirstPage: R, isLastPage: B }),
48852
+ y && y({ step: E, previousStep: D, nextStep: q, isFirstPage: R, isLastPage: B, totalSteps: T }),
48853
48853
  hw(S),
48854
- C && C({ step: E, previousStep: D, nextStep: q, isFirstPage: R, isLastPage: B })
48854
+ C && C({ step: E, previousStep: D, nextStep: q, isFirstPage: R, isLastPage: B, totalSteps: T })
48855
48855
  ] });
48856
48856
  }, VD = "_container_ldyam_1", UD = {
48857
48857
  container: VD
@@ -1,5 +1,6 @@
1
1
  export type StepProps = {
2
2
  step: number;
3
+ totalSteps: number;
3
4
  previousStep: () => void;
4
5
  nextStep: () => void;
5
6
  isFirstPage: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentgraul/react-components",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {