demio-ui 2.5.99 → 2.5.101

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.
@@ -16,6 +16,7 @@ export interface ModalScrollableProps {
16
16
  isAvailableOkBtn?: boolean;
17
17
  isClosable?: boolean | null;
18
18
  isCloseButtonVisible?: boolean;
19
+ isOkBtnDisabled?: boolean;
19
20
  isOpen: boolean;
20
21
  isOpenByDefault?: boolean;
21
22
  okBtnText?: string;
package/dist/types.d.ts CHANGED
@@ -286,6 +286,7 @@ interface ModalScrollableProps {
286
286
  isAvailableOkBtn?: boolean;
287
287
  isClosable?: boolean | null;
288
288
  isCloseButtonVisible?: boolean;
289
+ isOkBtnDisabled?: boolean;
289
290
  isOpen: boolean;
290
291
  isOpenByDefault?: boolean;
291
292
  okBtnText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.99",
3
+ "version": "2.5.101",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",