@blateral/b.kit 2.5.2 → 2.6.0
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/README.md +1 -1
- package/cjs/TableBlock-f2c59d9b.js +2 -0
- package/cjs/TableBlock-f2c59d9b.js.map +1 -0
- package/cjs/{VideoBlock-a7d6ff7d.js → VideoBlock-dea7de8a.js} +2 -2
- package/cjs/{VideoBlock-a7d6ff7d.js.map → VideoBlock-dea7de8a.js.map} +1 -1
- package/cjs/blocks.js +1 -1
- package/cjs/sections.events.js +1 -1
- package/cjs/sections.events.js.map +1 -1
- package/cjs/sections.js +1 -1
- package/cjs/sections.js.map +1 -1
- package/cjs/sections.news.js +1 -1
- package/cjs/sections.news.js.map +1 -1
- package/esm/{TableBlock-cc49e089.js → TableBlock-67fe2385.js} +186 -14
- package/esm/TableBlock-67fe2385.js.map +1 -0
- package/esm/{VideoBlock-5fe94711.js → VideoBlock-b227ae6e.js} +2 -2
- package/esm/{VideoBlock-5fe94711.js.map → VideoBlock-b227ae6e.js.map} +1 -1
- package/esm/blocks.js +2 -2
- package/esm/sections.events.js +6 -6
- package/esm/sections.events.js.map +1 -1
- package/esm/sections.js +56 -52
- package/esm/sections.js.map +1 -1
- package/esm/sections.news.js +19 -15
- package/esm/sections.news.js.map +1 -1
- package/package.json +2 -2
- package/types/components/base/icons/ButtonLeft.d.ts +9 -0
- package/types/components/base/icons/ButtonLeft.d.ts.map +1 -0
- package/types/components/base/icons/ButtonRight.d.ts +9 -0
- package/types/components/base/icons/ButtonRight.d.ts.map +1 -0
- package/types/components/blocks/TableBlock.d.ts +2 -2
- package/types/components/blocks/TableBlock.d.ts.map +1 -1
- package/types/components/sections/Table.d.ts.map +1 -1
- package/types/components/sections/events/EventDetail.d.ts.map +1 -1
- package/types/components/sections/news/NewsTable.d.ts.map +1 -1
- package/cjs/TableBlock-007f8e34.js +0 -2
- package/cjs/TableBlock-007f8e34.js.map +0 -1
- package/esm/TableBlock-cc49e089.js.map +0 -1
package/esm/sections.js
CHANGED
|
@@ -12,9 +12,9 @@ import { g as gridSettings, G as Grid, a as getGridWidth } from './Grid-5eec127f
|
|
|
12
12
|
import { L as Link } from './Link-3fd9c9b8.js';
|
|
13
13
|
import { S as StatusFormatter } from './statusFormatter-9be0fbff.js';
|
|
14
14
|
import { u as useEqualSheetHeight } from './useEqualSheetHeight-97420d63.js';
|
|
15
|
-
import { T as Title$5, a as TableBlock } from './TableBlock-
|
|
15
|
+
import { T as Title$5, a as TableBlock } from './TableBlock-67fe2385.js';
|
|
16
16
|
import { A as Actions } from './Actions-21372b3a.js';
|
|
17
|
-
import { I as IntroBlock, V as VideoBlock } from './VideoBlock-
|
|
17
|
+
import { I as IntroBlock, V as VideoBlock } from './VideoBlock-b227ae6e.js';
|
|
18
18
|
import { I as Image } from './Image-dc2b33c1.js';
|
|
19
19
|
import { u as useIE } from './useIE-a9c56989.js';
|
|
20
20
|
import ReactDOMServer from 'react-dom/server';
|
|
@@ -45,7 +45,7 @@ var AccordionContainer = styled.div.withConfig({
|
|
|
45
45
|
var View$9 = styled.details.withConfig({
|
|
46
46
|
displayName: "Accordion__View",
|
|
47
47
|
componentId: "sc-1el5cmc-1"
|
|
48
|
-
})(templateObject_2$
|
|
48
|
+
})(templateObject_2$s || (templateObject_2$s = __makeTemplateObject([""], [""])));
|
|
49
49
|
var AccordionHead = styled.summary.withConfig({
|
|
50
50
|
displayName: "Accordion__AccordionHead",
|
|
51
51
|
componentId: "sc-1el5cmc-2"
|
|
@@ -177,7 +177,7 @@ var Accordion = function (_a) {
|
|
|
177
177
|
}))))));
|
|
178
178
|
};
|
|
179
179
|
var Accordion$1 = withLibTheme(Accordion);
|
|
180
|
-
var templateObject_1$w, templateObject_2$
|
|
180
|
+
var templateObject_1$w, templateObject_2$s, templateObject_3$n, templateObject_4$k, templateObject_5$i;
|
|
181
181
|
|
|
182
182
|
var View$8 = styled.div.withConfig({
|
|
183
183
|
displayName: "Alert__View",
|
|
@@ -205,7 +205,7 @@ var View$8 = styled.div.withConfig({
|
|
|
205
205
|
var Icon$4 = styled.div.withConfig({
|
|
206
206
|
displayName: "Alert__Icon",
|
|
207
207
|
componentId: "sc-1d5c0fb-1"
|
|
208
|
-
})(templateObject_2$
|
|
208
|
+
})(templateObject_2$r || (templateObject_2$r = __makeTemplateObject(["\n display: flex;\n align-items: center;\n\n & > * {\n height: 48px;\n width: 48px;\n }\n"], ["\n display: flex;\n align-items: center;\n\n & > * {\n height: 48px;\n width: 48px;\n }\n"])));
|
|
209
209
|
var MainLabel$1 = styled.div.withConfig({
|
|
210
210
|
displayName: "Alert__MainLabel",
|
|
211
211
|
componentId: "sc-1d5c0fb-2"
|
|
@@ -263,7 +263,7 @@ var Alert = function (_a) {
|
|
|
263
263
|
ariaLabel: (link === null || link === void 0 ? void 0 : link.href) ? title : undefined
|
|
264
264
|
})));
|
|
265
265
|
};
|
|
266
|
-
var templateObject_1$v, templateObject_2$
|
|
266
|
+
var templateObject_1$v, templateObject_2$r, templateObject_3$m, templateObject_4$j, templateObject_5$h, templateObject_6$d;
|
|
267
267
|
|
|
268
268
|
var List$3 = styled.ul.withConfig({
|
|
269
269
|
displayName: "AlertList__List",
|
|
@@ -272,7 +272,7 @@ var List$3 = styled.ul.withConfig({
|
|
|
272
272
|
var ListItem$2 = styled.li.withConfig({
|
|
273
273
|
displayName: "AlertList__ListItem",
|
|
274
274
|
componentId: "sc-bfdeyu-1"
|
|
275
|
-
})(templateObject_2$
|
|
275
|
+
})(templateObject_2$q || (templateObject_2$q = __makeTemplateObject(["\n padding-top: ", "px;\n padding-left: ", "px;\n flex: 1 1 100%;\n\n @media ", " {\n flex: 0 1 50%;\n max-width: 50%;\n\n padding-top: ", "px;\n padding-left: ", "px;\n }\n\n @media ", " {\n flex: 0 1 ", "%;\n max-width: 600px;\n\n padding-top: ", "px;\n padding-left: ", "px;\n }\n"], ["\n padding-top: ", "px;\n padding-left: ", "px;\n flex: 1 1 100%;\n\n @media ", " {\n flex: 0 1 50%;\n max-width: 50%;\n\n padding-top: ", "px;\n padding-left: ", "px;\n }\n\n @media ", " {\n flex: 0 1 ", "%;\n max-width: 600px;\n\n padding-top: ", "px;\n padding-left: ", "px;\n }\n"])), spacings.nudge * 2, spacings.nudge * 2, mq.medium, spacings.spacer, spacings.spacer, mq.large, function (_a) {
|
|
276
276
|
var itemsPerRow = _a.itemsPerRow;
|
|
277
277
|
return 1 / itemsPerRow * 100;
|
|
278
278
|
}, spacings.spacer, spacings.spacer);
|
|
@@ -317,7 +317,7 @@ var AlertList = function (_a) {
|
|
|
317
317
|
}))));
|
|
318
318
|
};
|
|
319
319
|
var AlertList$1 = withLibTheme(AlertList);
|
|
320
|
-
var templateObject_1$u, templateObject_2$
|
|
320
|
+
var templateObject_1$u, templateObject_2$q;
|
|
321
321
|
|
|
322
322
|
var StyledTitle$1 = styled(Title$5).withConfig({
|
|
323
323
|
displayName: "Article__StyledTitle",
|
|
@@ -326,7 +326,7 @@ var StyledTitle$1 = styled(Title$5).withConfig({
|
|
|
326
326
|
var ContentText = styled(Copy).withConfig({
|
|
327
327
|
displayName: "Article__ContentText",
|
|
328
328
|
componentId: "sc-1lrfo1r-1"
|
|
329
|
-
})(templateObject_2$
|
|
329
|
+
})(templateObject_2$p || (templateObject_2$p = __makeTemplateObject(["\n text-align: left;\n"], ["\n text-align: left;\n"])));
|
|
330
330
|
var StyledActions$5 = styled(Actions).withConfig({
|
|
331
331
|
displayName: "Article__StyledActions",
|
|
332
332
|
componentId: "sc-1lrfo1r-2"
|
|
@@ -394,7 +394,7 @@ var Article = function (_a) {
|
|
|
394
394
|
})));
|
|
395
395
|
};
|
|
396
396
|
var Article$1 = withLibTheme(Article);
|
|
397
|
-
var templateObject_1$t, templateObject_2$
|
|
397
|
+
var templateObject_1$t, templateObject_2$p, templateObject_3$l;
|
|
398
398
|
|
|
399
399
|
var ContactView = styled.div.withConfig({
|
|
400
400
|
displayName: "CallToAction__ContactView",
|
|
@@ -403,7 +403,7 @@ var ContactView = styled.div.withConfig({
|
|
|
403
403
|
var Avatar = styled.img.withConfig({
|
|
404
404
|
displayName: "CallToAction__Avatar",
|
|
405
405
|
componentId: "sc-1wdvzex-1"
|
|
406
|
-
})(templateObject_2$
|
|
406
|
+
})(templateObject_2$o || (templateObject_2$o = __makeTemplateObject(["\n align-self: center;\n display: block;\n border: solid 1px transparent;\n border-radius: 50%;\n width: 180px;\n height: 180px;\n\n background: ", ";\n\n @media ", " {\n display: block;\n width: 190px;\n height: 190px;\n }\n"], ["\n align-self: center;\n display: block;\n border: solid 1px transparent;\n border-radius: 50%;\n width: 180px;\n height: 180px;\n\n background: ", ";\n\n @media ", " {\n display: block;\n width: 190px;\n height: 190px;\n }\n"])), function (_a) {
|
|
407
407
|
var theme = _a.theme,
|
|
408
408
|
isInverted = _a.isInverted;
|
|
409
409
|
return isInverted ? getGlobals(theme).sections.imagePlaceholderBg.inverted : getGlobals(theme).sections.imagePlaceholderBg.default;
|
|
@@ -508,7 +508,7 @@ var CallToAction = function (_a) {
|
|
|
508
508
|
})));
|
|
509
509
|
};
|
|
510
510
|
var CallToAction$1 = withLibTheme(CallToAction);
|
|
511
|
-
var templateObject_1$s, templateObject_2$
|
|
511
|
+
var templateObject_1$s, templateObject_2$o, templateObject_3$k, templateObject_4$i, templateObject_5$g, templateObject_6$c, templateObject_7$9, templateObject_8$3;
|
|
512
512
|
|
|
513
513
|
var View$7 = styled.div.withConfig({
|
|
514
514
|
displayName: "CardList__View",
|
|
@@ -530,7 +530,7 @@ var SolidView = styled(View$7).withConfig({
|
|
|
530
530
|
return cardColor ? cardColor : isInverted ? getColors(theme).primary.inverted : getColors(theme).primary.default;
|
|
531
531
|
}, function (_a) {
|
|
532
532
|
var hasLink = _a.hasLink;
|
|
533
|
-
return hasLink && css(templateObject_2$
|
|
533
|
+
return hasLink && css(templateObject_2$n || (templateObject_2$n = __makeTemplateObject(["\n cursor: pointer;\n\n @media (hover: hover) and (pointer: fine) {\n &:hover {\n box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.35);\n }\n }\n "], ["\n cursor: pointer;\n\n @media (hover: hover) and (pointer: fine) {\n &:hover {\n box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.35);\n }\n }\n "])));
|
|
534
534
|
});
|
|
535
535
|
var ImageView = styled(View$7).withConfig({
|
|
536
536
|
displayName: "CardList__ImageView",
|
|
@@ -679,7 +679,7 @@ var CardList$1 = function (_a) {
|
|
|
679
679
|
}))));
|
|
680
680
|
};
|
|
681
681
|
var CardList$2 = withLibTheme(CardList$1);
|
|
682
|
-
var templateObject_1$r, templateObject_2$
|
|
682
|
+
var templateObject_1$r, templateObject_2$n, templateObject_3$j, templateObject_4$h, templateObject_5$f, templateObject_6$b, templateObject_7$8, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11$2, templateObject_12$2, templateObject_13$1, templateObject_14$1, templateObject_15;
|
|
683
683
|
|
|
684
684
|
var clamp = function (num, min, max) {
|
|
685
685
|
return Math.min(Math.max(num, min), max);
|
|
@@ -692,7 +692,7 @@ var Images = styled.div.withConfig({
|
|
|
692
692
|
var BackgroundImg = styled(Image).withConfig({
|
|
693
693
|
displayName: "ComparisonSlider__BackgroundImg",
|
|
694
694
|
componentId: "sc-4f3ic1-1"
|
|
695
|
-
})(templateObject_2$
|
|
695
|
+
})(templateObject_2$m || (templateObject_2$m = __makeTemplateObject(["\n position: relative;\n display: block;\n width: 100%;\n"], ["\n position: relative;\n display: block;\n width: 100%;\n"])));
|
|
696
696
|
var ForegroundContainer = styled.div.withConfig({
|
|
697
697
|
displayName: "ComparisonSlider__ForegroundContainer",
|
|
698
698
|
componentId: "sc-4f3ic1-2"
|
|
@@ -922,12 +922,12 @@ var ComparisonSlider = function (_a) {
|
|
|
922
922
|
}))))));
|
|
923
923
|
};
|
|
924
924
|
var ComparisonSlider$1 = withLibTheme(ComparisonSlider);
|
|
925
|
-
var templateObject_1$q, templateObject_2$
|
|
925
|
+
var templateObject_1$q, templateObject_2$m, templateObject_3$i, templateObject_4$g, templateObject_5$e, templateObject_6$a, templateObject_7$7, templateObject_8$1, templateObject_9$1, templateObject_10$1, templateObject_11$1, templateObject_12$1;
|
|
926
926
|
|
|
927
927
|
var View$6 = styled(Link).withConfig({
|
|
928
928
|
displayName: "PromotionCard__View",
|
|
929
929
|
componentId: "sc-1p1egy3-0"
|
|
930
|
-
})(templateObject_2$
|
|
930
|
+
})(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n display: block;\n position: relative;\n width: 100%;\n border-radius: ", ";\n overflow: hidden;\n outline: none;\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n background: ", ";\n pointer-events: none;\n }\n\n ", "\n"], ["\n display: block;\n position: relative;\n width: 100%;\n border-radius: ", ";\n overflow: hidden;\n outline: none;\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n background: ", ";\n pointer-events: none;\n }\n\n ", "\n"])), function (_a) {
|
|
931
931
|
var theme = _a.theme;
|
|
932
932
|
return getGlobals(theme).sections.edgeRadius;
|
|
933
933
|
}, function (_a) {
|
|
@@ -1008,7 +1008,7 @@ var PromotionCard = forwardRef(function (_a, ref) {
|
|
|
1008
1008
|
})));
|
|
1009
1009
|
});
|
|
1010
1010
|
PromotionCard.displayName = 'PromotionCard';
|
|
1011
|
-
var templateObject_1$p, templateObject_2$
|
|
1011
|
+
var templateObject_1$p, templateObject_2$l, templateObject_3$h, templateObject_4$f, templateObject_5$d, templateObject_6$9, templateObject_7$6;
|
|
1012
1012
|
|
|
1013
1013
|
var Card$1 = styled(PromotionCard).withConfig({
|
|
1014
1014
|
displayName: "CrossPromotion__Card",
|
|
@@ -1105,7 +1105,7 @@ var View$5 = styled.div.withConfig({
|
|
|
1105
1105
|
var ImageContainer$2 = styled.div.withConfig({
|
|
1106
1106
|
displayName: "Fact__ImageContainer",
|
|
1107
1107
|
componentId: "sc-elpxk2-1"
|
|
1108
|
-
})(templateObject_2$
|
|
1108
|
+
})(templateObject_2$k || (templateObject_2$k = __makeTemplateObject(["\n display: flex;\n justify-content: ", ";\n margin-bottom: ", "px;\n max-width: 100%;\n"], ["\n display: flex;\n justify-content: ", ";\n margin-bottom: ", "px;\n max-width: 100%;\n"])), function (_a) {
|
|
1109
1109
|
var isCentered = _a.isCentered;
|
|
1110
1110
|
return isCentered ? 'center' : 'flex-start';
|
|
1111
1111
|
}, spacings.nudge * 3);
|
|
@@ -1180,7 +1180,7 @@ var Fact = forwardRef(function (_a, ref) {
|
|
|
1180
1180
|
})));
|
|
1181
1181
|
});
|
|
1182
1182
|
Fact.displayName = 'Fact';
|
|
1183
|
-
var templateObject_1$n, templateObject_2$
|
|
1183
|
+
var templateObject_1$n, templateObject_2$k, templateObject_3$g, templateObject_4$e, templateObject_5$c, templateObject_6$8, templateObject_7$5;
|
|
1184
1184
|
|
|
1185
1185
|
var FactFill = styled.div.withConfig({
|
|
1186
1186
|
displayName: "FactGrid__FactFill",
|
|
@@ -1269,7 +1269,7 @@ var FactsContainer = styled.ul.withConfig({
|
|
|
1269
1269
|
var FactItem = styled.li.withConfig({
|
|
1270
1270
|
displayName: "FactList__FactItem",
|
|
1271
1271
|
componentId: "sc-elh0vj-1"
|
|
1272
|
-
})(templateObject_2$
|
|
1272
|
+
})(templateObject_2$j || (templateObject_2$j = __makeTemplateObject(["\n padding: ", "px;\n\n background: ", ";\n\n display: flex;\n flex-direction: row;\n align-items: ", ";\n\n @media ", " {\n padding: ", "px;\n }\n"], ["\n padding: ", "px;\n\n background: ", ";\n\n display: flex;\n flex-direction: row;\n align-items: ", ";\n\n @media ", " {\n padding: ", "px;\n }\n"])), spacings.nudge * 2, function (_a) {
|
|
1273
1273
|
var theme = _a.theme,
|
|
1274
1274
|
hasBack = _a.hasBack;
|
|
1275
1275
|
return hasBack ? getColors(theme).elementBg.light : getColors(theme).elementBg.medium;
|
|
@@ -1325,7 +1325,7 @@ var FactList = function (_a) {
|
|
|
1325
1325
|
}))));
|
|
1326
1326
|
};
|
|
1327
1327
|
var FactList$1 = withLibTheme(FactList);
|
|
1328
|
-
var templateObject_1$l, templateObject_2$
|
|
1328
|
+
var templateObject_1$l, templateObject_2$j, templateObject_3$f, templateObject_4$d, templateObject_5$b;
|
|
1329
1329
|
|
|
1330
1330
|
var View$4 = styled.div.withConfig({
|
|
1331
1331
|
displayName: "Feature__View",
|
|
@@ -1345,7 +1345,7 @@ var TitleLink = styled(Link).withConfig({
|
|
|
1345
1345
|
var href = _a.href,
|
|
1346
1346
|
isInverted = _a.isInverted,
|
|
1347
1347
|
theme = _a.theme;
|
|
1348
|
-
return !href && css(templateObject_2$
|
|
1348
|
+
return !href && css(templateObject_2$i || (templateObject_2$i = __makeTemplateObject(["\n &:hover {\n color: ", ";\n }\n "], ["\n &:hover {\n color: ", ";\n }\n "])), isInverted ? getFonts(theme)['copy-b'].big.colorInverted : getFonts(theme)['copy-b'].big.color);
|
|
1349
1349
|
});
|
|
1350
1350
|
var ImageContainer$1 = styled(Link).withConfig({
|
|
1351
1351
|
displayName: "Feature__ImageContainer",
|
|
@@ -1435,7 +1435,7 @@ var Feature = forwardRef(function (_a, ref) {
|
|
|
1435
1435
|
})));
|
|
1436
1436
|
});
|
|
1437
1437
|
Feature.displayName = 'Feature';
|
|
1438
|
-
var templateObject_1$k, templateObject_2$
|
|
1438
|
+
var templateObject_1$k, templateObject_2$i, templateObject_3$e, templateObject_4$c, templateObject_5$a, templateObject_6$7, templateObject_7$4;
|
|
1439
1439
|
|
|
1440
1440
|
var FeatureList = function (_a) {
|
|
1441
1441
|
var anchorId = _a.anchorId,
|
|
@@ -1544,7 +1544,7 @@ var StyledSection = styled(Section).withConfig({
|
|
|
1544
1544
|
var ItemContainer = styled.div.withConfig({
|
|
1545
1545
|
displayName: "IconList__ItemContainer",
|
|
1546
1546
|
componentId: "sc-10wpi8n-1"
|
|
1547
|
-
})(templateObject_2$
|
|
1547
|
+
})(templateObject_2$h || (templateObject_2$h = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n text-align: center;\n\n &:not(:last-child) {\n margin-bottom: ", "px;\n }\n\n @media ", " {\n justify-content: ", ";\n }\n"], ["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n text-align: center;\n\n &:not(:last-child) {\n margin-bottom: ", "px;\n }\n\n @media ", " {\n justify-content: ", ";\n }\n"])), spacings.spacer, mq.semilarge, function (_a) {
|
|
1548
1548
|
var isCentered = _a.isCentered;
|
|
1549
1549
|
return isCentered ? 'center' : 'flex-start';
|
|
1550
1550
|
});
|
|
@@ -1696,7 +1696,7 @@ var IconList = function (_a) {
|
|
|
1696
1696
|
})));
|
|
1697
1697
|
};
|
|
1698
1698
|
var IconList$1 = withLibTheme(IconList);
|
|
1699
|
-
var templateObject_1$i, templateObject_2$
|
|
1699
|
+
var templateObject_1$i, templateObject_2$h, templateObject_3$d, templateObject_4$b, templateObject_5$9, templateObject_6$6, templateObject_7$3;
|
|
1700
1700
|
|
|
1701
1701
|
var List$1 = styled.ul.withConfig({
|
|
1702
1702
|
displayName: "IndexList__List",
|
|
@@ -1720,7 +1720,7 @@ var List$1 = styled.ul.withConfig({
|
|
|
1720
1720
|
var ListItem$1 = styled.li.withConfig({
|
|
1721
1721
|
displayName: "IndexList__ListItem",
|
|
1722
1722
|
componentId: "sc-9my0y5-1"
|
|
1723
|
-
})(templateObject_2$
|
|
1723
|
+
})(templateObject_2$g || (templateObject_2$g = __makeTemplateObject([""], [""])));
|
|
1724
1724
|
var IndexLink = styled(Link).withConfig({
|
|
1725
1725
|
displayName: "IndexList__IndexLink",
|
|
1726
1726
|
componentId: "sc-9my0y5-2"
|
|
@@ -1809,7 +1809,7 @@ var IndexList = function (_a) {
|
|
|
1809
1809
|
}))));
|
|
1810
1810
|
};
|
|
1811
1811
|
var IndexList$1 = withLibTheme(IndexList);
|
|
1812
|
-
var templateObject_1$h, templateObject_2$
|
|
1812
|
+
var templateObject_1$h, templateObject_2$g, templateObject_3$c, templateObject_4$a, templateObject_5$8;
|
|
1813
1813
|
|
|
1814
1814
|
var Intro$1 = function (_a) {
|
|
1815
1815
|
var anchorId = _a.anchorId,
|
|
@@ -1895,7 +1895,7 @@ var View$3 = styled(Link).withConfig({
|
|
|
1895
1895
|
var MainLabel = styled.div.withConfig({
|
|
1896
1896
|
displayName: "NavBlock__MainLabel",
|
|
1897
1897
|
componentId: "sc-7v33be-1"
|
|
1898
|
-
})(templateObject_2$
|
|
1898
|
+
})(templateObject_2$f || (templateObject_2$f = __makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-left: ", ";\n"], ["\n display: flex;\n align-items: center;\n margin-left: ", ";\n"])), function (_a) {
|
|
1899
1899
|
var hasIcon = _a.hasIcon;
|
|
1900
1900
|
return hasIcon && "".concat(spacings.nudge * 3, "px");
|
|
1901
1901
|
});
|
|
@@ -1950,7 +1950,7 @@ var NavBlock = function (_a) {
|
|
|
1950
1950
|
hasIcon: !!customIcon
|
|
1951
1951
|
})));
|
|
1952
1952
|
};
|
|
1953
|
-
var templateObject_1$g, templateObject_2$
|
|
1953
|
+
var templateObject_1$g, templateObject_2$f, templateObject_3$b, templateObject_4$9, templateObject_5$7, templateObject_6$5;
|
|
1954
1954
|
|
|
1955
1955
|
var List = styled.ul.withConfig({
|
|
1956
1956
|
displayName: "NavList__List",
|
|
@@ -1959,7 +1959,7 @@ var List = styled.ul.withConfig({
|
|
|
1959
1959
|
var ListItem = styled.li.withConfig({
|
|
1960
1960
|
displayName: "NavList__ListItem",
|
|
1961
1961
|
componentId: "sc-1lrkz0q-1"
|
|
1962
|
-
})(templateObject_2$
|
|
1962
|
+
})(templateObject_2$e || (templateObject_2$e = __makeTemplateObject(["\n padding-top: ", "px;\n padding-left: ", "px;\n flex: 1 0 100%;\n\n @media ", " {\n flex: 0 0 50%;\n max-width: 50%;\n padding-top: ", "px;\n }\n\n @media ", " {\n flex: 0 0 33.33%;\n max-width: 33.33%;\n }\n\n // print version\n @media print {\n flex: 0 0 50%;\n max-width: 50%;\n padding-top: ", "px;\n }\n"], ["\n padding-top: ", "px;\n padding-left: ", "px;\n flex: 1 0 100%;\n\n @media ", " {\n flex: 0 0 50%;\n max-width: 50%;\n padding-top: ", "px;\n }\n\n @media ", " {\n flex: 0 0 33.33%;\n max-width: 33.33%;\n }\n\n // print version\n @media print {\n flex: 0 0 50%;\n max-width: 50%;\n padding-top: ", "px;\n }\n"])), spacings.spacer, spacings.spacer, mq.medium, spacings.spacer * 2, mq.large, spacings.spacer * 2);
|
|
1963
1963
|
|
|
1964
1964
|
var NavList = function (_a) {
|
|
1965
1965
|
var anchorId = _a.anchorId,
|
|
@@ -1986,7 +1986,7 @@ var NavList = function (_a) {
|
|
|
1986
1986
|
}))));
|
|
1987
1987
|
};
|
|
1988
1988
|
var NavList$1 = withLibTheme(NavList);
|
|
1989
|
-
var templateObject_1$f, templateObject_2$
|
|
1989
|
+
var templateObject_1$f, templateObject_2$e;
|
|
1990
1990
|
|
|
1991
1991
|
var CARD_MIN_WIDTH = 240;
|
|
1992
1992
|
var CARD_MAX_WIDTH = 440;
|
|
@@ -2009,7 +2009,7 @@ var View$2 = styled.li.withConfig({
|
|
|
2009
2009
|
var ImageContainer = styled.div.withConfig({
|
|
2010
2010
|
displayName: "NumberList__ImageContainer",
|
|
2011
2011
|
componentId: "sc-ehx754-1"
|
|
2012
|
-
})(templateObject_2$
|
|
2012
|
+
})(templateObject_2$d || (templateObject_2$d = __makeTemplateObject(["\n display: flex;\n justify-content: ", ";\n margin-bottom: ", "px;\n max-width: 100%;\n"], ["\n display: flex;\n justify-content: ", ";\n margin-bottom: ", "px;\n max-width: 100%;\n"])), function (_a) {
|
|
2013
2013
|
var isCentered = _a.isCentered;
|
|
2014
2014
|
return isCentered ? 'center' : 'flex-start';
|
|
2015
2015
|
}, spacings.nudge * 3);
|
|
@@ -2117,7 +2117,7 @@ var NumberList = function (_a) {
|
|
|
2117
2117
|
}))));
|
|
2118
2118
|
};
|
|
2119
2119
|
var NumberList$1 = withLibTheme(NumberList);
|
|
2120
|
-
var templateObject_1$e, templateObject_2$
|
|
2120
|
+
var templateObject_1$e, templateObject_2$d, templateObject_3$a, templateObject_4$8, templateObject_5$6, templateObject_6$4;
|
|
2121
2121
|
|
|
2122
2122
|
var View$1 = styled.section.withConfig({
|
|
2123
2123
|
displayName: "ParallaxBackground__View",
|
|
@@ -2126,7 +2126,7 @@ var View$1 = styled.section.withConfig({
|
|
|
2126
2126
|
var Parallax = styled.div.withConfig({
|
|
2127
2127
|
displayName: "ParallaxBackground__Parallax",
|
|
2128
2128
|
componentId: "sc-g8idp4-1"
|
|
2129
|
-
})(templateObject_2$
|
|
2129
|
+
})(templateObject_2$c || (templateObject_2$c = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n margin-left: 0;\n width: 100%;\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n margin-left: 0;\n width: 100%;\n"])));
|
|
2130
2130
|
var Content$2 = styled.div.withConfig({
|
|
2131
2131
|
displayName: "ParallaxBackground__Content",
|
|
2132
2132
|
componentId: "sc-g8idp4-2"
|
|
@@ -2276,7 +2276,7 @@ var ParallaxBackground = function (_a) {
|
|
|
2276
2276
|
coverSpace: width !== -1
|
|
2277
2277
|
}, image))))));
|
|
2278
2278
|
};
|
|
2279
|
-
var templateObject_1$d, templateObject_2$
|
|
2279
|
+
var templateObject_1$d, templateObject_2$c, templateObject_3$9, templateObject_4$7, templateObject_5$5;
|
|
2280
2280
|
|
|
2281
2281
|
var Container = styled.figure.withConfig({
|
|
2282
2282
|
displayName: "Poster__Container",
|
|
@@ -2292,7 +2292,7 @@ var Container = styled.figure.withConfig({
|
|
|
2292
2292
|
var StyledImage$2 = styled(Image).withConfig({
|
|
2293
2293
|
displayName: "Poster__StyledImage",
|
|
2294
2294
|
componentId: "sc-k1cv7v-1"
|
|
2295
|
-
})(templateObject_2$
|
|
2295
|
+
})(templateObject_2$b || (templateObject_2$b = __makeTemplateObject(["\n img {\n height: 550px;\n }\n"], ["\n img {\n height: 550px;\n }\n"])));
|
|
2296
2296
|
var Intro = styled(IntroBlock).withConfig({
|
|
2297
2297
|
displayName: "Poster__Intro",
|
|
2298
2298
|
componentId: "sc-k1cv7v-2"
|
|
@@ -2354,7 +2354,7 @@ var Poster = function (_a) {
|
|
|
2354
2354
|
}))));
|
|
2355
2355
|
};
|
|
2356
2356
|
var Poster$1 = withLibTheme(Poster);
|
|
2357
|
-
var templateObject_1$c, templateObject_2$
|
|
2357
|
+
var templateObject_1$c, templateObject_2$b, templateObject_3$8;
|
|
2358
2358
|
|
|
2359
2359
|
var ItemList = styled.ul.withConfig({
|
|
2360
2360
|
displayName: "PriceList__ItemList",
|
|
@@ -2363,7 +2363,7 @@ var ItemList = styled.ul.withConfig({
|
|
|
2363
2363
|
var ItemBlock = styled.li.withConfig({
|
|
2364
2364
|
displayName: "PriceList__ItemBlock",
|
|
2365
2365
|
componentId: "sc-to452u-1"
|
|
2366
|
-
})(templateObject_2$
|
|
2366
|
+
})(templateObject_2$a || (templateObject_2$a = __makeTemplateObject(["\n max-width: 100%;\n padding: ", "px;\n\n background: ", ";\n\n & > * + * {\n margin-top: ", "px;\n }\n\n @media ", " {\n padding: ", "px;\n }\n"], ["\n max-width: 100%;\n padding: ", "px;\n\n background: ", ";\n\n & > * + * {\n margin-top: ", "px;\n }\n\n @media ", " {\n padding: ", "px;\n }\n"])), spacings.nudge * 2, function (_a) {
|
|
2367
2367
|
var theme = _a.theme,
|
|
2368
2368
|
hasBg = _a.hasBg;
|
|
2369
2369
|
return hasBg ? getColors(theme).elementBg.light : getColors(theme).elementBg.medium;
|
|
@@ -2425,7 +2425,7 @@ var PriceList = function (_a) {
|
|
|
2425
2425
|
}))));
|
|
2426
2426
|
};
|
|
2427
2427
|
var PriceList$1 = withLibTheme(PriceList);
|
|
2428
|
-
var templateObject_1$b, templateObject_2$
|
|
2428
|
+
var templateObject_1$b, templateObject_2$a, templateObject_3$7, templateObject_4$6, templateObject_5$4, templateObject_6$3;
|
|
2429
2429
|
|
|
2430
2430
|
var View = styled.div.withConfig({
|
|
2431
2431
|
displayName: "PriceTag__View",
|
|
@@ -2446,7 +2446,7 @@ var View = styled.div.withConfig({
|
|
|
2446
2446
|
var StyledActions$2 = styled(Actions).withConfig({
|
|
2447
2447
|
displayName: "PriceTag__StyledActions",
|
|
2448
2448
|
componentId: "sc-wnisbz-1"
|
|
2449
|
-
})(templateObject_2$
|
|
2449
|
+
})(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n display: block;\n margin-top: auto;\n padding-top: ", "px;\n text-align: center;\n"], ["\n display: block;\n margin-top: auto;\n padding-top: ", "px;\n text-align: center;\n"])), spacings.spacer);
|
|
2450
2450
|
var PriceTag = forwardRef(function (_a, ref) {
|
|
2451
2451
|
var superTitle = _a.superTitle,
|
|
2452
2452
|
title = _a.title,
|
|
@@ -2491,7 +2491,7 @@ var PriceTag = forwardRef(function (_a, ref) {
|
|
|
2491
2491
|
}));
|
|
2492
2492
|
});
|
|
2493
2493
|
PriceTag.displayName = 'PriceTag';
|
|
2494
|
-
var templateObject_1$a, templateObject_2$
|
|
2494
|
+
var templateObject_1$a, templateObject_2$9;
|
|
2495
2495
|
|
|
2496
2496
|
var Tag = styled(PriceTag).withConfig({
|
|
2497
2497
|
displayName: "PriceTable__Tag",
|
|
@@ -2500,7 +2500,7 @@ var Tag = styled(PriceTag).withConfig({
|
|
|
2500
2500
|
var Items = styled.div.withConfig({
|
|
2501
2501
|
displayName: "PriceTable__Items",
|
|
2502
2502
|
componentId: "sc-1n6x4b3-1"
|
|
2503
|
-
})(templateObject_2$
|
|
2503
|
+
})(templateObject_2$8 || (templateObject_2$8 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n\n margin-top: -", "px;\n margin-left: -", "px;\n\n & > * {\n flex: 1 1 25%;\n min-width: 286px;\n max-width: 320px;\n margin-top: ", "px;\n margin-left: ", "px;\n }\n\n @media ", " {\n & > * {\n max-width: 286px;\n }\n }\n"], ["\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n\n margin-top: -", "px;\n margin-left: -", "px;\n\n & > * {\n flex: 1 1 25%;\n min-width: 286px;\n max-width: 320px;\n margin-top: ", "px;\n margin-left: ", "px;\n }\n\n @media ", " {\n & > * {\n max-width: 286px;\n }\n }\n"])), gridSettings.gutter, gridSettings.gutter, gridSettings.gutter, gridSettings.gutter, mq.large);
|
|
2504
2504
|
|
|
2505
2505
|
var PriceTable = function (_a) {
|
|
2506
2506
|
var anchorId = _a.anchorId,
|
|
@@ -2541,7 +2541,7 @@ var PriceTable = function (_a) {
|
|
|
2541
2541
|
}))));
|
|
2542
2542
|
};
|
|
2543
2543
|
var PriceTable$1 = withLibTheme(PriceTable);
|
|
2544
|
-
var templateObject_1$9, templateObject_2$
|
|
2544
|
+
var templateObject_1$9, templateObject_2$8;
|
|
2545
2545
|
|
|
2546
2546
|
var Content$1 = styled.figure.withConfig({
|
|
2547
2547
|
displayName: "Quote__Content",
|
|
@@ -2550,7 +2550,7 @@ var Content$1 = styled.figure.withConfig({
|
|
|
2550
2550
|
var Text = styled(Callout).withConfig({
|
|
2551
2551
|
displayName: "Quote__Text",
|
|
2552
2552
|
componentId: "sc-135tfv0-1"
|
|
2553
|
-
})(templateObject_2$
|
|
2553
|
+
})(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject(["\n text-align: center;\n margin-left: 0;\n margin-right: 0;\n padding: 0;\n"], ["\n text-align: center;\n margin-left: 0;\n margin-right: 0;\n padding: 0;\n"])));
|
|
2554
2554
|
var Source = styled(Copy).withConfig({
|
|
2555
2555
|
displayName: "Quote__Source",
|
|
2556
2556
|
componentId: "sc-135tfv0-2"
|
|
@@ -2586,7 +2586,7 @@ var Quote = function (_a) {
|
|
|
2586
2586
|
}))));
|
|
2587
2587
|
};
|
|
2588
2588
|
var Quote$1 = withLibTheme(Quote);
|
|
2589
|
-
var templateObject_1$8, templateObject_2$
|
|
2589
|
+
var templateObject_1$8, templateObject_2$7, templateObject_3$6;
|
|
2590
2590
|
|
|
2591
2591
|
var ImageWrapper = styled(Wrapper).withConfig({
|
|
2592
2592
|
displayName: "SimpleImage__ImageWrapper",
|
|
@@ -2636,7 +2636,7 @@ var Cards = styled.ul.withConfig({
|
|
|
2636
2636
|
var Item = styled.li.withConfig({
|
|
2637
2637
|
displayName: "SocialWall__Item",
|
|
2638
2638
|
componentId: "sc-ggztu7-1"
|
|
2639
|
-
})(templateObject_2$
|
|
2639
|
+
})(templateObject_2$6 || (templateObject_2$6 = __makeTemplateObject(["\n display: block;\n position: relative;\n padding: 0;\n"], ["\n display: block;\n position: relative;\n padding: 0;\n"])));
|
|
2640
2640
|
var Card = styled(Link).withConfig({
|
|
2641
2641
|
displayName: "SocialWall__Card",
|
|
2642
2642
|
componentId: "sc-ggztu7-2"
|
|
@@ -2721,12 +2721,16 @@ var SocialWall = function (_a) {
|
|
|
2721
2721
|
}))));
|
|
2722
2722
|
};
|
|
2723
2723
|
var SocialWall$1 = withLibTheme(SocialWall);
|
|
2724
|
-
var templateObject_1$6, templateObject_2$
|
|
2724
|
+
var templateObject_1$6, templateObject_2$6, templateObject_3$5, templateObject_4$5, templateObject_5$3, templateObject_6$2, templateObject_7$2;
|
|
2725
2725
|
|
|
2726
|
+
var TableSection = styled(Section).withConfig({
|
|
2727
|
+
displayName: "Table__TableSection",
|
|
2728
|
+
componentId: "sc-16ge7gg-0"
|
|
2729
|
+
})(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n overflow: unset;\n"], ["\n overflow: unset;\n"])));
|
|
2726
2730
|
var TableWrapper = styled(Wrapper).withConfig({
|
|
2727
2731
|
displayName: "Table__TableWrapper",
|
|
2728
|
-
componentId: "sc-16ge7gg-
|
|
2729
|
-
})(
|
|
2732
|
+
componentId: "sc-16ge7gg-1"
|
|
2733
|
+
})(templateObject_2$5 || (templateObject_2$5 = __makeTemplateObject(["\n & > * + * {\n margin-top: ", "px;\n }\n"], ["\n & > * + * {\n margin-top: ", "px;\n }\n"])), spacings.spacer);
|
|
2730
2734
|
|
|
2731
2735
|
var Table = function (_a) {
|
|
2732
2736
|
var anchorId = _a.anchorId,
|
|
@@ -2735,7 +2739,7 @@ var Table = function (_a) {
|
|
|
2735
2739
|
var colors = useLibTheme().colors;
|
|
2736
2740
|
var isInverted = bgMode === 'inverted';
|
|
2737
2741
|
var hasBg = bgMode === 'full' || isInverted;
|
|
2738
|
-
return React__default.createElement(
|
|
2742
|
+
return React__default.createElement(TableSection, {
|
|
2739
2743
|
addSeperation: true,
|
|
2740
2744
|
anchorId: anchorId,
|
|
2741
2745
|
bgColor: isInverted ? colors.sectionBg.dark : hasBg ? colors.sectionBg.medium : colors.sectionBg.light,
|
|
@@ -2750,7 +2754,7 @@ var Table = function (_a) {
|
|
|
2750
2754
|
})));
|
|
2751
2755
|
};
|
|
2752
2756
|
var Table$1 = withLibTheme(Table);
|
|
2753
|
-
var templateObject_1$5;
|
|
2757
|
+
var templateObject_1$5, templateObject_2$5;
|
|
2754
2758
|
|
|
2755
2759
|
var Figure = styled.figure.withConfig({
|
|
2756
2760
|
displayName: "Teaser__Figure",
|