@salutejs/plasma-new-hope 0.343.0-canary.2367.19851506127.0 → 0.343.0-canary.2368.19872331595.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 (172) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.js +6 -5
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +6 -4
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  5. package/cjs/components/DateTimePicker/DateTimePicker.css +1 -1
  6. package/cjs/components/DateTimePicker/ui/Input/Input.css +1 -1
  7. package/cjs/components/DateTimePicker/ui/Input/Input.styles.js +1 -1
  8. package/cjs/components/DateTimePicker/ui/Input/Input.styles.js.map +1 -1
  9. package/cjs/components/DateTimePicker/ui/Input/{Input.styles_1vvloyr.css → Input.styles_lw80by.css} +1 -1
  10. package/cjs/index.css +1 -1
  11. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +6 -5
  12. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  13. package/emotion/cjs/components/DateTimePicker/ui/Input/Input.styles.js +2 -2
  14. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  15. package/emotion/cjs/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  16. package/emotion/cjs/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  17. package/emotion/cjs/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  18. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +6 -5
  19. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  20. package/emotion/es/components/DateTimePicker/ui/Input/Input.styles.js +2 -2
  21. package/emotion/es/examples/components/Tokens/Colors/Colors.styles.js +152 -55
  22. package/emotion/es/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +72 -25
  23. package/emotion/es/examples/components/Tokens/Typography/Typography.styles.js +200 -75
  24. package/es/components/Combobox/ComboboxNew/Combobox.js +6 -5
  25. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  26. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +6 -4
  27. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  28. package/es/components/DateTimePicker/DateTimePicker.css +1 -1
  29. package/es/components/DateTimePicker/ui/Input/Input.css +1 -1
  30. package/es/components/DateTimePicker/ui/Input/Input.styles.js +1 -1
  31. package/es/components/DateTimePicker/ui/Input/Input.styles.js.map +1 -1
  32. package/es/components/DateTimePicker/ui/Input/{Input.styles_1vvloyr.css → Input.styles_lw80by.css} +1 -1
  33. package/es/index.css +1 -1
  34. package/package.json +6 -16
  35. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +6 -5
  36. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  37. package/styled-components/cjs/components/DateTimePicker/ui/Input/Input.styles.js +2 -8
  38. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +6 -5
  39. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  40. package/styled-components/es/components/DateTimePicker/ui/Input/Input.styles.js +2 -8
  41. package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
  42. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +2 -2
  43. package/types/components/Attach/ui/Button/Button.styles.d.ts +1 -1
  44. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +1 -1
  45. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +1 -1
  46. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +2 -2
  47. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1 -1
  48. package/types/components/Avatar/Avatar.styles.d.ts +2 -2
  49. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +1 -1
  50. package/types/components/Button/Button.styles.d.ts +1 -1
  51. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +4 -4
  52. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +1 -1
  53. package/types/components/Carousel/CarouselNew/Carousel.styles.d.ts +1 -1
  54. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +3 -2
  55. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  56. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +4 -0
  57. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  58. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  59. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1 -1
  60. package/types/components/Combobox/ComboboxNew/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  61. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +1 -1
  62. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +1 -1
  63. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +2 -2
  64. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +6 -6
  65. package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +1 -1
  66. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +1 -1
  67. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  68. package/types/components/Drawer/Drawer.styles.d.ts +1 -1
  69. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +2 -2
  70. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +2 -2
  71. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +1 -1
  72. package/types/components/EmptyState/EmptyState.styles.d.ts +1 -1
  73. package/types/components/InformationWrapper/InformationWrapper.styles.d.ts +1 -1
  74. package/types/components/LinkButton/LinkButton.styles.d.ts +1 -1
  75. package/types/components/List/ui/ListItem.styles.d.ts +1 -1
  76. package/types/components/Loader/Loader.styles.d.ts +2 -2
  77. package/types/components/NavigationDrawer/ui/MenuItem/MenuItem.styles.d.ts +2 -2
  78. package/types/components/NavigationDrawer/ui/Section/Section.styles.d.ts +1 -1
  79. package/types/components/Note/Note.styles.d.ts +1 -1
  80. package/types/components/Notification/Notification.styles.d.ts +3 -3
  81. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +1 -1
  82. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +1 -1
  83. package/types/components/Pagination/Pagination.styles.d.ts +7 -7
  84. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +1 -1
  85. package/types/components/PaginationDots/PaginationDots.d.ts +1 -1
  86. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +1 -1
  87. package/types/components/Popup/Popup.styles.d.ts +1 -1
  88. package/types/components/Range/Range.styles.d.ts +1 -1
  89. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -4
  90. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  91. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
  92. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1 -1
  93. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  94. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
  95. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  96. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
  97. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts.map +1 -1
  98. package/types/components/Slider/components/Double/Double.styles.d.ts +1 -1
  99. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +1 -1
  100. package/types/components/Table/Table.styles.d.ts +5 -5
  101. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +2 -2
  102. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +4 -4
  103. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts +2 -2
  104. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts.map +1 -1
  105. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts +2 -2
  106. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts.map +1 -1
  107. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +2 -2
  108. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  109. package/types/components/TextArea/TextArea.styles.d.ts +2 -2
  110. package/types/components/TextField/TextField.styles.d.ts +1 -1
  111. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +1 -1
  112. package/types/components/TimePicker/TimePicker.styles.d.ts +7 -7
  113. package/types/components/Toast/Toast.styles.d.ts +2 -2
  114. package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +1 -1
  115. package/types/components/Tree/Tree.styles.d.ts +2 -2
  116. package/types/components/_Resizable/Resizable.styles.d.ts +1 -1
  117. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  118. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  119. package/types/examples/components/Avatar/Avatar.d.ts +1 -1
  120. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  121. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  122. package/types/examples/components/Calendar/Calendar.d.ts +1 -1
  123. package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
  124. package/types/examples/components/Carousel/Carousel.d.ts +3 -3
  125. package/types/examples/components/Carousel/Carousel.d.ts.map +1 -1
  126. package/types/examples/components/Chip/Chip.d.ts +3 -3
  127. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  128. package/types/examples/components/Combobox/Combobox.d.ts +36 -12
  129. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  130. package/types/examples/components/DatePicker/DatePicker.d.ts +1 -1
  131. package/types/examples/components/Divider/Divider.d.ts +1 -1
  132. package/types/examples/components/Divider/Divider.d.ts.map +1 -1
  133. package/types/examples/components/Drawer/Drawer.d.ts +1 -1
  134. package/types/examples/components/Dropdown/Dropdown.d.ts +5 -5
  135. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  136. package/types/examples/components/EmptyState/EmptyState.d.ts +1 -1
  137. package/types/examples/components/Flow/Flow.d.ts +1 -1
  138. package/types/examples/components/Grid/Grid.d.ts +1 -1
  139. package/types/examples/components/Grid/Grid.d.ts.map +1 -1
  140. package/types/examples/components/Image/Image.d.ts +1 -1
  141. package/types/examples/components/Indicator/Indicator.d.ts +1 -1
  142. package/types/examples/components/Modal/Modal.d.ts +2 -2
  143. package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
  144. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  145. package/types/examples/components/Pagination/Pagination.d.ts +1 -1
  146. package/types/examples/components/Pagination/Pagination.d.ts.map +1 -1
  147. package/types/examples/components/Panel/Panel.d.ts +1 -1
  148. package/types/examples/components/Popup/Popup.d.ts +1 -1
  149. package/types/examples/components/Popup/Popup.d.ts.map +1 -1
  150. package/types/examples/components/Progress/Progress.d.ts +1 -1
  151. package/types/examples/components/Progress/Progress.d.ts.map +1 -1
  152. package/types/examples/components/Range/Range.d.ts +3 -3
  153. package/types/examples/components/Range/Range.d.ts.map +1 -1
  154. package/types/examples/components/Segment/Segment.d.ts +1 -1
  155. package/types/examples/components/Segment/Segment.d.ts.map +1 -1
  156. package/types/examples/components/Select/Select.d.ts +2 -2
  157. package/types/examples/components/Sheet/Sheet.d.ts +1 -1
  158. package/types/examples/components/Sheet/Sheet.d.ts.map +1 -1
  159. package/types/examples/components/Slider/Slider.d.ts +2 -2
  160. package/types/examples/components/Steps/Steps.d.ts +1 -1
  161. package/types/examples/components/Switch/Switch.d.ts +2 -2
  162. package/types/examples/components/Switch/Switch.d.ts.map +1 -1
  163. package/types/examples/components/Tabs/Tabs.d.ts +2 -2
  164. package/types/examples/components/Tabs/Tabs.d.ts.map +1 -1
  165. package/types/examples/components/Tabs/TabsController.d.ts +1 -1
  166. package/types/examples/components/Tabs/TabsController.d.ts.map +1 -1
  167. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +16 -16
  168. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts.map +1 -1
  169. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts +6 -8
  170. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts.map +1 -1
  171. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +20 -20
  172. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts.map +1 -1
@@ -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
  size?: string;
3
3
  view?: string;
4
4
  readOnly?: boolean;
@@ -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
@@ -303,6 +303,6 @@ export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<
303
303
  readOnly?: boolean;
304
304
  }>;
305
305
  export declare const sizeMap: Record<string, string>;
306
- export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
306
+ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
307
307
  export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
308
308
  //# 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
  size?: string;
7
7
  view?: string;
8
8
  readOnly?: boolean;
@@ -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> & {
@@ -29,7 +29,7 @@ export declare const StyledTextAfter: import("@linaria/react").StyledComponent<i
29
29
  export declare const StyledOptionalText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
30
30
  export declare const StyledHintWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
31
31
  export declare const HintTargetWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
32
- 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>>;
32
+ 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>>;
33
33
  export declare const HintIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
34
34
  export declare const StyledIndicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
35
35
  //# 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
  size?: string;
22
22
  view?: string;
23
23
  readOnly?: boolean;
@@ -40,7 +40,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
40
40
  hintSize?: string;
41
41
  hintTargetIcon?: import("react").ReactNode;
42
42
  hintTargetPlacement?: "inner" | "outer";
43
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
43
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
44
44
  hintHasArrow?: boolean;
45
45
  hintOffset?: [number, number];
46
46
  hintWidth?: string;
@@ -76,7 +76,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
76
76
  hintSize?: string;
77
77
  hintTargetIcon?: import("react").ReactNode;
78
78
  hintTargetPlacement?: "inner" | "outer";
79
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
79
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
80
80
  hintHasArrow?: boolean;
81
81
  hintOffset?: [number, number];
82
82
  hintWidth?: string;
@@ -188,7 +188,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
188
188
  hintSize?: string;
189
189
  hintTargetIcon?: import("react").ReactNode;
190
190
  hintTargetPlacement?: "inner" | "outer";
191
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
191
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
192
192
  hintHasArrow?: boolean;
193
193
  hintOffset?: [number, number];
194
194
  hintWidth?: string;
@@ -224,7 +224,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
224
224
  hintSize?: string;
225
225
  hintTargetIcon?: import("react").ReactNode;
226
226
  hintTargetPlacement?: "inner" | "outer";
227
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
227
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
228
228
  hintHasArrow?: boolean;
229
229
  hintOffset?: [number, number];
230
230
  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;
@@ -4,7 +4,7 @@ export declare const Toast: import("@linaria/react").StyledComponent<import("rea
4
4
  width: CSSProperties["width"];
5
5
  textColor: CSSProperties["color"];
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";
@@ -1,7 +1,7 @@
1
1
  import { TreeProps } from './Tree.types';
2
2
  export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
- export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
4
- export declare const StyledFolder: import("@linaria/react").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
3
+ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
4
+ export declare const StyledFolder: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
5
5
  export declare const TitleWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
6
6
  fullWidthItemSelection: boolean;
7
7
  arrowPlacement: TreeProps["arrowPlacement"];
@@ -1,2 +1,2 @@
1
- export declare const IconResizeDiagonalStyled: import("@linaria/react").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
1
+ export declare const IconResizeDiagonalStyled: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps>;
2
2
  //# sourceMappingURL=Resizable.styles.d.ts.map