@elliemae/ds-left-navigation 3.46.4 → 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.
@@ -1,3 +1,2 @@
1
- import { type SvgIconT } from '@elliemae/ds-icons';
2
- export declare const ChevronItem: (props?: SvgIconT.Props) => JSX.Element;
1
+ export declare const ChevronItem: (props?: any) => JSX.Element;
3
2
  export default ChevronItem;
@@ -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?: SvgIconT.Props) => JSX.Element;
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: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, {
12
- minHeight: string;
13
- selectedParent: boolean;
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,3 +1,2 @@
1
- import { type SvgIconT } from '@elliemae/ds-icons';
2
1
  export declare const OpenWindow: (props: SvgIconT.Props) => JSX.Element;
3
2
  export default OpenWindow;
@@ -1,24 +1,12 @@
1
- /// <reference types="react" />
2
- import { type Theme } from '@elliemae/ds-system';
3
- import type { DSLeftNavigationT } from '../react-desc-prop-types.js';
4
- type ColorsKey = keyof Theme['colors'];
5
- interface StyledLabelT {
6
- labelBold?: boolean;
7
- labelOverflow?: string;
8
- labelColor?: [ColorsKey, keyof Theme['colors'][ColorsKey]];
9
- }
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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & 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
- /// <reference types="react" />
2
- import type { Theme } from '@elliemae/ds-system';
3
- type LeftNavProps = {
4
- expanded: boolean;
5
- expandedWidth: string;
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
- /// <reference types="react" />
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").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
- 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;
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
- import type { WeakValidationMap } from 'react';
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.4",
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.4",
240
- "@elliemae/ds-circular-progress-indicator": "3.46.4",
241
- "@elliemae/ds-grid": "3.46.4",
242
- "@elliemae/ds-props-helpers": "3.46.4",
243
- "@elliemae/ds-icons": "3.46.4",
244
- "@elliemae/ds-system": "3.46.4",
245
- "@elliemae/ds-skeleton": "3.46.4",
246
- "@elliemae/ds-truncated-tooltip-text": "3.46.4"
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.4"
251
+ "@elliemae/ds-monorepo-devops": "3.46.6"
252
252
  },
253
253
  "peerDependencies": {
254
254
  "lodash": "^4.17.21",