@royaloperahouse/chord 1.8.1-e-chord-development → 1.8.1-g-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,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [1.8.1-g]
4
+ - ContentSummary: refactor
5
+
6
+ ## [1.8.1-f]
7
+ - ContentSummary: update conditional rendering
3
8
  ## [1.8.1-c]
4
9
  - ContentSummary: update for Search results
5
10
  - ContentSummarySection: remove
@@ -4436,7 +4436,6 @@ var HtmlBodyText = /*#__PURE__*/styled__default.p(_templateObject11$1 || (_templ
4436
4436
  var FirstButtonComponentWrapper = /*#__PURE__*/styled__default.div(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 16px;\n\n @media ", " {\n & {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-bottom: 10px;\n }\n }\n"])), devices.mobile);
4437
4437
 
4438
4438
  var TEXT_STYLE_HTML_TAGS_REGEXP = '<em>|</em>|<b>|</b>';
4439
-
4440
4439
  var stripAllHtmlTags = function stripAllHtmlTags(htmlString) {
4441
4440
  return htmlString.replace(/<[^>]*>/g, '');
4442
4441
  };