@stigg/react-sdk 7.23.0 → 7.24.1
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 +0 -19
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/stigg-sdk.cjs.js +200 -196
- package/dist/stigg-sdk.esm.js +200 -196
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -171,25 +171,6 @@ API_KEY='<your-api-key>'
|
|
|
171
171
|
yarn storybook
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
### Publish storybook
|
|
175
|
-
|
|
176
|
-
When doing changes, it can be useful to let others play with it without publising the changes to npm.
|
|
177
|
-
In order to do that we are uploading the storybook files to Chromatic:
|
|
178
|
-
|
|
179
|
-
1. Building storybook static files
|
|
180
|
-
|
|
181
|
-
```
|
|
182
|
-
yarn build-storybook
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
2. Uploading storybook files to Chromatic:
|
|
186
|
-
|
|
187
|
-
```
|
|
188
|
-
yarn publish-storybook
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
**NOTE:** The `STORYBOOK_STIGG_BASE_URI` environment parameter in `.env.local` file controlling the API url that storybook is going to use.
|
|
192
|
-
|
|
193
174
|
### Link package
|
|
194
175
|
|
|
195
176
|
1. Run `yarn link-sdk`
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED