@royaloperahouse/chord 2.4.8-a-chord-development → 2.4.8-c-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/dist/chord.cjs.development.js +105 -82
- 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 +108 -83
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/molecules/Information/InfoCta.d.ts +2 -2
- package/dist/components/molecules/Information/Information.style.d.ts +6 -3
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.ts +2 -1
- package/dist/types/information.d.ts +17 -12
- package/dist/types/types.d.ts +10 -0
- package/package.json +1 -1
|
@@ -39,6 +39,20 @@ var ScrollLock = _interopDefault(require('react-scrolllock'));
|
|
|
39
39
|
ThemeType["Schools"] = "schools";
|
|
40
40
|
})(exports.ThemeType || (exports.ThemeType = {}));
|
|
41
41
|
|
|
42
|
+
var LinkTarget;
|
|
43
|
+
|
|
44
|
+
(function (LinkTarget) {
|
|
45
|
+
/**
|
|
46
|
+
* Opens the link in the same frame or tab as the current page.
|
|
47
|
+
*/
|
|
48
|
+
LinkTarget["Self"] = "_self";
|
|
49
|
+
/**
|
|
50
|
+
* Opens the link in a new browser tab or window, depending on the browser settings.
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
LinkTarget["Blank"] = "_blank";
|
|
54
|
+
})(LinkTarget || (LinkTarget = {}));
|
|
55
|
+
|
|
42
56
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
43
57
|
try {
|
|
44
58
|
var info = gen[key](arg);
|
|
@@ -2695,10 +2709,41 @@ var AspectRatioWidth;
|
|
|
2695
2709
|
ButtonType["Tertiary"] = "Tertiary";
|
|
2696
2710
|
})(exports.ButtonType || (exports.ButtonType = {}));
|
|
2697
2711
|
|
|
2712
|
+
var IInformationCtaVariant;
|
|
2713
|
+
|
|
2714
|
+
(function (IInformationCtaVariant) {
|
|
2715
|
+
IInformationCtaVariant["Primary"] = "Primary";
|
|
2716
|
+
IInformationCtaVariant["Secondary"] = "Secondary";
|
|
2717
|
+
IInformationCtaVariant["Tertiary"] = "Tertiary";
|
|
2718
|
+
IInformationCtaVariant["TextLink"] = "TextLink";
|
|
2719
|
+
})(IInformationCtaVariant || (IInformationCtaVariant = {}));
|
|
2720
|
+
|
|
2721
|
+
var IInformationCtaTheme;
|
|
2722
|
+
|
|
2723
|
+
(function (IInformationCtaTheme) {
|
|
2724
|
+
IInformationCtaTheme["Cinema"] = "Cinema";
|
|
2725
|
+
IInformationCtaTheme["Core"] = "Core";
|
|
2726
|
+
IInformationCtaTheme["Stream"] = "Stream";
|
|
2727
|
+
})(IInformationCtaTheme || (IInformationCtaTheme = {}));
|
|
2728
|
+
|
|
2729
|
+
var IInformationTitleVariant;
|
|
2730
|
+
|
|
2731
|
+
(function (IInformationTitleVariant) {
|
|
2732
|
+
IInformationTitleVariant["Header"] = "Header";
|
|
2733
|
+
IInformationTitleVariant["AltHeader"] = "AltHeader";
|
|
2734
|
+
})(IInformationTitleVariant || (IInformationTitleVariant = {}));
|
|
2735
|
+
|
|
2736
|
+
(function (IInformationBackgroundColour) {
|
|
2737
|
+
IInformationBackgroundColour["Cinema"] = "cinema";
|
|
2738
|
+
IInformationBackgroundColour["Core"] = "core";
|
|
2739
|
+
IInformationBackgroundColour["Stream"] = "stream";
|
|
2740
|
+
IInformationBackgroundColour["White"] = "white";
|
|
2741
|
+
})(exports.IInformationBackgroundColour || (exports.IInformationBackgroundColour = {}));
|
|
2742
|
+
|
|
2698
2743
|
var PrimaryButton = function PrimaryButton(_ref) {
|
|
2699
2744
|
var children = _ref.children,
|
|
2700
2745
|
disabled = _ref.disabled,
|
|
2701
|
-
props = _objectWithoutPropertiesLoose(_ref, ["children", "disabled"
|
|
2746
|
+
props = _objectWithoutPropertiesLoose(_ref, ["children", "disabled"]);
|
|
2702
2747
|
|
|
2703
2748
|
var description = 'This button is currently disabled';
|
|
2704
2749
|
return disabled ? /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(AriaDescription, {
|
|
@@ -8002,47 +8047,14 @@ var Editorial = function Editorial(_ref) {
|
|
|
8002
8047
|
})))));
|
|
8003
8048
|
};
|
|
8004
8049
|
|
|
8005
|
-
var
|
|
8006
|
-
|
|
8007
|
-
(function (CtaVariant) {
|
|
8008
|
-
CtaVariant["Primary"] = "Primary";
|
|
8009
|
-
CtaVariant["Secondary"] = "Secondary";
|
|
8010
|
-
CtaVariant["Tertiary"] = "Tertiary";
|
|
8011
|
-
CtaVariant["TextLink"] = "TextLink";
|
|
8012
|
-
})(CtaVariant || (CtaVariant = {}));
|
|
8013
|
-
|
|
8014
|
-
var CtaTheme;
|
|
8015
|
-
|
|
8016
|
-
(function (CtaTheme) {
|
|
8017
|
-
CtaTheme["Cinema"] = "Cinema";
|
|
8018
|
-
CtaTheme["Core"] = "Core";
|
|
8019
|
-
CtaTheme["Stream"] = "Stream";
|
|
8020
|
-
})(CtaTheme || (CtaTheme = {}));
|
|
8021
|
-
|
|
8022
|
-
var TitleVariant;
|
|
8023
|
-
|
|
8024
|
-
(function (TitleVariant) {
|
|
8025
|
-
TitleVariant["Header"] = "Header";
|
|
8026
|
-
TitleVariant["AltHeader"] = "AltHeader";
|
|
8027
|
-
})(TitleVariant || (TitleVariant = {}));
|
|
8028
|
-
|
|
8029
|
-
var BackgroundColour;
|
|
8030
|
-
|
|
8031
|
-
(function (BackgroundColour) {
|
|
8032
|
-
BackgroundColour["Cinema"] = "cinema";
|
|
8033
|
-
BackgroundColour["Core"] = "core";
|
|
8034
|
-
BackgroundColour["Stream"] = "stream";
|
|
8035
|
-
BackgroundColour["White"] = "white";
|
|
8036
|
-
})(BackgroundColour || (BackgroundColour = {}));
|
|
8037
|
-
|
|
8038
|
-
var _templateObject$W, _templateObject2$E, _templateObject3$v, _templateObject4$o;
|
|
8050
|
+
var _templateObject$W, _templateObject2$E, _templateObject3$v, _templateObject4$o, _templateObject5$j;
|
|
8039
8051
|
var InfoContent = /*#__PURE__*/styled__default('div')(_templateObject$W || (_templateObject$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n -webkit-letter-spacing: var(--letter-spacing-altHeader-6);\n -moz-letter-spacing: var(--letter-spacing-altHeader-6);\n -ms-letter-spacing: var(--letter-spacing-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n word-break: var(--word-break-altHeader);\n"])));
|
|
8040
8052
|
var InfoTitle = /*#__PURE__*/styled__default('div')(_templateObject2$E || (_templateObject2$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n * {\n margin-block: 0;\n }\n"])));
|
|
8041
8053
|
var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 32px 0;\n\n ", "}\n"])), function (props) {
|
|
8042
8054
|
if (!props.infoThemed) {
|
|
8043
8055
|
return;
|
|
8044
8056
|
} else {
|
|
8045
|
-
if (props.variant ===
|
|
8057
|
+
if (props.variant === IInformationCtaVariant.Primary || props.variant === IInformationCtaVariant.Secondary) {
|
|
8046
8058
|
return "a {\n color: var(--base-color-black);\n background: var(--base-color-white);\n border-color: var(--base-color-transparent);\n }";
|
|
8047
8059
|
} else {
|
|
8048
8060
|
return "a {\n color: var(--base-color-white);\n background: var(--base-color-transparent});\n }\n svg > path {\n fill: var(--base-color-white);\n stroke: var(--base-color-white);\n stroke-width: 1;\n }\n ";
|
|
@@ -8050,45 +8062,54 @@ var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$v || (
|
|
|
8050
8062
|
}
|
|
8051
8063
|
});
|
|
8052
8064
|
var InfoWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject4$o || (_templateObject4$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 60px 0;\n color: ", ";\n background: ", "\n }};\n"])), function (props) {
|
|
8053
|
-
return props.background !==
|
|
8065
|
+
return props.background !== exports.IInformationBackgroundColour.White ? 'var(--base-color-white)' : 'var(--base-color-black)';
|
|
8054
8066
|
}, function (props) {
|
|
8055
8067
|
return "var(--base-color-" + props.background + ")";
|
|
8056
8068
|
});
|
|
8069
|
+
var InfoBodyWrapper = /*#__PURE__*/styled__default('div')(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n a {\n text-decoration: underline;\n color: ", ";\n }\n"])), function (props) {
|
|
8070
|
+
return props.background === exports.IInformationBackgroundColour.White ? 'var(--base-color-black)' : 'var(--base-color-white)';
|
|
8071
|
+
});
|
|
8057
8072
|
|
|
8058
8073
|
var InfoCta = function InfoCta(_ref) {
|
|
8059
8074
|
var _ref$variant = _ref.variant,
|
|
8060
|
-
variant = _ref$variant === void 0 ?
|
|
8075
|
+
variant = _ref$variant === void 0 ? IInformationCtaVariant.Primary : _ref$variant,
|
|
8061
8076
|
_ref$theme = _ref.theme,
|
|
8062
|
-
theme = _ref$theme === void 0 ?
|
|
8077
|
+
theme = _ref$theme === void 0 ? IInformationCtaTheme.Core : _ref$theme,
|
|
8063
8078
|
link = _ref.link,
|
|
8064
8079
|
text = _ref.text,
|
|
8065
8080
|
iconName = _ref.iconName,
|
|
8066
8081
|
iconDirection = _ref.iconDirection,
|
|
8067
|
-
infoThemed = _ref.infoThemed
|
|
8082
|
+
infoThemed = _ref.infoThemed,
|
|
8083
|
+
_ref$target = _ref.target,
|
|
8084
|
+
target = _ref$target === void 0 ? LinkTarget.Self : _ref$target;
|
|
8068
8085
|
return /*#__PURE__*/React__default.createElement(InfoCTAWrapper, {
|
|
8069
8086
|
variant: variant,
|
|
8070
8087
|
infoThemed: infoThemed,
|
|
8071
8088
|
theme: theme
|
|
8072
|
-
}, variant ===
|
|
8089
|
+
}, variant === IInformationCtaVariant.Secondary ? /*#__PURE__*/React__default.createElement(SecondaryButton, {
|
|
8073
8090
|
color: exports.Colors[theme],
|
|
8074
8091
|
href: link,
|
|
8075
8092
|
iconName: iconName,
|
|
8076
|
-
iconDirection: iconDirection
|
|
8077
|
-
|
|
8093
|
+
iconDirection: iconDirection,
|
|
8094
|
+
target: target
|
|
8095
|
+
}, text) : variant === IInformationCtaVariant.Tertiary ? /*#__PURE__*/React__default.createElement(Button$1, {
|
|
8078
8096
|
color: exports.Colors.Black,
|
|
8079
8097
|
href: link,
|
|
8080
8098
|
iconName: iconName,
|
|
8081
|
-
iconDirection: iconDirection
|
|
8082
|
-
|
|
8099
|
+
iconDirection: iconDirection,
|
|
8100
|
+
target: target
|
|
8101
|
+
}, text) : variant === IInformationCtaVariant.TextLink ? /*#__PURE__*/React__default.createElement(TextLink, {
|
|
8083
8102
|
color: exports.Colors.Black,
|
|
8084
8103
|
href: link,
|
|
8085
8104
|
iconName: iconName,
|
|
8086
|
-
iconDirection: iconDirection
|
|
8105
|
+
iconDirection: iconDirection,
|
|
8106
|
+
target: target
|
|
8087
8107
|
}, text) : /*#__PURE__*/React__default.createElement(PrimaryButton, {
|
|
8088
8108
|
bgColor: exports.Colors[theme],
|
|
8089
8109
|
href: link,
|
|
8090
8110
|
iconName: iconName,
|
|
8091
|
-
iconDirection: iconDirection
|
|
8111
|
+
iconDirection: iconDirection,
|
|
8112
|
+
target: target
|
|
8092
8113
|
}, text));
|
|
8093
8114
|
};
|
|
8094
8115
|
|
|
@@ -8099,7 +8120,7 @@ var mediumWordBreakpoint = 8;
|
|
|
8099
8120
|
var longWordBreakpoint = 13;
|
|
8100
8121
|
|
|
8101
8122
|
var getColumnSpan = function getColumnSpan(variant, textSize, longestWordLength) {
|
|
8102
|
-
if (!(variant ===
|
|
8123
|
+
if (!(variant === IInformationTitleVariant.Header && textSize === 4)) return defaultColumnSpan;
|
|
8103
8124
|
|
|
8104
8125
|
switch (true) {
|
|
8105
8126
|
case longestWordLength > longWordBreakpoint:
|
|
@@ -8114,8 +8135,8 @@ var getColumnSpan = function getColumnSpan(variant, textSize, longestWordLength)
|
|
|
8114
8135
|
};
|
|
8115
8136
|
|
|
8116
8137
|
var renderTitle = function renderTitle(props) {
|
|
8117
|
-
var headerLevel = props.variant ===
|
|
8118
|
-
return props.variant ===
|
|
8138
|
+
var headerLevel = props.variant === IInformationTitleVariant.Header && props.textSize < 4 ? 4 : props.textSize;
|
|
8139
|
+
return props.variant === IInformationTitleVariant.Header ? /*#__PURE__*/React__default.createElement(Header, {
|
|
8119
8140
|
level: headerLevel
|
|
8120
8141
|
}, props.text) : /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
8121
8142
|
level: headerLevel
|
|
@@ -8133,7 +8154,7 @@ var Information = function Information(_ref) {
|
|
|
8133
8154
|
});
|
|
8134
8155
|
var maxTitleWordLength = Math.max.apply(Math, titleWordLengths);
|
|
8135
8156
|
var titleColumnSpan = getColumnSpan(title.variant, title.textSize, maxTitleWordLength);
|
|
8136
|
-
var bgColour = background != null ? background :
|
|
8157
|
+
var bgColour = background != null ? background : exports.IInformationBackgroundColour.White;
|
|
8137
8158
|
return /*#__PURE__*/React__default.createElement(InfoWrapper, {
|
|
8138
8159
|
background: bgColour,
|
|
8139
8160
|
"data-testid": "infoWrapper"
|
|
@@ -8141,13 +8162,14 @@ var Information = function Information(_ref) {
|
|
|
8141
8162
|
columnStartDesktop: 2,
|
|
8142
8163
|
columnStartDevice: 2,
|
|
8143
8164
|
columnSpanDesktop: titleColumnSpan,
|
|
8144
|
-
columnSpanDevice:
|
|
8165
|
+
columnSpanDevice: 12
|
|
8145
8166
|
}, /*#__PURE__*/React__default.createElement(InfoTitle, null, renderTitle(title))), /*#__PURE__*/React__default.createElement(GridItem, {
|
|
8146
8167
|
columnStartDesktop: titleColumnSpan + 2,
|
|
8147
8168
|
columnStartDevice: 2,
|
|
8148
8169
|
columnSpanDesktop: 14 - titleColumnSpan,
|
|
8149
|
-
columnSpanDevice:
|
|
8150
|
-
}, /*#__PURE__*/React__default.createElement(InfoContent, null, /*#__PURE__*/React__default.createElement(
|
|
8170
|
+
columnSpanDevice: 12
|
|
8171
|
+
}, /*#__PURE__*/React__default.createElement(InfoContent, null, /*#__PURE__*/React__default.createElement(InfoBodyWrapper, {
|
|
8172
|
+
background: bgColour,
|
|
8151
8173
|
dangerouslySetInnerHTML: {
|
|
8152
8174
|
__html: body
|
|
8153
8175
|
}
|
|
@@ -8155,14 +8177,15 @@ var Information = function Information(_ref) {
|
|
|
8155
8177
|
link: cta.link,
|
|
8156
8178
|
variant: cta.variant,
|
|
8157
8179
|
theme: cta.theme,
|
|
8158
|
-
infoThemed: bgColour !==
|
|
8180
|
+
infoThemed: bgColour !== exports.IInformationBackgroundColour.White,
|
|
8159
8181
|
text: cta.text,
|
|
8160
8182
|
iconName: cta.iconName,
|
|
8161
|
-
iconDirection: cta.iconDirection
|
|
8183
|
+
iconDirection: cta.iconDirection,
|
|
8184
|
+
target: cta.target
|
|
8162
8185
|
}))));
|
|
8163
8186
|
};
|
|
8164
8187
|
|
|
8165
|
-
var _templateObject$X, _templateObject2$F, _templateObject3$w, _templateObject4$p, _templateObject5$
|
|
8188
|
+
var _templateObject$X, _templateObject2$F, _templateObject3$w, _templateObject4$p, _templateObject5$k, _templateObject6$f, _templateObject7$9, _templateObject8$7;
|
|
8166
8189
|
var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
8167
8190
|
var theme = _ref.theme;
|
|
8168
8191
|
return theme.colors.primary;
|
|
@@ -8179,7 +8202,7 @@ var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$p || (_t
|
|
|
8179
8202
|
var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
|
|
8180
8203
|
return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
|
|
8181
8204
|
}, devices.mobile);
|
|
8182
|
-
var TextWrapper = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
8205
|
+
var TextWrapper = /*#__PURE__*/styled__default.div(_templateObject5$k || (_templateObject5$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n align-self: end;\n margin-top: 12px;\n\n h6 {\n margin: 0;\n padding: 0;\n }\n"])));
|
|
8183
8206
|
var LogoWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject6$f || (_templateObject6$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n justify-self: end;\n margin-top: 20px;\n position: relative;\n\n > div {\n position: absolute;\n top: 0;\n right: 0;\n }\n\n @media ", " {\n & {\n align-self: start;\n margin-top: 0;\n }\n }\n"])), devices.mobile);
|
|
8184
8207
|
var ButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n justify-self: end;\n align-self: end;\n\n @media ", " {\n & {\n justify-self: center;\n align-self: center;\n width: 100%;\n margin-top: 16px;\n }\n }\n"])), devices.mobile);
|
|
8185
8208
|
var PageHeadingText = /*#__PURE__*/styled__default.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-family: var(--font-family-altHeader);\n text-transform: var(--text-transform-altHeader);\n word-break: var(--word-break-altHeader);\n"])));
|
|
@@ -8263,12 +8286,12 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
8263
8286
|
})));
|
|
8264
8287
|
};
|
|
8265
8288
|
|
|
8266
|
-
var _templateObject$Y, _templateObject2$G, _templateObject3$x, _templateObject4$q, _templateObject5$
|
|
8289
|
+
var _templateObject$Y, _templateObject2$G, _templateObject3$x, _templateObject4$q, _templateObject5$l, _templateObject6$g, _templateObject7$a, _templateObject8$8;
|
|
8267
8290
|
var ImpactWrapper = /*#__PURE__*/styled__default.div(_templateObject$Y || (_templateObject$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n position: relative;\n display: flex;\n background: var(--base-color-black);\n\n @media ", " {\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n }\n"])), devices.mobile);
|
|
8268
8291
|
var ImpactHeaderImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$G || (_templateObject2$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n overflow: hidden;\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n img {\n width: 100%;\n filter: brightness(0.7);\n opacity: 0.95;\n }\n\n @media ", " {\n height: fit-content;\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n\n img {\n height: 100%;\n object-fit: cover;\n }\n }\n"])), devices.mobile);
|
|
8269
8292
|
var ImpactGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$x || (_templateObject3$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n align-self: center;\n width: 100%;\n z-index: ", ";\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content min-content;\n grid-template-areas:\n '. . . . . logo logo logo logo logo logo . . . . .'\n '. . . text text text text text text text text text text . . .'\n '. . . button button button button button button button button button button . . .';\n\n @media ", " {\n & {\n height: 100%;\n grid-template-rows: 1fr max-content 1fr;\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .';\n }\n }\n\n @media ", " {\n align-content: center;\n\n & {\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. . text text text text text text text text text text . .'\n '. . button button button button button button button button button button . .';\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8270
8293
|
var SponsorWrapper = /*#__PURE__*/styled__default.div(_templateObject4$q || (_templateObject4$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
8271
|
-
var LogoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
8294
|
+
var LogoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$l || (_templateObject5$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
8272
8295
|
var TextWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject6$g || (_templateObject6$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n color: var(--base-color-white);\n text-align: center;\n margin-top: 40px;\n max-height: calc(2 * var(--line-height-header-3));\n overflow: hidden;\n\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n max-height: calc(4 * var(--line-height-header-3));\n }\n }\n\n @media ", " {\n & {\n margin-top: 12px;\n max-height: calc(4 * var(--line-height-header-3));\n }\n\n h3 {\n font-size: var(--font-size-header-3);\n letter-spacing: var(--letter-spacing-header-5);\n line-height: var(--line-height-header-5);\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
8273
8296
|
var ButtonWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject7$a || (_templateObject7$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n align-self: end;\n display: flex;\n justify-content: center;\n margin-top: 40px;\n\n @media ", " {\n & {\n margin-top: 0px;\n margin-bottom: 20px;\n }\n }\n"])), devices.mobile);
|
|
8274
8297
|
var ScrollDownWrapper = /*#__PURE__*/styled__default.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 20px;\n left: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
@@ -8337,7 +8360,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
8337
8360
|
}, "Scroll Down")) : null);
|
|
8338
8361
|
};
|
|
8339
8362
|
|
|
8340
|
-
var _templateObject$Z, _templateObject2$H, _templateObject3$y, _templateObject4$r, _templateObject5$
|
|
8363
|
+
var _templateObject$Z, _templateObject2$H, _templateObject3$y, _templateObject4$r, _templateObject5$m;
|
|
8341
8364
|
var PanelGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$Z || (_templateObject$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n\n ", "\n\n @media ", " {\n grid-template-rows: 48px max-content max-content;\n }\n"])), function (_ref) {
|
|
8342
8365
|
var color = _ref.color;
|
|
8343
8366
|
return "\n background-color: " + (color ? "var(--base-color-" + color + ")" : 'var(--base-color-core)') + ";\n color: " + (color === exports.Colors.White ? 'var(--base-color-black)' : 'var(--base-color-white)') + ";\n ";
|
|
@@ -8351,7 +8374,7 @@ var LeftPanel = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templat
|
|
|
8351
8374
|
});
|
|
8352
8375
|
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$y || (_templateObject3$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n background-color: var(--base-color-black);\n\n @media ", " {\n grid-area: 2 / 1 / 3 / 15;\n }\n"])), devices.mobileAndTablet);
|
|
8353
8376
|
var InfoWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$r || (_templateObject4$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 36px;\n max-height: 33vw;\n overflow: hidden;\n\n :first-child * {\n margin-block-start: 0;\n }\n\n @media ", " {\n margin: 36px 20px;\n max-height: unset;\n }\n"])), devices.mobileAndTablet);
|
|
8354
|
-
var ScrollDownWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
8377
|
+
var ScrollDownWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$m || (_templateObject5$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0 0 25px 36px;\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
8355
8378
|
|
|
8356
8379
|
var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
8357
8380
|
var _image$src, _image$alt;
|
|
@@ -8403,11 +8426,11 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
8403
8426
|
}))));
|
|
8404
8427
|
};
|
|
8405
8428
|
|
|
8406
|
-
var _templateObject$$, _templateObject2$I, _templateObject3$z, _templateObject5$
|
|
8429
|
+
var _templateObject$$, _templateObject2$I, _templateObject3$z, _templateObject5$n, _templateObject6$h, _templateObject7$b, _templateObject8$9, _templateObject9$4, _templateObject10$4;
|
|
8407
8430
|
var BrandingTextBlock = /*#__PURE__*/styled__default.div(_templateObject$$ || (_templateObject$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-2);\n font-family: var(--font-family-header);\n text-transform: uppercase;\n margin: 0;\n white-space: nowrap;\n @media screen and (max-width: 920px) {\n white-space: normal;\n }\n @media ", " {\n white-space: nowrap;\n }\n"])), devices.mobile);
|
|
8408
8431
|
var BrandingTextBody = /*#__PURE__*/styled__default.div(_templateObject2$I || (_templateObject2$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-heading-6);\n line-height: var(--line-height-heading-6);\n"])));
|
|
8409
8432
|
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$z || (_templateObject3$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
8410
|
-
var CompactHeaderAssetWrapper = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
8433
|
+
var CompactHeaderAssetWrapper = /*#__PURE__*/styled__default.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 37.5vw;\n width: 100%;\n position: relative;\n overflow: hidden;\n background-color: #000;\n img {\n position: relative;\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n video {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n object-fit: contain;\n @media ", " {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n margin: auto;\n height: auto;\n max-height: 100vh;\n width: 100%;\n object-fit: contain;\n }\n }\n @media ", " {\n height: 85vw;\n max-height: 100vh;\n }\n"])), devices.mobile, devices.mobile);
|
|
8411
8434
|
var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject6$h || (_templateObject6$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n height: 160px;\n grid-template-rows: min-content min-content;\n grid-template-rows: min-content min-content;\n grid-template-columns: [logo] 1fr [title] 3fr [cta] 1fr;\n align-content: center;\n gap: 0;\n background-color: ", ";\n color: ", ";\n\n svg {\n width: 210px;\n fill: ", ";\n }\n\n h1::selection,\n div::selection {\n ", ";\n }\n\n @media ", " {\n svg {\n width: 145px;\n }\n }\n\n @media ", " {\n display: flex;\n flex-direction: column;\n height: auto;\n padding: 32px 20px;\n\n svg {\n width: 180px;\n }\n }\n"])), function (_ref) {
|
|
8412
8435
|
var invert = _ref.invert,
|
|
8413
8436
|
theme = _ref.theme;
|
|
@@ -8813,12 +8836,12 @@ var Pagination = function Pagination(_ref) {
|
|
|
8813
8836
|
}))));
|
|
8814
8837
|
};
|
|
8815
8838
|
|
|
8816
|
-
var _templateObject$11, _templateObject2$K, _templateObject3$B, _templateObject4$t, _templateObject5$
|
|
8839
|
+
var _templateObject$11, _templateObject2$K, _templateObject3$B, _templateObject4$t, _templateObject5$o, _templateObject6$i;
|
|
8817
8840
|
var PeopleListingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n p {\n margin: 0;\n }\n\n grid-template-columns: 1fr 1fr 1fr;\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr 1fr 1fr;\n }\n"])), devices.mobile, devices.tablet, devices.largeDesktop);
|
|
8818
8841
|
var PersonWrapper = /*#__PURE__*/styled__default.div(_templateObject2$K || (_templateObject2$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 60px 1fr;\n grid-template-areas: 'headshot role-person';\n grid-column-gap: 10px;\n"])));
|
|
8819
8842
|
var HeadshotWrapper = /*#__PURE__*/styled__default.div(_templateObject3$B || (_templateObject3$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
8820
8843
|
var RoleWrapper = /*#__PURE__*/styled__default.div(_templateObject4$t || (_templateObject4$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n margin-bottom: 4px;\n"])));
|
|
8821
|
-
var TextWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
8844
|
+
var TextWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$o || (_templateObject5$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
8822
8845
|
var PersonLink = /*#__PURE__*/styled__default.a(_templateObject6$i || (_templateObject6$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n text-decoration: underline;\n\n :hover {\n color: var(--base-color-primary);\n :after {\n color: var(--base-color-black);\n }\n }\n\n :visited {\n color: var(--base-color-black);\n }\n"])));
|
|
8823
8846
|
|
|
8824
8847
|
var Person = function Person(_ref) {
|
|
@@ -8948,7 +8971,7 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
8948
8971
|
}));
|
|
8949
8972
|
};
|
|
8950
8973
|
|
|
8951
|
-
var _templateObject$13, _templateObject2$M, _templateObject3$D, _templateObject4$v, _templateObject5$
|
|
8974
|
+
var _templateObject$13, _templateObject2$M, _templateObject3$D, _templateObject4$v, _templateObject5$p, _templateObject6$j, _templateObject7$c, _templateObject8$a, _templateObject9$5, _templateObject10$5, _templateObject11$2, _templateObject12$1, _templateObject13$1, _templateObject14$1, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
|
|
8952
8975
|
var LENGTH_TEXT = 28;
|
|
8953
8976
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
8954
8977
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
@@ -9004,7 +9027,7 @@ var ButtonsContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$v ||
|
|
|
9004
9027
|
|
|
9005
9028
|
return '';
|
|
9006
9029
|
});
|
|
9007
|
-
var PromoWithTagsTagWrapper = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
9030
|
+
var PromoWithTagsTagWrapper = /*#__PURE__*/styled__default.div(_templateObject5$p || (_templateObject5$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: ", ";\n"])), function (_ref10) {
|
|
9008
9031
|
var marginBottom = _ref10.marginBottom;
|
|
9009
9032
|
return marginBottom + "px";
|
|
9010
9033
|
});
|
|
@@ -9226,7 +9249,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9226
9249
|
}))));
|
|
9227
9250
|
};
|
|
9228
9251
|
|
|
9229
|
-
var _templateObject$14, _templateObject2$N, _templateObject3$E, _templateObject4$w, _templateObject5$
|
|
9252
|
+
var _templateObject$14, _templateObject2$N, _templateObject3$E, _templateObject4$w, _templateObject5$q, _templateObject6$k, _templateObject7$d;
|
|
9230
9253
|
var LENGTH_TEXT$2 = 28;
|
|
9231
9254
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
9232
9255
|
var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n"])), function (_ref) {
|
|
@@ -9245,7 +9268,7 @@ var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObj
|
|
|
9245
9268
|
return imageToLeft ? 'right' : 'left';
|
|
9246
9269
|
}, devices.mobile);
|
|
9247
9270
|
var PromoWithTitleContainer = /*#__PURE__*/styled__default.div(_templateObject4$w || (_templateObject4$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2,\n h3 {\n margin: 0 0 32px;\n\n @media ", " {\n & {\n margin: 0 0 24px;\n }\n }\n }\n"])), devices.mobile);
|
|
9248
|
-
var PromoWithTitleSubtitle = /*#__PURE__*/styled__default.span(_templateObject5$
|
|
9271
|
+
var PromoWithTitleSubtitle = /*#__PURE__*/styled__default.span(_templateObject5$q || (_templateObject5$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
9249
9272
|
var PromoWithTitleText = /*#__PURE__*/styled__default.div(_templateObject6$k || (_templateObject6$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n h5,\n h6 {\n margin: 0 0 4px 0;\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-2);\n font-weight: var(--font-weight-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n text-transform: var(--text-transform-subtitle);\n overflow-wrap: break-word;\n }\n\n em {\n font-family: var(--font-family-body-italics);\n }\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: ", ";\n }\n\n &:visited {\n color: ", ";\n }\n\n &:hover {\n color: ", ";\n }\n }\n"])), function (_ref5) {
|
|
9250
9273
|
var theme = _ref5.theme;
|
|
9251
9274
|
return theme.colors.black;
|
|
@@ -9730,7 +9753,7 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
9730
9753
|
}, description))));
|
|
9731
9754
|
};
|
|
9732
9755
|
|
|
9733
|
-
var _templateObject$1a, _templateObject2$Q, _templateObject3$H, _templateObject4$x, _templateObject5$
|
|
9756
|
+
var _templateObject$1a, _templateObject2$Q, _templateObject3$H, _templateObject4$x, _templateObject5$r, _templateObject6$l, _templateObject7$e, _templateObject8$b, _templateObject9$6, _templateObject10$6, _templateObject11$3;
|
|
9734
9757
|
var stateStyles = /*#__PURE__*/styled.css(_templateObject$1a || (_templateObject$1a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n &:focus,\n &.focus {\n outline: ", ";\n }\n\n &.disabled {\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n cursor: none;\n }\n"])), function (_ref) {
|
|
9735
9758
|
var theme = _ref.theme;
|
|
9736
9759
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
@@ -9754,7 +9777,7 @@ var ArrowIcon = /*#__PURE__*/styled__default(Icon).attrs(function (_ref5) {
|
|
|
9754
9777
|
color: theme.colors.black,
|
|
9755
9778
|
title: 'Select Arrow'
|
|
9756
9779
|
};
|
|
9757
|
-
})(_templateObject5$
|
|
9780
|
+
})(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n pointer-events: none;\n\n max-width: 24px;\n max-height: 24px;\n\n svg {\n width: 24px;\n height: 24px;\n }\n"])));
|
|
9758
9781
|
var Wrapper$5 = /*#__PURE__*/styled__default.div(_templateObject6$l || (_templateObject6$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n height: initial;\n\n display: flex;\n flex-direction: column;\n gap: 20px;\n"])), noMarginAndPaddingStyles);
|
|
9759
9782
|
var SelectWrapper = /*#__PURE__*/styled__default.div(_templateObject7$e || (_templateObject7$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n height: inherit;\n"])), noMarginAndPaddingStyles);
|
|
9760
9783
|
var Options = /*#__PURE__*/styled__default.div(_templateObject8$b || (_templateObject8$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n z-index: 1;\n\n ", "\n ", "\n"])), noMarginAndPaddingStyles, borderStyles);
|
|
@@ -10401,12 +10424,12 @@ var Quote = function Quote(_ref) {
|
|
|
10401
10424
|
}, attribution))));
|
|
10402
10425
|
};
|
|
10403
10426
|
|
|
10404
|
-
var _templateObject$1f, _templateObject2$U, _templateObject3$K, _templateObject4$z, _templateObject5$
|
|
10427
|
+
var _templateObject$1f, _templateObject2$U, _templateObject3$K, _templateObject4$z, _templateObject5$s, _templateObject6$m;
|
|
10405
10428
|
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 100%;\n display: grid;\n grid-template-columns: repeat(7, minmax(0, 1fr));\n gap: 15px;\n min-height: 50px;\n"])));
|
|
10406
10429
|
var ContentContainer$4 = /*#__PURE__*/styled__default.div(_templateObject2$U || (_templateObject2$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
10407
10430
|
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
10408
10431
|
var ImageWrapper = /*#__PURE__*/styled__default.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
10409
|
-
var IconWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
10432
|
+
var IconWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject5$s || (_templateObject5$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: rgba(0, 0, 0, 0.4);\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n span {\n width: 40px;\n height: 40px;\n @media ", " {\n width: 24px;\n height: 24px;\n }\n @media ", " {\n width: 18px;\n height: 18px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
10410
10433
|
var TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject6$m || (_templateObject6$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 8px;\n div {\n @media ", " {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n"])), devices.mobile);
|
|
10411
10434
|
|
|
10412
10435
|
var MiniCard = function MiniCard(_ref) {
|
|
@@ -10445,7 +10468,7 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
10445
10468
|
}, title)))));
|
|
10446
10469
|
};
|
|
10447
10470
|
|
|
10448
|
-
var _templateObject$1g, _templateObject2$V, _templateObject3$L, _templateObject4$A, _templateObject5$
|
|
10471
|
+
var _templateObject$1g, _templateObject2$V, _templateObject3$L, _templateObject4$A, _templateObject5$t;
|
|
10449
10472
|
var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1g || (_templateObject$1g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0px 0px 12px 0px !important;\n }\n width: 100%;\n"])));
|
|
10450
10473
|
var LinkContainer = /*#__PURE__*/styled__default.div(_templateObject2$V || (_templateObject2$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 24px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
|
|
10451
10474
|
var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
|
|
@@ -10456,7 +10479,7 @@ var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$A ||
|
|
|
10456
10479
|
var isVisible = _ref2.isVisible;
|
|
10457
10480
|
return isVisible ? 'visible' : 'hidden';
|
|
10458
10481
|
});
|
|
10459
|
-
var ContentContainer$5 = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
10482
|
+
var ContentContainer$5 = /*#__PURE__*/styled__default.div(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.4s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n\n & h1 {\n font-size: var(--font-size-header-4);\n font-family: var(--font-family-header);\n font-feature-settings: var(--font-feature-settings-header);\n font-weight: var(--font-weight-header-4);\n letter-spacing: var(--letter-spacing-header-4);\n line-height: var(--line-height-header-4);\n text-transform: var(--text-transform-header);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-size: var(--font-size-subtitle-1);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n @media print {\n visibility: visible;\n max-height: 900px !important;\n }\n"])));
|
|
10460
10483
|
|
|
10461
10484
|
var keyDown = function keyDown(e, toggleFunction) {
|
|
10462
10485
|
if (e.key === 'Enter' || e.key === 'Space') {
|
|
@@ -10543,7 +10566,7 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
10543
10566
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText)));
|
|
10544
10567
|
};
|
|
10545
10568
|
|
|
10546
|
-
var _templateObject$1h, _templateObject2$W, _templateObject3$M, _templateObject4$B, _templateObject5$
|
|
10569
|
+
var _templateObject$1h, _templateObject2$W, _templateObject3$M, _templateObject4$B, _templateObject5$u, _templateObject6$n;
|
|
10547
10570
|
var Container$5 = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
10548
10571
|
var Sections = /*#__PURE__*/styled__default.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
10549
10572
|
var Section = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
@@ -10551,7 +10574,7 @@ var Section = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateO
|
|
|
10551
10574
|
return "var(--base-color-" + color + ")";
|
|
10552
10575
|
});
|
|
10553
10576
|
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$B || (_templateObject4$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
10554
|
-
var Text = /*#__PURE__*/styled__default.div(_templateObject5$
|
|
10577
|
+
var Text = /*#__PURE__*/styled__default.div(_templateObject5$u || (_templateObject5$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
10555
10578
|
var color = _ref2.color;
|
|
10556
10579
|
return "var(--base-color-" + color + ")";
|
|
10557
10580
|
});
|
|
@@ -10641,7 +10664,7 @@ var PasswordStrength = function PasswordStrength(_ref) {
|
|
|
10641
10664
|
}, strengthLabel))));
|
|
10642
10665
|
};
|
|
10643
10666
|
|
|
10644
|
-
var _templateObject$1i, _templateObject2$X, _templateObject3$N, _templateObject4$C, _templateObject5$
|
|
10667
|
+
var _templateObject$1i, _templateObject2$X, _templateObject3$N, _templateObject4$C, _templateObject5$v;
|
|
10645
10668
|
var MenuContainer$2 = /*#__PURE__*/styled__default.nav(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
10646
10669
|
var MenuList = /*#__PURE__*/styled__default.ul(_templateObject2$X || (_templateObject2$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n border-right: 1px solid var(--base-color-", ");\n li {\n margin-left: -5px;\n }\n"])), exports.Colors.LightGrey);
|
|
10647
10670
|
var MobileButton = /*#__PURE__*/styled__default.button(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), exports.Colors.Black, exports.Colors.White, exports.Colors.DarkGrey);
|
|
@@ -10649,7 +10672,7 @@ var MenuItem$1 = /*#__PURE__*/styled__default.a(_templateObject4$C || (_template
|
|
|
10649
10672
|
var isActive = _ref.isActive;
|
|
10650
10673
|
return isActive ? "var(--base-color-" + exports.Colors.MidGrey + ")" : 'none';
|
|
10651
10674
|
}, exports.Colors.MidGrey);
|
|
10652
|
-
var MobileMenuList = /*#__PURE__*/styled__default.ul(_templateObject5$
|
|
10675
|
+
var MobileMenuList = /*#__PURE__*/styled__default.ul(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n display: ", ";\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-top: 0;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n ", " {\n padding: 16px 20px 15px 20px;\n }\n"])), function (_ref2) {
|
|
10653
10676
|
var isOpen = _ref2.isOpen;
|
|
10654
10677
|
return isOpen ? 'block' : 'none';
|
|
10655
10678
|
}, exports.Colors.White, exports.Colors.DarkGrey, MenuItem$1);
|
|
@@ -10819,7 +10842,7 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
10819
10842
|
});
|
|
10820
10843
|
};
|
|
10821
10844
|
|
|
10822
|
-
var _templateObject$1j, _templateObject2$Y, _templateObject3$O, _templateObject4$D, _templateObject5$
|
|
10845
|
+
var _templateObject$1j, _templateObject2$Y, _templateObject3$O, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$f, _templateObject8$c, _templateObject9$7, _templateObject10$7;
|
|
10823
10846
|
var TableContainer = /*#__PURE__*/styled__default.table(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
10824
10847
|
var Container$6 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
10825
10848
|
var Wrapper$7 = /*#__PURE__*/styled__default.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
@@ -10828,7 +10851,7 @@ var TableHeader = /*#__PURE__*/styled__default.th(_templateObject4$D || (_templa
|
|
|
10828
10851
|
}, function (props) {
|
|
10829
10852
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
10830
10853
|
}, devices.tablet, devices.mobile);
|
|
10831
|
-
var TableCell = /*#__PURE__*/styled__default.td(_templateObject5$
|
|
10854
|
+
var TableCell = /*#__PURE__*/styled__default.td(_templateObject5$w || (_templateObject5$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n padding: 30px 30px 30px 0;\n text-align: left;\n vertical-align: top;\n border-bottom: 1px solid;\n border-color: ", ";\n\n &:last-child {\n width: auto;\n }\n\n &:not(:last-child) {\n width: ", ";\n }\n\n > span > svg {\n width: 24px;\n height: 24px;\n }\n\n @media ", " {\n padding: 20px 20px 20px 0;\n }\n"])), function (props) {
|
|
10832
10855
|
return "var(--base-color-" + props.lineColor + ")";
|
|
10833
10856
|
}, function (props) {
|
|
10834
10857
|
return "calc(100% / " + (props.columns - 1) + ")";
|