@royaloperahouse/chord 1.12.4 → 1.13.0
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 +4 -1
- package/README.GIT +2 -0
- package/dist/chord.cjs.development.js +329 -223
- 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 +330 -225
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/TextField/TextField.d.ts +41 -0
- package/dist/components/atoms/TextField/TextField.style.d.ts +5 -0
- package/dist/components/atoms/TextField/index.d.ts +2 -0
- package/dist/components/atoms/index.d.ts +2 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/styles/themes.d.ts +24 -0
- package/dist/types/formTypes.d.ts +19 -0
- package/dist/types/utility.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.GIT
CHANGED
|
@@ -16,6 +16,8 @@ The Storybook for the latest version of the library is hosted at [chord.roh.org.
|
|
|
16
16
|
|
|
17
17
|
* Make sure the required package dependencies are installed using `yarn install`
|
|
18
18
|
|
|
19
|
+
* If this is the first time you are working on Chord, make sure to run `yarn build` to build all the modules.
|
|
20
|
+
|
|
19
21
|
* **To deploy the storybook publicly** you will need credentials for the **parent** 'Royal Opera House' AWS account in your `~/.aws/credentials` file.
|
|
20
22
|
* The deploy script expects these to be called `[parent]`.
|
|
21
23
|
|