@agregio-solutions/design-system 1.102.1 → 1.102.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/design-system.cjs +550 -552
- package/dist/design-system.js +28447 -32618
- 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/dist/style.css +3 -1
- package/package.json +31 -30
|
@@ -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/dist/style.css
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
2
|
+
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}*,:after,:before{box-sizing:border-box}.design-system-icon{width:1em;display:inline-block}@font-face{font-family:EDF2020;font-style:normal;font-weight:400;src:url(/ds-fonts/EDF2020.woff2)format("woff2")}@font-face{font-family:EDF2020;font-style:normal;font-weight:700;src:url(/ds-fonts/EDF2020Bold.woff2)format("woff2")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:EDF2020,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--color-content-action-action:#1844ff;--color-content-action-action-darker:#0626ac;--color-content-action-action-lighter:#f1f7ff;--color-content-neutral-primary:#001a70;--color-content-neutral-primary-reversed:#fff;--color-content-neutral-secondary:#454545;--color-content-neutral-secondary-light:#666;--color-content-neutral-tertiary:#b0b0b0;--color-content-neutral-stroke:#e7e7e7;--color-content-brand-brand-1:#001a70;--color-content-brand-brand-2:#3f6eff;--color-content-brand-brand-3:#769fff;--color-content-brand-brand-4:#326a21;--color-content-brand-brand-5:#4f9e30;--color-content-brand-brand-6:#76c853;--color-content-brand-brand-7:#c62608;--color-content-brand-brand-8:#fe5716;--color-content-brand-brand-9:#ff7838;--color-content-message-informative:#009fd4;--color-content-message-informative-darker:#007fab;--color-content-message-informative-darkest:#065874;--color-content-message-informative-lighter:#effbff;--color-content-message-negative:#ed1515;--color-content-message-negative-darker:#c80d0d;--color-content-message-negative-darkest:#881414;--color-content-message-negative-lighter:#fff1f1;--color-content-message-positive:#11ab51;--color-content-message-positive-darker:#0c6f2d;--color-content-message-positive-darkest:#0d2e17;--color-content-message-positive-lighter:#e3ffed;--color-content-message-warning:#e27500;--color-content-message-warning-darker:#bb5002;--color-content-message-warning-darkest:#7c330b;--color-content-message-warning-lighter:#fffcea;--color-content-dataviz-orange-1:#fff5ed;--color-content-dataviz-orange-2:#ffcca8;--color-content-dataviz-orange-3:#fe5716;--color-content-dataviz-orange-4:#9d210f;--color-content-dataviz-brown-1:#fffcea;--color-content-dataviz-brown-2:#ffe785;--color-content-dataviz-brown-3:#ff9d00;--color-content-dataviz-brown-4:#983d08;--color-content-dataviz-azure-1:#f1f7ff;--color-content-dataviz-azure-2:#cee1ff;--color-content-dataviz-azure-3:#3f6eff;--color-content-dataviz-azure-4:#052dd2;--color-content-dataviz-ocean-1:#effbff;--color-content-dataviz-ocean-2:#b6efff;--color-content-dataviz-ocean-3:#009fd4;--color-content-dataviz-ocean-4:#006b8d;--color-content-dataviz-purple-1:#f9f5ff;--color-content-dataviz-purple-2:#e4d4ff;--color-content-dataviz-purple-3:#9351fb;--color-content-dataviz-purple-4:#5a1eab;--color-content-dataviz-pink-1:#ffedf8;--color-content-dataviz-pink-2:#ffc2e8;--color-content-dataviz-pink-3:#ee53b5;--color-content-dataviz-pink-4:#a11672;--color-content-dataviz-negative-1:#fff1f1;--color-content-dataviz-negative-2:#ffc5c5;--color-content-dataviz-negative-3:#ed1515;--color-content-dataviz-negative-4:#a50f0f;--color-content-dataviz-positive-1:#e3ffed;--color-content-dataviz-positive-2:#a4f2c2;--color-content-dataviz-positive-3:#11ab51;--color-content-dataviz-positive-4:#0c6f2d;--color-content-dataviz-neutral-1:#f6f6f6;--color-content-dataviz-neutral-2:#d1d1d1;--color-content-dataviz-neutral-3:#888;--color-content-dataviz-neutral-4:#454545;--color-background-neutral-overground:#fff;--color-background-neutral-ground:#fff;--color-background-neutral-ground-reversed:#0e275d;--color-background-neutral-underground-1:#f6f6f6;--color-background-neutral-underground-2:#e7e7e7;--color-background-highlight-focus:#009fd4;--color-background-highlight-focus-reversed:#fff;--spacing-xxs:4px;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:32px;--spacing-xl:48px;--spacing-xxl:80px;--radius-minimal:2px;--radius-rounded:4px;--radius-full:8px;--stroke-default:1px;--stroke-doubled:2px;--text-font-size-3xl:40px;--text-font-size-2xl:32px;--text-font-size-xl:24px;--text-font-size-lg:20px;--text-font-size-md:16px;--text-font-size-sm:14px;--text-font-size-xs:12px;--text-line-height-3xl:56px;--text-line-height-2xl:40px;--text-line-height-xl:32px;--text-line-height-lg:28px;--text-line-height-md:24px;--text-line-height-sm:20px;--text-line-height-xs:16px;--shadow-light:0 1px 4px 0 #2626261f;--shadow-light-inverted:0 -1px 4px 0 #2626261f;--shadow-medium:0 2px 6px 0 #26262629;--shadow-medium-inverted:0 -2px 6px 0 #26262629;--shadow-strong:0 4px 12px 0 #26262629;--shadow-strong-inverted:0 -4px 12px 0 #26262629;--z-index-base:1;--z-index-dropdown:10;--z-index-sticky:20;--z-index-fixed:30;--z-index-modal-backdrop:40;--z-index-off-canvas:50;--z-index-modal:60;--z-index-popover:70;--z-index-tooltip:80}
|
|
3
|
+
/*$vite$:1*/
|
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.3",
|
|
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.
|
|
58
|
-
"@types/react": "19.
|
|
59
|
-
"@types/react-dom": "19.
|
|
60
|
-
"@vitejs/plugin-react": "
|
|
61
|
-
"@vitest/browser": "4.1.
|
|
62
|
-
"@vitest/browser-playwright": "4.1.
|
|
63
|
-
"chromatic": "18.1
|
|
56
|
+
"@types/lodash": "4.17.25",
|
|
57
|
+
"@types/node": "24.13.4",
|
|
58
|
+
"@types/react": "19.3.0",
|
|
59
|
+
"@types/react-dom": "19.3.0",
|
|
60
|
+
"@vitejs/plugin-react": "6.1.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
|
-
"react": "19.
|
|
79
|
-
"react-dom": "19.
|
|
80
|
-
"react-hook-form": "7.
|
|
81
|
-
"react-router-dom": "7.18.
|
|
78
|
+
"react": "19.3.0",
|
|
79
|
+
"react-dom": "19.3.0",
|
|
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": "
|
|
89
|
-
"vite-plugin-dts": "5.0
|
|
87
|
+
"typescript-eslint": "8.70.0",
|
|
88
|
+
"vite": "8.3.0",
|
|
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",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"overrides": {
|
|
111
|
-
"storybook": "$storybook"
|
|
111
|
+
"storybook": "$storybook",
|
|
112
|
+
"@babel/plugin-transform-runtime": "^7.29.0"
|
|
112
113
|
}
|
|
113
114
|
}
|