@elliemae/ds-zipcode-search 2.2.0-next.5 → 2.2.0

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-zipcode-search",
3
- "version": "2.2.0-next.5",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Zipcode Search",
6
6
  "module": "./esm/index.js",
@@ -48,9 +48,9 @@
48
48
  "build": "node ../../scripts/build/build.js"
49
49
  },
50
50
  "dependencies": {
51
- "@elliemae/ds-classnames": "2.2.0-next.5",
52
- "@elliemae/ds-dropdownmenu": "2.2.0-next.5",
53
- "@elliemae/ds-form": "2.2.0-next.5",
51
+ "@elliemae/ds-classnames": "2.2.0",
52
+ "@elliemae/ds-dropdownmenu": "2.2.0",
53
+ "@elliemae/ds-form": "2.2.0",
54
54
  "react-desc": "~4.1.3"
55
55
  },
56
56
  "devDependencies": {
@@ -105,20 +105,7 @@ declare const DSZipCodeSearch: {
105
105
  };
106
106
  };
107
107
  declare const ZipCodeSearchWithSchema: {
108
- (props?: {
109
- disabled: any;
110
- value: any;
111
- placeholder: any;
112
- mask: any;
113
- onBlur: any;
114
- onChange: any;
115
- onSearch: any;
116
- containerProps: any;
117
- selectRightOptions: any;
118
- activeCount: any;
119
- options: any;
120
- tabIndex: any;
121
- } | undefined): JSX.Element;
108
+ (props?: unknown): JSX.Element;
122
109
  propTypes: unknown;
123
110
  toTypescript: () => import("react-desc").TypescriptSchema;
124
111
  };