@uicopilot/storybook-addon 0.5.20 → 0.5.22
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 +9 -139
- package/dist/manager.mjs +59 -59
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uicopilot/storybook-addon",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.22",
|
|
4
|
+
"description": "Design system compliance for Storybook — compare components against Figma and get a compliance score.",
|
|
5
|
+
"homepage": "https://uiparity.com",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"storybook-addons",
|
|
7
8
|
"figma",
|
|
@@ -115,6 +116,6 @@
|
|
|
115
116
|
"preact",
|
|
116
117
|
"react-native"
|
|
117
118
|
],
|
|
118
|
-
"icon": "https://
|
|
119
|
+
"icon": "https://app.uiparity.com/logos/logo-v3-a.png"
|
|
119
120
|
}
|
|
120
121
|
}
|