profinansy-ui-lib 3.8.6 → 3.8.7
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/components/blocks/Like/Like.styled.d.ts +2 -2
- package/dist/components/blocks/SearchSideMenu/compoenents/SearchWindow/SearchWindowSideMenu.styled.d.ts +1 -1
- package/dist/components/blocks/Support/Support.styled.d.ts +3 -3
- package/dist/components/blocks/footer/components/Contacts/Contacts.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/Burger/Burger.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/Burger/components/SubSubPages/SubSubPages.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/Cart/components/Dropdown/DropdownCart.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/Premium/Premium.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/header-link-item/components/MoreItems/MoreItems.styled.d.ts +3 -3
- package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts +2 -2
- package/dist/components/blocks/header/components/premium-dropdown-list/premium-dropdown-list.styled.d.ts +2 -2
- package/dist/components/blocks/header/components/userMenu/components/Links/Links.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/userMenu/components/Theme/Theme.styled.d.ts +4 -4
- package/dist/components/blocks/header/components/userMenu/userMenu.styled.d.ts +1 -1
- package/dist/components/blocks/header/header.styled.d.ts +2 -2
- package/dist/components/blocks/headerWelcome/HeaderWelcome.styled.d.ts +3 -3
- package/dist/components/blocks/sideMenu/SideMenu.styled.d.ts +12 -12
- package/dist/components/blocks/sideMenu/components/Item/Item.styled.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPages/SubPages.styled.d.ts +3 -3
- package/dist/components/blocks/sideMenu/components/SubPagesSide/SubPagesSide.styled.d.ts +1 -1
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.styled.d.ts +2 -2
- package/dist/components/uikit/AvatarCompany/AvatarCompany.styled.d.ts +3 -3
- package/dist/components/uikit/Bubbles/Bubbles.styled.d.ts +2 -2
- package/dist/components/uikit/Button/Button.styled.d.ts +4 -4
- package/dist/components/uikit/Card/Card.styled.d.ts +3 -3
- package/dist/components/uikit/Checkbox/Checkbox.styled.d.ts +3 -3
- package/dist/components/uikit/FilterButton/components/Button/Button.styled.d.ts +6 -6
- package/dist/components/uikit/Input/Input.styled.d.ts +9 -9
- package/dist/components/uikit/Modal/Modal.styled.d.ts +6 -6
- package/dist/components/uikit/Radio/Radio.styled.d.ts +2 -2
- package/dist/components/uikit/SegmentControl/SegmentControl.styled.d.ts +10 -11
- package/dist/components/uikit/SideModal/SideModal.styled.d.ts +5 -5
- package/dist/components/uikit/Skeleton/Skeleton.styled.d.ts +2 -2
- package/dist/components/uikit/Skeleton/Skeleton.typed.d.ts +8 -0
- package/dist/components/uikit/Switch/Switch.styled.d.ts +6 -6
- package/dist/components/uikit/Table/components/TBody/TBody.styled.d.ts +13 -13
- package/dist/components/uikit/Table/components/THead/THead.styled.d.ts +13 -13
- package/dist/components/uikit/Tabs/Tabs.styled.d.ts +6 -6
- package/dist/components/uikit/Textarea/Textarea.styled.d.ts +4 -4
- package/dist/profinansy-ui-lib.cjs.js +372 -372
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +1722 -1716
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TTypeLike } from './Like.typed';
|
|
3
3
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
4
|
-
isLike: boolean;
|
|
4
|
+
$isLike: boolean;
|
|
5
5
|
$type: TTypeLike;
|
|
6
|
-
isViewMode: boolean;
|
|
6
|
+
$isViewMode: boolean;
|
|
7
7
|
}>> & string;
|
|
8
8
|
export declare const Like: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & ({} | Omit<ComponentType<void>, keyof import("react").Component<any, {}, any>>);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
isOpen: boolean;
|
|
3
|
+
$isOpen: boolean;
|
|
4
4
|
}>> & string;
|
|
5
5
|
declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
6
|
declare const Window: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
@@ -5,16 +5,16 @@ export declare const Button: import("styled-components/dist/types").IStyledCompo
|
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Popup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
7
|
$mode: string;
|
|
8
|
-
isOpen: boolean;
|
|
8
|
+
$isOpen: boolean;
|
|
9
9
|
}>> & string;
|
|
10
10
|
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
11
|
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;
|
|
12
12
|
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
13
|
-
isOpenChat: boolean;
|
|
13
|
+
$isOpenChat: boolean;
|
|
14
14
|
}>> & string;
|
|
15
15
|
export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
16
16
|
export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
17
|
-
isGreen?: boolean;
|
|
17
|
+
$isGreen?: boolean;
|
|
18
18
|
}>> & string;
|
|
19
19
|
export declare const Texts: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
20
20
|
export declare const Chevron: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & ({} | Omit<ComponentType<void>, keyof import("react").Component<any, {}, any>>);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
isIdv: boolean;
|
|
3
|
+
$isIdv: boolean;
|
|
4
4
|
}>> & string;
|
|
5
5
|
export declare const Contacts: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
6
|
export declare const Contact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const Background: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
4
|
export declare const Burger: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
5
|
-
isOpen: boolean;
|
|
5
|
+
$isOpen: boolean;
|
|
6
6
|
}>> & string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
isActive: boolean;
|
|
4
|
+
$isActive: boolean;
|
|
5
5
|
}>> & string;
|
package/dist/components/blocks/header/components/Cart/components/Dropdown/DropdownCart.styled.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const DropWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
isOpen: boolean;
|
|
3
|
+
$isOpen: boolean;
|
|
4
4
|
}>> & string;
|
|
5
5
|
export declare const DropContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
6
|
$mode: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
active: boolean;
|
|
3
|
+
$active: boolean;
|
|
4
4
|
}>> & string;
|
|
5
5
|
export declare const Premium: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
6
6
|
export declare const Tooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
height: number;
|
|
3
|
+
$isOpen: boolean;
|
|
4
|
+
$height: number;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Column: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
7
|
export declare const MainLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../../../../../uikit/Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>, "ref"> & {
|
|
@@ -11,6 +11,6 @@ export declare const SubLink: import("styled-components/dist/types").IStyledComp
|
|
|
11
11
|
ref?: import("react").Ref<HTMLElement>;
|
|
12
12
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../../../uikit/Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
13
13
|
export declare const List: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
14
|
-
isOpen: boolean;
|
|
14
|
+
$isOpen: boolean;
|
|
15
15
|
}>> & string;
|
|
16
16
|
export declare const SubList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ export declare const HeaderLink: import("styled-components/dist/types").IStyledC
|
|
|
3
3
|
ref?: import("react").Ref<HTMLElement>;
|
|
4
4
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../uikit/Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
|
-
isHover: boolean;
|
|
7
|
-
isIdv: boolean;
|
|
6
|
+
$isHover: boolean;
|
|
7
|
+
$isIdv: boolean;
|
|
8
8
|
}>> & string;
|
|
9
9
|
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const PremiumDropdownRoot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const PremiumListWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
isOpen: boolean;
|
|
4
|
+
$isOpen: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const PremiumList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
|
|
7
|
-
mode: string;
|
|
7
|
+
$mode: string;
|
|
8
8
|
}>> & string;
|
|
9
9
|
export declare const PremiumListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
|
|
10
10
|
active?: boolean;
|
package/dist/components/blocks/header/components/userMenu/components/Links/Links.styled.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
withoutBorder: boolean;
|
|
4
|
+
$withoutBorder: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
package/dist/components/blocks/header/components/userMenu/components/Theme/Theme.styled.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
export declare const LightCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "isActive"> & {
|
|
4
|
-
isActive: boolean;
|
|
3
|
+
export declare const LightCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isActive"> & {
|
|
4
|
+
$isActive: boolean;
|
|
5
5
|
}, "ref"> & {
|
|
6
6
|
ref?: import("react").Ref<HTMLButtonElement>;
|
|
7
7
|
}, never>> & string;
|
|
8
|
-
export declare const DarkCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "isActive"> & {
|
|
9
|
-
isActive: boolean;
|
|
8
|
+
export declare const DarkCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isActive"> & {
|
|
9
|
+
$isActive: boolean;
|
|
10
10
|
}, "ref"> & {
|
|
11
11
|
ref?: import("react").Ref<HTMLButtonElement>;
|
|
12
12
|
}, never>> & string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const MenuWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
isOpen: boolean;
|
|
4
|
+
$isOpen: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const UserMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
7
|
$mode: string;
|
|
@@ -7,8 +7,8 @@ export declare const Stub: import("styled-components/dist/types").IStyledCompone
|
|
|
7
7
|
export declare const CenterWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
8
|
export declare const LinksContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
9
|
export declare const Background: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
10
|
-
isOpen: boolean;
|
|
10
|
+
$isOpen: boolean;
|
|
11
11
|
}>> & string;
|
|
12
12
|
export declare const LinkList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
13
|
-
isOpenSearch: boolean;
|
|
13
|
+
$isOpenSearch: boolean;
|
|
14
14
|
}>> & string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
isOpenSearch: boolean;
|
|
4
|
+
$isOpenSearch: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Search: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
|
-
isOpenSearch: boolean;
|
|
7
|
+
$isOpenSearch: boolean;
|
|
8
8
|
}>> & string;
|
|
9
9
|
export declare const Buttons: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export declare const MobileSearch: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
11
|
-
isOpenSearch: boolean;
|
|
11
|
+
$isOpenSearch: boolean;
|
|
12
12
|
}>> & string;
|
|
13
13
|
export declare const MobileLogin: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../uikit/Button/Button.typed").IButton & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
14
14
|
ref?: import("react").Ref<HTMLButtonElement>;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Plug: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
isBurgerMode: boolean;
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
heightSide: number;
|
|
3
|
+
$isBurgerMode: boolean;
|
|
4
|
+
$isOpen: boolean;
|
|
5
|
+
$heightSide: number;
|
|
6
6
|
}>> & string;
|
|
7
7
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
8
|
-
isBurgerMode: boolean;
|
|
8
|
+
$isBurgerMode: boolean;
|
|
9
9
|
}>> & string;
|
|
10
10
|
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
11
|
-
isBurgerMode: boolean;
|
|
12
|
-
isAnimated: boolean;
|
|
13
|
-
isOpenOrHover: boolean;
|
|
14
|
-
heightContent: number;
|
|
11
|
+
$isBurgerMode: boolean;
|
|
12
|
+
$isAnimated: boolean;
|
|
13
|
+
$isOpenOrHover: boolean;
|
|
14
|
+
$heightContent: number;
|
|
15
15
|
}>> & string;
|
|
16
16
|
export declare const HeaderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
17
17
|
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
18
18
|
export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
19
|
-
isOpen: boolean;
|
|
19
|
+
$isOpen: boolean;
|
|
20
20
|
}>> & string;
|
|
21
21
|
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
22
22
|
export declare const Divider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
23
23
|
export declare const Items: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
24
|
-
footerHeight: number;
|
|
25
|
-
headerHeight: number;
|
|
26
|
-
isBurgerMode: boolean;
|
|
24
|
+
$footerHeight: number;
|
|
25
|
+
$headerHeight: number;
|
|
26
|
+
$isBurgerMode: boolean;
|
|
27
27
|
}>> & string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
isActive: boolean;
|
|
6
|
-
isOpenMode: boolean;
|
|
4
|
+
$isOpen: boolean;
|
|
5
|
+
$isActive: boolean;
|
|
6
|
+
$isOpenMode: boolean;
|
|
7
7
|
}>> & string;
|
|
8
8
|
export declare const TextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
-
isActive: boolean;
|
|
10
|
-
isLocked: boolean;
|
|
9
|
+
$isActive: boolean;
|
|
10
|
+
$isLocked: boolean;
|
|
11
11
|
}>> & string;
|
|
12
12
|
export declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
13
|
-
isHoverMode: boolean;
|
|
14
|
-
isActive: boolean;
|
|
13
|
+
$isHoverMode: boolean;
|
|
14
|
+
$isActive: boolean;
|
|
15
15
|
}>> & string;
|
|
16
16
|
export declare const Chevron: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
|
|
17
17
|
$isOpen: boolean;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
4
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
5
|
-
isActive: boolean;
|
|
6
|
-
isLocked: boolean;
|
|
7
|
-
isOpen: boolean;
|
|
5
|
+
$isActive: boolean;
|
|
6
|
+
$isLocked: boolean;
|
|
7
|
+
$isOpen: boolean;
|
|
8
8
|
}>> & string;
|
|
9
9
|
export declare const Lock: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
|
|
10
10
|
isActive?: boolean;
|
|
@@ -4,7 +4,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
4
4
|
y: number;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
7
|
-
isActive: boolean;
|
|
7
|
+
$isActive: boolean;
|
|
8
8
|
}>> & string;
|
|
9
9
|
export declare const Lock: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
|
|
10
10
|
isActive?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
maxWidth: number;
|
|
3
|
+
$maxWidth: number;
|
|
4
4
|
}>> & string;
|
|
5
5
|
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
6
|
mobileMargin: number;
|
|
@@ -8,5 +8,5 @@ export declare const Content: import("styled-components/dist/types").IStyledComp
|
|
|
8
8
|
export declare const Aside: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
9
9
|
export declare const Sticky: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export declare const Main: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {
|
|
11
|
-
openMode: boolean;
|
|
11
|
+
$openMode: boolean;
|
|
12
12
|
}>> & string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const LogoArrayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
logoSize: number;
|
|
3
|
+
$logoSize: number;
|
|
4
4
|
}>> & string;
|
|
5
5
|
export declare const Logo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {
|
|
6
|
-
logoSize: number;
|
|
6
|
+
$logoSize: number;
|
|
7
7
|
}>> & string;
|
|
8
8
|
export declare const EmptyLogo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
-
logoSize: number;
|
|
9
|
+
$logoSize: number;
|
|
10
10
|
}>> & string;
|
|
@@ -22,8 +22,8 @@ export declare const IconLeft: import("styled-components/dist/types").IStyledCom
|
|
|
22
22
|
export declare const IconRight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
23
23
|
export declare const Counts: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
24
24
|
export declare const Tags: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
25
|
-
isActive: boolean;
|
|
26
|
-
mode: TModeBubbles;
|
|
25
|
+
$isActive: boolean;
|
|
26
|
+
$mode: TModeBubbles;
|
|
27
27
|
}>> & string;
|
|
28
28
|
export declare const NewLabel: 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"> & {
|
|
29
29
|
ref?: import("react").Ref<HTMLElement>;
|
|
@@ -9,12 +9,12 @@ declare const Button: import("styled-components/dist/types").IStyledComponentBas
|
|
|
9
9
|
$isFill: boolean;
|
|
10
10
|
}>> & string;
|
|
11
11
|
declare const IconLeft: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
12
|
-
size: ButtonSize;
|
|
13
|
-
isText: boolean;
|
|
12
|
+
$size: ButtonSize;
|
|
13
|
+
$isText: boolean;
|
|
14
14
|
}>> & string;
|
|
15
15
|
declare const IconRight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
16
|
-
size: ButtonSize;
|
|
17
|
-
isText: boolean;
|
|
16
|
+
$size: ButtonSize;
|
|
17
|
+
$isText: boolean;
|
|
18
18
|
}>> & string;
|
|
19
19
|
declare const Loading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
20
20
|
$mode: TButtonMode;
|
|
@@ -9,15 +9,15 @@ declare const Header: import("styled-components/dist/types").IStyledComponentBas
|
|
|
9
9
|
$isMarginBottom: boolean;
|
|
10
10
|
}>> & string;
|
|
11
11
|
declare const FirstLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
12
|
-
adaptiveRightContent: number;
|
|
12
|
+
$adaptiveRightContent: number;
|
|
13
13
|
}>> & string;
|
|
14
14
|
declare const TitleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
15
|
-
adaptiveRightContent: number;
|
|
15
|
+
$adaptiveRightContent: number;
|
|
16
16
|
}>> & string;
|
|
17
17
|
declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
18
18
|
export declare const TitleLinkContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
19
19
|
export declare const HintContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
20
|
-
isText: boolean;
|
|
20
|
+
$isText: boolean;
|
|
21
21
|
}>> & string;
|
|
22
22
|
declare const TitleLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
23
23
|
declare const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
@@ -8,9 +8,9 @@ declare const NativeInput: import("styled-components/dist/types").IStyledCompone
|
|
|
8
8
|
ref?: import("react").Ref<HTMLInputElement>;
|
|
9
9
|
}>, never>, never>> & string;
|
|
10
10
|
declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
|
|
11
|
-
verticalAlign: ICheckbox['verticalAlign'];
|
|
12
|
-
horizontalAlign: ICheckbox['horizontalAlign'];
|
|
13
|
-
readonly: boolean;
|
|
11
|
+
$verticalAlign: ICheckbox['verticalAlign'];
|
|
12
|
+
$horizontalAlign: ICheckbox['horizontalAlign'];
|
|
13
|
+
$readonly: boolean;
|
|
14
14
|
}>> & string;
|
|
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;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IFilterButton } from '../../FilterButton.typed';
|
|
3
3
|
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
4
|
-
activeElements: number;
|
|
5
|
-
isStroke: IFilterButton['isStroke'];
|
|
6
|
-
size: IFilterButton['size'];
|
|
7
|
-
withoutTextOnMobile: IFilterButton['withoutTextOnMobile'];
|
|
8
|
-
isText: boolean;
|
|
4
|
+
$activeElements: number;
|
|
5
|
+
$isStroke: IFilterButton['isStroke'];
|
|
6
|
+
$size: IFilterButton['size'];
|
|
7
|
+
$withoutTextOnMobile: IFilterButton['withoutTextOnMobile'];
|
|
8
|
+
$isText: boolean;
|
|
9
9
|
}>> & string;
|
|
10
10
|
export declare const Counter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
11
|
-
size: IFilterButton['size'];
|
|
11
|
+
$size: IFilterButton['size'];
|
|
12
12
|
}>> & string;
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import { IInput } from './Input.typed';
|
|
3
3
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
4
|
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "iconBorder" | "positionContent"> & {
|
|
6
|
-
iconBorder: boolean;
|
|
7
|
-
positionContent: IInput['positionIcon'];
|
|
5
|
+
export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$iconBorder" | "$positionContent"> & {
|
|
6
|
+
$iconBorder: boolean;
|
|
7
|
+
$positionContent: IInput['positionIcon'];
|
|
8
8
|
}, "ref"> & {
|
|
9
9
|
ref?: import("react").Ref<HTMLSpanElement>;
|
|
10
10
|
}, {
|
|
11
|
-
iconBorder: boolean;
|
|
11
|
+
$iconBorder: boolean;
|
|
12
12
|
}>> & string;
|
|
13
|
-
export declare const RightText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "iconBorder" | "positionContent"> & {
|
|
14
|
-
iconBorder: boolean;
|
|
15
|
-
positionContent: IInput['positionIcon'];
|
|
13
|
+
export declare const RightText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$iconBorder" | "$positionContent"> & {
|
|
14
|
+
$iconBorder: boolean;
|
|
15
|
+
$positionContent: IInput['positionIcon'];
|
|
16
16
|
}, "ref"> & {
|
|
17
17
|
ref?: import("react").Ref<HTMLSpanElement>;
|
|
18
18
|
}, {
|
|
19
|
-
iconBorder: boolean;
|
|
20
|
-
rightTextColor: string;
|
|
19
|
+
$iconBorder: boolean;
|
|
20
|
+
$rightTextColor: string;
|
|
21
21
|
}>> & string;
|
|
22
22
|
export declare const Input: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
|
|
23
23
|
$icon: boolean;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
3
|
$open: boolean;
|
|
4
|
-
isOverflowAuto: boolean;
|
|
4
|
+
$isOverflowAuto: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
7
|
export declare const ContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
8
|
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
9
|
$open: boolean;
|
|
10
|
-
showCloseButton: boolean;
|
|
11
|
-
isOverflowAuto: boolean;
|
|
12
|
-
maxWidth: string;
|
|
10
|
+
$showCloseButton: boolean;
|
|
11
|
+
$isOverflowAuto: boolean;
|
|
12
|
+
$maxWidth: string;
|
|
13
13
|
}>> & string;
|
|
14
14
|
export declare const ContentInside: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
15
|
-
isOverflowAuto: boolean;
|
|
16
|
-
bottomHeight: number;
|
|
15
|
+
$isOverflowAuto: boolean;
|
|
16
|
+
$bottomHeight: number;
|
|
17
17
|
}>> & string;
|
|
18
18
|
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
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>, {
|
|
@@ -4,8 +4,8 @@ export declare const Element: import("styled-components/dist/types").IStyledComp
|
|
|
4
4
|
size: RadioSize;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
|
|
7
|
-
verticalAlign: IRadio['verticalAlign'];
|
|
8
|
-
horizontalAlign: IRadio['horizontalAlign'];
|
|
7
|
+
$verticalAlign: IRadio['verticalAlign'];
|
|
8
|
+
$horizontalAlign: IRadio['horizontalAlign'];
|
|
9
9
|
}>> & string;
|
|
10
10
|
export declare const NativeInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
11
11
|
ref?: import("react").Ref<HTMLInputElement>;
|
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TSegmentControlSize, TSegmentControlType } from './SegmentControl.typed';
|
|
3
3
|
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
mode: TSegmentControlType;
|
|
5
|
-
size: TSegmentControlSize;
|
|
6
|
-
isFullWidth: boolean;
|
|
4
|
+
$mode: TSegmentControlType;
|
|
5
|
+
$size: TSegmentControlSize;
|
|
6
|
+
$isFullWidth: boolean;
|
|
7
7
|
}>> & string;
|
|
8
8
|
export declare const Selector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
-
mode: TSegmentControlType;
|
|
10
|
-
left: number;
|
|
11
|
-
width: number;
|
|
9
|
+
$mode: TSegmentControlType;
|
|
10
|
+
$left: number;
|
|
11
|
+
$width: number;
|
|
12
12
|
}>> & string;
|
|
13
13
|
export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
14
|
-
isActive: boolean;
|
|
15
|
-
size: TSegmentControlSize;
|
|
16
|
-
mode: TSegmentControlType;
|
|
14
|
+
$isActive: boolean;
|
|
15
|
+
$size: TSegmentControlSize;
|
|
17
16
|
}>> & string;
|
|
18
17
|
export declare const Divider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
19
|
-
isHide: boolean;
|
|
18
|
+
$isHide: boolean;
|
|
20
19
|
}>> & string;
|
|
21
20
|
export declare const Text: 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"> & {
|
|
22
21
|
ref?: import("react").Ref<HTMLElement>;
|
|
23
22
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
24
23
|
export declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
25
|
-
isLabel: boolean;
|
|
24
|
+
$isLabel: boolean;
|
|
26
25
|
}>> & string;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ISideModal } from './SideModal.typed';
|
|
3
3
|
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
isOpen: boolean;
|
|
4
|
+
$isOpen: boolean;
|
|
5
5
|
}>> & string;
|
|
6
6
|
export declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
7
|
export declare const Sidebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
8
|
-
isOpen: boolean;
|
|
9
|
-
size?: ISideModal['size'];
|
|
10
|
-
withoutAnimation: boolean;
|
|
8
|
+
$isOpen: boolean;
|
|
9
|
+
$size?: ISideModal['size'];
|
|
10
|
+
$withoutAnimation: boolean;
|
|
11
11
|
}>> & string;
|
|
12
12
|
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
13
|
export declare const LeftWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
14
|
export declare const BackButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
15
15
|
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
16
16
|
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
17
|
-
bottomHeight: number;
|
|
17
|
+
$bottomHeight: number;
|
|
18
18
|
}>> & string;
|
|
19
19
|
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;
|
|
20
20
|
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;
|