@lunit/oui 2.4.15 → 2.4.17

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.
@@ -1,5 +1,5 @@
1
1
  import type { ChipProps as MuiChipProps } from '@mui/material';
2
- export type ChipsPreset = 'default' | 'uploaded' | 'analyzing' | 'analyzed' | 'analysis_failed' | 'qc_failed' | 'ready' | 'inferred' | 'inferencing' | 'invalid';
2
+ export type ChipsPreset = 'default' | 'uploaded' | 'analyzing' | 'analyzed' | 'analysis_failed' | 'qc_failed' | 'ready' | 'inferred' | 'inferencing' | 'invalid' | 'requested';
3
3
  export interface ChipProps extends MuiChipProps {
4
4
  preset?: ChipsPreset;
5
5
  label?: string;
@@ -42,6 +42,10 @@ const presetMap = {
42
42
  label: 'Invalid',
43
43
  icon: _jsx(Warning16, {}),
44
44
  },
45
+ requested: {
46
+ className: 'presetAnalyzing',
47
+ label: 'Requested',
48
+ },
45
49
  };
46
50
  // eslint-disable-next-line import/prefer-default-export
47
51
  export { presetMap };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunit/oui",
3
- "version": "2.4.15",
3
+ "version": "2.4.17",
4
4
  "validate-branch-name": {
5
5
  "pattern": "^(main|develop)|(feature|fix|release|hotfix|qe)/.+$",
6
6
  "errorMsg": "The branch name is not correct. Please check the pattern. (ex. feature/add-something)"
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@date-io/date-fns": "^2.17.0",
22
- "@lunit/design-system-icons": "^2.1.0",
22
+ "@lunit/design-system-icons": "2.1.0",
23
23
  "@lunit/design-system-logo": "1.1.1",
24
24
  "@uppy/core": "^3.12.0",
25
25
  "clsx": "^2.0.0",
@@ -121,7 +121,7 @@
121
121
  "@emotion/react": "11.11.1",
122
122
  "@emotion/styled": "11.11.0",
123
123
  "@lottiefiles/react-lottie-player": "^3.5.3",
124
- "@lunit/eslint-config": "^0.5.0",
124
+ "@lunit/eslint-config": "^2.0.0",
125
125
  "@mui/icons-material": "5.15.2",
126
126
  "@mui/lab": "5.0.0-alpha.158",
127
127
  "@mui/material": "5.15.2",
@@ -208,7 +208,7 @@
208
208
  "typescript-eslint": "^8.18.1",
209
209
  "webpack": "^5.64.4",
210
210
  "webpack-cli": "^5.1.4",
211
- "webpack-dev-server": "^4.6.0",
211
+ "webpack-dev-server": "^5.2.3",
212
212
  "webpack-manifest-plugin": "^4.0.2",
213
213
  "webpack-node-externals": "^3.0.0",
214
214
  "workbox-webpack-plugin": "^6.4.1"