react-losen
Advanced tools
Comparing version 1.1.1 to 1.1.2
import Wizard from "./Wizard.js"; | ||
import Step from "./Step.js"; | ||
import Controls from "./Controls.js"; | ||
export default { | ||
Wizard, | ||
Step, | ||
Controls | ||
}; | ||
export { Wizard, Step, Controls }; |
@@ -664,12 +664,8 @@ (function (global, factory) { | ||
var index = { | ||
Wizard: Wizard, | ||
Step: Step, | ||
Controls: Controls | ||
}; | ||
exports.Wizard = Wizard; | ||
exports.Step = Step; | ||
exports.Controls = Controls; | ||
exports.default = index; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
@@ -364,8 +364,2 @@ import { Component } from 'react'; | ||
var index = { | ||
Wizard, | ||
Step, | ||
Controls | ||
}; | ||
export default index; | ||
export { Wizard, Step, Controls }; |
{ | ||
"name": "react-losen", | ||
"description": "A super customisable Wizard for React and React Native", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -11,2 +11,6 @@ "esnext": "dist-src/index.js", | ||
"sideEffects": false, | ||
"keywords": [ | ||
"react", | ||
"wizard" | ||
], | ||
"files": [ | ||
@@ -17,2 +21,3 @@ "dist-*/", | ||
], | ||
"homepage": "https://docs-geycgwirqi.now.sh/", | ||
"repository": { | ||
@@ -50,2 +55,3 @@ "type": "git", | ||
"flow-bin": "^0.93.0", | ||
"pika-plugin-minify": "^0.1.0", | ||
"prettier": "^1.16.4", | ||
@@ -52,0 +58,0 @@ "tachyons": "^4.11.1" |
@@ -12,6 +12,9 @@ --- | ||
*Note:* This module _works_, but we got some nice changes coming out soon: | ||
- Async step validation | ||
- Upgrade to new React Context API | ||
**Note:** This module is currently in beta. First official release is right around the corner, and will include some nice changes: | ||
- [ ] Async step validation | ||
- [ ] Upgrade to new React Context API | ||
Please submit issues/feedback on GitHub ✌️ | ||
## Install | ||
@@ -30,3 +33,3 @@ | ||
render={() => ( | ||
<Fragment> | ||
<> | ||
<Step name="start">Step one</Step> | ||
@@ -38,3 +41,3 @@ <Step name="second-step">This is the second step</Step> | ||
render={(onNext, onPrevious, isFirstStep) => ( | ||
<Fragment> | ||
<> | ||
<Button onClick={onPrevious} disabled={isFirstStep}> | ||
@@ -45,6 +48,6 @@ Previous | ||
<Button onClick={onNext}>Next</Button> | ||
</Fragment> | ||
</> | ||
)} | ||
/> | ||
</Fragment> | ||
</> | ||
)} | ||
@@ -51,0 +54,0 @@ />; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
76526
16
1159
108
0
26