@royaloperahouse/chord 2.11.1-a-development → 2.11.1-experiment-documentation-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/CHANGELOG.md +3 -0
- package/README.md +0 -4
- package/dist/chord.cjs.development.js +154 -235
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +154 -235
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Grid/index.d.ts +1 -2
- package/dist/components/atoms/index.d.ts +2 -2
- package/dist/components/molecules/PageHeading/index.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +0 -1
- package/dist/components/molecules/Table/Table.style.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +1 -1
- package/dist/types/formTypes.d.ts +9 -12
- package/package.json +3 -3
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.d.ts +0 -5
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.style.d.ts +0 -3
- package/dist/components/atoms/AriaAlternativeDescription/index.d.ts +0 -2
- package/dist/components/atoms/Grid/GridItemLegacy.d.ts +0 -8
- package/dist/types/ariaAlternative.d.ts +0 -34
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -59,10 +59,6 @@ You can quickly build and serve the contents of `/storybook-static` from your lo
|
|
|
59
59
|
```bash
|
|
60
60
|
yarn storybook
|
|
61
61
|
```
|
|
62
|
-
Try to use this script if you have issues running it locally
|
|
63
|
-
```bash
|
|
64
|
-
NODE_OPTIONS=--openssl-legacy-provider yarn storybook
|
|
65
|
-
```
|
|
66
62
|
|
|
67
63
|
By default the storybook will be accessible at
|
|
68
64
|
[http://localhost:6006/](http://localhost:6006/)
|