@royaloperahouse/chord 1.24.2-b-chord-development → 1.24.2-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 +286 -242
- 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 +286 -242
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/molecules/MiniCard/MiniCard.style.d.ts +2 -1
- package/dist/components/organisms/MinimalCarousel/MinimalCarousel.d.ts +5 -0
- package/dist/components/organisms/MinimalCarousel/index.d.ts +2 -0
- package/dist/components/organisms/index.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/styles/themes.d.ts +80 -0
- package/dist/types/miniCard.d.ts +7 -2
- package/dist/types/minimalCarousel.d.ts +7 -0
- package/dist/types/typography.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/organisms/AsceticCarousel/AsceticCarousel.d.ts +0 -5
- package/dist/components/organisms/AsceticCarousel/index.d.ts +0 -2
- package/dist/types/asceticCarousel.d.ts +0 -25
- /package/dist/components/organisms/{AsceticCarousel/AsceticCarousel.style.d.ts → MinimalCarousel/MinimalCarousel.style.d.ts} +0 -0
|
@@ -146,7 +146,9 @@ var common = {
|
|
|
146
146
|
buttons: '14px',
|
|
147
147
|
overline: {
|
|
148
148
|
1: '14px',
|
|
149
|
-
2: '12px'
|
|
149
|
+
2: '12px',
|
|
150
|
+
3: '10px',
|
|
151
|
+
4: '8px'
|
|
150
152
|
},
|
|
151
153
|
navigation: '13px',
|
|
152
154
|
search: '24px'
|
|
@@ -168,7 +170,9 @@ var common = {
|
|
|
168
170
|
},
|
|
169
171
|
overline: {
|
|
170
172
|
1: '1px',
|
|
171
|
-
2: '1px'
|
|
173
|
+
2: '1px',
|
|
174
|
+
3: '1px',
|
|
175
|
+
4: '1px'
|
|
172
176
|
},
|
|
173
177
|
subtitles: {
|
|
174
178
|
1: '1px',
|
|
@@ -211,7 +215,9 @@ var common = {
|
|
|
211
215
|
buttons: '20px',
|
|
212
216
|
overline: {
|
|
213
217
|
1: '16px',
|
|
214
|
-
2: '14px'
|
|
218
|
+
2: '14px',
|
|
219
|
+
3: '12px',
|
|
220
|
+
4: '10px'
|
|
215
221
|
},
|
|
216
222
|
navigation: '16px'
|
|
217
223
|
},
|
|
@@ -247,7 +253,9 @@ var common = {
|
|
|
247
253
|
buttons: '400',
|
|
248
254
|
overline: {
|
|
249
255
|
1: '500',
|
|
250
|
-
2: '500'
|
|
256
|
+
2: '500',
|
|
257
|
+
3: '500',
|
|
258
|
+
4: '500'
|
|
251
259
|
},
|
|
252
260
|
body: {
|
|
253
261
|
1: '400',
|
|
@@ -325,7 +333,9 @@ var common = {
|
|
|
325
333
|
buttons: '14px',
|
|
326
334
|
overline: {
|
|
327
335
|
1: '14px',
|
|
328
|
-
2: '12px'
|
|
336
|
+
2: '12px',
|
|
337
|
+
3: '10px',
|
|
338
|
+
4: '8px'
|
|
329
339
|
},
|
|
330
340
|
navigation: '13px',
|
|
331
341
|
search: '20px'
|
|
@@ -5428,8 +5438,7 @@ var Carousel = function Carousel(_ref) {
|
|
|
5428
5438
|
active: loop,
|
|
5429
5439
|
type: type,
|
|
5430
5440
|
imagesHeightDevice: imagesHeightDevice,
|
|
5431
|
-
imagesHeightDesktop: imagesHeightDesktop
|
|
5432
|
-
overflow: useOffset ? 'hidden' : 'visible'
|
|
5441
|
+
imagesHeightDesktop: imagesHeightDesktop
|
|
5433
5442
|
}, /*#__PURE__*/React__default.createElement(TitleButtonsGrid, null, /*#__PURE__*/React__default.createElement(TitleGridItem, {
|
|
5434
5443
|
columnStartDesktop: useOffset ? 3 : 1,
|
|
5435
5444
|
columnSpanDesktop: 10,
|
|
@@ -8500,12 +8509,13 @@ var Quote = function Quote(_ref) {
|
|
|
8500
8509
|
}, attribution))));
|
|
8501
8510
|
};
|
|
8502
8511
|
|
|
8503
|
-
var _templateObject$17, _templateObject2$P, _templateObject3$G, _templateObject4$x, _templateObject5$q;
|
|
8512
|
+
var _templateObject$17, _templateObject2$P, _templateObject3$G, _templateObject4$x, _templateObject5$q, _templateObject6$j;
|
|
8504
8513
|
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$17 || (_templateObject$17 = /*#__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"])));
|
|
8505
8514
|
var ContentContainer$3 = /*#__PURE__*/styled__default.div(_templateObject2$P || (_templateObject2$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
8506
8515
|
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$G || (_templateObject3$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
8507
|
-
var
|
|
8508
|
-
var
|
|
8516
|
+
var ImageWrapper = /*#__PURE__*/styled__default.div(_templateObject4$x || (_templateObject4$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8517
|
+
var IconWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject5$q || (_templateObject5$q = /*#__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);
|
|
8518
|
+
var TitleWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject6$j || (_templateObject6$j = /*#__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);
|
|
8509
8519
|
|
|
8510
8520
|
var MiniCard = function MiniCard(_ref) {
|
|
8511
8521
|
var _ref$title = _ref.title,
|
|
@@ -8514,28 +8524,31 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
8514
8524
|
image = _ref.image,
|
|
8515
8525
|
_ref$imageAltText = _ref.imageAltText,
|
|
8516
8526
|
imageAltText = _ref$imageAltText === void 0 ? '' : _ref$imageAltText,
|
|
8517
|
-
|
|
8527
|
+
iconName = _ref.iconName,
|
|
8528
|
+
iconColor = _ref.iconColor;
|
|
8518
8529
|
return /*#__PURE__*/React__default.createElement(CardContainer$1, {
|
|
8519
|
-
"data-testid": "minicardcontainer"
|
|
8520
|
-
onClick: onClick
|
|
8530
|
+
"data-testid": "minicardcontainer"
|
|
8521
8531
|
}, /*#__PURE__*/React__default.createElement(GridItem, {
|
|
8522
8532
|
columnStartDevice: 1,
|
|
8523
8533
|
columnSpanDevice: 3,
|
|
8524
8534
|
columnStartDesktop: 1,
|
|
8525
8535
|
columnSpanDesktop: 3
|
|
8526
|
-
}, /*#__PURE__*/React__default.createElement(ImageAspectRatioWrapper, {
|
|
8536
|
+
}, /*#__PURE__*/React__default.createElement(ImageWrapper, null, /*#__PURE__*/React__default.createElement(ImageAspectRatioWrapper, {
|
|
8527
8537
|
aspectRatio: exports.AspectRatio['4:3']
|
|
8528
8538
|
}, /*#__PURE__*/React__default.createElement(StyledImage, {
|
|
8529
8539
|
src: image,
|
|
8530
8540
|
alt: imageAltText
|
|
8531
|
-
}))
|
|
8541
|
+
})), iconName && /*#__PURE__*/React__default.createElement(IconWrapper$3, null, /*#__PURE__*/React__default.createElement(Icon, {
|
|
8542
|
+
iconName: iconName,
|
|
8543
|
+
color: iconColor
|
|
8544
|
+
})))), /*#__PURE__*/React__default.createElement(GridItem, {
|
|
8532
8545
|
columnStartDevice: 4,
|
|
8533
8546
|
columnSpanDevice: 4,
|
|
8534
8547
|
columnStartDesktop: 4,
|
|
8535
8548
|
columnSpanDesktop: 4
|
|
8536
|
-
}, /*#__PURE__*/React__default.createElement(ContentContainer$3, null, /*#__PURE__*/React__default.createElement(
|
|
8537
|
-
level:
|
|
8538
|
-
}, subtitle)
|
|
8549
|
+
}, /*#__PURE__*/React__default.createElement(ContentContainer$3, null, /*#__PURE__*/React__default.createElement(Overline, {
|
|
8550
|
+
level: 4
|
|
8551
|
+
}, subtitle), /*#__PURE__*/React__default.createElement(TitleWrapper$3, null, /*#__PURE__*/React__default.createElement(Overline, {
|
|
8539
8552
|
level: 2
|
|
8540
8553
|
}, title)))));
|
|
8541
8554
|
};
|
|
@@ -8656,7 +8669,7 @@ var _templateObject$19, _templateObject3$H;
|
|
|
8656
8669
|
var CarouselWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject$19 || (_templateObject$19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: none;\n\n .swiper-wrapper {\n height: 100%;\n }\n .swiper-slide {\n height: unset;\n }\n\n display: flex;\n"])));
|
|
8657
8670
|
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$H || (_templateObject3$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n margin-left: 6px;\n"])));
|
|
8658
8671
|
|
|
8659
|
-
var
|
|
8672
|
+
var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
8660
8673
|
var children = _ref.children;
|
|
8661
8674
|
|
|
8662
8675
|
var _useState = React.useState(),
|
|
@@ -8687,21 +8700,28 @@ var AsceticCarousel = function AsceticCarousel(_ref) {
|
|
|
8687
8700
|
setSwiper(s);
|
|
8688
8701
|
};
|
|
8689
8702
|
|
|
8703
|
+
var hasMultipleChildren = React__default.Children.count(children) > 1;
|
|
8690
8704
|
return /*#__PURE__*/React__default.createElement(CarouselWrapper$2, null, /*#__PURE__*/React__default.createElement(Grid, null, /*#__PURE__*/React__default.createElement(GridItem, {
|
|
8691
8705
|
columnStartDesktop: 1,
|
|
8692
8706
|
columnSpanDesktop: 16,
|
|
8693
8707
|
columnStartDevice: 1,
|
|
8694
8708
|
columnSpanDevice: 14
|
|
8695
8709
|
}, /*#__PURE__*/React__default.createElement(swiperReact_js.Swiper, {
|
|
8696
|
-
slidesPerView:
|
|
8710
|
+
slidesPerView: 1,
|
|
8697
8711
|
loopedSlides: React__default.Children.count(children),
|
|
8698
8712
|
onSwiper: onSwiper,
|
|
8699
8713
|
"data-testid": "carousel-swiper",
|
|
8700
8714
|
className: 'roh-carousel-swiper',
|
|
8701
|
-
loop:
|
|
8715
|
+
loop: hasMultipleChildren,
|
|
8716
|
+
resizeObserver: true,
|
|
8717
|
+
centeredSlides: true,
|
|
8718
|
+
keyboard: {
|
|
8719
|
+
enabled: true,
|
|
8720
|
+
onlyInViewport: true
|
|
8721
|
+
}
|
|
8702
8722
|
}, React__default.Children.map(children, function (child) {
|
|
8703
8723
|
return /*#__PURE__*/React__default.createElement(swiperReact_js.SwiperSlide, null, child);
|
|
8704
|
-
})))), /*#__PURE__*/React__default.createElement(ButtonsWrapper$1, {
|
|
8724
|
+
})))), hasMultipleChildren && /*#__PURE__*/React__default.createElement(ButtonsWrapper$1, {
|
|
8705
8725
|
"data-testid": "carousel-buttons-wrapper"
|
|
8706
8726
|
}, /*#__PURE__*/React__default.createElement(RotatorButtons, {
|
|
8707
8727
|
onClickNext: onNext,
|
|
@@ -8710,7 +8730,7 @@ var AsceticCarousel = function AsceticCarousel(_ref) {
|
|
|
8710
8730
|
};
|
|
8711
8731
|
|
|
8712
8732
|
var _templateObject$1a;
|
|
8713
|
-
var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1a || (_templateObject$1a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
8733
|
+
var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1a || (_templateObject$1a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-overline-3: ", ";\n --font-weight-overline-3: ", ";\n --letter-spacing-overline-3: ", ";\n --line-height-overline-3: ", "; \n\n --font-size-overline-4: ", ";\n --font-weight-overline-4: ", ";\n --letter-spacing-overline-4: ", ";\n --line-height-overline-4: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
8714
8734
|
var theme = _ref.theme;
|
|
8715
8735
|
return theme.colors.primary;
|
|
8716
8736
|
}, function (_ref2) {
|
|
@@ -8970,232 +8990,232 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1a || (
|
|
|
8970
8990
|
return theme.fonts.desktop.lineHeights.overline[2];
|
|
8971
8991
|
}, function (_ref87) {
|
|
8972
8992
|
var theme = _ref87.theme;
|
|
8973
|
-
return theme.fonts.desktop.sizes.
|
|
8993
|
+
return theme.fonts.desktop.sizes.overline[3];
|
|
8974
8994
|
}, function (_ref88) {
|
|
8975
8995
|
var theme = _ref88.theme;
|
|
8976
|
-
return theme.fonts.desktop.weights.
|
|
8996
|
+
return theme.fonts.desktop.weights.overline[3];
|
|
8977
8997
|
}, function (_ref89) {
|
|
8978
8998
|
var theme = _ref89.theme;
|
|
8979
|
-
return theme.fonts.desktop.letterSpacing.
|
|
8999
|
+
return theme.fonts.desktop.letterSpacing.overline[3];
|
|
8980
9000
|
}, function (_ref90) {
|
|
8981
9001
|
var theme = _ref90.theme;
|
|
8982
|
-
return theme.fonts.desktop.lineHeights.
|
|
9002
|
+
return theme.fonts.desktop.lineHeights.overline[3];
|
|
8983
9003
|
}, function (_ref91) {
|
|
8984
9004
|
var theme = _ref91.theme;
|
|
8985
|
-
return theme.fonts.desktop.sizes.
|
|
9005
|
+
return theme.fonts.desktop.sizes.overline[4];
|
|
8986
9006
|
}, function (_ref92) {
|
|
8987
9007
|
var theme = _ref92.theme;
|
|
8988
|
-
return theme.fonts.desktop.weights.
|
|
9008
|
+
return theme.fonts.desktop.weights.overline[4];
|
|
8989
9009
|
}, function (_ref93) {
|
|
8990
9010
|
var theme = _ref93.theme;
|
|
8991
|
-
return theme.fonts.desktop.letterSpacing.
|
|
9011
|
+
return theme.fonts.desktop.letterSpacing.overline[4];
|
|
8992
9012
|
}, function (_ref94) {
|
|
8993
9013
|
var theme = _ref94.theme;
|
|
8994
|
-
return theme.fonts.desktop.lineHeights.
|
|
9014
|
+
return theme.fonts.desktop.lineHeights.overline[4];
|
|
8995
9015
|
}, function (_ref95) {
|
|
8996
9016
|
var theme = _ref95.theme;
|
|
8997
|
-
return theme.fonts.desktop.sizes.body[
|
|
9017
|
+
return theme.fonts.desktop.sizes.body[1];
|
|
8998
9018
|
}, function (_ref96) {
|
|
8999
9019
|
var theme = _ref96.theme;
|
|
9000
|
-
return theme.fonts.desktop.weights.body[
|
|
9020
|
+
return theme.fonts.desktop.weights.body[1];
|
|
9001
9021
|
}, function (_ref97) {
|
|
9002
9022
|
var theme = _ref97.theme;
|
|
9003
|
-
return theme.fonts.desktop.letterSpacing.body[
|
|
9023
|
+
return theme.fonts.desktop.letterSpacing.body[1];
|
|
9004
9024
|
}, function (_ref98) {
|
|
9005
9025
|
var theme = _ref98.theme;
|
|
9006
|
-
return theme.fonts.desktop.lineHeights.body[
|
|
9026
|
+
return theme.fonts.desktop.lineHeights.body[1];
|
|
9007
9027
|
}, function (_ref99) {
|
|
9008
9028
|
var theme = _ref99.theme;
|
|
9009
|
-
return theme.fonts.desktop.sizes.
|
|
9029
|
+
return theme.fonts.desktop.sizes.body[2];
|
|
9010
9030
|
}, function (_ref100) {
|
|
9011
9031
|
var theme = _ref100.theme;
|
|
9012
|
-
return theme.fonts.desktop.weights.
|
|
9032
|
+
return theme.fonts.desktop.weights.body[2];
|
|
9013
9033
|
}, function (_ref101) {
|
|
9014
9034
|
var theme = _ref101.theme;
|
|
9015
|
-
return theme.fonts.desktop.letterSpacing.
|
|
9035
|
+
return theme.fonts.desktop.letterSpacing.body[2];
|
|
9016
9036
|
}, function (_ref102) {
|
|
9017
9037
|
var theme = _ref102.theme;
|
|
9018
|
-
return theme.fonts.desktop.lineHeights.
|
|
9038
|
+
return theme.fonts.desktop.lineHeights.body[2];
|
|
9019
9039
|
}, function (_ref103) {
|
|
9020
9040
|
var theme = _ref103.theme;
|
|
9021
|
-
return theme.fonts.desktop.sizes.
|
|
9041
|
+
return theme.fonts.desktop.sizes.body[3];
|
|
9022
9042
|
}, function (_ref104) {
|
|
9023
9043
|
var theme = _ref104.theme;
|
|
9024
|
-
return theme.fonts.desktop.weights.
|
|
9044
|
+
return theme.fonts.desktop.weights.body[3];
|
|
9025
9045
|
}, function (_ref105) {
|
|
9026
9046
|
var theme = _ref105.theme;
|
|
9027
|
-
return theme.fonts.desktop.letterSpacing.
|
|
9047
|
+
return theme.fonts.desktop.letterSpacing.body[3];
|
|
9028
9048
|
}, function (_ref106) {
|
|
9029
9049
|
var theme = _ref106.theme;
|
|
9030
|
-
return theme.fonts.desktop.lineHeights.
|
|
9050
|
+
return theme.fonts.desktop.lineHeights.body[3];
|
|
9031
9051
|
}, function (_ref107) {
|
|
9032
9052
|
var theme = _ref107.theme;
|
|
9033
|
-
return theme.fonts.desktop.sizes.
|
|
9053
|
+
return theme.fonts.desktop.sizes.subtitles[1];
|
|
9034
9054
|
}, function (_ref108) {
|
|
9035
9055
|
var theme = _ref108.theme;
|
|
9036
|
-
return theme.fonts.desktop.
|
|
9056
|
+
return theme.fonts.desktop.weights.subtitles[1];
|
|
9037
9057
|
}, function (_ref109) {
|
|
9038
9058
|
var theme = _ref109.theme;
|
|
9039
|
-
return theme.fonts.desktop.
|
|
9059
|
+
return theme.fonts.desktop.letterSpacing.subtitles[1];
|
|
9040
9060
|
}, function (_ref110) {
|
|
9041
9061
|
var theme = _ref110.theme;
|
|
9042
|
-
return theme.fonts.desktop.
|
|
9062
|
+
return theme.fonts.desktop.lineHeights.subtitles[1];
|
|
9043
9063
|
}, function (_ref111) {
|
|
9044
9064
|
var theme = _ref111.theme;
|
|
9045
|
-
return theme.fonts.desktop.
|
|
9065
|
+
return theme.fonts.desktop.sizes.subtitles[2];
|
|
9046
9066
|
}, function (_ref112) {
|
|
9047
9067
|
var theme = _ref112.theme;
|
|
9048
|
-
return theme.
|
|
9068
|
+
return theme.fonts.desktop.weights.subtitles[2];
|
|
9049
9069
|
}, function (_ref113) {
|
|
9050
9070
|
var theme = _ref113.theme;
|
|
9051
|
-
return theme.fonts.desktop.
|
|
9071
|
+
return theme.fonts.desktop.letterSpacing.subtitles[2];
|
|
9052
9072
|
}, function (_ref114) {
|
|
9053
9073
|
var theme = _ref114.theme;
|
|
9054
|
-
return theme.fonts.desktop.
|
|
9074
|
+
return theme.fonts.desktop.lineHeights.subtitles[2];
|
|
9055
9075
|
}, function (_ref115) {
|
|
9056
9076
|
var theme = _ref115.theme;
|
|
9057
|
-
return theme.fonts.desktop.
|
|
9077
|
+
return theme.fonts.desktop.sizes.titleDescription;
|
|
9058
9078
|
}, function (_ref116) {
|
|
9059
9079
|
var theme = _ref116.theme;
|
|
9060
|
-
return theme.fonts.desktop.
|
|
9080
|
+
return theme.fonts.desktop.lineHeights.titleDescription;
|
|
9061
9081
|
}, function (_ref117) {
|
|
9062
9082
|
var theme = _ref117.theme;
|
|
9063
|
-
return theme.fonts.desktop.
|
|
9083
|
+
return theme.fonts.desktop.lineHeights.listing;
|
|
9064
9084
|
}, function (_ref118) {
|
|
9065
9085
|
var theme = _ref118.theme;
|
|
9066
|
-
return theme.fonts.desktop.
|
|
9086
|
+
return theme.fonts.desktop.sizes.listing;
|
|
9067
9087
|
}, function (_ref119) {
|
|
9068
9088
|
var theme = _ref119.theme;
|
|
9069
|
-
return theme.fonts.desktop.
|
|
9089
|
+
return theme.fonts.desktop.lineHeights.peopleListing;
|
|
9070
9090
|
}, function (_ref120) {
|
|
9071
9091
|
var theme = _ref120.theme;
|
|
9072
|
-
return theme.
|
|
9092
|
+
return theme.spacing[6];
|
|
9073
9093
|
}, function (_ref121) {
|
|
9074
9094
|
var theme = _ref121.theme;
|
|
9075
|
-
return theme.fonts.desktop.families.
|
|
9095
|
+
return theme.fonts.desktop.families.headers;
|
|
9076
9096
|
}, function (_ref122) {
|
|
9077
9097
|
var theme = _ref122.theme;
|
|
9078
|
-
return theme.fonts.desktop.
|
|
9098
|
+
return theme.fonts.desktop.families.altHeaders;
|
|
9079
9099
|
}, function (_ref123) {
|
|
9080
9100
|
var theme = _ref123.theme;
|
|
9081
|
-
return theme.fonts.desktop.
|
|
9101
|
+
return theme.fonts.desktop.families.body;
|
|
9082
9102
|
}, function (_ref124) {
|
|
9083
9103
|
var theme = _ref124.theme;
|
|
9084
|
-
return theme.fonts.desktop.
|
|
9104
|
+
return theme.fonts.desktop.families.bodyItalics;
|
|
9085
9105
|
}, function (_ref125) {
|
|
9086
9106
|
var theme = _ref125.theme;
|
|
9087
|
-
return theme.fonts.desktop.
|
|
9107
|
+
return theme.fonts.desktop.families.buttons;
|
|
9088
9108
|
}, function (_ref126) {
|
|
9089
9109
|
var theme = _ref126.theme;
|
|
9090
|
-
return theme.fonts.desktop.
|
|
9110
|
+
return theme.fonts.desktop.families.overline;
|
|
9091
9111
|
}, function (_ref127) {
|
|
9092
9112
|
var theme = _ref127.theme;
|
|
9093
|
-
return theme.fonts.desktop.
|
|
9113
|
+
return theme.fonts.desktop.families.subtitles;
|
|
9094
9114
|
}, function (_ref128) {
|
|
9095
9115
|
var theme = _ref128.theme;
|
|
9096
|
-
return theme.fonts.desktop.
|
|
9116
|
+
return theme.fonts.desktop.families.peopleListingRole;
|
|
9097
9117
|
}, function (_ref129) {
|
|
9098
9118
|
var theme = _ref129.theme;
|
|
9099
|
-
return theme.fonts.desktop.
|
|
9119
|
+
return theme.fonts.desktop.families.body;
|
|
9100
9120
|
}, function (_ref130) {
|
|
9101
9121
|
var theme = _ref130.theme;
|
|
9102
|
-
return theme.fonts.desktop.
|
|
9122
|
+
return theme.fonts.desktop.fontFeatureSettings.headers;
|
|
9103
9123
|
}, function (_ref131) {
|
|
9104
9124
|
var theme = _ref131.theme;
|
|
9105
|
-
return theme.fonts.desktop.
|
|
9125
|
+
return theme.fonts.desktop.fontFeatureSettings.altHeaders;
|
|
9106
9126
|
}, function (_ref132) {
|
|
9107
9127
|
var theme = _ref132.theme;
|
|
9108
|
-
return theme.fonts.desktop.
|
|
9128
|
+
return theme.fonts.desktop.fontFeatureSettings.overline;
|
|
9109
9129
|
}, function (_ref133) {
|
|
9110
9130
|
var theme = _ref133.theme;
|
|
9111
|
-
return theme.fonts.desktop.
|
|
9131
|
+
return theme.fonts.desktop.fontFeatureSettings.subtitles;
|
|
9112
9132
|
}, function (_ref134) {
|
|
9113
9133
|
var theme = _ref134.theme;
|
|
9114
|
-
return theme.fonts.desktop.
|
|
9134
|
+
return theme.fonts.desktop.fontFeatureSettings.body;
|
|
9115
9135
|
}, function (_ref135) {
|
|
9116
9136
|
var theme = _ref135.theme;
|
|
9117
|
-
return theme.fonts.desktop.
|
|
9137
|
+
return theme.fonts.desktop.fontFeatureSettings.navigation;
|
|
9118
9138
|
}, function (_ref136) {
|
|
9119
9139
|
var theme = _ref136.theme;
|
|
9120
|
-
return theme.fonts.desktop.
|
|
9140
|
+
return theme.fonts.desktop.transforms.headers;
|
|
9121
9141
|
}, function (_ref137) {
|
|
9122
9142
|
var theme = _ref137.theme;
|
|
9123
|
-
return theme.fonts.desktop.
|
|
9143
|
+
return theme.fonts.desktop.transforms.altHeaders;
|
|
9124
9144
|
}, function (_ref138) {
|
|
9125
9145
|
var theme = _ref138.theme;
|
|
9126
|
-
return theme.fonts.desktop.
|
|
9146
|
+
return theme.fonts.desktop.transforms.body;
|
|
9127
9147
|
}, function (_ref139) {
|
|
9128
9148
|
var theme = _ref139.theme;
|
|
9129
|
-
return theme.fonts.desktop.
|
|
9149
|
+
return theme.fonts.desktop.transforms.overline;
|
|
9130
9150
|
}, function (_ref140) {
|
|
9131
9151
|
var theme = _ref140.theme;
|
|
9132
|
-
return theme.fonts.desktop.
|
|
9152
|
+
return theme.fonts.desktop.transforms.subtitles;
|
|
9133
9153
|
}, function (_ref141) {
|
|
9134
9154
|
var theme = _ref141.theme;
|
|
9135
|
-
return theme.fonts.desktop.
|
|
9155
|
+
return theme.fonts.desktop.wordBreak.headers;
|
|
9136
9156
|
}, function (_ref142) {
|
|
9137
9157
|
var theme = _ref142.theme;
|
|
9138
|
-
return theme.fonts.desktop.
|
|
9158
|
+
return theme.fonts.desktop.wordBreak.altHeaders;
|
|
9139
9159
|
}, function (_ref143) {
|
|
9140
9160
|
var theme = _ref143.theme;
|
|
9141
|
-
return theme.fonts.desktop.
|
|
9161
|
+
return theme.fonts.desktop.wordBreak.body;
|
|
9142
9162
|
}, function (_ref144) {
|
|
9143
9163
|
var theme = _ref144.theme;
|
|
9144
|
-
return theme.
|
|
9164
|
+
return theme.fonts.desktop.wordBreak.overline;
|
|
9145
9165
|
}, function (_ref145) {
|
|
9146
9166
|
var theme = _ref145.theme;
|
|
9147
|
-
return theme.
|
|
9167
|
+
return theme.fonts.desktop.wordBreak.subtitles;
|
|
9148
9168
|
}, function (_ref146) {
|
|
9149
9169
|
var theme = _ref146.theme;
|
|
9150
|
-
return theme.
|
|
9170
|
+
return theme.fonts.desktop.families.navigation;
|
|
9151
9171
|
}, function (_ref147) {
|
|
9152
9172
|
var theme = _ref147.theme;
|
|
9153
|
-
return theme.
|
|
9173
|
+
return theme.fonts.desktop.sizes.navigation;
|
|
9154
9174
|
}, function (_ref148) {
|
|
9155
9175
|
var theme = _ref148.theme;
|
|
9156
|
-
return theme.
|
|
9176
|
+
return theme.fonts.desktop.weights.navigation;
|
|
9157
9177
|
}, function (_ref149) {
|
|
9158
9178
|
var theme = _ref149.theme;
|
|
9159
|
-
return theme.
|
|
9179
|
+
return theme.fonts.desktop.lineHeights.navigation;
|
|
9160
9180
|
}, function (_ref150) {
|
|
9161
9181
|
var theme = _ref150.theme;
|
|
9162
|
-
return theme.
|
|
9182
|
+
return theme.fonts.desktop.transforms.navigation;
|
|
9163
9183
|
}, function (_ref151) {
|
|
9164
9184
|
var theme = _ref151.theme;
|
|
9165
|
-
return theme.fonts.desktop.
|
|
9185
|
+
return theme.fonts.desktop.letterSpacing.navigation;
|
|
9166
9186
|
}, function (_ref152) {
|
|
9167
9187
|
var theme = _ref152.theme;
|
|
9168
|
-
return theme.
|
|
9188
|
+
return theme.spacing[4];
|
|
9169
9189
|
}, function (_ref153) {
|
|
9170
9190
|
var theme = _ref153.theme;
|
|
9171
|
-
return theme.
|
|
9191
|
+
return theme.spacing[5];
|
|
9172
9192
|
}, function (_ref154) {
|
|
9173
9193
|
var theme = _ref154.theme;
|
|
9174
|
-
return theme.
|
|
9194
|
+
return theme.spacing[6];
|
|
9175
9195
|
}, function (_ref155) {
|
|
9176
9196
|
var theme = _ref155.theme;
|
|
9177
|
-
return theme.
|
|
9197
|
+
return theme.spacing[9];
|
|
9178
9198
|
}, function (_ref156) {
|
|
9179
9199
|
var theme = _ref156.theme;
|
|
9180
|
-
return theme.
|
|
9200
|
+
return theme.spacing[15];
|
|
9181
9201
|
}, function (_ref157) {
|
|
9182
9202
|
var theme = _ref157.theme;
|
|
9183
|
-
return theme.
|
|
9203
|
+
return theme.spacing[15];
|
|
9184
9204
|
}, function (_ref158) {
|
|
9185
9205
|
var theme = _ref158.theme;
|
|
9186
|
-
return theme.
|
|
9206
|
+
return theme.spacing[9];
|
|
9187
9207
|
}, function (_ref159) {
|
|
9188
9208
|
var theme = _ref159.theme;
|
|
9189
|
-
return theme.
|
|
9209
|
+
return theme.fonts.desktop.sizes.search;
|
|
9190
9210
|
}, function (_ref160) {
|
|
9191
9211
|
var theme = _ref160.theme;
|
|
9192
|
-
return theme.
|
|
9212
|
+
return theme.fonts.desktop.families.search;
|
|
9193
9213
|
}, function (_ref161) {
|
|
9194
9214
|
var theme = _ref161.theme;
|
|
9195
|
-
return theme.grid.desktop.
|
|
9215
|
+
return theme.grid.desktop.margin;
|
|
9196
9216
|
}, function (_ref162) {
|
|
9197
9217
|
var theme = _ref162.theme;
|
|
9198
|
-
return theme.grid.desktop.
|
|
9218
|
+
return theme.grid.desktop.outerMargin;
|
|
9199
9219
|
}, function (_ref163) {
|
|
9200
9220
|
var theme = _ref163.theme;
|
|
9201
9221
|
return theme.grid.desktop.outerMargin;
|
|
@@ -9204,426 +9224,450 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1a || (
|
|
|
9204
9224
|
return theme.grid.desktop.gap;
|
|
9205
9225
|
}, function (_ref165) {
|
|
9206
9226
|
var theme = _ref165.theme;
|
|
9207
|
-
return theme.grid.desktop.
|
|
9227
|
+
return theme.grid.desktop.margin;
|
|
9208
9228
|
}, function (_ref166) {
|
|
9209
9229
|
var theme = _ref166.theme;
|
|
9210
|
-
return theme.
|
|
9230
|
+
return theme.grid.desktop.outerMargin;
|
|
9211
9231
|
}, function (_ref167) {
|
|
9212
9232
|
var theme = _ref167.theme;
|
|
9213
|
-
return theme.
|
|
9233
|
+
return theme.grid.desktop.gap;
|
|
9214
9234
|
}, function (_ref168) {
|
|
9215
9235
|
var theme = _ref168.theme;
|
|
9216
|
-
return theme.
|
|
9236
|
+
return theme.grid.desktop.margin;
|
|
9217
9237
|
}, function (_ref169) {
|
|
9218
9238
|
var theme = _ref169.theme;
|
|
9219
|
-
return theme.
|
|
9239
|
+
return theme.grid.desktop.outerMargin;
|
|
9220
9240
|
}, function (_ref170) {
|
|
9221
9241
|
var theme = _ref170.theme;
|
|
9222
|
-
return theme.
|
|
9242
|
+
return theme.grid.desktop.gap;
|
|
9223
9243
|
}, function (_ref171) {
|
|
9224
9244
|
var theme = _ref171.theme;
|
|
9225
|
-
return theme.
|
|
9245
|
+
return theme.grid.desktop.outerMargin;
|
|
9226
9246
|
}, function (_ref172) {
|
|
9227
9247
|
var theme = _ref172.theme;
|
|
9228
|
-
return theme.
|
|
9248
|
+
return theme.grid.desktop.gap;
|
|
9229
9249
|
}, function (_ref173) {
|
|
9230
9250
|
var theme = _ref173.theme;
|
|
9231
|
-
return theme.
|
|
9251
|
+
return theme.grid.desktop.gap;
|
|
9232
9252
|
}, function (_ref174) {
|
|
9233
9253
|
var theme = _ref174.theme;
|
|
9234
|
-
return theme.footer.desktop.
|
|
9254
|
+
return theme.footer.desktop.height;
|
|
9235
9255
|
}, function (_ref175) {
|
|
9236
9256
|
var theme = _ref175.theme;
|
|
9237
|
-
return theme.
|
|
9257
|
+
return theme.footer.desktop.paddingTop;
|
|
9238
9258
|
}, function (_ref176) {
|
|
9239
9259
|
var theme = _ref176.theme;
|
|
9240
|
-
return theme.
|
|
9260
|
+
return theme.footer.desktop.paddingBottom;
|
|
9241
9261
|
}, function (_ref177) {
|
|
9242
9262
|
var theme = _ref177.theme;
|
|
9243
|
-
return theme.
|
|
9263
|
+
return theme.footer.desktop.itemsGap;
|
|
9244
9264
|
}, function (_ref178) {
|
|
9245
9265
|
var theme = _ref178.theme;
|
|
9246
|
-
return theme.
|
|
9266
|
+
return theme.footer.desktop.mediaGap;
|
|
9247
9267
|
}, function (_ref179) {
|
|
9248
9268
|
var theme = _ref179.theme;
|
|
9249
|
-
return theme.
|
|
9250
|
-
},
|
|
9269
|
+
return theme.footer.desktop.mediaIconWidth;
|
|
9270
|
+
}, function (_ref180) {
|
|
9251
9271
|
var theme = _ref180.theme;
|
|
9252
|
-
return theme.
|
|
9272
|
+
return theme.footer.desktop.mediaIconHeight;
|
|
9253
9273
|
}, function (_ref181) {
|
|
9254
9274
|
var theme = _ref181.theme;
|
|
9255
|
-
return theme.
|
|
9275
|
+
return theme.footer.desktop.verticalSpacingLarge;
|
|
9256
9276
|
}, function (_ref182) {
|
|
9257
9277
|
var theme = _ref182.theme;
|
|
9258
|
-
return theme.
|
|
9278
|
+
return theme.footer.desktop.verticalSpacingSmall;
|
|
9259
9279
|
}, function (_ref183) {
|
|
9260
9280
|
var theme = _ref183.theme;
|
|
9261
|
-
return theme.
|
|
9281
|
+
return theme.spacing[2];
|
|
9262
9282
|
}, function (_ref184) {
|
|
9263
9283
|
var theme = _ref184.theme;
|
|
9264
|
-
return theme.
|
|
9284
|
+
return theme.spacing[10];
|
|
9265
9285
|
}, function (_ref185) {
|
|
9266
9286
|
var theme = _ref185.theme;
|
|
9267
|
-
return theme.
|
|
9287
|
+
return theme.spacing[4];
|
|
9268
9288
|
}, function (_ref186) {
|
|
9269
9289
|
var theme = _ref186.theme;
|
|
9270
|
-
return theme.
|
|
9290
|
+
return theme.spacing[6];
|
|
9271
9291
|
}, function (_ref187) {
|
|
9272
9292
|
var theme = _ref187.theme;
|
|
9273
|
-
return theme.
|
|
9274
|
-
}, function (_ref188) {
|
|
9293
|
+
return theme.spacing[1];
|
|
9294
|
+
}, devices.mobile, function (_ref188) {
|
|
9275
9295
|
var theme = _ref188.theme;
|
|
9276
|
-
return theme.fonts.mobile.sizes.headers[
|
|
9296
|
+
return theme.fonts.mobile.sizes.headers[1];
|
|
9277
9297
|
}, function (_ref189) {
|
|
9278
9298
|
var theme = _ref189.theme;
|
|
9279
|
-
return theme.fonts.mobile.weights.headers[
|
|
9299
|
+
return theme.fonts.mobile.weights.headers[1];
|
|
9280
9300
|
}, function (_ref190) {
|
|
9281
9301
|
var theme = _ref190.theme;
|
|
9282
|
-
return theme.fonts.mobile.letterSpacing.headers[
|
|
9302
|
+
return theme.fonts.mobile.letterSpacing.headers[1];
|
|
9283
9303
|
}, function (_ref191) {
|
|
9284
9304
|
var theme = _ref191.theme;
|
|
9285
|
-
return theme.fonts.mobile.lineHeights.headers[
|
|
9305
|
+
return theme.fonts.mobile.lineHeights.headers[1];
|
|
9286
9306
|
}, function (_ref192) {
|
|
9287
9307
|
var theme = _ref192.theme;
|
|
9288
|
-
return theme.fonts.mobile.sizes.headers[
|
|
9308
|
+
return theme.fonts.mobile.sizes.headers[2];
|
|
9289
9309
|
}, function (_ref193) {
|
|
9290
9310
|
var theme = _ref193.theme;
|
|
9291
|
-
return theme.fonts.mobile.weights.headers[
|
|
9311
|
+
return theme.fonts.mobile.weights.headers[2];
|
|
9292
9312
|
}, function (_ref194) {
|
|
9293
9313
|
var theme = _ref194.theme;
|
|
9294
|
-
return theme.fonts.mobile.letterSpacing.headers[
|
|
9314
|
+
return theme.fonts.mobile.letterSpacing.headers[2];
|
|
9295
9315
|
}, function (_ref195) {
|
|
9296
9316
|
var theme = _ref195.theme;
|
|
9297
|
-
return theme.fonts.mobile.lineHeights.headers[
|
|
9317
|
+
return theme.fonts.mobile.lineHeights.headers[2];
|
|
9298
9318
|
}, function (_ref196) {
|
|
9299
9319
|
var theme = _ref196.theme;
|
|
9300
|
-
return theme.fonts.mobile.sizes.headers[
|
|
9320
|
+
return theme.fonts.mobile.sizes.headers[3];
|
|
9301
9321
|
}, function (_ref197) {
|
|
9302
9322
|
var theme = _ref197.theme;
|
|
9303
|
-
return theme.fonts.mobile.weights.headers[
|
|
9323
|
+
return theme.fonts.mobile.weights.headers[3];
|
|
9304
9324
|
}, function (_ref198) {
|
|
9305
9325
|
var theme = _ref198.theme;
|
|
9306
|
-
return theme.fonts.mobile.letterSpacing.headers[
|
|
9326
|
+
return theme.fonts.mobile.letterSpacing.headers[3];
|
|
9307
9327
|
}, function (_ref199) {
|
|
9308
9328
|
var theme = _ref199.theme;
|
|
9309
|
-
return theme.fonts.mobile.lineHeights.headers[
|
|
9329
|
+
return theme.fonts.mobile.lineHeights.headers[3];
|
|
9310
9330
|
}, function (_ref200) {
|
|
9311
9331
|
var theme = _ref200.theme;
|
|
9312
|
-
return theme.fonts.mobile.sizes.headers[
|
|
9332
|
+
return theme.fonts.mobile.sizes.headers[4];
|
|
9313
9333
|
}, function (_ref201) {
|
|
9314
9334
|
var theme = _ref201.theme;
|
|
9315
|
-
return theme.fonts.mobile.weights.headers[
|
|
9335
|
+
return theme.fonts.mobile.weights.headers[4];
|
|
9316
9336
|
}, function (_ref202) {
|
|
9317
9337
|
var theme = _ref202.theme;
|
|
9318
|
-
return theme.fonts.mobile.letterSpacing.headers[
|
|
9338
|
+
return theme.fonts.mobile.letterSpacing.headers[4];
|
|
9319
9339
|
}, function (_ref203) {
|
|
9320
9340
|
var theme = _ref203.theme;
|
|
9321
|
-
return theme.fonts.mobile.lineHeights.headers[
|
|
9341
|
+
return theme.fonts.mobile.lineHeights.headers[4];
|
|
9322
9342
|
}, function (_ref204) {
|
|
9323
9343
|
var theme = _ref204.theme;
|
|
9324
|
-
return theme.fonts.mobile.sizes.
|
|
9344
|
+
return theme.fonts.mobile.sizes.headers[5];
|
|
9325
9345
|
}, function (_ref205) {
|
|
9326
9346
|
var theme = _ref205.theme;
|
|
9327
|
-
return theme.fonts.mobile.weights.
|
|
9347
|
+
return theme.fonts.mobile.weights.headers[5];
|
|
9328
9348
|
}, function (_ref206) {
|
|
9329
9349
|
var theme = _ref206.theme;
|
|
9330
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9350
|
+
return theme.fonts.mobile.letterSpacing.headers[5];
|
|
9331
9351
|
}, function (_ref207) {
|
|
9332
9352
|
var theme = _ref207.theme;
|
|
9333
|
-
return theme.fonts.mobile.lineHeights.
|
|
9353
|
+
return theme.fonts.mobile.lineHeights.headers[5];
|
|
9334
9354
|
}, function (_ref208) {
|
|
9335
9355
|
var theme = _ref208.theme;
|
|
9336
|
-
return theme.fonts.mobile.sizes.
|
|
9356
|
+
return theme.fonts.mobile.sizes.headers[6];
|
|
9337
9357
|
}, function (_ref209) {
|
|
9338
9358
|
var theme = _ref209.theme;
|
|
9339
|
-
return theme.fonts.mobile.weights.
|
|
9359
|
+
return theme.fonts.mobile.weights.headers[6];
|
|
9340
9360
|
}, function (_ref210) {
|
|
9341
9361
|
var theme = _ref210.theme;
|
|
9342
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9362
|
+
return theme.fonts.mobile.letterSpacing.headers[6];
|
|
9343
9363
|
}, function (_ref211) {
|
|
9344
9364
|
var theme = _ref211.theme;
|
|
9345
|
-
return theme.fonts.mobile.lineHeights.
|
|
9365
|
+
return theme.fonts.mobile.lineHeights.headers[6];
|
|
9346
9366
|
}, function (_ref212) {
|
|
9347
9367
|
var theme = _ref212.theme;
|
|
9348
|
-
return theme.fonts.mobile.sizes.altHeaders[
|
|
9368
|
+
return theme.fonts.mobile.sizes.altHeaders[3];
|
|
9349
9369
|
}, function (_ref213) {
|
|
9350
9370
|
var theme = _ref213.theme;
|
|
9351
|
-
return theme.fonts.mobile.weights.altHeaders[
|
|
9371
|
+
return theme.fonts.mobile.weights.altHeaders[3];
|
|
9352
9372
|
}, function (_ref214) {
|
|
9353
9373
|
var theme = _ref214.theme;
|
|
9354
|
-
return theme.fonts.mobile.letterSpacing.altHeaders[
|
|
9374
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[3];
|
|
9355
9375
|
}, function (_ref215) {
|
|
9356
9376
|
var theme = _ref215.theme;
|
|
9357
|
-
return theme.fonts.mobile.lineHeights.altHeaders[
|
|
9377
|
+
return theme.fonts.mobile.lineHeights.altHeaders[3];
|
|
9358
9378
|
}, function (_ref216) {
|
|
9359
9379
|
var theme = _ref216.theme;
|
|
9360
|
-
return theme.fonts.mobile.sizes.altHeaders[
|
|
9380
|
+
return theme.fonts.mobile.sizes.altHeaders[4];
|
|
9361
9381
|
}, function (_ref217) {
|
|
9362
9382
|
var theme = _ref217.theme;
|
|
9363
|
-
return theme.fonts.mobile.weights.altHeaders[
|
|
9383
|
+
return theme.fonts.mobile.weights.altHeaders[4];
|
|
9364
9384
|
}, function (_ref218) {
|
|
9365
9385
|
var theme = _ref218.theme;
|
|
9366
|
-
return theme.fonts.mobile.letterSpacing.altHeaders[
|
|
9386
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[4];
|
|
9367
9387
|
}, function (_ref219) {
|
|
9368
9388
|
var theme = _ref219.theme;
|
|
9369
|
-
return theme.fonts.mobile.lineHeights.altHeaders[
|
|
9389
|
+
return theme.fonts.mobile.lineHeights.altHeaders[4];
|
|
9370
9390
|
}, function (_ref220) {
|
|
9371
9391
|
var theme = _ref220.theme;
|
|
9372
|
-
return theme.fonts.mobile.sizes.
|
|
9392
|
+
return theme.fonts.mobile.sizes.altHeaders[5];
|
|
9373
9393
|
}, function (_ref221) {
|
|
9374
9394
|
var theme = _ref221.theme;
|
|
9375
|
-
return theme.fonts.mobile.weights.
|
|
9395
|
+
return theme.fonts.mobile.weights.altHeaders[5];
|
|
9376
9396
|
}, function (_ref222) {
|
|
9377
9397
|
var theme = _ref222.theme;
|
|
9378
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9398
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[5];
|
|
9379
9399
|
}, function (_ref223) {
|
|
9380
9400
|
var theme = _ref223.theme;
|
|
9381
|
-
return theme.fonts.mobile.lineHeights.
|
|
9401
|
+
return theme.fonts.mobile.lineHeights.altHeaders[5];
|
|
9382
9402
|
}, function (_ref224) {
|
|
9383
9403
|
var theme = _ref224.theme;
|
|
9384
|
-
return theme.fonts.mobile.sizes.
|
|
9404
|
+
return theme.fonts.mobile.sizes.altHeaders[6];
|
|
9385
9405
|
}, function (_ref225) {
|
|
9386
9406
|
var theme = _ref225.theme;
|
|
9387
|
-
return theme.fonts.mobile.weights.
|
|
9407
|
+
return theme.fonts.mobile.weights.altHeaders[6];
|
|
9388
9408
|
}, function (_ref226) {
|
|
9389
9409
|
var theme = _ref226.theme;
|
|
9390
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9410
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[6];
|
|
9391
9411
|
}, function (_ref227) {
|
|
9392
9412
|
var theme = _ref227.theme;
|
|
9393
|
-
return theme.fonts.mobile.lineHeights.
|
|
9413
|
+
return theme.fonts.mobile.lineHeights.altHeaders[6];
|
|
9394
9414
|
}, function (_ref228) {
|
|
9395
9415
|
var theme = _ref228.theme;
|
|
9396
|
-
return theme.fonts.mobile.sizes.
|
|
9416
|
+
return theme.fonts.mobile.sizes.overline[1];
|
|
9397
9417
|
}, function (_ref229) {
|
|
9398
9418
|
var theme = _ref229.theme;
|
|
9399
|
-
return theme.fonts.mobile.weights.
|
|
9419
|
+
return theme.fonts.mobile.weights.overline[1];
|
|
9400
9420
|
}, function (_ref230) {
|
|
9401
9421
|
var theme = _ref230.theme;
|
|
9402
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9422
|
+
return theme.fonts.mobile.letterSpacing.overline[1];
|
|
9403
9423
|
}, function (_ref231) {
|
|
9404
9424
|
var theme = _ref231.theme;
|
|
9405
|
-
return theme.fonts.mobile.lineHeights.
|
|
9425
|
+
return theme.fonts.mobile.lineHeights.overline[1];
|
|
9406
9426
|
}, function (_ref232) {
|
|
9407
9427
|
var theme = _ref232.theme;
|
|
9408
|
-
return theme.fonts.mobile.sizes.
|
|
9428
|
+
return theme.fonts.mobile.sizes.overline[2];
|
|
9409
9429
|
}, function (_ref233) {
|
|
9410
9430
|
var theme = _ref233.theme;
|
|
9411
|
-
return theme.fonts.mobile.weights.
|
|
9431
|
+
return theme.fonts.mobile.weights.overline[2];
|
|
9412
9432
|
}, function (_ref234) {
|
|
9413
9433
|
var theme = _ref234.theme;
|
|
9414
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9434
|
+
return theme.fonts.mobile.letterSpacing.overline[2];
|
|
9415
9435
|
}, function (_ref235) {
|
|
9416
9436
|
var theme = _ref235.theme;
|
|
9417
|
-
return theme.fonts.mobile.lineHeights.
|
|
9437
|
+
return theme.fonts.mobile.lineHeights.overline[2];
|
|
9418
9438
|
}, function (_ref236) {
|
|
9419
9439
|
var theme = _ref236.theme;
|
|
9420
|
-
return theme.fonts.mobile.sizes.body[
|
|
9440
|
+
return theme.fonts.mobile.sizes.body[1];
|
|
9421
9441
|
}, function (_ref237) {
|
|
9422
9442
|
var theme = _ref237.theme;
|
|
9423
|
-
return theme.fonts.mobile.weights.body[
|
|
9443
|
+
return theme.fonts.mobile.weights.body[1];
|
|
9424
9444
|
}, function (_ref238) {
|
|
9425
9445
|
var theme = _ref238.theme;
|
|
9426
|
-
return theme.fonts.mobile.letterSpacing.body[
|
|
9446
|
+
return theme.fonts.mobile.letterSpacing.body[1];
|
|
9427
9447
|
}, function (_ref239) {
|
|
9428
9448
|
var theme = _ref239.theme;
|
|
9429
|
-
return theme.fonts.mobile.lineHeights.body[
|
|
9449
|
+
return theme.fonts.mobile.lineHeights.body[1];
|
|
9430
9450
|
}, function (_ref240) {
|
|
9431
9451
|
var theme = _ref240.theme;
|
|
9432
|
-
return theme.fonts.mobile.sizes.
|
|
9452
|
+
return theme.fonts.mobile.sizes.body[2];
|
|
9433
9453
|
}, function (_ref241) {
|
|
9434
9454
|
var theme = _ref241.theme;
|
|
9435
|
-
return theme.fonts.mobile.weights.
|
|
9455
|
+
return theme.fonts.mobile.weights.body[2];
|
|
9436
9456
|
}, function (_ref242) {
|
|
9437
9457
|
var theme = _ref242.theme;
|
|
9438
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9458
|
+
return theme.fonts.mobile.letterSpacing.body[2];
|
|
9439
9459
|
}, function (_ref243) {
|
|
9440
9460
|
var theme = _ref243.theme;
|
|
9441
|
-
return theme.fonts.mobile.lineHeights.
|
|
9461
|
+
return theme.fonts.mobile.lineHeights.body[2];
|
|
9442
9462
|
}, function (_ref244) {
|
|
9443
9463
|
var theme = _ref244.theme;
|
|
9444
|
-
return theme.fonts.mobile.sizes.
|
|
9464
|
+
return theme.fonts.mobile.sizes.body[3];
|
|
9445
9465
|
}, function (_ref245) {
|
|
9446
9466
|
var theme = _ref245.theme;
|
|
9447
|
-
return theme.fonts.mobile.weights.
|
|
9467
|
+
return theme.fonts.mobile.weights.body[3];
|
|
9448
9468
|
}, function (_ref246) {
|
|
9449
9469
|
var theme = _ref246.theme;
|
|
9450
|
-
return theme.fonts.mobile.letterSpacing.
|
|
9470
|
+
return theme.fonts.mobile.letterSpacing.body[3];
|
|
9451
9471
|
}, function (_ref247) {
|
|
9452
9472
|
var theme = _ref247.theme;
|
|
9453
|
-
return theme.fonts.mobile.lineHeights.
|
|
9473
|
+
return theme.fonts.mobile.lineHeights.body[3];
|
|
9454
9474
|
}, function (_ref248) {
|
|
9455
9475
|
var theme = _ref248.theme;
|
|
9456
|
-
return theme.fonts.mobile.sizes.
|
|
9476
|
+
return theme.fonts.mobile.sizes.subtitles[1];
|
|
9457
9477
|
}, function (_ref249) {
|
|
9458
9478
|
var theme = _ref249.theme;
|
|
9459
|
-
return theme.fonts.mobile.
|
|
9479
|
+
return theme.fonts.mobile.weights.subtitles[1];
|
|
9460
9480
|
}, function (_ref250) {
|
|
9461
9481
|
var theme = _ref250.theme;
|
|
9462
|
-
return theme.
|
|
9482
|
+
return theme.fonts.mobile.letterSpacing.subtitles[1];
|
|
9463
9483
|
}, function (_ref251) {
|
|
9464
9484
|
var theme = _ref251.theme;
|
|
9465
|
-
return theme.fonts.mobile.
|
|
9485
|
+
return theme.fonts.mobile.lineHeights.subtitles[1];
|
|
9466
9486
|
}, function (_ref252) {
|
|
9467
9487
|
var theme = _ref252.theme;
|
|
9468
|
-
return theme.fonts.mobile.
|
|
9488
|
+
return theme.fonts.mobile.sizes.subtitles[2];
|
|
9469
9489
|
}, function (_ref253) {
|
|
9470
9490
|
var theme = _ref253.theme;
|
|
9471
|
-
return theme.fonts.mobile.
|
|
9491
|
+
return theme.fonts.mobile.weights.subtitles[2];
|
|
9472
9492
|
}, function (_ref254) {
|
|
9473
9493
|
var theme = _ref254.theme;
|
|
9474
|
-
return theme.fonts.mobile.
|
|
9494
|
+
return theme.fonts.mobile.letterSpacing.subtitles[2];
|
|
9475
9495
|
}, function (_ref255) {
|
|
9476
9496
|
var theme = _ref255.theme;
|
|
9477
|
-
return theme.fonts.mobile.
|
|
9497
|
+
return theme.fonts.mobile.lineHeights.subtitles[2];
|
|
9478
9498
|
}, function (_ref256) {
|
|
9479
9499
|
var theme = _ref256.theme;
|
|
9480
|
-
return theme.fonts.mobile.
|
|
9500
|
+
return theme.fonts.mobile.sizes.titleDescription;
|
|
9481
9501
|
}, function (_ref257) {
|
|
9482
9502
|
var theme = _ref257.theme;
|
|
9483
|
-
return theme.fonts.mobile.
|
|
9503
|
+
return theme.fonts.mobile.lineHeights.titleDescription;
|
|
9484
9504
|
}, function (_ref258) {
|
|
9485
9505
|
var theme = _ref258.theme;
|
|
9486
|
-
return theme.
|
|
9506
|
+
return theme.spacing[4];
|
|
9487
9507
|
}, function (_ref259) {
|
|
9488
9508
|
var theme = _ref259.theme;
|
|
9489
|
-
return theme.fonts.mobile.
|
|
9509
|
+
return theme.fonts.mobile.sizes.search;
|
|
9490
9510
|
}, function (_ref260) {
|
|
9491
9511
|
var theme = _ref260.theme;
|
|
9492
|
-
return theme.fonts.mobile.families.
|
|
9512
|
+
return theme.fonts.mobile.families.search;
|
|
9493
9513
|
}, function (_ref261) {
|
|
9494
9514
|
var theme = _ref261.theme;
|
|
9495
|
-
return theme.fonts.mobile.families.
|
|
9515
|
+
return theme.fonts.mobile.families.headers;
|
|
9496
9516
|
}, function (_ref262) {
|
|
9497
9517
|
var theme = _ref262.theme;
|
|
9498
|
-
return theme.fonts.mobile.
|
|
9518
|
+
return theme.fonts.mobile.families.altHeaders;
|
|
9499
9519
|
}, function (_ref263) {
|
|
9500
9520
|
var theme = _ref263.theme;
|
|
9501
|
-
return theme.fonts.mobile.
|
|
9521
|
+
return theme.fonts.mobile.families.body;
|
|
9502
9522
|
}, function (_ref264) {
|
|
9503
9523
|
var theme = _ref264.theme;
|
|
9504
|
-
return theme.fonts.mobile.
|
|
9524
|
+
return theme.fonts.mobile.families.bodyItalics;
|
|
9505
9525
|
}, function (_ref265) {
|
|
9506
9526
|
var theme = _ref265.theme;
|
|
9507
|
-
return theme.fonts.mobile.
|
|
9527
|
+
return theme.fonts.mobile.families.buttons;
|
|
9508
9528
|
}, function (_ref266) {
|
|
9509
9529
|
var theme = _ref266.theme;
|
|
9510
|
-
return theme.fonts.mobile.
|
|
9530
|
+
return theme.fonts.mobile.families.overline;
|
|
9511
9531
|
}, function (_ref267) {
|
|
9512
9532
|
var theme = _ref267.theme;
|
|
9513
|
-
return theme.fonts.mobile.
|
|
9533
|
+
return theme.fonts.mobile.families.subtitles;
|
|
9514
9534
|
}, function (_ref268) {
|
|
9515
9535
|
var theme = _ref268.theme;
|
|
9516
|
-
return theme.fonts.mobile.
|
|
9536
|
+
return theme.fonts.mobile.families.peopleListingRole;
|
|
9517
9537
|
}, function (_ref269) {
|
|
9518
9538
|
var theme = _ref269.theme;
|
|
9519
|
-
return theme.fonts.mobile.
|
|
9539
|
+
return theme.fonts.mobile.families.body;
|
|
9520
9540
|
}, function (_ref270) {
|
|
9521
9541
|
var theme = _ref270.theme;
|
|
9522
|
-
return theme.fonts.mobile.
|
|
9542
|
+
return theme.fonts.mobile.fontFeatureSettings.headers;
|
|
9523
9543
|
}, function (_ref271) {
|
|
9524
9544
|
var theme = _ref271.theme;
|
|
9525
|
-
return theme.fonts.mobile.
|
|
9545
|
+
return theme.fonts.mobile.fontFeatureSettings.altHeaders;
|
|
9526
9546
|
}, function (_ref272) {
|
|
9527
9547
|
var theme = _ref272.theme;
|
|
9528
|
-
return theme.fonts.mobile.
|
|
9548
|
+
return theme.fonts.mobile.fontFeatureSettings.overline;
|
|
9529
9549
|
}, function (_ref273) {
|
|
9530
9550
|
var theme = _ref273.theme;
|
|
9531
|
-
return theme.fonts.mobile.
|
|
9551
|
+
return theme.fonts.mobile.fontFeatureSettings.subtitles;
|
|
9532
9552
|
}, function (_ref274) {
|
|
9533
9553
|
var theme = _ref274.theme;
|
|
9534
|
-
return theme.fonts.mobile.
|
|
9554
|
+
return theme.fonts.mobile.fontFeatureSettings.body;
|
|
9535
9555
|
}, function (_ref275) {
|
|
9536
9556
|
var theme = _ref275.theme;
|
|
9537
|
-
return theme.fonts.mobile.
|
|
9557
|
+
return theme.fonts.mobile.fontFeatureSettings.navigation;
|
|
9538
9558
|
}, function (_ref276) {
|
|
9539
9559
|
var theme = _ref276.theme;
|
|
9540
|
-
return theme.fonts.mobile.
|
|
9560
|
+
return theme.fonts.mobile.transforms.headers;
|
|
9541
9561
|
}, function (_ref277) {
|
|
9542
9562
|
var theme = _ref277.theme;
|
|
9543
|
-
return theme.fonts.mobile.
|
|
9563
|
+
return theme.fonts.mobile.transforms.altHeaders;
|
|
9544
9564
|
}, function (_ref278) {
|
|
9545
9565
|
var theme = _ref278.theme;
|
|
9546
|
-
return theme.
|
|
9566
|
+
return theme.fonts.mobile.transforms.body;
|
|
9547
9567
|
}, function (_ref279) {
|
|
9548
9568
|
var theme = _ref279.theme;
|
|
9549
|
-
return theme.
|
|
9569
|
+
return theme.fonts.mobile.transforms.overline;
|
|
9550
9570
|
}, function (_ref280) {
|
|
9551
9571
|
var theme = _ref280.theme;
|
|
9552
|
-
return theme.
|
|
9572
|
+
return theme.fonts.mobile.transforms.subtitles;
|
|
9553
9573
|
}, function (_ref281) {
|
|
9554
9574
|
var theme = _ref281.theme;
|
|
9555
|
-
return theme.
|
|
9575
|
+
return theme.fonts.mobile.wordBreak.headers;
|
|
9556
9576
|
}, function (_ref282) {
|
|
9557
9577
|
var theme = _ref282.theme;
|
|
9558
|
-
return theme.
|
|
9578
|
+
return theme.fonts.mobile.wordBreak.altHeaders;
|
|
9559
9579
|
}, function (_ref283) {
|
|
9560
9580
|
var theme = _ref283.theme;
|
|
9561
|
-
return theme.
|
|
9581
|
+
return theme.fonts.mobile.wordBreak.body;
|
|
9562
9582
|
}, function (_ref284) {
|
|
9563
9583
|
var theme = _ref284.theme;
|
|
9564
|
-
return theme.
|
|
9584
|
+
return theme.fonts.mobile.wordBreak.overline;
|
|
9565
9585
|
}, function (_ref285) {
|
|
9566
9586
|
var theme = _ref285.theme;
|
|
9567
|
-
return theme.
|
|
9587
|
+
return theme.fonts.mobile.wordBreak.subtitles;
|
|
9568
9588
|
}, function (_ref286) {
|
|
9569
9589
|
var theme = _ref286.theme;
|
|
9570
|
-
return theme.
|
|
9590
|
+
return theme.grid.mobile.margin;
|
|
9571
9591
|
}, function (_ref287) {
|
|
9572
9592
|
var theme = _ref287.theme;
|
|
9573
|
-
return theme.
|
|
9593
|
+
return theme.grid.mobile.gap;
|
|
9574
9594
|
}, function (_ref288) {
|
|
9575
9595
|
var theme = _ref288.theme;
|
|
9576
|
-
return theme.
|
|
9596
|
+
return theme.grid.mobile.margin;
|
|
9577
9597
|
}, function (_ref289) {
|
|
9578
9598
|
var theme = _ref289.theme;
|
|
9579
|
-
return theme.
|
|
9599
|
+
return theme.grid.mobile.gap;
|
|
9580
9600
|
}, function (_ref290) {
|
|
9581
9601
|
var theme = _ref290.theme;
|
|
9582
|
-
return theme.
|
|
9602
|
+
return theme.grid.mobile.gap;
|
|
9583
9603
|
}, function (_ref291) {
|
|
9584
9604
|
var theme = _ref291.theme;
|
|
9585
|
-
return theme.
|
|
9605
|
+
return theme.grid.mobile.margin;
|
|
9586
9606
|
}, function (_ref292) {
|
|
9587
9607
|
var theme = _ref292.theme;
|
|
9588
|
-
return theme.footer.mobile.
|
|
9608
|
+
return theme.footer.mobile.height;
|
|
9589
9609
|
}, function (_ref293) {
|
|
9590
9610
|
var theme = _ref293.theme;
|
|
9591
|
-
return theme.
|
|
9611
|
+
return theme.footer.mobile.paddingTop;
|
|
9592
9612
|
}, function (_ref294) {
|
|
9593
9613
|
var theme = _ref294.theme;
|
|
9594
|
-
return theme.
|
|
9595
|
-
},
|
|
9614
|
+
return theme.footer.mobile.paddingBottom;
|
|
9615
|
+
}, function (_ref295) {
|
|
9596
9616
|
var theme = _ref295.theme;
|
|
9597
|
-
return theme.
|
|
9617
|
+
return theme.footer.mobile.itemsGap;
|
|
9598
9618
|
}, function (_ref296) {
|
|
9599
9619
|
var theme = _ref296.theme;
|
|
9600
|
-
return theme.
|
|
9620
|
+
return theme.footer.mobile.mediaGap;
|
|
9601
9621
|
}, function (_ref297) {
|
|
9602
9622
|
var theme = _ref297.theme;
|
|
9603
|
-
return theme.
|
|
9623
|
+
return theme.footer.mobile.mediaIconWidth;
|
|
9604
9624
|
}, function (_ref298) {
|
|
9605
9625
|
var theme = _ref298.theme;
|
|
9606
|
-
return theme.
|
|
9626
|
+
return theme.footer.mobile.mediaIconHeight;
|
|
9607
9627
|
}, function (_ref299) {
|
|
9608
9628
|
var theme = _ref299.theme;
|
|
9609
|
-
return theme.
|
|
9629
|
+
return theme.footer.mobile.verticalSpacingLarge;
|
|
9610
9630
|
}, function (_ref300) {
|
|
9611
9631
|
var theme = _ref300.theme;
|
|
9612
|
-
return theme.
|
|
9632
|
+
return theme.footer.mobile.verticalSpacingSmall;
|
|
9613
9633
|
}, function (_ref301) {
|
|
9614
9634
|
var theme = _ref301.theme;
|
|
9615
9635
|
return theme.spacing[10];
|
|
9616
9636
|
}, function (_ref302) {
|
|
9617
9637
|
var theme = _ref302.theme;
|
|
9618
9638
|
return theme.spacing[6];
|
|
9619
|
-
}, function (_ref303) {
|
|
9639
|
+
}, devices.tablet, function (_ref303) {
|
|
9620
9640
|
var theme = _ref303.theme;
|
|
9621
|
-
return theme.
|
|
9641
|
+
return theme.grid.tablet.margin;
|
|
9622
9642
|
}, function (_ref304) {
|
|
9623
9643
|
var theme = _ref304.theme;
|
|
9624
|
-
return theme.
|
|
9644
|
+
return theme.grid.tablet.gap;
|
|
9625
9645
|
}, function (_ref305) {
|
|
9626
9646
|
var theme = _ref305.theme;
|
|
9647
|
+
return theme.grid.tablet.margin;
|
|
9648
|
+
}, function (_ref306) {
|
|
9649
|
+
var theme = _ref306.theme;
|
|
9650
|
+
return theme.grid.tablet.gap;
|
|
9651
|
+
}, function (_ref307) {
|
|
9652
|
+
var theme = _ref307.theme;
|
|
9653
|
+
return theme.grid.tablet.gap;
|
|
9654
|
+
}, function (_ref308) {
|
|
9655
|
+
var theme = _ref308.theme;
|
|
9656
|
+
return theme.grid.tablet.margin;
|
|
9657
|
+
}, function (_ref309) {
|
|
9658
|
+
var theme = _ref309.theme;
|
|
9659
|
+
return theme.spacing[10];
|
|
9660
|
+
}, function (_ref310) {
|
|
9661
|
+
var theme = _ref310.theme;
|
|
9662
|
+
return theme.spacing[6];
|
|
9663
|
+
}, function (_ref311) {
|
|
9664
|
+
var theme = _ref311.theme;
|
|
9665
|
+
return theme.fonts.tablet.sizes.headers[6];
|
|
9666
|
+
}, function (_ref312) {
|
|
9667
|
+
var theme = _ref312.theme;
|
|
9668
|
+
return theme.fonts.tablet.sizes.altHeaders[4];
|
|
9669
|
+
}, function (_ref313) {
|
|
9670
|
+
var theme = _ref313.theme;
|
|
9627
9671
|
return theme.fonts.tablet.sizes.body[1];
|
|
9628
9672
|
}, devices.desktop, devices.largeDesktop);
|
|
9629
9673
|
|
|
@@ -9632,7 +9676,6 @@ exports.Accordions = Accordions;
|
|
|
9632
9676
|
exports.AltHeader = AltHeader;
|
|
9633
9677
|
exports.AnchorTabBar = AnchorTabBar;
|
|
9634
9678
|
exports.AnnouncementBanner = AnnouncementBanner;
|
|
9635
|
-
exports.AsceticCarousel = AsceticCarousel;
|
|
9636
9679
|
exports.BodyText = BodyText;
|
|
9637
9680
|
exports.Card = Card;
|
|
9638
9681
|
exports.Cards = Cards;
|
|
@@ -9657,6 +9700,7 @@ exports.ImageWithCaption = ImageWithCaption;
|
|
|
9657
9700
|
exports.Information = Information;
|
|
9658
9701
|
exports.LiveChat = LiveChat;
|
|
9659
9702
|
exports.MiniCard = MiniCard;
|
|
9703
|
+
exports.MinimalCarousel = MinimalCarousel;
|
|
9660
9704
|
exports.Navigation = Navigation;
|
|
9661
9705
|
exports.Overline = Overline;
|
|
9662
9706
|
exports.PageHeadingCinema = PageHeadingCinema;
|