@elliemae/ds-left-navigation 2.4.17 → 2.4.20

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.
@@ -54,7 +54,7 @@ const getItemHoverBackground = _ref2 => {
54
54
 
55
55
  const StyledItem = /*#__PURE__*/styled__default["default"](Grid__default["default"]).withConfig({
56
56
  componentId: "sc-11wzgfh-1"
57
- })(["cursor:", ";min-height:", ";background:", ";", ":hover{background:", ";}:active{background:", ";}", ";outline:none;", ""], props => props.selectable && !props.opened ? 'pointer' : 'auto', props => props.minHeight, getItemBackground, props => props.selected && !props.opened ? borderOutside(props.theme.colors.brand[500], 1) : '', getItemHoverBackground, _ref3 => {
57
+ })(["cursor:", ";min-height:", ";background:", ";", " :hover{background:", ";}:active{background:", ";}", ";outline:none;", ""], props => props.selectable && !props.opened ? 'pointer' : 'auto', props => props.minHeight, getItemBackground, props => props.selected && !props.opened ? borderOutside(props.theme.colors.brand[500], 1) : '', getItemHoverBackground, _ref3 => {
58
58
  let {
59
59
  selectable,
60
60
  theme
@@ -45,7 +45,7 @@ const getItemHoverBackground = _ref2 => {
45
45
 
46
46
  const StyledItem = /*#__PURE__*/styled(Grid).withConfig({
47
47
  componentId: "sc-11wzgfh-1"
48
- })(["cursor:", ";min-height:", ";background:", ";", ":hover{background:", ";}:active{background:", ";}", ";outline:none;", ""], props => props.selectable && !props.opened ? 'pointer' : 'auto', props => props.minHeight, getItemBackground, props => props.selected && !props.opened ? borderOutside(props.theme.colors.brand[500], 1) : '', getItemHoverBackground, _ref3 => {
48
+ })(["cursor:", ";min-height:", ";background:", ";", " :hover{background:", ";}:active{background:", ";}", ";outline:none;", ""], props => props.selectable && !props.opened ? 'pointer' : 'auto', props => props.minHeight, getItemBackground, props => props.selected && !props.opened ? borderOutside(props.theme.colors.brand[500], 1) : '', getItemHoverBackground, _ref3 => {
49
49
  let {
50
50
  selectable,
51
51
  theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-left-navigation",
3
- "version": "2.4.17",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Left Navigation",
6
6
  "module": "./esm/index.js",
@@ -233,11 +233,11 @@
233
233
  "generateSubmodules": true
234
234
  },
235
235
  "dependencies": {
236
- "@elliemae/ds-circular-progress-indicator": "2.4.17",
237
- "@elliemae/ds-grid": "2.4.17",
238
- "@elliemae/ds-icons": "2.4.17",
239
- "@elliemae/ds-system": "2.4.17",
240
- "@elliemae/ds-truncated-tooltip-text": "2.4.17",
236
+ "@elliemae/ds-circular-progress-indicator": "2.4.20",
237
+ "@elliemae/ds-grid": "2.4.20",
238
+ "@elliemae/ds-icons": "2.4.20",
239
+ "@elliemae/ds-system": "2.4.20",
240
+ "@elliemae/ds-truncated-tooltip-text": "2.4.20",
241
241
  "overlayscrollbars": "1.13.1",
242
242
  "prop-types": "~15.7.2",
243
243
  "react-desc": "~4.1.3"
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import type { LeftNavProps } from './index.d';
4
3
  export declare const LeftNavigation: {
5
4
  (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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ItemRendererT } from '../../index.d';
3
2
  export declare const ItemRenderer: (props: ItemRendererT) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare 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
  declare 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;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { OutOfTheBoxMapItemT } from '../index.d';
3
2
  export declare const OutOfTheBoxMapItem: (props: OutOfTheBoxMapItemT) => JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  export declare const leftNavItemProps: {
4
3
  type: {
5
4
  defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {