@lunit/oui 1.0.1 → 1.1.0-alpha.1
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.
- package/README.md +3 -0
- package/dist/components/EllipsisTypography/EllipsisTypography.js +62 -0
- package/dist/components/EllipsisTypography/EllipsisTypography.styled.js +16 -0
- package/dist/components/EllipsisTypography/EllipsisTypography.types.js +2 -0
- package/dist/components/EllipsisTypography/index.js +3 -0
- package/dist/components/MuiCssBaseline.js +16 -0
- package/dist/components/ResizeObserver/ResizeObserverContext.js +56 -0
- package/dist/components/ResizeObserver/index.js +3 -0
- package/dist/components/index.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/EllipsisTypography/EllipsisTypography.d.ts +3 -0
- package/dist/types/components/EllipsisTypography/EllipsisTypography.styled.d.ts +6 -0
- package/dist/types/components/EllipsisTypography/EllipsisTypography.types.d.ts +9 -0
- package/dist/types/components/EllipsisTypography/index.d.ts +4 -0
- package/dist/types/components/ResizeObserver/ResizeObserverContext.d.ts +9 -0
- package/dist/types/components/ResizeObserver/index.d.ts +2 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +14 -7
- package/.git-ftp-include +0 -1
- package/src/assets/ic-bell-noti-outlined-20px.tsx +0 -21
- package/src/assets/ic-close-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-close-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-download-pdf-outlined-20px.tsx +0 -18
- package/src/assets/ic-ellipse-outlined-20px.tsx +0 -17
- package/src/assets/ic-filter-noti-outlined-20px.tsx +0 -21
- package/src/assets/ic-hide-large-outlined-20px.tsx +0 -13
- package/src/assets/ic-hide-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-information-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-information-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-manufacturer-outlined-20px.tsx +0 -19
- package/src/assets/ic-rectangle-outlined-20px.tsx +0 -17
- package/src/assets/ic-refresh-left-outlined-20px.tsx +0 -17
- package/src/assets/ic-refresh-right-outlined-20px.tsx +0 -13
- package/src/assets/ic-show-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-show-small-outlined-20px.tsx +0 -17
- package/src/assets/ic_bell_noti=outlined_20px.svg +0 -5
- package/src/assets/ic_close_large=outlined_20px.svg +0 -4
- package/src/assets/ic_close_small=outlined_20px.svg +0 -4
- package/src/assets/ic_download_pdf=outlined_20px.svg +0 -7
- package/src/assets/ic_ellipse=outlined_20px.svg +0 -4
- package/src/assets/ic_filter_noti=outlined_20px.svg +0 -5
- package/src/assets/ic_hide_large=outlined_20px.svg +0 -4
- package/src/assets/ic_hide_small=outlined_20px.svg +0 -4
- package/src/assets/ic_information_large=outlined_20px.svg +0 -4
- package/src/assets/ic_information_small=outlined_20px.svg +0 -4
- package/src/assets/ic_manufacturer=outlined_20px.svg +0 -3
- package/src/assets/ic_rectangle=outlined_20px.svg +0 -4
- package/src/assets/ic_refresh_left=outlined_20px.svg +0 -4
- package/src/assets/ic_refresh_right=outlined_20px.svg +0 -4
- package/src/assets/ic_show_large=outlined_20px.svg +0 -4
- package/src/assets/ic_show_small=outlined_20px.svg +0 -4
- package/src/assets/index.ts +0 -16
- package/src/components/Alert/Alert.styled.ts +0 -44
- package/src/components/Alert/Alert.tsx +0 -39
- package/src/components/Alert/Alert.types.ts +0 -5
- package/src/components/Alert/Alert.utils.tsx +0 -43
- package/src/components/Alert/index.ts +0 -5
- package/src/components/BaseTextField/BaseTextField.styled.ts +0 -110
- package/src/components/BaseTextField/BaseTextField.types.ts +0 -25
- package/src/components/BaseTextField/BaseTextField.utils.ts +0 -10
- package/src/components/Button/BaseButton.tsx +0 -19
- package/src/components/Button/Button.tsx +0 -117
- package/src/components/Button/Button.types.ts +0 -36
- package/src/components/Button/Button.utils.ts +0 -13
- package/src/components/Button/index.ts +0 -6
- package/src/components/Button/styleds/BaseButton.styled.ts +0 -57
- package/src/components/Button/styleds/ContainedButton.styled.ts +0 -123
- package/src/components/Button/styleds/GhostButton.styled.ts +0 -139
- package/src/components/Button/styleds/IconButton.styled.ts +0 -25
- package/src/components/Button/styleds/OutlinedButton.styled.ts +0 -144
- package/src/components/Card/Card.styled.tsx +0 -18
- package/src/components/Card/Card.tsx +0 -18
- package/src/components/Card/Card.types.ts +0 -10
- package/src/components/Card/index.ts +0 -5
- package/src/components/Checkbox/Checkbox.styled.tsx +0 -27
- package/src/components/Checkbox/Checkbox.tsx +0 -64
- package/src/components/Checkbox/Checkbox.types.ts +0 -16
- package/src/components/Checkbox/Checkbox.utils.tsx +0 -42
- package/src/components/Checkbox/index.ts +0 -5
- package/src/components/Chip/Chip.styled.ts +0 -120
- package/src/components/Chip/Chip.tsx +0 -33
- package/src/components/Chip/Chip.types.ts +0 -18
- package/src/components/Chip/Chip.utils.tsx +0 -50
- package/src/components/Chip/index.ts +0 -4
- package/src/components/DataTable/DataTable.styled.ts +0 -66
- package/src/components/DataTable/DataTable.tsx +0 -29
- package/src/components/DataTable/index.ts +0 -1
- package/src/components/DatePicker/DatePicker.styled.ts +0 -19
- package/src/components/DatePicker/DatePicker.tsx +0 -194
- package/src/components/DatePicker/DatePicker.types.ts +0 -8
- package/src/components/DatePicker/index.ts +0 -4
- package/src/components/Dialog/Dialog.styled.ts +0 -87
- package/src/components/Dialog/Dialog.tsx +0 -111
- package/src/components/Dialog/Dialog.types.ts +0 -19
- package/src/components/Dialog/index.ts +0 -5
- package/src/components/Divider/Divider.styled.ts +0 -24
- package/src/components/Divider/Divider.tsx +0 -13
- package/src/components/Divider/Divider.types.ts +0 -7
- package/src/components/Divider/index.ts +0 -5
- package/src/components/Dropdown/Dropdown.styled.tsx +0 -127
- package/src/components/Dropdown/Dropdown.tsx +0 -116
- package/src/components/Dropdown/Dropdown.types.ts +0 -31
- package/src/components/Dropdown/Dropdown.utils.ts +0 -13
- package/src/components/Dropdown/DropdownItem.styled.tsx +0 -66
- package/src/components/Dropdown/DropdownItem.tsx +0 -45
- package/src/components/Dropdown/DropdownItem.types.ts +0 -14
- package/src/components/Dropdown/DropdownItem.utils.ts +0 -14
- package/src/components/Dropdown/DropdownSubtitle.styled.ts +0 -13
- package/src/components/Dropdown/DropdownSubtitle.tsx +0 -9
- package/src/components/Dropdown/DropdownSubtitle.types.ts +0 -6
- package/src/components/Dropdown/IconDropdown.styled.tsx +0 -82
- package/src/components/Dropdown/IconDropdown.tsx +0 -56
- package/src/components/Dropdown/IconDropdown.types.ts +0 -22
- package/src/components/Dropdown/index.ts +0 -22
- package/src/components/FileDnDZone/FileDnDZone.styled.ts +0 -43
- package/src/components/FileDnDZone/FileDnDZone.tsx +0 -81
- package/src/components/FileDnDZone/FileDnDZone.types.ts +0 -14
- package/src/components/FileDnDZone/FileDnDZone.utils.ts +0 -3
- package/src/components/FileDnDZone/index.ts +0 -5
- package/src/components/List/List.styled.ts +0 -31
- package/src/components/List/List.tsx +0 -71
- package/src/components/List/List.types.ts +0 -24
- package/src/components/List/List.utils.ts +0 -14
- package/src/components/List/ListItem.styled.tsx +0 -61
- package/src/components/List/ListItem.tsx +0 -66
- package/src/components/List/ListItem.types.ts +0 -40
- package/src/components/List/ListItemCaption.styled.tsx +0 -7
- package/src/components/List/ListItemCaption.tsx +0 -18
- package/src/components/List/ListItemCaption.types.ts +0 -2
- package/src/components/List/index.ts +0 -8
- package/src/components/LoadingIndicator/LoadingIndicator.styled.tsx +0 -40
- package/src/components/LoadingIndicator/LoadingIndicator.tsx +0 -44
- package/src/components/LoadingIndicator/LoadingIndicator.types.ts +0 -7
- package/src/components/LoadingIndicator/assets/DnaLoadingAnimation.json +0 -769
- package/src/components/LoadingIndicator/assets/DotLoadingAnimation.json +0 -426
- package/src/components/LoadingIndicator/index.ts +0 -5
- package/src/components/Menu/Menu.styled.tsx +0 -42
- package/src/components/Menu/Menu.tsx +0 -28
- package/src/components/Menu/Menu.types.ts +0 -18
- package/src/components/Menu/MenuItem.styled.ts +0 -62
- package/src/components/Menu/MenuItem.tsx +0 -45
- package/src/components/Menu/MenuItem.types.ts +0 -14
- package/src/components/Menu/index.ts +0 -5
- package/src/components/MuiCssBaseline.ts +0 -78
- package/src/components/MuiInputBase.ts +0 -25
- package/src/components/MuiOutlinedInput.ts +0 -57
- package/src/components/MuiTextField.ts +0 -17
- package/src/components/Pagination/Pagination.styled.tsx +0 -71
- package/src/components/Pagination/Pagination.tsx +0 -182
- package/src/components/Pagination/Pagination.types.ts +0 -39
- package/src/components/Pagination/index.ts +0 -2
- package/src/components/ProductLabel/ProductLabel.styled.ts +0 -61
- package/src/components/ProductLabel/ProductLabel.tsx +0 -57
- package/src/components/ProductLabel/ProductLabel.types.ts +0 -10
- package/src/components/ProductLabel/index.ts +0 -5
- package/src/components/Progress/CircularProgress.styled.ts +0 -10
- package/src/components/Progress/CircularProgress.tsx +0 -15
- package/src/components/Progress/CircularProgress.types.ts +0 -6
- package/src/components/Progress/LinearProgress.styled.ts +0 -15
- package/src/components/Progress/LinearProgress.tsx +0 -16
- package/src/components/Progress/LinearProgress.types.ts +0 -7
- package/src/components/Progress/index.ts +0 -4
- package/src/components/Radio/Radio.styled.ts +0 -35
- package/src/components/Radio/Radio.tsx +0 -60
- package/src/components/Radio/Radio.types.ts +0 -15
- package/src/components/Radio/RadioGroup.styled.ts +0 -6
- package/src/components/Radio/RadioGroup.tsx +0 -23
- package/src/components/Radio/RadioGroup.types.ts +0 -10
- package/src/components/Radio/index.ts +0 -7
- package/src/components/Stepper/Stepper.styled.ts +0 -38
- package/src/components/Stepper/Stepper.tsx +0 -24
- package/src/components/Stepper/Stepper.types.ts +0 -13
- package/src/components/Stepper/index.ts +0 -5
- package/src/components/TabbedPanel/TabbedPanel.styled.ts +0 -129
- package/src/components/TabbedPanel/TabbedPanel.tsx +0 -70
- package/src/components/TabbedPanel/TabbedPanel.types.ts +0 -36
- package/src/components/TabbedPanel/TabbedPanel.utils.ts +0 -21
- package/src/components/TabbedPanel/index.ts +0 -5
- package/src/components/TextField/TextArea.styled.tsx +0 -36
- package/src/components/TextField/TextArea.tsx +0 -35
- package/src/components/TextField/TextArea.types.ts +0 -28
- package/src/components/TextField/TextInput.styled.tsx +0 -115
- package/src/components/TextField/TextInput.tsx +0 -27
- package/src/components/TextField/TextInput.types.ts +0 -46
- package/src/components/TextField/TextInput.utils.ts +0 -7
- package/src/components/TextField/components/Buttons.tsx +0 -26
- package/src/components/TextField/components/NormalTextInput.tsx +0 -95
- package/src/components/TextField/components/PasswordInput.tsx +0 -92
- package/src/components/TextField/index.ts +0 -7
- package/src/components/Tooltip/Tooltip.styled.tsx +0 -36
- package/src/components/Tooltip/Tooltip.tsx +0 -58
- package/src/components/Tooltip/Tooltip.types.ts +0 -24
- package/src/components/Tooltip/Tooltip.utils.ts +0 -46
- package/src/components/Tooltip/index.ts +0 -5
- package/src/components/UploadManager/UploadManager.styled.ts +0 -49
- package/src/components/UploadManager/UploadManager.tsx +0 -271
- package/src/components/UploadManager/UploadManager.types.ts +0 -16
- package/src/components/UploadManager/index.ts +0 -5
- package/src/components/index.ts +0 -23
- package/src/foundations/index.ts +0 -4
- package/src/foundations/palette.ts +0 -418
- package/src/foundations/spacing.ts +0 -5
- package/src/foundations/styles.ts +0 -9
- package/src/foundations/typography.ts +0 -492
- package/src/icons/BellNoti/index.tsx +0 -28
- package/src/icons/CloseLarge/index.tsx +0 -28
- package/src/icons/CloseSmall/index.tsx +0 -28
- package/src/icons/DownloadPdf/index.tsx +0 -28
- package/src/icons/Ellipse/index.tsx +0 -28
- package/src/icons/FilterNoti/index.tsx +0 -28
- package/src/icons/HideLarge/index.tsx +0 -28
- package/src/icons/HideSmall/index.tsx +0 -28
- package/src/icons/InformationLarge/index.tsx +0 -28
- package/src/icons/InformationSmall/index.tsx +0 -28
- package/src/icons/Manufacturer/index.tsx +0 -28
- package/src/icons/Rectangle/index.tsx +0 -28
- package/src/icons/RefreshLeft/index.tsx +0 -28
- package/src/icons/RefreshRight/index.tsx +0 -28
- package/src/icons/ShowLarge/index.tsx +0 -28
- package/src/icons/ShowSmall/index.tsx +0 -28
- package/src/icons/index.ts +0 -180
- package/src/index.ts +0 -4
- package/src/react-app-env.d.ts +0 -71
- package/src/reportWebVitals.ts +0 -15
- package/src/setupTests.ts +0 -5
- package/src/systems/drawer.ts +0 -27
- package/src/systems/index.ts +0 -7
- package/src/theme.ts +0 -22
package/README.md
CHANGED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useContext, useEffect, useRef, useState } from 'react';
|
|
3
|
+
import StyledTypography from './EllipsisTypography.styled';
|
|
4
|
+
import { Tooltip } from '../Tooltip';
|
|
5
|
+
import { ResizeObserverContext } from '../ResizeObserver/ResizeObserverContext';
|
|
6
|
+
function EllipsisTypography({ children, heightThreshold: heightThresholdProp, tooltipPlacement = 'bottom', maxLines = 1, ...otherProps }) {
|
|
7
|
+
const typographyRef = useRef(null);
|
|
8
|
+
const direction = otherProps.direction || 'row';
|
|
9
|
+
const heightThreshold = heightThresholdProp != null ? heightThresholdProp : 1;
|
|
10
|
+
const [showTooltip, setShowTooltip] = useState(false);
|
|
11
|
+
const { addResizeHandler, removeResizeHandler } = useContext(ResizeObserverContext);
|
|
12
|
+
useEffect(() => {
|
|
13
|
+
if (typographyRef.current) {
|
|
14
|
+
const target = typographyRef.current;
|
|
15
|
+
const resizeHandler = () => {
|
|
16
|
+
switch (direction) {
|
|
17
|
+
case 'row':
|
|
18
|
+
if (target.scrollHeight - target.clientHeight > heightThreshold && !showTooltip) {
|
|
19
|
+
setShowTooltip(true);
|
|
20
|
+
}
|
|
21
|
+
else if (target.scrollHeight - target.clientHeight <= heightThreshold &&
|
|
22
|
+
showTooltip) {
|
|
23
|
+
setShowTooltip(false);
|
|
24
|
+
}
|
|
25
|
+
break;
|
|
26
|
+
case 'column':
|
|
27
|
+
default:
|
|
28
|
+
if (target.scrollHeight - target.clientHeight > heightThreshold && !showTooltip) {
|
|
29
|
+
setShowTooltip(true);
|
|
30
|
+
}
|
|
31
|
+
else if (target.scrollHeight - target.clientHeight <= heightThreshold &&
|
|
32
|
+
showTooltip) {
|
|
33
|
+
setShowTooltip(false);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
if (addResizeHandler) {
|
|
38
|
+
console.log(addResizeHandler);
|
|
39
|
+
addResizeHandler(target, resizeHandler);
|
|
40
|
+
}
|
|
41
|
+
return () => {
|
|
42
|
+
if (removeResizeHandler)
|
|
43
|
+
removeResizeHandler(target);
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
return () => { };
|
|
47
|
+
}, [
|
|
48
|
+
typographyRef,
|
|
49
|
+
direction,
|
|
50
|
+
showTooltip,
|
|
51
|
+
heightThreshold,
|
|
52
|
+
addResizeHandler,
|
|
53
|
+
removeResizeHandler,
|
|
54
|
+
]);
|
|
55
|
+
console.log(showTooltip);
|
|
56
|
+
if (showTooltip) {
|
|
57
|
+
return (_jsx(Tooltip, { title: children, placement: tooltipPlacement, size: "small", children: _jsx(StyledTypography, { ...otherProps, ref: typographyRef, direction: direction, maxLines: maxLines, children: children }) }));
|
|
58
|
+
}
|
|
59
|
+
return (_jsx(StyledTypography, { ...otherProps, ref: typographyRef, direction: direction, maxLines: maxLines, children: children }));
|
|
60
|
+
}
|
|
61
|
+
export default EllipsisTypography;
|
|
62
|
+
//# sourceMappingURL=EllipsisTypography.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Typography as MUITypography } from '@mui/material';
|
|
2
|
+
import { styled } from '@mui/material/styles';
|
|
3
|
+
const StyledTypography = styled(MUITypography, {
|
|
4
|
+
shouldForwardProp: (prop) => !['direction', 'heightThreshold', 'maxLines'].includes(prop.toString()),
|
|
5
|
+
})(({ direction, maxLines }) => ({
|
|
6
|
+
maxWidth: '100%',
|
|
7
|
+
overflow: 'hidden',
|
|
8
|
+
textOverflow: 'ellipsis',
|
|
9
|
+
lineBreak: 'anywhere',
|
|
10
|
+
display: '-webkit-box',
|
|
11
|
+
WebkitBoxOrient: 'vertical',
|
|
12
|
+
whiteSpace: 'normal',
|
|
13
|
+
...(direction === 'row' ? { WebkitLineClamp: 1 } : { WebkitLineClamp: maxLines }),
|
|
14
|
+
}));
|
|
15
|
+
export default StyledTypography;
|
|
16
|
+
//# sourceMappingURL=EllipsisTypography.styled.js.map
|
|
@@ -6,8 +6,24 @@ const html = {
|
|
|
6
6
|
fontFamily: `Pretendard, sans-serif`,
|
|
7
7
|
fontFeatureSettings: `'tnum', 'ss01', 'ss02', 'ss08'`,
|
|
8
8
|
};
|
|
9
|
+
const body = {
|
|
10
|
+
...html,
|
|
11
|
+
width: '100vw',
|
|
12
|
+
height: '100vh',
|
|
13
|
+
margin: 0,
|
|
14
|
+
padding: 0,
|
|
15
|
+
overflow: 'hidden',
|
|
16
|
+
lineHeight: 'normal',
|
|
17
|
+
color: 'white',
|
|
18
|
+
backgroundColor: palette.neutralGrey?.[95],
|
|
19
|
+
'& a': {
|
|
20
|
+
textDecoration: 'none',
|
|
21
|
+
},
|
|
22
|
+
};
|
|
9
23
|
const styleOverrides = {
|
|
10
24
|
html,
|
|
25
|
+
'.App': body,
|
|
26
|
+
'#root': body,
|
|
11
27
|
'*::-webkit-scrollbar-track': {
|
|
12
28
|
backgroundColor: 'transparent',
|
|
13
29
|
},
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { createContext, useEffect, useRef } from 'react';
|
|
3
|
+
import { v4 as uuidV4 } from 'uuid';
|
|
4
|
+
import { cloneDeep as _cloneDeep, throttle as _throttle } from 'lodash';
|
|
5
|
+
const ResizeObserverContext = createContext({});
|
|
6
|
+
const { Provider } = ResizeObserverContext;
|
|
7
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
8
|
+
const ResizeObserverProvider = ({ children }) => {
|
|
9
|
+
const observerRef = useRef(null);
|
|
10
|
+
const handlersRef = useRef({});
|
|
11
|
+
function getObserver() {
|
|
12
|
+
let current = _cloneDeep(observerRef.current);
|
|
13
|
+
if (current === null) {
|
|
14
|
+
current = new ResizeObserver(_throttle((entries) => {
|
|
15
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16
|
+
entries.forEach((entry) => {
|
|
17
|
+
const resizeHandlers = handlersRef.current;
|
|
18
|
+
const observerKey = entry.target.attributes.getNamedItem('data-resizeobkey');
|
|
19
|
+
if (resizeHandlers[observerKey.value]) {
|
|
20
|
+
resizeHandlers[observerKey.value](entry.target);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
return current;
|
|
26
|
+
}
|
|
27
|
+
const addResizeHandler = (target, handler) => {
|
|
28
|
+
let observerKey = target.attributes.getNamedItem('data-resizeobkey');
|
|
29
|
+
if (observerKey === null) {
|
|
30
|
+
target.setAttribute('data-resizeobkey', uuidV4());
|
|
31
|
+
observerKey = target.attributes.getNamedItem('data-resizeobkey');
|
|
32
|
+
}
|
|
33
|
+
handlersRef.current[observerKey.value] = handler;
|
|
34
|
+
getObserver().observe(target);
|
|
35
|
+
};
|
|
36
|
+
const removeResizeHandler = (target) => {
|
|
37
|
+
const observerKey = target.attributes.getNamedItem('data-resizeobkey');
|
|
38
|
+
if (observerKey !== null) {
|
|
39
|
+
delete handlersRef.current[observerKey.value];
|
|
40
|
+
}
|
|
41
|
+
getObserver().unobserve(target);
|
|
42
|
+
};
|
|
43
|
+
useEffect(() => {
|
|
44
|
+
return () => {
|
|
45
|
+
if (observerRef.current) {
|
|
46
|
+
observerRef.current.disconnect();
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
}, []);
|
|
50
|
+
return (_jsx(Provider, { value: {
|
|
51
|
+
addResizeHandler,
|
|
52
|
+
removeResizeHandler,
|
|
53
|
+
}, children: children }));
|
|
54
|
+
};
|
|
55
|
+
export { ResizeObserverContext, ResizeObserverProvider };
|
|
56
|
+
//# sourceMappingURL=ResizeObserverContext.js.map
|
package/dist/components/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { EllipsisTypographyProps } from './EllipsisTypography.types';
|
|
2
|
+
declare function EllipsisTypography({ children, heightThreshold: heightThresholdProp, tooltipPlacement, maxLines, ...otherProps }: EllipsisTypographyProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default EllipsisTypography;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { BaseEllipsisTypographyProps } from './EllipsisTypography.types';
|
|
3
|
+
declare const StyledTypography: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
4
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
5
|
+
}, "width" | "zIndex" | "typography" | "color" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "visibility" | "whiteSpace" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "style" | "classes" | "className" | "children" | "sx" | "variant" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & BaseEllipsisTypographyProps, {}, {}>;
|
|
6
|
+
export default StyledTypography;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TypographyProps as MuiTypographyProps } from '@mui/material';
|
|
2
|
+
export interface BaseEllipsisTypographyProps extends MuiTypographyProps {
|
|
3
|
+
direction?: 'row' | 'column';
|
|
4
|
+
maxLines?: number;
|
|
5
|
+
}
|
|
6
|
+
export interface EllipsisTypographyProps extends BaseEllipsisTypographyProps {
|
|
7
|
+
tooltipPlacement?: 'top' | 'right' | 'bottom' | 'left';
|
|
8
|
+
heightThreshold?: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type EntryHandler = (entry: Element) => void;
|
|
3
|
+
interface IResizeObserverContextProps {
|
|
4
|
+
addResizeHandler(target: Element, handler: EntryHandler): void;
|
|
5
|
+
removeResizeHandler(target: Element): void;
|
|
6
|
+
}
|
|
7
|
+
declare const ResizeObserverContext: React.Context<IResizeObserverContextProps>;
|
|
8
|
+
declare const ResizeObserverProvider: ({ children }: any) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { ResizeObserverContext, ResizeObserverProvider };
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunit/oui",
|
|
3
|
-
"version": "1.0.1",
|
|
3
|
+
"version": "1.1.0-alpha.1",
|
|
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)"
|
|
@@ -196,26 +196,33 @@
|
|
|
196
196
|
"webpack-node-externals": "^3.0.0"
|
|
197
197
|
},
|
|
198
198
|
"description": "Lunit Oncology UI components",
|
|
199
|
-
"main": "dist/
|
|
199
|
+
"main": "dist/index.js",
|
|
200
200
|
"module": "dist/index.js",
|
|
201
|
+
"types": "dist/types/index.d.ts",
|
|
201
202
|
"sideEffects": false,
|
|
202
203
|
"exports": {
|
|
203
204
|
".": {
|
|
204
205
|
"import": "./dist/index.js",
|
|
205
|
-
"
|
|
206
|
-
"default": "./dist/
|
|
206
|
+
"module": "./dist/index.js",
|
|
207
|
+
"default": "./dist/index.js"
|
|
207
208
|
},
|
|
208
209
|
"./*": {
|
|
209
210
|
"import": "./dist/components/*/index.js",
|
|
210
|
-
"
|
|
211
|
-
"default": "./dist/
|
|
211
|
+
"module": "./dist/components/*/index.js",
|
|
212
|
+
"default": "./dist/components/*/index.js"
|
|
213
|
+
},
|
|
214
|
+
"./icons": {
|
|
215
|
+
"import": "./dist/icons/index.js",
|
|
216
|
+
"module": "./dist/icons/index.js",
|
|
217
|
+
"default": "./dist/icons/index.js",
|
|
218
|
+
"types": "./dist/types/icons/index.d.ts"
|
|
212
219
|
}
|
|
213
220
|
},
|
|
214
|
-
"types": "dist/types/index.d.ts",
|
|
215
221
|
"typesVersions": {
|
|
216
222
|
"*": {
|
|
217
223
|
"*": [
|
|
218
224
|
"dist/types/components/*/index.d.ts",
|
|
225
|
+
"dist/types/icons/*/index.d.ts",
|
|
219
226
|
"dist/types/index.d.ts"
|
|
220
227
|
]
|
|
221
228
|
}
|
package/.git-ftp-include
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!./dist
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcBellNotioutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 1.5c.557 0 1.072.049 1.547.142a5.021 5.021 0 0 0-1.128.869A8.062 8.062 0 0 0 10 2.5c-1.258 0-2.214.278-2.944.717-.731.439-1.265 1.056-1.653 1.778-.785 1.461-.955 3.326-.914 4.872.044 1.62-.343 3.313-1.36 4.633h13.742c-.831-1.078-1.241-2.406-1.34-3.739.344-.11.672-.257.98-.436.039 1.495.502 2.935 1.493 3.96a.717.717 0 0 1-.515 1.215H12.5a2.5 2.5 0 0 1-5 0H2.511a.717.717 0 0 1-.515-1.215c1.086-1.123 1.538-2.745 1.494-4.39-.044-1.606.124-3.682 1.032-5.373.458-.854 1.11-1.616 2.019-2.162.91-.547 2.05-.86 3.459-.86Zm-1.5 14a1.5 1.5 0 0 0 3 0h-3Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill="#E63B28"
|
|
17
|
-
d="M18 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
export default SvgIcBellNotioutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcCloseLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M4.854 15.854a.5.5 0 0 1-.708-.708L9.293 10 4.146 4.854a.5.5 0 1 1 .708-.708L10 9.293l5.146-5.147a.5.5 0 0 1 .708.708L10.707 10l5.147 5.146a.5.5 0 0 1-.708.708L10 10.707l-5.146 5.147Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcCloseLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcCloseSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 9.293 5.854 5.146a.5.5 0 1 0-.708.708L9.293 10l-4.147 4.146a.5.5 0 1 0 .708.708L10 10.707l4.146 4.147a.5.5 0 0 0 .708-.708L10.707 10l4.147-4.146a.5.5 0 0 0-.708-.708L10 9.293Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcCloseSmalloutlined20Px;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcDownloadPdfoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M3.051 2.343V8h1.014V6.086h1.088c1.307 0 2.009-.785 2.009-1.87 0-1.08-.694-1.873-1.995-1.873H3.051Zm1.014 2.906V3.193h.947c.768 0 1.11.42 1.11 1.022 0 .603-.342 1.034-1.104 1.034h-.953ZM9.939 2.343h-1.95V8h1.914c1.724 0 2.74-1.066 2.74-2.834 0-1.763-1.016-2.823-2.704-2.823Zm-.937 4.776V3.224h.882c1.152 0 1.751.643 1.751 1.942 0 1.3-.6 1.953-1.782 1.953h-.85Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path d="M14.565 5.594V8H13.55V2.343h3.619v.856h-2.605V4.74h2.356v.854h-2.356ZM13.124 13.67l-2.624 3V11a.5.5 0 1 0-1 0v5.67l-2.624-3a.5.5 0 1 0-.752.66l3.5 4a.5.5 0 0 0 .752 0l3.5-4a.5.5 0 0 0-.752-.66Z" />
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
export default SvgIcDownloadPdfoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcEllipseoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 1a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcEllipseoutlined20Px;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcFilterNotioutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10.1 5H6.937a2 2 0 0 0-3.874 0H2a.5.5 0 0 0 0 1h1.063a2 2 0 0 0 3.874 0H10c0-.342.034-.677.1-1Zm2.55 4.238a2 2 0 0 1 3.787.262h.501a3.973 3.973 0 0 1-1.438.47 1 1 0 0 0-1.962-.245 3.993 3.993 0 0 1-.888-.487Zm-1.22.262H2a.5.5 0 0 0 0 1h10.563a2 2 0 0 0 3.76.323 5.005 5.005 0 0 1-1.669.165 1.002 1.002 0 0 1-.544-.067A4.989 4.989 0 0 1 11.43 9.5Zm5.752 1H18a.5.5 0 0 0 .384-.82 5.01 5.01 0 0 1-1.202.82ZM11 6c0-.345.044-.68.126-1H18a.5.5 0 0 1 0 1h-7Zm-7-.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm6.437 9.5a2 2 0 0 1-3.874 0H2a.5.5 0 0 1 0-1h4.563a2 2 0 0 1 3.874 0H18a.5.5 0 0 1 0 1h-7.563ZM7.5 14.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill="#E63B28"
|
|
17
|
-
d="M19 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
export default SvgIcFilterNotioutlined20Px;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcHideLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path d="M3.975 6.344a.5.5 0 0 0-.95.31L3.5 6.5l-.475.155v.003l.002.005.006.016.019.052c.016.043.04.103.071.178.065.149.163.356.303.599.222.385.55.864 1.017 1.342l-1.296 1.297a.5.5 0 1 0 .707.707l1.34-1.34c.458.348 1.003.669 1.646.923l-.8 1.866a.5.5 0 1 0 .92.394l.837-1.954a8.805 8.805 0 0 0 1.703.245V13.5a.5.5 0 1 0 1 0v-2.512a8.804 8.804 0 0 0 1.703-.245l.838 1.954a.5.5 0 1 0 .919-.394l-.8-1.866a6.913 6.913 0 0 0 1.646-.923l1.39 1.39a.42.42 0 0 0 .632-.026.5.5 0 0 0 .026-.731L15.557 8.85a6.77 6.77 0 0 0 1.018-1.342 5.823 5.823 0 0 0 .374-.777l.018-.052.006-.016.002-.005v-.003L16.5 6.5l.476.155a.5.5 0 0 0-.951-.31l-.002.005a4.82 4.82 0 0 1-.315.659c-.236.41-.619.95-1.197 1.456a5.943 5.943 0 0 1-2.17 1.201 7.826 7.826 0 0 1-2.34.334 7.825 7.825 0 0 1-2.342-.334 5.943 5.943 0 0 1-2.17-1.201 5.783 5.783 0 0 1-1.197-1.456 4.814 4.814 0 0 1-.304-.628 1.486 1.486 0 0 1-.01-.031l-.003-.006Z" />
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
export default SvgIcHideLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcHideSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M14.926 7.644a.494.494 0 1 0-.948-.288v.002a3.655 3.655 0 0 1-.208.477c-.159.3-.412.692-.795 1.06-.354.34-.82.659-1.428.867a4.752 4.752 0 0 1-1.547.24 4.752 4.752 0 0 1-1.547-.24 3.831 3.831 0 0 1-1.428-.867 4.161 4.161 0 0 1-.96-1.42 2.268 2.268 0 0 1-.036-.096l-.007-.021v-.003a.494.494 0 0 0-.616-.334.506.506 0 0 0-.331.625v.001l.002.005.003.012a2.073 2.073 0 0 0 .065.18 5.216 5.216 0 0 0 .577 1.054l-1.057.993a.548.548 0 0 0-.048.73c.172.216.474.24.673.052l1.087-1.021c.273.257.597.503.98.714l-.663 1.257a.542.542 0 0 0 .177.706c.23.142.52.055.652-.193l.731-1.387c.378.119.794.201 1.251.236V12.5c0 .277.222.501.495.501a.498.498 0 0 0 .495-.5v-1.515a5.579 5.579 0 0 0 1.212-.224l.725 1.375c.13.248.422.335.651.193a.541.541 0 0 0 .178-.706l-.653-1.238a4.811 4.811 0 0 0 1.015-.733l1.087 1.02c.2.188.5.165.673-.051a.548.548 0 0 0-.048-.73l-1.057-.993a5.198 5.198 0 0 0 .577-1.054 3.23 3.23 0 0 0 .064-.18l.005-.012v-.005l.001-.001v-.002Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcHideSmalloutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcInformationLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm-9 8a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm8.25 4.247c0 .38.283.694.65.743a.503.503 0 0 0 .2 0 .75.75 0 0 0 .65-.743v-5.5a.75.75 0 0 0-1.5 0v5.5ZM10 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcInformationLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcInformationSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M4 10a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm6-7a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm.09 6.008a.501.501 0 0 0-.18 0 .75.75 0 0 0-.66.745v3.5a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.66-.745ZM10 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcInformationSmalloutlined20Px;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcManufactureroutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={20}
|
|
7
|
-
height={24}
|
|
8
|
-
fill="none"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
fill="#000"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
d="M19.48.004v23H0v-8.543l2.977-6.178 2.253 4.682 2.254-4.682 2.256 4.682 2.254-4.682 2.256 4.682V.005h5.23Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
/>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
export default SvgIcManufactureroutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRectangleoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M1 2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm1 0v16h16V2H2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcRectangleoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRefreshLeftoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M3.673 7a7 7 0 1 1-.275 5.333.5.5 0 0 0-.943.334A8 8 0 1 0 3 6.125V3.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H3.673Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcRefreshLeftoutlined20Px;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRefreshRightoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path d="M14.436 3.343a8 8 0 1 0 3.294 8.718.5.5 0 0 0-.966-.258 7 7 0 1 1-.273-4.424h-2.957a.5.5 0 0 0 0 1h4.243a.5.5 0 0 0 .5-.5V3.636a.5.5 0 0 0-1 0v3.04a8 8 0 0 0-2.84-3.333Z" />
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
export default SvgIcRefreshRightoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcShowLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M3.025 10.228C3.445 9.238 5.178 6 9.977 6c4.789 0 6.559 3.222 6.997 4.224a.23.23 0 0 1-.004.204C16.523 11.285 14.748 14 9.977 14c-4.782 0-6.519-2.728-6.948-3.575a.227.227 0 0 1-.004-.197ZM9.977 5C4.59 5 2.59 8.685 2.1 9.839c-.14.33-.135.706.032 1.036C2.672 11.942 4.7 15 9.977 15c5.262 0 7.325-3.039 7.885-4.112.175-.337.18-.724.033-1.063C17.386 8.662 15.349 5 9.977 5Zm-2.009 5c0-1.105.9-2 2.01-2 1.109 0 2.008.895 2.008 2s-.899 2-2.009 2c-1.11 0-2.009-.895-2.009-2Zm2.01-3a3.007 3.007 0 0 0-3.014 3c0 1.657 1.349 3 3.013 3a3.007 3.007 0 0 0 3.014-3c0-1.657-1.35-3-3.014-3Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcShowLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcShowSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 7c3.305 0 4.591 2.345 4.975 3.276C14.593 11.042 13.312 13 10 13c-3.312 0-4.593-1.958-4.975-2.724C5.41 9.346 6.695 7 10 7Zm5.95 3.02a.722.722 0 0 1-.016.567C15.538 11.447 14.024 14 10 14c-4.023 0-5.538-2.552-5.934-3.413a.722.722 0 0 1-.016-.566C4.422 9.058 5.923 6 10 6s5.578 3.058 5.95 4.02ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcShowSmalloutlined20Px;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" fill="currentColor"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99999 1.5C10.5571 1.5 11.0721 1.54893 11.5474 1.64184C11.1304 1.87701 10.7506 2.17028 10.4188 2.51068C10.2831 2.50362 10.1435 2.5 9.99999 2.5C8.7422 2.5 7.78644 2.77802 7.05583 3.21684C6.32505 3.65576 5.79079 4.27282 5.4029 4.99518C4.61826 6.45635 4.44756 8.3213 4.48929 9.86741C4.53301 11.4875 4.1461 13.1803 3.1294 14.5H16.8706C16.0399 13.4217 15.6296 12.0944 15.5312 10.7612C15.8753 10.6506 16.2031 10.5038 16.5102 10.3252C16.5499 11.8196 17.0132 13.2603 18.004 14.2849C18.4439 14.7398 18.1215 15.5 17.4887 15.5L12.5 15.5C12.5 16.8807 11.3807 18 10 18C8.61929 18 7.5 16.8807 7.5 15.5L2.5113 15.5C1.87845 15.5 1.55608 14.7398 1.99601 14.2849C3.08178 13.1621 3.53405 11.5397 3.48965 9.89439C3.44633 8.28898 3.61362 6.21348 4.52188 4.52208C4.98044 3.66815 5.63135 2.9059 6.54094 2.35958C7.45071 1.81315 8.59053 1.5 9.99999 1.5ZM8.5 15.5C8.5 16.3284 9.17157 17 10 17C10.8284 17 11.5 16.3284 11.5 15.5H8.5Z" fill="currentColor"/>
|
|
4
|
-
<path d="M18 6C18 8.20914 16.2091 10 14 10C11.7909 10 10 8.20914 10 6C10 3.79086 11.7909 2 14 2C16.2091 2 18 3.79086 18 6Z" fill="#E63B28"/>
|
|
5
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" fill="currentColor"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.85355 15.8536C4.65829 16.0488 4.34171 16.0488 4.14645 15.8536C3.95118 15.6583 3.95118 15.3417 4.14645 15.1464L9.29289 10L4.14645 4.85355C3.95118 4.65829 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65829 3.95118 4.85355 4.14645L10 9.29289L15.1464 4.14645C15.3417 3.95118 15.6583 3.95118 15.8536 4.14645C16.0488 4.34171 16.0488 4.65829 15.8536 4.85355L10.7071 10L15.8536 15.1464C16.0488 15.3417 16.0488 15.6583 15.8536 15.8536C15.6583 16.0488 15.3417 16.0488 15.1464 15.8536L10 10.7071L4.85355 15.8536Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|