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/CHANGELOG.md +12 -0
- package/dist/{chunk-OV74AMBZ.cjs → chunk-5BUIFXZY.cjs} +1 -1
- package/dist/chunk-5BUIFXZY.cjs.map +1 -0
- package/dist/{chunk-NDYZHURP.js → chunk-VXJ5MZUG.js} +1 -1
- package/dist/chunk-VXJ5MZUG.js.map +1 -0
- package/dist/{components-provider-bC3_zfyb.d.cts → components-provider-CDmp3NL9.d.cts} +1 -1
- package/dist/{components-provider-bC3_zfyb.d.ts → components-provider-CDmp3NL9.d.ts} +1 -1
- package/dist/index.cjs +41 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/shadcn/index.cjs +13 -12
- package/dist/shadcn/index.cjs.map +1 -1
- package/dist/shadcn/index.d.cts +4 -5
- package/dist/shadcn/index.d.ts +4 -5
- package/dist/shadcn/index.js +7 -6
- package/dist/shadcn/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-NDYZHURP.js.map +0 -1
- package/dist/chunk-OV74AMBZ.cjs.map +0 -1
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-
|
|
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-
|
|
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-
|
|
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: "
|
|
1711
|
+
variant: "outline",
|
|
1712
1712
|
children: props.children
|
|
1713
1713
|
}
|
|
1714
1714
|
);
|