@elliemae/ds-popper 2.2.0-next.6 → 2.2.1

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-popper",
3
- "version": "2.2.0-next.6",
3
+ "version": "2.2.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Popper",
6
6
  "module": "./esm/index.js",
@@ -60,8 +60,8 @@
60
60
  "build": "node ../../scripts/build/build.js"
61
61
  },
62
62
  "dependencies": {
63
- "@elliemae/ds-overlay": "2.2.0-next.6",
64
- "@elliemae/ds-utilities": "2.2.0-next.6",
63
+ "@elliemae/ds-overlay": "2.2.1",
64
+ "@elliemae/ds-utilities": "2.2.1",
65
65
  "memoize-one": "~5.1.1",
66
66
  "prop-types": "~15.7.2",
67
67
  "react-desc": "~4.1.3",
@@ -146,39 +146,7 @@ declare const DSPopper: {
146
146
  };
147
147
  };
148
148
  declare const DSPopperWithSchema: {
149
- (props?: {
150
- containerProps: any;
151
- arrowGap: any;
152
- arrowSize: any;
153
- blockName: any;
154
- contentOffset: any;
155
- contentStyle: any;
156
- contentComponent: any;
157
- delayClose: any;
158
- delayOpen: any;
159
- interactionType: any;
160
- isOpen: any;
161
- onOpen: any;
162
- onClose: any;
163
- onPlacementChange: any;
164
- placement: any;
165
- preventOverflow: any;
166
- showArrow: any;
167
- closeAnimationConfig: any;
168
- openAnimationConfig: any;
169
- usePortal: any;
170
- triggerComponent: any;
171
- wrapExtraComponent: any;
172
- getTargetFromChildren: any;
173
- getContentFromChildren: any;
174
- modifiers: any;
175
- triggerRef: any;
176
- children: any;
177
- renderReference: any;
178
- referenceNode: any;
179
- zIndex: any;
180
- hideIfNotVisible: any;
181
- } | undefined): JSX.Element;
149
+ (props?: unknown): JSX.Element;
182
150
  propTypes: unknown;
183
151
  toTypescript: () => import("react-desc").TypescriptSchema;
184
152
  };