@royaloperahouse/chord 0.7.42 → 0.7.43
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 +5 -0
- package/dist/chord.cjs.development.js +6 -6
- 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 +6 -6
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/organisms/{AnchorTapBar/AnchorTapBar.d.ts → AnchorTabBar/AnchorTabBar.d.ts} +2 -2
- package/dist/components/organisms/{AnchorTapBar/AnchorTapBar.style.d.ts → AnchorTabBar/AnchorTabBar.style.d.ts} +0 -0
- package/dist/components/organisms/AnchorTabBar/index.d.ts +2 -0
- package/dist/components/organisms/index.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/editorial.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/organisms/AnchorTapBar/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -4042,7 +4042,7 @@ var ArrowWrapper = /*#__PURE__*/styled__default.div(_templateObject6$4 || (_temp
|
|
|
4042
4042
|
|
|
4043
4043
|
var _excluded$7 = ["id", "text"];
|
|
4044
4044
|
|
|
4045
|
-
var
|
|
4045
|
+
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
4046
4046
|
var tabs = _ref.tabs,
|
|
4047
4047
|
onTabClick = _ref.onTabClick,
|
|
4048
4048
|
activeTab = _ref.activeTab;
|
|
@@ -5530,7 +5530,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
5530
5530
|
links = _ref.links,
|
|
5531
5531
|
children = _ref.children,
|
|
5532
5532
|
aboveTitleTags = _ref.aboveTitleTags,
|
|
5533
|
-
|
|
5533
|
+
belowTitleTags = _ref.belowTitleTags,
|
|
5534
5534
|
middleText = _ref.middleText,
|
|
5535
5535
|
bottomText = _ref.bottomText;
|
|
5536
5536
|
|
|
@@ -5579,10 +5579,10 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
5579
5579
|
list: aboveTitleTags
|
|
5580
5580
|
})), /*#__PURE__*/React__default.createElement(Header, {
|
|
5581
5581
|
level: titleLevel
|
|
5582
|
-
}, title)), subtitle && /*#__PURE__*/React__default.createElement(PromoWithTagsSubtitle, null, subtitle), !!(
|
|
5583
|
-
marginBottom:
|
|
5582
|
+
}, title)), subtitle && /*#__PURE__*/React__default.createElement(PromoWithTagsSubtitle, null, subtitle), !!(belowTitleTags != null && belowTitleTags.length) && /*#__PURE__*/React__default.createElement(PromoWithTagsTagWrapper, {
|
|
5583
|
+
marginBottom: 8
|
|
5584
5584
|
}, /*#__PURE__*/React__default.createElement(TypeTags, {
|
|
5585
|
-
list:
|
|
5585
|
+
list: belowTitleTags
|
|
5586
5586
|
})), /*#__PURE__*/React__default.createElement(PromoWithTagsText, {
|
|
5587
5587
|
dangerouslySetInnerHTML: {
|
|
5588
5588
|
__html: text
|
|
@@ -6752,7 +6752,7 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$U || (_
|
|
|
6752
6752
|
exports.Accordion = Accordion;
|
|
6753
6753
|
exports.Accordions = Accordions;
|
|
6754
6754
|
exports.AltHeader = AltHeader;
|
|
6755
|
-
exports.
|
|
6755
|
+
exports.AnchorTabBar = AnchorTabBar;
|
|
6756
6756
|
exports.AnnouncementBanner = AnnouncementBanner;
|
|
6757
6757
|
exports.BodyText = BodyText;
|
|
6758
6758
|
exports.Card = Card;
|