@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/dist/chord.esm.js
CHANGED
|
@@ -4042,7 +4042,7 @@ var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject6$4 || (_templateObjec
|
|
|
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;
|
|
@@ -5532,7 +5532,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
5532
5532
|
links = _ref.links,
|
|
5533
5533
|
children = _ref.children,
|
|
5534
5534
|
aboveTitleTags = _ref.aboveTitleTags,
|
|
5535
|
-
|
|
5535
|
+
belowTitleTags = _ref.belowTitleTags,
|
|
5536
5536
|
middleText = _ref.middleText,
|
|
5537
5537
|
bottomText = _ref.bottomText;
|
|
5538
5538
|
|
|
@@ -5581,10 +5581,10 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
5581
5581
|
list: aboveTitleTags
|
|
5582
5582
|
})), /*#__PURE__*/React__default.createElement(Header, {
|
|
5583
5583
|
level: titleLevel
|
|
5584
|
-
}, title)), subtitle && /*#__PURE__*/React__default.createElement(PromoWithTagsSubtitle, null, subtitle), !!(
|
|
5585
|
-
marginBottom:
|
|
5584
|
+
}, title)), subtitle && /*#__PURE__*/React__default.createElement(PromoWithTagsSubtitle, null, subtitle), !!(belowTitleTags != null && belowTitleTags.length) && /*#__PURE__*/React__default.createElement(PromoWithTagsTagWrapper, {
|
|
5585
|
+
marginBottom: 8
|
|
5586
5586
|
}, /*#__PURE__*/React__default.createElement(TypeTags, {
|
|
5587
|
-
list:
|
|
5587
|
+
list: belowTitleTags
|
|
5588
5588
|
})), /*#__PURE__*/React__default.createElement(PromoWithTagsText, {
|
|
5589
5589
|
dangerouslySetInnerHTML: {
|
|
5590
5590
|
__html: text
|
|
@@ -6751,5 +6751,5 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$U || (_templat
|
|
|
6751
6751
|
return theme.fonts.tablet.sizes.body[1];
|
|
6752
6752
|
}, devices.desktop, devices.largeDesktop);
|
|
6753
6753
|
|
|
6754
|
-
export { Accordion, Accordions, AltHeader,
|
|
6754
|
+
export { Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, AspectRatio, BodyText, Card, Cards, Carousel, CarouselType, CinemaBadge, Colors, ContactCard, ControlledDropdown, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, HighlightsCarousel, HighlightsCinema as HighlightsCarouselCinema, HighlightsCore as HighlightsCarouselCore, HighlightsStream as HighlightsCarouselStream, Icon, ImageAspectRatioWrapper, ImageWithCaption, LiveChat, Navigation, Overline, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTags, PromoWithTitle, Quote, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StickyBar, StreamBadge, Subtitle, Tab, TabLink, Tabs, Button$1 as TertiaryButton, TextLink, TextOnly, Theme as ThemeProvider, ThemeType, Tickbox, TickboxMode, TitleWithCTA, TypeTags, devices };
|
|
6755
6755
|
//# sourceMappingURL=chord.esm.js.map
|