demio-ui 2.1.87 → 2.1.88

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