@equisoft/design-elements-react 9.11.2-snapshot.20260202170508 → 9.11.2-snapshot.20260203005204
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.
|
@@ -17,7 +17,7 @@ export declare const StyledButton: import("styled-components").StyledComponent<i
|
|
|
17
17
|
} & import("react").RefAttributes<HTMLButtonElement>>, import("styled-components").DefaultTheme, {
|
|
18
18
|
theme: ResolvedTheme;
|
|
19
19
|
} & ButtonProps, never>;
|
|
20
|
-
export declare const StyledSpinner: import("styled-components").StyledComponent<import("react").FC<import("
|
|
20
|
+
export declare const StyledSpinner: import("styled-components").StyledComponent<import("react").FC<import("../progress-indicator/progress-indicator").ProgressIndicatorProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
21
21
|
export declare const LeftIcon: import("styled-components").StyledComponent<import("react").FC<import("../icon").IconProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
22
22
|
export declare const RightIcon: import("styled-components").StyledComponent<import("react").FC<import("../icon").IconProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
23
23
|
export {};
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import { FC
|
|
2
|
-
export
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export interface ProgressIndicatorProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ProgressIndicator: FC<ProgressIndicatorProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @deprecated Use {@link ProgressIndicator} instead.
|
|
3
3
|
*/
|
|
4
|
-
declare const Spinner: import("
|
|
4
|
+
declare const Spinner: import("react").FC<import("../progress-indicator/progress-indicator").ProgressIndicatorProps>;
|
|
5
5
|
export { Spinner, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "9.11.2-snapshot.
|
|
3
|
+
"version": "9.11.2-snapshot.20260203005204",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"url": "https://github.com/kronostechnologies/design-elements/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@floating-ui/react": "0.27.
|
|
33
|
-
"@floating-ui/react-dom": "2.1.
|
|
32
|
+
"@floating-ui/react": "0.27.17",
|
|
33
|
+
"@floating-ui/react-dom": "2.1.7",
|
|
34
34
|
"@floating-ui/utils": "0.2.10",
|
|
35
35
|
"@mui/base": "5.0.0-beta.70",
|
|
36
36
|
"@tanstack/react-table": "8.21.3",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
60
60
|
"@stylistic/eslint-plugin": "5.7.1",
|
|
61
61
|
"@svgr/webpack": "8.1.0",
|
|
62
|
-
"@swc/core": "1.15.
|
|
62
|
+
"@swc/core": "1.15.11",
|
|
63
63
|
"@swc/jest": "0.2.39",
|
|
64
64
|
"@testing-library/dom": "10.4.1",
|
|
65
65
|
"@testing-library/jest-dom": "6.9.1",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"@types/react-dom": "18.3.7",
|
|
72
72
|
"@types/react-modal": "3.16.3",
|
|
73
73
|
"@types/styled-components": "5.1.36",
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
75
|
-
"@typescript-eslint/parser": "8.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "8.54.0",
|
|
75
|
+
"@typescript-eslint/parser": "8.54.0",
|
|
76
76
|
"cross-env": "10.1.0",
|
|
77
|
-
"css-loader": "7.1.
|
|
77
|
+
"css-loader": "7.1.3",
|
|
78
78
|
"eslint": "8.57.1",
|
|
79
79
|
"eslint-import-resolver-node": "0.3.9",
|
|
80
80
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"sass-loader": "16.0.6",
|
|
98
98
|
"style-loader": "4.0.0",
|
|
99
99
|
"styled-components": "5.3.11",
|
|
100
|
-
"stylelint": "17.
|
|
100
|
+
"stylelint": "17.1.0",
|
|
101
101
|
"ts-jest": "29.4.6",
|
|
102
102
|
"ts-loader": "9.5.4",
|
|
103
103
|
"ts-mockito": "2.6.1",
|