@fixefy/fixefy-ui-components 0.2.69 → 0.2.71

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.
@@ -76,10 +76,10 @@ function _object_spread_props(target, source) {
76
76
  const StyledTag = (0, _styles.styled)(_material.Box)(({ theme, name, type })=>{
77
77
  var _theme_palette_type_name, _theme_palette_type, _theme_palette_tag_name, _theme_palette_type_name1, _theme_palette_type1, _theme_palette_tag_name1;
78
78
  return {
79
- background: type ? (_theme_palette_type = theme.palette.type) === null || _theme_palette_type === void 0 ? void 0 : (_theme_palette_type_name = _theme_palette_type[name]) === null || _theme_palette_type_name === void 0 ? void 0 : _theme_palette_type_name.background : (_theme_palette_tag_name = theme.palette.tag[name]) === null || _theme_palette_tag_name === void 0 ? void 0 : _theme_palette_tag_name.background,
79
+ background: type ? (_theme_palette_type = theme.palette[type]) === null || _theme_palette_type === void 0 ? void 0 : (_theme_palette_type_name = _theme_palette_type[name]) === null || _theme_palette_type_name === void 0 ? void 0 : _theme_palette_type_name.background : (_theme_palette_tag_name = theme.palette.tag[name]) === null || _theme_palette_tag_name === void 0 ? void 0 : _theme_palette_tag_name.background,
80
80
  borderRadius: 8,
81
81
  padding: '2px 8px',
82
- border: `1px solid ${type ? (_theme_palette_type1 = theme.palette.type) === null || _theme_palette_type1 === void 0 ? void 0 : (_theme_palette_type_name1 = _theme_palette_type1[name]) === null || _theme_palette_type_name1 === void 0 ? void 0 : _theme_palette_type_name1.border : (_theme_palette_tag_name1 = theme.palette.tag[name]) === null || _theme_palette_tag_name1 === void 0 ? void 0 : _theme_palette_tag_name1.border}`,
82
+ border: `1px solid ${type ? (_theme_palette_type1 = theme.palette[type]) === null || _theme_palette_type1 === void 0 ? void 0 : (_theme_palette_type_name1 = _theme_palette_type1[name]) === null || _theme_palette_type_name1 === void 0 ? void 0 : _theme_palette_type_name1.border : (_theme_palette_tag_name1 = theme.palette.tag[name]) === null || _theme_palette_tag_name1 === void 0 ? void 0 : _theme_palette_tag_name1.border}`,
83
83
  display: 'flex',
84
84
  alignItems: 'center',
85
85
  width: 'fit-content'
@@ -94,7 +94,7 @@ const StyledCount = (0, _styles.styled)(_material.Typography)(({ theme, name, ty
94
94
  return _object_spread_props(_object_spread({}, theme.typography.subtitle2), {
95
95
  lineHeight: '16px',
96
96
  fontWeight: 700,
97
- color: type ? (_theme_palette_type = theme.palette.type) === null || _theme_palette_type === void 0 ? void 0 : (_theme_palette_type_name = _theme_palette_type[name]) === null || _theme_palette_type_name === void 0 ? void 0 : _theme_palette_type_name.background : (_theme_palette_tag_name = theme.palette.tag[name]) === null || _theme_palette_tag_name === void 0 ? void 0 : _theme_palette_tag_name.background,
97
+ color: type ? (_theme_palette_type = theme.palette[type]) === null || _theme_palette_type === void 0 ? void 0 : (_theme_palette_type_name = _theme_palette_type[name]) === null || _theme_palette_type_name === void 0 ? void 0 : _theme_palette_type_name.background : (_theme_palette_tag_name = theme.palette.tag[name]) === null || _theme_palette_tag_name === void 0 ? void 0 : _theme_palette_tag_name.background,
98
98
  marginLeft: 8
99
99
  });
100
100
  });
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@apollo/client": "^3.10.4",
8
- "@fixefy/fixefy-ui-utils": "0.2.29",
8
+ "@fixefy/fixefy-ui-utils": "0.2.30",
9
9
  "@mui/icons-material": "^5.16.7",
10
10
  "@mui/material": "^5.16.7",
11
11
  "@mui/styled-engine": "^5.15.14",
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.2.69"
68
+ "version": "0.2.71"
69
69
  }