@elliemae/ds-left-navigation 3.48.2-rc.0 → 3.49.0-beta.2

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,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from './react-desc-prop-types.js';
2
3
  export declare const LeftNavigation: {
3
4
  (props: DSLeftNavigationT.Props): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type SvgIconT } from '@elliemae/ds-icons';
2
3
  export declare const ChevronItem: (props?: SvgIconT.Props) => JSX.Element;
3
4
  export default ChevronItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type NotificationsProps = {
2
3
  exceptions?: boolean;
3
4
  alerts?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type SvgIconT } from '@elliemae/ds-icons';
2
3
  export declare const OpenWindow: (props: SvgIconT.Props) => JSX.Element;
3
4
  export default OpenWindow;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemControlledDrilldown: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemHeader: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemLink: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemSection: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemSeparator: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  interface SkeletonPropsT {
3
4
  item: DSLeftNavigationT.ComponentProps['item'];
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemSubmenu: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemTextLabel: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemUncontrolledDrilldown: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DSLeftNavigationT } from '../../react-desc-prop-types.js';
2
3
  export declare const ItemWithDate: (props: DSLeftNavigationT.ComponentProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-left-navigation",
3
- "version": "3.48.2-rc.0",
3
+ "version": "3.49.0-beta.2",
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.48.2-rc.0",
240
- "@elliemae/ds-circular-progress-indicator": "3.48.2-rc.0",
241
- "@elliemae/ds-skeleton": "3.48.2-rc.0",
242
- "@elliemae/ds-grid": "3.48.2-rc.0",
243
- "@elliemae/ds-truncated-tooltip-text": "3.48.2-rc.0",
244
- "@elliemae/ds-icons": "3.48.2-rc.0",
245
- "@elliemae/ds-system": "3.48.2-rc.0",
246
- "@elliemae/ds-props-helpers": "3.48.2-rc.0"
239
+ "@elliemae/ds-button-v2": "3.49.0-beta.2",
240
+ "@elliemae/ds-grid": "3.49.0-beta.2",
241
+ "@elliemae/ds-circular-progress-indicator": "3.49.0-beta.2",
242
+ "@elliemae/ds-props-helpers": "3.49.0-beta.2",
243
+ "@elliemae/ds-icons": "3.49.0-beta.2",
244
+ "@elliemae/ds-skeleton": "3.49.0-beta.2",
245
+ "@elliemae/ds-system": "3.49.0-beta.2",
246
+ "@elliemae/ds-truncated-tooltip-text": "3.49.0-beta.2"
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.48.2-rc.0"
251
+ "@elliemae/ds-monorepo-devops": "3.49.0-beta.2"
252
252
  },
253
253
  "peerDependencies": {
254
254
  "lodash": "^4.17.21",