@royaloperahouse/chord 2.4.0 → 2.4.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/CHANGELOG.md +4 -0
- package/dist/chord.cjs.development.js +427 -311
- 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 +427 -311
- package/dist/chord.esm.js.map +1 -1
- package/dist/types/types.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [2.4.1]
|
|
2
|
+
- Update Stream and Cinema badges with new logo.
|
|
3
|
+
- Update Page and Compact headers with new badges.
|
|
4
|
+
|
|
1
5
|
## [2.4.0]
|
|
2
6
|
- Added optional semantic level props to Page Heading, Alt Header, Promo With Title, and Section Title
|
|
3
7
|
- Added optional character limit prop to Page Heading
|