@elliemae/ds-shared 2.4.18 → 2.4.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shared",
3
- "version": "2.4.18",
3
+ "version": "2.4.19",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shared components and utilities",
6
6
  "module": "./esm/index.js",
@@ -213,8 +213,8 @@
213
213
  "generateSubmodules": true
214
214
  },
215
215
  "dependencies": {
216
- "@elliemae/ds-popper": "2.4.18",
217
- "@elliemae/ds-utilities": "2.4.18",
216
+ "@elliemae/ds-popper": "2.4.19",
217
+ "@elliemae/ds-utilities": "2.4.19",
218
218
  "hoist-non-react-statics": "~3.3.2",
219
219
  "hotkeys-js": "~3.8.2",
220
220
  "prop-types": "~15.7.2",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const BaseAnimation: ({ keys, items, duration, enter, from, leave, onRest, children, }: {
3
2
  keys?: undefined;
4
3
  items?: never[] | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Grow: ({ keys, duration, items, from, to, children, onRest, }: {
3
2
  keys?: undefined;
4
3
  duration: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const GrowRight: ({ keys, items, duration, from, to, children, onRest, }: {
3
2
  keys?: undefined;
4
3
  items?: undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export default function FocusGroupHoc(WrappedComponent: any, options?: {}): ({ onExitFocusGroup, onFocusPrevGroup, focusKeyBindings, ...props }: {
3
2
  [x: string]: any;
4
3
  onExitFocusGroup: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const GroupItem: ({ render }: {
3
2
  render: any;
4
3
  }) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const _default: (props: any) => JSX.Element;
3
2
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function ScrollSyncProvider({ enabled, horizontal, vertical, children }: {
3
2
  enabled: any;
4
3
  horizontal: any;