@uicopilot/storybook-addon 0.5.7 → 0.5.10
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 +1 -1
- package/dist/manager.mjs +90 -70
- package/dist/preset.d.mts +1 -1
- package/dist/preset.d.ts +1 -1
- package/dist/preset.js +3 -3
- package/dist/preset.mjs +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ export const Primary = {
|
|
|
38
38
|
};
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Then open the "UI
|
|
41
|
+
Then open the "UI Parity" panel in Storybook to review your component against the Figma design.
|
|
42
42
|
|
|
43
43
|
## Architecture
|
|
44
44
|
|