@royaloperahouse/chord 1.9.0-a-chord-development → 1.9.0-b-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 +4 -0
- package/dist/chord.cjs.development.js +2 -1
- 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 +2 -2
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/index.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5287,7 +5287,7 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
5287
5287
|
|
|
5288
5288
|
var _templateObject$J, _templateObject2$t, _templateObject3$k, _templateObject4$e, _templateObject5$9;
|
|
5289
5289
|
var ContentSummaryWrapper = /*#__PURE__*/styled__default.article(_templateObject$J || (_templateObject$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-items: start;\n align-items: center;\n margin: 20px 0;\n gap: 24px;\n\n @media ", " {\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n"])), devices.mobile);
|
|
5290
|
-
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n
|
|
5290
|
+
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 0 0 33.3%;\n"])));
|
|
5291
5291
|
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", ";\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n gap: 22px;\n\n & > * {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n\n @media ", " {\n margin: 0 20px;\n gap: 12px;\n }\n\n & .content-summary-text-link {\n height: unset;\n }\n"])), function (props) {
|
|
5292
5292
|
return props.showImage ? 2 : '1 / span 4';
|
|
5293
5293
|
}, devices.mobile);
|
|
@@ -7379,6 +7379,7 @@ exports.PromoWithTags = PromoWithTags;
|
|
|
7379
7379
|
exports.PromoWithTitle = PromoWithTitle;
|
|
7380
7380
|
exports.Quote = Quote;
|
|
7381
7381
|
exports.RotatorButtons = RotatorButtons;
|
|
7382
|
+
exports.SearchBar = SearchBar;
|
|
7382
7383
|
exports.SecondaryButton = SecondaryButton;
|
|
7383
7384
|
exports.SecondaryLogo = SecondaryLogo;
|
|
7384
7385
|
exports.SectionSplitter = SectionSplitter;
|