@expressms/smartapp-ui 3.0.0-alpha.181 → 3.0.0-alpha.183

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.
@@ -309,6 +309,7 @@ export interface IUserDropdownProps extends IPlatformProps, ILayoutTypeProps, IF
309
309
  isSelectedOptionsHidden?: boolean;
310
310
  hasNextPage?: boolean;
311
311
  isNextPageLoading?: boolean;
312
+ isInputValueClearedOnBlur?: boolean;
312
313
  title?: string;
313
314
  mask?: ReactNode;
314
315
  suffix?: ReactNode;
package/package.json CHANGED
@@ -1,16 +1,12 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "3.0.0-alpha.181",
3
+ "version": "3.0.0-alpha.183",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",
7
7
  "typings": "build/main/index.d.ts",
8
8
  "module": "build/module/index.js",
9
- "sideEffects": [
10
- "**/*.css",
11
- "**/*.scss",
12
- "**/*.sass"
13
- ],
9
+ "sideEffects": false,
14
10
  "publishConfig": {
15
11
  "access": "public",
16
12
  "registry": "https://registry.npmjs.org/"