prosperita-dumbo-react 3.1.5 → 3.1.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/prosperita-dumbo-react.es.js +685 -677
- package/dist/prosperita-dumbo-react.umd.js +152 -144
- package/dist/style.css +1 -1
- package/dist/types/Components/Button/index.d.ts +3 -3
- package/dist/types/Components/Button/index.d.ts.map +1 -1
- package/dist/types/Components/Button/styles.d.ts +1 -0
- package/dist/types/Components/Button/styles.d.ts.map +1 -1
- package/dist/types/Components/Tooltip/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,15 +3,15 @@ import "react-loading-skeleton/dist/skeleton.css";
|
|
|
3
3
|
export type IButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
4
4
|
kind: "primary" | "secondary" | "tertiary" | "ghost" | "dangerPrimary" | "dangerTertiary" | "dangerGhost";
|
|
5
5
|
size: "large" | "medium" | "small" | "extraLarge" | "twoXLarge" | "expressive";
|
|
6
|
-
label?:
|
|
7
|
-
icon?: ReactNode;
|
|
6
|
+
label?: ReactNode;
|
|
7
|
+
icon?: ReactNode | string;
|
|
8
8
|
onClick?: () => void;
|
|
9
9
|
loading?: boolean;
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
forModal?: boolean;
|
|
12
|
-
children?: ReactNode;
|
|
13
12
|
full?: boolean;
|
|
14
13
|
borderNone?: boolean;
|
|
14
|
+
hasIconSvg?: boolean;
|
|
15
15
|
};
|
|
16
16
|
export declare const Button: (props: IButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUxD,OAAO,0CAA0C,CAAC;AAGlD,MAAM,MAAM,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACnE,IAAI,EACF,SAAS,GACT,WAAW,GACX,UAAU,GACV,OAAO,GACP,eAAe,GACf,gBAAgB,GAChB,aAAa,CAAC;IAChB,IAAI,EACF,OAAO,GACP,QAAQ,GACR,OAAO,GACP,YAAY,GACZ,WAAW,GACX,YAAY,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;AAEF,eAAO,MAAM,MAAM,UAAW,YAAY,4CAyDzC,CAAC"}
|
|
@@ -10,6 +10,7 @@ export declare const paddingDict: {
|
|
|
10
10
|
export declare const GeneralContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IButtonProps>> & string;
|
|
11
11
|
export declare const ButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, IButtonProps>> & string;
|
|
12
12
|
export declare const IconTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, IButtonProps>> & string;
|
|
13
|
+
export declare const IconSvgContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IButtonProps>> & string;
|
|
13
14
|
export declare const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IButtonProps>> & string;
|
|
14
15
|
export {};
|
|
15
16
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/styles.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,2BAA2B,CAAC;AAGnC,KAAK,WAAW,GAAG;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAUF,eAAO,MAAM,WAAW,EAAE;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAC;CA0B5B,CAAC;AA+FF,eAAO,MAAM,gBAAgB,iPAE5B,CAAC;AAEF,eAAO,MAAM,eAAe,6PAiD3B,CAAC;AACF,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button/styles.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,2BAA2B,CAAC;AAGnC,KAAK,WAAW,GAAG;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAUF,eAAO,MAAM,WAAW,EAAE;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAC;CA0B5B,CAAC;AA+FF,eAAO,MAAM,gBAAgB,iPAE5B,CAAC;AAEF,eAAO,MAAM,eAAe,6PAiD3B,CAAC;AACF,eAAO,MAAM,OAAO,wPASnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,iPAMV,CAAA;AAEnB,eAAO,MAAM,SAAS,mPAYrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tooltip/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/Tooltip/index.tsx"],"names":[],"mappings":";AAOA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EACD,KAAK,GACL,UAAU,GACV,WAAW,GACX,QAAQ,GACR,KAAK,GACL,aAAa,GACb,cAAc,GACd,MAAM,GACN,OAAO,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAQF,eAAO,MAAM,OAAO,UAAW,WAAW,4CAoCzC,CAAC"}
|