@elliemae/ds-controlled-form 2.3.0-next.17 → 2.3.0-next.18

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.
@@ -9,7 +9,7 @@ require('core-js/modules/esnext.async-iterator.find.js');
9
9
  require('core-js/modules/esnext.iterator.find.js');
10
10
  require('core-js/modules/web.dom-collections.iterator.js');
11
11
  var React = require('react');
12
- var uuid = require('uuid');
12
+ var uid = require('uid');
13
13
  var lodash = require('lodash');
14
14
 
15
15
  const useCorrectOptions = (propsWithDefaults, showSelectedOptions) => {
@@ -60,7 +60,7 @@ const useCorrectOptions = (propsWithDefaults, showSelectedOptions) => {
60
60
  }) === -1) {
61
61
  var _innerRef$current2;
62
62
 
63
- const creatableUuid = uuid.v4();
63
+ const creatableUuid = uid.uid(6);
64
64
  const creatableItem = {
65
65
  dsId: "creatable-".concat(creatableUuid),
66
66
  label: (_innerRef$current2 = innerRef.current) === null || _innerRef$current2 === void 0 ? void 0 : _innerRef$current2.value,
@@ -5,7 +5,7 @@ import 'core-js/modules/esnext.async-iterator.find.js';
5
5
  import 'core-js/modules/esnext.iterator.find.js';
6
6
  import 'core-js/modules/web.dom-collections.iterator.js';
7
7
  import { useCallback, useMemo } from 'react';
8
- import { v4 } from 'uuid';
8
+ import { uid } from 'uid';
9
9
  import { noop } from 'lodash';
10
10
 
11
11
  const useCorrectOptions = (propsWithDefaults, showSelectedOptions) => {
@@ -56,7 +56,7 @@ const useCorrectOptions = (propsWithDefaults, showSelectedOptions) => {
56
56
  }) === -1) {
57
57
  var _innerRef$current2;
58
58
 
59
- const creatableUuid = v4();
59
+ const creatableUuid = uid(6);
60
60
  const creatableItem = {
61
61
  dsId: "creatable-".concat(creatableUuid),
62
62
  label: (_innerRef$current2 = innerRef.current) === null || _innerRef$current2 === void 0 ? void 0 : _innerRef$current2.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-controlled-form",
3
- "version": "2.3.0-next.17",
3
+ "version": "2.3.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Controllers",
6
6
  "module": "./esm/index.js",
@@ -788,19 +788,26 @@
788
788
  "build": "node ../../scripts/build/build.js"
789
789
  },
790
790
  "dependencies": {
791
- "@elliemae/ds-button": "2.3.0-next.17",
792
- "@elliemae/ds-form-layout-blocks": "2.3.0-next.17",
793
- "@elliemae/ds-grid": "2.3.0-next.17",
794
- "@elliemae/ds-icon": "2.3.0-next.17",
795
- "@elliemae/ds-icons": "2.3.0-next.17",
796
- "@elliemae/ds-props-helpers": "2.3.0-next.17",
797
- "@elliemae/ds-system": "2.3.0-next.17",
798
- "@elliemae/ds-tooltip": "2.3.0-next.17",
799
- "@elliemae/ds-truncated-tooltip-text": "2.3.0-next.17",
800
- "@xstyled/styled-components": "~3.5.1",
791
+ "@elliemae/ds-button": "2.3.0-next.18",
792
+ "@elliemae/ds-circular-progress-indicator": "2.3.0-next.18",
793
+ "@elliemae/ds-controlled-form": "2.3.0-next.18",
794
+ "@elliemae/ds-form": "2.3.0-next.18",
795
+ "@elliemae/ds-form-layout-blocks": "2.3.0-next.18",
796
+ "@elliemae/ds-grid": "2.3.0-next.18",
797
+ "@elliemae/ds-icon": "2.3.0-next.18",
798
+ "@elliemae/ds-icons": "2.3.0-next.18",
799
+ "@elliemae/ds-pills": "2.3.0-next.18",
800
+ "@elliemae/ds-popperjs": "2.3.0-next.18",
801
+ "@elliemae/ds-props-helpers": "2.3.0-next.18",
802
+ "@elliemae/ds-system": "2.3.0-next.18",
803
+ "@elliemae/ds-tooltip": "2.3.0-next.18",
804
+ "@elliemae/ds-truncated-tooltip-text": "2.3.0-next.18",
805
+ "@elliemae/ds-utilities": "2.3.0-next.18",
806
+ "@xstyled/styled-components": "~3.1.1",
801
807
  "prop-types": "~15.7.2",
802
808
  "react-desc": "~4.1.3",
803
809
  "react-popper": "~2.2.5",
810
+ "react-virtual": "~2.8.2",
804
811
  "uid": "~2.0.0"
805
812
  },
806
813
  "devDependencies": {
@@ -814,6 +821,7 @@
814
821
  },
815
822
  "peerDependencies": {
816
823
  "@elliemae/pui-theme": "~2.3.0",
824
+ "lodash": "^4.17.21",
817
825
  "react": "^17.0.2",
818
826
  "react-dom": "^17.0.2",
819
827
  "styled-components": "^5.3.3",