demio-ui 5.4.25 → 5.4.26

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/dist/types.d.ts CHANGED
@@ -294,6 +294,7 @@ interface ModalScrollableProps {
294
294
  isClosable?: boolean | null;
295
295
  isCloseButtonVisible?: boolean;
296
296
  isOkBtnDisabled?: boolean;
297
+ isOkBtnLoading?: boolean;
297
298
  isOpen: boolean;
298
299
  isOpenByDefault?: boolean;
299
300
  onOpenChange: (open: boolean) => void;
@@ -303,6 +304,7 @@ interface ModalScrollableProps {
303
304
  cancelBtnColor?: 'dark' | 'green' | 'red';
304
305
  cancelBtnVariant?: 'primary' | 'secondary' | 'tertiary' | 'quarter';
305
306
  isAvailableCancelBtn?: boolean;
307
+ isCancelBtnLoading?: boolean;
306
308
  onCancel?: (event: MouseEvent<HTMLButtonElement> | null) => void;
307
309
  okBtnText?: string;
308
310
  okBtnColor?: 'dark' | 'green' | 'red';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "5.4.25",
3
+ "version": "5.4.26",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",