@lunit/oui 1.0.0-alpha.9 → 1.0.1-alpha.10

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.
Files changed (270) hide show
  1. package/dist/components/Alert/Alert.js +1 -1
  2. package/dist/components/Alert/Alert.utils.js +1 -1
  3. package/dist/components/Chip/Chip.js +1 -1
  4. package/dist/components/Chip/Chip.utils.js +1 -1
  5. package/dist/components/DatePicker/DatePicker.js +1 -1
  6. package/dist/components/Dialog/Dialog.js +1 -1
  7. package/dist/components/Dropdown/Dropdown.js +1 -1
  8. package/dist/components/Dropdown/DropdownItem.js +1 -1
  9. package/dist/components/Dropdown/IconDropdown.js +1 -1
  10. package/dist/components/List/List.js +1 -1
  11. package/dist/components/List/ListItem.styled.js +1 -1
  12. package/dist/components/Pagination/Pagination.js +65 -0
  13. package/dist/components/Pagination/Pagination.styled.js +64 -0
  14. package/dist/components/Pagination/Pagination.types.js +2 -0
  15. package/dist/components/Pagination/index.js +2 -0
  16. package/dist/components/ProductLabel/ProductLabel.js +1 -1
  17. package/dist/components/TextField/components/Buttons.js +1 -1
  18. package/dist/components/UploadManager/UploadManager.js +1 -1
  19. package/dist/components/index.js +1 -1
  20. package/dist/foundations/index.js +1 -0
  21. package/dist/foundations/palette.js +4 -0
  22. package/dist/foundations/styles.js +7 -0
  23. package/dist/types/components/Pagination/Pagination.d.ts +3 -0
  24. package/dist/types/components/Pagination/Pagination.styled.d.ts +24 -0
  25. package/dist/types/components/Pagination/Pagination.types.d.ts +35 -0
  26. package/dist/types/components/Pagination/index.d.ts +2 -0
  27. package/dist/types/components/index.d.ts +1 -1
  28. package/dist/types/foundations/index.d.ts +1 -0
  29. package/dist/types/foundations/palette.d.ts +8 -1
  30. package/dist/types/foundations/styles.d.ts +2 -0
  31. package/package.json +7 -11
  32. package/.git-ftp-include +0 -1
  33. package/dist/components/Icons/BellNoti/index.js +0 -14
  34. package/dist/components/Icons/CloseLarge/index.js +0 -14
  35. package/dist/components/Icons/CloseSmall/index.js +0 -14
  36. package/dist/components/Icons/DownloadPdf/index.js +0 -14
  37. package/dist/components/Icons/Ellipse/index.js +0 -14
  38. package/dist/components/Icons/FilterNoti/index.js +0 -14
  39. package/dist/components/Icons/HideLarge/index.js +0 -14
  40. package/dist/components/Icons/HideSmall/index.js +0 -14
  41. package/dist/components/Icons/InformationLarge/index.js +0 -14
  42. package/dist/components/Icons/InformationSmall/index.js +0 -14
  43. package/dist/components/Icons/Manufacturer/index.js +0 -14
  44. package/dist/components/Icons/Rectangle/index.js +0 -14
  45. package/dist/components/Icons/RefreshLeft/index.js +0 -14
  46. package/dist/components/Icons/RefreshRight/index.js +0 -14
  47. package/dist/components/Icons/ShowLarge/index.js +0 -14
  48. package/dist/components/Icons/ShowSmall/index.js +0 -14
  49. package/dist/components/Icons/index.js +0 -180
  50. package/dist/types/components/Icons/BellNoti/index.d.ts +0 -12
  51. package/dist/types/components/Icons/CloseLarge/index.d.ts +0 -12
  52. package/dist/types/components/Icons/CloseSmall/index.d.ts +0 -12
  53. package/dist/types/components/Icons/DownloadPdf/index.d.ts +0 -12
  54. package/dist/types/components/Icons/Ellipse/index.d.ts +0 -12
  55. package/dist/types/components/Icons/FilterNoti/index.d.ts +0 -12
  56. package/dist/types/components/Icons/HideLarge/index.d.ts +0 -12
  57. package/dist/types/components/Icons/HideSmall/index.d.ts +0 -12
  58. package/dist/types/components/Icons/InformationLarge/index.d.ts +0 -12
  59. package/dist/types/components/Icons/InformationSmall/index.d.ts +0 -12
  60. package/dist/types/components/Icons/Manufacturer/index.d.ts +0 -12
  61. package/dist/types/components/Icons/Rectangle/index.d.ts +0 -12
  62. package/dist/types/components/Icons/RefreshLeft/index.d.ts +0 -12
  63. package/dist/types/components/Icons/RefreshRight/index.d.ts +0 -12
  64. package/dist/types/components/Icons/ShowLarge/index.d.ts +0 -12
  65. package/dist/types/components/Icons/ShowSmall/index.d.ts +0 -12
  66. package/dist/types/components/Icons/index.d.ts +0 -179
  67. package/src/assets/ic-bell-noti-outlined-20px.tsx +0 -21
  68. package/src/assets/ic-close-large-outlined-20px.tsx +0 -17
  69. package/src/assets/ic-close-small-outlined-20px.tsx +0 -17
  70. package/src/assets/ic-download-pdf-outlined-20px.tsx +0 -18
  71. package/src/assets/ic-ellipse-outlined-20px.tsx +0 -17
  72. package/src/assets/ic-filter-noti-outlined-20px.tsx +0 -21
  73. package/src/assets/ic-hide-large-outlined-20px.tsx +0 -13
  74. package/src/assets/ic-hide-small-outlined-20px.tsx +0 -17
  75. package/src/assets/ic-information-large-outlined-20px.tsx +0 -17
  76. package/src/assets/ic-information-small-outlined-20px.tsx +0 -17
  77. package/src/assets/ic-manufacturer-outlined-20px.tsx +0 -19
  78. package/src/assets/ic-rectangle-outlined-20px.tsx +0 -17
  79. package/src/assets/ic-refresh-left-outlined-20px.tsx +0 -17
  80. package/src/assets/ic-refresh-right-outlined-20px.tsx +0 -13
  81. package/src/assets/ic-show-large-outlined-20px.tsx +0 -17
  82. package/src/assets/ic-show-small-outlined-20px.tsx +0 -17
  83. package/src/assets/ic_bell_noti=outlined_20px.svg +0 -5
  84. package/src/assets/ic_close_large=outlined_20px.svg +0 -4
  85. package/src/assets/ic_close_small=outlined_20px.svg +0 -4
  86. package/src/assets/ic_download_pdf=outlined_20px.svg +0 -7
  87. package/src/assets/ic_ellipse=outlined_20px.svg +0 -4
  88. package/src/assets/ic_filter_noti=outlined_20px.svg +0 -5
  89. package/src/assets/ic_hide_large=outlined_20px.svg +0 -4
  90. package/src/assets/ic_hide_small=outlined_20px.svg +0 -4
  91. package/src/assets/ic_information_large=outlined_20px.svg +0 -4
  92. package/src/assets/ic_information_small=outlined_20px.svg +0 -4
  93. package/src/assets/ic_manufacturer=outlined_20px.svg +0 -3
  94. package/src/assets/ic_rectangle=outlined_20px.svg +0 -4
  95. package/src/assets/ic_refresh_left=outlined_20px.svg +0 -4
  96. package/src/assets/ic_refresh_right=outlined_20px.svg +0 -4
  97. package/src/assets/ic_show_large=outlined_20px.svg +0 -4
  98. package/src/assets/ic_show_small=outlined_20px.svg +0 -4
  99. package/src/assets/index.ts +0 -16
  100. package/src/components/Alert/Alert.styled.ts +0 -44
  101. package/src/components/Alert/Alert.tsx +0 -39
  102. package/src/components/Alert/Alert.types.ts +0 -5
  103. package/src/components/Alert/Alert.utils.tsx +0 -43
  104. package/src/components/Alert/index.ts +0 -5
  105. package/src/components/BaseTextField/BaseTextField.styled.ts +0 -110
  106. package/src/components/BaseTextField/BaseTextField.types.ts +0 -25
  107. package/src/components/BaseTextField/BaseTextField.utils.ts +0 -10
  108. package/src/components/Button/BaseButton.tsx +0 -19
  109. package/src/components/Button/Button.tsx +0 -117
  110. package/src/components/Button/Button.types.ts +0 -36
  111. package/src/components/Button/Button.utils.ts +0 -13
  112. package/src/components/Button/index.ts +0 -6
  113. package/src/components/Button/styleds/BaseButton.styled.ts +0 -57
  114. package/src/components/Button/styleds/ContainedButton.styled.ts +0 -123
  115. package/src/components/Button/styleds/GhostButton.styled.ts +0 -139
  116. package/src/components/Button/styleds/IconButton.styled.ts +0 -25
  117. package/src/components/Button/styleds/OutlinedButton.styled.ts +0 -144
  118. package/src/components/Card/Card.styled.tsx +0 -18
  119. package/src/components/Card/Card.tsx +0 -18
  120. package/src/components/Card/Card.types.ts +0 -10
  121. package/src/components/Card/index.ts +0 -5
  122. package/src/components/Checkbox/Checkbox.styled.tsx +0 -27
  123. package/src/components/Checkbox/Checkbox.tsx +0 -64
  124. package/src/components/Checkbox/Checkbox.types.ts +0 -16
  125. package/src/components/Checkbox/Checkbox.utils.tsx +0 -42
  126. package/src/components/Checkbox/index.ts +0 -5
  127. package/src/components/Chip/Chip.styled.ts +0 -120
  128. package/src/components/Chip/Chip.tsx +0 -33
  129. package/src/components/Chip/Chip.types.ts +0 -18
  130. package/src/components/Chip/Chip.utils.tsx +0 -50
  131. package/src/components/Chip/index.ts +0 -4
  132. package/src/components/DataTable/DataTable.styled.ts +0 -66
  133. package/src/components/DataTable/DataTable.tsx +0 -29
  134. package/src/components/DataTable/index.ts +0 -1
  135. package/src/components/DatePicker/DatePicker.styled.ts +0 -19
  136. package/src/components/DatePicker/DatePicker.tsx +0 -194
  137. package/src/components/DatePicker/DatePicker.types.ts +0 -8
  138. package/src/components/DatePicker/index.ts +0 -4
  139. package/src/components/Dialog/Dialog.styled.ts +0 -87
  140. package/src/components/Dialog/Dialog.tsx +0 -111
  141. package/src/components/Dialog/Dialog.types.ts +0 -19
  142. package/src/components/Dialog/index.ts +0 -5
  143. package/src/components/Divider/Divider.styled.ts +0 -24
  144. package/src/components/Divider/Divider.tsx +0 -13
  145. package/src/components/Divider/Divider.types.ts +0 -7
  146. package/src/components/Divider/index.ts +0 -5
  147. package/src/components/Dropdown/Dropdown.styled.tsx +0 -127
  148. package/src/components/Dropdown/Dropdown.tsx +0 -116
  149. package/src/components/Dropdown/Dropdown.types.ts +0 -31
  150. package/src/components/Dropdown/Dropdown.utils.ts +0 -13
  151. package/src/components/Dropdown/DropdownItem.styled.tsx +0 -66
  152. package/src/components/Dropdown/DropdownItem.tsx +0 -45
  153. package/src/components/Dropdown/DropdownItem.types.ts +0 -14
  154. package/src/components/Dropdown/DropdownItem.utils.ts +0 -14
  155. package/src/components/Dropdown/DropdownSubtitle.styled.ts +0 -13
  156. package/src/components/Dropdown/DropdownSubtitle.tsx +0 -9
  157. package/src/components/Dropdown/DropdownSubtitle.types.ts +0 -6
  158. package/src/components/Dropdown/IconDropdown.styled.tsx +0 -82
  159. package/src/components/Dropdown/IconDropdown.tsx +0 -56
  160. package/src/components/Dropdown/IconDropdown.types.ts +0 -22
  161. package/src/components/Dropdown/index.ts +0 -22
  162. package/src/components/FileDnDZone/FileDnDZone.styled.ts +0 -43
  163. package/src/components/FileDnDZone/FileDnDZone.tsx +0 -81
  164. package/src/components/FileDnDZone/FileDnDZone.types.ts +0 -14
  165. package/src/components/FileDnDZone/FileDnDZone.utils.ts +0 -3
  166. package/src/components/FileDnDZone/index.ts +0 -5
  167. package/src/components/Icons/BellNoti/index.tsx +0 -22
  168. package/src/components/Icons/CloseLarge/index.tsx +0 -22
  169. package/src/components/Icons/CloseSmall/index.tsx +0 -22
  170. package/src/components/Icons/DownloadPdf/index.tsx +0 -22
  171. package/src/components/Icons/Ellipse/index.tsx +0 -22
  172. package/src/components/Icons/FilterNoti/index.tsx +0 -22
  173. package/src/components/Icons/HideLarge/index.tsx +0 -22
  174. package/src/components/Icons/HideSmall/index.tsx +0 -22
  175. package/src/components/Icons/InformationLarge/index.tsx +0 -22
  176. package/src/components/Icons/InformationSmall/index.tsx +0 -22
  177. package/src/components/Icons/Manufacturer/index.tsx +0 -22
  178. package/src/components/Icons/Rectangle/index.tsx +0 -22
  179. package/src/components/Icons/RefreshLeft/index.tsx +0 -22
  180. package/src/components/Icons/RefreshRight/index.tsx +0 -22
  181. package/src/components/Icons/ShowLarge/index.tsx +0 -22
  182. package/src/components/Icons/ShowSmall/index.tsx +0 -22
  183. package/src/components/Icons/index.ts +0 -180
  184. package/src/components/List/List.styled.ts +0 -31
  185. package/src/components/List/List.tsx +0 -71
  186. package/src/components/List/List.types.ts +0 -24
  187. package/src/components/List/List.utils.ts +0 -14
  188. package/src/components/List/ListItem.styled.tsx +0 -61
  189. package/src/components/List/ListItem.tsx +0 -66
  190. package/src/components/List/ListItem.types.ts +0 -40
  191. package/src/components/List/ListItemCaption.styled.tsx +0 -7
  192. package/src/components/List/ListItemCaption.tsx +0 -18
  193. package/src/components/List/ListItemCaption.types.ts +0 -2
  194. package/src/components/List/index.ts +0 -8
  195. package/src/components/LoadingIndicator/LoadingIndicator.styled.tsx +0 -40
  196. package/src/components/LoadingIndicator/LoadingIndicator.tsx +0 -44
  197. package/src/components/LoadingIndicator/LoadingIndicator.types.ts +0 -7
  198. package/src/components/LoadingIndicator/assets/DnaLoadingAnimation.json +0 -769
  199. package/src/components/LoadingIndicator/assets/DotLoadingAnimation.json +0 -426
  200. package/src/components/LoadingIndicator/index.ts +0 -5
  201. package/src/components/Menu/Menu.styled.tsx +0 -42
  202. package/src/components/Menu/Menu.tsx +0 -28
  203. package/src/components/Menu/Menu.types.ts +0 -18
  204. package/src/components/Menu/MenuItem.styled.ts +0 -62
  205. package/src/components/Menu/MenuItem.tsx +0 -45
  206. package/src/components/Menu/MenuItem.types.ts +0 -14
  207. package/src/components/Menu/index.ts +0 -5
  208. package/src/components/MuiCssBaseline.ts +0 -78
  209. package/src/components/MuiInputBase.ts +0 -25
  210. package/src/components/MuiOutlinedInput.ts +0 -57
  211. package/src/components/MuiTextField.ts +0 -17
  212. package/src/components/ProductLabel/ProductLabel.styled.ts +0 -61
  213. package/src/components/ProductLabel/ProductLabel.tsx +0 -57
  214. package/src/components/ProductLabel/ProductLabel.types.ts +0 -10
  215. package/src/components/ProductLabel/index.ts +0 -5
  216. package/src/components/Progress/CircularProgress.styled.ts +0 -10
  217. package/src/components/Progress/CircularProgress.tsx +0 -15
  218. package/src/components/Progress/CircularProgress.types.ts +0 -6
  219. package/src/components/Progress/LinearProgress.styled.ts +0 -15
  220. package/src/components/Progress/LinearProgress.tsx +0 -16
  221. package/src/components/Progress/LinearProgress.types.ts +0 -7
  222. package/src/components/Progress/index.ts +0 -4
  223. package/src/components/Radio/Radio.styled.ts +0 -35
  224. package/src/components/Radio/Radio.tsx +0 -60
  225. package/src/components/Radio/Radio.types.ts +0 -15
  226. package/src/components/Radio/RadioGroup.styled.ts +0 -6
  227. package/src/components/Radio/RadioGroup.tsx +0 -23
  228. package/src/components/Radio/RadioGroup.types.ts +0 -10
  229. package/src/components/Radio/index.ts +0 -7
  230. package/src/components/Stepper/Stepper.styled.ts +0 -38
  231. package/src/components/Stepper/Stepper.tsx +0 -24
  232. package/src/components/Stepper/Stepper.types.ts +0 -13
  233. package/src/components/Stepper/index.ts +0 -5
  234. package/src/components/TabbedPanel/TabbedPanel.styled.ts +0 -129
  235. package/src/components/TabbedPanel/TabbedPanel.tsx +0 -70
  236. package/src/components/TabbedPanel/TabbedPanel.types.ts +0 -36
  237. package/src/components/TabbedPanel/TabbedPanel.utils.ts +0 -21
  238. package/src/components/TabbedPanel/index.ts +0 -5
  239. package/src/components/TextField/TextArea.styled.tsx +0 -36
  240. package/src/components/TextField/TextArea.tsx +0 -35
  241. package/src/components/TextField/TextArea.types.ts +0 -28
  242. package/src/components/TextField/TextInput.styled.tsx +0 -115
  243. package/src/components/TextField/TextInput.tsx +0 -27
  244. package/src/components/TextField/TextInput.types.ts +0 -46
  245. package/src/components/TextField/TextInput.utils.ts +0 -7
  246. package/src/components/TextField/components/Buttons.tsx +0 -26
  247. package/src/components/TextField/components/NormalTextInput.tsx +0 -95
  248. package/src/components/TextField/components/PasswordInput.tsx +0 -92
  249. package/src/components/TextField/index.ts +0 -7
  250. package/src/components/Tooltip/Tooltip.styled.tsx +0 -36
  251. package/src/components/Tooltip/Tooltip.tsx +0 -58
  252. package/src/components/Tooltip/Tooltip.types.ts +0 -24
  253. package/src/components/Tooltip/Tooltip.utils.ts +0 -46
  254. package/src/components/Tooltip/index.ts +0 -5
  255. package/src/components/UploadManager/UploadManager.styled.ts +0 -49
  256. package/src/components/UploadManager/UploadManager.tsx +0 -271
  257. package/src/components/UploadManager/UploadManager.types.ts +0 -16
  258. package/src/components/UploadManager/index.ts +0 -5
  259. package/src/components/index.ts +0 -23
  260. package/src/foundations/index.ts +0 -3
  261. package/src/foundations/palette.ts +0 -407
  262. package/src/foundations/spacing.ts +0 -5
  263. package/src/foundations/typography.ts +0 -492
  264. package/src/index.ts +0 -4
  265. package/src/react-app-env.d.ts +0 -71
  266. package/src/reportWebVitals.ts +0 -15
  267. package/src/setupTests.ts +0 -5
  268. package/src/systems/drawer.ts +0 -27
  269. package/src/systems/index.ts +0 -7
  270. package/src/theme.ts +0 -22
@@ -1,81 +0,0 @@
1
- import React from 'react';
2
- import { Typography } from '@mui/material';
3
- import {
4
- BaseFileDnDZone,
5
- DnDSection,
6
- DnDMainBox,
7
- FileDnDZoneContainer,
8
- } from './FileDnDZone.styled';
9
- import FileDnDZoneProps from './FileDnDZone.types';
10
-
11
- import theme from '../../theme';
12
- import { DEFAULT_FILE_FORMATS } from './FileDnDZone.utils';
13
-
14
- const FileDnDZone = ({
15
- slidesUploaded,
16
- maxSlideLimit = 500,
17
- acceptedFileFormats = DEFAULT_FILE_FORMATS,
18
- disabled,
19
- WrapperProps,
20
- OuterBoxProps,
21
- InnerBoxProps,
22
- SectionBoxProps,
23
- }: FileDnDZoneProps) => {
24
- const disabledSX = {
25
- opacity: 0.4,
26
- };
27
-
28
- return (
29
- <FileDnDZoneContainer
30
- sx={disabled ? disabledSX : {}}
31
- {...WrapperProps}
32
- >
33
- <BaseFileDnDZone {...OuterBoxProps}>
34
- <Typography
35
- variant="h7"
36
- sx={{ color: theme.palette.neutralGrey[25] }}
37
- >
38
- Drag and drop your slide files here
39
- </Typography>
40
- <DnDMainBox {...InnerBoxProps}>
41
- <DnDSection {...SectionBoxProps}>
42
- <Typography
43
- variant="body_sb1"
44
- sx={{ color: theme.palette.neutralGrey[45] }}
45
- >
46
- Supported file formats
47
- </Typography>
48
- <Typography
49
- variant="body_sb1"
50
- sx={{ color: theme.palette.neutralGrey[25], padding: '0 18px', textAlign: 'center' }}
51
- >
52
- {acceptedFileFormats}
53
- </Typography>
54
- </DnDSection>
55
- <DnDSection {...SectionBoxProps}>
56
- <Typography
57
- variant="body_sb1"
58
- sx={{ color: theme.palette.neutralGrey[45] }}
59
- >
60
- Allowed number of slides
61
- </Typography>
62
- <Typography
63
- variant="body_sb1"
64
- sx={{ color: theme.palette.neutralGrey[25] }}
65
- >
66
- {`You have uploaded ${slidesUploaded.toLocaleString()} slides on Lunit SCOPE.`}
67
- </Typography>
68
- <Typography
69
- variant="body_sb1"
70
- sx={{ color: theme.palette.neutralGrey[25] }}
71
- >
72
- {`The number of slides cannot exceed ${maxSlideLimit.toLocaleString()}.`}
73
- </Typography>
74
- </DnDSection>
75
- </DnDMainBox>
76
- </BaseFileDnDZone>
77
- </FileDnDZoneContainer>
78
- );
79
- };
80
-
81
- export default FileDnDZone;
@@ -1,14 +0,0 @@
1
- import type { BoxProps } from '@mui/material';
2
-
3
- interface FileDnDZoneProps {
4
- slidesUploaded: number;
5
- maxSlideLimit?: number;
6
- acceptedFileFormats?: string;
7
- disabled?: boolean;
8
- WrapperProps?: BoxProps;
9
- OuterBoxProps?: BoxProps;
10
- InnerBoxProps?: BoxProps;
11
- SectionBoxProps?: BoxProps;
12
- }
13
-
14
- export default FileDnDZoneProps;
@@ -1,3 +0,0 @@
1
- const DEFAULT_FILE_FORMATS = 'Leica(.svs), 3DHistech(.mrxs), and Philips(.isyntax, .tiff)';
2
-
3
- export { DEFAULT_FILE_FORMATS };
@@ -1,5 +0,0 @@
1
- import FileDnDZone from './FileDnDZone';
2
- import type FileDnDZoneProps from './FileDnDZone.types';
3
-
4
- export { FileDnDZone };
5
- export type { FileDnDZoneProps };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcBellNotiOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const BellNoti = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- BellNoti.displayName = 'BellNoti';
20
- BellNoti.variants = variants;
21
-
22
- export default BellNoti;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcCloseLargeOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const CloseLarge = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- CloseLarge.displayName = 'CloseLarge';
20
- CloseLarge.variants = variants;
21
-
22
- export default CloseLarge;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcCloseSmallOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const CloseSmall = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- CloseSmall.displayName = 'CloseSmall';
20
- CloseSmall.variants = variants;
21
-
22
- export default CloseSmall;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcDownloadPdfOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const DownloadPdf = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- DownloadPdf.displayName = 'DownloadPdf';
20
- DownloadPdf.variants = variants;
21
-
22
- export default DownloadPdf;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcEllipseOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const Ellipse = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- Ellipse.displayName = 'Ellipse';
20
- Ellipse.variants = variants;
21
-
22
- export default Ellipse;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcFilterNotiOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const FilterNoti = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- FilterNoti.displayName = 'FilterNoti';
20
- FilterNoti.variants = variants;
21
-
22
- export default FilterNoti;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcHideLargeOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const HideLarge = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- HideLarge.displayName = 'HideLarge';
20
- HideLarge.variants = variants;
21
-
22
- export default HideLarge;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcHideSmallOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const HideSmall = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- HideSmall.displayName = 'HideSmall';
20
- HideSmall.variants = variants;
21
-
22
- export default HideSmall;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcInformationLargeOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const InformationLarge = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- InformationLarge.displayName = 'InformationLarge';
20
- InformationLarge.variants = variants;
21
-
22
- export default InformationLarge;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcInformationSmallOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const InformationSmall = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- InformationSmall.displayName = 'InformationSmall';
20
- InformationSmall.variants = variants;
21
-
22
- export default InformationSmall;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcManufacturerOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const Manufacturer = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- Manufacturer.displayName = 'Manufacturer';
20
- Manufacturer.variants = variants;
21
-
22
- export default Manufacturer;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcRectangleOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const Rectangle = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- Rectangle.displayName = 'Rectangle';
20
- Rectangle.variants = variants;
21
-
22
- export default Rectangle;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcRefreshLeftOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const RefreshLeft = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- RefreshLeft.displayName = 'RefreshLeft';
20
- RefreshLeft.variants = variants;
21
-
22
- export default RefreshLeft;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcRefreshRightOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const RefreshRight = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- RefreshRight.displayName = 'RefreshRight';
20
- RefreshRight.variants = variants;
21
-
22
- export default RefreshRight;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcShowLargeOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const ShowLarge = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- ShowLarge.displayName = 'ShowLarge';
20
- ShowLarge.variants = variants;
21
-
22
- export default ShowLarge;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
3
-
4
- import { IcShowSmallOutlined20Px as outlined } from '../../../assets';
5
-
6
- const variants = ['outlined', ] as const;
7
- type Variant = typeof variants[number];
8
- type IconProps = SvgIconProps & {
9
- variant?: Variant;
10
- };
11
- const ShowSmall = ({variant = 'outlined', ...rest}: IconProps) => {
12
- if (variant === 'outlined') {
13
- return <SvgIcon {...rest} component={ outlined } inheritViewBox />;
14
- }
15
-
16
- return null;
17
- };
18
-
19
- ShowSmall.displayName = 'ShowSmall';
20
- ShowSmall.variants = variants;
21
-
22
- export default ShowSmall;
@@ -1,180 +0,0 @@
1
- export { default as BellNoti } from './BellNoti';
2
- export { default as CloseLarge } from './CloseLarge';
3
- export { default as CloseSmall } from './CloseSmall';
4
- export { default as DownloadPdf } from './DownloadPdf';
5
- export { default as Ellipse } from './Ellipse';
6
- export { default as FilterNoti } from './FilterNoti';
7
- export { default as HideLarge } from './HideLarge';
8
- export { default as HideSmall } from './HideSmall';
9
- export { default as InformationLarge } from './InformationLarge';
10
- export { default as InformationSmall } from './InformationSmall';
11
- export { default as Manufacturer } from './Manufacturer';
12
- export { default as Rectangle } from './Rectangle';
13
- export { default as RefreshLeft } from './RefreshLeft';
14
- export { default as RefreshRight } from './RefreshRight';
15
- export { default as ShowLarge } from './ShowLarge';
16
- export { default as ShowSmall } from './ShowSmall';
17
-
18
- export { Analyze } from '@lunit/design-system-icons';
19
- export { Annotation } from '@lunit/design-system-icons';
20
- export { Apps } from '@lunit/design-system-icons';
21
- export { ArrowDoubleDown } from '@lunit/design-system-icons';
22
- export { ArrowDoubleLeft } from '@lunit/design-system-icons';
23
- export { ArrowDoubleRight } from '@lunit/design-system-icons';
24
- export { ArrowDoubleUp } from '@lunit/design-system-icons';
25
- export { ArrowDown } from '@lunit/design-system-icons';
26
- export { ArrowDownSm } from '@lunit/design-system-icons';
27
- export { ArrowDownXs } from '@lunit/design-system-icons';
28
- export { ArrowDownward } from '@lunit/design-system-icons';
29
- export { ArrowExpand } from '@lunit/design-system-icons';
30
- export { ArrowLeft } from '@lunit/design-system-icons';
31
- export { ArrowMore } from '@lunit/design-system-icons';
32
- export { ArrowRight } from '@lunit/design-system-icons';
33
- export { ArrowUp } from '@lunit/design-system-icons';
34
- export { ArrowUpSm } from '@lunit/design-system-icons';
35
- export { ArrowUpXs } from '@lunit/design-system-icons';
36
- export { ArrowUpward } from '@lunit/design-system-icons';
37
- export { Avatar16 } from '@lunit/design-system-icons';
38
- export { Avatar } from '@lunit/design-system-icons';
39
- export { Avatar28 } from '@lunit/design-system-icons';
40
- export { Bell } from '@lunit/design-system-icons';
41
- export { Brightness } from '@lunit/design-system-icons';
42
- export { BrightnessPreset } from '@lunit/design-system-icons';
43
- export { Brush } from '@lunit/design-system-icons';
44
- export { Calendar } from '@lunit/design-system-icons';
45
- export { Check } from '@lunit/design-system-icons';
46
- export { Close16 } from '@lunit/design-system-icons';
47
- export { Close } from '@lunit/design-system-icons';
48
- export { CloudDownload } from '@lunit/design-system-icons';
49
- export { CloudUpload } from '@lunit/design-system-icons';
50
- export { Convert } from '@lunit/design-system-icons';
51
- export { Crop } from '@lunit/design-system-icons';
52
- export { Cursor } from '@lunit/design-system-icons';
53
- export { Dashboard } from '@lunit/design-system-icons';
54
- export { Delete } from '@lunit/design-system-icons';
55
- export { Demo } from '@lunit/design-system-icons';
56
- export { DownloadFolder } from '@lunit/design-system-icons';
57
- export { DownloadT1 } from '@lunit/design-system-icons';
58
- export { DownloadT2 } from '@lunit/design-system-icons';
59
- export { DownloadT3 } from '@lunit/design-system-icons';
60
- export { DownloadT4 } from '@lunit/design-system-icons';
61
- export { DrawArrow } from '@lunit/design-system-icons';
62
- export { DrawLine } from '@lunit/design-system-icons';
63
- export { Dummy16 } from '@lunit/design-system-icons';
64
- export { Dummy } from '@lunit/design-system-icons';
65
- export { Duplicate } from '@lunit/design-system-icons';
66
- export { Edit } from '@lunit/design-system-icons';
67
- export { EditTtr } from '@lunit/design-system-icons';
68
- export { EditType } from '@lunit/design-system-icons';
69
- export { Eraser } from '@lunit/design-system-icons';
70
- export { Error16 } from '@lunit/design-system-icons';
71
- export { Error } from '@lunit/design-system-icons';
72
- export { Exclude16 } from '@lunit/design-system-icons';
73
- export { Exclude } from '@lunit/design-system-icons';
74
- export { Feedback } from '@lunit/design-system-icons';
75
- export { File } from '@lunit/design-system-icons';
76
- export { Filter } from '@lunit/design-system-icons';
77
- export { FlipHorizontal } from '@lunit/design-system-icons';
78
- export { FlipVertical } from '@lunit/design-system-icons';
79
- export { FloodFill } from '@lunit/design-system-icons';
80
- export { Forward } from '@lunit/design-system-icons';
81
- export { Fullscreen } from '@lunit/design-system-icons';
82
- export { Hand } from '@lunit/design-system-icons';
83
- export { Help } from '@lunit/design-system-icons';
84
- export { Hide16 } from '@lunit/design-system-icons';
85
- export { Hide } from '@lunit/design-system-icons';
86
- export { History } from '@lunit/design-system-icons';
87
- export { Home } from '@lunit/design-system-icons';
88
- export { Include16 } from '@lunit/design-system-icons';
89
- export { Include } from '@lunit/design-system-icons';
90
- export { Information16 } from '@lunit/design-system-icons';
91
- export { Information } from '@lunit/design-system-icons';
92
- export { Invert } from '@lunit/design-system-icons';
93
- export { Label } from '@lunit/design-system-icons';
94
- export { Language } from '@lunit/design-system-icons';
95
- export { Layout1x1 } from '@lunit/design-system-icons';
96
- export { Layout1x2 } from '@lunit/design-system-icons';
97
- export { Layout1x4 } from '@lunit/design-system-icons';
98
- export { Layout2x1 } from '@lunit/design-system-icons';
99
- export { Layout2x2 } from '@lunit/design-system-icons';
100
- export { Lock } from '@lunit/design-system-icons';
101
- export { Logo16 } from '@lunit/design-system-icons';
102
- export { Logo } from '@lunit/design-system-icons';
103
- export { Logo32 } from '@lunit/design-system-icons';
104
- export { Logout } from '@lunit/design-system-icons';
105
- export { LunitLogo } from '@lunit/design-system-icons';
106
- export { Magnify } from '@lunit/design-system-icons';
107
- export { Menu as MenuIcon } from '@lunit/design-system-icons';
108
- export { MenuOpen } from '@lunit/design-system-icons';
109
- export { Minus } from '@lunit/design-system-icons';
110
- export { MoreHorizontal } from '@lunit/design-system-icons';
111
- export { MoreVertical } from '@lunit/design-system-icons';
112
- export { MoveDown } from '@lunit/design-system-icons';
113
- export { MoveLeft } from '@lunit/design-system-icons';
114
- export { MoveRight } from '@lunit/design-system-icons';
115
- export { MoveUp } from '@lunit/design-system-icons';
116
- export { Pan } from '@lunit/design-system-icons';
117
- export { Password } from '@lunit/design-system-icons';
118
- export { PathologySlides } from '@lunit/design-system-icons';
119
- export { PauseT1 } from '@lunit/design-system-icons';
120
- export { PauseT2 } from '@lunit/design-system-icons';
121
- export { PdfDownload } from '@lunit/design-system-icons';
122
- export { PdfUpload } from '@lunit/design-system-icons';
123
- export { Pen } from '@lunit/design-system-icons';
124
- export { Play } from '@lunit/design-system-icons';
125
- export { Plus } from '@lunit/design-system-icons';
126
- export { PolygonSelection } from '@lunit/design-system-icons';
127
- export { Project } from '@lunit/design-system-icons';
128
- export { Redo } from '@lunit/design-system-icons';
129
- export { Refresh } from '@lunit/design-system-icons';
130
- export { Removable16 } from '@lunit/design-system-icons';
131
- export { Removable } from '@lunit/design-system-icons';
132
- export { Reorder } from '@lunit/design-system-icons';
133
- export { Report } from '@lunit/design-system-icons';
134
- export { Reset } from '@lunit/design-system-icons';
135
- export { ResetText } from '@lunit/design-system-icons';
136
- export { ResetView } from '@lunit/design-system-icons';
137
- export { Review } from '@lunit/design-system-icons';
138
- export { Rewind } from '@lunit/design-system-icons';
139
- export { RotationLeft } from '@lunit/design-system-icons';
140
- export { RotationRight } from '@lunit/design-system-icons';
141
- export { RulerT1 } from '@lunit/design-system-icons';
142
- export { RulerT2 } from '@lunit/design-system-icons';
143
- export { RulerviewCircle } from '@lunit/design-system-icons';
144
- export { RulerviewLine } from '@lunit/design-system-icons';
145
- export { Save } from '@lunit/design-system-icons';
146
- export { SearchT1 } from '@lunit/design-system-icons';
147
- export { SearchT2 } from '@lunit/design-system-icons';
148
- export { SendEmail } from '@lunit/design-system-icons';
149
- export { Setting } from '@lunit/design-system-icons';
150
- export { Shortcut } from '@lunit/design-system-icons';
151
- export { Show16 } from '@lunit/design-system-icons';
152
- export { Show } from '@lunit/design-system-icons';
153
- export { Skip } from '@lunit/design-system-icons';
154
- export { StartT1 } from '@lunit/design-system-icons';
155
- export { StartT2 } from '@lunit/design-system-icons';
156
- export { Storage } from '@lunit/design-system-icons';
157
- export { Success16 } from '@lunit/design-system-icons';
158
- export { Success } from '@lunit/design-system-icons';
159
- export { TagT1 } from '@lunit/design-system-icons';
160
- export { TagT2 } from '@lunit/design-system-icons';
161
- export { TagT3 } from '@lunit/design-system-icons';
162
- export { Text } from '@lunit/design-system-icons';
163
- export { Toggle } from '@lunit/design-system-icons';
164
- export { Undo } from '@lunit/design-system-icons';
165
- export { Unlock } from '@lunit/design-system-icons';
166
- export { UploadFolder } from '@lunit/design-system-icons';
167
- export { UploadT1 } from '@lunit/design-system-icons';
168
- export { UploadT2 } from '@lunit/design-system-icons';
169
- export { UploadT3 } from '@lunit/design-system-icons';
170
- export { UploadT4 } from '@lunit/design-system-icons';
171
- export { User } from '@lunit/design-system-icons';
172
- export { ViewList } from '@lunit/design-system-icons';
173
- export { ViewModule } from '@lunit/design-system-icons';
174
- export { ViewfinderT1 } from '@lunit/design-system-icons';
175
- export { ViewfinderT2 } from '@lunit/design-system-icons';
176
- export { ViewfinderT3 } from '@lunit/design-system-icons';
177
- export { Warning16 } from '@lunit/design-system-icons';
178
- export { Warning } from '@lunit/design-system-icons';
179
- export { ZoomIn } from '@lunit/design-system-icons';
180
- export { ZoomOut } from '@lunit/design-system-icons';