profinansy-ui-lib 3.8.5 → 3.8.6
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/uikit/Bubbles/Bubbles.styled.d.ts +7 -7
- package/dist/components/uikit/Card/Card.styled.d.ts +5 -5
- package/dist/components/uikit/SortingButton/SortingButton.styled.d.ts +3 -3
- package/dist/profinansy-ui-lib.cjs.js +114 -114
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +55 -55
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,15 +8,15 @@ export declare const Mute: import("styled-components/dist/types").IStyledCompone
|
|
|
8
8
|
export declare const LeftButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../SwiperButton/SwiperButton.typed").ISwiperButtonProps, never>> & string & Omit<({ direction, onClick, className, style, disabled }: import("../SwiperButton/SwiperButton.typed").ISwiperButtonProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
9
9
|
export declare const RightButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../SwiperButton/SwiperButton.typed").ISwiperButtonProps, never>> & string & Omit<({ direction, onClick, className, style, disabled }: import("../SwiperButton/SwiperButton.typed").ISwiperButtonProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
10
10
|
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>, {
|
|
11
|
-
scroll: TScrollBubbles;
|
|
12
|
-
mobileIndent: number;
|
|
13
|
-
mode: TModeBubbles;
|
|
11
|
+
$scroll: TScrollBubbles;
|
|
12
|
+
$mobileIndent: number;
|
|
13
|
+
$mode: TModeBubbles;
|
|
14
14
|
}>> & string;
|
|
15
15
|
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>, {
|
|
16
|
-
isActive: boolean;
|
|
17
|
-
mode: TModeBubbles;
|
|
18
|
-
isIconLeft: boolean;
|
|
19
|
-
isIconRight: boolean;
|
|
16
|
+
$isActive: boolean;
|
|
17
|
+
$mode: TModeBubbles;
|
|
18
|
+
$isIconLeft: boolean;
|
|
19
|
+
$isIconRight: boolean;
|
|
20
20
|
}>> & string;
|
|
21
21
|
export declare const IconLeft: 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 IconRight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
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
|
-
width: string;
|
|
4
|
-
padding: string;
|
|
5
|
-
margin: string;
|
|
6
|
-
isHover: boolean;
|
|
3
|
+
$width: string;
|
|
4
|
+
$padding: string;
|
|
5
|
+
$margin: string;
|
|
6
|
+
$isHover: boolean;
|
|
7
7
|
}>> & string;
|
|
8
8
|
declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
-
isMarginBottom: boolean;
|
|
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
12
|
adaptiveRightContent: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
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>, {
|
|
3
|
-
isStroke: boolean;
|
|
4
|
-
isASC: boolean;
|
|
5
|
-
isMobileWithoutText: boolean;
|
|
3
|
+
$isStroke: boolean;
|
|
4
|
+
$isASC: boolean;
|
|
5
|
+
$isMobileWithoutText: boolean;
|
|
6
6
|
}>> & string;
|
|
7
7
|
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>, {
|
|
8
8
|
isActive: boolean;
|