@fixefy/fixefy-ui-components 0.3.102 → 0.3.104

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.
@@ -60,17 +60,28 @@ const StatusChipStyled = (0, _styles.styled)(_Chip.default)(({ theme, status, va
60
60
  border = theme.palette.status[status]['border'];
61
61
  }
62
62
  return {
63
- height: 20,
64
- minWidth: 80,
63
+ height: 24,
64
+ minWidth: 96,
65
65
  maxWidth: 120,
66
+ boxSizing: 'border-box',
67
+ paddingLeft: '9.6px',
68
+ paddingRight: '9.6px',
69
+ paddingTop: '6px',
70
+ paddingBottom: '6px',
71
+ borderRadius: '60px',
66
72
  ['& .MuiChip-label']: {
67
- fontSize: 9,
73
+ fontSize: 10.8,
68
74
  fontWeight: 600,
69
- lineHeight: '12px',
70
- color: labelColor ? labelColor : theme.palette.statistics.label
75
+ lineHeight: 'normal',
76
+ letterSpacing: '0.24px',
77
+ textTransform: 'capitalize',
78
+ fontFamily: 'Open Sans',
79
+ wordWrap: 'break-word',
80
+ padding: 0,
81
+ color: labelColor ? labelColor : '#5C6467'
71
82
  },
72
83
  backgroundColor,
73
- border: `1px solid ${border}`
84
+ border: `1.2px solid ${border}`
74
85
  };
75
86
  });
76
87
  const PriorityChipStyled = (0, _styles.styled)(_Chip.default)(({ theme, status })=>{
@@ -47,9 +47,17 @@ const FxDatesProgress = ({ start, end, progressValue, width, height })=>{
47
47
  /*#__PURE__*/ (0, _jsxruntime.jsxs)(_Box.default, {
48
48
  children: [
49
49
  /*#__PURE__*/ (0, _jsxruntime.jsx)(_FxStyledComponents.Label, {
50
+ style: {
51
+ textAlign: 'right',
52
+ display: 'block'
53
+ },
50
54
  children: (0, _fixefyuiutils.titleCase)(end.label)
51
55
  }),
52
56
  /*#__PURE__*/ (0, _jsxruntime.jsx)(_Typography.default, {
57
+ style: {
58
+ textAlign: 'right',
59
+ display: 'block'
60
+ },
53
61
  children: end.value || (0, _fixefyuiutils.titleCase)(end.placeholder)
54
62
  })
55
63
  ]
package/package.json CHANGED
@@ -28,6 +28,7 @@
28
28
  "@svgr/webpack": "8.1.0",
29
29
  "@swc/cli": "0.3.12",
30
30
  "@swc/core": "1.5.24",
31
+ "@types/minimatch": "^6.0.0",
31
32
  "@types/node": "20.14.0",
32
33
  "@types/pluralize": "0.0.33",
33
34
  "@types/react": "18.3.3",
@@ -72,5 +73,5 @@
72
73
  "require": "./dist/index.js"
73
74
  }
74
75
  },
75
- "version": "0.3.102"
76
+ "version": "0.3.104"
76
77
  }