profinansy-ui-lib 3.8.1 → 3.8.3
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/Icons.stories.d.ts +5 -0
- package/dist/components/banners/TextBlackBanner/TextBlackBanner.styled.d.ts +2 -30
- package/dist/components/blocks/Comment/Comment.stories.d.ts +7 -0
- package/dist/components/blocks/CompanyInfo/CompanyInfo.stories.d.ts +7 -0
- package/dist/components/blocks/Cookies/Cookies.stories.d.ts +7 -0
- package/dist/components/blocks/Favourite/Favourite.stories.d.ts +7 -0
- package/dist/components/blocks/Like/Like.stories.d.ts +7 -0
- package/dist/components/blocks/Navigation/components/NewFeature/NewFeature.styled.d.ts +2 -30
- package/dist/components/blocks/Notification/Notification.stories.d.ts +7 -0
- package/dist/components/blocks/ShareList/ShareList.stories.d.ts +7 -0
- package/dist/components/blocks/Views/Views.stories.d.ts +7 -0
- package/dist/components/blocks/footer/Footer.stories.d.ts +16 -0
- package/dist/components/blocks/header/Header.stories.d.ts +75 -0
- package/dist/components/blocks/header/components/Cart/components/CartItem/CartStyled.styled.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/components/Hit/Hit.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/components/MoreItems/MoreItems.styled.d.ts +4 -60
- package/dist/components/blocks/header/components/header-link-item/components/New/New.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts +2 -30
- package/dist/components/blocks/header/components/userMenu/components/PersonalInformation/PersonalInformation.styled.d.ts +2 -30
- package/dist/components/blocks/headerWelcome/HeaderWelcome.stories.d.ts +7 -0
- package/dist/components/blocks/search/components/InstrumentItem/InstrumentItem.styled.d.ts +6 -90
- package/dist/components/blocks/search/components/Item.styled.d.ts +2 -30
- package/dist/components/blocks/search/components/SearchNotFound/SearchNotFound.styled.d.ts +2 -30
- package/dist/components/blocks/search/hooks/useFavourites.d.ts +4 -2
- package/dist/components/blocks/sideMenu/SideMenu.stories.d.ts +6 -0
- package/dist/components/blocks/sideMenu/components/FooterSlot/FooterSlot.d.ts +4 -3
- package/dist/components/blocks/sideMenu/components/SubPages/SubPages.styled.d.ts +2 -30
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.stories.d.ts +12 -0
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.tyled.d.ts +4 -3
- package/dist/components/modals/SuccessModal/SuccessModal.stories.d.ts +6 -0
- package/dist/components/uikit/Alert/Alert.stories.d.ts +13 -0
- package/dist/components/uikit/ArrowButton/ArrowButton.stories.d.ts +7 -0
- package/dist/components/uikit/Avatar/Avatar.stories.d.ts +13 -0
- package/dist/components/uikit/AvatarCompany/AvatarCompany.stories.d.ts +7 -0
- package/dist/components/uikit/Bubbles/Bubbles.stories.d.ts +13 -0
- package/dist/components/uikit/Bubbles/Bubbles.styled.d.ts +2 -30
- package/dist/components/uikit/Button/Button.stories.d.ts +14 -0
- package/dist/components/uikit/ButtonPaging/ButtonPaging.stories.d.ts +13 -0
- package/dist/components/uikit/Card/Card.d.ts +2 -20
- package/dist/components/uikit/Card/Card.stories.d.ts +8 -0
- package/dist/components/uikit/Card/Card.typed.d.ts +5 -3
- package/dist/components/uikit/Checkbox/Checkbox.stories.d.ts +13 -0
- package/dist/components/uikit/Checkbox/Checkbox.styled.d.ts +2 -30
- package/dist/components/uikit/ControlButton/ControlButton.stories.d.ts +8 -0
- package/dist/components/uikit/Counter/Counter.stories.d.ts +13 -0
- package/dist/components/uikit/Datepicker/Datepicker.stories.d.ts +7 -0
- package/dist/components/uikit/DragScroll/DragScroll.d.ts +5 -2
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +2 -14
- package/dist/components/uikit/Dropdown/Dropdown.stories.d.ts +8 -0
- package/dist/components/uikit/Dropdown/Dropdown.typed.d.ts +5 -3
- package/dist/components/uikit/ErrorText/ErrorText.stories.d.ts +7 -0
- package/dist/components/uikit/FieldRow/FieldRow.stories.d.ts +7 -0
- package/dist/components/uikit/FieldRow/FieldRow.typed.d.ts +5 -3
- package/dist/components/uikit/FilterButton/FilterButton.d.ts +2 -19
- package/dist/components/uikit/FilterButton/FilterButton.stories.d.ts +14 -0
- package/dist/components/uikit/FilterButton/FilterButton.typed.d.ts +8 -5
- package/dist/components/uikit/FilterButton/components/Drop/Drop.d.ts +3 -15
- package/dist/components/uikit/FilterButton/components/Mobile/MobileFilter.d.ts +2 -18
- package/dist/components/uikit/HiddenText/HiddenText.stories.d.ts +7 -0
- package/dist/components/uikit/HiddenText/HiddenText.typed.d.ts +8 -3
- package/dist/components/uikit/Hint/Hint.d.ts +1 -1
- package/dist/components/uikit/Hint/Hint.stories.d.ts +7 -0
- package/dist/components/uikit/Hint/Hint.typed.d.ts +5 -3
- package/dist/components/uikit/Input/Input.stories.d.ts +9 -0
- package/dist/components/uikit/Loader/Loader.stories.d.ts +7 -0
- package/dist/components/uikit/Modal/Modal.stories.d.ts +13 -0
- package/dist/components/uikit/Modal/Modal.styled.d.ts +4 -60
- package/dist/components/uikit/Modal/Modal.typed.d.ts +5 -3
- package/dist/components/uikit/ModalMobile/ModalMobile.stories.d.ts +6 -0
- package/dist/components/uikit/ModalMobile/ModalMobile.typed.d.ts +5 -3
- package/dist/components/uikit/PageTitle/PageTitle.stories.d.ts +7 -0
- package/dist/components/uikit/PasswordInput/PasswordInput.stories.d.ts +6 -0
- package/dist/components/uikit/Popup/Popup.stories.d.ts +7 -0
- package/dist/components/uikit/Popup/components/PopupDesktop.d.ts +1 -1
- package/dist/components/uikit/Portal/Portal.stories.d.ts +7 -0
- package/dist/components/uikit/Portal/Portal.typed.d.ts +4 -3
- package/dist/components/uikit/Radio/Radio.stories.d.ts +13 -0
- package/dist/components/uikit/Radio/Radio.styled.d.ts +2 -30
- package/dist/components/uikit/SegmentControl/SegmentControl.stories.d.ts +13 -0
- package/dist/components/uikit/SegmentControl/SegmentControl.styled.d.ts +2 -30
- package/dist/components/uikit/Select/Select.stories.d.ts +8 -0
- package/dist/components/uikit/Select/components/ValueContainerWithImage/ValueContainerWithImage.styled.d.ts +2 -30
- package/dist/components/uikit/SideModal/SideModal.stories.d.ts +13 -0
- package/dist/components/uikit/SideModal/SideModal.typed.d.ts +5 -3
- package/dist/components/uikit/Skeleton/Skeleton.stories.d.ts +13 -0
- package/dist/components/uikit/SortingButton/SortingButton.stories.d.ts +14 -0
- package/dist/components/uikit/Spinner/Spinner.stories.d.ts +7 -0
- package/dist/components/uikit/SwiperButton/SwiperButton.stories.d.ts +13 -0
- package/dist/components/uikit/Switch/Switched.stories.d.ts +13 -0
- package/dist/components/uikit/Table/Table.stories.d.ts +13 -0
- package/dist/components/uikit/Table/components/TCellText/TCellText.d.ts +5 -3
- package/dist/components/uikit/Tabs/Tabs.stories.d.ts +13 -0
- package/dist/components/uikit/Tabs/Tabs.styled.d.ts +2 -30
- package/dist/components/uikit/TextButton/TextButton.stories.d.ts +7 -0
- package/dist/components/uikit/TextButtonLink/TextButtonLink.stories.d.ts +7 -0
- package/dist/components/uikit/Textarea/Textarea.stories.d.ts +8 -0
- package/dist/components/uikit/Textarea/Text/320/260reaAutoSize.stories.d.ts +7 -0
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +5 -4
- package/dist/components/uikit/Tooltip/Tooltip.stories.d.ts +7 -0
- package/dist/components/uikit/Tooltip/Tooltip.typed.d.ts +5 -3
- package/dist/components/uikit/Typography/Typography.d.ts +2 -15
- package/dist/components/uikit/Typography/Typography.stories.d.ts +14 -0
- package/dist/components/uikit/Typography/Typography.typed.d.ts +5 -3
- package/dist/components/uikit/WidgetTitle/WidgetTitle.stories.d.ts +7 -0
- package/dist/components/uikit/storybook/StoryExample/StoryExample.d.ts +5 -2
- package/dist/components/uikit/storybook/StoryTitle/StoryTitle.d.ts +4 -3
- package/dist/config.d.ts +4 -3
- package/dist/constants/animation/animations.stories.d.ts +5 -0
- package/dist/hooks/useTransitionModal.d.ts +4 -3
- package/dist/localization/translations/urls.d.ts +2 -0
- package/dist/localization/useLocalization.d.ts +4 -3
- package/dist/profinansy-ui-lib.cjs.js +2 -2
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +8 -2
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/styles/Styled.stories.d.ts +6 -0
- package/dist/theme/Theme.stories.d.ts +5 -0
- package/dist/theme/ThemeProvider.d.ts +8 -3
- package/dist/theme/shadows.stories.d.ts +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ direction, onClick, type, disabled }: import("./ButtonPaging.typed").IButtonPaging) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
parameters: {
|
|
6
|
+
design: {
|
|
7
|
+
type: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const ButtonPaging: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
headerCustom?: React.ReactNode;
|
|
5
|
-
className?: string;
|
|
6
|
-
classNameTitle?: string;
|
|
7
|
-
classNameHeader?: string;
|
|
8
|
-
padding?: string;
|
|
9
|
-
margin?: string;
|
|
10
|
-
width?: string;
|
|
11
|
-
titleLink?: string;
|
|
12
|
-
hint?: import("../Popup/Popup.typed").IPopup;
|
|
13
|
-
rightContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
14
|
-
adaptiveRightContent?: number;
|
|
15
|
-
subtitle?: string;
|
|
16
|
-
isHover?: boolean;
|
|
17
|
-
isBlocked?: boolean;
|
|
18
|
-
handleBlockClick?: () => void;
|
|
19
|
-
} & {
|
|
20
|
-
children?: React.ReactNode;
|
|
21
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
2
|
+
import { ICard } from './Card.typed';
|
|
3
|
+
declare const Card: React.ForwardRefExoticComponent<ICard & React.RefAttributes<HTMLDivElement>>;
|
|
22
4
|
export { Card };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("./Card.typed").ICard & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Card: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import React, {
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { IPopup } from '../Popup/Popup.typed';
|
|
3
|
-
export
|
|
3
|
+
export interface ICard {
|
|
4
|
+
/**Контент внутри карточки*/
|
|
5
|
+
children: React.ReactNode;
|
|
4
6
|
/**Заголовк карточки*/
|
|
5
7
|
title?: string;
|
|
6
8
|
/** Заголовок как HTML элемент. */
|
|
@@ -33,4 +35,4 @@ export type ICard = PropsWithChildren<{
|
|
|
33
35
|
isBlocked?: boolean;
|
|
34
36
|
/**Клик по замочку*/
|
|
35
37
|
handleBlockClick?: () => void;
|
|
36
|
-
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ checked, text, htmlText, name, onChange, size, form, color, verticalAlign, horizontalAlign, value, isTextLeft, readonly, className, classNameText }: import("./Checkbox.typed").ICheckbox) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
parameters: {
|
|
6
|
+
design: {
|
|
7
|
+
type: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Checkbox: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -15,38 +15,10 @@ declare const Container: import("styled-components/dist/types").IStyledComponent
|
|
|
15
15
|
export declare const HtmlText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
16
16
|
isTextLeft: boolean;
|
|
17
17
|
}>> & string;
|
|
18
|
-
declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
19
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
20
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
21
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
22
|
-
resolution: number;
|
|
23
|
-
}[];
|
|
24
|
-
className?: string;
|
|
25
|
-
title?: string;
|
|
26
|
-
valueNumber?: number;
|
|
27
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
28
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
29
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
30
|
-
} & {
|
|
31
|
-
children?: import("react").ReactNode;
|
|
32
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
18
|
+
declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
33
19
|
ref?: import("react").Ref<HTMLElement>;
|
|
34
20
|
}, {
|
|
35
21
|
isTextLeft: boolean;
|
|
36
22
|
color: string;
|
|
37
|
-
}>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
38
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
39
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
40
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
41
|
-
resolution: number;
|
|
42
|
-
}[];
|
|
43
|
-
className?: string;
|
|
44
|
-
title?: string;
|
|
45
|
-
valueNumber?: number;
|
|
46
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
47
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
48
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
49
|
-
} & {
|
|
50
|
-
children?: import("react").ReactNode;
|
|
51
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
23
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
52
24
|
export { NativeInput, Container, Element, Text };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("./ControlButton.typed").IControlButton & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const ControlButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ number, type, style }: import("./Counter.typed").ICounter) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
parameters: {
|
|
6
|
+
design: {
|
|
7
|
+
type: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Counter: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ error, view, selectsRange, onChange, ...props }: import("./Datepicker.typed").IDatepicker) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Datepicker: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -43,24 +43,12 @@ export declare function useDrop({ placement, onOpenList }: {
|
|
|
43
43
|
};
|
|
44
44
|
getReferenceProps: (userProps?: React.HTMLProps<Element>) => Record<string, unknown>;
|
|
45
45
|
getFloatingProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
46
|
-
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "
|
|
46
|
+
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "selected" | "active"> & {
|
|
47
47
|
active?: boolean;
|
|
48
48
|
selected?: boolean;
|
|
49
49
|
}) => Record<string, unknown>;
|
|
50
50
|
open: boolean;
|
|
51
51
|
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
52
52
|
};
|
|
53
|
-
declare const Dropdown: React.ForwardRefExoticComponent<
|
|
54
|
-
targetElement: React.ReactNode;
|
|
55
|
-
placement?: Placement;
|
|
56
|
-
width?: string;
|
|
57
|
-
height?: string;
|
|
58
|
-
padding?: string;
|
|
59
|
-
zIndex?: number;
|
|
60
|
-
withoutPortal?: boolean;
|
|
61
|
-
onOpenList?: (val: boolean) => void;
|
|
62
|
-
appendElementId?: string;
|
|
63
|
-
} & {
|
|
64
|
-
children?: React.ReactNode;
|
|
65
|
-
} & React.RefAttributes<IDropdownRef>>;
|
|
53
|
+
declare const Dropdown: React.ForwardRefExoticComponent<IDropdownProps & React.RefAttributes<IDropdownRef>>;
|
|
66
54
|
export { Dropdown };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("./Dropdown.typed").IDropdownProps & React.RefAttributes<import("./Dropdown.typed").IDropdownRef>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Dropdown: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import { Placement } from '@floating-ui/react';
|
|
3
|
-
export
|
|
3
|
+
export interface IDropdownProps {
|
|
4
4
|
/** Элемент, по которому открывается выпадашка*/
|
|
5
5
|
targetElement: ReactNode;
|
|
6
6
|
/** Положение выпадашки*/
|
|
7
7
|
placement?: Placement;
|
|
8
|
+
/** Контент*/
|
|
9
|
+
children: ReactNode;
|
|
8
10
|
/** Ширина выпадашки*/
|
|
9
11
|
width?: string;
|
|
10
12
|
/** Максимальная высота выпадашки*/
|
|
@@ -19,7 +21,7 @@ export type IDropdownProps = PropsWithChildren<{
|
|
|
19
21
|
onOpenList?: (val: boolean) => void;
|
|
20
22
|
/** ID Dom элемента, в который нужно поместить dropdown **/
|
|
21
23
|
appendElementId?: string;
|
|
22
|
-
}
|
|
24
|
+
}
|
|
23
25
|
export interface IDropdownRef {
|
|
24
26
|
handleClose: () => void;
|
|
25
27
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ text }: import("./ErrorText.typed").IErrorText) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const ErrorText: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ label, children, required, marginBottom, hint, className }: import("./FieldRow.typed").IFieldRow) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const FieldRow: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import { IPopup } from '../Popup/Popup.typed';
|
|
3
|
-
export
|
|
3
|
+
export interface IFieldRow {
|
|
4
|
+
/**Вложенный элемент, к которому применяется FieldRow*/
|
|
5
|
+
children: ReactNode;
|
|
4
6
|
/**Текст лейбла*/
|
|
5
7
|
label?: string;
|
|
6
8
|
/**Обязательность поля*/
|
|
@@ -11,4 +13,4 @@ export type IFieldRow = PropsWithChildren<{
|
|
|
11
13
|
hint?: IPopup;
|
|
12
14
|
/** Класс для верхнего дива*/
|
|
13
15
|
className?: string;
|
|
14
|
-
}
|
|
16
|
+
}
|
|
@@ -1,21 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { IFilterButtonRef } from './FilterButton.typed';
|
|
3
|
-
declare const FilterButton: React.ForwardRefExoticComponent<
|
|
4
|
-
text?: string;
|
|
5
|
-
activeElements: number;
|
|
6
|
-
isStroke?: boolean;
|
|
7
|
-
size?: "M" | "S" | "XS";
|
|
8
|
-
padding?: string;
|
|
9
|
-
resetFilter?: () => void;
|
|
10
|
-
handleConfirm?: () => void;
|
|
11
|
-
isConfirmWithoutClose?: boolean;
|
|
12
|
-
isCancelWithoutClose?: boolean;
|
|
13
|
-
handleCustomOpen?: () => void;
|
|
14
|
-
withoutTextOnMobile?: boolean;
|
|
15
|
-
widthDrop?: number;
|
|
16
|
-
heightDrop?: number;
|
|
17
|
-
customIcon?: React.ReactNode;
|
|
18
|
-
} & {
|
|
19
|
-
children?: React.ReactNode;
|
|
20
|
-
} & React.RefAttributes<IFilterButtonRef>>;
|
|
2
|
+
import { IFilterButton, IFilterButtonRef } from './FilterButton.typed';
|
|
3
|
+
declare const FilterButton: React.ForwardRefExoticComponent<IFilterButton & React.RefAttributes<IFilterButtonRef>>;
|
|
21
4
|
export { FilterButton };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("./FilterButton.typed").IFilterButton & React.RefAttributes<import("./FilterButton.typed").IFilterButtonRef>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
parameters: {
|
|
7
|
+
design: {
|
|
8
|
+
type: string;
|
|
9
|
+
url: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const FilterButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import { Placement } from '@floating-ui/react';
|
|
3
|
-
export
|
|
3
|
+
export interface IFilterButton {
|
|
4
4
|
/**Текст кнопки */
|
|
5
5
|
text?: string;
|
|
6
6
|
/**Количество выбранных элементов */
|
|
@@ -29,13 +29,16 @@ export type IFilterButton = PropsWithChildren<{
|
|
|
29
29
|
heightDrop?: number;
|
|
30
30
|
/** Слот под кастомную иконку */
|
|
31
31
|
customIcon?: ReactNode;
|
|
32
|
-
|
|
32
|
+
/** Контент*/
|
|
33
|
+
children: ReactNode;
|
|
34
|
+
}
|
|
33
35
|
export interface IFilterButtonRef {
|
|
34
36
|
handleClose: () => void;
|
|
35
37
|
}
|
|
36
|
-
export
|
|
38
|
+
export interface IDropFilter {
|
|
37
39
|
targetElement: ReactNode;
|
|
38
40
|
placement?: Placement;
|
|
41
|
+
children: ReactNode;
|
|
39
42
|
padding: string;
|
|
40
43
|
widthDrop: number;
|
|
41
44
|
heightDrop: number;
|
|
@@ -43,4 +46,4 @@ export type IDropFilter = PropsWithChildren<{
|
|
|
43
46
|
handleConfirm?: () => void;
|
|
44
47
|
isConfirmWithoutClose?: boolean;
|
|
45
48
|
isCancelWithoutClose?: boolean;
|
|
46
|
-
}
|
|
49
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Placement } from '@floating-ui/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { IFilterButtonRef } from '../../FilterButton.typed';
|
|
3
|
+
import { IDropFilter, IFilterButtonRef } from '../../FilterButton.typed';
|
|
4
4
|
export declare function useDrop({ placement }: {
|
|
5
5
|
placement?: Placement;
|
|
6
6
|
}): {
|
|
@@ -42,23 +42,11 @@ export declare function useDrop({ placement }: {
|
|
|
42
42
|
};
|
|
43
43
|
getReferenceProps: (userProps?: React.HTMLProps<Element>) => Record<string, unknown>;
|
|
44
44
|
getFloatingProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
45
|
-
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "
|
|
45
|
+
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "selected" | "active"> & {
|
|
46
46
|
active?: boolean;
|
|
47
47
|
selected?: boolean;
|
|
48
48
|
}) => Record<string, unknown>;
|
|
49
49
|
open: boolean;
|
|
50
50
|
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
51
51
|
};
|
|
52
|
-
export declare const FilterDrop: React.ForwardRefExoticComponent<
|
|
53
|
-
targetElement: React.ReactNode;
|
|
54
|
-
placement?: Placement;
|
|
55
|
-
padding: string;
|
|
56
|
-
widthDrop: number;
|
|
57
|
-
heightDrop: number;
|
|
58
|
-
resetFilter?: () => void;
|
|
59
|
-
handleConfirm?: () => void;
|
|
60
|
-
isConfirmWithoutClose?: boolean;
|
|
61
|
-
isCancelWithoutClose?: boolean;
|
|
62
|
-
} & {
|
|
63
|
-
children?: React.ReactNode;
|
|
64
|
-
} & React.RefAttributes<IFilterButtonRef>>;
|
|
52
|
+
export declare const FilterDrop: React.ForwardRefExoticComponent<IDropFilter & React.RefAttributes<IFilterButtonRef>>;
|
|
@@ -1,20 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
activeElements: number;
|
|
5
|
-
isStroke?: boolean;
|
|
6
|
-
size?: "M" | "S" | "XS";
|
|
7
|
-
padding?: string;
|
|
8
|
-
resetFilter?: () => void;
|
|
9
|
-
handleConfirm?: () => void;
|
|
10
|
-
isConfirmWithoutClose?: boolean;
|
|
11
|
-
isCancelWithoutClose?: boolean;
|
|
12
|
-
handleCustomOpen?: () => void;
|
|
13
|
-
withoutTextOnMobile?: boolean;
|
|
14
|
-
widthDrop?: number;
|
|
15
|
-
heightDrop?: number;
|
|
16
|
-
customIcon?: React.ReactNode;
|
|
17
|
-
} & {
|
|
18
|
-
children?: React.ReactNode;
|
|
19
|
-
} & React.RefAttributes<unknown>>;
|
|
2
|
+
import { IFilterButton } from '../../FilterButton.typed';
|
|
3
|
+
declare const MobileFilter: React.ForwardRefExoticComponent<IFilterButton & React.RefAttributes<unknown>>;
|
|
20
4
|
export { MobileFilter };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ children, mode, ...props }: import("./HiddenText.typed").IHiddenText) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const HiddenText: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
type IHiddenTextBase = {
|
|
3
|
+
/**Дочерний элемент (в 90% случаев это должен быть typography) */
|
|
4
|
+
children: ReactElement;
|
|
5
|
+
};
|
|
6
|
+
export type EllipsisMode = IHiddenTextBase & {
|
|
3
7
|
/**Режим скрытия текста */
|
|
4
8
|
mode?: 'ellipsis';
|
|
5
9
|
};
|
|
6
|
-
export type MultilineMode =
|
|
10
|
+
export type MultilineMode = IHiddenTextBase & {
|
|
7
11
|
/**Режим скрытия текста */
|
|
8
12
|
mode?: 'multiline';
|
|
9
13
|
/**Количество линий */
|
|
@@ -11,3 +15,4 @@ export type MultilineMode = PropsWithChildren & {
|
|
|
11
15
|
};
|
|
12
16
|
export type IHiddenText = EllipsisMode | MultilineMode;
|
|
13
17
|
export type IHiddenTextWithoutChildren = Omit<EllipsisMode, 'children'> | Omit<MultilineMode, 'children'>;
|
|
18
|
+
export {};
|
|
@@ -44,7 +44,7 @@ export declare function useHint({ placement, isClickMobile }?: HintOptions): {
|
|
|
44
44
|
};
|
|
45
45
|
getReferenceProps: (userProps?: React.HTMLProps<Element>) => Record<string, unknown>;
|
|
46
46
|
getFloatingProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
47
|
-
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "
|
|
47
|
+
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "selected" | "active"> & {
|
|
48
48
|
active?: boolean;
|
|
49
49
|
selected?: boolean;
|
|
50
50
|
}) => Record<string, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ text, children, ...options }: import("./Hint.typed").IHint) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Hint: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { Placement } from '@floating-ui/react';
|
|
3
|
-
export
|
|
3
|
+
export interface IHint {
|
|
4
4
|
/**Расположение хинта*/
|
|
5
5
|
placement?: Placement;
|
|
6
6
|
/**Текст хинта*/
|
|
7
7
|
text: string;
|
|
8
8
|
/**Должен ли открываться на телефонах по клику*/
|
|
9
9
|
isClickMobile?: boolean;
|
|
10
|
-
|
|
10
|
+
/**Таргет элемент*/
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("./Input.typed").IInput & React.RefAttributes<HTMLInputElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Input: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const NegativeInput: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ size, color }: import("./Loader.typed").ILoader) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Loader: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import("./Modal.typed").IModal) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
tags: string[];
|
|
5
|
+
parameters: {
|
|
6
|
+
design: {
|
|
7
|
+
type: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Modal: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -19,69 +19,13 @@ export declare const Header: import("styled-components/dist/types").IStyledCompo
|
|
|
19
19
|
export declare const FirstLineHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
20
20
|
adaptiveRightContent: number;
|
|
21
21
|
}>> & string;
|
|
22
|
-
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
23
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
24
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
25
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
26
|
-
resolution: number;
|
|
27
|
-
}[];
|
|
28
|
-
className?: string;
|
|
29
|
-
title?: string;
|
|
30
|
-
valueNumber?: number;
|
|
31
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
32
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
33
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
34
|
-
} & {
|
|
35
|
-
children?: import("react").ReactNode;
|
|
36
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
22
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
37
23
|
ref?: import("react").Ref<HTMLElement>;
|
|
38
24
|
}, {
|
|
39
25
|
titlePosition: 'left' | 'center';
|
|
40
|
-
}>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
41
|
-
|
|
42
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
43
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
44
|
-
resolution: number;
|
|
45
|
-
}[];
|
|
46
|
-
className?: string;
|
|
47
|
-
title?: string;
|
|
48
|
-
valueNumber?: number;
|
|
49
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
50
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
51
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
52
|
-
} & {
|
|
53
|
-
children?: import("react").ReactNode;
|
|
54
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
55
|
-
export declare const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
56
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
57
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
58
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
59
|
-
resolution: number;
|
|
60
|
-
}[];
|
|
61
|
-
className?: string;
|
|
62
|
-
title?: string;
|
|
63
|
-
valueNumber?: number;
|
|
64
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
65
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
66
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
67
|
-
} & {
|
|
68
|
-
children?: import("react").ReactNode;
|
|
69
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
26
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
27
|
+
export declare const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
70
28
|
ref?: import("react").Ref<HTMLElement>;
|
|
71
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
72
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
73
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold" | {
|
|
74
|
-
variant: "header1-Bold" | "header2-ExtraBold" | "header2-Bold" | "header3-Bold" | "header3-SemiBold" | "header4-Bold" | "header4-SemiBold" | "header5-Bold" | "header5-SemiBold" | "header6-Bold" | "header6-SemiBold" | "paragraph-Regular" | "paragraph-Medium" | "text-Regular" | "text-Medium" | "text-Bold" | "description-Regular" | "description-Medium" | "description-SemiBold" | "description-Bold" | "caption-Medium" | "caption-SemiBold" | "caption-Bold" | "caption2-Medium" | "caption2-SemiBold" | "caption2-Bold" | "tag-Medium11" | "tag-Medium10" | "tag-Medium9" | "controls-Regular" | "controls-Medium" | "controls-SemiBold";
|
|
75
|
-
resolution: number;
|
|
76
|
-
}[];
|
|
77
|
-
className?: string;
|
|
78
|
-
title?: string;
|
|
79
|
-
valueNumber?: number;
|
|
80
|
-
onClick?: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
81
|
-
colorName?: "link" | "content" | "black" | "blue" | "gray" | "green" | "olive" | "orange" | "pink" | "red" | "turquoise" | "violet" | "primary" | "secondary" | "tertiary" | "fourth" | "contrast" | "contrastThemed" | "accent" | "accentSecondary" | "positive" | "warning" | "negative" | "info" | "secondaryAlpha" | "field" | "fieldSecondary" | "accentSecondaryTint" | "positiveTint" | "warningTint" | "negativeTint" | "bottomActions" | "contrastThemRev" | "warring" | "brandBackground" | "brandBackgroundHover" | "brandText" | "secondaryBrandBackground" | "secondaryBrandBackgroundHover" | "secondaryBrandText" | "outlineBrandBackground" | "outlineBrandBackgroundHover" | "outlineBrandText" | "outlineBrandBorder" | "outlineBrandBorderHover" | "systemBackground" | "systemBackgroundHover" | "systemText" | "successBackground" | "successBackgroundHover" | "successText" | "warningBackground" | "warningBackgroundHover" | "warningText" | "criticalBackground" | "criticalBackgroundHover" | "criticalText" | "neutralBackground" | "neutralBackgroundHover" | "neutralText" | "supportive" | "brand" | "brandAlpha" | "accentDark" | "red2" | "mediumBlue" | "darkBlue" | "lightBlue" | "navyBlue" | "lightBlueTint" | "orangeTint" | "greenTint" | "oliveTint" | "violetTint" | "redTint" | "pinkTint" | "turquoiseTint" | "darkBlueTint";
|
|
82
|
-
colorCategory?: "text" | "club" | "stroke" | "background" | "icons" | "interactiveButtons" | "interactiveControls" | "other" | "shadow" | "statesBackground" | "gradient";
|
|
83
|
-
} & {
|
|
84
|
-
children?: import("react").ReactNode;
|
|
85
|
-
} & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
29
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
86
30
|
export declare const BottomContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
87
31
|
export declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|