@blateral/b.kit 2.0.0-beta.0 → 2.0.0-beta.2.1
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/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/blocks/Alert.d.ts +26 -0
- package/lib/components/blocks/Alert.d.ts.map +1 -0
- package/lib/components/blocks/IntroBlock.d.ts +6 -0
- 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/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/sections/Accordion.d.ts +29 -0
- package/lib/components/sections/Accordion.d.ts.map +1 -1
- package/lib/components/sections/AlertList.d.ts +389 -0
- package/lib/components/sections/AlertList.d.ts.map +1 -0
- package/lib/components/sections/Article.d.ts +29 -0
- package/lib/components/sections/Article.d.ts.map +1 -1
- package/lib/components/sections/CallToAction.d.ts +29 -0
- package/lib/components/sections/CallToAction.d.ts.map +1 -1
- package/lib/components/sections/ComparisonSlider.d.ts +29 -0
- package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
- package/lib/components/sections/CrossPromotion.d.ts +29 -0
- package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
- package/lib/components/sections/DynamicForm.d.ts +29 -0
- package/lib/components/sections/DynamicForm.d.ts.map +1 -1
- package/lib/components/sections/FactGrid.d.ts +29 -0
- package/lib/components/sections/FactGrid.d.ts.map +1 -1
- package/lib/components/sections/FactList.d.ts +29 -0
- package/lib/components/sections/FactList.d.ts.map +1 -1
- package/lib/components/sections/FeatureList.d.ts +29 -0
- package/lib/components/sections/FeatureList.d.ts.map +1 -1
- package/lib/components/sections/Footer.d.ts +29 -0
- package/lib/components/sections/Footer.d.ts.map +1 -1
- package/lib/components/sections/Form.d.ts +29 -0
- package/lib/components/sections/Form.d.ts.map +1 -1
- package/lib/components/sections/Gallery.d.ts +29 -0
- package/lib/components/sections/Gallery.d.ts.map +1 -1
- package/lib/components/sections/IconList.d.ts +29 -0
- package/lib/components/sections/IconList.d.ts.map +1 -1
- package/lib/components/sections/Intro.d.ts +29 -0
- package/lib/components/sections/Intro.d.ts.map +1 -1
- package/lib/components/sections/Map.d.ts +29 -0
- 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 +29 -0
- package/lib/components/sections/NumberList.d.ts.map +1 -1
- package/lib/components/sections/Poster.d.ts +51 -4
- package/lib/components/sections/Poster.d.ts.map +1 -1
- package/lib/components/sections/PriceList.d.ts +37 -2
- package/lib/components/sections/PriceList.d.ts.map +1 -1
- package/lib/components/sections/PriceTable.d.ts +29 -0
- package/lib/components/sections/PriceTable.d.ts.map +1 -1
- package/lib/components/sections/Quicknav.d.ts +29 -0
- package/lib/components/sections/Quicknav.d.ts.map +1 -1
- package/lib/components/sections/Quote.d.ts +29 -0
- package/lib/components/sections/Quote.d.ts.map +1 -1
- package/lib/components/sections/SocialNav.d.ts +29 -0
- package/lib/components/sections/SocialNav.d.ts.map +1 -1
- package/lib/components/sections/SocialWall.d.ts +29 -0
- package/lib/components/sections/SocialWall.d.ts.map +1 -1
- package/lib/components/sections/Table.d.ts +29 -0
- package/lib/components/sections/Table.d.ts.map +1 -1
- package/lib/components/sections/Teaser.d.ts +29 -0
- package/lib/components/sections/Teaser.d.ts.map +1 -1
- package/lib/components/sections/TeaserWide.d.ts +17 -0
- package/lib/components/sections/TeaserWide.d.ts.map +1 -1
- package/lib/components/sections/Timeline.d.ts +29 -0
- package/lib/components/sections/Timeline.d.ts.map +1 -1
- package/lib/components/sections/Video.d.ts +31 -2
- package/lib/components/sections/Video.d.ts.map +1 -1
- package/lib/components/sections/carousel/FeatureCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/ImageCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/PromotionCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/VideoCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
- package/lib/components/sections/header/Header.d.ts +29 -0
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts +8 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/Navigation.d.ts +1 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -1
- package/lib/components/sections/news/NewsAuthorCard.d.ts +29 -0
- package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
- package/lib/components/sections/news/NewsFooter.d.ts +29 -0
- package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
- package/lib/components/sections/news/NewsImages.d.ts +29 -0
- package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
- package/lib/components/sections/news/NewsIntro.d.ts +29 -0
- package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
- package/lib/components/sections/news/NewsList.d.ts +63 -7
- package/lib/components/sections/news/NewsList.d.ts.map +1 -1
- package/lib/components/sections/news/NewsOverview.d.ts +68 -8
- package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
- package/lib/components/sections/news/NewsTable.d.ts +29 -0
- package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
- package/lib/components/sections/news/NewsText.d.ts +29 -0
- package/lib/components/sections/news/NewsText.d.ts.map +1 -1
- package/lib/components/sections/news/NewsVideo.d.ts +29 -0
- package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
- package/lib/components/typography/Copy.d.ts +1 -1
- package/lib/components/typography/Copy.d.ts.map +1 -1
- package/lib/index.d.ts +4 -1
- 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/fontLoading.d.ts +14 -0
- package/lib/utils/fontLoading.d.ts.map +1 -0
- package/lib/utils/styles.d.ts +34 -5
- package/lib/utils/styles.d.ts.map +1 -1
- package/lib/utils/useMediaQuery.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -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"}
|
|
@@ -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;AA6G1B,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"}
|
|
@@ -2,6 +2,8 @@ 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';
|
|
5
7
|
/** Color presets for text and blocks. onImage has always a white text color */
|
|
6
8
|
colorMode?: 'default' | 'inverted' | 'onImage';
|
|
7
9
|
/** Main title text */
|
|
@@ -24,8 +26,12 @@ declare const IntroBlock: React.FC<{
|
|
|
24
26
|
isCentered?: boolean;
|
|
25
27
|
/** Clamp title to max width of 880px */
|
|
26
28
|
clampTitle?: boolean;
|
|
29
|
+
/** Limit lines of title. Cut of with elipsis */
|
|
30
|
+
maxTitleLines?: number;
|
|
27
31
|
/** Clamp text to max width of 880px */
|
|
28
32
|
clampText?: boolean;
|
|
33
|
+
/** Limit lines of text. Cut of with elipsis */
|
|
34
|
+
maxTextLines?: number;
|
|
29
35
|
className?: string;
|
|
30
36
|
}>;
|
|
31
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,MAAM,OAAO,CAAC;AAM1B,OAAa,EAAE,QAAQ,EAAE,2BAAmC;AAE5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;
|
|
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;AAM1C,OAAc,EAAE,UAAU,EAAE,gBAAgC;AAG5D,OAAa,EAAE,SAAS,EAAE,2BAAmC;
|
|
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"}
|
|
@@ -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,EAAc,MAAM,OAAO,CAAC;AAG9C,OAAgB,EAAE,WAAW,EAAE,8BAAsC;
|
|
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"}
|
|
@@ -70,10 +70,14 @@ declare const _default: React.FC<{
|
|
|
70
70
|
primary?: {
|
|
71
71
|
default?: string | undefined;
|
|
72
72
|
inverted?: string | undefined;
|
|
73
|
+
hover?: string | undefined;
|
|
74
|
+
invertedHover?: string | undefined;
|
|
73
75
|
} | undefined;
|
|
74
76
|
secondary?: {
|
|
75
77
|
default?: string | undefined;
|
|
76
78
|
inverted?: string | undefined;
|
|
79
|
+
hover?: string | undefined;
|
|
80
|
+
invertedHover?: string | undefined;
|
|
77
81
|
} | undefined;
|
|
78
82
|
error?: string | undefined;
|
|
79
83
|
} | undefined;
|
|
@@ -349,6 +353,31 @@ declare const _default: React.FC<{
|
|
|
349
353
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
350
354
|
datepickerDateFormat?: string | undefined;
|
|
351
355
|
} | undefined;
|
|
356
|
+
navigation?: {
|
|
357
|
+
navBar?: {
|
|
358
|
+
isTopNavVisible?: boolean | undefined;
|
|
359
|
+
topNavHeight?: {
|
|
360
|
+
mobile?: {
|
|
361
|
+
small?: number | undefined;
|
|
362
|
+
large?: number | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
desktop?: {
|
|
365
|
+
small?: number | undefined;
|
|
366
|
+
large?: number | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
height?: {
|
|
370
|
+
mobile?: {
|
|
371
|
+
small?: number | undefined;
|
|
372
|
+
large?: number | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
desktop?: {
|
|
375
|
+
small?: number | undefined;
|
|
376
|
+
large?: number | undefined;
|
|
377
|
+
} | undefined;
|
|
378
|
+
} | undefined;
|
|
379
|
+
} | undefined;
|
|
380
|
+
} | undefined;
|
|
352
381
|
} | undefined;
|
|
353
382
|
} | undefined;
|
|
354
383
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Accordion.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6G1B,UAAU,aAAa;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AA2HD,eAAO,MAAM,kBAAkB;IAtE3B,+BAA+B;WACxB,aAAa,EAAE;IAEtB,yBAAyB;;IAGzB,gDAAgD;wBAC7B;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EA+DvB,CAAC;;IAtExC,+BAA+B;;IAG/B,yBAAyB;;IAGzB,gDAAgD
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Accordion.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6G1B,UAAU,aAAa;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AA2HD,eAAO,MAAM,kBAAkB;IAtE3B,+BAA+B;WACxB,aAAa,EAAE;IAEtB,yBAAyB;;IAGzB,gDAAgD;wBAC7B;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EA+DvB,CAAC;;IAtExC,+BAA+B;;IAG/B,yBAAyB;;IAGzB,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEpD,wBAAuC"}
|