@fixefy/fixefy-ui-components 0.2.84 → 0.2.85

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.
@@ -93,9 +93,9 @@ const PriorityChipStyled = (0, _styles.styled)(_material.Chip)(({ theme, status
93
93
  const RecoChipStyled = (0, _styles.styled)(_material.Chip)(({ theme, status })=>{
94
94
  var _theme_palette_recoState_status, _theme_palette_recoState, _theme_palette, _theme_palette_recoState_status1, _theme_palette_recoState1, _theme_palette1, _theme_palette_recoState_status2, _theme_palette_recoState2, _theme_palette2;
95
95
  var _theme_palette_recoState_status_background;
96
- const backgroundColor = (_theme_palette_recoState_status_background = theme === null || theme === void 0 ? void 0 : (_theme_palette = theme.palette) === null || _theme_palette === void 0 ? void 0 : (_theme_palette_recoState = _theme_palette.recoState) === null || _theme_palette_recoState === void 0 ? void 0 : (_theme_palette_recoState_status = _theme_palette_recoState[status]) === null || _theme_palette_recoState_status === void 0 ? void 0 : _theme_palette_recoState_status.background) !== null && _theme_palette_recoState_status_background !== void 0 ? _theme_palette_recoState_status_background : '#F6F9FA';
96
+ const backgroundColor = (_theme_palette_recoState_status_background = theme === null || theme === void 0 ? void 0 : (_theme_palette = theme.palette) === null || _theme_palette === void 0 ? void 0 : (_theme_palette_recoState = _theme_palette.recoState) === null || _theme_palette_recoState === void 0 ? void 0 : (_theme_palette_recoState_status = _theme_palette_recoState[status]) === null || _theme_palette_recoState_status === void 0 ? void 0 : _theme_palette_recoState_status.background) !== null && _theme_palette_recoState_status_background !== void 0 ? _theme_palette_recoState_status_background : '#8B9092';
97
97
  var _theme_palette_recoState_status_label;
98
- const labelColor = (_theme_palette_recoState_status_label = theme === null || theme === void 0 ? void 0 : (_theme_palette1 = theme.palette) === null || _theme_palette1 === void 0 ? void 0 : (_theme_palette_recoState1 = _theme_palette1.recoState) === null || _theme_palette_recoState1 === void 0 ? void 0 : (_theme_palette_recoState_status1 = _theme_palette_recoState1[status]) === null || _theme_palette_recoState_status1 === void 0 ? void 0 : _theme_palette_recoState_status1.label) !== null && _theme_palette_recoState_status_label !== void 0 ? _theme_palette_recoState_status_label : '#8B9092';
98
+ const labelColor = (_theme_palette_recoState_status_label = theme === null || theme === void 0 ? void 0 : (_theme_palette1 = theme.palette) === null || _theme_palette1 === void 0 ? void 0 : (_theme_palette_recoState1 = _theme_palette1.recoState) === null || _theme_palette_recoState1 === void 0 ? void 0 : (_theme_palette_recoState_status1 = _theme_palette_recoState1[status]) === null || _theme_palette_recoState_status1 === void 0 ? void 0 : _theme_palette_recoState_status1.label) !== null && _theme_palette_recoState_status_label !== void 0 ? _theme_palette_recoState_status_label : '#F6F9FA';
99
99
  var _theme_palette_recoState_status_border;
100
100
  const border = (_theme_palette_recoState_status_border = theme === null || theme === void 0 ? void 0 : (_theme_palette2 = theme.palette) === null || _theme_palette2 === void 0 ? void 0 : (_theme_palette_recoState2 = _theme_palette2.recoState) === null || _theme_palette_recoState2 === void 0 ? void 0 : (_theme_palette_recoState_status2 = _theme_palette_recoState2[status]) === null || _theme_palette_recoState_status2 === void 0 ? void 0 : _theme_palette_recoState_status2.border) !== null && _theme_palette_recoState_status_border !== void 0 ? _theme_palette_recoState_status_border : '#8B9092';
101
101
  return {
package/package.json CHANGED
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.2.84"
68
+ "version": "0.2.85"
69
69
  }