@salutejs/plasma-new-hope 0.343.0-canary.2371.19919666002.0 → 0.343.0-canary.2373.19930666491.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.
Files changed (149) hide show
  1. package/emotion/cjs/examples/components/Calendar/CalendarBase.config.js +8 -7
  2. package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +8 -7
  3. package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
  4. package/emotion/cjs/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  5. package/emotion/cjs/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  6. package/emotion/cjs/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  7. package/emotion/es/examples/components/Calendar/CalendarBase.config.js +8 -7
  8. package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +8 -7
  9. package/emotion/es/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  10. package/emotion/es/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  11. package/emotion/es/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  12. package/package.json +6 -16
  13. package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +87 -30
  14. package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +92 -36
  15. package/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
  16. package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +87 -30
  17. package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +92 -36
  18. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +2 -2
  19. package/types/components/Attach/ui/Button/Button.styles.d.ts +1 -1
  20. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +1 -1
  21. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +1 -1
  22. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +2 -2
  23. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1 -1
  24. package/types/components/Avatar/Avatar.styles.d.ts +2 -2
  25. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +1 -1
  26. package/types/components/Button/Button.styles.d.ts +1 -1
  27. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +4 -4
  28. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +1 -1
  29. package/types/components/Carousel/CarouselNew/Carousel.styles.d.ts +1 -1
  30. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +2 -2
  31. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  32. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1 -1
  33. package/types/components/Combobox/ComboboxNew/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  34. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +1 -1
  35. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +1 -1
  36. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +2 -2
  37. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +6 -6
  38. package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +1 -1
  39. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +1 -1
  40. package/types/components/Drawer/Drawer.styles.d.ts +1 -1
  41. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +2 -2
  42. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +2 -2
  43. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +1 -1
  44. package/types/components/EmptyState/EmptyState.styles.d.ts +1 -1
  45. package/types/components/InformationWrapper/InformationWrapper.styles.d.ts +1 -1
  46. package/types/components/LinkButton/LinkButton.styles.d.ts +1 -1
  47. package/types/components/List/ui/ListItem.styles.d.ts +1 -1
  48. package/types/components/Loader/Loader.styles.d.ts +2 -2
  49. package/types/components/NavigationDrawer/ui/MenuItem/MenuItem.styles.d.ts +2 -2
  50. package/types/components/NavigationDrawer/ui/Section/Section.styles.d.ts +1 -1
  51. package/types/components/Note/Note.styles.d.ts +1 -1
  52. package/types/components/Notification/Notification.styles.d.ts +3 -3
  53. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +1 -1
  54. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +1 -1
  55. package/types/components/Pagination/Pagination.styles.d.ts +7 -7
  56. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +1 -1
  57. package/types/components/PaginationDots/PaginationDots.d.ts +1 -1
  58. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +1 -1
  59. package/types/components/Popup/Popup.styles.d.ts +1 -1
  60. package/types/components/Range/Range.styles.d.ts +1 -1
  61. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -4
  62. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  63. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
  64. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1 -1
  65. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  66. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
  67. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  68. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
  69. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts.map +1 -1
  70. package/types/components/Slider/components/Double/Double.styles.d.ts +1 -1
  71. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +1 -1
  72. package/types/components/Table/Table.styles.d.ts +5 -5
  73. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +2 -2
  74. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +4 -4
  75. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts +2 -2
  76. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts.map +1 -1
  77. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts +2 -2
  78. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts.map +1 -1
  79. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +2 -2
  80. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  81. package/types/components/TextArea/TextArea.styles.d.ts +2 -2
  82. package/types/components/TextField/TextField.styles.d.ts +1 -1
  83. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +1 -1
  84. package/types/components/TimePicker/TimePicker.styles.d.ts +7 -7
  85. package/types/components/Toast/Toast.styles.d.ts +2 -2
  86. package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +1 -1
  87. package/types/components/Tree/Tree.styles.d.ts +2 -2
  88. package/types/components/_Resizable/Resizable.styles.d.ts +1 -1
  89. package/types/examples/_helpers.d.ts +1 -1
  90. package/types/examples/_helpers.d.ts.map +1 -1
  91. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  92. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  93. package/types/examples/components/Avatar/Avatar.d.ts +1 -1
  94. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  95. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  96. package/types/examples/components/Calendar/Calendar.d.ts +3 -1
  97. package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
  98. package/types/examples/components/Calendar/CalendarBase.config.d.ts +1 -0
  99. package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  100. package/types/examples/components/Calendar/CalendarDouble.config.d.ts +1 -0
  101. package/types/examples/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  102. package/types/examples/components/Carousel/Carousel.d.ts +3 -3
  103. package/types/examples/components/Carousel/Carousel.d.ts.map +1 -1
  104. package/types/examples/components/Chip/Chip.d.ts +3 -3
  105. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  106. package/types/examples/components/Combobox/Combobox.d.ts +12 -12
  107. package/types/examples/components/DatePicker/DatePicker.d.ts +1 -1
  108. package/types/examples/components/Divider/Divider.d.ts +1 -1
  109. package/types/examples/components/Divider/Divider.d.ts.map +1 -1
  110. package/types/examples/components/Drawer/Drawer.d.ts +1 -1
  111. package/types/examples/components/Dropdown/Dropdown.d.ts +5 -5
  112. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  113. package/types/examples/components/EmptyState/EmptyState.d.ts +1 -1
  114. package/types/examples/components/Flow/Flow.d.ts +1 -1
  115. package/types/examples/components/Grid/Grid.d.ts +1 -1
  116. package/types/examples/components/Grid/Grid.d.ts.map +1 -1
  117. package/types/examples/components/Image/Image.d.ts +1 -1
  118. package/types/examples/components/Indicator/Indicator.d.ts +1 -1
  119. package/types/examples/components/Modal/Modal.d.ts +2 -2
  120. package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
  121. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  122. package/types/examples/components/Pagination/Pagination.d.ts +1 -1
  123. package/types/examples/components/Pagination/Pagination.d.ts.map +1 -1
  124. package/types/examples/components/Panel/Panel.d.ts +1 -1
  125. package/types/examples/components/Popup/Popup.d.ts +1 -1
  126. package/types/examples/components/Popup/Popup.d.ts.map +1 -1
  127. package/types/examples/components/Progress/Progress.d.ts +1 -1
  128. package/types/examples/components/Progress/Progress.d.ts.map +1 -1
  129. package/types/examples/components/Range/Range.d.ts +3 -3
  130. package/types/examples/components/Range/Range.d.ts.map +1 -1
  131. package/types/examples/components/Segment/Segment.d.ts +1 -1
  132. package/types/examples/components/Segment/Segment.d.ts.map +1 -1
  133. package/types/examples/components/Select/Select.d.ts +2 -2
  134. package/types/examples/components/Sheet/Sheet.d.ts +1 -1
  135. package/types/examples/components/Sheet/Sheet.d.ts.map +1 -1
  136. package/types/examples/components/Slider/Slider.d.ts +2 -2
  137. package/types/examples/components/Steps/Steps.d.ts +1 -1
  138. package/types/examples/components/Switch/Switch.d.ts +2 -2
  139. package/types/examples/components/Switch/Switch.d.ts.map +1 -1
  140. package/types/examples/components/Tabs/Tabs.d.ts +2 -2
  141. package/types/examples/components/Tabs/Tabs.d.ts.map +1 -1
  142. package/types/examples/components/Tabs/TabsController.d.ts +1 -1
  143. package/types/examples/components/Tabs/TabsController.d.ts.map +1 -1
  144. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +16 -16
  145. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts.map +1 -1
  146. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts +6 -8
  147. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts.map +1 -1
  148. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +20 -20
  149. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts.map +1 -1
@@ -2,8 +2,8 @@ export declare const PaginationRoot: import("@linaria/react").StyledComponent<im
2
2
  export declare const PaginationPages: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const PaginationActions: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
4
  export declare const PaginationSection: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
- export declare const PaginationButtonGroup: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../ButtonGroup").ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
6
- export declare const PaginationButton: import("@linaria/react").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
+ export declare const PaginationButtonGroup: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../ButtonGroup").ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ export declare const PaginationButton: 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 & {
7
7
  text?: string;
8
8
  contentLeft?: import("react").ReactNode;
9
9
  contentPlacing?: "default" | "relaxed";
@@ -21,7 +21,7 @@ export declare const PaginationButton: import("@linaria/react").StyledMeta & imp
21
21
  outlined?: boolean;
22
22
  shiftLeft?: boolean;
23
23
  shiftRight?: boolean;
24
- blur?: import("../../mixins").Blur;
24
+ blur?: import("../..").Blur;
25
25
  } & {
26
26
  value?: string | number;
27
27
  contentRight?: never;
@@ -43,12 +43,12 @@ export declare const PaginationButton: import("@linaria/react").StyledMeta & imp
43
43
  outlined?: boolean;
44
44
  shiftLeft?: boolean;
45
45
  shiftRight?: boolean;
46
- blur?: import("../../mixins").Blur;
46
+ blur?: import("../..").Blur;
47
47
  } & {
48
48
  value?: never;
49
49
  contentRight?: import("react").ReactNode;
50
50
  } & import("react").RefAttributes<HTMLButtonElement>))>;
51
- export declare const PaginationShorter: import("@linaria/react").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 & {
51
+ export declare const PaginationShorter: 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 & {
52
52
  text?: string;
53
53
  contentLeft?: import("react").ReactNode;
54
54
  contentPlacing?: "default" | "relaxed";
@@ -66,7 +66,7 @@ export declare const PaginationShorter: import("@linaria/react").StyledMeta & im
66
66
  outlined?: boolean;
67
67
  shiftLeft?: boolean;
68
68
  shiftRight?: boolean;
69
- blur?: import("../../mixins").Blur;
69
+ blur?: import("../..").Blur;
70
70
  } & {
71
71
  value?: string | number;
72
72
  contentRight?: never;
@@ -88,7 +88,7 @@ export declare const PaginationShorter: import("@linaria/react").StyledMeta & im
88
88
  outlined?: boolean;
89
89
  shiftLeft?: boolean;
90
90
  shiftRight?: boolean;
91
- blur?: import("../../mixins").Blur;
91
+ blur?: import("../..").Blur;
92
92
  } & {
93
93
  value?: never;
94
94
  contentRight?: import("react").ReactNode;
@@ -1,5 +1,5 @@
1
1
  export declare const SelectPerPageRoot: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
2
- export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((import("../../../TextField/TextField.types").LabelProps & import("../../../TextField/TextField.types").RequiredProps & {
2
+ export declare const SelectPerPageSelect: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((import("../../../TextField/TextField.types").LabelProps & import("../../../TextField/TextField.types").RequiredProps & {
3
3
  hintText: string;
4
4
  hintTrigger?: "hover" | "click";
5
5
  hintView?: string;
@@ -8,7 +8,7 @@ export declare const DotsBase: import("@linaria/react").StyledComponent<import("
8
8
  * Стилизованный компонент, обладающий всеми свойствами ``div``.
9
9
  * @deprecated
10
10
  */
11
- export declare const PaginationDots: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & Record<never, unknown> & {
11
+ export declare const PaginationDots: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & Record<never, unknown> & {
12
12
  as?: React.ElementType;
13
13
  }>;
14
14
  //# sourceMappingURL=PaginationDots.d.ts.map
@@ -3,7 +3,7 @@ export declare const ButtonWrapper: import("@linaria/react").StyledComponent<imp
3
3
  placement?: ClosePlacementType;
4
4
  }>;
5
5
  export declare const StyledHeader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
- export declare const CloseIconWrapper: import("@linaria/react").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
+ 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 & {
7
7
  text?: string;
8
8
  contentLeft?: import("react").ReactNode;
9
9
  contentPlacing?: "default" | "relaxed";
@@ -4,5 +4,5 @@ export declare const StyledPortal: import("@linaria/react").StyledComponent<impo
4
4
  export declare const StyledPortalContainer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
5
  export declare const PopupView: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
6
  export declare const PopupRootContainer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & PopupRootContainerProps>;
7
- export declare const IconResizeDiagonalStyled: import("@linaria/react").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
7
+ export declare const IconResizeDiagonalStyled: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
8
8
  //# sourceMappingURL=Popup.styles.d.ts.map
@@ -1,4 +1,4 @@
1
- export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & (({
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;
@@ -2,16 +2,16 @@ export declare const base: import("@linaria/core").LinariaClassName;
2
2
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const StyledContentWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
4
  export declare const StyledArrow: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
5
- export declare const StyledLeftArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
5
+ export declare const StyledLeftArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
6
6
  as?: React.ElementType;
7
7
  }>;
8
- export declare const StyledRightArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
8
+ export declare const StyledRightArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
9
9
  as?: React.ElementType;
10
10
  }>;
11
- export declare const StyledTopArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
11
+ export declare const StyledTopArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
12
12
  as?: React.ElementType;
13
13
  }>;
14
- export declare const StyledBottomArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
14
+ export declare const StyledBottomArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
15
15
  as?: React.ElementType;
16
16
  }>;
17
17
  //# sourceMappingURL=SegmentGroup.styles.d.ts.map
@@ -2,7 +2,7 @@ import type { SelectProps } from '../../../../../../components/Select';
2
2
  export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
3
3
  disabled?: boolean;
4
4
  }>;
5
- export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & (({
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,14 +33,14 @@ 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/react").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/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
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 StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
43
- export declare const StyledIconDone: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
42
+ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
43
+ export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
44
44
  export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
45
45
  export declare const IconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
46
46
  variant: SelectProps["variant"];
@@ -1,4 +1,4 @@
1
- export declare const StyledButton: import("@linaria/react").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 & {
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";
@@ -45,7 +45,7 @@ export declare const StyledButton: import("@linaria/react").StyledMeta & import(
45
45
  } & import("react").RefAttributes<HTMLButtonElement>))>;
46
46
  export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
47
47
  export declare const sizeMap: Record<string, string>;
48
- export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
48
+ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
49
49
  export declare const ButtonWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
50
50
  export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
51
51
  //# sourceMappingURL=Button.styles.d.ts.map
@@ -311,6 +311,6 @@ export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<
311
311
  readOnly?: boolean;
312
312
  }>;
313
313
  export declare const sizeMap: Record<string, string>;
314
- export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
314
+ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
315
315
  export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
316
316
  //# sourceMappingURL=Textfield.styles.d.ts.map
@@ -4,7 +4,7 @@ export declare const ItemWrapper: import("@linaria/react").StyledComponent<impor
4
4
  export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
5
5
  disabled?: boolean;
6
6
  }>;
7
- export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & (({
7
+ export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & (({
8
8
  size?: string;
9
9
  view?: string;
10
10
  contentLeft?: import("react").ReactNode;
@@ -35,15 +35,15 @@ export declare const StyledCell: import("@linaria/react").StyledMeta & import("r
35
35
  label?: never;
36
36
  children?: import("react").ReactNode;
37
37
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
38
- export declare const StyledCheckbox: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("../../../../../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
39
- export declare const StyledIndicator: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
38
+ 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>>;
39
+ export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
40
40
  size: string;
41
41
  view: string;
42
42
  } & import("react").RefAttributes<HTMLDivElement>>;
43
43
  export declare const sizeMap: Record<string, string>;
44
- export declare const StyledArrowLeft: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
45
- export declare const StyledArrowRight: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
46
- export declare const StyledIconDone: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
44
+ export declare const StyledArrowLeft: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
45
+ export declare const StyledArrowRight: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
46
+ export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
47
47
  export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
48
48
  visibility: CSSProperties["visibility"];
49
49
  }>;
@@ -6,15 +6,15 @@ import type { LineSkeletonProps } from './LineSkeleton.types';
6
6
  */
7
7
  export declare const lineSkeletonRoot: (Root: RootProps<HTMLDivElement, LineSkeletonProps>) => React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & import("../Skeleton.types").SkeletonSizeProps & {
8
8
  customGradientColor?: string;
9
- roundness?: import("../../../mixins").Roundness;
10
- } & import("../../../mixins").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
9
+ roundness?: import("../../..").Roundness;
10
+ } & import("../../..").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
11
11
  export declare const lineSkeletonConfig: {
12
12
  name: string;
13
13
  tag: string;
14
14
  layout: (Root: RootProps<HTMLDivElement, LineSkeletonProps>) => React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & import("../Skeleton.types").SkeletonSizeProps & {
15
15
  customGradientColor?: string;
16
- roundness?: import("../../../mixins").Roundness;
17
- } & import("../../../mixins").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
16
+ roundness?: import("../../..").Roundness;
17
+ } & import("../../..").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
18
18
  base: import("@linaria/core").LinariaClassName;
19
19
  variations: {
20
20
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"LineSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAMlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;0FAY9E,CAAC;AAEN,eAAO,MAAM,kBAAkB;;;mBAdQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;CA4BlF,CAAC"}
1
+ {"version":3,"file":"LineSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAMlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;mFAY9E,CAAC;AAEN,eAAO,MAAM,kBAAkB;;;mBAdQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;CA4BlF,CAAC"}
@@ -6,6 +6,6 @@ export declare const RectSkeleton: React.ForwardRefExoticComponent<React.HTMLAtt
6
6
  width: string | number;
7
7
  height: string | number;
8
8
  customGradientColor?: string;
9
- roundness?: import("../../../mixins").Roundness;
10
- } & import("../../../mixins").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
9
+ roundness?: import("../../..").Roundness;
10
+ } & import("../../..").SkeletonGradientProps & React.RefAttributes<HTMLDivElement>>;
11
11
  //# sourceMappingURL=RectSkeleton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RectSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/RectSkeleton/RectSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAO1C;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;0FAgBxB,CAAC"}
1
+ {"version":3,"file":"RectSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/RectSkeleton/RectSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAO1C;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;mFAgBxB,CAAC"}
@@ -2,7 +2,7 @@ export declare const LabelWrapper: import("@linaria/react").StyledComponent<impo
2
2
  export declare const LabelContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;
4
4
  export declare const InputsWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
- export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
5
+ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
6
6
  appearance?: "default" | "clear";
7
7
  size?: string;
8
8
  view?: string;
@@ -20,7 +20,7 @@ export declare const StepItemTitle: import("@linaria/react").StyledComponent<imp
20
20
  export declare const StepItemContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
21
21
  export declare const BulletIndicatorWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
22
22
  export declare const BulletIndicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
23
- export declare const Bullet: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
23
+ export declare const Bullet: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
24
24
  as?: React.ElementType;
25
25
  }>;
26
26
  export declare const StepItemDivider: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
@@ -20,9 +20,9 @@ export declare const Th: import("@linaria/react").StyledComponent<import("react"
20
20
  borderVariant: TableProps["borderVariant"];
21
21
  selectionCell?: boolean;
22
22
  }>;
23
- export declare const StyledCheckbox: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
24
- export declare const StyledDivider: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Divider").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
25
- export declare const Button: import("@linaria/react").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 & {
23
+ 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>>;
24
+ export declare const StyledDivider: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Divider").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
25
+ export declare const Button: 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 & {
26
26
  text?: string;
27
27
  contentLeft?: import("react").ReactNode;
28
28
  contentPlacing?: "default" | "relaxed";
@@ -67,7 +67,7 @@ export declare const Button: import("@linaria/react").StyledMeta & import("react
67
67
  value?: never;
68
68
  contentRight?: import("react").ReactNode;
69
69
  } & import("react").RefAttributes<HTMLButtonElement>))>;
70
- export declare const ButtonAccent: import("@linaria/react").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 & {
70
+ export declare const ButtonAccent: 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 & {
71
71
  text?: string;
72
72
  contentLeft?: import("react").ReactNode;
73
73
  contentPlacing?: "default" | "relaxed";
@@ -112,7 +112,7 @@ export declare const ButtonAccent: import("@linaria/react").StyledMeta & import(
112
112
  value?: never;
113
113
  contentRight?: import("react").ReactNode;
114
114
  } & import("react").RefAttributes<HTMLButtonElement>))>;
115
- export declare const LinkButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & {
115
+ export declare const LinkButton: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & {
116
116
  text?: string;
117
117
  contentRight?: import("react").ReactNode;
118
118
  contentLeft?: import("react").ReactNode;
@@ -11,7 +11,7 @@ export declare const ContentWrapper: import("@linaria/react").StyledComponent<im
11
11
  export declare const EditModeWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
12
12
  export declare const InputWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
13
13
  export declare const Input: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
14
- export declare const IconDoneButton: import("@linaria/react").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 & {
14
+ export declare const IconDoneButton: 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 & {
15
15
  text?: string;
16
16
  contentLeft?: import("react").ReactNode;
17
17
  contentPlacing?: "default" | "relaxed";
@@ -56,7 +56,7 @@ export declare const IconDoneButton: import("@linaria/react").StyledMeta & impor
56
56
  value?: never;
57
57
  contentRight?: import("react").ReactNode;
58
58
  } & import("react").RefAttributes<HTMLButtonElement>))>;
59
- export declare const IconResetButton: import("@linaria/react").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 & {
59
+ export declare const IconResetButton: 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 & {
60
60
  text?: string;
61
61
  contentLeft?: import("react").ReactNode;
62
62
  contentPlacing?: "default" | "relaxed";
@@ -1,4 +1,4 @@
1
- export declare const Select: import("@linaria/react").StyledMeta & import("react").FunctionComponent<(import("../../../../../TextField/TextField.types").LabelProps & import("../../../../../TextField/TextField.types").RequiredProps & {
1
+ export declare const Select: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<(import("../../../../../TextField/TextField.types").LabelProps & import("../../../../../TextField/TextField.types").RequiredProps & {
2
2
  hintText: string;
3
3
  hintTrigger?: "hover" | "click";
4
4
  hintView?: string;
@@ -345,11 +345,11 @@ export declare const Select: import("@linaria/react").StyledMeta & import("react
345
345
  listOverflow?: import("react").CSSProperties["overflow"];
346
346
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>)>;
347
347
  export declare const IconFilterWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
348
- export declare const StyledIndicator: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
348
+ export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
349
349
  size: string;
350
350
  view: string;
351
351
  } & import("react").RefAttributes<HTMLDivElement>>;
352
- export declare const StyledCheckbox: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("../../../../../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
353
- export declare const StyledDivider: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("../../../../../Divider").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
352
+ 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>>;
353
+ export declare const StyledDivider: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & import("../../../../../Divider").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
354
354
  export declare const ControlPanel: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
355
355
  //# sourceMappingURL=Filter.styles.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import { RootProps } from '../../../../../engines';
3
3
  import { HorizontalIconTabItemProps } from '../../../TabItem.types';
4
- export declare const horizontalIconTabItemRoot: (Root: RootProps<HTMLButtonElement, HorizontalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../../TabItem.types").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomHorizontalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
4
+ export declare const horizontalIconTabItemRoot: (Root: RootProps<HTMLButtonElement, HorizontalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../..").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomHorizontalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
5
5
  export declare const horizontalIconTabItemConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLButtonElement, HorizontalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../../TabItem.types").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomHorizontalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
8
+ layout: (Root: RootProps<HTMLButtonElement, HorizontalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../..").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomHorizontalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"HorizontalIconTabItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAQpE,eAAO,MAAM,yBAAyB,SAAU,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,CAAC,qPA2DlG,CAAC;AAEP,eAAO,MAAM,2BAA2B;;;mBA7DQ,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,CAAC;;;;;;;;;;;;;;;;;CAiFvG,CAAC"}
1
+ {"version":3,"file":"HorizontalIconTabItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAQpE,eAAO,MAAM,yBAAyB,SAAU,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,CAAC,uOA2DlG,CAAC;AAEP,eAAO,MAAM,2BAA2B;;;mBA7DQ,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,CAAC;;;;;;;;;;;;;;;;;CAiFvG,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import { RootProps } from '../../../../../engines';
3
3
  import { VerticalIconTabItemProps } from '../../../TabItem.types';
4
- export declare const verticalIconTabItemRoot: (Root: RootProps<HTMLButtonElement, VerticalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../../TabItem.types").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomVerticalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
4
+ export declare const verticalIconTabItemRoot: (Root: RootProps<HTMLButtonElement, VerticalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../..").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomVerticalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
5
5
  export declare const verticalIconTabItemConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLButtonElement, VerticalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../../TabItem.types").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomVerticalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
8
+ layout: (Root: RootProps<HTMLButtonElement, VerticalIconTabItemProps>) => React.ForwardRefExoticComponent<Omit<import("../../..").BaseTabItemProps, "value" | "contentRight" | "maxItemWidth"> & import("../../../TabItem.types").CustomVerticalIconTabItemProps & React.RefAttributes<HTMLButtonElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalIconTabItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAQlE,eAAO,MAAM,uBAAuB,SAAU,SAAS,CAAC,iBAAiB,EAAE,wBAAwB,CAAC,mPAwD9F,CAAC;AAEP,eAAO,MAAM,yBAAyB;;;mBA1DQ,SAAS,CAAC,iBAAiB,EAAE,wBAAwB,CAAC;;;;;;;;;;;;;;;;;CA8EnG,CAAC"}
1
+ {"version":3,"file":"VerticalIconTabItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAQlE,eAAO,MAAM,uBAAuB,SAAU,SAAS,CAAC,iBAAiB,EAAE,wBAAwB,CAAC,qOAwD9F,CAAC;AAEP,eAAO,MAAM,yBAAyB;;;mBA1DQ,SAAS,CAAC,iBAAiB,EAAE,wBAAwB,CAAC;;;;;;;;;;;;;;;;;CA8EnG,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import type { RootProps } from '../../../../../engines/types';
3
3
  import type { VerticalTabsProps } from '../../../Tabs.types';
4
- export declare const verticalTabsRoot: (Root: RootProps<HTMLDivElement, VerticalTabsProps>) => React.ForwardRefExoticComponent<import("../../../Tabs.types").BaseTabsProps & import("../../../Tabs.types").CustomVerticalTabsProps & React.RefAttributes<HTMLDivElement>>;
4
+ export declare const verticalTabsRoot: (Root: RootProps<HTMLDivElement, VerticalTabsProps>) => React.ForwardRefExoticComponent<import("../../..").BaseTabsProps & import("../../../Tabs.types").CustomVerticalTabsProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export declare const verticalTabsConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLDivElement, VerticalTabsProps>) => React.ForwardRefExoticComponent<import("../../../Tabs.types").BaseTabsProps & import("../../../Tabs.types").CustomVerticalTabsProps & React.RefAttributes<HTMLDivElement>>;
8
+ layout: (Root: RootProps<HTMLDivElement, VerticalTabsProps>) => React.ForwardRefExoticComponent<import("../../..").BaseTabsProps & import("../../../Tabs.types").CustomVerticalTabsProps & React.RefAttributes<HTMLDivElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6F,MAAM,OAAO,CAAC;AAGlH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAInD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAiB7D,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC,+KAmN7E,CAAC;AAEP,eAAO,MAAM,kBAAkB;;;mBArNQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;CA0OlF,CAAC"}
1
+ {"version":3,"file":"VerticalTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6F,MAAM,OAAO,CAAC;AAGlH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAInD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAiB7D,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC,oKAmN7E,CAAC;AAEP,eAAO,MAAM,kBAAkB;;;mBArNQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;CA0OlF,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare const Hint: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
1
+ 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>>;
2
2
  export declare const OuterLabelWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
3
3
  isInnerLabel: boolean;
4
4
  width: string;
@@ -43,7 +43,7 @@ export declare const StyledHiddenTextArea: import("@linaria/react").StyledCompon
43
43
  export declare const StyledHelpers: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
44
44
  export declare const StyledOutsideHelpersWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
45
45
  export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
46
- export declare const StyledRightHelper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
46
+ export declare const StyledRightHelper: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
47
47
  as?: React.ElementType;
48
48
  }>;
49
49
  export declare const StyledPlaceholder: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & {
@@ -26,7 +26,7 @@ export declare const StyledTextAfter: import("@linaria/react").StyledComponent<i
26
26
  export declare const StyledOptionalText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
27
27
  export declare const StyledHintWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
28
28
  export declare const HintTargetWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
29
- export declare const Hint: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
29
+ 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>>;
30
30
  export declare const HintIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
31
31
  export declare const StyledIndicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
32
32
  //# sourceMappingURL=TextField.styles.d.ts.map
@@ -1,3 +1,3 @@
1
- export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
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
  export declare const TextChip: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
3
3
  //# sourceMappingURL=TextFieldChip.styles.d.ts.map
@@ -1,5 +1,5 @@
1
- export declare const StyledPopover: import("@linaria/react").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 StyledTimePickerGrid: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & {
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 StyledTimePickerGrid: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & {
3
3
  value?: string;
4
4
  dropdownHeight?: import("react").CSSProperties["height"];
5
5
  dropdownWidth?: "auto" | "fullWidth" | import("react").CSSProperties["width"];
@@ -17,7 +17,7 @@ export declare const StyledTimePickerGrid: import("@linaria/react").StyledMeta &
17
17
  };
18
18
  onChange?: (event: import("../TimePickerGrid/TimePickerGrid.types").TimePickerGridChangeEvent) => void;
19
19
  } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & import("react").RefAttributes<HTMLDivElement>>;
20
- export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & (({
20
+ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & (({
21
21
  appearance?: "default" | "clear";
22
22
  size?: string;
23
23
  view?: string;
@@ -41,7 +41,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
41
41
  hintSize?: string;
42
42
  hintTargetIcon?: import("react").ReactNode;
43
43
  hintTargetPlacement?: "inner" | "outer";
44
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
44
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
45
45
  hintHasArrow?: boolean;
46
46
  hintOffset?: [number, number];
47
47
  hintWidth?: string;
@@ -78,7 +78,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
78
78
  hintSize?: string;
79
79
  hintTargetIcon?: import("react").ReactNode;
80
80
  hintTargetPlacement?: "inner" | "outer";
81
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
81
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
82
82
  hintHasArrow?: boolean;
83
83
  hintOffset?: [number, number];
84
84
  hintWidth?: string;
@@ -193,7 +193,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
193
193
  hintSize?: string;
194
194
  hintTargetIcon?: import("react").ReactNode;
195
195
  hintTargetPlacement?: "inner" | "outer";
196
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
196
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
197
197
  hintHasArrow?: boolean;
198
198
  hintOffset?: [number, number];
199
199
  hintWidth?: string;
@@ -230,7 +230,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
230
230
  hintSize?: string;
231
231
  hintTargetIcon?: import("react").ReactNode;
232
232
  hintTargetPlacement?: "inner" | "outer";
233
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
233
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
234
234
  hintHasArrow?: boolean;
235
235
  hintOffset?: [number, number];
236
236
  hintWidth?: string;
@@ -4,7 +4,7 @@ export declare const StyledRoot: import("@linaria/react").StyledComponent<import
4
4
  isVisible: boolean;
5
5
  offset?: number;
6
6
  }>;
7
- export declare const CloseIconWrapper: import("@linaria/react").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 & {
7
+ 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 & {
8
8
  text?: string;
9
9
  contentLeft?: import("react").ReactNode;
10
10
  contentPlacing?: "default" | "relaxed";
@@ -49,7 +49,7 @@ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & imp
49
49
  value?: never;
50
50
  contentRight?: import("react").ReactNode;
51
51
  } & import("react").RefAttributes<HTMLButtonElement>))>;
52
- export declare const StyledOverlay: import("@linaria/react").StyledMeta & import("react").FC<import("../Overlay").OverlayProps>;
52
+ export declare const StyledOverlay: import("@linaria/utils").StyledMeta & import("react").FC<import("../Overlay").OverlayProps>;
53
53
  export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
54
54
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
55
55
  textColor?: string;