@royaloperahouse/harmonic 1.0.8-a → 1.0.8-c
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/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.style.d.ts +1 -1
- package/dist/components/atoms/Buttons/Button.d.ts +1 -1
- package/dist/components/atoms/Buttons/Primary/PrimaryButton.d.ts +1 -1
- package/dist/components/atoms/Buttons/Primary/PrimaryButton.style.d.ts +1 -1
- package/dist/components/atoms/Buttons/Secondary/SecondaryButton.style.d.ts +1 -1
- package/dist/components/atoms/Icons/SvgIcons/18px/Expand.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/18px/Remove.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +2 -0
- package/dist/components/molecules/CustomStrategyTabsFilter/styled.d.ts +1 -1
- package/dist/components/molecules/HotFilters/HotFilters.style.d.ts +1 -1
- package/dist/components/molecules/PageHeading/Compact/Compact.style.d.ts +1 -1
- package/dist/components/molecules/PageHeading/Impact/Impact.style.d.ts +1 -1
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/components/organisms/TitleWithCTA/TitleWithCTA.style.d.ts +1 -1
- package/dist/harmonic.cjs.development.js +39 -3
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +39 -3
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -784,6 +784,40 @@ var Tick = (function (_ref) {
|
|
|
784
784
|
}));
|
|
785
785
|
});
|
|
786
786
|
|
|
787
|
+
var Expand18px = (function (_ref) {
|
|
788
|
+
var _ref$color = _ref.color,
|
|
789
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
790
|
+
ariaLabel = _ref.ariaLabel;
|
|
791
|
+
return /*#__PURE__*/createElement("svg", {
|
|
792
|
+
width: "18",
|
|
793
|
+
height: "18",
|
|
794
|
+
viewBox: "1.5 1.5 9.5 9.5",
|
|
795
|
+
fill: "none",
|
|
796
|
+
"aria-label": ariaLabel,
|
|
797
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
798
|
+
}, /*#__PURE__*/createElement("path", {
|
|
799
|
+
d: "M6.44531 6.08203V1.83203H5.94531V6.08203H1.69531V6.58203H5.94531V10.832H6.44531V6.58203H10.6953V6.08203H6.44531Z",
|
|
800
|
+
fill: color
|
|
801
|
+
}));
|
|
802
|
+
});
|
|
803
|
+
|
|
804
|
+
var Remove18px = (function (_ref) {
|
|
805
|
+
var _ref$color = _ref.color,
|
|
806
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
807
|
+
ariaLabel = _ref.ariaLabel;
|
|
808
|
+
return /*#__PURE__*/createElement("svg", {
|
|
809
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
810
|
+
viewBox: "1.5 1.2 10.5 10.5",
|
|
811
|
+
width: "18",
|
|
812
|
+
height: "18",
|
|
813
|
+
fill: "none",
|
|
814
|
+
"aria-label": ariaLabel
|
|
815
|
+
}, /*#__PURE__*/createElement("g", null, /*#__PURE__*/createElement("path", {
|
|
816
|
+
d: "M7.75597 6.26964L11.6954 2.33019L10.6348 1.26953L6.69531 5.20898L2.75586 1.26953L1.6952 2.33019L5.63465 6.26964L1.63477 10.2695L2.69543 11.3302L6.69531 7.33031L10.6952 11.3302L11.7559 10.2695L7.75597 6.26964Z",
|
|
817
|
+
fill: color
|
|
818
|
+
})));
|
|
819
|
+
});
|
|
820
|
+
|
|
787
821
|
var AddToMyList = (function (_ref) {
|
|
788
822
|
var _ref$color = _ref.color,
|
|
789
823
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
@@ -2628,6 +2662,7 @@ var IconLibrary = {
|
|
|
2628
2662
|
Email: Email,
|
|
2629
2663
|
Expand: Expand,
|
|
2630
2664
|
Expand12px: Expand12px,
|
|
2665
|
+
Expand18px: Expand18px,
|
|
2631
2666
|
ExternalLink: ExternalLink,
|
|
2632
2667
|
Facebook: Facebook,
|
|
2633
2668
|
FamilyFriendly: FamilyFriendly,
|
|
@@ -2665,6 +2700,7 @@ var IconLibrary = {
|
|
|
2665
2700
|
Reminder: Reminder,
|
|
2666
2701
|
Remove: Remove,
|
|
2667
2702
|
Remove12px: Remove12px,
|
|
2703
|
+
Remove18px: Remove18px,
|
|
2668
2704
|
Restart: Restart,
|
|
2669
2705
|
Search: Search,
|
|
2670
2706
|
Seat: Seat,
|
|
@@ -6127,7 +6163,7 @@ var CardContainer = /*#__PURE__*/styled.div(_templateObject$G || (_templateObjec
|
|
|
6127
6163
|
return isCardClickable ? 'pointer' : 'default';
|
|
6128
6164
|
}, function (_ref2) {
|
|
6129
6165
|
var onlyShowButtonsOnHover = _ref2.onlyShowButtonsOnHover;
|
|
6130
|
-
return !onlyShowButtonsOnHover ? "height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between
|
|
6166
|
+
return !onlyShowButtonsOnHover ? "height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n " : '';
|
|
6131
6167
|
});
|
|
6132
6168
|
var HoverContainer = /*#__PURE__*/styled.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 4px;\n background-color: var(--button-bg-color);\n background-color: ", ";\n position: absolute;\n width: 100%;\n z-index: ", ";\n"])), function (_ref3) {
|
|
6133
6169
|
var lineColor = _ref3.lineColor;
|
|
@@ -6160,7 +6196,7 @@ var ExtraActionsContainer = /*#__PURE__*/styled.div(_templateObject1$1 || (_temp
|
|
|
6160
6196
|
var fullWidth = _ref9.fullWidth;
|
|
6161
6197
|
return fullWidth ? '0' : '20px';
|
|
6162
6198
|
});
|
|
6163
|
-
var LabelElements = /*#__PURE__*/styled.div(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n"])), function (_ref0) {
|
|
6199
|
+
var LabelElements = /*#__PURE__*/styled.div(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n && * {\n text-transform: var(--text-transform-body);\n }\n"])), function (_ref0) {
|
|
6164
6200
|
var bgColor = _ref0.bgColor;
|
|
6165
6201
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
6166
6202
|
});
|
|
@@ -12740,7 +12776,7 @@ var TitleWrapper$5 = /*#__PURE__*/styled.div(_templateObject5$E || (_templateObj
|
|
|
12740
12776
|
return isDescriptionPresent && 'margin: 20px 0';
|
|
12741
12777
|
});
|
|
12742
12778
|
var TitleText$1 = /*#__PURE__*/styled(HarmonicHeader)(_templateObject6$u || (_templateObject6$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n line-height: 42px;\n }\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n padding-top: 4px;\n box-sizing: border-box;\n /* max-height = 2 * 40px (two lines): 40px is the design line-height for header--medium (matches font-size/optical metrics), +4px provides extra descender room so glyphs like g/y aren't clipped \u2014 non\u2011WebKit fallback */\n max-height: calc(2 * 40px + 4px);\n"])));
|
|
12743
|
-
var ButtonsWrapper = /*#__PURE__*/styled.div(_templateObject7$o || (_templateObject7$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n align-items: start;\n"])));
|
|
12779
|
+
var ButtonsWrapper = /*#__PURE__*/styled.div(_templateObject7$o || (_templateObject7$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n align-items: start;\n\n @media ", " {\n margin-right: var(--navigation-middle-gap);\n }\n"])), devices.mobile);
|
|
12744
12780
|
var TitleGridItem = /*#__PURE__*/styled(GridItem)(_templateObject8$h || (_templateObject8$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n grid-column: 2 / span 10;\n }\n"])), devices.tablet);
|
|
12745
12781
|
var SwipeGridWrapper = /*#__PURE__*/styled(GridItem)(_templateObject9$b || (_templateObject9$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n .swipe {\n padding-inline-start: 2px;\n padding-block-start: 2px;\n }\n\n ", ";\n\n @media ", " {\n grid-column: ", ";\n }\n\n @media ", " {\n grid-column: 2 / span 13;\n }\n"])), function (_ref5) {
|
|
12746
12782
|
var active = _ref5.active;
|