@blateral/b.kit 1.21.3 → 2.0.0-beta.2
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/lib/components/base/Grid.d.ts +21 -1
- package/lib/components/base/Grid.d.ts.map +1 -1
- package/lib/components/base/Section.d.ts.map +1 -1
- package/lib/components/base/Wrapper.d.ts +1 -0
- package/lib/components/base/Wrapper.d.ts.map +1 -1
- package/lib/components/base/icons/AngleRight.d.ts +7 -0
- package/lib/components/base/icons/AngleRight.d.ts.map +1 -0
- package/lib/components/base/icons/ExclamationMark.d.ts +7 -0
- package/lib/components/base/icons/ExclamationMark.d.ts.map +1 -0
- package/lib/components/base/icons/Play.d.ts.map +1 -1
- package/lib/components/base/icons/socials/Instagram.d.ts.map +1 -1
- package/lib/components/blocks/Actions.d.ts +6 -1
- package/lib/components/blocks/Actions.d.ts.map +1 -1
- package/lib/components/blocks/Alert.d.ts +26 -0
- package/lib/components/blocks/Alert.d.ts.map +1 -0
- package/lib/components/blocks/CookieConsent.d.ts +3 -3
- package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
- package/lib/components/blocks/Fact.d.ts +4 -4
- package/lib/components/blocks/Fact.d.ts.map +1 -1
- package/lib/components/blocks/Feature.d.ts +15 -7
- package/lib/components/blocks/Feature.d.ts.map +1 -1
- package/lib/components/blocks/Image.d.ts +37 -0
- package/lib/components/blocks/Image.d.ts.map +1 -1
- package/lib/components/blocks/IntroBlock.d.ts +19 -1
- package/lib/components/blocks/IntroBlock.d.ts.map +1 -1
- package/lib/components/blocks/NavBlock.d.ts +24 -0
- package/lib/components/blocks/NavBlock.d.ts.map +1 -0
- package/lib/components/blocks/NewsCard.d.ts +21 -4
- package/lib/components/blocks/NewsCard.d.ts.map +1 -1
- package/lib/components/blocks/PriceTag.d.ts +4 -3
- package/lib/components/blocks/PriceTag.d.ts.map +1 -1
- package/lib/components/blocks/PromotionCard.d.ts +17 -3
- package/lib/components/blocks/PromotionCard.d.ts.map +1 -1
- package/lib/components/blocks/Tag.d.ts +3 -0
- package/lib/components/blocks/Tag.d.ts.map +1 -1
- package/lib/components/blocks/Title.d.ts +11 -0
- package/lib/components/blocks/Title.d.ts.map +1 -1
- package/lib/components/blocks/VideoBlock.d.ts +23 -0
- package/lib/components/blocks/VideoBlock.d.ts.map +1 -0
- package/lib/components/blocks/VideoCard.d.ts.map +1 -1
- package/lib/components/buttons/Button.d.ts +1 -1
- package/lib/components/buttons/Button.d.ts.map +1 -1
- package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
- package/lib/components/buttons/Pointer.d.ts.map +1 -1
- package/lib/components/debug/DebugLines.d.ts +4 -0
- package/lib/components/debug/DebugLines.d.ts.map +1 -0
- package/lib/components/fields/CompactForm.d.ts +1 -2
- package/lib/components/fields/CompactForm.d.ts.map +1 -1
- package/lib/components/sections/Accordion.d.ts +87 -60
- package/lib/components/sections/Accordion.d.ts.map +1 -1
- package/lib/components/sections/{CallToActionDouble.d.ts → AlertList.d.ts} +93 -100
- package/lib/components/sections/AlertList.d.ts.map +1 -0
- package/lib/components/sections/Article.d.ts +89 -47
- package/lib/components/sections/Article.d.ts.map +1 -1
- package/lib/components/sections/CallToAction.d.ts +106 -55
- package/lib/components/sections/CallToAction.d.ts.map +1 -1
- package/lib/components/sections/ComparisonSlider.d.ts +67 -47
- package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
- package/lib/components/sections/CrossPromotion.d.ts +81 -51
- package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
- package/lib/components/sections/DynamicForm.d.ts +67 -47
- package/lib/components/sections/DynamicForm.d.ts.map +1 -1
- package/lib/components/sections/FactGrid.d.ts +75 -47
- package/lib/components/sections/FactGrid.d.ts.map +1 -1
- package/lib/components/sections/FactList.d.ts +82 -56
- package/lib/components/sections/FactList.d.ts.map +1 -1
- package/lib/components/sections/FeatureList.d.ts +74 -48
- package/lib/components/sections/FeatureList.d.ts.map +1 -1
- package/lib/components/sections/Footer.d.ts +67 -47
- package/lib/components/sections/Footer.d.ts.map +1 -1
- package/lib/components/sections/Form.d.ts +67 -47
- package/lib/components/sections/Form.d.ts.map +1 -1
- package/lib/components/sections/Gallery.d.ts +67 -47
- package/lib/components/sections/Gallery.d.ts.map +1 -1
- package/lib/components/sections/IconList.d.ts +113 -55
- package/lib/components/sections/IconList.d.ts.map +1 -1
- package/lib/components/sections/Intro.d.ts +90 -50
- package/lib/components/sections/Intro.d.ts.map +1 -1
- package/lib/components/sections/Map.d.ts +67 -47
- package/lib/components/sections/Map.d.ts.map +1 -1
- package/lib/components/sections/NavList.d.ts +390 -0
- package/lib/components/sections/NavList.d.ts.map +1 -0
- package/lib/components/sections/NumberList.d.ts +67 -47
- package/lib/components/sections/NumberList.d.ts.map +1 -1
- package/lib/components/sections/Poster.d.ts +89 -51
- package/lib/components/sections/Poster.d.ts.map +1 -1
- package/lib/components/sections/PriceList.d.ts +85 -56
- package/lib/components/sections/PriceList.d.ts.map +1 -1
- package/lib/components/sections/PriceTable.d.ts +76 -48
- package/lib/components/sections/PriceTable.d.ts.map +1 -1
- package/lib/components/sections/Quicknav.d.ts +67 -47
- package/lib/components/sections/Quicknav.d.ts.map +1 -1
- package/lib/components/sections/Quote.d.ts +75 -47
- package/lib/components/sections/Quote.d.ts.map +1 -1
- package/lib/components/sections/SocialNav.d.ts +67 -47
- package/lib/components/sections/SocialNav.d.ts.map +1 -1
- package/lib/components/sections/SocialWall.d.ts +83 -58
- package/lib/components/sections/SocialWall.d.ts.map +1 -1
- package/lib/components/sections/Table.d.ts +68 -48
- package/lib/components/sections/Table.d.ts.map +1 -1
- package/lib/components/sections/Teaser.d.ts +112 -59
- package/lib/components/sections/Teaser.d.ts.map +1 -1
- package/lib/components/sections/TeaserWide.d.ts +108 -59
- package/lib/components/sections/TeaserWide.d.ts.map +1 -1
- package/lib/components/sections/Timeline.d.ts +67 -47
- package/lib/components/sections/Timeline.d.ts.map +1 -1
- package/lib/components/sections/Video.d.ts +69 -49
- package/lib/components/sections/Video.d.ts.map +1 -1
- package/lib/components/sections/carousel/FeatureCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/ImageCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/PromotionCarousel.d.ts +69 -49
- package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/VideoCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
- package/lib/components/sections/header/Header.d.ts +67 -47
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/navigation/Navigation.d.ts +2 -2
- package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts +19 -0
- package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts +16 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -0
- package/lib/components/sections/news/NewsAuthorCard.d.ts +67 -47
- package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
- package/lib/components/sections/news/NewsFooter.d.ts +67 -47
- package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
- package/lib/components/sections/news/NewsImages.d.ts +67 -47
- package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
- package/lib/components/sections/news/NewsIntro.d.ts +67 -47
- package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
- package/lib/components/sections/news/NewsList.d.ts +101 -54
- package/lib/components/sections/news/NewsList.d.ts.map +1 -1
- package/lib/components/sections/news/NewsOverview.d.ts +106 -55
- package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
- package/lib/components/sections/news/NewsTable.d.ts +67 -47
- package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
- package/lib/components/sections/news/NewsText.d.ts +67 -47
- package/lib/components/sections/news/NewsText.d.ts.map +1 -1
- package/lib/components/sections/news/NewsVideo.d.ts +67 -47
- package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
- package/lib/components/typography/Callout.d.ts.map +1 -1
- package/lib/components/typography/Copy.d.ts +3 -2
- package/lib/components/typography/Copy.d.ts.map +1 -1
- package/lib/components/typography/Heading.d.ts +1 -1
- package/lib/components/typography/Heading.d.ts.map +1 -1
- package/lib/components/typography/Link.d.ts +6 -4
- package/lib/components/typography/Link.d.ts.map +1 -1
- package/lib/index.d.ts +8 -6
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +2 -2
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/utils/LibThemeProvider.d.ts +8 -2
- package/lib/utils/LibThemeProvider.d.ts.map +1 -1
- package/lib/utils/fontLoading.d.ts +14 -0
- package/lib/utils/fontLoading.d.ts.map +1 -0
- package/lib/utils/styles.d.ts +69 -11
- package/lib/utils/styles.d.ts.map +1 -1
- package/lib/utils/useMediaQuery.d.ts.map +1 -1
- package/lib/utils/usePageScroll.d.ts +23 -0
- package/lib/utils/usePageScroll.d.ts.map +1 -0
- package/package.json +5 -5
- package/lib/components/sections/CallToActionDouble.d.ts.map +0 -1
|
@@ -5,17 +5,37 @@ export interface ColPropsSettings {
|
|
|
5
5
|
/** Normalisierte Werte zwischen -1 und 1: z.B. -12 von 28 Spalten (-12 / 28) */
|
|
6
6
|
move?: number;
|
|
7
7
|
valign?: VerticalAlign;
|
|
8
|
+
textAlign?: TextAlign;
|
|
8
9
|
}
|
|
9
10
|
declare type VerticalAlign = 'top' | 'center' | 'bottom';
|
|
11
|
+
declare type HorizontalAlign = 'left' | 'center' | 'right';
|
|
12
|
+
declare type TextAlign = 'left' | 'center' | 'right';
|
|
10
13
|
interface ColProps extends ColPropsSettings {
|
|
11
14
|
medium?: ColPropsSettings;
|
|
12
15
|
semilarge?: ColPropsSettings;
|
|
13
16
|
large?: ColPropsSettings;
|
|
14
17
|
xlarge?: ColPropsSettings;
|
|
15
18
|
}
|
|
16
|
-
|
|
19
|
+
export declare const gridSettings: {
|
|
20
|
+
cols: number;
|
|
21
|
+
gutter: number;
|
|
22
|
+
};
|
|
23
|
+
/** Get width of grid cols incl. gutter (relative to container element) */
|
|
24
|
+
export declare const getGridWidth: (props?: {
|
|
25
|
+
cols?: number | undefined;
|
|
26
|
+
gutter?: number | undefined;
|
|
27
|
+
gridWidth?: string | undefined;
|
|
28
|
+
} | undefined) => import("styled-components").FlattenSimpleInterpolation;
|
|
29
|
+
interface GridPropsSettings {
|
|
17
30
|
gutter?: number;
|
|
18
31
|
valign?: VerticalAlign;
|
|
32
|
+
halign?: HorizontalAlign;
|
|
33
|
+
}
|
|
34
|
+
interface GridProps extends GridPropsSettings {
|
|
35
|
+
medium?: GridPropsSettings;
|
|
36
|
+
semilarge?: GridPropsSettings;
|
|
37
|
+
large?: GridPropsSettings;
|
|
38
|
+
xlarge?: GridPropsSettings;
|
|
19
39
|
}
|
|
20
40
|
declare const _default: {
|
|
21
41
|
Row: React.FC<GridProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/base/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/base/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,gBAAgB;IAC7B,8EAA8E;IAC9E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gFAAgF;IAChF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,aAAK,aAAa,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACjD,aAAK,eAAe,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AACnD,aAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7C,UAAU,QAAS,SAAQ,gBAAgB;IACvC,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY;;;CAGxB,CAAC;AAEF,2EAA2E;AAC3E,eAAO,MAAM,YAAY;;;;wEAiBxB,CAAC;AAsUF,UAAU,iBAAiB;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B;AAED,UAAU,SAAU,SAAQ,iBAAiB;IACzC,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC9B;;;;;AA8ED,wBAGE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/base/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/base/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,oBAAY,MAAM,GAAG,MAAM,GAAG,aAAa,GAAG,cAAc,GAAG,UAAU,CAAC;AAqK1E,oBAAY,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEtD,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,WAAW,CAAC;IAEvB,uBAAuB;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,sBAAsB;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,wCAAwC;IACxC,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,2EAA2E;IAC3E,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA+CA,CAAC;AAEF,eAAe,OAAO,CAAC;AAEvB,eAAO,MAAM,WAAW,yGAIrB,MAAM,GAAG,SAeX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/base/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,oBAAY,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/base/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,oBAAY,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1D,eAAO,MAAM,iBAAiB,QAAqB,CAAC;AA2BpD,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAeA,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AngleRight.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/AngleRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAiBpE,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExclamationMark.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/ExclamationMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAuBzE,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Play.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/Play.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Play.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/Play.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAkB9D,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Instagram.d.ts","sourceRoot":"","sources":["../../../../../src/components/base/icons/socials/Instagram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Instagram.d.ts","sourceRoot":"","sources":["../../../../../src/components/base/icons/socials/Instagram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CA6BnE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import React, { FC } from 'react';
|
|
2
|
+
export declare type ActionMode = 'wrap' | 'cover';
|
|
2
3
|
declare const Actions: FC<{
|
|
3
|
-
|
|
4
|
+
/** Behaviour of content wrapping. If set to cover the action container always tries to fill full width */
|
|
5
|
+
mode?: ActionMode;
|
|
6
|
+
/** Switch order of primary and secondary action */
|
|
4
7
|
isMirrored?: boolean;
|
|
8
|
+
/** React node of primary action */
|
|
5
9
|
primary?: React.ReactNode;
|
|
10
|
+
/** React node of secondary action */
|
|
6
11
|
secondary?: React.ReactNode;
|
|
7
12
|
className?: string;
|
|
8
13
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Actions.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Actions.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AA0ClC,oBAAY,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,EAAE,CAAC;IACd,0GAA0G;IAC1G,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,mDAAmD;IACnD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mCAAmC;IACnC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qCAAqC;IACrC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CASA,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LinkProps } from "../typography/Link";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface AlertProps {
|
|
4
|
+
/** Invert colors for use on dark backgrounds */
|
|
5
|
+
isInverted?: boolean;
|
|
6
|
+
/** Alert title text */
|
|
7
|
+
title?: string;
|
|
8
|
+
/** Alert date */
|
|
9
|
+
date?: Date;
|
|
10
|
+
/** Additional description text (richtext) */
|
|
11
|
+
description?: string;
|
|
12
|
+
/** Alert link that covers hole element */
|
|
13
|
+
link?: LinkProps;
|
|
14
|
+
/** Function to inject custom alert icon */
|
|
15
|
+
customIcon?: (props: {
|
|
16
|
+
isInverted?: boolean;
|
|
17
|
+
}) => React.ReactNode;
|
|
18
|
+
/** Function to inject custom title icon */
|
|
19
|
+
customTitleIcon?: (props: {
|
|
20
|
+
isInverted?: boolean;
|
|
21
|
+
}) => React.ReactNode;
|
|
22
|
+
className?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const Alert: React.FC<AlertProps>;
|
|
25
|
+
export default Alert;
|
|
26
|
+
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Alert.tsx"],"names":[],"mappings":"AAEA,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAC7D,OAAO,KAAK,MAAM,OAAO,CAAC;AAsG1B,MAAM,WAAW,UAAU;IACvB,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,iBAAiB;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,2CAA2C;IAC3C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAElE,2CAA2C;IAC3C,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAEvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA8D/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { FC } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ThemeMods } from "../../utils/LibThemeProvider";
|
|
3
3
|
export interface CookieConfig {
|
|
4
4
|
cookieName?: string;
|
|
5
5
|
/** URL's that should be excluded from consent */
|
|
@@ -31,7 +31,7 @@ export interface CookieConsentData {
|
|
|
31
31
|
export declare const CookieConsent: FC<CookieConfig & {
|
|
32
32
|
className?: string;
|
|
33
33
|
children?: (props: RenderProps) => React.ReactElement;
|
|
34
|
-
theme?:
|
|
34
|
+
theme?: ThemeMods;
|
|
35
35
|
}>;
|
|
36
36
|
/** Example Cookie icon */
|
|
37
37
|
export declare const CookieIcon: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -45,7 +45,7 @@ export declare const CookieText: FC<{
|
|
|
45
45
|
}>;
|
|
46
46
|
/** Example Cookie actions */
|
|
47
47
|
export declare const CookieActions: import("styled-components").StyledComponent<React.FC<{
|
|
48
|
-
|
|
48
|
+
mode?: import("./Actions").ActionMode | undefined;
|
|
49
49
|
isMirrored?: boolean | undefined;
|
|
50
50
|
primary?: React.ReactNode;
|
|
51
51
|
secondary?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CookieConsent.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/CookieConsent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AASvD,OAAO,EAAoB,
|
|
1
|
+
{"version":3,"file":"CookieConsent.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/CookieConsent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AASvD,OAAO,EAAoB,SAAS,EAAE,qCAA+B;AAyCrE,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,iDAAiD;IACjD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,aAAK,WAAW,GAAG;IACf,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,sBAAsB,EAAE;QACpB,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,qBAAqB,EAAE;QACnB,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;CACL,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAC1B,YAAY,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB,CAuGJ,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,UAAU,yGAGtB,CAAC;AASF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAWA,CAAC;AASF,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAMA,CAAC;AAEF,6BAA6B;AAC7B,eAAO,MAAM,aAAa;;;;;;wDAGzB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ImageProps } from "./Image";
|
|
3
3
|
export interface FactProps {
|
|
4
4
|
isInverted?: boolean;
|
|
@@ -8,8 +8,8 @@ export interface FactProps {
|
|
|
8
8
|
text?: string;
|
|
9
9
|
image?: ImageProps;
|
|
10
10
|
}
|
|
11
|
-
declare const Fact:
|
|
12
|
-
className?: string;
|
|
13
|
-
}
|
|
11
|
+
declare const Fact: React.ForwardRefExoticComponent<FactProps & {
|
|
12
|
+
className?: string | undefined;
|
|
13
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export default Fact;
|
|
15
15
|
//# sourceMappingURL=Fact.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fact.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Fact.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Fact.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Fact.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAc,EAAE,UAAU,EAAE,gBAAgC;AAoC5D,MAAM,WAAW,SAAS;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,UAAU,CAAC;CACtB;AAED,QAAA,MAAM,IAAI;;wCAoET,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ImageProps
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ImageProps } from "./Image";
|
|
3
3
|
export interface FeatureProps {
|
|
4
|
+
/** Invert color and background for darker themes */
|
|
4
5
|
isInverted?: boolean;
|
|
6
|
+
/** Center all texts */
|
|
5
7
|
isCentered?: boolean;
|
|
8
|
+
/** Image on item's top */
|
|
9
|
+
image?: ImageProps;
|
|
10
|
+
/** Item title text underneath the image */
|
|
6
11
|
title?: string;
|
|
12
|
+
/** Small item description text (richtext) */
|
|
7
13
|
description?: string;
|
|
14
|
+
/** Item intro text (partial richtext cause it's always bold) */
|
|
8
15
|
intro?: string;
|
|
16
|
+
/** Item's main text (richtext) */
|
|
9
17
|
text?: string;
|
|
10
|
-
|
|
11
|
-
addWhitespace?: boolean;
|
|
18
|
+
/** Function to inject custom primary button */
|
|
12
19
|
primaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
20
|
+
/** Function to inject custom secondary button */
|
|
13
21
|
secondaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
14
22
|
}
|
|
15
|
-
declare const Feature: React.
|
|
16
|
-
className?: string;
|
|
17
|
-
}
|
|
23
|
+
declare const Feature: React.ForwardRefExoticComponent<FeatureProps & {
|
|
24
|
+
className?: string | undefined;
|
|
25
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
26
|
export default Feature;
|
|
19
27
|
//# sourceMappingURL=Feature.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Feature.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Feature.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,OAAc,EAAE,UAAU,EAAE,gBAAgC;AAoD5D,MAAM,WAAW,YAAY;IACzB,oDAAoD;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,uBAAuB;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,kCAAkC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE1D,iDAAiD;IACjD,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/D;AAED,QAAA,MAAM,OAAO;;wCAsFZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
|
|
@@ -1,16 +1,53 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
export interface ImageAspectRatios {
|
|
3
|
+
small: {
|
|
4
|
+
w: number;
|
|
5
|
+
h: number;
|
|
6
|
+
};
|
|
7
|
+
medium?: {
|
|
8
|
+
w: number;
|
|
9
|
+
h: number;
|
|
10
|
+
};
|
|
11
|
+
semilarge?: {
|
|
12
|
+
w: number;
|
|
13
|
+
h: number;
|
|
14
|
+
};
|
|
15
|
+
large?: {
|
|
16
|
+
w: number;
|
|
17
|
+
h: number;
|
|
18
|
+
};
|
|
19
|
+
xlarge?: {
|
|
20
|
+
w: number;
|
|
21
|
+
h: number;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
2
24
|
export interface ImageProps {
|
|
25
|
+
/** Alternative text if image cannot be loaded */
|
|
3
26
|
alt?: string;
|
|
27
|
+
/** Image URL for small breakpoint */
|
|
4
28
|
small: string;
|
|
29
|
+
/** Image URL for medium breakpoint */
|
|
5
30
|
medium?: string;
|
|
31
|
+
/** Image URL for semilarge breakpoint */
|
|
6
32
|
semilarge?: string;
|
|
33
|
+
/** Image URL for large breakpoint */
|
|
7
34
|
large?: string;
|
|
35
|
+
/** Image URL for xlarge breakpoint */
|
|
8
36
|
xlarge?: string;
|
|
37
|
+
/** Cover full width of parent container */
|
|
9
38
|
coverSpace?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Image ratios for each breakpoint to avoid layout shifting.
|
|
41
|
+
* Only works if coverSpace!
|
|
42
|
+
* */
|
|
43
|
+
ratios?: ImageAspectRatios;
|
|
44
|
+
/** Show image placeholder background */
|
|
45
|
+
showPlaceholder?: boolean;
|
|
10
46
|
}
|
|
11
47
|
declare const Image: React.FC<{
|
|
12
48
|
className?: string;
|
|
13
49
|
onClick?: () => void;
|
|
50
|
+
isInverted?: boolean;
|
|
14
51
|
} & ImageProps>;
|
|
15
52
|
export default Image;
|
|
16
53
|
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,UAAU;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,iBAAiB;IAC9B,KAAK,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAChC,MAAM,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClC,SAAS,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACrC,KAAK,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACjC,MAAM,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACrC;AAED,MAAM,WAAW,UAAU;IACvB,iDAAiD;IACjD,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,2CAA2C;IAC3C,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;SAGK;IACL,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,wCAAwC;IACxC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AA8HD,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CACjB;IACI,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,GAAG,UAAU,CA6CjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,19 +1,37 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CopyType } from "../typography/Copy";
|
|
3
3
|
import { HeadlineTag } from "../typography/Heading";
|
|
4
4
|
declare const IntroBlock: React.FC<{
|
|
5
|
+
/** Define rendered HTML DOM tag of intro container */
|
|
6
|
+
renderAs?: 'div' | 'figcaption';
|
|
7
|
+
/** Color presets for text and blocks. onImage has always a white text color */
|
|
5
8
|
colorMode?: 'default' | 'inverted' | 'onImage';
|
|
9
|
+
/** Main title text */
|
|
6
10
|
title?: string;
|
|
11
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
7
12
|
titleAs?: HeadlineTag;
|
|
13
|
+
/** Superior title that stands above main title */
|
|
8
14
|
superTitle?: string;
|
|
15
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
9
16
|
superTitleAs?: HeadlineTag;
|
|
17
|
+
/** Intro text underneath the title (richtext) */
|
|
10
18
|
text?: string;
|
|
19
|
+
/** Copy type of intro text (limits richtext capabilites on textType == copy-b or copy-i) */
|
|
11
20
|
textType?: CopyType;
|
|
21
|
+
/** Function to inject custom primary button */
|
|
12
22
|
primaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
23
|
+
/** Function to inject custom secondary button */
|
|
13
24
|
secondaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
25
|
+
/** Center text and actions */
|
|
14
26
|
isCentered?: boolean;
|
|
27
|
+
/** Clamp title to max width of 880px */
|
|
15
28
|
clampTitle?: boolean;
|
|
29
|
+
/** Limit lines of title. Cut of with elipsis */
|
|
30
|
+
maxTitleLines?: number;
|
|
31
|
+
/** Clamp text to max width of 880px */
|
|
16
32
|
clampText?: boolean;
|
|
33
|
+
/** Limit lines of text. Cut of with elipsis */
|
|
34
|
+
maxTextLines?: number;
|
|
17
35
|
className?: string;
|
|
18
36
|
}>;
|
|
19
37
|
export default IntroBlock;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntroBlock.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/IntroBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"IntroBlock.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/IntroBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAa,EAAE,QAAQ,EAAE,2BAAmC;AAE5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAgD5D,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IACvB,sDAAsD;IACtD,QAAQ,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAEhC,+EAA+E;IAC/E,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAE/C,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,gDAAgD;IAChD,YAAY,CAAC,EAAE,WAAW,CAAC;IAE3B,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,4FAA4F;IAC5F,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB,+CAA+C;IAC/C,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE1D,iDAAiD;IACjD,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE5D,8BAA8B;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,wCAAwC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,uCAAuC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,+CAA+C;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA6DA,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LinkProps } from "../typography/Link";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface NavBlockProps {
|
|
4
|
+
/** Invert colors for use on dark backgrounds */
|
|
5
|
+
isInverted?: boolean;
|
|
6
|
+
/** Navigation title */
|
|
7
|
+
title?: string;
|
|
8
|
+
/** Navigation text (richtext) */
|
|
9
|
+
text?: string;
|
|
10
|
+
/** Link settings */
|
|
11
|
+
link?: LinkProps;
|
|
12
|
+
/** Function to inject custom icon node */
|
|
13
|
+
customIcon?: (props: {
|
|
14
|
+
isInverted?: boolean;
|
|
15
|
+
}) => React.ReactNode;
|
|
16
|
+
/** Function to inject custom title icon decorator node */
|
|
17
|
+
customTitleIcon?: (props: {
|
|
18
|
+
isInverted?: boolean;
|
|
19
|
+
}) => React.ReactNode;
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
declare const NavBlock: React.FC<NavBlockProps>;
|
|
23
|
+
export default NavBlock;
|
|
24
|
+
//# sourceMappingURL=NavBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavBlock.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/NavBlock.tsx"],"names":[],"mappings":"AAGA,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAC7D,OAAO,KAAK,MAAM,OAAO,CAAC;AA0E1B,MAAM,WAAW,aAAa;IAC1B,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,iCAAiC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,oBAAoB;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAElE,0DAA0D;IAC1D,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAEvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAmCrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -2,19 +2,36 @@ import React from 'react';
|
|
|
2
2
|
import { ImageProps } from "./Image";
|
|
3
3
|
import { LinkProps } from "../typography/Link";
|
|
4
4
|
export interface NewsCardProps {
|
|
5
|
+
/** Invert text and background for use on dark sections */
|
|
5
6
|
isInverted?: boolean;
|
|
7
|
+
/** News tag name */
|
|
6
8
|
tag?: string;
|
|
7
|
-
|
|
9
|
+
/** News publish date */
|
|
8
10
|
publishDate?: Date;
|
|
11
|
+
/** News title */
|
|
9
12
|
title?: string;
|
|
13
|
+
/** News text */
|
|
10
14
|
text?: string;
|
|
15
|
+
/** News image settings */
|
|
11
16
|
image?: Omit<ImageProps, 'coverSpace'>;
|
|
17
|
+
/** News link settings */
|
|
12
18
|
link?: LinkProps;
|
|
19
|
+
/** Callback function if tag in news iten has been clicked */
|
|
20
|
+
onTagClick?: (name: string) => void;
|
|
21
|
+
/** Function to inject primary action */
|
|
13
22
|
primaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
23
|
+
/** Function to inject secondary action */
|
|
14
24
|
secondaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
25
|
+
/** Function to inject custom tag node */
|
|
26
|
+
customTag?: (props: {
|
|
27
|
+
name: string;
|
|
28
|
+
isInverted?: boolean;
|
|
29
|
+
isActive?: boolean;
|
|
30
|
+
clickHandler?: (ev?: React.SyntheticEvent<HTMLButtonElement>) => void;
|
|
31
|
+
}) => React.ReactNode;
|
|
15
32
|
}
|
|
16
|
-
declare const NewsCard: React.
|
|
17
|
-
className?: string;
|
|
18
|
-
}
|
|
33
|
+
declare const NewsCard: React.ForwardRefExoticComponent<NewsCardProps & {
|
|
34
|
+
className?: string | undefined;
|
|
35
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
19
36
|
export default NewsCard;
|
|
20
37
|
//# sourceMappingURL=NewsCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/NewsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NewsCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/NewsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAM1C,OAAc,EAAE,UAAU,EAAE,gBAAgC;AAG5D,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAmE7D,MAAM,WAAW,aAAa;IAC1B,0DAA0D;IAC1D,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,wBAAwB;IACxB,WAAW,CAAC,EAAE,IAAI,CAAC;IAEnB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,0BAA0B;IAC1B,KAAK,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;IAEvC,yBAAyB;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,6DAA6D;IAC7D,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAEpC,wCAAwC;IACxC,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE1D,0CAA0C;IAC1C,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAE5D,yCAAyC;IACzC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,YAAY,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;KACzE,KAAK,KAAK,CAAC,SAAS,CAAC;CACzB;AAED,QAAA,MAAM,QAAQ;;wCAmHb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -8,11 +8,12 @@ export interface PriceTagProps {
|
|
|
8
8
|
isHighlighted?: boolean;
|
|
9
9
|
}) => React.ReactNode;
|
|
10
10
|
isInverted?: boolean;
|
|
11
|
+
isCentered?: boolean;
|
|
11
12
|
hasBackground?: boolean;
|
|
12
13
|
isHighlighted?: boolean;
|
|
13
14
|
}
|
|
14
|
-
declare const PriceTag: React.
|
|
15
|
-
className?: string;
|
|
16
|
-
}
|
|
15
|
+
declare const PriceTag: React.ForwardRefExoticComponent<PriceTagProps & {
|
|
16
|
+
className?: string | undefined;
|
|
17
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
17
18
|
export default PriceTag;
|
|
18
19
|
//# sourceMappingURL=PriceTag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceTag.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PriceTag.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PriceTag.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PriceTag.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAqB,MAAM,OAAO,CAAC;AA6C1C,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,aAAa,CAAC,EAAE,OAAO,CAAC;KAC3B,KAAK,KAAK,CAAC,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,QAAA,MAAM,QAAQ;;wCAoEb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,15 +1,29 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ImageProps } from "./Image";
|
|
3
3
|
import { LinkProps } from "../typography/Link";
|
|
4
|
+
import { HeadlineTag } from "../typography/Heading";
|
|
4
5
|
export interface PromotionCardProps {
|
|
6
|
+
/** Setup Card for dark backgrounds */
|
|
7
|
+
isInverted?: boolean;
|
|
8
|
+
/** Card image settings */
|
|
5
9
|
image: ImageProps;
|
|
10
|
+
/** Card title */
|
|
6
11
|
title?: string;
|
|
12
|
+
/** Card title HTML tag type (h2, h3, h4...) */
|
|
13
|
+
titleAs?: HeadlineTag;
|
|
14
|
+
/** Superior card title that stands above main title */
|
|
7
15
|
superTitle?: string;
|
|
16
|
+
/** Superior card title HTML tag type (h3, h4 ...) */
|
|
17
|
+
superTitleAs?: HeadlineTag;
|
|
18
|
+
/** Href path */
|
|
8
19
|
href?: string;
|
|
20
|
+
/** Advanced href options */
|
|
9
21
|
link?: LinkProps;
|
|
10
|
-
|
|
22
|
+
/** Inject custom icon that indicates an external link */
|
|
11
23
|
externalLinkIcon?: React.ReactNode;
|
|
12
24
|
}
|
|
13
|
-
declare const PromotionCard:
|
|
25
|
+
declare const PromotionCard: React.ForwardRefExoticComponent<PromotionCardProps & {
|
|
26
|
+
className?: string | undefined;
|
|
27
|
+
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
14
28
|
export default PromotionCard;
|
|
15
29
|
//# sourceMappingURL=PromotionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromotionCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PromotionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"PromotionCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PromotionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,OAAc,EAAE,UAAU,EAAE,gBAAgC;AAC5D,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAG7D,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAuF5D,MAAM,WAAW,kBAAkB;IAC/B,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0BAA0B;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,uDAAuD;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qDAAqD;IACrD,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,yDAAyD;IACzD,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,QAAA,MAAM,aAAa;;2CA6DlB,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tag.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tag.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAgDlC,QAAA,MAAM,GAAG,EAAE,EAAE,CAAC;IACV,8CAA8C;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,qBAAqB;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAYA,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { HeadlineTag } from "../typography/Heading";
|
|
3
3
|
declare const Title: FC<{
|
|
4
|
+
/**
|
|
5
|
+
* Text color mode mostly background dependent.
|
|
6
|
+
* The value onImage is used if the title is placed on an underlying image
|
|
7
|
+
* */
|
|
4
8
|
colorMode?: 'default' | 'inverted' | 'onImage';
|
|
9
|
+
/** Superior title that stands above main title */
|
|
5
10
|
superTitle?: string;
|
|
11
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
6
12
|
superTitleAs?: HeadlineTag;
|
|
13
|
+
/** Main title text */
|
|
7
14
|
title?: string;
|
|
15
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
8
16
|
titleAs?: HeadlineTag;
|
|
17
|
+
/** Clamp lines of text to specific number */
|
|
18
|
+
maxLines?: number;
|
|
19
|
+
/** Center texts */
|
|
9
20
|
isCentered?: boolean;
|
|
10
21
|
className?: string;
|
|
11
22
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Title.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Title.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAG9C,OAAgB,EAAE,WAAW,EAAE,8BAAsC;AAqCrE,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC;IACZ;;;SAGK;IACL,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAE/C,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,gDAAgD;IAChD,YAAY,CAAC,EAAE,WAAW,CAAC;IAE3B,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,mBAAmB;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA2CA,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
export interface VideoAspectRatios {
|
|
3
|
+
small: number;
|
|
4
|
+
medium?: number;
|
|
5
|
+
semilarge?: number;
|
|
6
|
+
large?: number;
|
|
7
|
+
xlarge?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface VideoProps {
|
|
10
|
+
urls?: string[];
|
|
11
|
+
ratios?: VideoAspectRatios;
|
|
12
|
+
isInverted?: boolean;
|
|
13
|
+
muted?: boolean;
|
|
14
|
+
autoPlay?: boolean;
|
|
15
|
+
loop?: boolean;
|
|
16
|
+
controls?: boolean;
|
|
17
|
+
onCanPlayThrough?: (ev: React.SyntheticEvent<HTMLVideoElement>) => void;
|
|
18
|
+
}
|
|
19
|
+
declare const VideoBlock: FC<VideoProps & {
|
|
20
|
+
className?: string;
|
|
21
|
+
}>;
|
|
22
|
+
export default VideoBlock;
|
|
23
|
+
//# sourceMappingURL=VideoBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoBlock.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/VideoBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAsFlC,MAAM,WAAW,iBAAiB;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC3E;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,UAAU,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CA8BvD,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/VideoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,UAAU,EAAE,gBAAgC;
|
|
1
|
+
{"version":3,"file":"VideoCard.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/VideoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,UAAU,EAAE,gBAAgC;AA2GrD,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC;CAC/B;AAED,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAyB1D,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwG1B,UAAU,KAAK;IACX,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oBAAY,QAAQ,GAAG,KAAK,GAAG;IAC3B,EAAE,CAAC,EAAE,QAAQ,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG;IAC5B,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;;;AAmFF,wBAA0D"}
|