@ssplib/react-components 0.0.105 → 0.0.106

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.
@@ -145,6 +145,11 @@ function Table({ columns, fetchFunc, emptyMsg = {
145
145
  exists = true;
146
146
  }
147
147
  return;
148
+ case 'L':
149
+ if ('licenciado'.includes(searchValue.toLowerCase())) {
150
+ exists = true;
151
+ }
152
+ return;
148
153
  case 'PA':
149
154
  if ('pré aprovado'.includes(searchValue.toLowerCase())) {
150
155
  exists = true;
@@ -243,13 +248,15 @@ function Table({ columns, fetchFunc, emptyMsg = {
243
248
  case 'P':
244
249
  return (react_1.default.createElement(Typography_1.default, { color: '#F59E0B', fontWeight: 600, fontFamily: 'Inter' }, "EM AN\u00C1LISE"));
245
250
  case 'A':
246
- return (react_1.default.createElement(Typography_1.default, { color: '#22C55E', fontWeight: 600, fontFamily: 'Inter' }, "CADASTRADO"));
251
+ return (react_1.default.createElement(Typography_1.default, { color: '#0EA5E9', fontWeight: 600, fontFamily: 'Inter' }, "CADASTRADO"));
247
252
  case 'C':
248
253
  return (react_1.default.createElement(Typography_1.default, { color: '#a1a1a1', fontWeight: 600, fontFamily: 'Inter' }, "CANCELADO"));
249
254
  case 'R':
250
255
  return (react_1.default.createElement(Typography_1.default, { color: '#EF4444', fontWeight: 600, fontFamily: 'Inter' }, "REPROVADO"));
256
+ case 'L':
257
+ return (react_1.default.createElement(Typography_1.default, { color: '#22C55E', fontWeight: 600, fontFamily: 'Inter' }, "LICENCIADO"));
251
258
  case 'PA':
252
- return (react_1.default.createElement(Typography_1.default, { color: '#6989ff', fontWeight: 600, fontFamily: 'Inter' }, "PR\u00C9 APROVADO"));
259
+ return (react_1.default.createElement(Typography_1.default, { color: '#6366F1', fontWeight: 600, fontFamily: 'Inter' }, "PR\u00C9 APROVADO"));
253
260
  }
254
261
  }, []);
255
262
  const onFilterSelect = (0, react_1.useCallback)((key, newValue) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",