@agregio-solutions/design-system 1.90.0 → 1.90.1

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.
@@ -1,3 +1,3 @@
1
- export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
- export declare const List: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
3
- export declare const DropZone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
1
+ export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
2
+ export declare const List: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>> & string;
3
+ export declare const DropZone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>, never> & Partial<Pick<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('react-aria-components').DropZoneProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
@@ -1,5 +1,5 @@
1
- export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
2
- export declare const FileIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../Icon/Icon').Props, never>> & string & Omit<({ name, ...props }: import('../../../Icon/Icon').Props) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
3
- export declare const Informations: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
- export declare const FileName: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
- export declare const FileSize: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const Root: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>>> & string;
2
+ export declare const FileIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../Icon/Icon').Props, never> & Partial<Pick<import('../../../Icon/Icon').Props, never>>> & string & Omit<({ name, ...props }: import('../../../Icon/Icon').Props) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
3
+ export declare const Informations: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
4
+ export declare const FileName: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
5
+ export declare const FileSize: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
@@ -1 +1 @@
1
- export declare const Toaster: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
1
+ export declare const Toaster: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>, never> & Partial<Pick<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('sonner').ToasterProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
@@ -1,3 +1,5 @@
1
- export declare const CoreTextInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react-aria-components').InputProps & import('react').RefAttributes<HTMLInputElement>, {
1
+ export declare const CoreTextInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react-aria-components').InputProps & import('react').RefAttributes<HTMLInputElement>, "hasIcon"> & {
2
2
  hasIcon: boolean;
3
- }>> & string & Omit<(props: import('react-aria-components').InputProps & React.RefAttributes<HTMLInputElement>) => React.ReactElement | null, keyof import('react').Component<any, {}, any>>;
3
+ }, never> & Partial<Pick<import('styled-components').FastOmit<import('react-aria-components').InputProps & import('react').RefAttributes<HTMLInputElement>, "hasIcon"> & {
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>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agregio-solutions/design-system",
3
- "version": "1.90.0",
3
+ "version": "1.90.1",
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,32 +40,32 @@
40
40
  "devDependencies": {
41
41
  "@emotion/react": "11.14.0",
42
42
  "@emotion/styled": "11.14.1",
43
- "@eslint/compat": "2.0.4",
43
+ "@eslint/compat": "2.0.5",
44
44
  "@eslint/js": "9.39.4",
45
45
  "@mui/material": "5.18.0",
46
46
  "@semantic-release/gitlab": "13.3.2",
47
47
  "@semantic-release/npm": "13.1.5",
48
- "@storybook/addon-a11y": "10.3.4",
49
- "@storybook/addon-docs": "10.3.4",
50
- "@storybook/addon-links": "10.3.4",
51
- "@storybook/addon-vitest": "10.3.4",
52
- "@storybook/react-vite": "10.3.4",
53
- "@tanstack/react-query": "5.99.0",
48
+ "@storybook/addon-a11y": "10.3.5",
49
+ "@storybook/addon-docs": "10.3.5",
50
+ "@storybook/addon-links": "10.3.5",
51
+ "@storybook/addon-vitest": "10.3.5",
52
+ "@storybook/react-vite": "10.3.5",
53
+ "@tanstack/react-query": "5.100.5",
54
54
  "@tanstack/react-table": "8.21.3",
55
55
  "@types/lodash": "4.17.24",
56
56
  "@types/node": "24.12.2",
57
57
  "@types/react": "19.2.14",
58
58
  "@types/react-dom": "19.2.3",
59
59
  "@vitejs/plugin-react": "5.2.0",
60
- "@vitest/browser": "4.1.2",
61
- "@vitest/browser-playwright": "4.1.2",
62
- "chromatic": "16.3.0",
60
+ "@vitest/browser": "4.1.5",
61
+ "@vitest/browser-playwright": "4.1.5",
62
+ "chromatic": "16.6.0",
63
63
  "conventional-changelog-conventionalcommits": "9.3.1",
64
64
  "eslint-config-prettier": "10.1.8",
65
65
  "eslint-plugin-jest-dom": "5.5.0",
66
66
  "eslint-plugin-react": "7.37.5",
67
- "eslint-plugin-react-hooks": "7.0.1",
68
- "eslint-plugin-storybook": "10.3.4",
67
+ "eslint-plugin-react-hooks": "7.1.1",
68
+ "eslint-plugin-storybook": "10.3.5",
69
69
  "husky": "9.1.7",
70
70
  "jest": "30.3.0",
71
71
  "lint-staged": "16.4.0",
@@ -73,26 +73,26 @@
73
73
  "mockdate": "3.0.5",
74
74
  "playwright": "1.59.1",
75
75
  "prettier": "3.8.3",
76
- "react": "19.2.4",
77
- "react-dom": "19.2.4",
78
- "react-hook-form": "7.72.1",
79
- "react-router-dom": "7.14.1",
76
+ "react": "19.2.5",
77
+ "react-dom": "19.2.5",
78
+ "react-hook-form": "7.74.0",
79
+ "react-router-dom": "7.14.2",
80
80
  "recharts": "3.8.1",
81
81
  "remark-gfm": "4.0.1",
82
- "repomix": "1.13.1",
82
+ "repomix": "1.14.0",
83
83
  "semantic-release": "25.0.3",
84
- "storybook": "10.3.4",
85
- "typescript-eslint": "8.58.0",
84
+ "storybook": "10.3.5",
85
+ "typescript-eslint": "8.59.0",
86
86
  "vite-plugin-dts": "4.5.4",
87
- "vitest": "4.1.2"
87
+ "vitest": "4.1.5"
88
88
  },
89
89
  "dependencies": {
90
- "@react-aria/optimize-locales-plugin": "1.1.5",
90
+ "@react-aria/optimize-locales-plugin": "1.2.0",
91
91
  "clsx": "2.1.1",
92
92
  "normalize.css": "8.0.1",
93
- "react-aria-components": "1.16.0",
93
+ "react-aria-components": "1.17.0",
94
94
  "sonner": "2.0.7",
95
- "styled-components": "6.3.12",
95
+ "styled-components": "6.4.1",
96
96
  "vite": "7.3.2",
97
97
  "vite-tsconfig-paths": "6.1.1"
98
98
  },