@fixefy/fixefy-ui-components 0.2.71 → 0.2.73
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.
|
@@ -66,9 +66,13 @@ const StatusChipStyled = (0, _styles.styled)(_material.Chip)(({ theme, status, v
|
|
|
66
66
|
};
|
|
67
67
|
});
|
|
68
68
|
const PriorityChipStyled = (0, _styles.styled)(_material.Chip)(({ theme, status })=>{
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
const
|
|
69
|
+
var _theme_palette_chipPriority_status, _theme_palette_chipPriority, _theme_palette, _theme_palette_chipPriority_status1, _theme_palette_chipPriority1, _theme_palette1, _theme_palette_chipPriority_status2, _theme_palette_chipPriority2, _theme_palette2;
|
|
70
|
+
var _theme_palette_chipPriority_status_background;
|
|
71
|
+
const backgroundColor = (_theme_palette_chipPriority_status_background = theme === null || theme === void 0 ? void 0 : (_theme_palette = theme.palette) === null || _theme_palette === void 0 ? void 0 : (_theme_palette_chipPriority = _theme_palette.chipPriority) === null || _theme_palette_chipPriority === void 0 ? void 0 : (_theme_palette_chipPriority_status = _theme_palette_chipPriority[status]) === null || _theme_palette_chipPriority_status === void 0 ? void 0 : _theme_palette_chipPriority_status.background) !== null && _theme_palette_chipPriority_status_background !== void 0 ? _theme_palette_chipPriority_status_background : '#F6F9FA';
|
|
72
|
+
var _theme_palette_chipPriority_status_label;
|
|
73
|
+
const labelColor = (_theme_palette_chipPriority_status_label = theme === null || theme === void 0 ? void 0 : (_theme_palette1 = theme.palette) === null || _theme_palette1 === void 0 ? void 0 : (_theme_palette_chipPriority1 = _theme_palette1.chipPriority) === null || _theme_palette_chipPriority1 === void 0 ? void 0 : (_theme_palette_chipPriority_status1 = _theme_palette_chipPriority1[status]) === null || _theme_palette_chipPriority_status1 === void 0 ? void 0 : _theme_palette_chipPriority_status1.label) !== null && _theme_palette_chipPriority_status_label !== void 0 ? _theme_palette_chipPriority_status_label : '#8B9092';
|
|
74
|
+
var _theme_palette_chipPriority_status_border;
|
|
75
|
+
const border = (_theme_palette_chipPriority_status_border = theme === null || theme === void 0 ? void 0 : (_theme_palette2 = theme.palette) === null || _theme_palette2 === void 0 ? void 0 : (_theme_palette_chipPriority2 = _theme_palette2.chipPriority) === null || _theme_palette_chipPriority2 === void 0 ? void 0 : (_theme_palette_chipPriority_status2 = _theme_palette_chipPriority2[status]) === null || _theme_palette_chipPriority_status2 === void 0 ? void 0 : _theme_palette_chipPriority_status2.border) !== null && _theme_palette_chipPriority_status_border !== void 0 ? _theme_palette_chipPriority_status_border : '#8B9092';
|
|
72
76
|
return {
|
|
73
77
|
height: 20,
|
|
74
78
|
minWidth: 80,
|
package/package.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apollo/client": "^3.10.4",
|
|
8
|
-
"@fixefy/fixefy-ui-utils": "0.2.
|
|
9
|
-
"@mui/icons-material": "
|
|
10
|
-
"@mui/material": "
|
|
8
|
+
"@fixefy/fixefy-ui-utils": "0.2.31",
|
|
9
|
+
"@mui/icons-material": "5.16.7",
|
|
10
|
+
"@mui/material": "5.16.7",
|
|
11
11
|
"@mui/styled-engine": "^5.15.14",
|
|
12
|
-
"@mui/styles": "
|
|
12
|
+
"@mui/styles": "5.16.7",
|
|
13
13
|
"@react-spring/web": "^9.7.3",
|
|
14
14
|
"graphql-tag": "^2.12.6",
|
|
15
15
|
"next": "^14.2.3",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"require": "./dist/index.js"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"version": "0.2.
|
|
68
|
+
"version": "0.2.73"
|
|
69
69
|
}
|