@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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.7.43]
4
+ - AnchorTabBar: fix the typo in the name of the component
5
+ - PromoWithTags: increase spacing between tags and body text
6
+ - PromoWithTags: change prop name for subtags
7
+
3
8
  ## [0.7.42]
4
9
  - Livechat: Add more branded fields
5
10
 
@@ -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 AnchorTapBar = function AnchorTapBar(_ref) {
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
- underTitleTags = _ref.underTitleTags,
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), !!(underTitleTags != null && underTitleTags.length) && /*#__PURE__*/React__default.createElement(PromoWithTagsTagWrapper, {
5583
- marginBottom: 4
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: underTitleTags
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.AnchorTapBar = AnchorTapBar;
6755
+ exports.AnchorTabBar = AnchorTabBar;
6756
6756
  exports.AnnouncementBanner = AnnouncementBanner;
6757
6757
  exports.BodyText = BodyText;
6758
6758
  exports.Card = Card;