@salutejs/plasma-new-hope 0.343.0-canary.2371.19919666002.0 → 0.343.0-canary.2372.20025724580.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/emotion/cjs/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/cjs/examples/components/Tokens/Colors/Colors.styles.js +152 -55
- package/emotion/cjs/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
- package/emotion/cjs/examples/components/Tokens/Typography/Typography.styles.js +200 -75
- package/emotion/es/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
- package/emotion/es/examples/components/Tokens/Colors/Colors.styles.js +152 -55
- package/emotion/es/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
- package/emotion/es/examples/components/Tokens/Typography/Typography.styles.js +200 -75
- package/package.json +6 -16
- package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
- package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +2 -2
- package/types/components/Attach/ui/Button/Button.styles.d.ts +1 -1
- package/types/components/Attach/ui/Cell/Cell.styles.d.ts +1 -1
- package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +1 -1
- package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +2 -2
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1 -1
- package/types/components/Avatar/Avatar.styles.d.ts +2 -2
- package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +1 -1
- package/types/components/Button/Button.styles.d.ts +1 -1
- package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +4 -4
- package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +1 -1
- package/types/components/Carousel/CarouselNew/Carousel.styles.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +2 -2
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
- package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +1 -1
- package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +6 -6
- package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +1 -1
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +1 -1
- package/types/components/Drawer/Drawer.styles.d.ts +1 -1
- package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +2 -2
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +2 -2
- package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +1 -1
- package/types/components/EmptyState/EmptyState.styles.d.ts +1 -1
- package/types/components/InformationWrapper/InformationWrapper.styles.d.ts +1 -1
- package/types/components/LinkButton/LinkButton.styles.d.ts +1 -1
- package/types/components/List/ui/ListItem.styles.d.ts +1 -1
- package/types/components/Loader/Loader.styles.d.ts +2 -2
- package/types/components/NavigationDrawer/ui/MenuItem/MenuItem.styles.d.ts +2 -2
- package/types/components/NavigationDrawer/ui/Section/Section.styles.d.ts +1 -1
- package/types/components/Note/Note.styles.d.ts +1 -1
- package/types/components/Notification/Notification.styles.d.ts +3 -3
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +1 -1
- package/types/components/NumberInput/ui/Input/Input.styles.d.ts +1 -1
- package/types/components/Pagination/Pagination.styles.d.ts +7 -7
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +1 -1
- package/types/components/PaginationDots/PaginationDots.d.ts +1 -1
- package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +1 -1
- package/types/components/Popup/Popup.styles.d.ts +1 -1
- package/types/components/Range/Range.styles.d.ts +1 -1
- package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -4
- package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
- package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1 -1
- package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
- package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
- package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +1 -1
- package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +1 -1
- package/types/components/Table/Table.styles.d.ts +5 -5
- package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +2 -2
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +4 -4
- package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts +2 -2
- package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts.map +1 -1
- package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts +2 -2
- package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts.map +1 -1
- package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +2 -2
- package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.styles.d.ts +2 -2
- package/types/components/TextField/TextField.styles.d.ts +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +1 -1
- package/types/components/TimePicker/TimePicker.styles.d.ts +7 -7
- package/types/components/Toast/Toast.styles.d.ts +2 -2
- package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +1 -1
- package/types/components/Tree/Tree.styles.d.ts +2 -2
- package/types/components/_Resizable/Resizable.styles.d.ts +1 -1
- package/types/examples/_helpers.d.ts +1 -1
- package/types/examples/_helpers.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
- package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Avatar/Avatar.d.ts +1 -1
- package/types/examples/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/types/examples/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/types/examples/components/Calendar/Calendar.d.ts +3 -1
- package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarBase.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/components/Carousel/Carousel.d.ts +3 -3
- package/types/examples/components/Carousel/Carousel.d.ts.map +1 -1
- package/types/examples/components/Chip/Chip.d.ts +3 -3
- package/types/examples/components/Chip/Chip.d.ts.map +1 -1
- package/types/examples/components/Combobox/Combobox.d.ts +12 -12
- package/types/examples/components/DatePicker/DatePicker.d.ts +1 -1
- package/types/examples/components/Divider/Divider.d.ts +1 -1
- package/types/examples/components/Divider/Divider.d.ts.map +1 -1
- package/types/examples/components/Drawer/Drawer.d.ts +1 -1
- package/types/examples/components/Dropdown/Dropdown.d.ts +5 -5
- package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/types/examples/components/EmptyState/EmptyState.d.ts +1 -1
- package/types/examples/components/Flow/Flow.d.ts +1 -1
- package/types/examples/components/Grid/Grid.d.ts +1 -1
- package/types/examples/components/Grid/Grid.d.ts.map +1 -1
- package/types/examples/components/Image/Image.d.ts +1 -1
- package/types/examples/components/Indicator/Indicator.d.ts +1 -1
- package/types/examples/components/Modal/Modal.d.ts +2 -2
- package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
- package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
- package/types/examples/components/Pagination/Pagination.d.ts +1 -1
- package/types/examples/components/Pagination/Pagination.d.ts.map +1 -1
- package/types/examples/components/Panel/Panel.d.ts +1 -1
- package/types/examples/components/Popup/Popup.d.ts +1 -1
- package/types/examples/components/Popup/Popup.d.ts.map +1 -1
- package/types/examples/components/Progress/Progress.d.ts +1 -1
- package/types/examples/components/Progress/Progress.d.ts.map +1 -1
- package/types/examples/components/Range/Range.d.ts +3 -3
- package/types/examples/components/Range/Range.d.ts.map +1 -1
- package/types/examples/components/Segment/Segment.d.ts +1 -1
- package/types/examples/components/Segment/Segment.d.ts.map +1 -1
- package/types/examples/components/Select/Select.d.ts +2 -2
- package/types/examples/components/Sheet/Sheet.d.ts +1 -1
- package/types/examples/components/Sheet/Sheet.d.ts.map +1 -1
- package/types/examples/components/Slider/Slider.d.ts +2 -2
- package/types/examples/components/Steps/Steps.d.ts +1 -1
- package/types/examples/components/Switch/Switch.d.ts +2 -2
- package/types/examples/components/Switch/Switch.d.ts.map +1 -1
- package/types/examples/components/Tabs/Tabs.d.ts +2 -2
- package/types/examples/components/Tabs/Tabs.d.ts.map +1 -1
- package/types/examples/components/Tabs/TabsController.d.ts +1 -1
- package/types/examples/components/Tabs/TabsController.d.ts.map +1 -1
- package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +16 -16
- package/types/examples/components/Tokens/Colors/Colors.styles.d.ts.map +1 -1
- package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts +6 -8
- package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts.map +1 -1
- package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +20 -20
- package/types/examples/components/Tokens/Typography/Typography.styles.d.ts.map +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledButton: import("@linaria/
|
|
1
|
+
export declare const StyledButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
|
|
2
2
|
text?: string;
|
|
3
3
|
contentLeft?: import("react").ReactNode;
|
|
4
4
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledCell: import("@linaria/
|
|
1
|
+
export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
|
|
2
2
|
size?: string;
|
|
3
3
|
view?: string;
|
|
4
4
|
contentLeft?: import("react").ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledDropdown: import("@linaria/
|
|
1
|
+
export declare const StyledDropdown: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & {
|
|
2
2
|
items: import("../../../Dropdown").DropdownItemOption[];
|
|
3
3
|
alwaysOpened?: boolean;
|
|
4
4
|
children?: import("react").ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledIconButton: import("@linaria/
|
|
1
|
+
export declare const StyledIconButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
|
|
2
2
|
text?: string;
|
|
3
3
|
contentLeft?: import("react").ReactNode;
|
|
4
4
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -43,7 +43,7 @@ export declare const StyledIconButton: import("@linaria/react").StyledMeta & imp
|
|
|
43
43
|
value?: never;
|
|
44
44
|
contentRight?: import("react").ReactNode;
|
|
45
45
|
} & import("react").RefAttributes<HTMLButtonElement>))>;
|
|
46
|
-
export declare const StyledIconButtonCancel: import("@linaria/
|
|
46
|
+
export declare const StyledIconButtonCancel: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
|
|
47
47
|
text?: string;
|
|
48
48
|
contentLeft?: import("react").ReactNode;
|
|
49
49
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledTextField: import("@linaria/
|
|
1
|
+
export declare const StyledTextField: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
|
|
2
2
|
appearance?: "default" | "clear";
|
|
3
3
|
size?: string;
|
|
4
4
|
view?: string;
|
|
@@ -10,7 +10,7 @@ export declare const Image: import("@linaria/react").StyledComponent<import("rea
|
|
|
10
10
|
}>;
|
|
11
11
|
export declare const Text: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
12
12
|
export declare const ExtraContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
13
|
-
export declare const ExtraBadge: import("@linaria/
|
|
13
|
+
export declare const ExtraBadge: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
14
14
|
text?: string;
|
|
15
15
|
customColor?: string;
|
|
16
16
|
customBackgroundColor?: string;
|
|
@@ -67,5 +67,5 @@ export declare const ExtraBadge: import("@linaria/react").StyledMeta & import("r
|
|
|
67
67
|
transparent?: boolean;
|
|
68
68
|
clear?: never;
|
|
69
69
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
|
70
|
-
export declare const ExtraCounter: import("@linaria/
|
|
70
|
+
export declare const ExtraCounter: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
71
71
|
//# sourceMappingURL=Avatar.styles.d.ts.map
|
|
@@ -2,5 +2,5 @@ export declare const StyledLink: import("@linaria/react").StyledComponent<{
|
|
|
2
2
|
isHref: boolean;
|
|
3
3
|
} & import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("../Link/Link.types").LinkCustomProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
4
4
|
export declare const base: import("@linaria/core").LinariaClassName;
|
|
5
|
-
export declare const Separator: import("@linaria/
|
|
5
|
+
export declare const Separator: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
6
6
|
//# sourceMappingURL=Breadcrumbs.styles.d.ts.map
|
|
@@ -6,7 +6,7 @@ export declare const LoadWrap: import("@linaria/react").StyledComponent<import("
|
|
|
6
6
|
isLoading?: boolean;
|
|
7
7
|
}>;
|
|
8
8
|
export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
9
|
-
export declare const StyledSpinner: import("@linaria/
|
|
9
|
+
export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
10
10
|
width?: never;
|
|
11
11
|
height?: never;
|
|
12
12
|
size?: string | number;
|
|
@@ -2,7 +2,7 @@ export declare const StyledCalendarHeader: import("@linaria/react").StyledCompon
|
|
|
2
2
|
export declare const StyledHeader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
|
|
3
3
|
export declare const StyledHeaderDate: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
4
4
|
export declare const StyledArrows: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
|
-
export declare const StyledArrow: import("@linaria/
|
|
5
|
+
export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
|
|
6
6
|
text?: string;
|
|
7
7
|
contentLeft?: import("react").ReactNode;
|
|
8
8
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -20,7 +20,7 @@ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("
|
|
|
20
20
|
outlined?: boolean;
|
|
21
21
|
shiftLeft?: boolean;
|
|
22
22
|
shiftRight?: boolean;
|
|
23
|
-
blur?: import("
|
|
23
|
+
blur?: import("../../../..").Blur;
|
|
24
24
|
} & {
|
|
25
25
|
value?: string | number;
|
|
26
26
|
contentRight?: never;
|
|
@@ -42,7 +42,7 @@ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("
|
|
|
42
42
|
outlined?: boolean;
|
|
43
43
|
shiftLeft?: boolean;
|
|
44
44
|
shiftRight?: boolean;
|
|
45
|
-
blur?: import("
|
|
45
|
+
blur?: import("../../../..").Blur;
|
|
46
46
|
} & {
|
|
47
47
|
value?: never;
|
|
48
48
|
contentRight?: import("react").ReactNode;
|
|
@@ -50,5 +50,5 @@ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("
|
|
|
50
50
|
export declare const StyledNavigation: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
51
51
|
export declare const StyledDoubleHeaderWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
52
52
|
export declare const StyledHeaderDouble: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
|
|
53
|
-
export declare const StyledHeaderArrow: import("@linaria/
|
|
53
|
+
export declare const StyledHeaderArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
|
|
54
54
|
//# sourceMappingURL=CalendarHeader.styles.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const EventTooltip: import("@linaria/
|
|
1
|
+
export declare const EventTooltip: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../../components/Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
2
2
|
//# sourceMappingURL=EventTooltip.styles.d.ts.map
|
|
@@ -49,7 +49,7 @@ export declare const CarouselWrapper: import("@linaria/react").StyledComponent<i
|
|
|
49
49
|
export declare const CarouselTrack: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
50
50
|
gap: Exclude<CarouselProps["gap"], undefined>;
|
|
51
51
|
}>;
|
|
52
|
-
export declare const IconButton: import("@linaria/
|
|
52
|
+
export declare const IconButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../..").AsProps & {
|
|
53
53
|
text?: string;
|
|
54
54
|
contentLeft?: import("react").ReactNode;
|
|
55
55
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -11,8 +11,8 @@ export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<
|
|
|
11
11
|
readOnly: boolean;
|
|
12
12
|
}>;
|
|
13
13
|
export declare const sizeMap: Record<string, string>;
|
|
14
|
-
export declare const StyledArrow: import("@linaria/
|
|
14
|
+
export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
15
15
|
export declare const base: import("@linaria/core").LinariaClassName;
|
|
16
|
-
export declare const StyledEmptyState: import("@linaria/
|
|
16
|
+
export declare const StyledEmptyState: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("../../EmptyState/EmptyState.types").Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
17
|
export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
18
18
|
//# sourceMappingURL=Combobox.styles.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComboboxProps } from '../../../../Combobox.types';
|
|
2
2
|
export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
|
-
export declare const StyledCell: import("@linaria/
|
|
3
|
+
export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
|
|
4
4
|
size?: string;
|
|
5
5
|
view?: string;
|
|
6
6
|
contentLeft?: import("react").ReactNode;
|
|
@@ -31,14 +31,14 @@ export declare const StyledCell: import("@linaria/react").StyledMeta & import("r
|
|
|
31
31
|
label?: never;
|
|
32
32
|
children?: import("react").ReactNode;
|
|
33
33
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
|
34
|
-
export declare const StyledCheckbox: import("@linaria/
|
|
35
|
-
export declare const StyledIndicator: import("@linaria/
|
|
34
|
+
export declare const StyledCheckbox: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("../../../../../../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
35
|
+
export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
36
36
|
size: string;
|
|
37
37
|
view: string;
|
|
38
38
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
39
39
|
export declare const sizeMap: Record<string, string>;
|
|
40
|
-
export declare const StyledArrow: import("@linaria/
|
|
41
|
-
export declare const StyledIconDone: import("@linaria/
|
|
40
|
+
export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
41
|
+
export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
42
42
|
export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
43
43
|
export declare const StyledContentRight: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
44
44
|
export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledTextField: import("@linaria/
|
|
1
|
+
export declare const StyledTextField: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../engines/types").PropsType<import("../../../../../engines/types").Variants> & (({
|
|
2
2
|
appearance?: "default" | "clear";
|
|
3
3
|
size?: string;
|
|
4
4
|
view?: string;
|
|
@@ -2,7 +2,7 @@ import { CSSProperties } from 'react';
|
|
|
2
2
|
import type { ComboboxProps } from '../../../../Combobox.types';
|
|
3
3
|
export declare const ItemWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
4
|
export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
|
-
export declare const StyledCell: import("@linaria/
|
|
5
|
+
export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
|
|
6
6
|
size?: string;
|
|
7
7
|
view?: string;
|
|
8
8
|
contentLeft?: import("react").ReactNode;
|
|
@@ -33,15 +33,15 @@ export declare const StyledCell: import("@linaria/react").StyledMeta & import("r
|
|
|
33
33
|
label?: never;
|
|
34
34
|
children?: import("react").ReactNode;
|
|
35
35
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
|
36
|
-
export declare const StyledCheckbox: import("@linaria/
|
|
37
|
-
export declare const StyledIndicator: import("@linaria/
|
|
36
|
+
export declare const StyledCheckbox: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("../../../../../../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
37
|
+
export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
38
38
|
size: string;
|
|
39
39
|
view: string;
|
|
40
40
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
41
41
|
export declare const sizeMap: Record<string, string>;
|
|
42
|
-
export declare const StyledArrowLeft: import("@linaria/
|
|
43
|
-
export declare const StyledArrowRight: import("@linaria/
|
|
44
|
-
export declare const StyledIconDone: import("@linaria/
|
|
42
|
+
export declare const StyledArrowLeft: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
43
|
+
export declare const StyledArrowRight: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
44
|
+
export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
45
45
|
export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
46
46
|
visibility: CSSProperties["visibility"];
|
|
47
47
|
}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const StyledChip: import("@linaria/
|
|
1
|
+
export declare const StyledChip: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../engines/types").PropsType<import("../../../../../engines/types").Variants> & import("../../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
2
2
|
//# sourceMappingURL=ComboboxChip.styles.d.ts.map
|
|
@@ -3,7 +3,7 @@ export declare const StyledComboboxTarget: import("@linaria/react").StyledCompon
|
|
|
3
3
|
readOnly?: boolean;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const StyledArrow: import("@linaria/
|
|
6
|
+
export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../_Icon/IconRoot").IconProps>;
|
|
7
7
|
export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
8
8
|
export declare const StyledComboboxInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
|
|
9
9
|
export declare const StyledComboboxInputHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StyledPopover: import("@linaria/
|
|
2
|
-
export declare const StyledRange: import("@linaria/
|
|
1
|
+
export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
2
|
+
export declare const StyledRange: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
|
|
3
3
|
label?: string;
|
|
4
4
|
leftHelper?: string;
|
|
5
5
|
contentLeft?: import("react").ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StyledPopover: import("@linaria/
|
|
2
|
-
export declare const StyledInput: import("@linaria/
|
|
1
|
+
export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
2
|
+
export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
|
|
3
3
|
appearance?: "default" | "clear";
|
|
4
4
|
size?: string;
|
|
5
5
|
view?: string;
|
|
@@ -23,7 +23,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
|
23
23
|
hintSize?: string;
|
|
24
24
|
hintTargetIcon?: import("react").ReactNode;
|
|
25
25
|
hintTargetPlacement?: "inner" | "outer";
|
|
26
|
-
hintPlacement?: import("@popperjs/core
|
|
26
|
+
hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
|
|
27
27
|
hintHasArrow?: boolean;
|
|
28
28
|
hintOffset?: [number, number];
|
|
29
29
|
hintWidth?: string;
|
|
@@ -60,7 +60,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
|
60
60
|
hintSize?: string;
|
|
61
61
|
hintTargetIcon?: import("react").ReactNode;
|
|
62
62
|
hintTargetPlacement?: "inner" | "outer";
|
|
63
|
-
hintPlacement?: import("@popperjs/core
|
|
63
|
+
hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
|
|
64
64
|
hintHasArrow?: boolean;
|
|
65
65
|
hintOffset?: [number, number];
|
|
66
66
|
hintWidth?: string;
|
|
@@ -175,7 +175,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
|
175
175
|
hintSize?: string;
|
|
176
176
|
hintTargetIcon?: import("react").ReactNode;
|
|
177
177
|
hintTargetPlacement?: "inner" | "outer";
|
|
178
|
-
hintPlacement?: import("@popperjs/core
|
|
178
|
+
hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
|
|
179
179
|
hintHasArrow?: boolean;
|
|
180
180
|
hintOffset?: [number, number];
|
|
181
181
|
hintWidth?: string;
|
|
@@ -212,7 +212,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
|
212
212
|
hintSize?: string;
|
|
213
213
|
hintTargetIcon?: import("react").ReactNode;
|
|
214
214
|
hintTargetPlacement?: "inner" | "outer";
|
|
215
|
-
hintPlacement?: import("@popperjs/core
|
|
215
|
+
hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
|
|
216
216
|
hintHasArrow?: boolean;
|
|
217
217
|
hintOffset?: [number, number];
|
|
218
218
|
hintWidth?: string;
|
|
@@ -8,7 +8,7 @@ export declare const ShortcutList: import("@linaria/react").StyledComponent<impo
|
|
|
8
8
|
width?: CSSProperties["width"];
|
|
9
9
|
}>;
|
|
10
10
|
export declare const ShortcutItem: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLIElement> & import("react").LiHTMLAttributes<HTMLLIElement> & Record<never, unknown>>;
|
|
11
|
-
export declare const StyledCell: import("@linaria/
|
|
11
|
+
export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
|
|
12
12
|
size?: string;
|
|
13
13
|
view?: string;
|
|
14
14
|
contentLeft?: import("react").ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledInput: import("@linaria/
|
|
1
|
+
export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
|
|
2
2
|
appearance?: "default" | "clear";
|
|
3
3
|
size?: string;
|
|
4
4
|
view?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DrawerAnimationInfo, DrawerPlacement } from './Drawer.types';
|
|
2
|
-
export declare const StyledPanel: import("@linaria/
|
|
2
|
+
export declare const StyledPanel: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Panel").PanelProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
3
|
export declare const StyledPopup: import("@linaria/react").StyledComponent<{
|
|
4
4
|
placement: DrawerPlacement;
|
|
5
5
|
width?: number | string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const drawerHeaderRoot: (Root: import("../../../..").RootProps<HTMLDivElement, import("../../../Panel").PanelHeaderProps>) => import("react").ForwardRefExoticComponent<{
|
|
2
2
|
hasClose?: boolean;
|
|
3
|
-
closePlacement?: import("
|
|
3
|
+
closePlacement?: import("../..").ClosePlacementType;
|
|
4
4
|
actions?: import("react").ReactNode;
|
|
5
5
|
onClose?: () => void;
|
|
6
6
|
view?: string;
|
|
@@ -9,7 +9,7 @@ export declare const drawerHeaderConfig: {
|
|
|
9
9
|
name: string;
|
|
10
10
|
layout: (Root: import("../../../..").RootProps<HTMLDivElement, import("../../../Panel").PanelHeaderProps>) => import("react").ForwardRefExoticComponent<{
|
|
11
11
|
hasClose?: boolean;
|
|
12
|
-
closePlacement?: import("
|
|
12
|
+
closePlacement?: import("../..").ClosePlacementType;
|
|
13
13
|
actions?: import("react").ReactNode;
|
|
14
14
|
onClose?: () => void;
|
|
15
15
|
view?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownProps } from '../../Dropdown.types';
|
|
2
2
|
export declare const CellWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
|
-
export declare const StyledCell: import("@linaria/
|
|
3
|
+
export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
|
|
4
4
|
size?: string;
|
|
5
5
|
view?: string;
|
|
6
6
|
contentLeft?: import("react").ReactNode;
|
|
@@ -33,7 +33,7 @@ export declare const StyledCell: import("@linaria/react").StyledMeta & import("r
|
|
|
33
33
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
|
34
34
|
export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
35
35
|
export declare const sizeMap: Record<string, string>;
|
|
36
|
-
export declare const StyledIconDisclosureRight: import("@linaria/
|
|
36
|
+
export declare const StyledIconDisclosureRight: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
37
37
|
export declare const Divider: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
38
38
|
variant: DropdownProps["variant"];
|
|
39
39
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledPopover: import("@linaria/
|
|
1
|
+
export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
|
|
2
2
|
view: {
|
|
3
3
|
css: import("@linaria/core").LinariaClassName;
|
|
4
4
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const base: import("@linaria/core").LinariaClassName;
|
|
2
|
-
export declare const StyledButton: import("@linaria/
|
|
2
|
+
export declare const StyledButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../..").AsProps & {
|
|
3
3
|
text?: string;
|
|
4
4
|
contentLeft?: import("react").ReactNode;
|
|
5
5
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -13,7 +13,7 @@ export declare const HintWrapper: import("@linaria/react").StyledComponent<impor
|
|
|
13
13
|
hasCaption?: boolean;
|
|
14
14
|
}>;
|
|
15
15
|
export declare const HintTargetWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
16
|
-
export declare const Hint: import("@linaria/
|
|
16
|
+
export declare const Hint: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
17
|
export declare const HintIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
18
18
|
export declare const Indicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
19
19
|
hasCaption?: boolean;
|
|
@@ -4,7 +4,7 @@ export declare const LoadWrap: import("@linaria/react").StyledComponent<import("
|
|
|
4
4
|
isLoading?: boolean;
|
|
5
5
|
}>;
|
|
6
6
|
export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
7
|
-
export declare const StyledSpinner: import("@linaria/
|
|
7
|
+
export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
8
8
|
width?: never;
|
|
9
9
|
height?: never;
|
|
10
10
|
size?: string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const CellItem: import("@linaria/
|
|
1
|
+
export declare const CellItem: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
|
|
2
2
|
size?: string;
|
|
3
3
|
view?: string;
|
|
4
4
|
contentLeft?: import("react").ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const base: import("@linaria/core").LinariaClassName;
|
|
2
|
-
export declare const StyledSpinner: import("@linaria/
|
|
2
|
+
export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
3
3
|
width?: never;
|
|
4
4
|
height?: never;
|
|
5
5
|
size?: string | number;
|
|
@@ -15,7 +15,7 @@ export declare const StyledSpinner: import("@linaria/react").StyledMeta & import
|
|
|
15
15
|
size?: never;
|
|
16
16
|
view?: string;
|
|
17
17
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
|
18
|
-
export declare const StyledProgressBarCircular: import("@linaria/
|
|
18
|
+
export declare const StyledProgressBarCircular: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../ProgressBarCircular/ProgressBarCircular.types").CustomProgressBarCircularProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
19
|
export declare const LoaderWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
20
20
|
zIndex?: string;
|
|
21
21
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const ExtraCounter: import("@linaria/
|
|
2
|
-
export declare const StyledIndicator: import("@linaria/
|
|
1
|
+
export declare const ExtraCounter: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../../Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
2
|
+
export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").HTMLAttributes<HTMLDivElement>>;
|
|
3
3
|
export declare const IconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
4
|
export declare const Icon: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
5
|
export declare const ContentLeftWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
@@ -2,6 +2,6 @@ export declare const StyledSection: import("@linaria/react").StyledComponent<imp
|
|
|
2
2
|
export declare const SectionHeader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
3
|
export declare const SectionDivider: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
4
|
export declare const SectionIcon: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
|
-
export declare const ArrowIcon: import("@linaria/
|
|
5
|
+
export declare const ArrowIcon: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
|
|
6
6
|
export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
7
7
|
//# sourceMappingURL=Section.styles.d.ts.map
|
|
@@ -7,7 +7,7 @@ export declare const Title: import("@linaria/react").StyledComponent<import("rea
|
|
|
7
7
|
export declare const TitleHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
8
8
|
export declare const Text: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
9
9
|
export declare const TextHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
10
|
-
export declare const CloseIconWrapper: import("@linaria/
|
|
10
|
+
export declare const CloseIconWrapper: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../..").AsProps & {
|
|
11
11
|
text?: string;
|
|
12
12
|
contentLeft?: import("react").ReactNode;
|
|
13
13
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CSSProperties } from 'react';
|
|
2
2
|
import { CloseIconType, IconPlacementType, NotificationPlacement } from './Notification.types';
|
|
3
3
|
export declare const StyledNotification: import("@linaria/core").LinariaClassName;
|
|
4
|
-
export declare const CloseIconWrapper: import("@linaria/
|
|
4
|
+
export declare const CloseIconWrapper: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../..").AsProps & {
|
|
5
5
|
text?: string;
|
|
6
6
|
contentLeft?: import("react").ReactNode;
|
|
7
7
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -19,7 +19,7 @@ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & imp
|
|
|
19
19
|
outlined?: boolean;
|
|
20
20
|
shiftLeft?: boolean;
|
|
21
21
|
shiftRight?: boolean;
|
|
22
|
-
blur?: import("
|
|
22
|
+
blur?: import("../..").Blur;
|
|
23
23
|
} & {
|
|
24
24
|
value?: string | number;
|
|
25
25
|
contentRight?: never;
|
|
@@ -41,7 +41,7 @@ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & imp
|
|
|
41
41
|
outlined?: boolean;
|
|
42
42
|
shiftLeft?: boolean;
|
|
43
43
|
shiftRight?: boolean;
|
|
44
|
-
blur?: import("
|
|
44
|
+
blur?: import("../..").Blur;
|
|
45
45
|
} & {
|
|
46
46
|
value?: never;
|
|
47
47
|
contentRight?: import("react").ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledIconButton: import("@linaria/
|
|
1
|
+
export declare const StyledIconButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
|
|
2
2
|
text?: string;
|
|
3
3
|
contentLeft?: import("react").ReactNode;
|
|
4
4
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -4,7 +4,7 @@ export declare const InputWrapper: import("@linaria/react").StyledComponent<impo
|
|
|
4
4
|
export declare const TextWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
5
|
export declare const AdditionalText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
6
6
|
export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
7
|
-
export declare const StyledSpinner: import("@linaria/
|
|
7
|
+
export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
8
8
|
width?: never;
|
|
9
9
|
height?: never;
|
|
10
10
|
size?: string | number;
|