@agregio-solutions/design-system 1.102.1 → 1.102.2
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/design-system.cjs +369 -369
- package/dist/design-system.js +6633 -6617
- package/dist/packages/components/FileUpload/FileUpload.styled.d.ts +11 -3
- package/dist/packages/components/FileUpload/components/FileDetails/FileDetails.styled.d.ts +15 -5
- package/dist/packages/components/Toaster/Toaster.styles.d.ts +3 -1
- package/dist/packages/internal-components/CoreTextInput/CoreTextInput.styled.d.ts +6 -4
- package/package.json +24 -24
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web",
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style"> & {
|
|
2
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
3
|
+
}> & string;
|
|
4
|
+
export declare const List: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "style"> & {
|
|
5
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
6
|
+
}> & string;
|
|
7
|
+
export declare const DropZone: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>, "style"> & {
|
|
8
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | ((values: import('react-aria-components').DropZoneRenderProps & {
|
|
9
|
+
defaultStyle: import('react').CSSProperties;
|
|
10
|
+
}) => import('react').CSSProperties | undefined) | undefined;
|
|
11
|
+
}> & string & Omit<import('react').ForwardRefExoticComponent<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web",
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
1
|
+
export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "style"> & {
|
|
2
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
3
|
+
}> & string;
|
|
4
|
+
export declare const FileIcon: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('../../../Icon/Icon').Props, "style"> & {
|
|
5
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
6
|
+
}> & string & Omit<({ name, ...props }: import('../../../Icon/Icon').Props) => import("react").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
7
|
+
export declare const Informations: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style"> & {
|
|
8
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
9
|
+
}> & string;
|
|
10
|
+
export declare const FileName: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style"> & {
|
|
11
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
12
|
+
}> & string;
|
|
13
|
+
export declare const FileSize: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style"> & {
|
|
14
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
15
|
+
}> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Toaster: import('styled-components/dist/types').IStyledComponentBase<"web",
|
|
1
|
+
export declare const Toaster: import('styled-components/dist/types').IStyledComponentBase<"web", Omit<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>, "style"> & {
|
|
2
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | undefined;
|
|
3
|
+
}> & string & Omit<import('react').ForwardRefExoticComponent<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
export declare const CoreTextInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').
|
|
1
|
+
export declare const CoreTextInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Merged<Omit<import('react-aria-components').InputProps & import('react').RefAttributes<HTMLInputElement>, "style"> & {
|
|
2
|
+
style?: import('react').CSSProperties | import('styled-components/dist/types').CSSPropertiesWithVars | ((values: import('react-aria-components').InputRenderProps & {
|
|
3
|
+
defaultStyle: import('react').CSSProperties;
|
|
4
|
+
}) => import('react').CSSProperties | undefined) | undefined;
|
|
5
|
+
}, {
|
|
2
6
|
hasIcon: boolean;
|
|
3
|
-
}
|
|
4
|
-
hasIcon: boolean;
|
|
5
|
-
}, never>>> & string & Omit<(props: import('react-aria-components').InputProps & React.RefAttributes<HTMLInputElement>) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null, keyof import('react').Component<any, {}, any>>;
|
|
7
|
+
}>> & string & Omit<(props: import('react-aria-components').InputProps & React.RefAttributes<HTMLInputElement>) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null, keyof import('react').Component<any, {}, any>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agregio-solutions/design-system",
|
|
3
|
-
"version": "1.102.
|
|
3
|
+
"version": "1.102.2",
|
|
4
4
|
"description": "React Component library and Storybook that is part of the Design System for Agregio Solutions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/design-system.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@emotion/react": "11.14.0",
|
|
42
42
|
"@emotion/styled": "11.14.1",
|
|
43
|
-
"@eslint/compat": "2.1.
|
|
44
|
-
"@eslint/js": "9.39.
|
|
43
|
+
"@eslint/compat": "2.1.1",
|
|
44
|
+
"@eslint/js": "9.39.5",
|
|
45
45
|
"@mui/material": "5.18.0",
|
|
46
|
-
"@react-aria/optimize-locales-plugin": "2.0.
|
|
46
|
+
"@react-aria/optimize-locales-plugin": "2.0.2",
|
|
47
47
|
"@semantic-release/gitlab": "13.3.3",
|
|
48
48
|
"@semantic-release/npm": "13.1.5",
|
|
49
49
|
"@storybook/addon-a11y": "10.6.0",
|
|
@@ -51,51 +51,51 @@
|
|
|
51
51
|
"@storybook/addon-links": "10.6.0",
|
|
52
52
|
"@storybook/addon-vitest": "10.6.0",
|
|
53
53
|
"@storybook/react-vite": "10.6.0",
|
|
54
|
-
"@tanstack/react-query": "5.
|
|
54
|
+
"@tanstack/react-query": "5.102.8",
|
|
55
55
|
"@tanstack/react-table": "8.21.3",
|
|
56
|
-
"@types/lodash": "4.17.
|
|
57
|
-
"@types/node": "24.13.
|
|
56
|
+
"@types/lodash": "4.17.25",
|
|
57
|
+
"@types/node": "24.13.4",
|
|
58
58
|
"@types/react": "19.2.17",
|
|
59
59
|
"@types/react-dom": "19.2.3",
|
|
60
60
|
"@vitejs/plugin-react": "5.2.0",
|
|
61
|
-
"@vitest/browser": "4.1.
|
|
62
|
-
"@vitest/browser-playwright": "4.1.
|
|
63
|
-
"chromatic": "18.1
|
|
61
|
+
"@vitest/browser": "4.1.11",
|
|
62
|
+
"@vitest/browser-playwright": "4.1.11",
|
|
63
|
+
"chromatic": "18.8.1",
|
|
64
64
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
65
|
-
"eslint": "9.39.
|
|
65
|
+
"eslint": "9.39.5",
|
|
66
66
|
"eslint-config-prettier": "10.1.8",
|
|
67
|
-
"eslint-plugin-jest-dom": "5.
|
|
67
|
+
"eslint-plugin-jest-dom": "5.10.1",
|
|
68
68
|
"eslint-plugin-react": "7.37.5",
|
|
69
69
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
70
70
|
"eslint-plugin-storybook": "10.6.0",
|
|
71
71
|
"husky": "9.1.7",
|
|
72
|
-
"jest": "30.
|
|
73
|
-
"lint-staged": "17.
|
|
72
|
+
"jest": "30.5.1",
|
|
73
|
+
"lint-staged": "17.5.1",
|
|
74
74
|
"lodash": "4.18.1",
|
|
75
75
|
"mockdate": "3.0.5",
|
|
76
|
-
"playwright": "1.
|
|
76
|
+
"playwright": "1.63.0",
|
|
77
77
|
"prettier": "3.9.6",
|
|
78
78
|
"react": "19.2.8",
|
|
79
79
|
"react-dom": "19.2.8",
|
|
80
|
-
"react-hook-form": "7.
|
|
81
|
-
"react-router-dom": "7.18.
|
|
80
|
+
"react-hook-form": "7.88.0",
|
|
81
|
+
"react-router-dom": "7.18.3",
|
|
82
82
|
"recharts": "3.10.1",
|
|
83
83
|
"remark-gfm": "4.0.1",
|
|
84
|
-
"semantic-release": "25.0.
|
|
84
|
+
"semantic-release": "25.0.9",
|
|
85
85
|
"storybook": "10.6.0",
|
|
86
86
|
"typescript": "5.9.3",
|
|
87
|
-
"typescript-eslint": "8.
|
|
88
|
-
"vite": "7.3.
|
|
89
|
-
"vite-plugin-dts": "5.0
|
|
87
|
+
"typescript-eslint": "8.70.0",
|
|
88
|
+
"vite": "7.3.5",
|
|
89
|
+
"vite-plugin-dts": "5.1.0",
|
|
90
90
|
"vite-tsconfig-paths": "6.1.1",
|
|
91
|
-
"vitest": "4.1.
|
|
91
|
+
"vitest": "4.1.11"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"clsx": "2.1.1",
|
|
95
95
|
"normalize.css": "8.0.1",
|
|
96
96
|
"react-aria-components": "1.17.0",
|
|
97
|
-
"sonner": "2.0.
|
|
98
|
-
"styled-components": "6.
|
|
97
|
+
"sonner": "2.0.8",
|
|
98
|
+
"styled-components": "6.5.3"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"@tanstack/react-table": "^8.0.0",
|