@inntechcorp/it-design 2.0.269 → 2.1.0
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/alink/styled.d.ts +1 -3
- package/dist/button/styled.d.ts +1 -3
- package/dist/form/wrapper/FormWrapper.d.ts +1 -1
- package/dist/index.cjs.js +54 -54
- package/dist/index.d.ts +7 -7
- package/dist/index.esm.js +103 -103
- package/dist/input/styled.d.ts +5 -15
- package/dist/radio/group/Group.d.ts +1 -1
- package/dist/select/toggle/styled.d.ts +3 -9
- package/dist/table/index.d.ts +2 -2
- package/dist/textarea/styled.d.ts +3 -9
- package/dist/types/AccordionSubMenuProps.d.ts +1 -1
- package/dist/types/ChildrenProps.d.ts +1 -1
- package/dist/types/RadioProps.d.ts +1 -1
- package/dist/types/ResultProps.d.ts +2 -2
- package/dist/upload/styled.d.ts +1 -3
- package/package.json +43 -43
package/dist/input/styled.d.ts
CHANGED
|
@@ -9,12 +9,8 @@ declare const IconsWrapper: import("styled-components/dist/types.js").IStyledCom
|
|
|
9
9
|
declare const Prefix: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
declare const Suffix: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
11
|
declare const Locked: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
-
declare const AddonBefore: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<
|
|
13
|
-
|
|
14
|
-
}, never>> & string;
|
|
15
|
-
declare const AddonAfter: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
16
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
-
}, never>> & string;
|
|
12
|
+
declare const AddonBefore: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
13
|
+
declare const AddonAfter: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
18
14
|
declare const LockIconWrapper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
19
15
|
className: any;
|
|
20
16
|
height: any;
|
|
@@ -27,13 +23,7 @@ declare const LockIconWrapper: import("styled-components/dist/types.js").IStyled
|
|
|
27
23
|
declare const ErrorTooltip: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
28
24
|
declare const ErrorBorder: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
29
25
|
declare const HiddenVisually: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
30
|
-
declare const Success: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
declare const Warning: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
34
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
35
|
-
}, never>> & string;
|
|
36
|
-
declare const Failed: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
37
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
38
|
-
}, never>> & string;
|
|
26
|
+
declare const Success: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
27
|
+
declare const Warning: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
28
|
+
declare const Failed: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
39
29
|
export { Wrapper, Middle, Content, Prefix, Suffix, Locked, AddonBefore, AddonAfter, IconsWrapper, LockIconWrapper, ErrorTooltip, ErrorBorder, HiddenVisually, Success, Warning, Failed };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RadioGroupProps } from 'types/RadioProps';
|
|
3
3
|
import { ITDImperativeFuncProps } from 'types/ITDImperativeFuncProps';
|
|
4
|
-
declare const _default: React.
|
|
4
|
+
declare const _default: React.NamedExoticComponent<RadioGroupProps & React.RefAttributes<ITDImperativeFuncProps>>;
|
|
5
5
|
export default _default;
|
|
@@ -6,15 +6,9 @@ declare const Icon: import("styled-components/dist/types").IStyledComponentBase<
|
|
|
6
6
|
$open: boolean;
|
|
7
7
|
}>> & string;
|
|
8
8
|
declare const PreIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
declare const Success: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
declare const Warning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
13
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
-
}, never>> & string;
|
|
15
|
-
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
16
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
-
}, never>> & string;
|
|
9
|
+
declare const Success: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
10
|
+
declare const Warning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
11
|
+
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
18
12
|
declare const LockIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
19
13
|
className: any;
|
|
20
14
|
height: any;
|
package/dist/table/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Ref } from "react";
|
|
1
|
+
import React, { Ref } from "react";
|
|
2
2
|
import { TableProps, TableRefProps, TableRow } from "../index";
|
|
3
3
|
declare const Table: <T extends TableRow>(props: TableProps<T> & {
|
|
4
4
|
ref?: Ref<TableRefProps>;
|
|
5
|
-
}) =>
|
|
5
|
+
}) => React.ReactElement;
|
|
6
6
|
/**
|
|
7
7
|
* 👆 Bu kısım forwardRef'i generic kullandığımız için forwardRef’i generic türle tanımlamamız için lazım.
|
|
8
8
|
*/
|
|
@@ -2,13 +2,7 @@ declare const Wrapper: import("styled-components/dist/types").IStyledComponentBa
|
|
|
2
2
|
declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
declare const Middle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
4
|
declare const ErrorBorder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
declare const Success: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const Warning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
9
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}, never>> & string;
|
|
11
|
-
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
12
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
-
}, never>> & string;
|
|
5
|
+
declare const Success: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
6
|
+
declare const Warning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
7
|
+
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
14
8
|
export { Wrapper, Middle, Content, ErrorBorder, Success, Warning, Failed };
|
|
@@ -3,8 +3,8 @@ export type ResultProps = {
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
type?: string;
|
|
6
|
-
extra?:
|
|
7
|
-
footer?:
|
|
6
|
+
extra?: React.ReactElement | null;
|
|
7
|
+
footer?: React.ReactElement | null;
|
|
8
8
|
fill?: boolean;
|
|
9
9
|
autoCenter?: boolean;
|
|
10
10
|
background?: boolean;
|
package/dist/upload/styled.d.ts
CHANGED
|
@@ -41,8 +41,6 @@ declare const UploadStatusBox: import("styled-components/dist/types").IStyledCom
|
|
|
41
41
|
$error: boolean;
|
|
42
42
|
}>> & string;
|
|
43
43
|
declare const ErrorBorder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
44
|
-
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<
|
|
45
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
46
|
-
}, never>> & string;
|
|
44
|
+
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
47
45
|
declare const ErrorTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
48
46
|
export { Wrapper, FileContent, IconsWrapper, Label, CenterContent, Overlay, OverlayContent, Uploading, UploadStatusBox, ErrorBorder, ErrorTooltip, Failed };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "All in one Design library for web applications.",
|
|
5
5
|
"author": "Inn.Tech",
|
|
6
6
|
"license": "ISC",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@mona-health/react-input-mask": "^3.0.3",
|
|
32
32
|
"autoprefixer": "^10.4.20",
|
|
33
|
-
"axios": "1.7.
|
|
33
|
+
"axios": "1.7.9",
|
|
34
34
|
"core-js": "3.39.0",
|
|
35
35
|
"fast-deep-equal": "^3.1.3",
|
|
36
|
-
"i18next": "
|
|
37
|
-
"i18next-browser-languagedetector": "8.0.
|
|
38
|
-
"i18next-http-backend": "
|
|
36
|
+
"i18next": "21.6.16",
|
|
37
|
+
"i18next-browser-languagedetector": "8.0.2",
|
|
38
|
+
"i18next-http-backend": "3.0.1",
|
|
39
39
|
"i18next-resources-to-backend": "^1.2.1",
|
|
40
40
|
"lodash-es": "^4.17.21",
|
|
41
41
|
"moment": "2.30.1",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"postcss-calc": "10.0.2",
|
|
47
47
|
"prop-types": "^15.8.1",
|
|
48
48
|
"query-string": "9.1.1",
|
|
49
|
-
"react": "
|
|
50
|
-
"react-dom": "
|
|
51
|
-
"react-i18next": "15.
|
|
49
|
+
"react": "19.0.0",
|
|
50
|
+
"react-dom": "19.0.0",
|
|
51
|
+
"react-i18next": "15.4.0",
|
|
52
52
|
"react-nanny": "^2.15.0",
|
|
53
|
-
"react-number-format": "5.4.
|
|
53
|
+
"react-number-format": "5.4.3",
|
|
54
54
|
"react-router-dom": "7.1.1",
|
|
55
|
-
"react-spring": "9.7.
|
|
56
|
-
"react-svg": "16.
|
|
55
|
+
"react-spring": "9.7.5",
|
|
56
|
+
"react-svg": "16.2.0",
|
|
57
57
|
"react-transition-group": "4.4.5",
|
|
58
58
|
"smoothscroll-polyfill": "^0.4.4",
|
|
59
59
|
"styled-components": "6.1.13",
|
|
@@ -64,48 +64,48 @@
|
|
|
64
64
|
"@babel/core": "7.26.0",
|
|
65
65
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
66
66
|
"@babel/preset-env": "7.26.0",
|
|
67
|
-
"@babel/preset-react": "7.
|
|
67
|
+
"@babel/preset-react": "^7.26.3",
|
|
68
68
|
"@babel/preset-typescript": "7.26.0",
|
|
69
69
|
"@babel/runtime": "7.26.0",
|
|
70
|
-
"@chromatic-com/storybook": "3.2.
|
|
70
|
+
"@chromatic-com/storybook": "^3.2.3",
|
|
71
71
|
"@rollup/plugin-babel": "6.0.4",
|
|
72
|
-
"@rollup/plugin-commonjs": "28.0.
|
|
72
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
73
73
|
"@rollup/plugin-image": "^3.0.3",
|
|
74
74
|
"@rollup/plugin-json": "6.1.0",
|
|
75
|
-
"@rollup/plugin-node-resolve": "
|
|
76
|
-
"@storybook/addon-essentials": "8.4.
|
|
77
|
-
"@storybook/addon-interactions": "8.4.
|
|
78
|
-
"@storybook/addon-links": "8.4.
|
|
79
|
-
"@storybook/addon-mdx-gfm": "8.4.
|
|
80
|
-
"@storybook/addon-onboarding": "8.4.
|
|
81
|
-
"@storybook/blocks": "8.4.
|
|
82
|
-
"@storybook/node-logger": "8.4.
|
|
83
|
-
"@storybook/react": "8.4.
|
|
84
|
-
"@storybook/react-vite": "8.4.
|
|
85
|
-
"@storybook/test": "8.4.
|
|
75
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
76
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
77
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
78
|
+
"@storybook/addon-links": "^8.4.7",
|
|
79
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
80
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
81
|
+
"@storybook/blocks": "^8.4.7",
|
|
82
|
+
"@storybook/node-logger": "^8.4.7",
|
|
83
|
+
"@storybook/react": "^8.4.7",
|
|
84
|
+
"@storybook/react-vite": "^8.4.7",
|
|
85
|
+
"@storybook/test": "8.4.7",
|
|
86
86
|
"@testing-library/jest-dom": "6.6.3",
|
|
87
|
-
"@testing-library/react": "16.0
|
|
87
|
+
"@testing-library/react": "16.1.0",
|
|
88
88
|
"@testing-library/user-event": "14.5.2",
|
|
89
89
|
"@types/lodash-es": "^4.17.12",
|
|
90
|
-
"@types/node": "22.
|
|
91
|
-
"@types/react": "
|
|
92
|
-
"@types/react-dom": "
|
|
90
|
+
"@types/node": "22.10.3",
|
|
91
|
+
"@types/react": "19.0.2",
|
|
92
|
+
"@types/react-dom": "19.0.2",
|
|
93
93
|
"@types/rollup-plugin-node-globals": "1.4.5",
|
|
94
|
-
"@vitejs/plugin-react": "4.3.
|
|
94
|
+
"@vitejs/plugin-react": "4.3.4",
|
|
95
95
|
"babel-plugin-styled-components": "2.1.4",
|
|
96
96
|
"copy-webpack-plugin": "12.0.2",
|
|
97
97
|
"customize-cra": "^1.0.0",
|
|
98
98
|
"dts-bundle-generator": "^9.5.1",
|
|
99
|
-
"eslint-plugin-storybook": "0.11.
|
|
99
|
+
"eslint-plugin-storybook": "0.11.1",
|
|
100
100
|
"esm": "^3.2.25",
|
|
101
101
|
"less-loader": "12.2.0",
|
|
102
102
|
"postcss-custom-properties": "14.0.4",
|
|
103
103
|
"postcss-import": "16.1.0",
|
|
104
104
|
"postcss-nesting": "13.0.1",
|
|
105
105
|
"postcss-normalize": "13.0.1",
|
|
106
|
-
"postcss-preset-env": "10.1.
|
|
106
|
+
"postcss-preset-env": "10.1.3",
|
|
107
107
|
"react-app-rewired": "^2.2.1",
|
|
108
|
-
"rollup": "4.
|
|
108
|
+
"rollup": "4.29.1",
|
|
109
109
|
"rollup-plugin-copy": "^3.5.0",
|
|
110
110
|
"rollup-plugin-dts": "6.1.1",
|
|
111
111
|
"rollup-plugin-local-resolve": "^1.0.7",
|
|
@@ -113,27 +113,27 @@
|
|
|
113
113
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
114
114
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
115
115
|
"rollup-plugin-postcss": "^4.0.2",
|
|
116
|
-
"rollup-plugin-scss": "
|
|
116
|
+
"rollup-plugin-scss": "4.0.1",
|
|
117
117
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
118
118
|
"rollup-plugin-styles": "4.0.0",
|
|
119
119
|
"rollup-plugin-terser": "^7.0.2",
|
|
120
120
|
"rollup-plugin-typescript2": "0.36.0",
|
|
121
|
-
"sass": "1.
|
|
121
|
+
"sass": "1.83.0",
|
|
122
122
|
"source-map-loader": "5.0.0",
|
|
123
|
-
"storybook": "8.4.
|
|
123
|
+
"storybook": "8.4.7",
|
|
124
124
|
"tslib": "2.8.1",
|
|
125
|
-
"typescript": "5.
|
|
126
|
-
"vite": "
|
|
125
|
+
"typescript": "5.7.2",
|
|
126
|
+
"vite": "6.0.6",
|
|
127
127
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
128
|
-
"vite-plugin-dts": "4.
|
|
129
|
-
"vite-plugin-lib-inject-css": "2.
|
|
128
|
+
"vite-plugin-dts": "4.4.0",
|
|
129
|
+
"vite-plugin-lib-inject-css": "2.2.0",
|
|
130
130
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
131
131
|
"vite-plugin-svgr": "4.3.0",
|
|
132
|
-
"vite-tsconfig-paths": "5.1.
|
|
132
|
+
"vite-tsconfig-paths": "5.1.4"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|
|
135
|
-
"react": "^
|
|
136
|
-
"react-dom": "^
|
|
135
|
+
"react": "^19.0.0",
|
|
136
|
+
"react-dom": "^19.0.0"
|
|
137
137
|
},
|
|
138
138
|
"bugs": {
|
|
139
139
|
"url": "https://github.com/inntechcorp/it-design-library/issues"
|