@elliemae/ds-shared 3.14.12 → 3.14.14

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
  declare const BaseAnimation: ({ keys, items, duration, enter, from, leave, onRest, children, }: {
2
3
  keys?: undefined;
3
4
  items?: never[] | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Grow: ({ keys, duration, items, from, to, children, onRest, }: {
2
3
  keys?: undefined;
3
4
  duration: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const GrowRight: ({ keys, items, duration, from, to, children, onRest, }: {
2
3
  keys?: undefined;
3
4
  items?: undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const GrowVertical: ({ keys, duration, items, from, to, children, onRest, }: {
2
3
  keys?: undefined;
3
4
  duration: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function FocusGroupHoc(WrappedComponent: any, options?: {}): ({ onExitFocusGroup, onFocusPrevGroup, focusKeyBindings, ...props }: {
2
3
  [x: string]: any;
3
4
  onExitFocusGroup: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const GroupItem: ({ render }: {
2
3
  render: any;
3
4
  }) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare const ScrollSyncPaneHOC: (props: any) => JSX.Element;
2
3
  export default ScrollSyncPaneHOC;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function ScrollSyncProvider({ enabled, horizontal, vertical, children }: {
2
3
  enabled: any;
3
4
  horizontal: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shared",
3
- "version": "3.14.12",
3
+ "version": "3.14.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shared components and utilities",
6
6
  "files": [
@@ -224,8 +224,8 @@
224
224
  "react-window": "~1.8.7",
225
225
  "table-resolver": "~4.1.1",
226
226
  "uuid": "~8.3.2",
227
- "@elliemae/ds-popover": "3.14.12",
228
- "@elliemae/ds-utilities": "3.14.12"
227
+ "@elliemae/ds-popover": "3.14.14",
228
+ "@elliemae/ds-utilities": "3.14.14"
229
229
  },
230
230
  "peerDependencies": {
231
231
  "lodash": "~4.17.21",