@expressms/smartapp-ui 3.0.0-alpha.120 → 3.0.0-alpha.121
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/build/main/constants/constants.d.ts +1 -1
- package/build/main/constants/constants.js +1 -1
- package/build/main/styles/styles.scss +2 -2
- package/build/main//321/201omponents/Button/Button.d.ts +1 -1
- package/build/main//321/201omponents/Button/Button.js +2 -2
- package/build/main//321/201omponents/Button/Button.js.map +1 -1
- package/build/main//321/201omponents/Button/types.d.ts +1 -0
- package/build/main//321/201omponents/Chip/Chip.js +15 -10
- package/build/main//321/201omponents/Chip/Chip.js.map +1 -1
- package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +1 -1
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js +4 -4
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -1
- package/build/main//321/201omponents/ContextMenu/types.d.ts +1 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +4 -4
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/types.d.ts +2 -2
- package/build/main//321/201omponents/ListItem/ListItem.js +6 -4
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -1
- package/build/main//321/201omponents/ListItem/types.d.ts +2 -2
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +8 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +2 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -1
- package/package.json +1 -1
|
@@ -212,7 +212,7 @@ export declare enum FILE_FORMATS {
|
|
|
212
212
|
wmv = "wmv"
|
|
213
213
|
}
|
|
214
214
|
export declare const VIDEO_FORMATS: string[];
|
|
215
|
-
export declare const MODAL_ICONS_PADDING_LEFT =
|
|
215
|
+
export declare const MODAL_ICONS_PADDING_LEFT = 16;
|
|
216
216
|
export declare const DRAGGABLE_KEY = "handle";
|
|
217
217
|
export declare const BUTTON = "button";
|
|
218
218
|
export declare const INPUT_CHAR_HINT: TTextWithLocale;
|
|
@@ -230,7 +230,7 @@ export var FILE_FORMATS;
|
|
|
230
230
|
FILE_FORMATS["wmv"] = "wmv";
|
|
231
231
|
})(FILE_FORMATS || (FILE_FORMATS = {}));
|
|
232
232
|
export var VIDEO_FORMATS = [FILE_FORMATS.mov, FILE_FORMATS.mp4, FILE_FORMATS.webm, FILE_FORMATS.wmv];
|
|
233
|
-
export var MODAL_ICONS_PADDING_LEFT =
|
|
233
|
+
export var MODAL_ICONS_PADDING_LEFT = 16;
|
|
234
234
|
export var DRAGGABLE_KEY = 'handle';
|
|
235
235
|
export var BUTTON = 'button';
|
|
236
236
|
export var INPUT_CHAR_HINT = (_a = {},
|