@ix_waterford/lib 1.0.87 → 1.0.88

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/index.js CHANGED
@@ -172,7 +172,7 @@ __webpack_require__.r(__webpack_exports__);
172
172
  if(true) {
173
173
  (function() {
174
174
  var localsJsonString = undefined;
175
- // 1778220366649
175
+ // 1778221138723
176
176
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
177
177
  // only invalidate when locals change
178
178
  if (
@@ -200,7 +200,7 @@ __webpack_require__.r(__webpack_exports__);
200
200
  if(true) {
201
201
  (function() {
202
202
  var localsJsonString = undefined;
203
- // 1778220366651
203
+ // 1778221138724
204
204
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
205
205
  // only invalidate when locals change
206
206
  if (
@@ -228,7 +228,7 @@ __webpack_require__.r(__webpack_exports__);
228
228
  if(true) {
229
229
  (function() {
230
230
  var localsJsonString = undefined;
231
- // 1778220366652
231
+ // 1778221138724
232
232
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
233
233
  // only invalidate when locals change
234
234
  if (
@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
256
256
  if(true) {
257
257
  (function() {
258
258
  var localsJsonString = undefined;
259
- // 1778220366651
259
+ // 1778221138725
260
260
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
261
261
  // only invalidate when locals change
262
262
  if (
@@ -8165,7 +8165,8 @@ const Style = (param)=>{
8165
8165
  var _theme_palette_view, _theme_palette_view1, _theme_palette_bg, _theme_palette_border, _theme_palette_border1, _theme_palette_border2, _theme_palette_bg1, _theme_palette_view2, _theme_palette_border3, _theme_palette_border4, _theme_palette_border5, _theme_palette_view3, _theme_palette_view4;
8166
8166
  return {
8167
8167
  '&.MuiTableContainer-root ': {
8168
- height: 'calc(100% - 30px)'
8168
+ height: 'calc(100% - 30px)',
8169
+ borderRadius: '5px'
8169
8170
  },
8170
8171
  '.tableHeaderCls': {
8171
8172
  backgroundColor: ((_theme_palette_view = theme.palette.view) === null || _theme_palette_view === void 0 ? void 0 : _theme_palette_view.table) || '#d4b0fd',
@@ -8345,10 +8346,12 @@ const Style = (param)=>{
8345
8346
  textOverflow: 'ellipsis',
8346
8347
  whiteSpace: 'nowrap',
8347
8348
  '&:first-of-type': {
8348
- borderLeft: `1px solid ${(_theme_palette_border4 = theme.palette.border) === null || _theme_palette_border4 === void 0 ? void 0 : _theme_palette_border4.table}`
8349
+ borderLeft: `1px solid ${(_theme_palette_border4 = theme.palette.border) === null || _theme_palette_border4 === void 0 ? void 0 : _theme_palette_border4.table}`,
8350
+ borderBottomLeftRadius: '3px'
8349
8351
  },
8350
8352
  '&:last-child': {
8351
- borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}`
8353
+ borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}`,
8354
+ borderBottomRightRadius: '3px'
8352
8355
  },
8353
8356
  '.MuiTypography-root': {
8354
8357
  fontSize: '13px'