@elliemae/ds-left-navigation 3.53.1-rc.0 → 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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from './react-desc-prop-types.js';
3
2
  export declare const LeftNavigation: {
4
3
  (props: DSLeftNavigationT.Props): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import React from 'react';
3
2
  import type { DSLeftNavigationT } from '../react-desc-prop-types.js';
4
3
  interface SmoothExpandOptsT {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SvgIconT } from '@elliemae/ds-icons';
3
2
  export declare const ChevronItem: (props?: SvgIconT.Props) => JSX.Element;
4
3
  export default ChevronItem;
@@ -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 | undefined;
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
  type NotificationsProps = {
3
2
  exceptions?: boolean;
4
3
  alerts?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SvgIconT } from '@elliemae/ds-icons';
3
2
  export declare const OpenWindow: (props: SvgIconT.Props) => JSX.Element;
4
3
  export default OpenWindow;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type UseOpenableOnClickHandlerProps = {
3
2
  id: string;
4
3
  onExpand: React.MouseEventHandler & React.KeyboardEventHandler;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemControlledDrilldown: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemHeader: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemLink: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemSection: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemSeparator: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  interface SkeletonPropsT {
4
3
  item: DSLeftNavigationT.ComponentProps['item'];
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemSubmenu: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemTextLabel: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemUncontrolledDrilldown: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
3
2
  export declare const ItemWithDate: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -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 | undefined;
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 | undefined;
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 | undefined;
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 | undefined;
6
- opened?: boolean | undefined;
7
- selected?: boolean | undefined;
8
- selectedParent?: boolean | undefined;
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 | undefined;
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.53.1-rc.0",
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-grid": "3.53.1-rc.0",
40
- "@elliemae/ds-button-v2": "3.53.1-rc.0",
41
- "@elliemae/ds-icons": "3.53.1-rc.0",
42
- "@elliemae/ds-circular-progress-indicator": "3.53.1-rc.0",
43
- "@elliemae/ds-skeleton": "3.53.1-rc.0",
44
- "@elliemae/ds-props-helpers": "3.53.1-rc.0",
45
- "@elliemae/ds-system": "3.53.1-rc.0",
46
- "@elliemae/ds-truncated-tooltip-text": "3.53.1-rc.0"
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.63",
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.53.1-rc.0"
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",