@elliemae/ds-popover 2.2.0-next.7 → 2.2.0-next.8

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-popover",
3
- "version": "2.2.0-next.7",
3
+ "version": "2.2.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popover",
6
6
  "module": "./esm/index.js",
@@ -60,11 +60,11 @@
60
60
  "build": "node ../../scripts/build/build.js"
61
61
  },
62
62
  "dependencies": {
63
- "@elliemae/ds-classnames": "2.2.0-next.7",
64
- "@elliemae/ds-hidden": "2.2.0-next.7",
65
- "@elliemae/ds-popper": "2.2.0-next.7",
66
- "@elliemae/ds-portal": "2.2.0-next.7",
67
- "@elliemae/ds-utilities": "2.2.0-next.7",
63
+ "@elliemae/ds-classnames": "2.2.0-next.8",
64
+ "@elliemae/ds-hidden": "2.2.0-next.8",
65
+ "@elliemae/ds-popper": "2.2.0-next.8",
66
+ "@elliemae/ds-portal": "2.2.0-next.8",
67
+ "@elliemae/ds-utilities": "2.2.0-next.8",
68
68
  "popper.js": "~1.16.1",
69
69
  "react-desc": "~4.1.3"
70
70
  },
@@ -142,24 +142,7 @@ declare const DSPopover: {
142
142
  };
143
143
  };
144
144
  declare const PopoverWithSchema: {
145
- (props?: {
146
- containerProps: any;
147
- content: any;
148
- renderer: any;
149
- visible: any;
150
- offset: any;
151
- showArrow: any;
152
- placement: any;
153
- boundaries: any;
154
- modifiers: any;
155
- referenceEl: any;
156
- renderTrigger: any;
157
- onClickOutside: any;
158
- destroyOnHidden: any;
159
- interactionType: any;
160
- isOpen: any;
161
- style: any;
162
- } | undefined): JSX.Element;
145
+ (props?: unknown): JSX.Element;
163
146
  propTypes: unknown;
164
147
  toTypescript: () => import("react-desc").TypescriptSchema;
165
148
  };