@elliemae/ds-left-navigation 3.20.2 → 3.20.4

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 { LeftNavProps } from './index.d';
3
2
  export declare const LeftNavigation: {
4
3
  (props: LeftNavProps): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const ChevronItem: (props: unknown) => JSX.Element;
3
2
  export default ChevronItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type NotificationsProps = {
3
2
  exceptions?: boolean;
4
3
  alerts?: boolean;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const OpenWindow: (props: unknown) => JSX.Element;
3
2
  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 { ComponentProps } from '../../index.d';
3
2
  export declare const ItemControlledDrilldown: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemHeader: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemLink: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemSection: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemSeparator: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemSubmenu: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemTextLabel: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemUncontrolledDrilldown: (props: ComponentProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ComponentProps } from '../../index.d';
3
2
  export declare const ItemWithDate: (props: ComponentProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-left-navigation",
3
- "version": "3.20.2",
3
+ "version": "3.20.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Left Navigation",
6
6
  "files": [
@@ -235,13 +235,13 @@
235
235
  "typeSafety": false
236
236
  },
237
237
  "dependencies": {
238
- "@elliemae/ds-button-v2": "3.20.2",
239
- "@elliemae/ds-circular-progress-indicator": "3.20.2",
240
- "@elliemae/ds-grid": "3.20.2",
241
- "@elliemae/ds-icons": "3.20.2",
242
- "@elliemae/ds-props-helpers": "3.20.2",
243
- "@elliemae/ds-truncated-tooltip-text": "3.20.2",
244
- "@elliemae/ds-system": "3.20.2"
238
+ "@elliemae/ds-button-v2": "3.20.4",
239
+ "@elliemae/ds-circular-progress-indicator": "3.20.4",
240
+ "@elliemae/ds-grid": "3.20.4",
241
+ "@elliemae/ds-system": "3.20.4",
242
+ "@elliemae/ds-truncated-tooltip-text": "3.20.4",
243
+ "@elliemae/ds-icons": "3.20.4",
244
+ "@elliemae/ds-props-helpers": "3.20.4"
245
245
  },
246
246
  "devDependencies": {
247
247
  "@testing-library/jest-dom": "~5.16.5",