@elliemae/ds-left-navigation 3.24.0-next.0 → 3.24.0-next.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.
|
@@ -8,11 +8,11 @@ interface ItemProps {
|
|
|
8
8
|
shadowStyle: (theme: Theme) => string;
|
|
9
9
|
}
|
|
10
10
|
export declare const borderOutside: (color: string, weight?: number) => string;
|
|
11
|
-
export declare const StyledItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
11
|
+
export declare const StyledItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, {
|
|
12
12
|
minHeight: string;
|
|
13
13
|
selectedParent: boolean;
|
|
14
14
|
} & ItemProps & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
|
-
export declare const StyledCollapsedContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
15
|
+
export declare const StyledCollapsedContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
16
16
|
export declare const StyledBorderBottom: import("styled-components").StyledComponent<"div", Theme, {
|
|
17
17
|
opened: boolean;
|
|
18
18
|
borderBottomMr?: string | undefined;
|
|
@@ -7,17 +7,17 @@ interface StyledLabelT {
|
|
|
7
7
|
labelOverflow?: string;
|
|
8
8
|
labelColor?: [ColorsKey, keyof Theme['colors'][ColorsKey]];
|
|
9
9
|
}
|
|
10
|
-
export declare const StyledLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
11
|
-
export declare const StyledDate: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
12
|
-
export declare const StyledArrowContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
13
|
-
export declare const StyledRightContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
10
|
+
export declare const StyledLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, StyledLabelT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
11
|
+
export declare const StyledDate: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
12
|
+
export declare const StyledArrowContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
|
+
export declare const StyledRightContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
14
|
export declare const StyledSectionLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
15
|
export declare const StyledVerticalSeparator: import("styled-components").StyledComponent<"div", Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
16
16
|
export declare const StyledRightLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
17
|
-
export declare const StyledSectionContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
18
|
-
export declare const StyledBottomContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
19
|
-
export declare const StyledLeftContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
20
|
-
export declare const StyledItemLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
17
|
+
export declare const StyledSectionContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
18
|
+
export declare const StyledBottomContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
19
|
+
export declare const StyledLeftContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
20
|
+
export declare const StyledItemLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, {
|
|
21
21
|
labelOverflow?: DSLeftNavigationT.LabelOveflowT | undefined;
|
|
22
22
|
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
23
23
|
export declare const StyledChevronLeft: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonT.Props>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -5,12 +5,12 @@ type LeftNavProps = {
|
|
|
5
5
|
expandedWidth: string;
|
|
6
6
|
};
|
|
7
7
|
export declare const StyledLeftNavExpandAnimationWrapper: import("styled-components").StyledComponent<"nav", Theme, LeftNavProps & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
8
|
-
export declare const StyledLeftNavAreasContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
8
|
+
export declare const StyledLeftNavAreasContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, LeftNavProps & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
9
9
|
export declare const StyledLeftNavHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
10
10
|
selected: boolean;
|
|
11
11
|
selectedParent?: boolean | undefined;
|
|
12
12
|
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
|
-
export declare const StyledLeftNavBodyAreasContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
13
|
+
export declare const StyledLeftNavBodyAreasContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
14
|
export declare const StyledLeftNavBodyHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
15
15
|
selected: boolean;
|
|
16
16
|
selectedParent?: boolean | undefined;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
|
|
3
|
-
export declare const StyledFooterMenu: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
4
|
-
export declare const StyledFooterItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
3
|
+
export declare const StyledFooterMenu: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const StyledFooterItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
5
5
|
expanded?: boolean | undefined;
|
|
6
6
|
opened?: boolean | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
8
|
selectedParent?: boolean | undefined;
|
|
9
9
|
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
10
|
-
export declare const StyledFooterLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
10
|
+
export declare const StyledFooterLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
11
11
|
labelOverflow?: DSLeftNavigationT.LabelOveflowT | undefined;
|
|
12
12
|
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
|
-
export declare const StyledFooterSeparator: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
13
|
+
export declare const StyledFooterSeparator: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
14
|
export declare const StyledMenuCollapse: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.24.0-next.
|
|
3
|
+
"version": "3.24.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -235,23 +235,19 @@
|
|
|
235
235
|
"typeSafety": false
|
|
236
236
|
},
|
|
237
237
|
"dependencies": {
|
|
238
|
-
"@elliemae/ds-button-v2": "3.24.0-next.
|
|
239
|
-
"@elliemae/ds-
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-
|
|
244
|
-
"@elliemae/ds-
|
|
245
|
-
"@elliemae/ds-
|
|
238
|
+
"@elliemae/ds-button-v2": "3.24.0-next.3",
|
|
239
|
+
"@elliemae/ds-circular-progress-indicator": "3.24.0-next.3",
|
|
240
|
+
"@elliemae/ds-props-helpers": "3.24.0-next.3",
|
|
241
|
+
"@elliemae/ds-grid": "3.24.0-next.3",
|
|
242
|
+
"@elliemae/ds-truncated-tooltip-text": "3.24.0-next.3",
|
|
243
|
+
"@elliemae/ds-icons": "3.24.0-next.3",
|
|
244
|
+
"@elliemae/ds-system": "3.24.0-next.3",
|
|
245
|
+
"@elliemae/ds-skeleton": "3.24.0-next.3"
|
|
246
246
|
},
|
|
247
247
|
"devDependencies": {
|
|
248
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
249
|
-
"@testing-library/jest-dom": "~5.16.5",
|
|
250
|
-
"@testing-library/react": "~12.1.3",
|
|
251
|
-
"@testing-library/user-event": "~13.5.0",
|
|
252
|
-
"jest-axe": "^7.0.1",
|
|
248
|
+
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
253
249
|
"styled-components": "~5.3.9",
|
|
254
|
-
"@elliemae/ds-monorepo-devops": "3.24.0-next.
|
|
250
|
+
"@elliemae/ds-monorepo-devops": "3.24.0-next.3"
|
|
255
251
|
},
|
|
256
252
|
"peerDependencies": {
|
|
257
253
|
"lodash": "^4.17.21",
|