@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,2BAAgC;AAqErD,eAAO,MAAM,kBAAkB;;;;2DApDe,MAAM,SAAS;6DACb,MAAM,SAAS;;EAmDpB,CAAC
|
|
1
|
+
{"version":3,"file":"NewsVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,2BAAgC;AAqErD,eAAO,MAAM,kBAAkB;;;;2DApDe,MAAM,SAAS;6DACb,MAAM,SAAS;;EAmDpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,cAAc,EAKjB,2BAAqB;AA4DtB,oBAAY,UAAU,GAChB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA2CA,CAAC;AAOF,eAAe,OAAO,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { FontType, FontOptionType, FontOptions } from "../../utils/styles";
|
|
3
|
-
export declare type CopyType = Exclude<FontType, 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'callout' | 'super'
|
|
3
|
+
export declare type CopyType = Exclude<FontType, 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'callout' | 'super'>;
|
|
4
4
|
export declare const copyStyle: (type: CopyType, size?: keyof FontOptions) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
5
|
-
export declare type CopyTag = 'label' | 'span' | 'div' | 'legend' | 'figcaption';
|
|
5
|
+
export declare type CopyTag = 'label' | 'span' | 'div' | 'legend' | 'th' | 'td' | 'li' | 'p' | 'caption' | 'figcaption';
|
|
6
6
|
declare const Copy: React.FC<{
|
|
7
7
|
renderAs?: CopyTag;
|
|
8
8
|
isInverted?: boolean;
|
|
@@ -12,6 +12,7 @@ declare const Copy: React.FC<{
|
|
|
12
12
|
size?: FontOptionType;
|
|
13
13
|
columns?: boolean;
|
|
14
14
|
innerHTML?: string;
|
|
15
|
+
onClick?: (ev: React.SyntheticEvent<HTMLElement>) => void;
|
|
15
16
|
className?: string;
|
|
16
17
|
}>;
|
|
17
18
|
export default Copy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,QAAQ,EAIR,cAAc,EAGd,WAAW,EACd,2BAAqB;AAGtB,oBAAY,QAAQ,GAAG,OAAO,CAC1B,QAAQ,EACR,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAC9E,CAAC;AAEF,eAAO,MAAM,SAAS,SACZ,QAAQ,SACR,MAAM,WAAW,uIAS1B,CAAC;AAmMF,oBAAY,OAAO,GACb,OAAO,GACP,MAAM,GACN,KAAK,GACL,QAAQ,GACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,GAAG,GACH,SAAS,GACT,YAAY,CAAC;AAEnB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA6CA,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { FontType } from "../../utils/styles";
|
|
3
|
-
declare type HeadingType = Exclude<FontType, 'copy' | 'copy-i' | 'copy-b' | '
|
|
3
|
+
declare type HeadingType = Exclude<FontType, 'copy' | 'copy-i' | 'copy-b' | 'callout'>;
|
|
4
4
|
export declare const headingStyle: (type: HeadingType) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
5
5
|
export declare type HeadlineTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span' | 'div' | 'blockquote';
|
|
6
6
|
declare const Heading: React.FC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEH,QAAQ,EAIX,2BAAqB;AAEtB,aAAK,WAAW,GAAG,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAC;AA6C/E,eAAO,MAAM,YAAY,SAAU,WAAW,uIAS7C,CAAC;AAYF,oBAAY,WAAW,GACjB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAiEA,CAAC;AAOF,eAAe,OAAO,CAAC"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface LinkProps {
|
|
3
3
|
isExternal?: boolean;
|
|
4
4
|
href?: string;
|
|
5
5
|
}
|
|
6
|
-
declare const Link:
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const Link: React.ForwardRefExoticComponent<LinkProps & {
|
|
7
|
+
ariaLabel?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
9
11
|
export default Link;
|
|
10
12
|
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Link.tsx"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,WAAW,SAAS;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,IAAI;;;eAKS,MAAM,SAAS;2CAehC,CAAC;AAIH,eAAe,IAAI,CAAC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/***** Version:
|
|
1
|
+
/***** Version: 2.0.0-beta.0 *****/
|
|
2
2
|
import 'styled-components';
|
|
3
3
|
import { Colors, FontBase, Fonts, GlobalSettings } from "./utils/styles";
|
|
4
4
|
/***** Styled Component theme override *****/
|
|
@@ -9,11 +9,11 @@ declare module 'styled-components' {
|
|
|
9
9
|
base?: FontBase;
|
|
10
10
|
types: Fonts;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
globals: GlobalSettings;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
/***** Functional exports *****/
|
|
16
|
-
export { getColors, getFonts, getBaseTheme,
|
|
16
|
+
export { getColors, getFonts, baseTheme as getBaseTheme, getGlobals, withRange, spacings, mq, } from "./utils/styles";
|
|
17
17
|
/***** Hooks *****/
|
|
18
18
|
export { useEqualSheetHeight } from "./utils/useEqualSheetHeight";
|
|
19
19
|
export { setCookie, deleteCookie, getCookie, } from "./utils/cookie-consent/cookie";
|
|
@@ -30,6 +30,7 @@ export { useImgPreload } from "./utils/useImgPreload";
|
|
|
30
30
|
export { hexToRgba } from "./utils/hexRgbConverter";
|
|
31
31
|
export { getBgImage } from "./utils/backgroundImage";
|
|
32
32
|
export { clampValue } from "./utils/clamp";
|
|
33
|
+
export { importFonts } from "./utils/fontLoading";
|
|
33
34
|
/***** Component exports *****/
|
|
34
35
|
export * from "./utils/LibThemeProvider";
|
|
35
36
|
/***** Sections *****/
|
|
@@ -73,19 +74,20 @@ export { default as NumberList } from "./components/sections/NumberList";
|
|
|
73
74
|
export { default as DynamicForm } from "./components/sections/DynamicForm";
|
|
74
75
|
export { default as SocialWall } from "./components/sections/SocialWall";
|
|
75
76
|
export { default as ParallaxBackground } from "./components/sections/ParallaxBackground";
|
|
76
|
-
export { default as CallToActionDouble } from "./components/sections/CallToActionDouble";
|
|
77
77
|
export { default as PriceList } from "./components/sections/PriceList";
|
|
78
78
|
export { default as SimpleImage } from "./components/sections/SimpleImage";
|
|
79
79
|
export { default as PriceTable } from "./components/sections/PriceTable";
|
|
80
80
|
export { default as Quote } from "./components/sections/Quote";
|
|
81
|
+
export { default as AlertList } from "./components/sections/AlertList";
|
|
82
|
+
export { default as NavList } from "./components/sections/NavList";
|
|
81
83
|
/***** Buttons *****/
|
|
82
84
|
export { default as Button } from "./components/buttons/Button";
|
|
83
85
|
export { default as ButtonGhost } from "./components/buttons/ButtonGhost";
|
|
84
86
|
export { default as Pointer } from "./components/buttons/Pointer";
|
|
85
87
|
/***** Base *****/
|
|
86
|
-
export { default as Grid } from "./components/base/Grid";
|
|
88
|
+
export { default as Grid, gridSettings, getGridWidth, } from "./components/base/Grid";
|
|
87
89
|
export { default as Section, mapToBgMode } from "./components/base/Section";
|
|
88
|
-
export { default as Wrapper } from "./components/base/Wrapper";
|
|
90
|
+
export { default as Wrapper, wrapperWhitespace } from "./components/base/Wrapper";
|
|
89
91
|
/***** Typography *****/
|
|
90
92
|
export { default as Heading } from "./components/typography/Heading";
|
|
91
93
|
export { default as Copy } from "./components/typography/Copy";
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|