@royaloperahouse/chord 2.2.8-a-chord-development → 2.2.9-a-chord-development

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,6 +1,10 @@
1
- ## [2.2.8]
1
+ ## [2.2.9]
2
2
  - Add Auxiliary button component and extend cards with it
3
3
 
4
+ ## [2.2.8]
5
+ - New components: Tickbox2, Radio2, RadioGroup2
6
+ - Deprecated: Tickbox, Radio, RadioGroup
7
+
4
8
  ## [2.2.7]
5
9
  - Add new seat-type icons
6
10
 
@@ -6470,9 +6470,9 @@ var Card = function Card(_ref) {
6470
6470
  dangerouslySetInnerHTML: {
6471
6471
  __html: truncatedText
6472
6472
  }
6473
- }), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
6473
+ }))), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
6474
6474
  level: 1
6475
- }, highlightText)), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, null, /*#__PURE__*/React__default.createElement(AuxiliaryButton, Object.assign({}, auxiliaryCTA), auxiliaryCTA.text)))), links && /*#__PURE__*/React__default.createElement(ButtonsContainer$1, {
6475
+ }, highlightText)), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, null, /*#__PURE__*/React__default.createElement(AuxiliaryButton, Object.assign({}, auxiliaryCTA), auxiliaryCTA.text)), links && /*#__PURE__*/React__default.createElement(ButtonsContainer$1, {
6476
6476
  ref: node,
6477
6477
  "data-testid": "buttonscontainer",
6478
6478
  size: size,