@royaloperahouse/chord 0.7.48 → 0.7.441
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 +2 -11
- package/dist/chord.cjs.development.js +70 -278
- 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 +71 -278
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +1 -5
- package/dist/components/molecules/index.d.ts +1 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/editorial.d.ts +3 -11
- package/dist/types/types.d.ts +0 -1
- package/package.json +1 -1
- package/dist/components/molecules/Information/InfoCta.d.ts +0 -4
- package/dist/components/molecules/Information/Information.d.ts +0 -4
- package/dist/components/molecules/Information/Information.style.d.ts +0 -10
- package/dist/components/molecules/Information/index.d.ts +0 -2
- package/dist/types/information.d.ts +0 -85
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## [0.7.
|
|
4
|
-
-
|
|
5
|
-
|
|
6
|
-
## [0.7.47]
|
|
7
|
-
- PromoWithTags: Swap Content & ExtraContent divs to correct keyboard tab order
|
|
8
|
-
|
|
9
|
-
## [0.7.46]
|
|
10
|
-
- Information: Add new Information component
|
|
11
|
-
|
|
12
|
-
## [0.7.45]
|
|
13
|
-
- PromoWithTags: extend the component to handle extra content
|
|
3
|
+
## [0.7.441]
|
|
4
|
+
- PageHeading: increase max line height for mobile devices
|
|
14
5
|
|
|
15
6
|
## [0.7.44]
|
|
16
7
|
- PromoWithTags, PromoWithTitle: change grid for text content on tablet view
|