@ix_waterford/lib 1.0.55 → 1.0.56

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.
@@ -169,7 +169,7 @@ __webpack_require__.r(__webpack_exports__);
169
169
  if(true) {
170
170
  (function() {
171
171
  var localsJsonString = undefined;
172
- // 1775467625719
172
+ // 1775551833511
173
173
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
174
174
  // only invalidate when locals change
175
175
  if (
@@ -197,7 +197,7 @@ __webpack_require__.r(__webpack_exports__);
197
197
  if(true) {
198
198
  (function() {
199
199
  var localsJsonString = undefined;
200
- // 1775467625720
200
+ // 1775551833514
201
201
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
202
202
  // only invalidate when locals change
203
203
  if (
@@ -225,7 +225,7 @@ __webpack_require__.r(__webpack_exports__);
225
225
  if(true) {
226
226
  (function() {
227
227
  var localsJsonString = undefined;
228
- // 1775467625721
228
+ // 1775551833514
229
229
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
230
230
  // only invalidate when locals change
231
231
  if (
@@ -253,7 +253,7 @@ __webpack_require__.r(__webpack_exports__);
253
253
  if(true) {
254
254
  (function() {
255
255
  var localsJsonString = undefined;
256
- // 1775467625721
256
+ // 1775551833513
257
257
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
258
258
  // only invalidate when locals change
259
259
  if (
@@ -4282,8 +4282,7 @@ __webpack_require__.d(__webpack_exports__, {
4282
4282
  Style: () => (Style)
4283
4283
  });
4284
4284
  /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
4285
- const Style = (param)=>{
4286
- let { theme } = param;
4285
+ const Style = ()=>{
4287
4286
  return {
4288
4287
  '& .MuiPaper-root': {
4289
4288
  borderRadius: '16px'
@@ -4291,12 +4290,7 @@ const Style = (param)=>{
4291
4290
  '& .dialog-title': {
4292
4291
  display: 'flex',
4293
4292
  alignItems: 'center',
4294
- justifyContent: 'space-between',
4295
- paddingRight: 5,
4296
- color: theme.palette.text.secondary
4297
- },
4298
- '& .dialog-content': {
4299
- padding: theme.spacing(4)
4293
+ justifyContent: 'space-between'
4300
4294
  }
4301
4295
  };
4302
4296
  };