@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 +5 -0
- package/dist/chord.cjs.development.js +0 -1
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +0 -1
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/molecules/ContentSummary/ContentSummary.d.ts +1 -1
- package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +5 -5
- package/dist/helpers/htmlStrings.d.ts +1 -0
- package/dist/types/editorial.d.ts +5 -0
- package/dist/types/typography.d.ts +12 -0
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -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
|
};
|