@lunit/oui 2.4.19 → 3.0.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/dist/components/Autocomplete/Autocomplete.js +22 -0
- package/dist/components/Autocomplete/Autocomplete.styled.js +36 -0
- package/dist/components/Autocomplete/Autocomplete.types.js +1 -0
- package/dist/components/Autocomplete/index.js +2 -0
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Collapse/Collapse.js +6 -0
- package/dist/components/Collapse/Collapse.types.js +1 -0
- package/dist/components/Collapse/index.js +2 -0
- package/dist/components/DataTable/DataTable.js +7 -5
- package/dist/components/DataTable/DataTable.styled.js +12 -13
- package/dist/components/DataTable/DataTable.types.js +1 -0
- package/dist/components/DatePicker/DatePicker.js +13 -17
- package/dist/components/DatePicker/DatePicker.styled.js +24 -6
- package/dist/components/Dialog/Dialog.js +4 -2
- package/dist/components/Drawer/Drawer.js +6 -0
- package/dist/components/Drawer/Drawer.styled.js +29 -0
- package/dist/components/Drawer/Drawer.types.js +1 -0
- package/dist/components/Drawer/index.js +2 -0
- package/dist/components/Dropdown/Dropdown.js +0 -1
- package/dist/components/EllipsisTypography/EllipsisTypography.js +51 -15
- package/dist/components/Menu/Menu.js +5 -2
- package/dist/components/MuiInputBase.js +2 -2
- package/dist/components/NoMatchContainer/NoMatchContainer.js +6 -3
- package/dist/components/Popover/Popover.js +6 -0
- package/dist/components/Popover/Popover.styled.js +10 -0
- package/dist/components/Popover/Popover.types.js +1 -0
- package/dist/components/Popover/index.js +2 -0
- package/dist/components/Progress/LinearProgress.styled.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/TabbedPanel/TabbedPanel.js +1 -1
- package/dist/components/TabbedPanel/TabbedPanel.styled.js +1 -1
- package/dist/components/Toggle/Toggle.js +8 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/UploadManager/UploadManager.js +7 -5
- package/dist/components/index.js +4 -0
- package/dist/foundations/palette.js +4 -0
- package/dist/presentations/AnalysisBar/AnalysisBar.styled.js +7 -4
- package/dist/presentations/FreeText/FreeText.js +40 -22
- package/dist/theme.js +1 -0
- package/dist/types/components/Autocomplete/Autocomplete.d.ts +3 -0
- package/dist/types/components/Autocomplete/Autocomplete.styled.d.ts +6 -0
- package/dist/types/components/Autocomplete/Autocomplete.types.d.ts +20 -0
- package/dist/types/components/Autocomplete/index.d.ts +4 -0
- package/dist/{components → types/components}/Checkbox/Checkbox.types.d.ts +2 -2
- package/dist/types/components/Collapse/Collapse.d.ts +3 -0
- package/dist/types/components/Collapse/Collapse.types.d.ts +4 -0
- package/dist/types/components/Collapse/index.d.ts +4 -0
- package/dist/types/components/DataTable/DataTable.d.ts +3 -0
- package/dist/types/components/DataTable/DataTable.types.d.ts +8 -0
- package/dist/types/components/DataTable/index.d.ts +2 -0
- package/dist/{components → types/components}/DatePicker/DatePicker.types.d.ts +1 -1
- package/dist/types/components/Drawer/Drawer.d.ts +3 -0
- package/dist/types/components/Drawer/Drawer.styled.d.ts +3 -0
- package/dist/types/components/Drawer/Drawer.types.d.ts +14 -0
- package/dist/types/components/Drawer/index.d.ts +4 -0
- package/dist/{components → types/components}/Dropdown/Dropdown.types.d.ts +1 -0
- package/dist/{components → types/components}/Dropdown/IconDropdown.types.d.ts +3 -4
- package/dist/types/components/EllipsisTypography/EllipsisTypography.d.ts +4 -0
- package/dist/{components → types/components}/Menu/Menu.types.d.ts +3 -1
- package/dist/types/components/Popover/Popover.d.ts +3 -0
- package/dist/types/components/Popover/Popover.styled.d.ts +2 -0
- package/dist/types/components/Popover/Popover.types.d.ts +4 -0
- package/dist/types/components/Popover/index.d.ts +4 -0
- package/dist/{components → types/components}/Radio/Radio.types.d.ts +2 -2
- package/dist/{components → types/components}/Toggle/Toggle.types.d.ts +2 -2
- package/dist/{components → types/components}/index.d.ts +4 -0
- package/dist/{foundations → types/foundations}/typography.d.ts +2 -2
- package/dist/{theme.d.ts → types/theme.d.ts} +1 -0
- package/docs/COMPONENTS.md +125 -0
- package/docs/TOKENS.md +60 -0
- package/llms.txt +58 -0
- package/package.json +35 -24
- package/dist/components/DataTable/DataTable.d.ts +0 -3
- package/dist/components/DataTable/index.d.ts +0 -1
- package/dist/components/EllipsisTypography/EllipsisTypography.d.ts +0 -3
- /package/dist/{assets → types/assets}/ic-bell-noti-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-close-large-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-close-small-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-copy-coordinates-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-copy-coordinates-url-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-download-pdf-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-ellipse-exclude-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-ellipse-include-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-ellipse-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-filter-noti-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-hide-large-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-hide-small-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-information-large-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-information-small-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-manufacturer-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-rectangle-exclude-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-rectangle-include-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-rectangle-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-refresh-left-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-refresh-right-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-show-large-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/ic-show-small-outlined-20px.d.ts +0 -0
- /package/dist/{assets → types/assets}/index.d.ts +0 -0
- /package/dist/{components → types/components}/Alert/Alert.d.ts +0 -0
- /package/dist/{components → types/components}/Alert/Alert.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Alert/Alert.types.d.ts +0 -0
- /package/dist/{components → types/components}/Alert/Alert.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Alert/index.d.ts +0 -0
- /package/dist/{components → types/components}/BaseTextField/BaseTextField.styled.d.ts +0 -0
- /package/dist/{components → types/components}/BaseTextField/BaseTextField.types.d.ts +0 -0
- /package/dist/{components → types/components}/BaseTextField/BaseTextField.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Button/BaseButton.d.ts +0 -0
- /package/dist/{components → types/components}/Button/Button.d.ts +0 -0
- /package/dist/{components → types/components}/Button/Button.types.d.ts +0 -0
- /package/dist/{components → types/components}/Button/Button.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Button/index.d.ts +0 -0
- /package/dist/{components → types/components}/Button/styleds/BaseButton.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Button/styleds/ContainedButton.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Button/styleds/GhostButton.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Button/styleds/IconButton.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Button/styleds/OutlinedButton.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Card/Card.d.ts +0 -0
- /package/dist/{components → types/components}/Card/Card.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Card/Card.types.d.ts +0 -0
- /package/dist/{components → types/components}/Card/index.d.ts +0 -0
- /package/dist/{components → types/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{components → types/components}/Checkbox/Checkbox.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Checkbox/Checkbox.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Checkbox/index.d.ts +0 -0
- /package/dist/{components → types/components}/Chip/Chip.d.ts +0 -0
- /package/dist/{components → types/components}/Chip/Chip.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Chip/Chip.types.d.ts +0 -0
- /package/dist/{components → types/components}/Chip/Chip.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Chip/index.d.ts +0 -0
- /package/dist/{components → types/components}/DataTable/DataTable.styled.d.ts +0 -0
- /package/dist/{components → types/components}/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{components → types/components}/DatePicker/DatePicker.styled.d.ts +0 -0
- /package/dist/{components → types/components}/DatePicker/index.d.ts +0 -0
- /package/dist/{components → types/components}/Dialog/Dialog.d.ts +0 -0
- /package/dist/{components → types/components}/Dialog/Dialog.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Dialog/Dialog.types.d.ts +0 -0
- /package/dist/{components → types/components}/Dialog/index.d.ts +0 -0
- /package/dist/{components → types/components}/Divider/Divider.d.ts +0 -0
- /package/dist/{components → types/components}/Divider/Divider.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Divider/Divider.types.d.ts +0 -0
- /package/dist/{components → types/components}/Divider/index.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/Dropdown.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/Dropdown.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/Dropdown.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownItem.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownItem.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownItem.types.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownItem.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownSubtitle.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownSubtitle.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/DropdownSubtitle.types.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/IconDropdown.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/IconDropdown.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Dropdown/index.d.ts +0 -0
- /package/dist/{components → types/components}/EllipsisTypography/EllipsisTypography.styled.d.ts +0 -0
- /package/dist/{components → types/components}/EllipsisTypography/EllipsisTypography.types.d.ts +0 -0
- /package/dist/{components → types/components}/EllipsisTypography/index.d.ts +0 -0
- /package/dist/{components → types/components}/FileDnDZone/FileDnDZone.d.ts +0 -0
- /package/dist/{components → types/components}/FileDnDZone/FileDnDZone.styled.d.ts +0 -0
- /package/dist/{components → types/components}/FileDnDZone/FileDnDZone.types.d.ts +0 -0
- /package/dist/{components → types/components}/FileDnDZone/FileDnDZone.utils.d.ts +0 -0
- /package/dist/{components → types/components}/FileDnDZone/index.d.ts +0 -0
- /package/dist/{components → types/components}/List/List.d.ts +0 -0
- /package/dist/{components → types/components}/List/List.styled.d.ts +0 -0
- /package/dist/{components → types/components}/List/List.types.d.ts +0 -0
- /package/dist/{components → types/components}/List/List.utils.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItem.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItem.styled.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItem.types.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItemCaption.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItemCaption.styled.d.ts +0 -0
- /package/dist/{components → types/components}/List/ListItemCaption.types.d.ts +0 -0
- /package/dist/{components → types/components}/List/index.d.ts +0 -0
- /package/dist/{components → types/components}/LoadingIndicator/LoadingIndicator.d.ts +0 -0
- /package/dist/{components → types/components}/LoadingIndicator/LoadingIndicator.styled.d.ts +0 -0
- /package/dist/{components → types/components}/LoadingIndicator/LoadingIndicator.types.d.ts +0 -0
- /package/dist/{components → types/components}/LoadingIndicator/index.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/Menu.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/Menu.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/MenuItem.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/MenuItem.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/MenuItem.types.d.ts +0 -0
- /package/dist/{components → types/components}/Menu/index.d.ts +0 -0
- /package/dist/{components → types/components}/MuiCssBaseline.d.ts +0 -0
- /package/dist/{components → types/components}/MuiInputBase.d.ts +0 -0
- /package/dist/{components → types/components}/MuiOutlinedInput.d.ts +0 -0
- /package/dist/{components → types/components}/MuiTextField.d.ts +0 -0
- /package/dist/{components → types/components}/NoMatchContainer/NoMatchContainer.d.ts +0 -0
- /package/dist/{components → types/components}/NoMatchContainer/index.d.ts +0 -0
- /package/dist/{components → types/components}/Pagination/Pagination.d.ts +0 -0
- /package/dist/{components → types/components}/Pagination/Pagination.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Pagination/Pagination.types.d.ts +0 -0
- /package/dist/{components → types/components}/Pagination/index.d.ts +0 -0
- /package/dist/{components → types/components}/ProductLabel/ProductLabel.d.ts +0 -0
- /package/dist/{components → types/components}/ProductLabel/ProductLabel.styled.d.ts +0 -0
- /package/dist/{components → types/components}/ProductLabel/ProductLabel.types.d.ts +0 -0
- /package/dist/{components → types/components}/ProductLabel/index.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/CircularProgress.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/CircularProgress.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/CircularProgress.types.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/LinearProgress.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/LinearProgress.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/LinearProgress.types.d.ts +0 -0
- /package/dist/{components → types/components}/Progress/index.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/Radio.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/Radio.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/RadioGroup.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/RadioGroup.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/RadioGroup.types.d.ts +0 -0
- /package/dist/{components → types/components}/Radio/index.d.ts +0 -0
- /package/dist/{components → types/components}/ResizeObserver/ResizeObserverContext.d.ts +0 -0
- /package/dist/{components → types/components}/ResizeObserver/index.d.ts +0 -0
- /package/dist/{components → types/components}/Stepper/Stepper.d.ts +0 -0
- /package/dist/{components → types/components}/Stepper/Stepper.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Stepper/Stepper.types.d.ts +0 -0
- /package/dist/{components → types/components}/Stepper/index.d.ts +0 -0
- /package/dist/{components → types/components}/TabbedPanel/TabbedPanel.d.ts +0 -0
- /package/dist/{components → types/components}/TabbedPanel/TabbedPanel.styled.d.ts +0 -0
- /package/dist/{components → types/components}/TabbedPanel/TabbedPanel.types.d.ts +0 -0
- /package/dist/{components → types/components}/TabbedPanel/TabbedPanel.utils.d.ts +0 -0
- /package/dist/{components → types/components}/TabbedPanel/index.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextArea.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextArea.styled.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextArea.types.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextInput.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextInput.styled.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextInput.types.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/TextInput.utils.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/components/Buttons.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/components/FileInput.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/components/NormalTextInput.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/components/PasswordInput.d.ts +0 -0
- /package/dist/{components → types/components}/TextField/index.d.ts +0 -0
- /package/dist/{components → types/components}/Toggle/Toggle.d.ts +0 -0
- /package/dist/{components → types/components}/Toggle/Toggle.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Toggle/index.d.ts +0 -0
- /package/dist/{components → types/components}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/{components → types/components}/Tooltip/Tooltip.styled.d.ts +0 -0
- /package/dist/{components → types/components}/Tooltip/Tooltip.types.d.ts +0 -0
- /package/dist/{components → types/components}/Tooltip/Tooltip.utils.d.ts +0 -0
- /package/dist/{components → types/components}/Tooltip/index.d.ts +0 -0
- /package/dist/{components → types/components}/UploadManager/UploadManager.d.ts +0 -0
- /package/dist/{components → types/components}/UploadManager/UploadManager.styled.d.ts +0 -0
- /package/dist/{components → types/components}/UploadManager/UploadManager.types.d.ts +0 -0
- /package/dist/{components → types/components}/UploadManager/index.d.ts +0 -0
- /package/dist/{foundations → types/foundations}/index.d.ts +0 -0
- /package/dist/{foundations → types/foundations}/palette.d.ts +0 -0
- /package/dist/{foundations → types/foundations}/spacing.d.ts +0 -0
- /package/dist/{foundations → types/foundations}/styles.d.ts +0 -0
- /package/dist/{icons → types/icons}/BellNoti/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/CloseLarge/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/CloseSmall/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/CopyCoordinates/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/CopyCoordinatesUrl/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/DownloadPdf/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/Ellipse/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/EllipseExclude/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/EllipseInclude/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/FilterNoti/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/HideLarge/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/HideSmall/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/InformationLarge/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/InformationSmall/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/Manufacturer/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/Rectangle/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/RectangleExclude/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/RectangleInclude/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/RefreshLeft/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/RefreshRight/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/ShowLarge/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/ShowSmall/index.d.ts +0 -0
- /package/dist/{icons → types/icons}/index.d.ts +0 -0
- /package/dist/{index.d.ts → types/index.d.ts} +0 -0
- /package/dist/{presentations → types/presentations}/Accordion/Accordion.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Accordion/Accordion.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Accordion/Accordion.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Accordion/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/AnalysisBar.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/AnalysisBar.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/AnalysisBar.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/AnalysisBar.utils.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/HeatmapGraphIcon/HeatmapGraphSVG.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/HeatmapGraphIcon/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/AnalysisBar/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/FreeText/FreeText.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/FreeText/FreeText.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/FreeText/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/Histogram.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/Histogram.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/Histogram.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/Histogram.utils.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/HistogramCharts.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/HistogramTabs.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Histogram/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/HorizonDivider/HorizonDivider.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/HorizonDivider/HorizonDivider.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/HorizonDivider/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ModelType/ModelType.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ModelType/ModelType.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ModelType/ModelType.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ModelType/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/ModelTypeControl.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/Preview.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/Preview.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/Preview.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/ThresholdControl.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Preview/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Score/Score.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Score/Score.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Score/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Statistic/Statistic.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Statistic/Statistic.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Statistic/Statistic.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Statistic/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Threshold/Threshold.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Threshold/Threshold.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Threshold/Threshold.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Threshold/Threshold.utils.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/Threshold/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControl/ToggleControl.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControl/ToggleControl.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControl/ToggleControl.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControl/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControlGroup/ToggleControlGroup.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControlGroup/ToggleControlGroup.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControlGroup/ToggleControlGroup.types.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/ToggleControlGroup/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/index.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/presentations.styled.d.ts +0 -0
- /package/dist/{presentations → types/presentations}/presentations.types.d.ts +0 -0
- /package/dist/{systems → types/systems}/drawer.d.ts +0 -0
- /package/dist/{systems → types/systems}/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunit/oui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.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)"
|
|
@@ -8,25 +8,24 @@
|
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"@emotion/react": "^11.11.1",
|
|
10
10
|
"@emotion/styled": "^11.11.0",
|
|
11
|
-
"@mui/icons-material": "^
|
|
12
|
-
"@mui/lab": "^
|
|
13
|
-
"@mui/material": "^
|
|
14
|
-
"@mui/system": "^
|
|
15
|
-
"@mui/x-
|
|
16
|
-
"@mui/x-date-pickers": "^6.18.6",
|
|
11
|
+
"@mui/icons-material": "^9.0.0",
|
|
12
|
+
"@mui/lab": "^9.0.0",
|
|
13
|
+
"@mui/material": "^9.0.0",
|
|
14
|
+
"@mui/system": "^9.0.0",
|
|
15
|
+
"@mui/x-date-pickers": "^9.0.0",
|
|
17
16
|
"react": "^18.2.0",
|
|
18
17
|
"react-dom": "^18.2.0"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@date-io/date-fns": "^2.
|
|
20
|
+
"@date-io/date-fns": "^3.2.1",
|
|
22
21
|
"@lunit/design-system-icons": "2.1.0",
|
|
23
22
|
"@lunit/design-system-logo": "1.1.1",
|
|
24
23
|
"@uppy/core": "^3.12.0",
|
|
25
24
|
"clsx": "^2.0.0",
|
|
26
|
-
"date-fns": "
|
|
25
|
+
"date-fns": "^3.6.0",
|
|
27
26
|
"lodash": "^4.17.21",
|
|
28
27
|
"tinycolor2": "^1.6.0",
|
|
29
|
-
"uuid": "^
|
|
28
|
+
"uuid": "^14.0.0",
|
|
30
29
|
"victory": "^37.3.6",
|
|
31
30
|
"web-vitals": "^2.1.4"
|
|
32
31
|
},
|
|
@@ -122,12 +121,12 @@
|
|
|
122
121
|
"@emotion/styled": "11.11.0",
|
|
123
122
|
"@lottiefiles/react-lottie-player": "^3.5.3",
|
|
124
123
|
"@lunit/eslint-config": "^2.0.0",
|
|
125
|
-
"@mui/icons-material": "
|
|
126
|
-
"@mui/lab": "
|
|
127
|
-
"@mui/material": "
|
|
128
|
-
"@mui/system": "
|
|
129
|
-
"@mui/x-data-grid": "
|
|
130
|
-
"@mui/x-date-pickers": "
|
|
124
|
+
"@mui/icons-material": "9.1.0",
|
|
125
|
+
"@mui/lab": "9.0.0-beta.3",
|
|
126
|
+
"@mui/material": "9.1.0",
|
|
127
|
+
"@mui/system": "9.1.0",
|
|
128
|
+
"@mui/x-data-grid-pro": "9.4.0",
|
|
129
|
+
"@mui/x-date-pickers": "9.4.0",
|
|
131
130
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
132
131
|
"@storybook/addon-actions": "^7.6.17",
|
|
133
132
|
"@storybook/addon-essentials": "^7.6.17",
|
|
@@ -157,12 +156,12 @@
|
|
|
157
156
|
"babel-loader": "^8.2.3",
|
|
158
157
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
159
158
|
"babel-preset-react-app": "^10.0.1",
|
|
160
|
-
"bfj": "^
|
|
159
|
+
"bfj": "^9.1.3",
|
|
161
160
|
"browserslist": "^4.18.1",
|
|
162
161
|
"camelcase": "^6.2.1",
|
|
163
162
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
164
163
|
"css-loader": "^6.5.1",
|
|
165
|
-
"css-minimizer-webpack-plugin": "^
|
|
164
|
+
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
166
165
|
"dotenv": "^10.0.0",
|
|
167
166
|
"dotenv-expand": "^5.1.0",
|
|
168
167
|
"eslint": "^8.3.0",
|
|
@@ -176,7 +175,7 @@
|
|
|
176
175
|
"html-webpack-plugin": "^5.5.0",
|
|
177
176
|
"husky": "^8.0.0",
|
|
178
177
|
"identity-obj-proxy": "^3.0.0",
|
|
179
|
-
"jest": "^
|
|
178
|
+
"jest": "^30.3.0",
|
|
180
179
|
"jest-resolve": "^27.4.2",
|
|
181
180
|
"jest-watch-typeahead": "^1.0.0",
|
|
182
181
|
"lint-staged": "^15.2.0",
|
|
@@ -211,7 +210,7 @@
|
|
|
211
210
|
"webpack-dev-server": "^5.2.3",
|
|
212
211
|
"webpack-manifest-plugin": "^4.0.2",
|
|
213
212
|
"webpack-node-externals": "^3.0.0",
|
|
214
|
-
"workbox-webpack-plugin": "^
|
|
213
|
+
"workbox-webpack-plugin": "^7.4.0"
|
|
215
214
|
},
|
|
216
215
|
"description": "Lunit Oncology UI components",
|
|
217
216
|
"main": "dist/index.js",
|
|
@@ -220,24 +219,28 @@
|
|
|
220
219
|
"sideEffects": false,
|
|
221
220
|
"files": [
|
|
222
221
|
"dist",
|
|
223
|
-
"README.md"
|
|
222
|
+
"README.md",
|
|
223
|
+
"llms.txt",
|
|
224
|
+
"docs"
|
|
224
225
|
],
|
|
225
226
|
"exports": {
|
|
226
227
|
".": {
|
|
228
|
+
"types": "./dist/types/index.d.ts",
|
|
227
229
|
"import": "./dist/index.js",
|
|
228
230
|
"module": "./dist/index.js",
|
|
229
231
|
"default": "./dist/index.js"
|
|
230
232
|
},
|
|
231
233
|
"./*": {
|
|
234
|
+
"types": "./dist/types/components/*/index.d.ts",
|
|
232
235
|
"import": "./dist/components/*/index.js",
|
|
233
236
|
"module": "./dist/components/*/index.js",
|
|
234
237
|
"default": "./dist/components/*/index.js"
|
|
235
238
|
},
|
|
236
239
|
"./icons": {
|
|
240
|
+
"types": "./dist/types/icons/index.d.ts",
|
|
237
241
|
"import": "./dist/icons/index.js",
|
|
238
242
|
"module": "./dist/icons/index.js",
|
|
239
|
-
"default": "./dist/icons/index.js"
|
|
240
|
-
"types": "./dist/types/icons/index.d.ts"
|
|
243
|
+
"default": "./dist/icons/index.js"
|
|
241
244
|
}
|
|
242
245
|
},
|
|
243
246
|
"typesVersions": {
|
|
@@ -267,6 +270,14 @@
|
|
|
267
270
|
"overrides": {
|
|
268
271
|
"nanoid": "^5.0.9",
|
|
269
272
|
"postcss": "^8.4.31",
|
|
270
|
-
"esbuild": "^0.
|
|
273
|
+
"esbuild": "^0.28.1",
|
|
274
|
+
"react-is": "^18.3.1",
|
|
275
|
+
"tar": ">=7.5.11",
|
|
276
|
+
"sockjs": {
|
|
277
|
+
"uuid": ">=11.1.1"
|
|
278
|
+
},
|
|
279
|
+
"@storybook/addon-actions": {
|
|
280
|
+
"uuid": ">=11.1.1"
|
|
281
|
+
}
|
|
271
282
|
}
|
|
272
283
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as DataTable } from './DataTable';
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{components → types/components}/EllipsisTypography/EllipsisTypography.styled.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → types/components}/EllipsisTypography/EllipsisTypography.types.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|