@elliemae/ds-left-navigation 3.46.5 → 3.46.6
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/types/exported-related/ChevronItem/index.d.ts +1 -2
- package/dist/types/exported-related/Icon/index.d.ts +1 -2
- package/dist/types/exported-related/ItemRenderer/styled.d.ts +3 -19
- package/dist/types/exported-related/OpenWindowItem/index.d.ts +0 -1
- package/dist/types/outOfTheBox/styled.d.ts +12 -24
- package/dist/types/parts/LeftNavContent/styled.d.ts +6 -23
- package/dist/types/parts/LeftNavFooterItem/styled.d.ts +5 -14
- package/dist/types/react-desc-prop-types.d.ts +1 -1
- package/package.json +10 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type SvgIconT } from '@elliemae/ds-icons';
|
|
3
2
|
export declare const Icon: (IconComponent: React.ComponentType<{
|
|
4
3
|
color: unknown;
|
|
5
4
|
tabIndex: number;
|
|
6
|
-
}>) => (props?:
|
|
5
|
+
}>) => (props?: any) => JSX.Element;
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { type Theme } from '@elliemae/ds-system';
|
|
3
|
-
interface ItemProps {
|
|
4
|
-
selected: boolean;
|
|
5
|
-
selectable: boolean;
|
|
6
|
-
opened: boolean;
|
|
7
|
-
theme: Theme;
|
|
8
|
-
shadowStyle: (theme: Theme) => string;
|
|
9
|
-
}
|
|
10
1
|
export declare const borderOutside: (color: string, weight?: number) => string;
|
|
11
|
-
export declare const StyledItem:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & ItemProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
16
|
-
export declare const StyledBorderBottom: import("styled-components").StyledComponent<"div", Theme, {
|
|
17
|
-
opened: boolean;
|
|
18
|
-
borderBottomMr?: string | undefined;
|
|
19
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
20
|
-
export {};
|
|
2
|
+
export declare const StyledItem: any;
|
|
3
|
+
export declare const StyledCollapsedContainer: any;
|
|
4
|
+
export declare const StyledBorderBottom: any;
|
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
14
|
-
export declare const StyledSectionLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
15
|
-
export declare const StyledVerticalSeparator: import("styled-components").StyledComponent<"div", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
16
|
-
export declare const StyledRightLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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
|
-
labelOverflow?: DSLeftNavigationT.LabelOveflowT | undefined;
|
|
22
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
23
|
-
export declare const StyledChevronLeft: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
24
|
-
export {};
|
|
1
|
+
export declare const StyledLabel: any;
|
|
2
|
+
export declare const StyledDate: any;
|
|
3
|
+
export declare const StyledArrowContainer: any;
|
|
4
|
+
export declare const StyledRightContainer: any;
|
|
5
|
+
export declare const StyledSectionLabel: any;
|
|
6
|
+
export declare const StyledVerticalSeparator: any;
|
|
7
|
+
export declare const StyledRightLabel: any;
|
|
8
|
+
export declare const StyledSectionContainer: any;
|
|
9
|
+
export declare const StyledBottomContainer: any;
|
|
10
|
+
export declare const StyledLeftContainer: any;
|
|
11
|
+
export declare const StyledItemLabel: any;
|
|
12
|
+
export declare const StyledChevronLeft: any;
|
|
@@ -1,23 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare const StyledLeftNavExpandAnimationWrapper: import("styled-components").StyledComponent<"nav", Theme, LeftNavProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"nav">, never>;
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
9
|
-
export declare const StyledLeftNavHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
10
|
-
selected: boolean;
|
|
11
|
-
selectedParent?: boolean | undefined;
|
|
12
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
14
|
-
export declare const StyledLeftNavBodyHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
15
|
-
selected: boolean;
|
|
16
|
-
selectedParent?: boolean | undefined;
|
|
17
|
-
isSkeleton: boolean;
|
|
18
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
19
|
-
export declare const StyledLeftNavBodyItemsArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
20
|
-
selected: boolean;
|
|
21
|
-
isSkeleton: boolean;
|
|
22
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
23
|
-
export {};
|
|
1
|
+
export declare const StyledLeftNavExpandAnimationWrapper: any;
|
|
2
|
+
export declare const StyledLeftNavAreasContainer: any;
|
|
3
|
+
export declare const StyledLeftNavHeaderArea: any;
|
|
4
|
+
export declare const StyledLeftNavBodyAreasContainer: any;
|
|
5
|
+
export declare const StyledLeftNavBodyHeaderArea: any;
|
|
6
|
+
export declare const StyledLeftNavBodyItemsArea: any;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
opened?: boolean | undefined;
|
|
7
|
-
selected?: boolean | undefined;
|
|
8
|
-
selectedParent?: boolean | undefined;
|
|
9
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
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
|
-
labelOverflow?: DSLeftNavigationT.LabelOveflowT | undefined;
|
|
12
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
14
|
-
export declare const StyledMenuCollapse: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
1
|
+
export declare const StyledFooterMenu: any;
|
|
2
|
+
export declare const StyledFooterItem: any;
|
|
3
|
+
export declare const StyledFooterLabel: any;
|
|
4
|
+
export declare const StyledFooterSeparator: any;
|
|
5
|
+
export declare const StyledMenuCollapse: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type Theme } from '@elliemae/ds-system';
|
|
3
3
|
import type { GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';
|
|
4
4
|
import type { ContextProps } from './LeftNavigationContext.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -236,19 +236,19 @@
|
|
|
236
236
|
"typeSafety": false
|
|
237
237
|
},
|
|
238
238
|
"dependencies": {
|
|
239
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
244
|
-
"@elliemae/ds-skeleton": "3.46.
|
|
245
|
-
"@elliemae/ds-system": "3.46.
|
|
246
|
-
"@elliemae/ds-truncated-tooltip-text": "3.46.
|
|
239
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
|
240
|
+
"@elliemae/ds-icons": "3.46.6",
|
|
241
|
+
"@elliemae/ds-circular-progress-indicator": "3.46.6",
|
|
242
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
243
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
244
|
+
"@elliemae/ds-skeleton": "3.46.6",
|
|
245
|
+
"@elliemae/ds-system": "3.46.6",
|
|
246
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6"
|
|
247
247
|
},
|
|
248
248
|
"devDependencies": {
|
|
249
249
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
250
250
|
"styled-components": "~5.3.9",
|
|
251
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
251
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
252
252
|
},
|
|
253
253
|
"peerDependencies": {
|
|
254
254
|
"lodash": "^4.17.21",
|