@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"NewsOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAiB,EAAE,aAAa,EAAE,8BAAmC;AA4ErE,oBAAY,QAAQ,GAAG,IAAI,CACvB,aAAa,EACb,WAAW,GAAG,YAAY,GAAG,YAAY,CAC5C,CAAC;AAiUF,eAAO,MAAM,qBAAqB;IA9T9B,kCAAkC;;IAGlC,8BAA8B;;IAG9B,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;wBACc,MAAM,uCAA2B,IAAI;IAExD,yCAAyC;;cAE/B,MAAM;;;6FAGqD,IAAI;UACnE,MAAM,SAAS;EAmSwB,CAAC;;IA9T9C,kCAAkC;;IAGlC,8BAA8B;;IAG9B,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;;IAGL,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0S7C,wBAA0C"}
|
|
@@ -66,10 +66,14 @@ declare const _default: React.FC<{
|
|
|
66
66
|
primary?: {
|
|
67
67
|
default?: string | undefined;
|
|
68
68
|
inverted?: string | undefined;
|
|
69
|
+
hover?: string | undefined;
|
|
70
|
+
invertedHover?: string | undefined;
|
|
69
71
|
} | undefined;
|
|
70
72
|
secondary?: {
|
|
71
73
|
default?: string | undefined;
|
|
72
74
|
inverted?: string | undefined;
|
|
75
|
+
hover?: string | undefined;
|
|
76
|
+
invertedHover?: string | undefined;
|
|
73
77
|
} | undefined;
|
|
74
78
|
error?: string | undefined;
|
|
75
79
|
} | undefined;
|
|
@@ -345,6 +349,31 @@ declare const _default: React.FC<{
|
|
|
345
349
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
346
350
|
datepickerDateFormat?: string | undefined;
|
|
347
351
|
} | undefined;
|
|
352
|
+
navigation?: {
|
|
353
|
+
navBar?: {
|
|
354
|
+
isTopNavVisible?: boolean | undefined;
|
|
355
|
+
topNavHeight?: {
|
|
356
|
+
mobile?: {
|
|
357
|
+
small?: number | undefined;
|
|
358
|
+
large?: number | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
desktop?: {
|
|
361
|
+
small?: number | undefined;
|
|
362
|
+
large?: number | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
height?: {
|
|
366
|
+
mobile?: {
|
|
367
|
+
small?: number | undefined;
|
|
368
|
+
large?: number | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
desktop?: {
|
|
371
|
+
small?: number | undefined;
|
|
372
|
+
large?: number | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
} | undefined;
|
|
376
|
+
} | undefined;
|
|
348
377
|
} | undefined;
|
|
349
378
|
} | undefined;
|
|
350
379
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsTable.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiE/B,MAAM,WAAW,UAAU;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,EAAE;QACD,IAAI,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AA2HD,eAAO,MAAM,kBAAkB;gBAhDf,UAAU,EAAE;2DAEkB,MAAM,SAAS;6DACb,MAAM,SAAS;;EA6CpB,CAAC
|
|
1
|
+
{"version":3,"file":"NewsTable.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiE/B,MAAM,WAAW,UAAU;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,EAAE;QACD,IAAI,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AA2HD,eAAO,MAAM,kBAAkB;gBAhDf,UAAU,EAAE;2DAEkB,MAAM,SAAS;6DACb,MAAM,SAAS;;EA6CpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
|
|
@@ -57,10 +57,14 @@ declare const _default: React.FC<{
|
|
|
57
57
|
primary?: {
|
|
58
58
|
default?: string | undefined;
|
|
59
59
|
inverted?: string | undefined;
|
|
60
|
+
hover?: string | undefined;
|
|
61
|
+
invertedHover?: string | undefined;
|
|
60
62
|
} | undefined;
|
|
61
63
|
secondary?: {
|
|
62
64
|
default?: string | undefined;
|
|
63
65
|
inverted?: string | undefined;
|
|
66
|
+
hover?: string | undefined;
|
|
67
|
+
invertedHover?: string | undefined;
|
|
64
68
|
} | undefined;
|
|
65
69
|
error?: string | undefined;
|
|
66
70
|
} | undefined;
|
|
@@ -336,6 +340,31 @@ declare const _default: React.FC<{
|
|
|
336
340
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
337
341
|
datepickerDateFormat?: string | undefined;
|
|
338
342
|
} | undefined;
|
|
343
|
+
navigation?: {
|
|
344
|
+
navBar?: {
|
|
345
|
+
isTopNavVisible?: boolean | undefined;
|
|
346
|
+
topNavHeight?: {
|
|
347
|
+
mobile?: {
|
|
348
|
+
small?: number | undefined;
|
|
349
|
+
large?: number | undefined;
|
|
350
|
+
} | undefined;
|
|
351
|
+
desktop?: {
|
|
352
|
+
small?: number | undefined;
|
|
353
|
+
large?: number | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
height?: {
|
|
357
|
+
mobile?: {
|
|
358
|
+
small?: number | undefined;
|
|
359
|
+
large?: number | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
desktop?: {
|
|
362
|
+
small?: number | undefined;
|
|
363
|
+
large?: number | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
} | undefined;
|
|
339
368
|
} | undefined;
|
|
340
369
|
} | undefined;
|
|
341
370
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsText.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyE/B,eAAO,MAAM,iBAAiB;UA3CpB,MAAM;2DAC8B,MAAM,SAAS;6DACb,MAAM,SAAS;;EAyCtB,CAAC
|
|
1
|
+
{"version":3,"file":"NewsText.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyE/B,eAAO,MAAM,iBAAiB;UA3CpB,MAAM;2DAC8B,MAAM,SAAS;6DACb,MAAM,SAAS;;EAyCtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
|
|
@@ -62,10 +62,14 @@ declare const _default: React.FC<{
|
|
|
62
62
|
primary?: {
|
|
63
63
|
default?: string | undefined;
|
|
64
64
|
inverted?: string | undefined;
|
|
65
|
+
hover?: string | undefined;
|
|
66
|
+
invertedHover?: string | undefined;
|
|
65
67
|
} | undefined;
|
|
66
68
|
secondary?: {
|
|
67
69
|
default?: string | undefined;
|
|
68
70
|
inverted?: string | undefined;
|
|
71
|
+
hover?: string | undefined;
|
|
72
|
+
invertedHover?: string | undefined;
|
|
69
73
|
} | undefined;
|
|
70
74
|
error?: string | undefined;
|
|
71
75
|
} | undefined;
|
|
@@ -341,6 +345,31 @@ declare const _default: React.FC<{
|
|
|
341
345
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
342
346
|
datepickerDateFormat?: string | undefined;
|
|
343
347
|
} | undefined;
|
|
348
|
+
navigation?: {
|
|
349
|
+
navBar?: {
|
|
350
|
+
isTopNavVisible?: boolean | undefined;
|
|
351
|
+
topNavHeight?: {
|
|
352
|
+
mobile?: {
|
|
353
|
+
small?: number | undefined;
|
|
354
|
+
large?: number | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
desktop?: {
|
|
357
|
+
small?: number | undefined;
|
|
358
|
+
large?: number | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
height?: {
|
|
362
|
+
mobile?: {
|
|
363
|
+
small?: number | undefined;
|
|
364
|
+
large?: number | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
desktop?: {
|
|
367
|
+
small?: number | undefined;
|
|
368
|
+
large?: number | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
} | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
} | undefined;
|
|
344
373
|
} | undefined;
|
|
345
374
|
} | undefined;
|
|
346
375
|
}>;
|
|
@@ -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"}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { FontType, FontOptionType, FontOptions } from "../../utils/styles";
|
|
3
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' | 'th' | 'td' | 'li' | 'caption' | '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;
|
|
@@ -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;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,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
|
+
{"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"}
|
package/lib/index.d.ts
CHANGED
|
@@ -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 *****/
|
|
@@ -76,7 +77,9 @@ export { default as ParallaxBackground } from "./components/sections/ParallaxBac
|
|
|
76
77
|
export { default as PriceList } from "./components/sections/PriceList";
|
|
77
78
|
export { default as SimpleImage } from "./components/sections/SimpleImage";
|
|
78
79
|
export { default as PriceTable } from "./components/sections/PriceTable";
|
|
79
|
-
export { default as Quote
|
|
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";
|
|
80
83
|
/***** Buttons *****/
|
|
81
84
|
export { default as Button } from "./components/buttons/Button";
|
|
82
85
|
export { default as ButtonGhost } from "./components/buttons/ButtonGhost";
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,mCAAmC;AAEnC,OAAO,mBAAmB,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,cAAc,EAAE,uBAAqB;AAEvE,6CAA6C;AAC7C,OAAO,QAAQ,mBAAmB,CAAC;IAC/B,UAAiB,YAAY;QACzB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE;YACH,IAAI,CAAC,EAAE,QAAQ,CAAC;YAChB,KAAK,EAAE,KAAK,CAAC;SAChB,CAAC;QACF,OAAO,EAAE,cAAc,CAAC;KAC3B;CACJ;AAED,gCAAgC;AAChC,OAAO,EACH,SAAS,EACT,QAAQ,EACR,SAAS,IAAI,YAAY,EACzB,UAAU,EACV,SAAS,EACT,QAAQ,EACR,EAAE,GACL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|