@equisoft/design-elements-react 10.1.4-snapshot.20260407130812 → 10.1.4-snapshot.20260408151913
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/bundle.js +1 -1
- package/dist/components/buttons/styled.d.ts +2 -2
- package/dist/components/dropdown-menu/list-items/nav-item.d.ts +1 -1
- package/dist/components/modal/dialog/styled.d.ts +1 -1
- package/package.json +8 -8
- package/dist/components/breadcrumb/use-breadcrump-overflow.test.d.ts +0 -1
- package/dist/components/carousel/use-carousel.test.d.ts +0 -1
- package/dist/components/date-picker/utils/datepicker-utils.test.d.ts +0 -1
- package/dist/components/listbox/utils/listbox-utils.test.d.ts +0 -1
- package/dist/components/modal/use-modal.test.d.ts +0 -1
- package/dist/components/numeric-input/utils.test.d.ts +0 -1
- package/dist/components/pagination/util/pagination-util.test.d.ts +0 -1
- package/dist/components/password-creation-input/password-strength.test.d.ts +0 -1
- package/dist/components/password-creation-input/validation-condition.test.d.ts +0 -1
- package/dist/components/table/utils/table-utils.test.d.ts +0 -1
- package/dist/themes/build-theme.test.d.ts +0 -1
- package/dist/utils/array.test.d.ts +0 -1
- package/dist/utils/component-classes.test.d.ts +0 -1
- package/dist/utils/css-values/box-shadow.test.d.ts +0 -1
- package/dist/utils/css-values/size.test.d.ts +0 -1
- package/dist/utils/dom.test.d.ts +0 -1
- package/dist/utils/event.test.d.ts +0 -1
- package/dist/utils/math.test.d.ts +0 -1
- package/dist/utils/predicate.test.d.ts +0 -1
- package/dist/utils/range.test.d.ts +0 -1
- package/dist/utils/regex.test.d.ts +0 -1
- package/dist/utils/string.test.d.ts +0 -1
- package/dist/utils/user.test.d.ts +0 -1
package/dist/bundle.js
CHANGED
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
padding: 4px;
|
|
813
813
|
`,Zl=a().button`
|
|
814
814
|
background-color: ${({active:e,theme:t})=>e?t.component["carousel-dot-selected-background-color"]:t.component["carousel-dot-unselected-background-color"]};
|
|
815
|
-
border: 1px solid
|
|
815
|
+
border: 1px solid ${({theme:e})=>e.component["carousel-dot-border-color"]};
|
|
816
816
|
border-radius: 50%;
|
|
817
817
|
box-sizing: border-box;
|
|
818
818
|
display: inline-block;
|
|
@@ -18,6 +18,6 @@ export declare const StyledButton: import("styled-components").StyledComponent<i
|
|
|
18
18
|
theme: ResolvedTheme;
|
|
19
19
|
} & ButtonProps, never>;
|
|
20
20
|
export declare const StyledSpinner: import("styled-components").StyledComponent<import("react").FC<import("../progress-indicator/progress-indicator").ProgressIndicatorProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
21
|
-
export declare const LeftIcon: import("styled-components").StyledComponent<import("react").FC<import("
|
|
22
|
-
export declare const RightIcon: import("styled-components").StyledComponent<import("react").FC<import("
|
|
21
|
+
export declare const LeftIcon: import("styled-components").StyledComponent<import("react").FC<import("..").IconProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
22
|
+
export declare const RightIcon: import("styled-components").StyledComponent<import("react").FC<import("..").IconProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
23
23
|
export {};
|
|
@@ -24,6 +24,6 @@ interface LinkProps {
|
|
|
24
24
|
}
|
|
25
25
|
export declare const StyledNavItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<NavLinkProps & import("react").RefAttributes<HTMLAnchorElement>>, import("styled-components").DefaultTheme, LinkProps & NavLinkProps, never>;
|
|
26
26
|
export declare const HtmlLink: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, LinkProps, never>;
|
|
27
|
-
export declare const StyledExternalLink: import("styled-components").StyledComponent<import("react").FC<import("
|
|
27
|
+
export declare const StyledExternalLink: import("styled-components").StyledComponent<import("react").FC<import("../..").ExternalLinkProps>, import("styled-components").DefaultTheme, LinkProps, never>;
|
|
28
28
|
export declare const NavItem: import("react").ForwardRefExoticComponent<NavItemProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
29
29
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MobileDeviceContextProps } from '../types';
|
|
2
2
|
import type { DialogType } from './modal-dialog';
|
|
3
3
|
export declare const ButtonContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MobileDeviceContextProps, never>;
|
|
4
|
-
export declare const TitleIcon: import("styled-components").StyledComponent<import("react").FC<import("
|
|
4
|
+
export declare const TitleIcon: import("styled-components").StyledComponent<import("react").FC<import("../..").IconProps>, import("styled-components").DefaultTheme, {
|
|
5
5
|
$dialogType: DialogType;
|
|
6
6
|
}, never>;
|
|
7
7
|
export declare const StyledHeadingWrapperComponent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "10.1.4-snapshot.
|
|
3
|
+
"version": "10.1.4-snapshot.20260408151913",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -71,8 +71,8 @@
|
|
|
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.58.0",
|
|
75
|
+
"@typescript-eslint/parser": "8.58.0",
|
|
76
76
|
"cross-env": "10.1.0",
|
|
77
77
|
"css-loader": "7.1.4",
|
|
78
78
|
"eslint": "8.57.1",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"eslint-plugin-react": "7.37.5",
|
|
84
84
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
85
85
|
"expect": "30.3.0",
|
|
86
|
-
"i18next": "25.10.
|
|
86
|
+
"i18next": "25.10.10",
|
|
87
87
|
"jest": "30.3.0",
|
|
88
88
|
"jest-environment-jsdom": "30.3.0",
|
|
89
89
|
"jest-extended": "7.0.0",
|
|
90
90
|
"jest-junit": "16.0.0",
|
|
91
|
-
"jest-styled-components": "7.
|
|
91
|
+
"jest-styled-components": "7.4.0",
|
|
92
92
|
"react": "18.3.1",
|
|
93
93
|
"react-docgen-typescript-plugin": "1.0.8",
|
|
94
94
|
"react-dom": "18.3.1",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"sass-loader": "16.0.7",
|
|
98
98
|
"style-loader": "4.0.0",
|
|
99
99
|
"styled-components": "5.3.11",
|
|
100
|
-
"stylelint": "17.
|
|
100
|
+
"stylelint": "17.6.0",
|
|
101
101
|
"ts-jest": "29.4.6",
|
|
102
|
-
"ts-loader": "9.5.
|
|
102
|
+
"ts-loader": "9.5.7",
|
|
103
103
|
"ts-mockito": "2.6.1",
|
|
104
|
-
"typescript": "
|
|
104
|
+
"typescript": "6.0.2",
|
|
105
105
|
"webpack": "5.105.4",
|
|
106
106
|
"webpack-cli": "7.0.2",
|
|
107
107
|
"webpack-merge": "6.0.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/utils/dom.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|