demio-ui 2.1.88 → 2.1.89

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.
@@ -8,7 +8,6 @@ export interface Props {
8
8
  errorMessage?: string;
9
9
  errorMessageClass?: string;
10
10
  isClearable?: boolean;
11
- isClosableOnChange?: boolean;
12
11
  isDisabled?: boolean;
13
12
  isMulti?: boolean;
14
13
  isSearchable?: boolean;
package/dist/types.d.ts CHANGED
@@ -236,7 +236,6 @@ interface Props$5 {
236
236
  errorMessage?: string;
237
237
  errorMessageClass?: string;
238
238
  isClearable?: boolean;
239
- isClosableOnChange?: boolean;
240
239
  isDisabled?: boolean;
241
240
  isMulti?: boolean;
242
241
  isSearchable?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.1.88",
3
+ "version": "2.1.89",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",