@lunit/oui 1.1.0-alpha.5 → 1.3.0
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/dist/assets/ic-bell-noti-outlined-20px.js +1 -1
- package/dist/assets/ic-close-large-outlined-20px.js +1 -1
- package/dist/assets/ic-close-small-outlined-20px.js +1 -1
- package/dist/assets/ic-copy-coordinates-outlined-20px.d.ts +3 -0
- package/dist/assets/ic-copy-coordinates-outlined-20px.js +3 -0
- package/dist/assets/ic-download-pdf-outlined-20px.js +1 -1
- package/dist/assets/ic-ellipse-outlined-20px.js +1 -1
- package/dist/assets/ic-filter-noti-outlined-20px.js +1 -1
- package/dist/assets/ic-hide-large-outlined-20px.js +1 -1
- package/dist/assets/ic-hide-small-outlined-20px.js +1 -1
- package/dist/assets/ic-information-large-outlined-20px.js +1 -1
- package/dist/assets/ic-information-small-outlined-20px.js +1 -1
- package/dist/assets/ic-manufacturer-outlined-20px.js +1 -1
- package/dist/assets/ic-rectangle-outlined-20px.js +1 -1
- package/dist/assets/ic-refresh-left-outlined-20px.js +1 -1
- package/dist/assets/ic-refresh-right-outlined-20px.js +1 -1
- package/dist/assets/ic-show-large-outlined-20px.js +1 -1
- package/dist/assets/ic-show-small-outlined-20px.js +1 -1
- package/dist/{types/assets → assets}/index.d.ts +1 -0
- package/dist/assets/index.js +1 -0
- package/dist/foundations/index.d.ts +6 -0
- package/dist/foundations/index.js +5 -4
- package/dist/foundations/typography.d.ts +158 -0
- package/dist/icons/CopyCoordinates/index.d.ts +12 -0
- package/dist/icons/CopyCoordinates/index.js +13 -0
- package/dist/{types/icons → icons}/index.d.ts +2 -0
- package/dist/icons/index.js +2 -0
- package/dist/theme.d.ts +15 -0
- package/dist/theme.js +1 -1
- package/package.json +7 -3
- package/dist/reportWebVitals.js +0 -12
- package/dist/setupTests.js +0 -5
- package/dist/types/foundations/index.d.ts +0 -4
- package/dist/types/foundations/typography.d.ts +0 -152
- package/dist/types/reportWebVitals.d.ts +0 -3
- package/dist/types/setupTests.d.ts +0 -1
- package/dist/types/theme.d.ts +0 -2
- /package/dist/{types/assets → assets}/ic-bell-noti-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-close-large-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-close-small-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-download-pdf-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-ellipse-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-filter-noti-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-hide-large-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-hide-small-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-information-large-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-information-small-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-manufacturer-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-rectangle-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-refresh-left-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-refresh-right-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-show-large-outlined-20px.d.ts +0 -0
- /package/dist/{types/assets → assets}/ic-show-small-outlined-20px.d.ts +0 -0
- /package/dist/{types/components → components}/Alert/Alert.d.ts +0 -0
- /package/dist/{types/components → components}/Alert/Alert.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Alert/Alert.types.d.ts +0 -0
- /package/dist/{types/components → components}/Alert/Alert.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Alert/index.d.ts +0 -0
- /package/dist/{types/components → components}/BaseTextField/BaseTextField.styled.d.ts +0 -0
- /package/dist/{types/components → components}/BaseTextField/BaseTextField.types.d.ts +0 -0
- /package/dist/{types/components → components}/BaseTextField/BaseTextField.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Button/BaseButton.d.ts +0 -0
- /package/dist/{types/components → components}/Button/Button.d.ts +0 -0
- /package/dist/{types/components → components}/Button/Button.types.d.ts +0 -0
- /package/dist/{types/components → components}/Button/Button.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Button/index.d.ts +0 -0
- /package/dist/{types/components → components}/Button/styleds/BaseButton.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Button/styleds/ContainedButton.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Button/styleds/GhostButton.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Button/styleds/IconButton.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Button/styleds/OutlinedButton.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Card/Card.d.ts +0 -0
- /package/dist/{types/components → components}/Card/Card.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Card/Card.types.d.ts +0 -0
- /package/dist/{types/components → components}/Card/index.d.ts +0 -0
- /package/dist/{types/components → components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{types/components → components}/Checkbox/Checkbox.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Checkbox/Checkbox.types.d.ts +0 -0
- /package/dist/{types/components → components}/Checkbox/Checkbox.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Checkbox/index.d.ts +0 -0
- /package/dist/{types/components → components}/Chip/Chip.d.ts +0 -0
- /package/dist/{types/components → components}/Chip/Chip.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Chip/Chip.types.d.ts +0 -0
- /package/dist/{types/components → components}/Chip/Chip.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Chip/index.d.ts +0 -0
- /package/dist/{types/components → components}/DataTable/DataTable.d.ts +0 -0
- /package/dist/{types/components → components}/DataTable/DataTable.styled.d.ts +0 -0
- /package/dist/{types/components → components}/DataTable/index.d.ts +0 -0
- /package/dist/{types/components → components}/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{types/components → components}/DatePicker/DatePicker.styled.d.ts +0 -0
- /package/dist/{types/components → components}/DatePicker/DatePicker.types.d.ts +0 -0
- /package/dist/{types/components → components}/DatePicker/index.d.ts +0 -0
- /package/dist/{types/components → components}/Dialog/Dialog.d.ts +0 -0
- /package/dist/{types/components → components}/Dialog/Dialog.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Dialog/Dialog.types.d.ts +0 -0
- /package/dist/{types/components → components}/Dialog/index.d.ts +0 -0
- /package/dist/{types/components → components}/Divider/Divider.d.ts +0 -0
- /package/dist/{types/components → components}/Divider/Divider.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Divider/Divider.types.d.ts +0 -0
- /package/dist/{types/components → components}/Divider/index.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/Dropdown.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/Dropdown.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/Dropdown.types.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/Dropdown.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownItem.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownItem.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownItem.types.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownItem.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownSubtitle.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownSubtitle.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/DropdownSubtitle.types.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/IconDropdown.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/IconDropdown.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/IconDropdown.types.d.ts +0 -0
- /package/dist/{types/components → components}/Dropdown/index.d.ts +0 -0
- /package/dist/{types/components → components}/EllipsisTypography/EllipsisTypography.d.ts +0 -0
- /package/dist/{types/components → components}/EllipsisTypography/EllipsisTypography.styled.d.ts +0 -0
- /package/dist/{types/components → components}/EllipsisTypography/EllipsisTypography.types.d.ts +0 -0
- /package/dist/{types/components → components}/EllipsisTypography/index.d.ts +0 -0
- /package/dist/{types/components → components}/FileDnDZone/FileDnDZone.d.ts +0 -0
- /package/dist/{types/components → components}/FileDnDZone/FileDnDZone.styled.d.ts +0 -0
- /package/dist/{types/components → components}/FileDnDZone/FileDnDZone.types.d.ts +0 -0
- /package/dist/{types/components → components}/FileDnDZone/FileDnDZone.utils.d.ts +0 -0
- /package/dist/{types/components → components}/FileDnDZone/index.d.ts +0 -0
- /package/dist/{types/components → components}/List/List.d.ts +0 -0
- /package/dist/{types/components → components}/List/List.styled.d.ts +0 -0
- /package/dist/{types/components → components}/List/List.types.d.ts +0 -0
- /package/dist/{types/components → components}/List/List.utils.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItem.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItem.styled.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItem.types.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItemCaption.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItemCaption.styled.d.ts +0 -0
- /package/dist/{types/components → components}/List/ListItemCaption.types.d.ts +0 -0
- /package/dist/{types/components → components}/List/index.d.ts +0 -0
- /package/dist/{types/components → components}/LoadingIndicator/LoadingIndicator.d.ts +0 -0
- /package/dist/{types/components → components}/LoadingIndicator/LoadingIndicator.styled.d.ts +0 -0
- /package/dist/{types/components → components}/LoadingIndicator/LoadingIndicator.types.d.ts +0 -0
- /package/dist/{types/components → components}/LoadingIndicator/index.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/Menu.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/Menu.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/Menu.types.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/MenuItem.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/MenuItem.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/MenuItem.types.d.ts +0 -0
- /package/dist/{types/components → components}/Menu/index.d.ts +0 -0
- /package/dist/{types/components → components}/MuiCssBaseline.d.ts +0 -0
- /package/dist/{types/components → components}/MuiInputBase.d.ts +0 -0
- /package/dist/{types/components → components}/MuiOutlinedInput.d.ts +0 -0
- /package/dist/{types/components → components}/MuiTextField.d.ts +0 -0
- /package/dist/{types/components → components}/Pagination/Pagination.d.ts +0 -0
- /package/dist/{types/components → components}/Pagination/Pagination.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Pagination/Pagination.types.d.ts +0 -0
- /package/dist/{types/components → components}/Pagination/index.d.ts +0 -0
- /package/dist/{types/components → components}/ProductLabel/ProductLabel.d.ts +0 -0
- /package/dist/{types/components → components}/ProductLabel/ProductLabel.styled.d.ts +0 -0
- /package/dist/{types/components → components}/ProductLabel/ProductLabel.types.d.ts +0 -0
- /package/dist/{types/components → components}/ProductLabel/index.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/CircularProgress.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/CircularProgress.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/CircularProgress.types.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/LinearProgress.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/LinearProgress.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/LinearProgress.types.d.ts +0 -0
- /package/dist/{types/components → components}/Progress/index.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/Radio.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/Radio.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/Radio.types.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/RadioGroup.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/RadioGroup.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/RadioGroup.types.d.ts +0 -0
- /package/dist/{types/components → components}/Radio/index.d.ts +0 -0
- /package/dist/{types/components → components}/ResizeObserver/ResizeObserverContext.d.ts +0 -0
- /package/dist/{types/components → components}/ResizeObserver/index.d.ts +0 -0
- /package/dist/{types/components → components}/Stepper/Stepper.d.ts +0 -0
- /package/dist/{types/components → components}/Stepper/Stepper.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Stepper/Stepper.types.d.ts +0 -0
- /package/dist/{types/components → components}/Stepper/index.d.ts +0 -0
- /package/dist/{types/components → components}/TabbedPanel/TabbedPanel.d.ts +0 -0
- /package/dist/{types/components → components}/TabbedPanel/TabbedPanel.styled.d.ts +0 -0
- /package/dist/{types/components → components}/TabbedPanel/TabbedPanel.types.d.ts +0 -0
- /package/dist/{types/components → components}/TabbedPanel/TabbedPanel.utils.d.ts +0 -0
- /package/dist/{types/components → components}/TabbedPanel/index.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextArea.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextArea.styled.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextArea.types.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextInput.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextInput.styled.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextInput.types.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/TextInput.utils.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/components/Buttons.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/components/NormalTextInput.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/components/PasswordInput.d.ts +0 -0
- /package/dist/{types/components → components}/TextField/index.d.ts +0 -0
- /package/dist/{types/components → components}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/{types/components → components}/Tooltip/Tooltip.styled.d.ts +0 -0
- /package/dist/{types/components → components}/Tooltip/Tooltip.types.d.ts +0 -0
- /package/dist/{types/components → components}/Tooltip/Tooltip.utils.d.ts +0 -0
- /package/dist/{types/components → components}/Tooltip/index.d.ts +0 -0
- /package/dist/{types/components → components}/UploadManager/UploadManager.d.ts +0 -0
- /package/dist/{types/components → components}/UploadManager/UploadManager.styled.d.ts +0 -0
- /package/dist/{types/components → components}/UploadManager/UploadManager.types.d.ts +0 -0
- /package/dist/{types/components → components}/UploadManager/index.d.ts +0 -0
- /package/dist/{types/components → components}/index.d.ts +0 -0
- /package/dist/{types/foundations → foundations}/palette.d.ts +0 -0
- /package/dist/{types/foundations → foundations}/spacing.d.ts +0 -0
- /package/dist/{types/foundations → foundations}/styles.d.ts +0 -0
- /package/dist/{types/icons → icons}/BellNoti/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/CloseLarge/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/CloseSmall/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/DownloadPdf/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/Ellipse/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/FilterNoti/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/HideLarge/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/HideSmall/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/InformationLarge/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/InformationSmall/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/Manufacturer/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/Rectangle/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/RefreshLeft/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/RefreshRight/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/ShowLarge/index.d.ts +0 -0
- /package/dist/{types/icons → icons}/ShowSmall/index.d.ts +0 -0
- /package/dist/{types/index.d.ts → index.d.ts} +0 -0
- /package/dist/{types/systems → systems}/drawer.d.ts +0 -0
- /package/dist/{types/systems → systems}/index.d.ts +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcBellNotioutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", d: "M10 1.
|
|
2
|
+
const SvgIcBellNotioutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", d: "M10 1.5q.835.001 1.547.142a5 5 0 0 0-1.128.869A8 8 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.739q.517-.166.98-.436c.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-.86m-1.5 14a1.5 1.5 0 0 0 3 0z", clipRule: "evenodd" }), _jsx("path", { fill: "#E63B28", d: "M18 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0" })] }));
|
|
3
3
|
export default SvgIcBellNotioutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcCloseLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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.
|
|
2
|
+
const SvgIcCloseLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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.707z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcCloseLargeoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcCloseSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 9.293 5.854 5.146a.5.5 0 1 0-.708.708L9.293 10l-4.147 4.
|
|
2
|
+
const SvgIcCloseSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 9.293 5.854 5.146a.5.5 0 1 0-.708.708L9.293 10l-4.147 4.147a.5.5 0 1 0 .708.707L10 10.707l4.146 4.147a.5.5 0 0 0 .708-.708L10.707 10l4.147-4.146a.5.5 0 0 0-.708-.708z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcCloseSmalloutlined20Px;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIcCopyCoordinatesoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fill: "#4E4E50", fillRule: "evenodd", d: "M5 0a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zM1 5a1 1 0 0 1 1-1V3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2h-1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm10-1.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 1 0m0 8v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0m1-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5M8.5 7h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1", clipRule: "evenodd" }) }));
|
|
3
|
+
export default SvgIcCopyCoordinatesoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcDownloadPdfoutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", 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.
|
|
2
|
+
const SvgIcDownloadPdfoutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", 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.873zm1.014 2.906V3.193h.947c.768 0 1.11.42 1.11 1.022S5.78 5.25 5.019 5.25zM9.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.823m-.937 4.776V3.224h.882c1.152 0 1.751.643 1.751 1.942 0 1.3-.6 1.953-1.782 1.953z", clipRule: "evenodd" }), _jsx("path", { d: "M14.565 5.594V8H13.55V2.343h3.619v.856h-2.605V4.74h2.356v.854zM13.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-.66" })] }));
|
|
3
3
|
export default SvgIcDownloadPdfoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcEllipseoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0
|
|
2
|
+
const SvgIcEllipseoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 1a9 9 0 1 0 0-18 9 9 0 0 0 0 18", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcEllipseoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcFilterNotioutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", 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
|
|
2
|
+
const SvgIcFilterNotioutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", 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 0H10q0-.514.1-1m2.55 4.238a2 2 0 0 1 3.787.262h.501a4 4 0 0 1-1.438.47 1 1 0 0 0-1.962-.245 4 4 0 0 1-.888-.487m-1.22.262H2a.5.5 0 0 0 0 1h10.563a2 2 0 0 0 3.76.323 5 5 0 0 1-1.669.165 1 1 0 0 1-.544-.067A5 5 0 0 1 11.43 9.5m5.752 1H18a.5.5 0 0 0 .384-.82 5 5 0 0 1-1.202.82M11 6q.002-.519.126-1H18a.5.5 0 0 1 0 1zm-7-.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0m6.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 1zM7.5 14.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0", clipRule: "evenodd" }), _jsx("path", { fill: "#E63B28", d: "M19 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0" })] }));
|
|
3
3
|
export default SvgIcFilterNotioutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcHideLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { d: "M3.975 6.344a.5.5 0 0 0-.95.31L3.5 6.5l-.475.155v.003l.002.005.006.016.019.
|
|
2
|
+
const SvgIcHideLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { d: "M3.975 6.344a.5.5 0 0 0-.95.31L3.5 6.5l-.475.155v.003l.002.005.006.016.019.052q.024.065.071.178c.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.954a9 9 0 0 0 1.703.245V13.5a.5.5 0 1 0 1 0v-2.512a9 9 0 0 0 1.703-.245l.838 1.954a.5.5 0 1 0 .919-.394l-.8-1.866a7 7 0 0 0 1.646-.923l1.39 1.39a.42.42 0 0 0 .632-.026l.026-.024a.5.5 0 0 0 0-.707L15.557 8.85a6.8 6.8 0 0 0 1.018-1.342 6 6 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.005-.011.03q-.016.045-.054.134a5 5 0 0 1-.25.495c-.236.41-.619.95-1.197 1.456a5.9 5.9 0 0 1-2.17 1.201 7.8 7.8 0 0 1-2.34.334 7.8 7.8 0 0 1-2.342-.334 5.9 5.9 0 0 1-2.17-1.201 5.8 5.8 0 0 1-1.197-1.456 5 5 0 0 1-.304-.628l-.01-.031z" }) }));
|
|
3
3
|
export default SvgIcHideLargeoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcHideSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M14.926 7.644a.494.494 0 1 0-.948-.288v.
|
|
2
|
+
const SvgIcHideSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M14.926 7.644a.494.494 0 1 0-.948-.288v.002q-.02.06-.042.116a4.161 4.161 0 0 1-.96 1.42c-.355.34-.82.66-1.429.868a4.8 4.8 0 0 1-1.547.24 4.8 4.8 0 0 1-1.547-.24 3.8 3.8 0 0 1-1.428-.867 4.2 4.2 0 0 1-.96-1.42l-.036-.096-.007-.021v-.003a.494.494 0 0 0-.616-.334.506.506 0 0 0-.331.625v.001l.002.005.003.012a2 2 0 0 0 .065.18 5.216 5.216 0 0 0 .577 1.054l-1.057.993a.55.55 0 0 0-.048.73c.172.216.474.24.673.052l1.087-1.021c.273.257.597.503.98.714l-.663 1.257a.54.54 0 0 0 .177.706c.23.142.52.055.652-.193l.731-1.387c.378.119.794.201 1.251.236V12.5c0 .276.222.5.495.5a.5.5 0 0 0 .495-.5v-1.515a5.6 5.6 0 0 0 1.212-.224l.725 1.375c.13.248.422.335.651.193a.54.54 0 0 0 .178-.706l-.653-1.238a4.8 4.8 0 0 0 1.015-.733l1.087 1.02c.2.188.5.165.673-.051a.55.55 0 0 0-.048-.73l-1.057-.993a5.2 5.2 0 0 0 .577-1.054 3 3 0 0 0 .064-.18l.005-.012v-.005l.001-.001z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcHideSmalloutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcInformationLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-
|
|
2
|
+
const SvgIcInformationLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m-9 8a9 9 0 1 1 18 0 9 9 0 0 1-18 0m8.25 4.247c0 .38.283.694.65.743a.5.5 0 0 0 .2 0 .75.75 0 0 0 .65-.743v-5.5a.75.75 0 0 0-1.5 0zM10 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcInformationLargeoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcInformationSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M4 10a6 6 0 1 1 12 0 6 6 0 0 1-12
|
|
2
|
+
const SvgIcInformationSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M4 10a6 6 0 1 1 12 0 6 6 0 0 1-12 0m6-7a7 7 0 1 0 0 14 7 7 0 0 0 0-14m.09 6.008a.5.5 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-.745M10 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcInformationSmalloutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcManufactureroutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 24, fill: "none", ...props, children: _jsx("path", { fill: "#000", fillRule: "evenodd", 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.
|
|
2
|
+
const SvgIcManufactureroutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 24, fill: "none", ...props, children: _jsx("path", { fill: "#000", fillRule: "evenodd", 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.005z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcManufactureroutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcRectangleoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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-
|
|
2
|
+
const SvgIcRectangleoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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-1zm1 0v16h16V2z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcRectangleoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcRefreshLeftoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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-
|
|
2
|
+
const SvgIcRefreshLeftoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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-1z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcRefreshLeftoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcRefreshRightoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("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.
|
|
2
|
+
const SvgIcRefreshRightoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("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.333" }) }));
|
|
3
3
|
export default SvgIcRefreshRightoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcShowLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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.
|
|
2
|
+
const SvgIcShowLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", 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.23.23 0 0 1-.004-.197M9.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 5m-2.009 5c0-1.105.9-2 2.01-2s2.008.895 2.008 2-.899 2-2.009 2-2.009-.895-2.009-2m2.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-3", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcShowLargeoutlined20Px;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIcShowSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 7c3.305 0 4.591 2.345 4.975 3.276C14.593 11.042 13.312 13 10
|
|
2
|
+
const SvgIcShowSmalloutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 7c3.305 0 4.591 2.345 4.975 3.276C14.593 11.042 13.312 13 10 13s-4.593-1.958-4.975-2.724C5.41 9.346 6.695 7 10 7m5.95 3.02a.72.72 0 0 1-.016.567C15.538 11.447 14.024 14 10 14c-4.023 0-5.538-2.552-5.934-3.413a.72.72 0 0 1-.016-.566C4.422 9.058 5.923 6 10 6s5.578 3.058 5.95 4.02M11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgIcShowSmalloutlined20Px;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as IcBellNotiOutlined20Px } from './ic-bell-noti-outlined-20px';
|
|
2
2
|
export { default as IcCloseLargeOutlined20Px } from './ic-close-large-outlined-20px';
|
|
3
3
|
export { default as IcCloseSmallOutlined20Px } from './ic-close-small-outlined-20px';
|
|
4
|
+
export { default as IcCopyCoordinatesOutlined20Px } from './ic-copy-coordinates-outlined-20px';
|
|
4
5
|
export { default as IcDownloadPdfOutlined20Px } from './ic-download-pdf-outlined-20px';
|
|
5
6
|
export { default as IcEllipseOutlined20Px } from './ic-ellipse-outlined-20px';
|
|
6
7
|
export { default as IcFilterNotiOutlined20Px } from './ic-filter-noti-outlined-20px';
|
package/dist/assets/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as IcBellNotiOutlined20Px } from './ic-bell-noti-outlined-20px';
|
|
2
2
|
export { default as IcCloseLargeOutlined20Px } from './ic-close-large-outlined-20px';
|
|
3
3
|
export { default as IcCloseSmallOutlined20Px } from './ic-close-small-outlined-20px';
|
|
4
|
+
export { default as IcCopyCoordinatesOutlined20Px } from './ic-copy-coordinates-outlined-20px';
|
|
4
5
|
export { default as IcDownloadPdfOutlined20Px } from './ic-download-pdf-outlined-20px';
|
|
5
6
|
export { default as IcEllipseOutlined20Px } from './ic-ellipse-outlined-20px';
|
|
6
7
|
export { default as IcFilterNotiOutlined20Px } from './ic-filter-noti-outlined-20px';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import palette, { type LunitPalette } from './palette';
|
|
2
|
+
import typography, { type LunitTypographyPropsVariantOverrides, type LunitTypographyVariants, type LunitTypographyVariantsOptions } from './typography';
|
|
3
|
+
import spacing from './spacing';
|
|
4
|
+
import { subScrollbarWidth } from './styles';
|
|
5
|
+
export { palette, typography, spacing, subScrollbarWidth };
|
|
6
|
+
export type { LunitPalette, LunitTypographyPropsVariantOverrides, LunitTypographyVariants, LunitTypographyVariantsOptions, };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import palette from './palette';
|
|
2
|
+
import typography from './typography';
|
|
3
|
+
import spacing from './spacing';
|
|
4
|
+
import { subScrollbarWidth } from './styles';
|
|
5
|
+
export { palette, typography, spacing, subScrollbarWidth };
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TypographyOptions } from '@mui/material/styles/createTypography';
|
|
3
|
+
export interface LunitTypographyVariants {
|
|
4
|
+
h7: React.CSSProperties;
|
|
5
|
+
h8: React.CSSProperties;
|
|
6
|
+
h9: React.CSSProperties;
|
|
7
|
+
h10: React.CSSProperties;
|
|
8
|
+
subtitle3: React.CSSProperties;
|
|
9
|
+
body_b1: React.CSSProperties;
|
|
10
|
+
body_b2: React.CSSProperties;
|
|
11
|
+
body_sb1: React.CSSProperties;
|
|
12
|
+
body_sb2: React.CSSProperties;
|
|
13
|
+
body_sb3: React.CSSProperties;
|
|
14
|
+
body_sb4: React.CSSProperties;
|
|
15
|
+
body_sb5: React.CSSProperties;
|
|
16
|
+
body_m1: React.CSSProperties;
|
|
17
|
+
body_m2: React.CSSProperties;
|
|
18
|
+
body1: React.CSSProperties;
|
|
19
|
+
body2: React.CSSProperties;
|
|
20
|
+
body3: React.CSSProperties;
|
|
21
|
+
body4: React.CSSProperties;
|
|
22
|
+
body5: React.CSSProperties;
|
|
23
|
+
body6: React.CSSProperties;
|
|
24
|
+
body7: React.CSSProperties;
|
|
25
|
+
body8: React.CSSProperties;
|
|
26
|
+
small_body_b1: React.CSSProperties;
|
|
27
|
+
small_body_b2: React.CSSProperties;
|
|
28
|
+
small_body_b3: React.CSSProperties;
|
|
29
|
+
small_body_b4: React.CSSProperties;
|
|
30
|
+
small_body_b5: React.CSSProperties;
|
|
31
|
+
small_body_sb1: React.CSSProperties;
|
|
32
|
+
small_body_m1: React.CSSProperties;
|
|
33
|
+
small_body_m2: React.CSSProperties;
|
|
34
|
+
small_body_m3: React.CSSProperties;
|
|
35
|
+
small_body_m4: React.CSSProperties;
|
|
36
|
+
small_body_m5: React.CSSProperties;
|
|
37
|
+
small_body_m6: React.CSSProperties;
|
|
38
|
+
small_body_m7: React.CSSProperties;
|
|
39
|
+
small_body1: React.CSSProperties;
|
|
40
|
+
small_body2: React.CSSProperties;
|
|
41
|
+
small_body3: React.CSSProperties;
|
|
42
|
+
small_body4: React.CSSProperties;
|
|
43
|
+
small_body5: React.CSSProperties;
|
|
44
|
+
small_body_l1: React.CSSProperties;
|
|
45
|
+
small_body_l2: React.CSSProperties;
|
|
46
|
+
overline: React.CSSProperties;
|
|
47
|
+
button1: React.CSSProperties;
|
|
48
|
+
button2: React.CSSProperties;
|
|
49
|
+
caption: React.CSSProperties;
|
|
50
|
+
}
|
|
51
|
+
export interface LunitTypographyVariantsOptions {
|
|
52
|
+
h7?: React.CSSProperties;
|
|
53
|
+
h8?: React.CSSProperties;
|
|
54
|
+
h9?: React.CSSProperties;
|
|
55
|
+
h10?: React.CSSProperties;
|
|
56
|
+
subtitle3?: React.CSSProperties;
|
|
57
|
+
body_b1?: React.CSSProperties;
|
|
58
|
+
body_b2?: React.CSSProperties;
|
|
59
|
+
body_sb1?: React.CSSProperties;
|
|
60
|
+
body_sb2?: React.CSSProperties;
|
|
61
|
+
body_sb3?: React.CSSProperties;
|
|
62
|
+
body_sb4?: React.CSSProperties;
|
|
63
|
+
body_sb5?: React.CSSProperties;
|
|
64
|
+
body_m1?: React.CSSProperties;
|
|
65
|
+
body_m2?: React.CSSProperties;
|
|
66
|
+
body1?: React.CSSProperties;
|
|
67
|
+
body2?: React.CSSProperties;
|
|
68
|
+
body3?: React.CSSProperties;
|
|
69
|
+
body4?: React.CSSProperties;
|
|
70
|
+
body5?: React.CSSProperties;
|
|
71
|
+
body6?: React.CSSProperties;
|
|
72
|
+
body7?: React.CSSProperties;
|
|
73
|
+
body8?: React.CSSProperties;
|
|
74
|
+
small_body_b1?: React.CSSProperties;
|
|
75
|
+
small_body_b2?: React.CSSProperties;
|
|
76
|
+
small_body_b3?: React.CSSProperties;
|
|
77
|
+
small_body_b4?: React.CSSProperties;
|
|
78
|
+
small_body_b5?: React.CSSProperties;
|
|
79
|
+
small_body_sb1?: React.CSSProperties;
|
|
80
|
+
small_body_m1?: React.CSSProperties;
|
|
81
|
+
small_body_m2?: React.CSSProperties;
|
|
82
|
+
small_body_m3?: React.CSSProperties;
|
|
83
|
+
small_body_m4?: React.CSSProperties;
|
|
84
|
+
small_body_m5?: React.CSSProperties;
|
|
85
|
+
small_body_m6?: React.CSSProperties;
|
|
86
|
+
small_body_m7?: React.CSSProperties;
|
|
87
|
+
small_body1?: React.CSSProperties;
|
|
88
|
+
small_body2?: React.CSSProperties;
|
|
89
|
+
small_body3?: React.CSSProperties;
|
|
90
|
+
small_body4?: React.CSSProperties;
|
|
91
|
+
small_body5?: React.CSSProperties;
|
|
92
|
+
small_body_l1?: React.CSSProperties;
|
|
93
|
+
small_body_l2?: React.CSSProperties;
|
|
94
|
+
overline?: React.CSSProperties;
|
|
95
|
+
button1?: React.CSSProperties;
|
|
96
|
+
button2?: React.CSSProperties;
|
|
97
|
+
caption?: React.CSSProperties;
|
|
98
|
+
}
|
|
99
|
+
declare module '@mui/material/styles' {
|
|
100
|
+
interface TypographyVariants extends LunitTypographyVariants {
|
|
101
|
+
}
|
|
102
|
+
interface TypographyVariantsOptions extends LunitTypographyVariantsOptions {
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
export interface LunitTypographyPropsVariantOverrides {
|
|
106
|
+
h7: true;
|
|
107
|
+
h8: true;
|
|
108
|
+
h9: true;
|
|
109
|
+
h10: true;
|
|
110
|
+
subtitle3: true;
|
|
111
|
+
body_b1: true;
|
|
112
|
+
body_b2: true;
|
|
113
|
+
body_sb1: true;
|
|
114
|
+
body_sb2: true;
|
|
115
|
+
body_sb3: true;
|
|
116
|
+
body_sb4: true;
|
|
117
|
+
body_sb5: true;
|
|
118
|
+
body_m1: true;
|
|
119
|
+
body_m2: true;
|
|
120
|
+
body1: true;
|
|
121
|
+
body2: true;
|
|
122
|
+
body3: true;
|
|
123
|
+
body4: true;
|
|
124
|
+
body5: true;
|
|
125
|
+
body6: true;
|
|
126
|
+
body7: true;
|
|
127
|
+
body8: true;
|
|
128
|
+
small_body_b1: true;
|
|
129
|
+
small_body_b2: true;
|
|
130
|
+
small_body_b3: true;
|
|
131
|
+
small_body_b4: true;
|
|
132
|
+
small_body_b5: true;
|
|
133
|
+
small_body_sb1: true;
|
|
134
|
+
small_body_m1: true;
|
|
135
|
+
small_body_m2: true;
|
|
136
|
+
small_body_m3: true;
|
|
137
|
+
small_body_m4: true;
|
|
138
|
+
small_body_m5: true;
|
|
139
|
+
small_body_m6: true;
|
|
140
|
+
small_body_m7: true;
|
|
141
|
+
small_body1: true;
|
|
142
|
+
small_body2: true;
|
|
143
|
+
small_body3: true;
|
|
144
|
+
small_body4: true;
|
|
145
|
+
small_body5: true;
|
|
146
|
+
small_body_l1: true;
|
|
147
|
+
small_body_l2: true;
|
|
148
|
+
overline: true;
|
|
149
|
+
button1: true;
|
|
150
|
+
button2: true;
|
|
151
|
+
caption: true;
|
|
152
|
+
}
|
|
153
|
+
declare module '@mui/material/Typography' {
|
|
154
|
+
interface TypographyPropsVariantOverrides extends LunitTypographyPropsVariantOverrides {
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
declare const typographyOptions: TypographyOptions;
|
|
158
|
+
export default typographyOptions;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
+
declare const variants: readonly ["outlined"];
|
|
3
|
+
type Variant = (typeof variants)[number];
|
|
4
|
+
type IconProps = SvgIconProps & {
|
|
5
|
+
variant?: Variant;
|
|
6
|
+
};
|
|
7
|
+
declare const CopyCoordinates: {
|
|
8
|
+
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
+
displayName: string;
|
|
10
|
+
variants: readonly ["outlined"];
|
|
11
|
+
};
|
|
12
|
+
export default CopyCoordinates;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
3
|
+
import { IcCopyCoordinatesOutlined20Px as outlined } from '../../assets';
|
|
4
|
+
const variants = ['outlined'];
|
|
5
|
+
const CopyCoordinates = ({ variant = 'outlined', ...rest }) => {
|
|
6
|
+
if (variant === 'outlined') {
|
|
7
|
+
return (_jsx(SvgIcon, { ...rest, component: outlined, inheritViewBox: true }));
|
|
8
|
+
}
|
|
9
|
+
return null;
|
|
10
|
+
};
|
|
11
|
+
CopyCoordinates.displayName = 'CopyCoordinates';
|
|
12
|
+
CopyCoordinates.variants = variants;
|
|
13
|
+
export default CopyCoordinates;
|
|
@@ -14,6 +14,7 @@ export { default as RefreshLeft } from './RefreshLeft';
|
|
|
14
14
|
export { default as RefreshRight } from './RefreshRight';
|
|
15
15
|
export { default as ShowLarge } from './ShowLarge';
|
|
16
16
|
export { default as ShowSmall } from './ShowSmall';
|
|
17
|
+
export { default as CopyCoordinates } from './CopyCoordinates';
|
|
17
18
|
export { Analyze } from '@lunit/design-system-icons';
|
|
18
19
|
export { Annotation } from '@lunit/design-system-icons';
|
|
19
20
|
export { Apps } from '@lunit/design-system-icons';
|
|
@@ -177,3 +178,4 @@ export { Warning16 } from '@lunit/design-system-icons';
|
|
|
177
178
|
export { Warning } from '@lunit/design-system-icons';
|
|
178
179
|
export { ZoomIn } from '@lunit/design-system-icons';
|
|
179
180
|
export { ZoomOut } from '@lunit/design-system-icons';
|
|
181
|
+
export { MonitoringSystem } from '@lunit/design-system-icons';
|
package/dist/icons/index.js
CHANGED
|
@@ -14,6 +14,7 @@ export { default as RefreshLeft } from './RefreshLeft';
|
|
|
14
14
|
export { default as RefreshRight } from './RefreshRight';
|
|
15
15
|
export { default as ShowLarge } from './ShowLarge';
|
|
16
16
|
export { default as ShowSmall } from './ShowSmall';
|
|
17
|
+
export { default as CopyCoordinates } from './CopyCoordinates';
|
|
17
18
|
export { Analyze } from '@lunit/design-system-icons';
|
|
18
19
|
export { Annotation } from '@lunit/design-system-icons';
|
|
19
20
|
export { Apps } from '@lunit/design-system-icons';
|
|
@@ -177,3 +178,4 @@ export { Warning16 } from '@lunit/design-system-icons';
|
|
|
177
178
|
export { Warning } from '@lunit/design-system-icons';
|
|
178
179
|
export { ZoomIn } from '@lunit/design-system-icons';
|
|
179
180
|
export { ZoomOut } from '@lunit/design-system-icons';
|
|
181
|
+
export { MonitoringSystem } from '@lunit/design-system-icons';
|
package/dist/theme.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { LunitPalette, LunitTypographyPropsVariantOverrides, LunitTypographyVariants, LunitTypographyVariantsOptions } from './foundations';
|
|
2
|
+
declare module '@mui/material/styles' {
|
|
3
|
+
interface Palette extends LunitPalette {
|
|
4
|
+
}
|
|
5
|
+
interface PaletteOptions extends LunitPalette {
|
|
6
|
+
}
|
|
7
|
+
interface TypographyVariants extends LunitTypographyVariants {
|
|
8
|
+
}
|
|
9
|
+
interface TypographyVariantsOptions extends LunitTypographyVariantsOptions {
|
|
10
|
+
}
|
|
11
|
+
interface TypographyPropsVariantOverrides extends LunitTypographyPropsVariantOverrides {
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
declare const theme: import("@mui/material/styles").Theme;
|
|
15
|
+
export default theme;
|
package/dist/theme.js
CHANGED
|
@@ -3,7 +3,7 @@ import MuiCssBaseline from './components/MuiCssBaseline';
|
|
|
3
3
|
import MuiInputBase from './components/MuiInputBase';
|
|
4
4
|
import MuiOutlinedInput from './components/MuiOutlinedInput';
|
|
5
5
|
import MuiTextField from './components/MuiTextField';
|
|
6
|
-
import { palette, spacing, typography } from './foundations';
|
|
6
|
+
import { palette, spacing, typography, } from './foundations';
|
|
7
7
|
import { drawer } from './systems';
|
|
8
8
|
const theme = createTheme({
|
|
9
9
|
...drawer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunit/oui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
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)"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@date-io/date-fns": "^2.17.0",
|
|
11
11
|
"@emotion/react": "^11.11.1",
|
|
12
12
|
"@emotion/styled": "^11.11.0",
|
|
13
|
-
"@lunit/design-system-icons": "^1.
|
|
13
|
+
"@lunit/design-system-icons": "^2.1.0",
|
|
14
14
|
"@lunit/design-system-logo": "^1.1.0",
|
|
15
15
|
"@mui/icons-material": "^5.15.2",
|
|
16
16
|
"@mui/lab": "^5.0.0-alpha.158",
|
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
"build:transpile": "tsc -p tsconfig.build.json",
|
|
89
89
|
"build:cjs": "NODE_ENV=production webpack -c config/cjs.config.js",
|
|
90
90
|
"storybook": "storybook dev -p 6006",
|
|
91
|
-
"build-storybook": "storybook build"
|
|
91
|
+
"build-storybook": "storybook build",
|
|
92
|
+
"build:svgs": "npx @svgr/cli --out-dir ./src/assets --filename-case kebab --typescript -- ./src/assets"
|
|
92
93
|
},
|
|
93
94
|
"eslintConfig": {
|
|
94
95
|
"extends": [
|
|
@@ -184,6 +185,8 @@
|
|
|
184
185
|
"@storybook/theming": "^7.6.6",
|
|
185
186
|
"@tsconfig/recommended": "^1.0.3",
|
|
186
187
|
"@types/tinycolor2": "^1.4.6",
|
|
188
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
189
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
187
190
|
"eslint-config-prettier": "^9.1.0",
|
|
188
191
|
"eslint-plugin-prettier": "^5.1.0",
|
|
189
192
|
"eslint-plugin-storybook": "^0.6.15",
|
|
@@ -192,6 +195,7 @@
|
|
|
192
195
|
"prettier": "^3.1.1",
|
|
193
196
|
"storybook": "^7.6.6",
|
|
194
197
|
"ts-loader": "^9.5.1",
|
|
198
|
+
"typescript-eslint": "^8.18.1",
|
|
195
199
|
"webpack-cli": "^5.1.4",
|
|
196
200
|
"webpack-node-externals": "^3.0.0"
|
|
197
201
|
},
|
package/dist/reportWebVitals.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const reportWebVitals = (onPerfEntry) => {
|
|
2
|
-
if (onPerfEntry && onPerfEntry instanceof Function) {
|
|
3
|
-
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
|
|
4
|
-
getCLS(onPerfEntry);
|
|
5
|
-
getFID(onPerfEntry);
|
|
6
|
-
getFCP(onPerfEntry);
|
|
7
|
-
getLCP(onPerfEntry);
|
|
8
|
-
getTTFB(onPerfEntry);
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
export default reportWebVitals;
|
package/dist/setupTests.js
DELETED