@elliemae/ds-left-navigation 3.53.0-next.9 → 3.54.0-beta.1
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/LeftNavigation.d.ts +0 -1
- package/dist/types/configs/useLeftNavSmoothExpand.d.ts +0 -1
- package/dist/types/exported-related/ChevronItem/index.d.ts +0 -1
- package/dist/types/exported-related/ItemRenderer/styled.d.ts +1 -2
- package/dist/types/exported-related/Notifications/index.d.ts +0 -1
- package/dist/types/exported-related/OpenWindowItem/index.d.ts +0 -1
- package/dist/types/hooks/useOpenableOnClickHandler.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemControlledDrilldown/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemHeader/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemLink/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemSection/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemSeparator/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemSkeleton/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemSubmenu/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemTextLabel/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemUncontrolledDrilldown/index.d.ts +0 -1
- package/dist/types/outOfTheBox/ItemWithDate/index.d.ts +0 -1
- package/dist/types/outOfTheBox/styled.d.ts +1 -2
- package/dist/types/parts/LeftNavContent/styled.d.ts +2 -3
- package/dist/types/parts/LeftNavFooterItem/styled.d.ts +5 -6
- package/package.json +12 -11
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type Theme } from '@elliemae/ds-system';
|
|
3
2
|
interface ItemProps {
|
|
4
3
|
selected: boolean;
|
|
@@ -15,6 +14,6 @@ export declare const StyledItem: import("styled-components").StyledComponent<imp
|
|
|
15
14
|
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
15
|
export declare const StyledBorderBottom: import("styled-components").StyledComponent<"div", Theme, {
|
|
17
16
|
opened: boolean;
|
|
18
|
-
borderBottomMr?: string
|
|
17
|
+
borderBottomMr?: string;
|
|
19
18
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
20
19
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type Theme } from '@elliemae/ds-system';
|
|
3
2
|
import type { DSLeftNavigationT } from '../react-desc-prop-types.js';
|
|
4
3
|
type ColorsKey = keyof Theme['colors'];
|
|
@@ -18,7 +17,7 @@ export declare const StyledSectionContainer: import("styled-components").StyledC
|
|
|
18
17
|
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
18
|
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
19
|
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
|
|
20
|
+
labelOverflow?: DSLeftNavigationT.LabelOveflowT;
|
|
22
21
|
} & 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
22
|
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
23
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { Theme } from '@elliemae/ds-system';
|
|
3
2
|
type LeftNavProps = {
|
|
4
3
|
expanded: boolean;
|
|
@@ -8,12 +7,12 @@ export declare const StyledLeftNavExpandAnimationWrapper: import("styled-compone
|
|
|
8
7
|
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
8
|
export declare const StyledLeftNavHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
10
9
|
selected: boolean;
|
|
11
|
-
selectedParent?: boolean
|
|
10
|
+
selectedParent?: boolean;
|
|
12
11
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
13
12
|
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
13
|
export declare const StyledLeftNavBodyHeaderArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
15
14
|
selected: boolean;
|
|
16
|
-
selectedParent?: boolean
|
|
15
|
+
selectedParent?: boolean;
|
|
17
16
|
isSkeleton: boolean;
|
|
18
17
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
19
18
|
export declare const StyledLeftNavBodyItemsArea: import("styled-components").StyledComponent<"div", Theme, {
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
|
|
3
2
|
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
4
3
|
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
|
-
expanded?: boolean
|
|
6
|
-
opened?: boolean
|
|
7
|
-
selected?: boolean
|
|
8
|
-
selectedParent?: boolean
|
|
4
|
+
expanded?: boolean;
|
|
5
|
+
opened?: boolean;
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
selectedParent?: boolean;
|
|
9
8
|
} & 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
9
|
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
|
|
10
|
+
labelOverflow?: DSLeftNavigationT.LabelOveflowT;
|
|
12
11
|
} & 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
12
|
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
13
|
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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.54.0-beta.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -36,20 +36,21 @@
|
|
|
36
36
|
"typeSafety": false
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-button-v2": "3.
|
|
40
|
-
"@elliemae/ds-circular-progress-indicator": "3.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-button-v2": "3.54.0-beta.1",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.54.0-beta.1",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.54.0-beta.1",
|
|
42
|
+
"@elliemae/ds-icons": "3.54.0-beta.1",
|
|
43
|
+
"@elliemae/ds-grid": "3.54.0-beta.1",
|
|
44
|
+
"@elliemae/ds-system": "3.54.0-beta.1",
|
|
45
|
+
"@elliemae/ds-truncated-tooltip-text": "3.54.0-beta.1",
|
|
46
|
+
"@elliemae/ds-skeleton": "3.54.0-beta.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
49
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
50
50
|
"jest": "~29.7.0",
|
|
51
51
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-beta.1",
|
|
53
|
+
"@elliemae/ds-test-utils": "3.54.0-beta.1"
|
|
53
54
|
},
|
|
54
55
|
"peerDependencies": {
|
|
55
56
|
"lodash-es": "^4.17.21",
|