@elliemae/ds-popover 3.14.12 → 3.14.13

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 usePopper from './usePopper';
2
3
  import usePopoverProviderState from './usePopoverProviderState';
3
4
  export * from '@elliemae/ds-popper';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Popover: ({ containerProps, destroyOnHidden, renderer, popperProps, visible, content, onClickOutside, style, ...otherProps }: {
2
3
  [x: string]: any;
3
4
  containerProps: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Interaction: {
2
3
  CLICK: string;
3
4
  HOVER: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-popover",
3
- "version": "3.14.12",
3
+ "version": "3.14.13",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popover",
6
6
  "files": [
@@ -65,12 +65,12 @@
65
65
  "dependencies": {
66
66
  "popper.js": "~1.16.1",
67
67
  "styled-components": "~5.3.6",
68
- "@elliemae/ds-classnames": "3.14.12",
69
- "@elliemae/ds-hidden": "3.14.12",
70
- "@elliemae/ds-popper": "3.14.12",
71
- "@elliemae/ds-portal": "3.14.12",
72
- "@elliemae/ds-system": "3.14.12",
73
- "@elliemae/ds-utilities": "3.14.12"
68
+ "@elliemae/ds-classnames": "3.14.13",
69
+ "@elliemae/ds-hidden": "3.14.13",
70
+ "@elliemae/ds-popper": "3.14.13",
71
+ "@elliemae/ds-portal": "3.14.13",
72
+ "@elliemae/ds-system": "3.14.13",
73
+ "@elliemae/ds-utilities": "3.14.13"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "lodash": "^4.17.21",