@inntechcorp/it-design 2.0.42 → 2.0.44
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/README.md +1 -1
- package/dist/flex/index.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.d.ts +5 -3
- package/dist/index.esm.js +2 -2
- package/dist/types/AccordionProps.d.ts +1 -1
- package/dist/types/ChildrenProps.d.ts +3 -1
- package/dist/types/FlexProps.d.ts +1 -0
- package/dist/upload/styled.d.ts +1 -2
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +2 -2
package/dist/upload/styled.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ declare const Label: import("styled-components/dist/types").IStyledComponentBase
|
|
|
10
10
|
$showFocus: boolean;
|
|
11
11
|
}>> & string;
|
|
12
12
|
declare const IconsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
-
declare const Icons: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
13
|
declare const CenterContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
15
14
|
$width: number | string;
|
|
16
15
|
$height: number | string;
|
|
@@ -37,4 +36,4 @@ declare const Failed: import("styled-components/dist/types").IStyledComponentBas
|
|
|
37
36
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
38
37
|
}, never>> & string;
|
|
39
38
|
declare const ErrorTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
40
|
-
export { Wrapper, FileContent, IconsWrapper,
|
|
39
|
+
export { Wrapper, FileContent, IconsWrapper, Label, CenterContent, Overlay, OverlayContent, Uploading, UploadStatusBox, ErrorBorder, ErrorTooltip, Failed };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ITDSizeSlug } from "../index";
|
|
2
|
-
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "
|
|
2
|
+
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "large" | "small" | "x-small" | "medium" | "default" | "x-large" | "df";
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.44",
|
|
4
4
|
"description": "All in one Design library for desktop applications.",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "Inn.Tech",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"module": "dist/index.esm.js",
|