@crystaldesign/diva-core 26.4.4-rc.0 → 26.4.4-rc.11

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-4a850619.js';
1
+ import { s as styleInject, u as useDivaCoreContext } from './index-46e9a67a.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,9 +220,6 @@ function Modal() {
220
220
  }
221
221
  },
222
222
  children: [/*#__PURE__*/jsx(DialogTitle, {
223
- style: pureModal.rejectByIcon ? {
224
- paddingRight: 56
225
- } : undefined,
226
223
  children: typeof pureModal.title == 'string' ? t(pureModal.title) : pureModal.title
227
224
  }), pureModal.rejectByIcon && /*#__PURE__*/jsx(IconButton, {
228
225
  onClick: onReject,