@uicopilot/storybook-addon 0.5.20 → 0.5.21
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 +5 -4
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.21",
|
|
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",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
}
|
|
105
106
|
},
|
|
106
107
|
"storybook": {
|
|
107
|
-
"displayName": "UI
|
|
108
|
+
"displayName": "UI Parity",
|
|
108
109
|
"supportedFrameworks": [
|
|
109
110
|
"react",
|
|
110
111
|
"vue",
|
|
@@ -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
|
}
|