@inntechcorp/it-design 2.2.1 → 2.2.3
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/datepicker/styled.d.ts +1 -5
- package/dist/global.css +72 -0
- package/dist/hooks/index.d.ts +0 -2
- package/dist/index.cjs.js +456 -812
- package/dist/index.d.ts +1 -24
- package/dist/index.esm.js +456 -812
- package/dist/modal/modal/styled.d.ts +1 -5
- package/dist/select/menu/styled.d.ts +1 -5
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +4 -3
- package/dist/hooks/useCreateDynamicStyle.d.ts +0 -10
- package/dist/hooks/useCreateStyledStyle.d.ts +0 -13
|
@@ -18,9 +18,5 @@ declare const ModalInnerContent: import("styled-components/dist/types").IStyledC
|
|
|
18
18
|
declare const ModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
19
19
|
declare const ModalFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
20
20
|
declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
21
|
-
declare const ModalEnter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
22
|
-
declare const ModalEnterActive: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
23
|
-
declare const ModalExit: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
24
|
-
declare const ModalExitActive: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
25
21
|
declare const ModalContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
26
|
-
export { Wrapper, ModalInnerWrapper, ModalBody, ModalContent, ModalInnerContent, ModalInnerContentBefore, ModalInnerContentAfter, ModalHeader, ModalFooter, CloseButton,
|
|
22
|
+
export { Wrapper, ModalInnerWrapper, ModalBody, ModalContent, ModalInnerContent, ModalInnerContentBefore, ModalInnerContentAfter, ModalHeader, ModalFooter, CloseButton, ModalContainer };
|
|
@@ -5,8 +5,4 @@ declare const BodyWrapper: import("styled-components/dist/types").IStyledCompone
|
|
|
5
5
|
children: import("../../types/ChildrenProps").ChildrenProps;
|
|
6
6
|
style?: React.CSSProperties;
|
|
7
7
|
}, never>> & string & Omit<typeof TinyScrollbar, keyof import("react").Component<any, {}, any>>;
|
|
8
|
-
|
|
9
|
-
declare const ModalEnterActive: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
-
declare const ModalExit: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
declare const ModalExitActive: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
-
export { Wrapper, BodyWrapper, ModalEnter, ModalEnterActive, ModalExit, ModalExitActive };
|
|
8
|
+
export { Wrapper, BodyWrapper };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ITDSizeSlug } from "../index";
|
|
2
|
-
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "
|
|
2
|
+
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "small" | "medium" | "large" | "x-small" | "default" | "x-large" | "df";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "All in one Design library for web applications.",
|
|
5
5
|
"author": "Inn.Tech",
|
|
6
6
|
"license": "ISC",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react-transition-group": "4.4.5",
|
|
59
59
|
"react-virtuoso": "^4.12.8",
|
|
60
60
|
"smoothscroll-polyfill": "^0.4.4",
|
|
61
|
-
"styled-components": "6.1.
|
|
61
|
+
"styled-components": "6.1.18",
|
|
62
62
|
"uuid": "10.0.0",
|
|
63
63
|
"web-vitals": "5.0.0"
|
|
64
64
|
},
|
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"react": "^19.0.0",
|
|
139
|
-
"react-dom": "^19.0.0"
|
|
139
|
+
"react-dom": "^19.0.0",
|
|
140
|
+
"styled-components": "^6.1.18"
|
|
140
141
|
},
|
|
141
142
|
"bugs": {
|
|
142
143
|
"url": "https://github.com/inntechcorp/it-design-library/issues"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IStyledComponent } from 'styled-components';
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* styled-component <> gibi kullanılmadığı zaman class içeriğini
|
|
5
|
-
* yazmıyor. Bu kod bunu çözüyor. styled class'ının değerini id'si
|
|
6
|
-
* ile birlikte alıp head'e kayıt ediyor ve component ekrandan
|
|
7
|
-
* kaldırıldığında kendini siliyor.
|
|
8
|
-
*
|
|
9
|
-
* @param styled
|
|
10
|
-
* @param handler
|
|
11
|
-
*/
|
|
12
|
-
declare const useCreateStyledStyle: (styled: IStyledComponent<any, any>, handler: (id: string) => void) => void;
|
|
13
|
-
export default useCreateStyledStyle;
|