@elliemae/ds-form-combobox 3.49.0-rc.10 → 3.49.0-rc.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.
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const DropdownIndicator: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Container: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Controls: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ControlsInput: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const MenuList: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const SkeletonContainer: ({ instanceUid }: {
2
3
  instanceUid: string;
3
4
  }) => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const useItemRenderer: () => Array<JSX.Element> | null;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const MultiSelectedValuesContainer: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-combobox",
3
- "version": "3.49.0-rc.10",
3
+ "version": "3.49.0-rc.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Combobox",
6
6
  "files": [
@@ -38,25 +38,25 @@
38
38
  "dependencies": {
39
39
  "react-virtual": "~2.10.4",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.49.0-rc.10",
42
- "@elliemae/ds-circular-progress-indicator": "3.49.0-rc.10",
43
- "@elliemae/ds-form-checkbox": "3.49.0-rc.10",
44
- "@elliemae/ds-grid": "3.49.0-rc.10",
45
- "@elliemae/ds-floating-context": "3.49.0-rc.10",
46
- "@elliemae/ds-menu-items": "3.49.0-rc.10",
47
- "@elliemae/ds-pills-v2": "3.49.0-rc.10",
48
- "@elliemae/ds-icons": "3.49.0-rc.10",
49
- "@elliemae/ds-props-helpers": "3.49.0-rc.10",
50
- "@elliemae/ds-system": "3.49.0-rc.10",
51
- "@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.10"
41
+ "@elliemae/ds-circular-progress-indicator": "3.49.0-rc.11",
42
+ "@elliemae/ds-floating-context": "3.49.0-rc.11",
43
+ "@elliemae/ds-form-checkbox": "3.49.0-rc.11",
44
+ "@elliemae/ds-button-v2": "3.49.0-rc.11",
45
+ "@elliemae/ds-grid": "3.49.0-rc.11",
46
+ "@elliemae/ds-icons": "3.49.0-rc.11",
47
+ "@elliemae/ds-menu-items": "3.49.0-rc.11",
48
+ "@elliemae/ds-pills-v2": "3.49.0-rc.11",
49
+ "@elliemae/ds-system": "3.49.0-rc.11",
50
+ "@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.11",
51
+ "@elliemae/ds-props-helpers": "3.49.0-rc.11"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@elliemae/pui-cli": "9.0.0-next.50",
55
55
  "@elliemae/pui-theme": "~2.10.0",
56
56
  "styled-components": "~5.3.9",
57
57
  "styled-system": "~5.1.5",
58
- "@elliemae/ds-form-helpers-mask-hooks": "3.49.0-rc.10",
59
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.10"
58
+ "@elliemae/ds-form-helpers-mask-hooks": "3.49.0-rc.11",
59
+ "@elliemae/ds-monorepo-devops": "3.49.0-rc.11"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@elliemae/pui-theme": "~2.10.0",