react-wizard-engine 0.1.5 → 0.1.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.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode, RefObject } from 'react';
3
- export { I as IWizardBackArrowIconProps, a as IWizardButtonProps, b as IWizardComponents, W as WizardComponentsProvider, u as useWizardComponents } from './components-provider-bC3_zfyb.cjs';
3
+ export { I as IWizardBackArrowIconProps, a as IWizardButtonProps, b as IWizardComponents, W as WizardComponentsProvider, u as useWizardComponents } from './components-provider-CDmp3NL9.cjs';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
 
6
6
  /**
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode, RefObject } from 'react';
3
- export { I as IWizardBackArrowIconProps, a as IWizardButtonProps, b as IWizardComponents, W as WizardComponentsProvider, u as useWizardComponents } from './components-provider-bC3_zfyb.js';
3
+ export { I as IWizardBackArrowIconProps, a as IWizardButtonProps, b as IWizardComponents, W as WizardComponentsProvider, u as useWizardComponents } from './components-provider-CDmp3NL9.js';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
 
6
6
  /**
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  cn,
10
10
  useWizard,
11
11
  useWizardComponents
12
- } from "./chunk-NDYZHURP.js";
12
+ } from "./chunk-VXJ5MZUG.js";
13
13
 
14
14
  // src/enums/wizard-event-type.enum.ts
15
15
  var WizardEventType = /* @__PURE__ */ ((WizardEventType2) => {
@@ -1708,7 +1708,7 @@ function WizardBack(props) {
1708
1708
  className: props.className,
1709
1709
  defaultLabel: wizard.configOptions.backBtnText ?? "Back",
1710
1710
  onClick: () => void wizard.back(),
1711
- variant: "ghost",
1711
+ variant: "outline",
1712
1712
  children: props.children
1713
1713
  }
1714
1714
  );