@crystaldesign/diva-core 26.5.0-beta.47 → 26.5.0-beta.49

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.
@@ -1,4 +1,4 @@
1
- import { s as styleInject, u as useDivaCoreContext } from './index-6fcd86ff.js';
1
+ import { s as styleInject, u as useDivaCoreContext } from './index-de7321a7.js';
2
2
  import { useState, useEffect, useCallback } from 'react';
3
3
  import { observer } from 'mobx-react-lite';
4
4
  import Button from '@mui/material/Button';
@@ -220,6 +220,9 @@ function Modal() {
220
220
  }
221
221
  },
222
222
  children: [/*#__PURE__*/jsx(DialogTitle, {
223
+ style: pureModal.rejectByIcon ? {
224
+ paddingRight: 56
225
+ } : undefined,
223
226
  children: typeof pureModal.title == 'string' ? t(pureModal.title) : pureModal.title
224
227
  }), pureModal.rejectByIcon && /*#__PURE__*/jsx(IconButton, {
225
228
  onClick: onReject,
@@ -1,4 +1,4 @@
1
- import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-6fcd86ff.js';
1
+ import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-de7321a7.js';
2
2
  import { forwardRef, useState, useRef, useEffect, useMemo } from 'react';
3
3
  import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
4
4
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';