@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,11 +1,19 @@
|
|
|
1
|
-
import { PriceTagProps } from "../blocks/PriceTag";
|
|
2
1
|
import React from 'react';
|
|
2
|
+
import { PriceTagProps } from "../blocks/PriceTag";
|
|
3
3
|
export declare const PriceTableComponent: React.FC<{
|
|
4
|
+
/** Array of PriceTag card items */
|
|
4
5
|
items: Array<Omit<PriceTagProps, 'isInverted'>>;
|
|
6
|
+
/** Center text inside card items */
|
|
7
|
+
isCentered?: boolean | undefined;
|
|
8
|
+
/** Section background */
|
|
5
9
|
bgMode?: "full" | "inverted" | undefined;
|
|
6
10
|
}>;
|
|
7
11
|
declare const _default: React.FC<{
|
|
12
|
+
/** Array of PriceTag card items */
|
|
8
13
|
items: Omit<PriceTagProps, "isInverted">[];
|
|
14
|
+
/** Center text inside card items */
|
|
15
|
+
isCentered?: boolean | undefined;
|
|
16
|
+
/** Section background */
|
|
9
17
|
bgMode?: "full" | "inverted" | undefined;
|
|
10
18
|
} & {
|
|
11
19
|
theme?: {
|
|
@@ -27,12 +35,44 @@ declare const _default: React.FC<{
|
|
|
27
35
|
medium?: string | undefined;
|
|
28
36
|
dark?: string | undefined;
|
|
29
37
|
} | undefined;
|
|
30
|
-
tertiary?: {
|
|
31
|
-
light?: string | undefined;
|
|
32
|
-
medium?: string | undefined;
|
|
33
|
-
dark?: string | undefined;
|
|
34
|
-
} | undefined;
|
|
35
38
|
error?: string | undefined;
|
|
39
|
+
new?: {
|
|
40
|
+
text?: {
|
|
41
|
+
default?: string | undefined;
|
|
42
|
+
inverted?: string | undefined;
|
|
43
|
+
error?: string | undefined;
|
|
44
|
+
heading?: string | undefined;
|
|
45
|
+
headingInverted?: string | undefined;
|
|
46
|
+
copy?: string | undefined;
|
|
47
|
+
copyInverted?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
sectionBg?: {
|
|
50
|
+
light?: string | undefined;
|
|
51
|
+
medium?: string | undefined;
|
|
52
|
+
dark?: string | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
elementBg?: {
|
|
55
|
+
light?: string | undefined;
|
|
56
|
+
lightHover?: string | undefined;
|
|
57
|
+
medium?: string | undefined;
|
|
58
|
+
mediumHover?: string | undefined;
|
|
59
|
+
dark?: string | undefined;
|
|
60
|
+
darkHover?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
primary?: {
|
|
63
|
+
default?: string | undefined;
|
|
64
|
+
inverted?: string | undefined;
|
|
65
|
+
hover?: string | undefined;
|
|
66
|
+
invertedHover?: string | undefined;
|
|
67
|
+
} | undefined;
|
|
68
|
+
secondary?: {
|
|
69
|
+
default?: string | undefined;
|
|
70
|
+
inverted?: string | undefined;
|
|
71
|
+
hover?: string | undefined;
|
|
72
|
+
invertedHover?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
error?: string | undefined;
|
|
75
|
+
} | undefined;
|
|
36
76
|
} | undefined;
|
|
37
77
|
fonts?: {
|
|
38
78
|
base?: {
|
|
@@ -237,47 +277,6 @@ declare const _default: React.FC<{
|
|
|
237
277
|
colorGradient?: string | undefined;
|
|
238
278
|
colorGradientInverted?: string | undefined;
|
|
239
279
|
} | undefined;
|
|
240
|
-
label?: {
|
|
241
|
-
small?: {
|
|
242
|
-
family?: string | undefined;
|
|
243
|
-
weight?: string | undefined;
|
|
244
|
-
style?: string | undefined;
|
|
245
|
-
lineHeight?: string | undefined;
|
|
246
|
-
letterSpacing?: string | undefined;
|
|
247
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
248
|
-
textTransform?: string | undefined;
|
|
249
|
-
color?: string | undefined;
|
|
250
|
-
colorInverted?: string | undefined;
|
|
251
|
-
colorGradient?: string | undefined;
|
|
252
|
-
colorGradientInverted?: string | undefined;
|
|
253
|
-
} | undefined;
|
|
254
|
-
medium?: {
|
|
255
|
-
family?: string | undefined;
|
|
256
|
-
weight?: string | undefined;
|
|
257
|
-
style?: string | undefined;
|
|
258
|
-
lineHeight?: string | undefined;
|
|
259
|
-
letterSpacing?: string | undefined;
|
|
260
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
261
|
-
textTransform?: string | undefined;
|
|
262
|
-
color?: string | undefined;
|
|
263
|
-
colorInverted?: string | undefined;
|
|
264
|
-
colorGradient?: string | undefined;
|
|
265
|
-
colorGradientInverted?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
big?: {
|
|
268
|
-
family?: string | undefined;
|
|
269
|
-
weight?: string | undefined;
|
|
270
|
-
style?: string | undefined;
|
|
271
|
-
lineHeight?: string | undefined;
|
|
272
|
-
letterSpacing?: string | undefined;
|
|
273
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
274
|
-
textTransform?: string | undefined;
|
|
275
|
-
color?: string | undefined;
|
|
276
|
-
colorInverted?: string | undefined;
|
|
277
|
-
colorGradient?: string | undefined;
|
|
278
|
-
colorGradientInverted?: string | undefined;
|
|
279
|
-
} | undefined;
|
|
280
|
-
} | undefined;
|
|
281
280
|
callout?: {
|
|
282
281
|
small?: {
|
|
283
282
|
family?: string | undefined;
|
|
@@ -321,7 +320,7 @@ declare const _default: React.FC<{
|
|
|
321
320
|
} | undefined;
|
|
322
321
|
} | undefined;
|
|
323
322
|
} | undefined;
|
|
324
|
-
|
|
323
|
+
globals?: {
|
|
325
324
|
sections?: {
|
|
326
325
|
seperation?: {
|
|
327
326
|
forcePadding?: boolean | undefined;
|
|
@@ -336,12 +335,41 @@ declare const _default: React.FC<{
|
|
|
336
335
|
} | undefined;
|
|
337
336
|
edgeRadius?: (string | null) | undefined;
|
|
338
337
|
imageTextGradient?: string | undefined;
|
|
338
|
+
imagePlaceholderBg?: {
|
|
339
|
+
default?: string | undefined;
|
|
340
|
+
inverted?: string | undefined;
|
|
341
|
+
} | undefined;
|
|
339
342
|
newsDateFormat?: string | undefined;
|
|
340
343
|
newsTimeFormat?: string | undefined;
|
|
341
344
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
342
345
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
343
346
|
datepickerDateFormat?: string | undefined;
|
|
344
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;
|
|
345
373
|
} | undefined;
|
|
346
374
|
} | undefined;
|
|
347
375
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceTable.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceTable.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PriceTable.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAiB,EAAE,aAAa,EAAE,2BAAmC;AA+FrE,eAAO,MAAM,mBAAmB;IA3D5B,mCAAmC;WAC5B,MAAM,KAAK,aAAa,EAAE,YAAY,CAAC,CAAC;IAC/C,oCAAoC;;IAEpC,yBAAyB;;EAuDgB,CAAC;;IA3D1C,mCAAmC;;IAEnC,oCAAoC;;IAEpC,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwD7B,wBAAwC"}
|
|
@@ -38,12 +38,44 @@ declare const _default: React.FC<{
|
|
|
38
38
|
medium?: string | undefined;
|
|
39
39
|
dark?: string | undefined;
|
|
40
40
|
} | undefined;
|
|
41
|
-
tertiary?: {
|
|
42
|
-
light?: string | undefined;
|
|
43
|
-
medium?: string | undefined;
|
|
44
|
-
dark?: string | undefined;
|
|
45
|
-
} | undefined;
|
|
46
41
|
error?: string | undefined;
|
|
42
|
+
new?: {
|
|
43
|
+
text?: {
|
|
44
|
+
default?: string | undefined;
|
|
45
|
+
inverted?: string | undefined;
|
|
46
|
+
error?: string | undefined;
|
|
47
|
+
heading?: string | undefined;
|
|
48
|
+
headingInverted?: string | undefined;
|
|
49
|
+
copy?: string | undefined;
|
|
50
|
+
copyInverted?: string | undefined;
|
|
51
|
+
} | undefined;
|
|
52
|
+
sectionBg?: {
|
|
53
|
+
light?: string | undefined;
|
|
54
|
+
medium?: string | undefined;
|
|
55
|
+
dark?: string | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
elementBg?: {
|
|
58
|
+
light?: string | undefined;
|
|
59
|
+
lightHover?: string | undefined;
|
|
60
|
+
medium?: string | undefined;
|
|
61
|
+
mediumHover?: string | undefined;
|
|
62
|
+
dark?: string | undefined;
|
|
63
|
+
darkHover?: string | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
primary?: {
|
|
66
|
+
default?: string | undefined;
|
|
67
|
+
inverted?: string | undefined;
|
|
68
|
+
hover?: string | undefined;
|
|
69
|
+
invertedHover?: string | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
secondary?: {
|
|
72
|
+
default?: string | undefined;
|
|
73
|
+
inverted?: string | undefined;
|
|
74
|
+
hover?: string | undefined;
|
|
75
|
+
invertedHover?: string | undefined;
|
|
76
|
+
} | undefined;
|
|
77
|
+
error?: string | undefined;
|
|
78
|
+
} | undefined;
|
|
47
79
|
} | undefined;
|
|
48
80
|
fonts?: {
|
|
49
81
|
base?: {
|
|
@@ -248,47 +280,6 @@ declare const _default: React.FC<{
|
|
|
248
280
|
colorGradient?: string | undefined;
|
|
249
281
|
colorGradientInverted?: string | undefined;
|
|
250
282
|
} | undefined;
|
|
251
|
-
label?: {
|
|
252
|
-
small?: {
|
|
253
|
-
family?: string | undefined;
|
|
254
|
-
weight?: string | undefined;
|
|
255
|
-
style?: string | undefined;
|
|
256
|
-
lineHeight?: string | undefined;
|
|
257
|
-
letterSpacing?: string | undefined;
|
|
258
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
259
|
-
textTransform?: string | undefined;
|
|
260
|
-
color?: string | undefined;
|
|
261
|
-
colorInverted?: string | undefined;
|
|
262
|
-
colorGradient?: string | undefined;
|
|
263
|
-
colorGradientInverted?: string | undefined;
|
|
264
|
-
} | undefined;
|
|
265
|
-
medium?: {
|
|
266
|
-
family?: string | undefined;
|
|
267
|
-
weight?: string | undefined;
|
|
268
|
-
style?: string | undefined;
|
|
269
|
-
lineHeight?: string | undefined;
|
|
270
|
-
letterSpacing?: string | undefined;
|
|
271
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
272
|
-
textTransform?: string | undefined;
|
|
273
|
-
color?: string | undefined;
|
|
274
|
-
colorInverted?: string | undefined;
|
|
275
|
-
colorGradient?: string | undefined;
|
|
276
|
-
colorGradientInverted?: string | undefined;
|
|
277
|
-
} | undefined;
|
|
278
|
-
big?: {
|
|
279
|
-
family?: string | undefined;
|
|
280
|
-
weight?: string | undefined;
|
|
281
|
-
style?: string | undefined;
|
|
282
|
-
lineHeight?: string | undefined;
|
|
283
|
-
letterSpacing?: string | undefined;
|
|
284
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
285
|
-
textTransform?: string | undefined;
|
|
286
|
-
color?: string | undefined;
|
|
287
|
-
colorInverted?: string | undefined;
|
|
288
|
-
colorGradient?: string | undefined;
|
|
289
|
-
colorGradientInverted?: string | undefined;
|
|
290
|
-
} | undefined;
|
|
291
|
-
} | undefined;
|
|
292
283
|
callout?: {
|
|
293
284
|
small?: {
|
|
294
285
|
family?: string | undefined;
|
|
@@ -332,7 +323,7 @@ declare const _default: React.FC<{
|
|
|
332
323
|
} | undefined;
|
|
333
324
|
} | undefined;
|
|
334
325
|
} | undefined;
|
|
335
|
-
|
|
326
|
+
globals?: {
|
|
336
327
|
sections?: {
|
|
337
328
|
seperation?: {
|
|
338
329
|
forcePadding?: boolean | undefined;
|
|
@@ -347,12 +338,41 @@ declare const _default: React.FC<{
|
|
|
347
338
|
} | undefined;
|
|
348
339
|
edgeRadius?: (string | null) | undefined;
|
|
349
340
|
imageTextGradient?: string | undefined;
|
|
341
|
+
imagePlaceholderBg?: {
|
|
342
|
+
default?: string | undefined;
|
|
343
|
+
inverted?: string | undefined;
|
|
344
|
+
} | undefined;
|
|
350
345
|
newsDateFormat?: string | undefined;
|
|
351
346
|
newsTimeFormat?: string | undefined;
|
|
352
347
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
353
348
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
354
349
|
datepickerDateFormat?: string | undefined;
|
|
355
350
|
} | undefined;
|
|
351
|
+
navigation?: {
|
|
352
|
+
navBar?: {
|
|
353
|
+
isTopNavVisible?: boolean | undefined;
|
|
354
|
+
topNavHeight?: {
|
|
355
|
+
mobile?: {
|
|
356
|
+
small?: number | undefined;
|
|
357
|
+
large?: number | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
desktop?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
height?: {
|
|
365
|
+
mobile?: {
|
|
366
|
+
small?: number | undefined;
|
|
367
|
+
large?: number | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
desktop?: {
|
|
370
|
+
small?: number | undefined;
|
|
371
|
+
large?: number | undefined;
|
|
372
|
+
} | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
} | undefined;
|
|
356
376
|
} | undefined;
|
|
357
377
|
} | undefined;
|
|
358
378
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quicknav.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Quicknav.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Quicknav.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Quicknav.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA+J/B,eAAO,MAAM,iBAAiB;cA3FhB;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE;;0BAEvB,MAAM,SAAS,MAAM,KAAK,IAAI;;;EAyFd,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const QuoteComponent: React.FC<{
|
|
3
|
+
/** Text of the blockquote (richtext) */
|
|
3
4
|
text?: string | undefined;
|
|
5
|
+
/** Source of the quote e.g. author (richtext) */
|
|
4
6
|
source?: string | undefined;
|
|
7
|
+
/** URL for additional cite informations */
|
|
5
8
|
citeUrl?: string | undefined;
|
|
9
|
+
/** Section backgrounds */
|
|
6
10
|
bgMode?: "full" | "inverted" | undefined;
|
|
7
11
|
}>;
|
|
8
12
|
declare const _default: React.FC<{
|
|
13
|
+
/** Text of the blockquote (richtext) */
|
|
9
14
|
text?: string | undefined;
|
|
15
|
+
/** Source of the quote e.g. author (richtext) */
|
|
10
16
|
source?: string | undefined;
|
|
17
|
+
/** URL for additional cite informations */
|
|
11
18
|
citeUrl?: string | undefined;
|
|
19
|
+
/** Section backgrounds */
|
|
12
20
|
bgMode?: "full" | "inverted" | undefined;
|
|
13
21
|
} & {
|
|
14
22
|
theme?: {
|
|
@@ -30,12 +38,44 @@ declare const _default: React.FC<{
|
|
|
30
38
|
medium?: string | undefined;
|
|
31
39
|
dark?: string | undefined;
|
|
32
40
|
} | undefined;
|
|
33
|
-
tertiary?: {
|
|
34
|
-
light?: string | undefined;
|
|
35
|
-
medium?: string | undefined;
|
|
36
|
-
dark?: string | undefined;
|
|
37
|
-
} | undefined;
|
|
38
41
|
error?: string | undefined;
|
|
42
|
+
new?: {
|
|
43
|
+
text?: {
|
|
44
|
+
default?: string | undefined;
|
|
45
|
+
inverted?: string | undefined;
|
|
46
|
+
error?: string | undefined;
|
|
47
|
+
heading?: string | undefined;
|
|
48
|
+
headingInverted?: string | undefined;
|
|
49
|
+
copy?: string | undefined;
|
|
50
|
+
copyInverted?: string | undefined;
|
|
51
|
+
} | undefined;
|
|
52
|
+
sectionBg?: {
|
|
53
|
+
light?: string | undefined;
|
|
54
|
+
medium?: string | undefined;
|
|
55
|
+
dark?: string | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
elementBg?: {
|
|
58
|
+
light?: string | undefined;
|
|
59
|
+
lightHover?: string | undefined;
|
|
60
|
+
medium?: string | undefined;
|
|
61
|
+
mediumHover?: string | undefined;
|
|
62
|
+
dark?: string | undefined;
|
|
63
|
+
darkHover?: string | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
primary?: {
|
|
66
|
+
default?: string | undefined;
|
|
67
|
+
inverted?: string | undefined;
|
|
68
|
+
hover?: string | undefined;
|
|
69
|
+
invertedHover?: string | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
secondary?: {
|
|
72
|
+
default?: string | undefined;
|
|
73
|
+
inverted?: string | undefined;
|
|
74
|
+
hover?: string | undefined;
|
|
75
|
+
invertedHover?: string | undefined;
|
|
76
|
+
} | undefined;
|
|
77
|
+
error?: string | undefined;
|
|
78
|
+
} | undefined;
|
|
39
79
|
} | undefined;
|
|
40
80
|
fonts?: {
|
|
41
81
|
base?: {
|
|
@@ -240,47 +280,6 @@ declare const _default: React.FC<{
|
|
|
240
280
|
colorGradient?: string | undefined;
|
|
241
281
|
colorGradientInverted?: string | undefined;
|
|
242
282
|
} | undefined;
|
|
243
|
-
label?: {
|
|
244
|
-
small?: {
|
|
245
|
-
family?: string | undefined;
|
|
246
|
-
weight?: string | undefined;
|
|
247
|
-
style?: string | undefined;
|
|
248
|
-
lineHeight?: string | undefined;
|
|
249
|
-
letterSpacing?: string | undefined;
|
|
250
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
251
|
-
textTransform?: string | undefined;
|
|
252
|
-
color?: string | undefined;
|
|
253
|
-
colorInverted?: string | undefined;
|
|
254
|
-
colorGradient?: string | undefined;
|
|
255
|
-
colorGradientInverted?: string | undefined;
|
|
256
|
-
} | undefined;
|
|
257
|
-
medium?: {
|
|
258
|
-
family?: string | undefined;
|
|
259
|
-
weight?: string | undefined;
|
|
260
|
-
style?: string | undefined;
|
|
261
|
-
lineHeight?: string | undefined;
|
|
262
|
-
letterSpacing?: string | undefined;
|
|
263
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
264
|
-
textTransform?: string | undefined;
|
|
265
|
-
color?: string | undefined;
|
|
266
|
-
colorInverted?: string | undefined;
|
|
267
|
-
colorGradient?: string | undefined;
|
|
268
|
-
colorGradientInverted?: string | undefined;
|
|
269
|
-
} | undefined;
|
|
270
|
-
big?: {
|
|
271
|
-
family?: string | undefined;
|
|
272
|
-
weight?: string | undefined;
|
|
273
|
-
style?: string | undefined;
|
|
274
|
-
lineHeight?: string | undefined;
|
|
275
|
-
letterSpacing?: string | undefined;
|
|
276
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
277
|
-
textTransform?: string | undefined;
|
|
278
|
-
color?: string | undefined;
|
|
279
|
-
colorInverted?: string | undefined;
|
|
280
|
-
colorGradient?: string | undefined;
|
|
281
|
-
colorGradientInverted?: string | undefined;
|
|
282
|
-
} | undefined;
|
|
283
|
-
} | undefined;
|
|
284
283
|
callout?: {
|
|
285
284
|
small?: {
|
|
286
285
|
family?: string | undefined;
|
|
@@ -324,7 +323,7 @@ declare const _default: React.FC<{
|
|
|
324
323
|
} | undefined;
|
|
325
324
|
} | undefined;
|
|
326
325
|
} | undefined;
|
|
327
|
-
|
|
326
|
+
globals?: {
|
|
328
327
|
sections?: {
|
|
329
328
|
seperation?: {
|
|
330
329
|
forcePadding?: boolean | undefined;
|
|
@@ -339,12 +338,41 @@ declare const _default: React.FC<{
|
|
|
339
338
|
} | undefined;
|
|
340
339
|
edgeRadius?: (string | null) | undefined;
|
|
341
340
|
imageTextGradient?: string | undefined;
|
|
341
|
+
imagePlaceholderBg?: {
|
|
342
|
+
default?: string | undefined;
|
|
343
|
+
inverted?: string | undefined;
|
|
344
|
+
} | undefined;
|
|
342
345
|
newsDateFormat?: string | undefined;
|
|
343
346
|
newsTimeFormat?: string | undefined;
|
|
344
347
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
345
348
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
346
349
|
datepickerDateFormat?: string | undefined;
|
|
347
350
|
} | undefined;
|
|
351
|
+
navigation?: {
|
|
352
|
+
navBar?: {
|
|
353
|
+
isTopNavVisible?: boolean | undefined;
|
|
354
|
+
topNavHeight?: {
|
|
355
|
+
mobile?: {
|
|
356
|
+
small?: number | undefined;
|
|
357
|
+
large?: number | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
desktop?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
height?: {
|
|
365
|
+
mobile?: {
|
|
366
|
+
small?: number | undefined;
|
|
367
|
+
large?: number | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
desktop?: {
|
|
370
|
+
small?: number | undefined;
|
|
371
|
+
large?: number | undefined;
|
|
372
|
+
} | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
} | undefined;
|
|
348
376
|
} | undefined;
|
|
349
377
|
} | undefined;
|
|
350
378
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AA0FlC,eAAO,MAAM,cAAc;IAnDvB,wCAAwC;;IAGxC,iDAAiD;;IAGjD,2CAA2C;;IAG3C,0BAA0B;;EA0CK,CAAC;;IAnDhC,wCAAwC;;IAGxC,iDAAiD;;IAGjD,2CAA2C;;IAG3C,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2C9B,wBAAmC"}
|
|
@@ -32,12 +32,44 @@ declare const _default: React.FC<{
|
|
|
32
32
|
medium?: string | undefined;
|
|
33
33
|
dark?: string | undefined;
|
|
34
34
|
} | undefined;
|
|
35
|
-
tertiary?: {
|
|
36
|
-
light?: string | undefined;
|
|
37
|
-
medium?: string | undefined;
|
|
38
|
-
dark?: string | undefined;
|
|
39
|
-
} | undefined;
|
|
40
35
|
error?: string | undefined;
|
|
36
|
+
new?: {
|
|
37
|
+
text?: {
|
|
38
|
+
default?: string | undefined;
|
|
39
|
+
inverted?: string | undefined;
|
|
40
|
+
error?: string | undefined;
|
|
41
|
+
heading?: string | undefined;
|
|
42
|
+
headingInverted?: string | undefined;
|
|
43
|
+
copy?: string | undefined;
|
|
44
|
+
copyInverted?: string | undefined;
|
|
45
|
+
} | undefined;
|
|
46
|
+
sectionBg?: {
|
|
47
|
+
light?: string | undefined;
|
|
48
|
+
medium?: string | undefined;
|
|
49
|
+
dark?: string | undefined;
|
|
50
|
+
} | undefined;
|
|
51
|
+
elementBg?: {
|
|
52
|
+
light?: string | undefined;
|
|
53
|
+
lightHover?: string | undefined;
|
|
54
|
+
medium?: string | undefined;
|
|
55
|
+
mediumHover?: string | undefined;
|
|
56
|
+
dark?: string | undefined;
|
|
57
|
+
darkHover?: string | undefined;
|
|
58
|
+
} | undefined;
|
|
59
|
+
primary?: {
|
|
60
|
+
default?: string | undefined;
|
|
61
|
+
inverted?: string | undefined;
|
|
62
|
+
hover?: string | undefined;
|
|
63
|
+
invertedHover?: string | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
secondary?: {
|
|
66
|
+
default?: string | undefined;
|
|
67
|
+
inverted?: string | undefined;
|
|
68
|
+
hover?: string | undefined;
|
|
69
|
+
invertedHover?: string | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
error?: string | undefined;
|
|
72
|
+
} | undefined;
|
|
41
73
|
} | undefined;
|
|
42
74
|
fonts?: {
|
|
43
75
|
base?: {
|
|
@@ -242,47 +274,6 @@ declare const _default: React.FC<{
|
|
|
242
274
|
colorGradient?: string | undefined;
|
|
243
275
|
colorGradientInverted?: string | undefined;
|
|
244
276
|
} | undefined;
|
|
245
|
-
label?: {
|
|
246
|
-
small?: {
|
|
247
|
-
family?: string | undefined;
|
|
248
|
-
weight?: string | undefined;
|
|
249
|
-
style?: string | undefined;
|
|
250
|
-
lineHeight?: string | undefined;
|
|
251
|
-
letterSpacing?: string | undefined;
|
|
252
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
253
|
-
textTransform?: string | undefined;
|
|
254
|
-
color?: string | undefined;
|
|
255
|
-
colorInverted?: string | undefined;
|
|
256
|
-
colorGradient?: string | undefined;
|
|
257
|
-
colorGradientInverted?: string | undefined;
|
|
258
|
-
} | undefined;
|
|
259
|
-
medium?: {
|
|
260
|
-
family?: string | undefined;
|
|
261
|
-
weight?: string | undefined;
|
|
262
|
-
style?: string | undefined;
|
|
263
|
-
lineHeight?: string | undefined;
|
|
264
|
-
letterSpacing?: string | undefined;
|
|
265
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
266
|
-
textTransform?: string | undefined;
|
|
267
|
-
color?: string | undefined;
|
|
268
|
-
colorInverted?: string | undefined;
|
|
269
|
-
colorGradient?: string | undefined;
|
|
270
|
-
colorGradientInverted?: string | undefined;
|
|
271
|
-
} | undefined;
|
|
272
|
-
big?: {
|
|
273
|
-
family?: string | undefined;
|
|
274
|
-
weight?: string | undefined;
|
|
275
|
-
style?: string | undefined;
|
|
276
|
-
lineHeight?: string | undefined;
|
|
277
|
-
letterSpacing?: string | undefined;
|
|
278
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
279
|
-
textTransform?: string | undefined;
|
|
280
|
-
color?: string | undefined;
|
|
281
|
-
colorInverted?: string | undefined;
|
|
282
|
-
colorGradient?: string | undefined;
|
|
283
|
-
colorGradientInverted?: string | undefined;
|
|
284
|
-
} | undefined;
|
|
285
|
-
} | undefined;
|
|
286
277
|
callout?: {
|
|
287
278
|
small?: {
|
|
288
279
|
family?: string | undefined;
|
|
@@ -326,7 +317,7 @@ declare const _default: React.FC<{
|
|
|
326
317
|
} | undefined;
|
|
327
318
|
} | undefined;
|
|
328
319
|
} | undefined;
|
|
329
|
-
|
|
320
|
+
globals?: {
|
|
330
321
|
sections?: {
|
|
331
322
|
seperation?: {
|
|
332
323
|
forcePadding?: boolean | undefined;
|
|
@@ -341,12 +332,41 @@ declare const _default: React.FC<{
|
|
|
341
332
|
} | undefined;
|
|
342
333
|
edgeRadius?: (string | null) | undefined;
|
|
343
334
|
imageTextGradient?: string | undefined;
|
|
335
|
+
imagePlaceholderBg?: {
|
|
336
|
+
default?: string | undefined;
|
|
337
|
+
inverted?: string | undefined;
|
|
338
|
+
} | undefined;
|
|
344
339
|
newsDateFormat?: string | undefined;
|
|
345
340
|
newsTimeFormat?: string | undefined;
|
|
346
341
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
347
342
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
348
343
|
datepickerDateFormat?: string | undefined;
|
|
349
344
|
} | undefined;
|
|
345
|
+
navigation?: {
|
|
346
|
+
navBar?: {
|
|
347
|
+
isTopNavVisible?: boolean | undefined;
|
|
348
|
+
topNavHeight?: {
|
|
349
|
+
mobile?: {
|
|
350
|
+
small?: number | undefined;
|
|
351
|
+
large?: number | undefined;
|
|
352
|
+
} | undefined;
|
|
353
|
+
desktop?: {
|
|
354
|
+
small?: number | undefined;
|
|
355
|
+
large?: number | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
} | undefined;
|
|
358
|
+
height?: {
|
|
359
|
+
mobile?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
desktop?: {
|
|
364
|
+
small?: number | undefined;
|
|
365
|
+
large?: number | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
} | undefined;
|
|
350
370
|
} | undefined;
|
|
351
371
|
} | undefined;
|
|
352
372
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialNav.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SocialNav.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SocialNav.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SocialNav.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAmF9C,eAAO,MAAM,kBAAkB;aA9ClB,MAAM;QACX,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,SAAS,CAAC;KACzB,CAAC;;EA2CqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
|