@veritone-ce/design-system 0.9.14 → 0.9.15

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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,15 +19,13 @@ See the section about [running tests](https://storybook.js.org/tutorials/design-
19
19
 
20
20
  Builds the for production to the `dist` folder.
21
21
 
22
- ### `yarn build-docs`
22
+ ### `yarn build-storybook`
23
23
 
24
- Builds the documentation for production to the `storybook-static` folder.\
25
- It correctly bundles React in production mode and optimizes the build for the best performance.
24
+ Builds storybook for production to the `storybook-static` folder.
26
25
 
27
- The build is minified and the filenames include the hashes.\
28
- Your app is ready to be deployed!
26
+ ### `yarn build-docs`
29
27
 
30
- See the section about [documentation](https://storybook.js.org/tutorials/design-systems-for-developers/react/en/document/) for more information.
28
+ Builds the documentation for production to the `storybook-static` folder.
31
29
 
32
30
  ## Learn More
33
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "0.9.14",
3
+ "version": "0.9.15",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.10.4",