@lunit/oui 2.4.10 → 2.4.12
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/Alert/Alert.styled.d.ts +1 -1
- package/dist/components/Alert/Alert.utils.d.ts +3 -3
- package/dist/components/BaseTextField/BaseTextField.styled.d.ts +10 -57
- package/dist/components/Button/Button.types.d.ts +0 -1
- package/dist/components/Button/styleds/BaseButton.styled.d.ts +4 -858
- package/dist/components/Button/styleds/ContainedButton.styled.d.ts +6 -891
- package/dist/components/Button/styleds/GhostButton.styled.d.ts +6 -885
- package/dist/components/Button/styleds/OutlinedButton.styled.d.ts +6 -892
- package/dist/components/Card/Card.styled.d.ts +2 -1
- package/dist/components/Card/Card.styled.js +1 -1
- package/dist/components/Checkbox/Checkbox.styled.d.ts +6 -10
- package/dist/components/Checkbox/Checkbox.utils.js +18 -12
- package/dist/components/Chip/Chip.js +0 -1
- package/dist/components/Chip/Chip.styled.d.ts +2 -4
- package/dist/components/Chip/Chip.utils.js +0 -1
- package/dist/components/DataTable/DataTable.styled.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.js +0 -3
- package/dist/components/DatePicker/DatePicker.styled.d.ts +2 -2
- package/dist/components/Dialog/Dialog.js +1 -3
- package/dist/components/Dialog/Dialog.styled.d.ts +7 -23
- package/dist/components/Dialog/Dialog.types.d.ts +0 -1
- package/dist/components/Divider/Divider.styled.d.ts +2 -4
- package/dist/components/Divider/Divider.styled.js +1 -1
- package/dist/components/Dropdown/Dropdown.styled.d.ts +4 -7
- package/dist/components/Dropdown/Dropdown.styled.js +1 -1
- package/dist/components/Dropdown/Dropdown.types.d.ts +0 -1
- package/dist/components/Dropdown/DropdownItem.styled.d.ts +2 -5
- package/dist/components/Dropdown/DropdownItem.types.d.ts +0 -1
- package/dist/components/Dropdown/DropdownSubtitle.styled.d.ts +2 -4
- package/dist/components/Dropdown/IconDropdown.styled.d.ts +3 -5
- package/dist/components/Dropdown/IconDropdown.styled.js +1 -0
- package/dist/components/Dropdown/IconDropdown.types.d.ts +0 -1
- package/dist/components/EllipsisTypography/EllipsisTypography.styled.d.ts +2 -4
- package/dist/components/FileDnDZone/FileDnDZone.styled.d.ts +5 -13
- package/dist/components/List/List.styled.d.ts +3 -8
- package/dist/components/List/List.types.d.ts +0 -1
- package/dist/components/List/ListItem.js +1 -3
- package/dist/components/List/ListItem.styled.d.ts +10 -34
- package/dist/components/List/ListItem.styled.js +1 -1
- package/dist/components/List/ListItem.types.d.ts +0 -1
- package/dist/components/List/ListItemCaption.styled.d.ts +2 -4
- package/dist/components/LoadingIndicator/LoadingIndicator.styled.d.ts +5 -13
- package/dist/components/Menu/Menu.styled.d.ts +3 -6
- package/dist/components/Menu/Menu.types.d.ts +0 -1
- package/dist/components/Menu/MenuItem.styled.d.ts +5 -7
- package/dist/components/Menu/MenuItem.types.d.ts +0 -1
- package/dist/components/Navigation/Navigation.d.ts +3 -0
- package/dist/components/Navigation/Navigation.js +6 -0
- package/dist/components/Navigation/Navigation.types.d.ts +2 -0
- package/dist/components/Navigation/Navigation.types.js +1 -0
- package/dist/components/Navigation/NavigationGroup.d.ts +3 -0
- package/dist/components/Navigation/NavigationGroup.js +22 -0
- package/dist/components/Navigation/NavigationGroup.styled.d.ts +6 -0
- package/dist/components/Navigation/NavigationGroup.styled.js +25 -0
- package/dist/components/Navigation/NavigationGroup.types.d.ts +18 -0
- package/dist/components/Navigation/NavigationGroup.types.js +1 -0
- package/dist/components/Navigation/NavigationItem.d.ts +3 -0
- package/dist/components/Navigation/NavigationItem.js +8 -0
- package/dist/components/Navigation/NavigationItem.styled.d.ts +3 -0
- package/dist/components/Navigation/NavigationItem.styled.js +24 -0
- package/dist/components/Navigation/NavigationItem.types.d.ts +14 -0
- package/dist/components/Navigation/NavigationItem.types.js +1 -0
- package/dist/components/Navigation/NavigationItemCaption.d.ts +3 -0
- package/dist/components/Navigation/NavigationItemCaption.js +6 -0
- package/dist/components/Navigation/NavigationItemCaption.types.d.ts +3 -0
- package/dist/components/Navigation/NavigationItemCaption.types.js +1 -0
- package/dist/components/Navigation/index.d.ts +8 -0
- package/dist/components/Navigation/index.js +4 -0
- package/dist/components/NoMatchContainer/NoMatchContainer.d.ts +2 -0
- package/dist/components/NoMatchContainer/NoMatchContainer.js +19 -0
- package/dist/components/NoMatchContainer/index.d.ts +2 -0
- package/dist/components/NoMatchContainer/index.js +2 -0
- package/dist/components/Pagination/Pagination.styled.d.ts +6 -12
- package/dist/components/Pagination/Pagination.types.d.ts +0 -1
- package/dist/components/ProductLabel/ProductLabel.styled.d.ts +10 -22
- package/dist/components/ProductLabel/ProductLabel.types.d.ts +0 -1
- package/dist/components/Progress/CircularProgress.styled.d.ts +2 -1
- package/dist/components/Progress/LinearProgress.styled.d.ts +2 -1
- package/dist/components/Radio/Radio.styled.d.ts +5 -7
- package/dist/components/Radio/RadioGroup.styled.d.ts +2 -1
- package/dist/components/ResizeObserver/ResizeObserverContext.js +0 -2
- package/dist/components/Stepper/Stepper.styled.d.ts +5 -11
- package/dist/components/TabbedPanel/TabbedPanel.styled.d.ts +4 -9
- package/dist/components/TabbedPanel/TabbedPanel.types.d.ts +0 -1
- package/dist/components/TextField/TextArea.styled.d.ts +2 -3
- package/dist/components/TextField/TextArea.styled.js +0 -1
- package/dist/components/TextField/TextArea.types.d.ts +0 -1
- package/dist/components/TextField/TextInput.styled.d.ts +6 -10
- package/dist/components/TextField/TextInput.styled.js +0 -2
- package/dist/components/TextField/TextInput.types.d.ts +0 -1
- package/dist/components/Toggle/Toggle.styled.d.ts +4 -7
- package/dist/components/Toggle/Toggle.styled.js +1 -1
- package/dist/components/Toggle/Toggle.types.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.styled.d.ts +2 -1
- package/dist/components/UploadManager/UploadManager.styled.d.ts +6 -12
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/foundations/palette.d.ts +0 -1
- package/dist/foundations/typography.d.ts +0 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/presentations/Accordion/Accordion.styled.d.ts +4 -21
- package/dist/presentations/Accordion/Accordion.types.d.ts +0 -1
- package/dist/presentations/AnalysisBar/AnalysisBar.js +15 -4
- package/dist/presentations/AnalysisBar/AnalysisBar.styled.d.ts +11 -17
- package/dist/presentations/AnalysisBar/AnalysisBar.styled.js +1 -1
- package/dist/presentations/Histogram/Histogram.styled.d.ts +11 -26
- package/dist/presentations/ModelType/ModelType.styled.d.ts +2 -4
- package/dist/presentations/Preview/Preview.styled.d.ts +2 -4
- package/dist/presentations/Statistic/Statistic.styled.d.ts +4 -8
- package/dist/presentations/Threshold/Threshold.styled.d.ts +3 -7
- package/dist/presentations/ToggleControl/ToggleControl.styled.d.ts +3 -15
- package/dist/presentations/ToggleControl/ToggleControl.styled.js +3 -1
- package/dist/presentations/ToggleControl/ToggleControl.types.d.ts +0 -1
- package/dist/presentations/ToggleControlGroup/ToggleControlGroup.styled.d.ts +2 -4
- package/dist/presentations/ToggleControlGroup/ToggleControlGroup.types.d.ts +0 -1
- package/dist/systems/drawer.d.ts +0 -1
- package/package.json +96 -79
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { AlertProps } from './Alert.types';
|
|
2
|
-
declare const BaseAlert:
|
|
2
|
+
declare const BaseAlert: React.ComponentType<AlertProps>;
|
|
3
3
|
export default BaseAlert;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { AlertColor } from '@mui/material';
|
|
2
|
-
export declare const getIcons: (severity: AlertColor | undefined) =>
|
|
3
|
-
export declare const getBackgroundColor: (severity: AlertColor | undefined) =>
|
|
4
|
-
export declare const getAccentColor: (severity: AlertColor | undefined) =>
|
|
2
|
+
export declare const getIcons: (severity: AlertColor | undefined) => JSX.Element;
|
|
3
|
+
export declare const getBackgroundColor: (severity: AlertColor | undefined) => string;
|
|
4
|
+
export declare const getAccentColor: (severity: AlertColor | undefined) => string;
|
|
@@ -1,61 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
import { Theme, BoxProps, TypographyProps } from '@mui/material';
|
|
2
|
+
import { CSSObject } from '@mui/system';
|
|
3
|
+
import { ComponentType } from 'react';
|
|
3
4
|
import type { BaseTextFieldContainerProps, HelperMsgProps } from './BaseTextField.types';
|
|
4
|
-
declare const BaseTextFieldBox:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
declare const BaseTextFieldContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
-
}, keyof import("@mui/system").BoxOwnProps<Theme>> & import("@mui/system").MUIStyledCommonProps<Theme> & BaseTextFieldContainerProps, {}, {}>;
|
|
10
|
-
declare const InputMsg: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
11
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
12
|
-
}, "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<Theme> & HelperMsgProps, {}, {}>;
|
|
5
|
+
declare const BaseTextFieldBox: ComponentType<BoxProps & BaseTextFieldContainerProps>;
|
|
6
|
+
declare const BaseTextFieldContainer: ComponentType<BoxProps & BaseTextFieldContainerProps>;
|
|
7
|
+
declare const InputMsg: ComponentType<TypographyProps & HelperMsgProps>;
|
|
13
8
|
declare const styles: {
|
|
14
|
-
baseTextFieldStyle: (theme: Theme) =>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
borderColor: string;
|
|
19
|
-
color: import("csstype").Property.Color | undefined;
|
|
20
|
-
fontWeight: string;
|
|
21
|
-
fontSize: string;
|
|
22
|
-
fontFamily: string;
|
|
23
|
-
lineHeight: string;
|
|
24
|
-
padding: string;
|
|
25
|
-
'&::placeholder': {
|
|
26
|
-
color: import("csstype").Property.Color | undefined;
|
|
27
|
-
};
|
|
28
|
-
'&:focus': {
|
|
29
|
-
outline: string;
|
|
30
|
-
border: string;
|
|
31
|
-
borderColor: import("csstype").Property.Color | undefined;
|
|
32
|
-
};
|
|
33
|
-
'&:hover': {
|
|
34
|
-
borderColor: import("csstype").Property.Color | undefined;
|
|
35
|
-
};
|
|
36
|
-
'&:disabled': {
|
|
37
|
-
opacity: string;
|
|
38
|
-
pointerEvents: string;
|
|
39
|
-
};
|
|
40
|
-
'&:read-only': {
|
|
41
|
-
border: string;
|
|
42
|
-
backgroundColor: string;
|
|
43
|
-
color: import("csstype").Property.Color | undefined;
|
|
44
|
-
pointerEvents: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
baseTextFieldErrorStyle: (theme: Theme) => {
|
|
48
|
-
borderColor: import("csstype").Property.Color | undefined;
|
|
49
|
-
};
|
|
50
|
-
baseTextFieldMsgStyle: (theme: Theme) => {
|
|
51
|
-
width: string;
|
|
52
|
-
maxWidth: string;
|
|
53
|
-
minHeight: string;
|
|
54
|
-
color: import("csstype").Property.Color | undefined;
|
|
55
|
-
padding: string;
|
|
56
|
-
};
|
|
57
|
-
baseTextFieldMsgErrorStyle: (theme: Theme) => {
|
|
58
|
-
color: import("csstype").Property.Color | undefined;
|
|
59
|
-
};
|
|
9
|
+
baseTextFieldStyle: (theme: Theme) => CSSObject;
|
|
10
|
+
baseTextFieldErrorStyle: (theme: Theme) => CSSObject;
|
|
11
|
+
baseTextFieldMsgStyle: (theme: Theme) => CSSObject;
|
|
12
|
+
baseTextFieldMsgErrorStyle: (theme: Theme) => CSSObject;
|
|
60
13
|
};
|
|
61
14
|
export { styles, BaseTextFieldContainer, BaseTextFieldBox, InputMsg };
|