@saleor/macaw-ui 1.1.1 → 1.1.3
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 +6 -0
- package/dist/components/Tooltip/Tooltip.css.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -0
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +368 -352
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "1.1.
|
2
|
+
"version": "1.1.3",
|
3
3
|
"license": "CC-BY-4.0",
|
4
4
|
"homepage": "https://macaw-ui.vercel.app/",
|
5
5
|
"repository": {
|
@@ -122,6 +122,7 @@
|
|
122
122
|
"dev:docs": "storybook dev -p 6006 --docs",
|
123
123
|
"publish:ci-prod": "pnpm publish && pnpm changeset tag && git push --follow-tags",
|
124
124
|
"publish:ci-dev": "pnpm changeset version --snapshot pr && pnpm publish --tag dev --no-git-checks",
|
125
|
-
"chromatic": "chromatic --exit-zero-on-changes"
|
125
|
+
"chromatic": "chromatic --exit-zero-on-changes",
|
126
|
+
"change:add": "changeset add"
|
126
127
|
}
|
127
128
|
}
|