@zealicsolutions/web-ui 0.2.69 → 0.2.71
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/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/atoms/Avatar/Avatar.d.ts +2 -2
- package/dist/cjs/src/atoms/Buttons/Button.d.ts +5 -2
- package/dist/cjs/src/atoms/Buttons/TextButton.d.ts +3 -12
- package/dist/cjs/src/atoms/Icon/Icon.d.ts +18 -15
- package/dist/cjs/src/atoms/RegularImage/RegularImage.d.ts +1 -2
- package/dist/cjs/src/atoms/Tab/Tab.d.ts +38 -18
- package/dist/cjs/src/atoms/Tab/Tab.stories.d.ts +20 -1
- package/dist/cjs/src/atoms/Tab/styles.d.ts +2 -2
- package/dist/cjs/src/atoms/TextWrapper/TextWrapper.stories.d.ts +1 -1
- package/dist/cjs/src/atoms/index.d.ts +0 -1
- package/dist/cjs/src/containers/Container.d.ts +4 -0
- package/dist/cjs/src/containers/Container.stories.d.ts +9 -0
- package/dist/cjs/src/containers/MoleculeItem.d.ts +3 -0
- package/dist/cjs/src/containers/OrganismItem.d.ts +5 -0
- package/dist/cjs/src/containers/helpers.d.ts +2 -0
- package/dist/cjs/src/containers/index.d.ts +5 -0
- package/dist/cjs/src/containers/styles.d.ts +8 -0
- package/dist/cjs/src/containers/types/moleculeTypes.d.ts +111 -0
- package/dist/cjs/src/containers/types/types.d.ts +30 -0
- package/dist/cjs/src/helpers/constants.d.ts +6 -3
- package/dist/cjs/src/icons/CaretDown.d.ts +1 -1
- package/dist/cjs/src/icons/Check.d.ts +1 -1
- package/dist/cjs/src/icons/Close.d.ts +1 -1
- package/dist/cjs/src/icons/Filter.d.ts +2 -2
- package/dist/cjs/src/icons/Hide.d.ts +1 -1
- package/dist/cjs/src/icons/Mail.d.ts +1 -1
- package/dist/cjs/src/icons/Minus.d.ts +2 -2
- package/dist/cjs/src/icons/Mobile.d.ts +2 -2
- package/dist/cjs/src/icons/Play.d.ts +1 -1
- package/dist/cjs/src/icons/Search.d.ts +1 -1
- package/dist/cjs/src/icons/View.d.ts +2 -2
- package/dist/cjs/src/icons/Warning.d.ts +1 -1
- package/dist/cjs/src/molecules/Columns/styles.d.ts +2 -11
- package/dist/cjs/src/molecules/Image/Image.d.ts +2 -3
- package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +9 -4
- package/dist/cjs/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/TabGroup/styles.d.ts +8 -5
- package/dist/cjs/src/molecules/TextMolecule/TextMolecule.d.ts +3 -1
- package/dist/cjs/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/Video/Video.d.ts +14 -0
- package/dist/cjs/src/molecules/Video/Video.stories.d.ts +9 -0
- package/dist/cjs/src/molecules/index.d.ts +3 -0
- package/dist/cjs/src/theme/types.d.ts +3 -2
- package/dist/cjs/src/typescript.d.ts +4 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/atoms/Avatar/Avatar.d.ts +2 -2
- package/dist/esm/src/atoms/Buttons/Button.d.ts +5 -2
- package/dist/esm/src/atoms/Buttons/TextButton.d.ts +3 -12
- package/dist/esm/src/atoms/Icon/Icon.d.ts +18 -15
- package/dist/esm/src/atoms/RegularImage/RegularImage.d.ts +1 -2
- package/dist/esm/src/atoms/Tab/Tab.d.ts +38 -18
- package/dist/esm/src/atoms/Tab/Tab.stories.d.ts +20 -1
- package/dist/esm/src/atoms/Tab/styles.d.ts +2 -2
- package/dist/esm/src/atoms/TextWrapper/TextWrapper.stories.d.ts +1 -1
- package/dist/esm/src/atoms/index.d.ts +0 -1
- package/dist/esm/src/containers/Container.d.ts +4 -0
- package/dist/esm/src/containers/Container.stories.d.ts +9 -0
- package/dist/esm/src/containers/MoleculeItem.d.ts +3 -0
- package/dist/esm/src/containers/OrganismItem.d.ts +5 -0
- package/dist/esm/src/containers/helpers.d.ts +2 -0
- package/dist/esm/src/containers/index.d.ts +5 -0
- package/dist/esm/src/containers/styles.d.ts +8 -0
- package/dist/esm/src/containers/types/moleculeTypes.d.ts +111 -0
- package/dist/esm/src/containers/types/types.d.ts +30 -0
- package/dist/esm/src/helpers/constants.d.ts +6 -3
- package/dist/esm/src/icons/CaretDown.d.ts +1 -1
- package/dist/esm/src/icons/Check.d.ts +1 -1
- package/dist/esm/src/icons/Close.d.ts +1 -1
- package/dist/esm/src/icons/Filter.d.ts +2 -2
- package/dist/esm/src/icons/Hide.d.ts +1 -1
- package/dist/esm/src/icons/Mail.d.ts +1 -1
- package/dist/esm/src/icons/Minus.d.ts +2 -2
- package/dist/esm/src/icons/Mobile.d.ts +2 -2
- package/dist/esm/src/icons/Play.d.ts +1 -1
- package/dist/esm/src/icons/Search.d.ts +1 -1
- package/dist/esm/src/icons/View.d.ts +2 -2
- package/dist/esm/src/icons/Warning.d.ts +1 -1
- package/dist/esm/src/molecules/Columns/styles.d.ts +2 -11
- package/dist/esm/src/molecules/Image/Image.d.ts +2 -3
- package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +9 -4
- package/dist/esm/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -1
- package/dist/esm/src/molecules/TabGroup/styles.d.ts +8 -5
- package/dist/esm/src/molecules/TextMolecule/TextMolecule.d.ts +3 -1
- package/dist/esm/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -1
- package/dist/esm/src/molecules/Video/Video.d.ts +14 -0
- package/dist/esm/src/molecules/Video/Video.stories.d.ts +9 -0
- package/dist/esm/src/molecules/index.d.ts +3 -0
- package/dist/esm/src/theme/types.d.ts +3 -2
- package/dist/esm/src/typescript.d.ts +4 -0
- package/dist/index.d.ts +117 -65
- package/package.json +1 -1
- package/dist/cjs/src/atoms/Video/Video.d.ts +0 -11
- package/dist/cjs/src/atoms/Video/Video.stories.d.ts +0 -9
- package/dist/esm/src/atoms/Video/Video.d.ts +0 -11
- package/dist/esm/src/atoms/Video/Video.stories.d.ts +0 -9
@@ -15,6 +15,13 @@ declare type TabSliderProps = {
|
|
15
15
|
selectedTabIndicatorColor?: ThemeColors | string;
|
16
16
|
};
|
17
17
|
export declare const TabSlider: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TabSliderProps, never>;
|
18
|
+
declare type TabWrapperProps = {
|
19
|
+
disabled?: boolean;
|
20
|
+
tabTheme?: TabTheme;
|
21
|
+
selectedTabTextColor?: ThemeColors | string;
|
22
|
+
isActiveTab?: boolean;
|
23
|
+
selectedTabIndicatorColor?: ThemeColors | string;
|
24
|
+
};
|
18
25
|
export declare const TabWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
19
26
|
activeOpacity?: number | undefined;
|
20
27
|
withoutOpacityEffect?: boolean | undefined;
|
@@ -23,9 +30,5 @@ export declare const TabWrapper: import("styled-components").StyledComponent<"di
|
|
23
30
|
children?: import("react").ReactNode;
|
24
31
|
} & {
|
25
32
|
withoutOpacityEffect: boolean;
|
26
|
-
} &
|
27
|
-
disabled?: boolean | undefined;
|
28
|
-
tabTheme?: TabTheme | undefined;
|
29
|
-
selectedTabTextColor?: string | undefined;
|
30
|
-
}, "withoutOpacityEffect">;
|
33
|
+
} & TabWrapperProps, "withoutOpacityEffect">;
|
31
34
|
export {};
|
@@ -4,13 +4,15 @@ import { FontSizesTypes, ThemeColors } from 'theme';
|
|
4
4
|
import { StylesType } from 'typescript';
|
5
5
|
export declare type TextMoleculeProps = Partial<{
|
6
6
|
text: string;
|
7
|
+
variant: 'base' | 'custom';
|
7
8
|
fontVariant: FontSizesTypes;
|
8
9
|
textSize: number;
|
9
10
|
textColor: ThemeColors | string;
|
10
11
|
letterSpacing: number;
|
11
12
|
lineHeight: number;
|
13
|
+
fontWeight: number;
|
12
14
|
isRichText: boolean;
|
13
15
|
styles: StylesType;
|
14
16
|
textAlign: 'center' | 'right' | 'left';
|
15
17
|
}> & Pick<TextProps, 'seoTag'>;
|
16
|
-
export declare const TextMolecule: ({ isRichText, text, seoTag, fontVariant, textColor,
|
18
|
+
export declare const TextMolecule: ({ isRichText, variant, text, seoTag, fontVariant, textColor, textSize, fontWeight, lineHeight, letterSpacing, styles, textAlign, }: TextMoleculeProps) => JSX.Element;
|
@@ -3,7 +3,7 @@ import type { StoryFn } from '@storybook/react';
|
|
3
3
|
import { TextMoleculeProps } from './TextMolecule';
|
4
4
|
declare const _default: {
|
5
5
|
title: string;
|
6
|
-
component: ({ isRichText, text, seoTag, fontVariant, textColor,
|
6
|
+
component: ({ isRichText, variant, text, seoTag, fontVariant, textColor, textSize, fontWeight, lineHeight, letterSpacing, styles, textAlign, }: TextMoleculeProps) => JSX.Element;
|
7
7
|
};
|
8
8
|
export default _default;
|
9
9
|
export declare const TextMolecule: StoryFn<TextMoleculeProps>;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { FeedContentTemplateTypes } from 'organisms/FeedContent/types';
|
3
|
+
import { CSSProperties } from 'styled-components';
|
4
|
+
export declare type VideoProps = {
|
5
|
+
src: string;
|
6
|
+
} & Partial<{
|
7
|
+
width: number;
|
8
|
+
autoplay: boolean;
|
9
|
+
enableCoverImage: boolean;
|
10
|
+
coverImageSrc: string;
|
11
|
+
style: CSSProperties;
|
12
|
+
template: FeedContentTemplateTypes;
|
13
|
+
}>;
|
14
|
+
export declare const Video: ({ style, src, width, template, autoplay, enableCoverImage, coverImageSrc, }: VideoProps) => JSX.Element;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { StoryFn } from '@storybook/react';
|
3
|
+
import { Video as VideoComponent } from './Video';
|
4
|
+
declare const _default: {
|
5
|
+
title: string;
|
6
|
+
component: ({ style, src, width, template, autoplay, enableCoverImage, coverImageSrc, }: import("./Video").VideoProps) => JSX.Element;
|
7
|
+
};
|
8
|
+
export default _default;
|
9
|
+
export declare const Video: StoryFn<typeof VideoComponent>;
|
@@ -21,3 +21,6 @@ export * from './PdfDocument/PdfDocument';
|
|
21
21
|
export * from './FeedContentHeader/FeedContentHeader';
|
22
22
|
export * from './HorizontalButtonsField/HorizontalButtonsField';
|
23
23
|
export * from './BottomNavBarItem/BottomNavBarItem';
|
24
|
+
export * from './Video/Video';
|
25
|
+
export * from './Image/Image';
|
26
|
+
export * from './Caruser/Carousel';
|
@@ -1,7 +1,8 @@
|
|
1
|
-
export declare type ThemeColors = 'primary' | 'secondary' | '
|
1
|
+
export declare type ThemeColors = 'primary' | 'secondary' | 'pink' | 'pinkTint' | 'pinkShade' | 'orange' | 'orangeTint' | 'orangeShade' | 'purple' | 'purpleTint' | 'purpleShade' | 'indigo' | 'indigoTint1' | 'indigoTint2' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'green' | 'greenTint' | 'greenShade' | 'yellow' | 'yellowTint' | 'yellowShade' | 'red' | 'redTint' | 'redShade' | 'black' | 'white' | 'blue' | 'blueTint' | 'blueShade' | 'background';
|
2
2
|
export declare type SizesTypes = '5XL' | '4XL' | '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
|
3
|
-
export declare type FontSizesTypes = Exclude<SizesTypes, '
|
3
|
+
export declare type FontSizesTypes = Exclude<SizesTypes, '5XL' | '4XL'>;
|
4
4
|
export declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
5
|
+
export declare type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
|
5
6
|
export declare type ThemeColorsType = Record<ThemeColors, string>;
|
6
7
|
export declare type ThemeTextType = Record<FontSizesTypes, {
|
7
8
|
'font-weight': string;
|
@@ -2,3 +2,7 @@ import { DefaultTheme, ThemedCssFunction } from 'styled-components';
|
|
2
2
|
export declare type StylesType = ReturnType<ThemedCssFunction<DefaultTheme>>;
|
3
3
|
export declare type Callback = () => void;
|
4
4
|
export declare type Nullable<T> = T | null;
|
5
|
+
declare type UnionKeys<T> = T extends any ? keyof T : never;
|
6
|
+
declare type StrictUnionHelper<T, TAll> = T extends any ? T & Partial<Record<Exclude<UnionKeys<TAll>, keyof T>, never>> : never;
|
7
|
+
export declare type StrictUnion<T> = StrictUnionHelper<T, T>;
|
8
|
+
export {};
|
package/dist/index.d.ts
CHANGED
@@ -8,7 +8,6 @@ import { Callback as Callback$1, StylesType, Nullable } from 'typescript';
|
|
8
8
|
import { IconNames as IconNames$1 } from 'atoms/Icon/Icon';
|
9
9
|
import { InputFieldTypes as InputFieldTypes$1, FieldTypes as FieldTypes$1, UIFields as UIFields$1 } from 'fieldsConfiguration/types';
|
10
10
|
import { FontSizesTypes as FontSizesTypes$2, ThemeColors as ThemeColors$2, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
|
11
|
-
import { FeedContentTemplateTypes as FeedContentTemplateTypes$1, FeedContentProps as FeedContentProps$1 } from 'organisms/FeedContent/types';
|
12
11
|
import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
|
13
12
|
import { WithGoogleMapProps } from 'react-google-maps/lib/withGoogleMap';
|
14
13
|
import { WithScriptjsProps } from 'react-google-maps/lib/withScriptjs';
|
@@ -19,6 +18,7 @@ import { SelectOption as SelectOption$1 } from 'atoms/Select/types';
|
|
19
18
|
import { ControllerProps as ControllerProps$1, DeepPartial, FieldValues, FormState, Control as Control$1 } from 'react-hook-form';
|
20
19
|
import { DrawerProps as DrawerProps$1 } from '@mui/material';
|
21
20
|
import { ProcessTrackerStatus as ProcessTrackerStatus$1, FilteredFeedContentType as FilteredFeedContentType$1, ConsentProps as ConsentProps$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1 } from 'organisms';
|
21
|
+
import { FeedContentTemplateTypes as FeedContentTemplateTypes$1, FeedContentProps as FeedContentProps$1 } from 'organisms/FeedContent/types';
|
22
22
|
import { SetPasswordFields, MaxRuleValidation, MinRuleValidation } from 'organisms/SetPasswordForm/types';
|
23
23
|
import { UIFields as UIFields$2 } from 'fieldsConfiguration';
|
24
24
|
import { ConsentProps as ConsentProps$2 } from 'organisms/Consent/Consent';
|
@@ -36,7 +36,7 @@ import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewer
|
|
36
36
|
import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
|
37
37
|
export * from 'helpers/constants';
|
38
38
|
|
39
|
-
declare type ButtonVariant = 'primary' | 'secondary' | 'text';
|
39
|
+
declare type ButtonVariant = 'primary' | 'secondary' | 'text' | 'custom';
|
40
40
|
declare type BaseButtonProps = PropsWithChildren<{
|
41
41
|
onClick?: Callback$1;
|
42
42
|
variant?: ButtonVariant;
|
@@ -46,7 +46,8 @@ declare type BaseButtonProps = PropsWithChildren<{
|
|
46
46
|
buttonFont?: FontSizesTypes$1;
|
47
47
|
textColor?: ThemeColors$1 | string;
|
48
48
|
textSize?: number;
|
49
|
-
|
49
|
+
horizontalPadding?: SizesTypes$1;
|
50
|
+
verticalPadding?: SizesTypes$1;
|
50
51
|
buttonColor?: ThemeColors$1 | string;
|
51
52
|
buttonStroke?: ThemeColors$1 | string;
|
52
53
|
cornerRadius?: SizesTypes$1 | number;
|
@@ -55,6 +56,8 @@ declare type BaseButtonProps = PropsWithChildren<{
|
|
55
56
|
inactiveButtonColor?: ThemeColors$1 | string;
|
56
57
|
inactiveStrokeColor?: ThemeColors$1 | string;
|
57
58
|
styles?: StylesType;
|
59
|
+
colorTheme?: 'light' | 'dark';
|
60
|
+
href?: string;
|
58
61
|
}>;
|
59
62
|
declare type ButtonProps = BaseButtonProps & {
|
60
63
|
fullWidth?: boolean;
|
@@ -150,30 +153,32 @@ declare type IconProps = {
|
|
150
153
|
color?: ThemeColors$1 | string;
|
151
154
|
fill?: ThemeColors$1 | string;
|
152
155
|
pointerEvents?: 'auto' | 'none';
|
153
|
-
style?:
|
156
|
+
style?: CSSProperties;
|
154
157
|
};
|
155
158
|
declare const availableIcons: {
|
156
|
-
|
157
|
-
|
159
|
+
ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
160
|
+
Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
161
|
+
Bookmark: ({ fill, color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
162
|
+
CaretDown: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
|
158
163
|
CaretLeft: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
159
164
|
CaretRight: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
160
|
-
|
161
|
-
Check: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
162
|
-
|
163
|
-
|
165
|
+
CaretUp: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
166
|
+
Check: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
167
|
+
Close: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
168
|
+
Edit: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
169
|
+
Filter: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
164
170
|
Hide: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
|
165
|
-
|
166
|
-
Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
167
|
-
Minus: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
171
|
+
Info: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
168
172
|
InfoBoxIcon: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
|
169
|
-
Warning: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
170
|
-
Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
171
|
-
Mobile: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
172
173
|
Mail: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
173
174
|
Menu: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
175
|
+
Minus: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
176
|
+
Mobile: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
177
|
+
Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
178
|
+
Save: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
|
174
179
|
Search: ({ size, color, ...props }: Omit<IconProps, "name">) => JSX.Element;
|
175
|
-
|
176
|
-
|
180
|
+
View: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
|
181
|
+
Warning: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
|
177
182
|
};
|
178
183
|
declare type IconNames = keyof typeof availableIcons;
|
179
184
|
declare const Icon: ({ name, color, ...props }: IconProps) => JSX.Element;
|
@@ -195,29 +200,20 @@ declare type RegularImageProps = {
|
|
195
200
|
alt?: string;
|
196
201
|
width?: number | string;
|
197
202
|
height?: number | string;
|
198
|
-
styles?: StylesType;
|
199
203
|
onClick?: Callback$1;
|
200
204
|
cornerRadius?: number;
|
201
205
|
};
|
202
206
|
declare const RegularImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, RegularImageProps, never>;
|
203
207
|
declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, RegularImageProps, never>;
|
204
208
|
|
205
|
-
declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClick' | 'children' | '
|
209
|
+
declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClick' | 'children' | 'colorTheme' | 'size'> & {
|
206
210
|
buttonLink?: string;
|
207
211
|
elementId?: string;
|
208
212
|
};
|
209
|
-
declare const TextButton: styled_components.StyledComponent<"
|
210
|
-
activeOpacity?: number | undefined;
|
211
|
-
withoutOpacityEffect?: boolean | undefined;
|
212
|
-
disabled?: boolean | undefined;
|
213
|
-
} & {
|
214
|
-
children?: React$1.ReactNode;
|
215
|
-
} & {
|
216
|
-
withoutOpacityEffect: boolean;
|
217
|
-
} & Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "styles" | "buttonPadding" | "textColor" | "textSize" | "buttonFont"> & {
|
213
|
+
declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & {
|
218
214
|
buttonLink?: string | undefined;
|
219
215
|
elementId?: string | undefined;
|
220
|
-
},
|
216
|
+
}, never>;
|
221
217
|
|
222
218
|
declare type ValidationTagStatus = 'DEFAULT' | 'ERROR' | 'SUCCESS';
|
223
219
|
declare type ValidationTagProps = {
|
@@ -226,15 +222,6 @@ declare type ValidationTagProps = {
|
|
226
222
|
};
|
227
223
|
declare const ValidationTag: ({ text, status }: ValidationTagProps) => JSX.Element;
|
228
224
|
|
229
|
-
declare type VideoProps = {
|
230
|
-
src: string;
|
231
|
-
style?: CSSProperties;
|
232
|
-
template?: FeedContentTemplateTypes$1;
|
233
|
-
autoplay?: boolean;
|
234
|
-
coverImage?: string;
|
235
|
-
};
|
236
|
-
declare const Video: ({ style, src, template, autoplay, coverImage }: VideoProps) => JSX.Element;
|
237
|
-
|
238
225
|
declare type TooltipProps = Pick<TooltipProps$1, 'overlay' | 'placement' | 'trigger' | 'visible' | 'children'>;
|
239
226
|
declare const StyleWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
|
240
227
|
declare const Tooltip: ({ trigger, placement, ...props }: TooltipProps) => JSX.Element;
|
@@ -267,7 +254,7 @@ declare type AvatarProps = {
|
|
267
254
|
backgroundColor?: ThemeColors$1;
|
268
255
|
textConfig?: {
|
269
256
|
color?: ThemeColors$1;
|
270
|
-
font?:
|
257
|
+
font?: FontSizesTypes$1;
|
271
258
|
};
|
272
259
|
content: {
|
273
260
|
initials?: string;
|
@@ -372,24 +359,44 @@ declare type TabTheme = 'light' | 'dark';
|
|
372
359
|
declare type TabProps<T = string, K = string> = {
|
373
360
|
tabKey: T;
|
374
361
|
text: string;
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
declare const
|
362
|
+
} & Partial<{
|
363
|
+
disabled: boolean;
|
364
|
+
vertical: boolean;
|
365
|
+
isActive: boolean;
|
366
|
+
onClick: (key: T) => void;
|
367
|
+
options: MenuItem$1<K>[];
|
368
|
+
onOptionClick: (optionKey: K) => void;
|
369
|
+
tabTheme: TabTheme;
|
370
|
+
divider: boolean;
|
371
|
+
tabFont: FontSizesTypes$1;
|
372
|
+
textSize: number;
|
373
|
+
tabPadding: SizesTypes$1 | number;
|
374
|
+
defaultTabTextColor: ThemeColors$1 | string;
|
375
|
+
selectedTabTextColor: ThemeColors$1 | string;
|
376
|
+
selectedTabIndicatorColor: ThemeColors$1 | string;
|
377
|
+
styles: StylesType;
|
378
|
+
}>;
|
379
|
+
declare const ZealTab: <T extends string, K extends string>({ options, onClick, text, tabKey, vertical, onOptionClick, tabTheme, tabFont, tabPadding, selectedTabIndicatorColor, textSize, defaultTabTextColor, ...tabProps }: TabProps<T, K>, ref: React__default.ForwardedRef<TabElement>) => JSX.Element;
|
380
|
+
declare const Tab: <T, K>(props: {
|
381
|
+
tabKey: T;
|
382
|
+
text: string;
|
383
|
+
} & Partial<{
|
384
|
+
disabled: boolean;
|
385
|
+
vertical: boolean;
|
386
|
+
isActive: boolean;
|
387
|
+
onClick: (key: T) => void;
|
388
|
+
options: MenuItem$1<K>[];
|
389
|
+
onOptionClick: (optionKey: K) => void;
|
390
|
+
tabTheme: TabTheme;
|
391
|
+
divider: boolean;
|
392
|
+
tabFont: FontSizesTypes$1;
|
393
|
+
textSize: number;
|
394
|
+
tabPadding: SizesTypes$1 | number;
|
395
|
+
defaultTabTextColor: ThemeColors$1 | string;
|
396
|
+
selectedTabTextColor: ThemeColors$1 | string;
|
397
|
+
selectedTabIndicatorColor: ThemeColors$1 | string;
|
398
|
+
styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
|
399
|
+
}> & {
|
393
400
|
ref?: React__default.ForwardedRef<TabElement> | undefined;
|
394
401
|
}) => ReturnType<typeof ZealTab>;
|
395
402
|
|
@@ -580,6 +587,10 @@ declare type AvatarDropdownProps<T> = {
|
|
580
587
|
declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, }: AvatarDropdownProps<T>) => JSX.Element;
|
581
588
|
|
582
589
|
declare type TabType<T = string, K = string> = Pick<TabProps$1<T, K>, 'text' | 'tabKey' | 'disabled' | 'options' | 'divider'>;
|
590
|
+
declare type AdditionalTabContainerProps = {
|
591
|
+
containerStyle?: CSSProperties;
|
592
|
+
containerProps?: Record<string, unknown>;
|
593
|
+
};
|
583
594
|
declare type TabGroupProps<T = string, K = string> = {
|
584
595
|
tabs: TabType<T, K>[];
|
585
596
|
activeTabKey: T;
|
@@ -592,13 +603,13 @@ declare type TabGroupProps<T = string, K = string> = {
|
|
592
603
|
textSize?: number;
|
593
604
|
tabPadding?: SizesTypes$2 | number;
|
594
605
|
tabSpacing?: SizesTypes$2;
|
595
|
-
|
606
|
+
defaultTabTextColor?: ThemeColors$2 | string;
|
596
607
|
selectedTabTextColor?: ThemeColors$2 | string;
|
597
608
|
selectedTabIndicatorColor?: ThemeColors$2 | string;
|
598
|
-
|
599
|
-
|
609
|
+
wide?: AdditionalTabContainerProps;
|
610
|
+
compact?: AdditionalTabContainerProps;
|
600
611
|
};
|
601
|
-
declare const TabGroup: <T extends string, K extends string>({ tabs, vertical, activeTabKey, onTabChange, tabTheme,
|
612
|
+
declare const TabGroup: <T extends string, K extends string>({ tabs, vertical, activeTabKey, onTabChange, tabTheme, wide, compact, tabSpacing, ...props }: TabGroupProps<T, K>) => JSX.Element;
|
602
613
|
|
603
614
|
declare type FieldSectionProps<T extends object> = {
|
604
615
|
label: string;
|
@@ -711,6 +722,46 @@ declare type BottomNaVBarItemProps = {
|
|
711
722
|
};
|
712
723
|
declare const BottomNavBarItem: ({ name, icon: IconComponent, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
|
713
724
|
|
725
|
+
declare type VideoProps = {
|
726
|
+
src: string;
|
727
|
+
} & Partial<{
|
728
|
+
width: number;
|
729
|
+
autoplay: boolean;
|
730
|
+
enableCoverImage: boolean;
|
731
|
+
coverImageSrc: string;
|
732
|
+
style: CSSProperties;
|
733
|
+
template: FeedContentTemplateTypes$1;
|
734
|
+
}>;
|
735
|
+
declare const Video: ({ style, src, width, template, autoplay, enableCoverImage, coverImageSrc, }: VideoProps) => JSX.Element;
|
736
|
+
|
737
|
+
declare type ImageProps = {
|
738
|
+
src: string;
|
739
|
+
} & Partial<{
|
740
|
+
altText: string;
|
741
|
+
link: string;
|
742
|
+
width: number;
|
743
|
+
height: number;
|
744
|
+
cornerRadius: number;
|
745
|
+
behaveAs: 'background' | 'regular';
|
746
|
+
styles: CSSProperties$1;
|
747
|
+
}>;
|
748
|
+
declare const Image: ({ src, link, altText, styles, width, height, behaveAs, cornerRadius, }: ImageProps) => JSX.Element;
|
749
|
+
|
750
|
+
declare type CarouselProps = {
|
751
|
+
children: JSX.Element[];
|
752
|
+
};
|
753
|
+
declare const Carousel: ({ children }: PropsWithChildren<CarouselProps>) => JSX.Element;
|
754
|
+
declare const Wrapper: styled_components.StyledComponent<"section", styled_components.DefaultTheme, {}, never>;
|
755
|
+
declare const SlidesWrapper: styled_components.StyledComponent<"ul", styled_components.DefaultTheme, {
|
756
|
+
translateX: number;
|
757
|
+
}, never>;
|
758
|
+
declare const Slide: styled_components.StyledComponent<"li", styled_components.DefaultTheme, {}, never>;
|
759
|
+
declare const ButtonsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
|
760
|
+
declare const ArrowIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
|
761
|
+
arrowSide: 'left' | 'right';
|
762
|
+
}, never>;
|
763
|
+
declare const NavigationDotsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
|
764
|
+
|
714
765
|
declare type SetPasswordRuleValidation = {
|
715
766
|
label: string;
|
716
767
|
rule: MaxRuleValidation | MinRuleValidation;
|
@@ -1035,10 +1086,11 @@ declare const ZealThemeProvider: (props: PropsWithChildren<{
|
|
1035
1086
|
theme?: DefaultTheme;
|
1036
1087
|
}>) => JSX.Element;
|
1037
1088
|
|
1038
|
-
declare type ThemeColors = 'primary' | 'secondary' | '
|
1089
|
+
declare type ThemeColors = 'primary' | 'secondary' | 'pink' | 'pinkTint' | 'pinkShade' | 'orange' | 'orangeTint' | 'orangeShade' | 'purple' | 'purpleTint' | 'purpleShade' | 'indigo' | 'indigoTint1' | 'indigoTint2' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'green' | 'greenTint' | 'greenShade' | 'yellow' | 'yellowTint' | 'yellowShade' | 'red' | 'redTint' | 'redShade' | 'black' | 'white' | 'blue' | 'blueTint' | 'blueShade' | 'background';
|
1039
1090
|
declare type SizesTypes = '5XL' | '4XL' | '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
|
1040
|
-
declare type FontSizesTypes = Exclude<SizesTypes, '
|
1091
|
+
declare type FontSizesTypes = Exclude<SizesTypes, '5XL' | '4XL'>;
|
1041
1092
|
declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
1093
|
+
declare type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
|
1042
1094
|
declare type ThemeColorsType = Record<ThemeColors, string>;
|
1043
1095
|
declare type ThemeTextType = Record<FontSizesTypes, {
|
1044
1096
|
'font-weight': string;
|
@@ -1086,4 +1138,4 @@ declare type AnnotationsList = {
|
|
1086
1138
|
|
1087
1139
|
declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
|
1088
1140
|
|
1089
|
-
export { AcquisitionForm, AcquisitionFormProps, Alert, AlertProps, AnnotationsList, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, Body, BodyProps, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonProps, ButtonVariant, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, Circle, CircleBoxProps, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Input, InputField, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldProps, RadioButtonType, RadioButtons, RadioButtonsProps, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Spacer, SpacerProps, Spinner, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextButton, TextButtonProps, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoProps, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
|
1141
|
+
export { AcquisitionForm, AcquisitionFormProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, Body, BodyProps, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonProps, ButtonVariant, ButtonsWrapper, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, Carousel, CarouselProps, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, Circle, CircleBoxProps, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, FontWeight, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Image, ImageProps, Input, InputField, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, NavigationDotsWrapper, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldProps, RadioButtonType, RadioButtons, RadioButtonsProps, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Slide, SlidesWrapper, Spacer, SpacerProps, Spinner, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextButton, TextButtonProps, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoProps, Wrapper, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
|
package/package.json
CHANGED
@@ -1,11 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { FeedContentTemplateTypes } from 'organisms/FeedContent/types';
|
3
|
-
import { CSSProperties } from 'styled-components';
|
4
|
-
export declare type VideoProps = {
|
5
|
-
src: string;
|
6
|
-
style?: CSSProperties;
|
7
|
-
template?: FeedContentTemplateTypes;
|
8
|
-
autoplay?: boolean;
|
9
|
-
coverImage?: string;
|
10
|
-
};
|
11
|
-
export declare const Video: ({ style, src, template, autoplay, coverImage }: VideoProps) => JSX.Element;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { ComponentStory } from '@storybook/react';
|
3
|
-
import { Video as VideoComponent } from './Video';
|
4
|
-
declare const _default: {
|
5
|
-
title: string;
|
6
|
-
component: ({ style, src, template, autoplay, coverImage }: import("./Video").VideoProps) => JSX.Element;
|
7
|
-
};
|
8
|
-
export default _default;
|
9
|
-
export declare const Video: ComponentStory<typeof VideoComponent>;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { FeedContentTemplateTypes } from 'organisms/FeedContent/types';
|
3
|
-
import { CSSProperties } from 'styled-components';
|
4
|
-
export declare type VideoProps = {
|
5
|
-
src: string;
|
6
|
-
style?: CSSProperties;
|
7
|
-
template?: FeedContentTemplateTypes;
|
8
|
-
autoplay?: boolean;
|
9
|
-
coverImage?: string;
|
10
|
-
};
|
11
|
-
export declare const Video: ({ style, src, template, autoplay, coverImage }: VideoProps) => JSX.Element;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { ComponentStory } from '@storybook/react';
|
3
|
-
import { Video as VideoComponent } from './Video';
|
4
|
-
declare const _default: {
|
5
|
-
title: string;
|
6
|
-
component: ({ style, src, template, autoplay, coverImage }: import("./Video").VideoProps) => JSX.Element;
|
7
|
-
};
|
8
|
-
export default _default;
|
9
|
-
export declare const Video: ComponentStory<typeof VideoComponent>;
|