profinansy-ui-lib 3.8.4 → 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/Button/Button.styled.d.ts +4 -4
- package/dist/components/uikit/Card/Card.styled.d.ts +5 -5
- package/dist/components/uikit/FieldRow/FieldRow.styled.d.ts +1 -1
- package/dist/components/uikit/Input/Input.styled.d.ts +5 -5
- package/dist/components/uikit/SortingButton/SortingButton.styled.d.ts +3 -3
- package/dist/components/uikit/Typography/Typography.styled.d.ts +3 -3
- package/dist/profinansy-ui-lib.cjs.js +130 -130
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +82 -82
- 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;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import { TButtonMode, ButtonSize, ButtonForm } from './Button.typed';
|
|
3
3
|
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
4
|
$form: ButtonForm;
|
|
5
|
-
size: ButtonSize;
|
|
6
|
-
width: string;
|
|
5
|
+
$size: ButtonSize;
|
|
6
|
+
$width: string;
|
|
7
7
|
$mode: TButtonMode;
|
|
8
|
-
isText: boolean;
|
|
9
|
-
isFill: boolean;
|
|
8
|
+
$isText: boolean;
|
|
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
12
|
size: ButtonSize;
|
|
@@ -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,6 +1,6 @@
|
|
|
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
|
-
marginBottom: number;
|
|
3
|
+
$marginBottom: number;
|
|
4
4
|
}>> & string;
|
|
5
5
|
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
6
6
|
declare const Required: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -20,9 +20,9 @@ export declare const RightText: import("styled-components/dist/types").IStyledCo
|
|
|
20
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
|
-
icon: boolean;
|
|
24
|
-
rightText: boolean;
|
|
25
|
-
prohibitTextInput: boolean;
|
|
26
|
-
error: boolean;
|
|
27
|
-
positionIcon: IInput['positionIcon'];
|
|
23
|
+
$icon: boolean;
|
|
24
|
+
$rightText: boolean;
|
|
25
|
+
$prohibitTextInput: boolean;
|
|
26
|
+
$error: boolean;
|
|
27
|
+
$positionIcon: IInput['positionIcon'];
|
|
28
28
|
}>> & string;
|
|
@@ -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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ITypographyProps } from './Typography.typed';
|
|
3
3
|
declare const TypographyStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
4
|
-
variant: ITypographyProps['variant'];
|
|
5
|
-
colorName: ITypographyProps['colorName'];
|
|
6
|
-
colorCategory: ITypographyProps['colorCategory'];
|
|
4
|
+
$variant: ITypographyProps['variant'];
|
|
5
|
+
$colorName: ITypographyProps['colorName'];
|
|
6
|
+
$colorCategory: ITypographyProps['colorCategory'];
|
|
7
7
|
}>> & string;
|
|
8
8
|
export { TypographyStyled };
|