@elliemae/ds-app-picker 2.0.0-alpha.10 → 2.0.0-alpha.11

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.
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _jsx = require('@babel/runtime/helpers/jsx');
6
+ require('core-js/modules/web.dom-collections.iterator.js');
6
7
  var react = require('react');
7
8
  var reactDesc = require('react-desc');
8
9
  var MenuPicker = require('@elliemae/ds-icons/MenuPicker');
@@ -1,4 +1,5 @@
1
1
  import _jsx from '@babel/runtime/helpers/esm/jsx';
2
+ import 'core-js/modules/web.dom-collections.iterator.js';
2
3
  import { useState, useRef, useEffect } from 'react';
3
4
  import { describe } from 'react-desc';
4
5
  import MenuPicker from '@elliemae/ds-icons/MenuPicker';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-app-picker",
3
- "version": "2.0.0-alpha.10",
3
+ "version": "2.0.0-alpha.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - App Picker",
6
6
  "module": "./esm/index.js",
@@ -52,10 +52,10 @@
52
52
  "build": "node ../../scripts/build/build.js"
53
53
  },
54
54
  "dependencies": {
55
- "@elliemae/ds-button": "2.0.0-alpha.10",
56
- "@elliemae/ds-classnames": "2.0.0-alpha.10",
57
- "@elliemae/ds-icons": "2.0.0-alpha.10",
58
- "@elliemae/ds-popover": "2.0.0-alpha.10",
55
+ "@elliemae/ds-button": "2.0.0-alpha.11",
56
+ "@elliemae/ds-classnames": "2.0.0-alpha.11",
57
+ "@elliemae/ds-icons": "2.0.0-alpha.11",
58
+ "@elliemae/ds-popover": "2.0.0-alpha.11",
59
59
  "react-desc": "^4.1.3"
60
60
  },
61
61
  "peerDependencies": {
package/cjs/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "commonjs",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }
package/esm/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "module",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }