@myop/react 0.0.31 → 0.0.33
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/README.md +2 -0
- package/dist/index.js +562 -440
- package/dist/index.umd.cjs +12 -12
- package/package.json +16 -2
package/README.md
CHANGED
|
@@ -91,6 +91,8 @@ You can also override the environment directly on a specific component:
|
|
|
91
91
|
|
|
92
92
|
Environments are fully configurable in the [dashboard](https://dashboard.myop.dev/), allowing you to test changes in staging before publishing to production.
|
|
93
93
|
|
|
94
|
+
For more details on auto-generated packages, see the [Auto-Generated Packages documentation](https://docs.myop.dev/docs/learnMyop/AutoGeneratedPackages).
|
|
95
|
+
|
|
94
96
|
## Requirements
|
|
95
97
|
|
|
96
98
|
- React 18.0+
|