@ix_waterford/lib 1.0.80 → 1.0.81

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
- // 1777037415194
175
+ // 1777037628316
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
- // 1777037415195
203
+ // 1777037628317
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
- // 1777037415196
231
+ // 1777037628316
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
- // 1777037415195
259
+ // 1777037628317
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 (
@@ -6566,7 +6566,6 @@ const defaultFieldMappings = {
6566
6566
  const fieldValue = data[(col === null || col === void 0 ? void 0 : col.field) || ''];
6567
6567
  const isActive = data.is_active;
6568
6568
  const showLink = (col === null || col === void 0 ? void 0 : col.showLink) || false;
6569
- console.log(showLink, "showLink");
6570
6569
  return /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_2.Grid, {
6571
6570
  container: true,
6572
6571
  alignItems: "center",
@@ -8408,7 +8407,8 @@ const Style = (param)=>{
8408
8407
  },
8409
8408
  '.showLink': {
8410
8409
  cursor: 'pointer',
8411
- color: theme.palette.primary.main
8410
+ color: theme.palette.primary.main,
8411
+ fontWeight: 500
8412
8412
  },
8413
8413
  ".showLink:hover": {
8414
8414
  color: theme.palette.primary.main,