@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/README.md
CHANGED
@@ -112,6 +112,12 @@ You can run build in watch mode (useful for real-time development with e.g Dashb
|
|
112
112
|
pnpm watch
|
113
113
|
```
|
114
114
|
|
115
|
+
When you finish woking, you can add new changeset
|
116
|
+
|
117
|
+
```sh
|
118
|
+
pnpm change:add
|
119
|
+
```
|
120
|
+
|
115
121
|
## License
|
116
122
|
|
117
123
|
Distributed under the Creative Common Attribution 4.0 International License
|