@elliemae/ds-popover 3.17.0-next.2 → 3.17.0-next.21

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 usePopper from './usePopper.js';
3
2
  import usePopoverProviderState from './usePopoverProviderState.js';
4
3
  export * from '@elliemae/ds-popper';
@@ -24,7 +23,7 @@ declare const DSPopover: {
24
23
  interactionType: any;
25
24
  isOpen: any;
26
25
  style: any;
27
- }): JSX.Element;
26
+ }): import("react/jsx-runtime.js").JSX.Element;
28
27
  defaultProps: {
29
28
  containerProps: {};
30
29
  renderer: undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Popover: ({ containerProps, destroyOnHidden, renderer, popperProps, visible, content, onClickOutside, style, ...otherProps }: {
3
2
  [x: string]: any;
4
3
  containerProps: any;
@@ -9,5 +8,5 @@ declare const Popover: ({ containerProps, destroyOnHidden, renderer, popperProps
9
8
  content?: undefined;
10
9
  onClickOutside?: (() => null) | undefined;
11
10
  style: any;
12
- }) => false | JSX.Element;
11
+ }) => false | import("react/jsx-runtime").JSX.Element;
13
12
  export default Popover;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Interaction: {
3
2
  CLICK: string;
4
3
  HOVER: string;
@@ -6,5 +5,5 @@ export declare const Interaction: {
6
5
  declare const PopoverTrigger: ({ as: Component, ...props }: {
7
6
  [x: string]: any;
8
7
  as: any;
9
- }) => JSX.Element;
8
+ }) => import("react/jsx-runtime").JSX.Element;
10
9
  export default PopoverTrigger;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-popover",
3
- "version": "3.17.0-next.2",
3
+ "version": "3.17.0-next.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popover",
6
6
  "files": [
@@ -65,13 +65,13 @@
65
65
  "dependencies": {
66
66
  "popper.js": "~1.16.1",
67
67
  "styled-components": "~5.3.9",
68
- "@elliemae/ds-classnames": "3.17.0-next.2",
69
- "@elliemae/ds-props-helpers": "3.17.0-next.2",
70
- "@elliemae/ds-system": "3.17.0-next.2",
71
- "@elliemae/ds-utilities": "3.17.0-next.2",
72
- "@elliemae/ds-hidden": "3.17.0-next.2",
73
- "@elliemae/ds-popper": "3.17.0-next.2",
74
- "@elliemae/ds-portal": "3.17.0-next.2"
68
+ "@elliemae/ds-classnames": "3.17.0-next.21",
69
+ "@elliemae/ds-hidden": "3.17.0-next.21",
70
+ "@elliemae/ds-popper": "3.17.0-next.21",
71
+ "@elliemae/ds-portal": "3.17.0-next.21",
72
+ "@elliemae/ds-props-helpers": "3.17.0-next.21",
73
+ "@elliemae/ds-system": "3.17.0-next.21",
74
+ "@elliemae/ds-utilities": "3.17.0-next.21"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "lodash": "^4.17.21",