@blateral/b.kit 2.0.0-beta.8.5 → 2.0.0-beta.8.8
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/Section.d.ts.map +1 -1
- package/lib/components/base/icons/AngleLeft.d.ts.map +1 -1
- package/lib/components/base/icons/AngleRight.d.ts.map +1 -1
- package/lib/components/base/icons/AngleUp.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowDown.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowLeft.d.ts +7 -0
- package/lib/components/base/icons/ArrowLeft.d.ts.map +1 -0
- package/lib/components/base/icons/ArrowLeftGhost.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowLeftRight.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowRight.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowRightGhost.d.ts.map +1 -1
- package/lib/components/base/icons/ArrowUp.d.ts +7 -0
- package/lib/components/base/icons/ArrowUp.d.ts.map +1 -0
- package/lib/components/base/icons/CalendarToday.d.ts +7 -0
- package/lib/components/base/icons/CalendarToday.d.ts.map +1 -0
- package/lib/components/base/icons/Check.d.ts.map +1 -1
- package/lib/components/base/icons/Clock.d.ts.map +1 -1
- package/lib/components/base/icons/DateRange.d.ts +7 -0
- package/lib/components/base/icons/{StarGhost.d.ts.map → DateRange.d.ts.map} +1 -1
- package/lib/components/base/icons/DeleteForever.d.ts +8 -0
- package/lib/components/base/icons/DeleteForever.d.ts.map +1 -0
- package/lib/components/base/icons/External.d.ts.map +1 -1
- package/lib/components/base/icons/Icons.d.ts +52 -0
- package/lib/components/base/icons/Icons.d.ts.map +1 -0
- package/lib/components/base/icons/Info.d.ts +7 -0
- package/lib/components/base/icons/Info.d.ts.map +1 -0
- package/lib/components/base/icons/LocationPin.d.ts.map +1 -1
- package/lib/components/base/icons/Mail.d.ts +1 -1
- package/lib/components/base/icons/Mail.d.ts.map +1 -1
- package/lib/components/base/icons/MenuBurger.d.ts.map +1 -1
- package/lib/components/base/icons/Phone.d.ts.map +1 -1
- package/lib/components/base/icons/Play.d.ts.map +1 -1
- package/lib/components/base/icons/files/UploadFile.d.ts +7 -0
- package/lib/components/base/icons/files/UploadFile.d.ts.map +1 -0
- package/lib/components/blocks/Alert.d.ts.map +1 -1
- package/lib/components/blocks/Bdot.d.ts.map +1 -1
- package/lib/components/blocks/SocialList.d.ts +1 -0
- package/lib/components/blocks/SocialList.d.ts.map +1 -1
- package/lib/components/blocks/Tag.d.ts.map +1 -1
- package/lib/components/blocks/Title.d.ts.map +1 -1
- package/lib/components/blocks/VideoCard.d.ts.map +1 -1
- package/lib/components/fields/Checkbox.d.ts.map +1 -1
- package/lib/components/fields/Datepicker.d.ts +8 -11
- package/lib/components/fields/Datepicker.d.ts.map +1 -1
- package/lib/components/fields/FileUpload.d.ts +3 -9
- package/lib/components/fields/FileUpload.d.ts.map +1 -1
- package/lib/components/fields/FormField.d.ts +33 -0
- package/lib/components/fields/FormField.d.ts.map +1 -0
- package/lib/components/fields/Radio.d.ts +0 -1
- package/lib/components/fields/Radio.d.ts.map +1 -1
- package/lib/components/fields/SelectDropdown.d.ts +2 -7
- package/lib/components/fields/SelectDropdown.d.ts.map +1 -1
- package/lib/components/fields/Textarea.d.ts +1 -3
- package/lib/components/fields/Textarea.d.ts.map +1 -1
- package/lib/components/fields/Textfield.d.ts +2 -7
- package/lib/components/fields/Textfield.d.ts.map +1 -1
- package/lib/components/sections/CallToAction.d.ts +1 -1
- package/lib/components/sections/CallToAction.d.ts.map +1 -1
- package/lib/components/sections/DynamicForm.d.ts +10 -1
- package/lib/components/sections/DynamicForm.d.ts.map +1 -1
- package/lib/components/sections/footer/Footer.d.ts +60 -0
- package/lib/components/sections/footer/Footer.d.ts.map +1 -0
- package/lib/components/sections/footer/partials/FooterBottomBar.d.ts +13 -0
- package/lib/components/sections/footer/partials/FooterBottomBar.d.ts.map +1 -0
- package/lib/components/sections/footer/partials/FooterColumn.d.ts +14 -0
- package/lib/components/sections/footer/partials/FooterColumn.d.ts.map +1 -0
- package/lib/components/sections/footer/partials/index.d.ts +3 -0
- package/lib/components/sections/footer/partials/index.d.ts.map +1 -0
- package/lib/components/sections/footer/skeletons/FooterArticle.d.ts +12 -0
- package/lib/components/sections/footer/skeletons/FooterArticle.d.ts.map +1 -0
- package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts +16 -0
- package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts.map +1 -0
- package/lib/components/sections/footer/skeletons/index.d.ts +3 -0
- package/lib/components/sections/footer/skeletons/index.d.ts.map +1 -0
- package/lib/components/sections/header/Header.d.ts +62 -46
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderKenBurns.d.ts +3 -14
- package/lib/components/sections/header/HeaderKenBurns.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderPoster.d.ts +4 -16
- package/lib/components/sections/header/HeaderPoster.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderVideo.d.ts +4 -16
- package/lib/components/sections/header/HeaderVideo.d.ts.map +1 -1
- package/lib/components/sections/navigation/Navigation.d.ts +8 -0
- package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
- package/lib/components/sections/navigation/partials/NavBarBottom.d.ts.map +1 -1
- package/lib/components/sections/navigation/partials/index.d.ts +6 -0
- package/lib/components/sections/navigation/partials/index.d.ts.map +1 -0
- package/lib/components/sections/navigation/skeletons/index.d.ts +6 -0
- package/lib/components/sections/navigation/skeletons/index.d.ts.map +1 -0
- package/lib/index.d.ts +8 -24
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +1 -1
- 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 +1 -1
- package/lib/utils/LibThemeProvider.d.ts.map +1 -1
- package/lib/utils/styles.d.ts +4 -0
- package/lib/utils/styles.d.ts.map +1 -1
- package/package.json +3 -3
- package/lib/components/base/icons/ExclamationMark.d.ts +0 -7
- package/lib/components/base/icons/ExclamationMark.d.ts.map +0 -1
- package/lib/components/base/icons/StarGhost.d.ts +0 -7
- package/lib/components/base/icons/files/Document.d.ts +0 -7
- package/lib/components/base/icons/files/Document.d.ts.map +0 -1
- package/lib/components/base/icons/files/Link.d.ts +0 -7
- package/lib/components/base/icons/files/Link.d.ts.map +0 -1
- package/lib/components/sections/Footer.d.ts +0 -53
- package/lib/components/sections/Footer.d.ts.map +0 -1
- package/lib/components/sections/FooterNew.d.ts +0 -38
- package/lib/components/sections/FooterNew.d.ts.map +0 -1
- package/lib/components/sections/navigation/skeletons/Skeletons.d.ts +0 -40
- package/lib/components/sections/navigation/skeletons/Skeletons.d.ts.map +0 -1
|
@@ -58,6 +58,10 @@ export interface Datepicker extends FormField {
|
|
|
58
58
|
alt?: string;
|
|
59
59
|
};
|
|
60
60
|
info?: string;
|
|
61
|
+
customIcon?: (props: {
|
|
62
|
+
isInverted?: boolean;
|
|
63
|
+
singleSelect?: boolean;
|
|
64
|
+
}) => React.ReactNode;
|
|
61
65
|
singleDateError?: string;
|
|
62
66
|
multiDateError?: string;
|
|
63
67
|
nextCtrlUrl?: React.ReactNode;
|
|
@@ -75,6 +79,7 @@ export interface FieldGroup extends FormField {
|
|
|
75
79
|
}>;
|
|
76
80
|
validate?: (key: string, value: Array<string> | string, config: FieldGroup) => Promise<string>;
|
|
77
81
|
errorMsg?: string;
|
|
82
|
+
infoMsg?: string;
|
|
78
83
|
}
|
|
79
84
|
export interface FileUpload extends FormField {
|
|
80
85
|
type: 'Upload';
|
|
@@ -82,6 +87,8 @@ export interface FileUpload extends FormField {
|
|
|
82
87
|
removeBtnLabel?: string;
|
|
83
88
|
info?: string;
|
|
84
89
|
acceptedFormats?: string;
|
|
90
|
+
customUploadIcon?: (isInverted?: boolean) => React.ReactNode;
|
|
91
|
+
customDeleteIcon?: (isInverted?: boolean) => React.ReactNode;
|
|
85
92
|
validate?: (key: string, value: Array<File>, config: FileUpload) => Promise<string>;
|
|
86
93
|
errorMsg?: string;
|
|
87
94
|
}
|
|
@@ -94,10 +101,10 @@ export interface FieldGenerationProps<T extends FieldTypes> {
|
|
|
94
101
|
field: T;
|
|
95
102
|
value: FormDataTypes;
|
|
96
103
|
error: string;
|
|
104
|
+
info?: string;
|
|
97
105
|
isTouched: boolean;
|
|
98
106
|
key: string;
|
|
99
107
|
isInverted: boolean;
|
|
100
|
-
hasBg: boolean;
|
|
101
108
|
theme: DefaultTheme;
|
|
102
109
|
setField: (field: string, value: any, shouldValidate?: boolean | undefined) => Promise<void> | Promise<FormikErrors<FormData>>;
|
|
103
110
|
validateField: (name: string) => Promise<string | undefined> | Promise<void>;
|
|
@@ -110,6 +117,8 @@ export interface FieldGenerationProps<T extends FieldTypes> {
|
|
|
110
117
|
(e: React.FocusEvent<any>): void;
|
|
111
118
|
<T = any>(fieldOrEvent: T): T extends string ? (e: any) => void : void;
|
|
112
119
|
};
|
|
120
|
+
validateOnBlur?: boolean;
|
|
121
|
+
validateOnChange?: boolean;
|
|
113
122
|
}
|
|
114
123
|
export declare const DynamicFormComponent: React.FC<{
|
|
115
124
|
/** ID value for targeting section with anchor hashes */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/components/sections/DynamicForm.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/components/sections/DynamicForm.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Language } from "../../blocks/LanguageSwitcher";
|
|
2
|
+
import { LinkProps } from "../../typography/Link";
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export interface SiteLinkGroup {
|
|
5
|
+
title?: string;
|
|
6
|
+
links?: Array<{
|
|
7
|
+
label?: string;
|
|
8
|
+
link?: LinkProps;
|
|
9
|
+
}>;
|
|
10
|
+
}
|
|
11
|
+
export interface FooterState {
|
|
12
|
+
isInverted?: boolean;
|
|
13
|
+
siteLinks?: SiteLinkGroup[];
|
|
14
|
+
bottomLinks?: BottomLink[];
|
|
15
|
+
languages?: Language[];
|
|
16
|
+
}
|
|
17
|
+
export interface BottomLink {
|
|
18
|
+
label?: string;
|
|
19
|
+
link?: LinkProps;
|
|
20
|
+
}
|
|
21
|
+
export declare const FooterComponent: React.FC<{
|
|
22
|
+
/** ID value for targeting section with anchor hashes */
|
|
23
|
+
anchorId?: string | undefined;
|
|
24
|
+
/** Section background */
|
|
25
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
26
|
+
/** Array of sitelink groups */
|
|
27
|
+
siteLinks?: SiteLinkGroup[] | undefined;
|
|
28
|
+
/** Function to inject custom footer column content */
|
|
29
|
+
customColumn?: ((props: FooterState) => React.ReactNode) | undefined;
|
|
30
|
+
/** Footnote text of main section (richtext) */
|
|
31
|
+
footNote?: string | undefined;
|
|
32
|
+
/** Link list in bottom bar */
|
|
33
|
+
bottomLinks?: BottomLink[] | undefined;
|
|
34
|
+
/** Language toggler settings */
|
|
35
|
+
languages?: Language[] | undefined;
|
|
36
|
+
/** Inject function to suppress bottom bar or define a custom definition */
|
|
37
|
+
bottomBar?: ((props: FooterState) => React.ReactNode | null) | null | undefined;
|
|
38
|
+
}>;
|
|
39
|
+
declare const _default: React.FC<{
|
|
40
|
+
/** ID value for targeting section with anchor hashes */
|
|
41
|
+
anchorId?: string | undefined;
|
|
42
|
+
/** Section background */
|
|
43
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
44
|
+
/** Array of sitelink groups */
|
|
45
|
+
siteLinks?: SiteLinkGroup[] | undefined;
|
|
46
|
+
/** Function to inject custom footer column content */
|
|
47
|
+
customColumn?: ((props: FooterState) => React.ReactNode) | undefined;
|
|
48
|
+
/** Footnote text of main section (richtext) */
|
|
49
|
+
footNote?: string | undefined;
|
|
50
|
+
/** Link list in bottom bar */
|
|
51
|
+
bottomLinks?: BottomLink[] | undefined;
|
|
52
|
+
/** Language toggler settings */
|
|
53
|
+
languages?: Language[] | undefined;
|
|
54
|
+
/** Inject function to suppress bottom bar or define a custom definition */
|
|
55
|
+
bottomBar?: ((props: FooterState) => React.ReactNode) | null | undefined;
|
|
56
|
+
} & {
|
|
57
|
+
theme?: import("../../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
|
|
58
|
+
}>;
|
|
59
|
+
export default _default;
|
|
60
|
+
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/footer/Footer.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,sCAA2C;AAE9D,OAAa,EAAE,SAAS,EAAE,8BAAmC;AAC7D,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,WAAW;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAwID,eAAO,MAAM,eAAe;IArIxB,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+BAA+B;;IAG/B,sDAAsD;4BAC/B,WAAW,KAAK,MAAM,SAAS;IAEtD,+CAA+C;;IAG/C,8BAA8B;;IAG9B,gCAAgC;;IAGhC,2EAA2E;yBACtD,WAAW,KAAK,MAAM,SAAS,GAAG,IAAI;EA+G1B,CAAC;;IArIlC,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+BAA+B;;IAG/B,sDAAsD;;IAGtD,+CAA+C;;IAG/C,8BAA8B;;IAG9B,gCAAgC;;IAGhC,2EAA2E;;;;;AAiH/E,wBAAoC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { Language } from "../../../blocks/LanguageSwitcher";
|
|
3
|
+
import { BottomLink } from '../Footer';
|
|
4
|
+
declare const FooterBottomBar: FC<{
|
|
5
|
+
isInverted?: boolean;
|
|
6
|
+
languages?: Language[];
|
|
7
|
+
links?: BottomLink[];
|
|
8
|
+
brandIcon?: (isInverted?: boolean) => React.ReactNode;
|
|
9
|
+
languageIcon?: (isInverted?: boolean) => React.ReactNode;
|
|
10
|
+
className?: string;
|
|
11
|
+
}>;
|
|
12
|
+
export default FooterBottomBar;
|
|
13
|
+
//# sourceMappingURL=FooterBottomBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterBottomBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/FooterBottomBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAyB,EAAE,QAAQ,EAAE,yCAA2C;AAEhF,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAGvC,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACtD,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAqBA,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SocialItem } from "../../../blocks/SocialList";
|
|
2
|
+
import React, { FC } from 'react';
|
|
3
|
+
declare const FooterColumn: FC<{
|
|
4
|
+
isInverted?: boolean;
|
|
5
|
+
title?: string;
|
|
6
|
+
text?: string;
|
|
7
|
+
action?: (props: {
|
|
8
|
+
isInverted?: boolean;
|
|
9
|
+
}) => React.ReactNode;
|
|
10
|
+
socialTitle?: string;
|
|
11
|
+
socials?: SocialItem[];
|
|
12
|
+
}>;
|
|
13
|
+
export default FooterColumn;
|
|
14
|
+
//# sourceMappingURL=FooterColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/FooterColumn.tsx"],"names":[],"mappings":"AAAA,OAAmB,EAAE,UAAU,EAAE,mCAAqC;AACtE,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlC,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CAC1B,CAoBA,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
declare const FooterArticle: FC<{
|
|
3
|
+
isInverted?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
text?: string;
|
|
6
|
+
action?: (props: {
|
|
7
|
+
isInverted?: boolean;
|
|
8
|
+
}) => React.ReactNode;
|
|
9
|
+
className?: string;
|
|
10
|
+
}>;
|
|
11
|
+
export default FooterArticle;
|
|
12
|
+
//# sourceMappingURL=FooterArticle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterArticle.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/FooterArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAYlC,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAcA,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BottomLink } from '../Footer';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
View: React.FC<{
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
LinkList: React.FC<{
|
|
9
|
+
isInverted?: boolean | undefined;
|
|
10
|
+
links?: BottomLink[] | undefined;
|
|
11
|
+
brandIcon?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
12
|
+
className?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=FooterBottomGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterBottomGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/FooterBottomGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAQlC,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;;;;;;;;;;;;;AA6EvC,wBAGE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,66 +1,82 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CalloutTag } from "../../typography/Callout";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
webp?: {
|
|
10
|
-
small: string;
|
|
11
|
-
medium?: string;
|
|
12
|
-
semilarge?: string;
|
|
13
|
-
large?: string;
|
|
14
|
-
xlarge?: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
3
|
+
import { ImageProps } from "../../blocks/Image";
|
|
4
|
+
export declare type HeaderSize = 'full' | 'small';
|
|
5
|
+
export declare type HeaderImage = Omit<ImageProps, 'ratios' | 'coverSpace'> & {
|
|
6
|
+
zoomPoint?: [number, number];
|
|
7
|
+
zoom?: number;
|
|
8
|
+
};
|
|
17
9
|
export declare const HeaderComponent: React.FC<{
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
height
|
|
10
|
+
/** ID value for targeting section with anchor hashes */
|
|
11
|
+
anchorId?: string | undefined;
|
|
12
|
+
/** Header image height size (full=100vh, small=80vh) */
|
|
13
|
+
size?: HeaderSize | undefined;
|
|
14
|
+
/** Callback to customnize size heights */
|
|
15
|
+
height?: ((size: HeaderSize) => string) | undefined;
|
|
16
|
+
/** Center content */
|
|
17
|
+
isCentered?: boolean | undefined;
|
|
18
|
+
/** Header title on image */
|
|
21
19
|
title?: string | undefined;
|
|
20
|
+
/** Header title HTML tag type (h2, h3, h4...) */
|
|
22
21
|
titleAs?: CalloutTag | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
/** Header text on image */
|
|
23
|
+
text?: string | undefined;
|
|
24
|
+
/** Function to inject custom primary button */
|
|
25
|
+
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
26
|
+
/** Function to inject custom secondary button */
|
|
27
|
+
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
28
|
+
/** Array of image settings */
|
|
29
|
+
images?: HeaderImage[] | undefined;
|
|
30
|
+
/** CSS value of custom image overlay to help seperate the text from the background */
|
|
31
|
+
customImgOverlay?: string | undefined;
|
|
32
|
+
/** URL to header video. First image in images array can be used as fallback */
|
|
29
33
|
videoUrl?: string | undefined;
|
|
30
|
-
|
|
31
|
-
customBottomGradient?: string | undefined;
|
|
32
|
-
badge?: {
|
|
33
|
-
content: React.ReactNode;
|
|
34
|
-
showOnMobile?: boolean | undefined;
|
|
35
|
-
} | undefined;
|
|
34
|
+
/** Ken burns effect zoom */
|
|
36
35
|
kenBurnsZoom?: number | undefined;
|
|
37
|
-
/**
|
|
36
|
+
/** Global zoom point for all images with ken burns effect. x and y values in the range from 0 - 1 */
|
|
38
37
|
kenBurnsZoomPoint?: [number, number] | undefined;
|
|
38
|
+
/** Time between each image in ken burns mode */
|
|
39
39
|
kenBurnsInterval?: number | undefined;
|
|
40
|
+
/** Callback called on image change */
|
|
41
|
+
onImageChange?: ((image?: Omit<ImageProps, "ratios" | "coverSpace"> | undefined) => void) | undefined;
|
|
42
|
+
/** Section background */
|
|
43
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
40
44
|
}>;
|
|
41
45
|
declare const _default: React.FC<{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
height
|
|
46
|
+
/** ID value for targeting section with anchor hashes */
|
|
47
|
+
anchorId?: string | undefined;
|
|
48
|
+
/** Header image height size (full=100vh, small=80vh) */
|
|
49
|
+
size?: HeaderSize | undefined;
|
|
50
|
+
/** Callback to customnize size heights */
|
|
51
|
+
height?: ((size: HeaderSize) => string) | undefined;
|
|
52
|
+
/** Center content */
|
|
53
|
+
isCentered?: boolean | undefined;
|
|
54
|
+
/** Header title on image */
|
|
45
55
|
title?: string | undefined;
|
|
56
|
+
/** Header title HTML tag type (h2, h3, h4...) */
|
|
46
57
|
titleAs?: CalloutTag | undefined;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
58
|
+
/** Header text on image */
|
|
59
|
+
text?: string | undefined;
|
|
60
|
+
/** Function to inject custom primary button */
|
|
61
|
+
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
62
|
+
/** Function to inject custom secondary button */
|
|
63
|
+
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
64
|
+
/** Array of image settings */
|
|
65
|
+
images?: HeaderImage[] | undefined;
|
|
66
|
+
/** CSS value of custom image overlay to help seperate the text from the background */
|
|
67
|
+
customImgOverlay?: string | undefined;
|
|
68
|
+
/** URL to header video. First image in images array can be used as fallback */
|
|
53
69
|
videoUrl?: string | undefined;
|
|
54
|
-
|
|
55
|
-
customBottomGradient?: string | undefined;
|
|
56
|
-
badge?: {
|
|
57
|
-
content: React.ReactNode;
|
|
58
|
-
showOnMobile?: boolean | undefined;
|
|
59
|
-
} | undefined;
|
|
70
|
+
/** Ken burns effect zoom */
|
|
60
71
|
kenBurnsZoom?: number | undefined;
|
|
61
|
-
/**
|
|
72
|
+
/** Global zoom point for all images with ken burns effect. x and y values in the range from 0 - 1 */
|
|
62
73
|
kenBurnsZoomPoint?: [number, number] | undefined;
|
|
74
|
+
/** Time between each image in ken burns mode */
|
|
63
75
|
kenBurnsInterval?: number | undefined;
|
|
76
|
+
/** Callback called on image change */
|
|
77
|
+
onImageChange?: ((image?: Omit<ImageProps, "ratios" | "coverSpace"> | undefined) => void) | undefined;
|
|
78
|
+
/** Section background */
|
|
79
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
64
80
|
} & {
|
|
65
81
|
theme?: import("../../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
|
|
66
82
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAGlC,OAAO,EAAE,UAAU,EAAE,iCAAsC;AAU3D,OAAO,EAAE,UAAU,EAAE,2BAAgC;AAsRrD,oBAAY,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AAC1C,oBAAY,WAAW,GAAG,IAAI,CAAC,UAAU,EAAE,QAAQ,GAAG,YAAY,CAAC,GAAG;IAClE,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAgLF,eAAO,MAAM,eAAe;IA7KxB,wDAAwD;;IAGxD,wDAAwD;;IAGxD,0CAA0C;qBAC1B,UAAU,KAAK,MAAM;IAErC,qBAAqB;;IAGrB,4BAA4B;;IAG5B,iDAAiD;;IAGjD,2BAA2B;;IAG3B,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;IAE3D,8BAA8B;;IAG9B,sFAAsF;;IAGtF,+EAA+E;;IAG/E,4BAA4B;;IAG5B,qGAAqG;;IAGrG,gDAAgD;;IAGhD,sCAAsC;wFACiC,IAAI;IAE3E,yBAAyB;;EA6HQ,CAAC;;IA7KlC,wDAAwD;;IAGxD,wDAAwD;;IAGxD,0CAA0C;;IAG1C,qBAAqB;;IAGrB,4BAA4B;;IAG5B,iDAAiD;;IAGjD,2BAA2B;;IAG3B,+CAA+C;;IAG/C,iDAAiD;;IAGjD,8BAA8B;;IAG9B,sFAAsF;;IAGtF,+EAA+E;;IAG/E,4BAA4B;;IAG5B,qGAAqG;;IAGrG,gDAAgD;;IAGhD,sCAAsC;;IAGtC,yBAAyB;;;;;AA8H7B,wBAAoC"}
|
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
small: string;
|
|
4
|
-
medium: string;
|
|
5
|
-
large: string;
|
|
6
|
-
xlarge: string;
|
|
7
|
-
webp?: {
|
|
8
|
-
small: string;
|
|
9
|
-
medium: string;
|
|
10
|
-
large: string;
|
|
11
|
-
xlarge: string;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
2
|
+
import { HeaderImage } from './Header';
|
|
14
3
|
declare const HeaderKenBurns: React.FC<{
|
|
15
|
-
images:
|
|
4
|
+
images: HeaderImage[];
|
|
16
5
|
zoom?: number;
|
|
17
6
|
zoomPoint?: [number, number];
|
|
18
7
|
interval?: number;
|
|
19
|
-
onImageChange?: (currentImg:
|
|
8
|
+
onImageChange?: (currentImg: HeaderImage) => void;
|
|
20
9
|
className?: string;
|
|
21
10
|
children?: React.ReactNode;
|
|
22
11
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderKenBurns.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderKenBurns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderKenBurns.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderKenBurns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAM/D,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAwJvC,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC;IAC3B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,WAAW,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAmFA,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
small: string;
|
|
4
|
-
medium?: string;
|
|
5
|
-
semilarge?: string;
|
|
6
|
-
large?: string;
|
|
7
|
-
xlarge?: string;
|
|
8
|
-
webp?: {
|
|
9
|
-
small: string;
|
|
10
|
-
medium?: string;
|
|
11
|
-
semilarge?: string;
|
|
12
|
-
large?: string;
|
|
13
|
-
xlarge?: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ImageProps } from "../../blocks/Image";
|
|
16
3
|
declare const HeaderPoster: React.FC<{
|
|
17
|
-
|
|
4
|
+
isInverted?: boolean;
|
|
5
|
+
bgImage?: Omit<ImageProps, 'ratios' | 'coverSpace'>;
|
|
18
6
|
className?: string;
|
|
19
7
|
children?: React.ReactNode;
|
|
20
8
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderPoster.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderPoster.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HeaderPoster.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderPoster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAgB5D,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,QAAQ,GAAG,YAAY,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAcA,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
small: string;
|
|
4
|
-
medium?: string;
|
|
5
|
-
semilarge?: string;
|
|
6
|
-
large?: string;
|
|
7
|
-
xlarge?: string;
|
|
8
|
-
webp?: {
|
|
9
|
-
small: string;
|
|
10
|
-
medium?: string;
|
|
11
|
-
semilarge?: string;
|
|
12
|
-
large?: string;
|
|
13
|
-
xlarge?: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { HeaderImage } from './Header';
|
|
16
3
|
declare const HeaderVideo: React.FC<{
|
|
4
|
+
isInverted?: boolean;
|
|
17
5
|
loadOnMobile?: boolean;
|
|
18
|
-
placeholderImg?:
|
|
6
|
+
placeholderImg?: HeaderImage;
|
|
19
7
|
videoUrl?: string;
|
|
20
8
|
className?: string;
|
|
21
9
|
children?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"HeaderVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/HeaderVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AA6CvC,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CA+CA,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -16,6 +16,14 @@ export declare const getNavbarState: (ident: string) => {
|
|
|
16
16
|
pageFlow: PageFlow | undefined;
|
|
17
17
|
isStickable: boolean;
|
|
18
18
|
};
|
|
19
|
+
/** Generate Navbar identifier */
|
|
20
|
+
export declare const generateNavbarIdent: (props: {
|
|
21
|
+
hasTop?: boolean;
|
|
22
|
+
hasMain?: boolean;
|
|
23
|
+
hasBottom?: boolean;
|
|
24
|
+
pageFlow?: PageFlow;
|
|
25
|
+
isStickable?: boolean;
|
|
26
|
+
}) => string;
|
|
19
27
|
/**
|
|
20
28
|
* Get full navbar heights
|
|
21
29
|
* @param theme Theme object
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/navigation/Navigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAEH,SAAS,EAEZ,wCAA+B;AAIhC,OAAa,EAAE,UAAU,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEvE,OAAe,EAEX,UAAU,EACV,SAAS,EAIT,QAAQ,EACX,MAAM,UAAU,CAAC;AAElB;;;;;GAKG;AACH,eAAO,MAAM,cAAc,UAAW,MAAM;;;;;;CAuB3C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,UAAW,YAAY,SAAS,MAAM;;;CAUtE,CAAC;AAEF,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC3C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,cAAc,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED,MAAM,WAAW,cAAc;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,GAAG,eAAe,CAAC;IAE3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uFAAuF;IACvF,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IAC3D,OAAO,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IAC5D,SAAS,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IAC9D,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,YAAY;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAChC,aAAa,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,KAAK,CAAC,SAAS,CAAC;IACnD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,KAAK,CAAC,SAAS,CAAC;IACnD,YAAY,EAAE,aAAa,CAAC;IAE5B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC5B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;CACnC;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/navigation/Navigation.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavBarBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/partials/NavBarBottom.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NavBarBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/partials/NavBarBottom.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAE,SAAS,EAAE,iCAAmC;AAEvD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,YAAY,CAAC;CAC3B,CAYA,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as MenuFooter } from './MenuFooter';
|
|
2
|
+
export { default as MenuHeader } from './MenuHeader';
|
|
3
|
+
export { default as NavBarBottom } from './NavBarBottom';
|
|
4
|
+
export { default as NavBarMain } from './NavBarMain';
|
|
5
|
+
export { default as NavBarTop } from './NavBarTop';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/partials/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as Breadcrumbs } from './BarBreadCrumbs';
|
|
2
|
+
export { default as Column } from './BarColumn';
|
|
3
|
+
export { default as Logo } from './BarLogo';
|
|
4
|
+
export { default as MenuToggle } from './BarMenuToggle';
|
|
5
|
+
export { default as NavList } from './BarNavList';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/skeletons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -49,7 +49,6 @@ export { default as FactGrid } from "./components/sections/FactGrid";
|
|
|
49
49
|
export { default as FactList } from "./components/sections/FactList";
|
|
50
50
|
export { default as FeatureCarousel } from "./components/sections/carousel/FeatureCarousel";
|
|
51
51
|
export { default as FeatureList } from "./components/sections/FeatureList";
|
|
52
|
-
export { default as Footer } from "./components/sections/Footer";
|
|
53
52
|
export { default as Gallery } from "./components/sections/Gallery";
|
|
54
53
|
export { default as Header } from "./components/sections/header/Header";
|
|
55
54
|
export { default as IconList } from "./components/sections/IconList";
|
|
@@ -113,35 +112,20 @@ export { default as VideoBlock } from "./components/blocks/VideoBlock";
|
|
|
113
112
|
export { default as EventBlock } from "./components/blocks/EventBlock";
|
|
114
113
|
export { default as CookieConsent, CookieIcon, CookieTitle, CookieText, CookieActions, } from "./components/blocks/CookieConsent";
|
|
115
114
|
export { default as Slider } from "./components/blocks/Slider";
|
|
115
|
+
/***** Navigation *****/
|
|
116
116
|
export { default as Navigation, getFullNavbarHeights, } from "./components/sections/navigation/Navigation";
|
|
117
|
-
export
|
|
117
|
+
export * as NavPartials from "./components/sections/navigation/partials/index";
|
|
118
|
+
export * as NavSkeletons from "./components/sections/navigation/partials/index";
|
|
118
119
|
export { default as NavBarMainPartial } from "./components/sections/navigation/partials/NavBarMain";
|
|
119
120
|
export { default as NavBarTopPartial } from "./components/sections/navigation/partials/NavBarTop";
|
|
120
121
|
export { default as NavBarBottomPartial } from "./components/sections/navigation/partials/NavBarBottom";
|
|
121
122
|
export { default as MenuHeaderPartial } from "./components/sections/navigation/partials/MenuHeader";
|
|
122
123
|
export { default as MenuFooterPartial } from "./components/sections/navigation/partials/MenuFooter";
|
|
123
124
|
export { default as SocialList } from "./components/blocks/SocialList";
|
|
125
|
+
/***** Footer *****/
|
|
126
|
+
export { default as Footer } from "./components/sections/footer/Footer";
|
|
127
|
+
export * as FooterPartials from "./components/sections/footer/partials/index";
|
|
128
|
+
export * as FooterSkeletons from "./components/sections/footer/skeletons/index";
|
|
124
129
|
/***** Icons *****/
|
|
125
|
-
export
|
|
126
|
-
export { default as ArrowLeftGhostIcon } from "./components/base/icons/ArrowLeftGhost";
|
|
127
|
-
export { default as ArrowRightGhostIcon } from "./components/base/icons/ArrowRightGhost";
|
|
128
|
-
export { default as CrossIcon } from "./components/base/icons/Cross";
|
|
129
|
-
export { default as CrossSmallIcon } from "./components/base/icons/CrossSmall";
|
|
130
|
-
export { default as MagnifierIcon } from "./components/base/icons/Magnifier";
|
|
131
|
-
export { default as MenuBurgerIcon } from "./components/base/icons/MenuBurger";
|
|
132
|
-
export { default as PlayIcon } from "./components/base/icons/Play";
|
|
133
|
-
export { default as FlyToIcon } from "./components/base/icons/FlyTo";
|
|
134
|
-
export { default as StarIcon } from "./components/base/icons/Star";
|
|
135
|
-
export { default as StarGhostIcon } from "./components/base/icons/StarGhost";
|
|
136
|
-
export { default as MailIcon } from "./components/base/icons/Mail";
|
|
137
|
-
export { default as PhoneIcon } from "./components/base/icons/Phone";
|
|
138
|
-
export { default as RouteIcon } from "./components/base/icons/Route";
|
|
139
|
-
export { default as ExternalIcon } from "./components/base/icons/External";
|
|
140
|
-
/***** Social Icons *****/
|
|
141
|
-
export { default as FacebookIcon } from "./components/base/icons/socials/Facebook";
|
|
142
|
-
export { default as LinkedInIcon } from "./components/base/icons/socials/LinkedIn";
|
|
143
|
-
export { default as TwitterIcon } from "./components/base/icons/socials/Twitter";
|
|
144
|
-
export { default as XingIcon } from "./components/base/icons/socials/Xing";
|
|
145
|
-
export { default as InstagramIcon } from "./components/base/icons/socials/Instagram";
|
|
146
|
-
export { default as YoutubeIcon } from "./components/base/icons/socials/Youtube";
|
|
130
|
+
export * as Icons from "./components/base/icons/Icons";
|
|
147
131
|
//# sourceMappingURL=index.d.ts.map
|