@blateral/b.kit 2.0.0-beta.7.8 → 2.0.0-beta.8.10
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 +6 -2
- package/lib/components/base/Grid.d.ts.map +1 -1
- package/lib/components/base/Section.d.ts +2 -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/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/Language.d.ts +7 -0
- package/lib/components/base/icons/Language.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/CookieConsent.d.ts +2 -0
- package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
- package/lib/components/blocks/EventBlock.d.ts +2 -0
- package/lib/components/blocks/EventBlock.d.ts.map +1 -1
- package/lib/components/blocks/JobCard.d.ts +3 -0
- package/lib/components/blocks/JobCard.d.ts.map +1 -1
- package/lib/components/blocks/LanguageSwitcher.d.ts +2 -1
- package/lib/components/blocks/LanguageSwitcher.d.ts.map +1 -1
- package/lib/components/blocks/PromotionCard.d.ts.map +1 -1
- package/lib/components/blocks/Slider.d.ts +4 -0
- package/lib/components/blocks/Slider.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 +1 -0
- 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/buttons/Button.d.ts +1 -0
- package/lib/components/buttons/Button.d.ts.map +1 -1
- package/lib/components/buttons/ButtonGhost.d.ts +1 -0
- package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
- package/lib/components/buttons/Pointer.d.ts +1 -0
- package/lib/components/buttons/Pointer.d.ts.map +1 -1
- package/lib/components/buttons/QuicknavButton.d.ts.map +1 -1
- package/lib/components/fields/Checkbox.d.ts.map +1 -1
- package/lib/components/fields/CompactForm.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/SearchInput.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/CardList.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/Map.d.ts +3 -8
- package/lib/components/sections/Map.d.ts.map +1 -1
- package/lib/components/sections/SocialNav.d.ts.map +1 -1
- package/lib/components/sections/SocialWall.d.ts.map +1 -1
- package/lib/components/sections/Table.d.ts.map +1 -1
- package/lib/components/sections/carousel/CarouselBase.d.ts +1 -0
- package/lib/components/sections/carousel/CarouselBase.d.ts.map +1 -1
- package/lib/components/sections/events/EventDetail.d.ts +2 -2
- package/lib/components/sections/events/EventDetail.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 +58 -46
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderKenBurns.d.ts +4 -14
- package/lib/components/sections/header/HeaderKenBurns.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderPoster.d.ts +5 -16
- package/lib/components/sections/header/HeaderPoster.d.ts.map +1 -1
- package/lib/components/sections/header/HeaderVideo.d.ts +5 -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/menu/variations/MenuFlyout.d.ts.map +1 -1
- package/lib/components/sections/navigation/partials/MenuFooter.d.ts.map +1 -1
- package/lib/components/sections/navigation/partials/NavBarBottom.d.ts.map +1 -1
- package/lib/components/sections/navigation/partials/NavBarMain.d.ts +2 -0
- package/lib/components/sections/navigation/partials/NavBarMain.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/BarBreadCrumbs.d.ts.map +1 -1
- package/lib/components/sections/navigation/skeletons/BarLogo.d.ts.map +1 -1
- package/lib/components/sections/navigation/skeletons/BarMenuToggle.d.ts +1 -0
- package/lib/components/sections/navigation/skeletons/BarMenuToggle.d.ts.map +1 -1
- package/lib/components/sections/navigation/skeletons/BarNavList.d.ts.map +1 -1
- 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/components/typography/Callout.d.ts +1 -0
- package/lib/components/typography/Callout.d.ts.map +1 -1
- package/lib/components/typography/Copy.d.ts +1 -0
- package/lib/components/typography/Copy.d.ts.map +1 -1
- package/lib/components/typography/Heading.d.ts +1 -0
- package/lib/components/typography/Heading.d.ts.map +1 -1
- package/lib/components/typography/Link.d.ts.map +1 -1
- package/lib/index.d.ts +11 -26
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +1 -15
- 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 +2 -1
- package/lib/utils/LibThemeProvider.d.ts.map +1 -1
- package/lib/utils/statusFormatter.d.ts +7 -0
- package/lib/utils/statusFormatter.d.ts.map +1 -1
- package/lib/utils/styles.d.ts +9 -4
- package/lib/utils/styles.d.ts.map +1 -1
- package/package.json +40 -33
- 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/Form.d.ts +0 -76
- package/lib/components/sections/Form.d.ts.map +0 -1
- package/lib/components/sections/navigation/skeletons/Skeletons.d.ts +0 -39
- package/lib/components/sections/navigation/skeletons/Skeletons.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { FC } from 'react';
|
|
2
2
|
import { DefaultTheme } from 'styled-components';
|
|
3
3
|
export declare type RecursivePartial<T> = {
|
|
4
|
-
[P in keyof T]?: RecursivePartial<T[P]>;
|
|
4
|
+
[P in keyof T]?: T[P] extends Array<infer I> ? Array<RecursivePartial<I>> : RecursivePartial<T[P]>;
|
|
5
5
|
};
|
|
6
6
|
export declare type ThemeMods = RecursivePartial<DefaultTheme>;
|
|
7
7
|
/**
|
|
@@ -12,6 +12,7 @@ export declare type ThemeMods = RecursivePartial<DefaultTheme>;
|
|
|
12
12
|
export declare const assignTo: <T extends DefaultTheme | RecursivePartial<DefaultTheme>>(target: T, source?: RecursivePartial<DefaultTheme> | undefined) => T;
|
|
13
13
|
export declare const LibThemeProvider: FC<{
|
|
14
14
|
theme?: ThemeMods;
|
|
15
|
+
children?: React.ReactNode;
|
|
15
16
|
}>;
|
|
16
17
|
export declare const modifyTheme: (activeTheme?: DefaultTheme | undefined, modifications?: RecursivePartial<DefaultTheme> | undefined) => DefaultTheme;
|
|
17
18
|
export declare const useLibTheme: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LibThemeProvider.d.ts","sourceRoot":"","sources":["../../src/utils/LibThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"LibThemeProvider.d.ts","sourceRoot":"","sources":["../../src/utils/LibThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,YAAY,EAA2B,MAAM,mBAAmB,CAAC;AAU1E,oBAAY,gBAAgB,CAAC,CAAC,IAAI;KAC7B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,CAAC,GACtC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAC1B,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAC/B,CAAC;AAEF,oBAAY,SAAS,GAAG,gBAAgB,CAAC,YAAY,CAAC,CAAC;AAsCvD;;;;GAIG;AACH,eAAO,MAAM,QAAQ,gIA4BpB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAUA,CAAC;AAMF,eAAO,MAAM,WAAW,sHAuBvB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CASvB,CAAC;AAEF,eAAO,MAAM,YAAY;IAKb,+EAA+E;;EAatF,CAAC"}
|
|
@@ -13,6 +13,13 @@ export default class StatusFormatter {
|
|
|
13
13
|
getFormattedStatus(): string;
|
|
14
14
|
getFormattedDate(): string;
|
|
15
15
|
getFormattedTime(): string;
|
|
16
|
+
private areOnSameDay;
|
|
17
|
+
/**
|
|
18
|
+
* Get formatted string of timespan from current date + duration in seconds
|
|
19
|
+
* @param duration Duration in seconds. Added to current date
|
|
20
|
+
* @returns
|
|
21
|
+
*/
|
|
22
|
+
getFormattedTimespan(format?: string, duration?: number, seperator?: string): string;
|
|
16
23
|
private getDoubleDigitString;
|
|
17
24
|
private getDay;
|
|
18
25
|
private getMonth;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"statusFormatter.d.ts","sourceRoot":"","sources":["../../src/utils/statusFormatter.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,eAAe;IAChC,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,UAAU,CAAS;IAE3B,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,IAAI,CAAO;gBAGf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM;IAWtB,OAAO,CAAC,gBAAgB,CAiDtB;IAEF,OAAO,CAAC,gBAAgB,CAiCtB;IAEK,OAAO,CAAC,SAAS,EAAE,MAAM;IAIzB,SAAS,CAAC,SAAS,EAAE,MAAM;IAI3B,kBAAkB;IAclB,gBAAgB;IAehB,gBAAgB;IAevB,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;CAGrB"}
|
|
1
|
+
{"version":3,"file":"statusFormatter.d.ts","sourceRoot":"","sources":["../../src/utils/statusFormatter.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,eAAe;IAChC,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,UAAU,CAAS;IAE3B,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,IAAI,CAAO;gBAGf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM;IAWtB,OAAO,CAAC,gBAAgB,CAiDtB;IAEF,OAAO,CAAC,gBAAgB,CAiCtB;IAEK,OAAO,CAAC,SAAS,EAAE,MAAM;IAIzB,SAAS,CAAC,SAAS,EAAE,MAAM;IAI3B,kBAAkB;IAclB,gBAAgB;IAehB,gBAAgB;IAevB,OAAO,CAAC,YAAY;IAQpB;;;;OAIG;IACI,oBAAoB,CACvB,MAAM,SAAK,EACX,QAAQ,CAAC,EAAE,MAAM,EACjB,SAAS,SAAQ;IA4CrB,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;CAGrB"}
|
package/lib/utils/styles.d.ts
CHANGED
|
@@ -33,10 +33,13 @@ export interface Colors {
|
|
|
33
33
|
default: string;
|
|
34
34
|
inverted: string;
|
|
35
35
|
error: string;
|
|
36
|
+
errorInverted: string;
|
|
36
37
|
heading: string;
|
|
37
38
|
headingInverted: string;
|
|
38
39
|
copy: string;
|
|
39
40
|
copyInverted: string;
|
|
41
|
+
subtile: string;
|
|
42
|
+
subtileInverted: string;
|
|
40
43
|
};
|
|
41
44
|
sectionBg: {
|
|
42
45
|
light: string;
|
|
@@ -54,6 +57,7 @@ export interface Colors {
|
|
|
54
57
|
primary: ColorOptions;
|
|
55
58
|
secondary: ColorOptions;
|
|
56
59
|
error: string;
|
|
60
|
+
errorInverted: string;
|
|
57
61
|
}
|
|
58
62
|
export declare type ColorType = keyof Colors;
|
|
59
63
|
/***** Font Types *****/
|
|
@@ -135,12 +139,13 @@ export interface GlobalSettings {
|
|
|
135
139
|
inverted: string;
|
|
136
140
|
};
|
|
137
141
|
/** Date and Time Formats for all news sections */
|
|
138
|
-
newsDateFormat: string;
|
|
139
|
-
newsTimeFormat: string;
|
|
142
|
+
newsDateFormat: (date: Date) => string;
|
|
143
|
+
newsTimeFormat: (date: Date) => string;
|
|
140
144
|
newsLocaleKey: 'de' | 'en';
|
|
141
145
|
/** Date and Time Formats for all event sections */
|
|
142
|
-
eventDateFormat: string;
|
|
143
|
-
eventTimeFormat: string;
|
|
146
|
+
eventDateFormat: (date: Date) => string;
|
|
147
|
+
eventTimeFormat: (date: Date) => string;
|
|
148
|
+
eventTimespanFormat: (start: Date, duration?: number) => string;
|
|
144
149
|
eventLocaleKey: 'de' | 'en';
|
|
145
150
|
/** Date and Time Formats for Datepickers */
|
|
146
151
|
datepickerLocaleKey: 'de' | 'en';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/utils/styles.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,oBAAY,cAAc,GACpB,OAAO,GACP,QAAQ,GACR,WAAW,GACX,OAAO,GACP,QAAQ,GACR,SAAS,CAAC;AAEhB,eAAO,MAAM,EAAE,EAAE;KAAG,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,OAAO,CAAC,GAAG,MAAM;CAMnE,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;CAMpB,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,cAAc,UAAW,CAAC,MAAM,EAAE,MAAM,CAAC,KAAG,MACiD,CAAC;AAE3G,eAAO,MAAM,SAAS,UAAW,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,YAAY,MAAM,gEAmBnE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,+HAkB1B,CAAC;AAEF,yBAAyB;AACzB,UAAU,YAAY;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,oBAAY,gBAAgB,GAAG,MAAM,YAAY,CAAC;AAElD,MAAM,WAAW,MAAM;IACnB,IAAI,EAAE;QACF,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,eAAe,EAAE,MAAM,CAAC;QACxB,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/utils/styles.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blateral/b.kit",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.8.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|
|
@@ -34,60 +34,67 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/blateral/b.kit#readme",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@etchteam/storybook-addon-status": "^4.1
|
|
38
|
-
"@rollup/plugin-babel": "
|
|
39
|
-
"@rollup/plugin-commonjs": "
|
|
40
|
-
"@rollup/plugin-node-resolve": "
|
|
41
|
-
"@storybook/addon-a11y": "^6.4.
|
|
42
|
-
"@storybook/addon-essentials": "^6.4.
|
|
43
|
-
"@storybook/react": "6.4.
|
|
44
|
-
"@storybook/storybook-deployer": "^2.8.
|
|
45
|
-
"@storybook/theming": "^6.4.
|
|
46
|
-
"@types/react": "^
|
|
37
|
+
"@etchteam/storybook-addon-status": "^4.2.1",
|
|
38
|
+
"@rollup/plugin-babel": "5.3.1",
|
|
39
|
+
"@rollup/plugin-commonjs": "22.0.0",
|
|
40
|
+
"@rollup/plugin-node-resolve": "13.2.1",
|
|
41
|
+
"@storybook/addon-a11y": "^6.4.22",
|
|
42
|
+
"@storybook/addon-essentials": "^6.4.22",
|
|
43
|
+
"@storybook/react": "6.4.22",
|
|
44
|
+
"@storybook/storybook-deployer": "^2.8.11",
|
|
45
|
+
"@storybook/theming": "^6.4.22",
|
|
46
|
+
"@types/react": "^18.0.8",
|
|
47
47
|
"@types/react-datepicker": "4.3.4",
|
|
48
|
-
"@types/react-dom": "^
|
|
48
|
+
"@types/react-dom": "^18.0.0",
|
|
49
49
|
"@types/react-leaflet": "2.5.0",
|
|
50
50
|
"@types/react-slick": "0.23.4",
|
|
51
|
-
"@types/styled-components": "
|
|
51
|
+
"@types/styled-components": "5.1.25",
|
|
52
52
|
"@types/yup": "^0.29.11",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "
|
|
54
|
-
"@typescript-eslint/parser": "
|
|
55
|
-
"@zerollup/ts-transform-paths": "
|
|
56
|
-
"babel-plugin-styled-components": "
|
|
57
|
-
"eslint": "
|
|
58
|
-
"eslint-plugin-react": "
|
|
59
|
-
"eslint-plugin-react-hooks": "
|
|
60
|
-
"formik": "^2.2.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "5.21.0",
|
|
54
|
+
"@typescript-eslint/parser": "5.21.0",
|
|
55
|
+
"@zerollup/ts-transform-paths": "1.7.18",
|
|
56
|
+
"babel-plugin-styled-components": "2.0.7",
|
|
57
|
+
"eslint": "8.14.0",
|
|
58
|
+
"eslint-plugin-react": "7.29.4",
|
|
59
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
60
|
+
"formik": "^2.2.9",
|
|
61
61
|
"husky": "^7.0.0",
|
|
62
62
|
"leaflet": "1.7.1",
|
|
63
|
-
"react": "^
|
|
63
|
+
"react": "^18.1.0",
|
|
64
64
|
"react-datepicker": "4.6.0",
|
|
65
|
-
"react-dom": "^
|
|
65
|
+
"react-dom": "^18.1.0",
|
|
66
66
|
"react-schemaorg": "^2.0.0",
|
|
67
67
|
"react-slick": "0.27.1",
|
|
68
|
-
"rollup": "
|
|
68
|
+
"rollup": "2.70.2",
|
|
69
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
69
70
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
70
71
|
"rollup-plugin-terser": "^7.0.2",
|
|
71
|
-
"rollup-plugin-typescript2": "
|
|
72
|
+
"rollup-plugin-typescript2": "0.31.2",
|
|
72
73
|
"schema-dts": "^1.0.0",
|
|
73
74
|
"slick-carousel": "1.8.1",
|
|
74
|
-
"styled-components": "
|
|
75
|
-
"ttypescript": "
|
|
76
|
-
"typescript": "^4.
|
|
75
|
+
"styled-components": "5.3.5",
|
|
76
|
+
"ttypescript": "1.5.13",
|
|
77
|
+
"typescript": "^4.6.3"
|
|
77
78
|
},
|
|
78
79
|
"peerDependencies": {
|
|
79
80
|
"@types/react-datepicker": "4.3.4",
|
|
80
81
|
"@types/yup": "^0.29.11",
|
|
81
|
-
"formik": "^2.2.
|
|
82
|
+
"formik": "^2.2.9",
|
|
82
83
|
"leaflet": "1.7.1",
|
|
83
|
-
"react": "^
|
|
84
|
+
"react": "^18.1.0",
|
|
84
85
|
"react-datepicker": "4.6.0",
|
|
85
|
-
"react-dom": "^
|
|
86
|
+
"react-dom": "^18.1.0",
|
|
86
87
|
"react-schemaorg": "^2.0.0",
|
|
87
88
|
"react-slick": "0.27.1",
|
|
88
89
|
"schema-dts": "^1.0.0",
|
|
89
90
|
"slick-carousel": "1.8.1",
|
|
90
|
-
"styled-components": "
|
|
91
|
+
"styled-components": "5.3.5"
|
|
91
92
|
},
|
|
92
|
-
"dependencies": {}
|
|
93
|
+
"dependencies": {},
|
|
94
|
+
"resolutions": {
|
|
95
|
+
"@types/react": "^18",
|
|
96
|
+
"@types/react-dom": "^18",
|
|
97
|
+
"styled-components": "^5",
|
|
98
|
+
"typescript": "^4"
|
|
99
|
+
}
|
|
93
100
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExclamationMark.d.ts","sourceRoot":"","sources":["../../../../src/components/base/icons/ExclamationMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAuBzE,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Document.d.ts","sourceRoot":"","sources":["../../../../../src/components/base/icons/files/Document.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAwBlE,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../src/components/base/icons/files/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CA2B9D,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LinkProps } from "../typography/Link";
|
|
3
|
-
import { SocialItem } from "../blocks/SocialList";
|
|
4
|
-
export declare const FooterComponent: React.FC<{
|
|
5
|
-
isInverted?: boolean | undefined;
|
|
6
|
-
logo?: {
|
|
7
|
-
img?: string | undefined;
|
|
8
|
-
link?: string | undefined;
|
|
9
|
-
} | undefined;
|
|
10
|
-
columnTopSpace?: string | undefined;
|
|
11
|
-
contactData?: string | undefined;
|
|
12
|
-
siteLinks?: (LinkProps & {
|
|
13
|
-
label?: string | undefined;
|
|
14
|
-
isActive?: boolean | undefined;
|
|
15
|
-
})[] | undefined;
|
|
16
|
-
newsTitle?: string | undefined;
|
|
17
|
-
newsText?: string | undefined;
|
|
18
|
-
newsForm?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
19
|
-
socials?: SocialItem[] | undefined;
|
|
20
|
-
bottomLinks?: {
|
|
21
|
-
href: string;
|
|
22
|
-
label?: string | undefined;
|
|
23
|
-
isExternal?: boolean | undefined;
|
|
24
|
-
}[] | undefined;
|
|
25
|
-
brandIcon?: React.ReactNode;
|
|
26
|
-
}>;
|
|
27
|
-
declare const _default: React.FC<{
|
|
28
|
-
isInverted?: boolean | undefined;
|
|
29
|
-
logo?: {
|
|
30
|
-
img?: string | undefined;
|
|
31
|
-
link?: string | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
columnTopSpace?: string | undefined;
|
|
34
|
-
contactData?: string | undefined;
|
|
35
|
-
siteLinks?: (LinkProps & {
|
|
36
|
-
label?: string | undefined;
|
|
37
|
-
isActive?: boolean | undefined;
|
|
38
|
-
})[] | undefined;
|
|
39
|
-
newsTitle?: string | undefined;
|
|
40
|
-
newsText?: string | undefined;
|
|
41
|
-
newsForm?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
42
|
-
socials?: SocialItem[] | undefined;
|
|
43
|
-
bottomLinks?: {
|
|
44
|
-
href: string;
|
|
45
|
-
label?: string | undefined;
|
|
46
|
-
isExternal?: boolean | undefined;
|
|
47
|
-
}[] | undefined;
|
|
48
|
-
brandIcon?: React.ReactNode;
|
|
49
|
-
} & {
|
|
50
|
-
theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
|
|
51
|
-
}>;
|
|
52
|
-
export default _default;
|
|
53
|
-
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAclC,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAE7D,OAAmB,EAAE,UAAU,EAAE,6BAAqC;AAyXtE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;sDArJa,MAAM,SAAS;;;cAE9B,MAAM;;;;gBAChB,MAAM,SAAS;EAkJM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AACtC,wBAAoC"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { FormProps } from "../fields/Textfield";
|
|
3
|
-
export interface FormData {
|
|
4
|
-
name?: string;
|
|
5
|
-
surname?: string;
|
|
6
|
-
mail?: string;
|
|
7
|
-
phone?: string;
|
|
8
|
-
area?: string;
|
|
9
|
-
check?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare type FormFieldProps = Omit<FormProps, 'value' | 'name' | 'errorMessage'>;
|
|
12
|
-
export declare type FormDataErrors = {
|
|
13
|
-
[key in keyof FormData]: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const FormComponent: React.FC<{
|
|
16
|
-
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
17
|
-
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
18
|
-
submitAction?: ((props: {
|
|
19
|
-
isInverted?: boolean;
|
|
20
|
-
additionalProps: {
|
|
21
|
-
type: 'submit';
|
|
22
|
-
as: 'button' | 'a';
|
|
23
|
-
};
|
|
24
|
-
isDisabled?: boolean;
|
|
25
|
-
}) => React.ReactNode) | undefined;
|
|
26
|
-
onSubmit?: ((data: FormData) => void) | undefined;
|
|
27
|
-
validation?: ((values: FormData, errors: FormDataErrors) => FormDataErrors) | undefined;
|
|
28
|
-
yupValidationSchema?: any;
|
|
29
|
-
bgMode?: "full" | "inverted" | undefined;
|
|
30
|
-
formFields: {
|
|
31
|
-
name?: FormFieldProps;
|
|
32
|
-
surname?: FormFieldProps;
|
|
33
|
-
mail?: FormFieldProps;
|
|
34
|
-
phone?: FormFieldProps;
|
|
35
|
-
area?: FormFieldProps;
|
|
36
|
-
};
|
|
37
|
-
checkbox?: {
|
|
38
|
-
label?: string | undefined;
|
|
39
|
-
name?: string | undefined;
|
|
40
|
-
value?: string | undefined;
|
|
41
|
-
isDisabled?: boolean | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
}>;
|
|
44
|
-
declare const _default: React.FC<{
|
|
45
|
-
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
46
|
-
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
47
|
-
submitAction?: ((props: {
|
|
48
|
-
isInverted?: boolean | undefined;
|
|
49
|
-
additionalProps: {
|
|
50
|
-
type: "submit";
|
|
51
|
-
as: "a" | "button";
|
|
52
|
-
};
|
|
53
|
-
isDisabled?: boolean | undefined;
|
|
54
|
-
}) => React.ReactNode) | undefined;
|
|
55
|
-
onSubmit?: ((data: FormData) => void) | undefined;
|
|
56
|
-
validation?: ((values: FormData, errors: FormDataErrors) => FormDataErrors) | undefined;
|
|
57
|
-
yupValidationSchema?: any;
|
|
58
|
-
bgMode?: "full" | "inverted" | undefined;
|
|
59
|
-
formFields: {
|
|
60
|
-
name?: FormFieldProps | undefined;
|
|
61
|
-
surname?: FormFieldProps | undefined;
|
|
62
|
-
mail?: FormFieldProps | undefined;
|
|
63
|
-
phone?: FormFieldProps | undefined;
|
|
64
|
-
area?: FormFieldProps | undefined;
|
|
65
|
-
};
|
|
66
|
-
checkbox?: {
|
|
67
|
-
label?: string | undefined;
|
|
68
|
-
name?: string | undefined;
|
|
69
|
-
value?: string | undefined;
|
|
70
|
-
isDisabled?: boolean | undefined;
|
|
71
|
-
} | undefined;
|
|
72
|
-
} & {
|
|
73
|
-
theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
|
|
74
|
-
}>;
|
|
75
|
-
export default _default;
|
|
76
|
-
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAkB,EAAE,SAAS,EAAE,4BAAoC;AA4CnE,MAAM,WAAW,QAAQ;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,oBAAY,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,MAAM,GAAG,cAAc,CAAC,CAAC;AAChF,oBAAY,cAAc,GAAG;KAAG,GAAG,IAAI,MAAM,QAAQ,GAAG,MAAM;CAAE,CAAC;AAwQjE,eAAO,MAAM,aAAa;2DArQoB,MAAM,SAAS;6DACb,MAAM,SAAS;4BACpC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,EAAE;YAAE,IAAI,EAAE,QAAQ,CAAC;YAAC,EAAE,EAAE,QAAQ,GAAG,GAAG,CAAA;SAAE,CAAC;QACxD,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,KAAK,MAAM,SAAS;uBACH,QAAQ,KAAK,IAAI;2BACb,QAAQ,UAAU,cAAc,KAAK,cAAc;0BACnD,GAAG;;gBAIb;QACR,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,OAAO,CAAC,EAAE,cAAc,CAAC;QACzB,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,KAAK,CAAC,EAAE,cAAc,CAAC;QACvB,IAAI,CAAC,EAAE,cAAc,CAAC;KACzB;;;;;;;EAkP4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAClC,wBAAkC"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
Col: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
-
isInverted?: boolean | undefined;
|
|
5
|
-
takeSpace?: boolean | undefined;
|
|
6
|
-
vAlign?: "top" | "center" | "bottom" | undefined;
|
|
7
|
-
}, never>;
|
|
8
|
-
Logo: import("react").FC<{
|
|
9
|
-
link?: Omit<import("../../../typography/Link").LinkProps, "coverSpace" | "ratios"> | undefined;
|
|
10
|
-
logo?: import("../../../blocks/Image").ImageProps | undefined;
|
|
11
|
-
className?: string | undefined;
|
|
12
|
-
}>;
|
|
13
|
-
Toggle: import("react").FC<{
|
|
14
|
-
isInverted?: boolean | undefined;
|
|
15
|
-
isExpanded?: boolean | undefined;
|
|
16
|
-
onClick?: ((ev?: import("react").SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
|
|
17
|
-
className?: string | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
NavList: import("react").FC<{
|
|
20
|
-
isInverted?: boolean | undefined;
|
|
21
|
-
navLinks?: import("../menu/Menu").NavItem[] | undefined;
|
|
22
|
-
className?: string | undefined;
|
|
23
|
-
}>;
|
|
24
|
-
Breadcrumbs: import("react").FC<{
|
|
25
|
-
isInverted?: boolean | undefined;
|
|
26
|
-
rootLink?: import("../../../typography/Link").LinkProps | undefined;
|
|
27
|
-
rootLabel?: string | undefined;
|
|
28
|
-
navItems?: import("../menu/Menu").NavItem[] | undefined;
|
|
29
|
-
seperator?: ((props: {
|
|
30
|
-
isInverted?: boolean | undefined;
|
|
31
|
-
}) => import("react").ReactNode) | undefined;
|
|
32
|
-
back?: ((props: {
|
|
33
|
-
isInverted?: boolean | undefined;
|
|
34
|
-
}) => import("react").ReactNode) | undefined;
|
|
35
|
-
className?: string | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
};
|
|
38
|
-
export default _default;
|
|
39
|
-
//# sourceMappingURL=Skeletons.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Skeletons.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/skeletons/Skeletons.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBAME"}
|