@royaloperahouse/chord 0.7.49 → 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 -15
- package/dist/chord.cjs.development.js +143 -368
- 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 +150 -374
- 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/buttonTypes.d.ts +0 -5
- package/dist/types/card.d.ts +2 -13
- package/dist/types/editorial.d.ts +3 -16
- package/dist/types/index.d.ts +1 -3
- 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,20 +1,7 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## [0.7.
|
|
4
|
-
-
|
|
5
|
-
- Hover effect is optional for CTAs
|
|
6
|
-
|
|
7
|
-
## [0.7.48]
|
|
8
|
-
- Add background themes to Information component
|
|
9
|
-
|
|
10
|
-
## [0.7.47]
|
|
11
|
-
- PromoWithTags: Swap Content & ExtraContent divs to correct keyboard tab order
|
|
12
|
-
|
|
13
|
-
## [0.7.46]
|
|
14
|
-
- Information: Add new Information component
|
|
15
|
-
|
|
16
|
-
## [0.7.45]
|
|
17
|
-
- PromoWithTags: extend the component to handle extra content
|
|
3
|
+
## [0.7.441]
|
|
4
|
+
- PageHeading: increase max line height for mobile devices
|
|
18
5
|
|
|
19
6
|
## [0.7.44]
|
|
20
7
|
- PromoWithTags, PromoWithTitle: change grid for text content on tablet view
|