@salutejs/plasma-new-hope 0.343.0-canary.2368.19872331595.0 → 0.343.0-canary.2370.19885960439.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 (140) hide show
  1. package/emotion/cjs/components/File/File.types.js +4 -0
  2. package/emotion/cjs/examples/components/Tokens/Colors/Colors.styles.js +55 -152
  3. package/emotion/cjs/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +25 -72
  4. package/emotion/cjs/examples/components/Tokens/Typography/Typography.styles.js +75 -200
  5. package/emotion/es/components/File/File.types.js +1 -0
  6. package/emotion/es/examples/components/Tokens/Colors/Colors.styles.js +55 -152
  7. package/emotion/es/examples/components/Tokens/NumberTokens/NumberTokens.styles.js +25 -72
  8. package/emotion/es/examples/components/Tokens/Typography/Typography.styles.js +75 -200
  9. package/package.json +16 -6
  10. package/styled-components/cjs/components/File/File.types.js +4 -0
  11. package/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
  12. package/styled-components/es/components/File/File.types.js +1 -0
  13. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +2 -2
  14. package/types/components/Attach/ui/Button/Button.styles.d.ts +1 -1
  15. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +1 -1
  16. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +1 -1
  17. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +2 -2
  18. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1 -1
  19. package/types/components/Avatar/Avatar.styles.d.ts +2 -2
  20. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +1 -1
  21. package/types/components/Button/Button.styles.d.ts +1 -1
  22. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +4 -4
  23. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +1 -1
  24. package/types/components/Carousel/CarouselNew/Carousel.styles.d.ts +1 -1
  25. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +2 -2
  26. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  27. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1 -1
  28. package/types/components/Combobox/ComboboxNew/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  29. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +1 -1
  30. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +1 -1
  31. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +2 -2
  32. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +6 -6
  33. package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +1 -1
  34. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +1 -1
  35. package/types/components/Drawer/Drawer.styles.d.ts +1 -1
  36. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +2 -2
  37. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +2 -2
  38. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +1 -1
  39. package/types/components/EmptyState/EmptyState.styles.d.ts +1 -1
  40. package/types/components/File/File.types.d.ts +99 -0
  41. package/types/components/File/File.types.d.ts.map +1 -0
  42. package/types/components/InformationWrapper/InformationWrapper.styles.d.ts +1 -1
  43. package/types/components/LinkButton/LinkButton.styles.d.ts +1 -1
  44. package/types/components/List/ui/ListItem.styles.d.ts +1 -1
  45. package/types/components/Loader/Loader.styles.d.ts +2 -2
  46. package/types/components/NavigationDrawer/ui/MenuItem/MenuItem.styles.d.ts +2 -2
  47. package/types/components/NavigationDrawer/ui/Section/Section.styles.d.ts +1 -1
  48. package/types/components/Note/Note.styles.d.ts +1 -1
  49. package/types/components/Notification/Notification.styles.d.ts +3 -3
  50. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +1 -1
  51. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +1 -1
  52. package/types/components/Pagination/Pagination.styles.d.ts +7 -7
  53. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +1 -1
  54. package/types/components/PaginationDots/PaginationDots.d.ts +1 -1
  55. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +1 -1
  56. package/types/components/Popup/Popup.styles.d.ts +1 -1
  57. package/types/components/Range/Range.styles.d.ts +1 -1
  58. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -4
  59. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +5 -5
  60. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
  61. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1 -1
  62. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +6 -6
  63. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
  64. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  65. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
  66. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts.map +1 -1
  67. package/types/components/Slider/components/Double/Double.styles.d.ts +1 -1
  68. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +1 -1
  69. package/types/components/Table/Table.styles.d.ts +5 -5
  70. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +2 -2
  71. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +4 -4
  72. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts +2 -2
  73. package/types/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.d.ts.map +1 -1
  74. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts +2 -2
  75. package/types/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.d.ts.map +1 -1
  76. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +2 -2
  77. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  78. package/types/components/TextArea/TextArea.styles.d.ts +2 -2
  79. package/types/components/TextField/TextField.styles.d.ts +1 -1
  80. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +1 -1
  81. package/types/components/TimePicker/TimePicker.styles.d.ts +7 -7
  82. package/types/components/Toast/Toast.styles.d.ts +2 -2
  83. package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +1 -1
  84. package/types/components/Tree/Tree.styles.d.ts +2 -2
  85. package/types/components/_Resizable/Resizable.styles.d.ts +1 -1
  86. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  87. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  88. package/types/examples/components/Avatar/Avatar.d.ts +1 -1
  89. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  90. package/types/examples/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  91. package/types/examples/components/Calendar/Calendar.d.ts +1 -1
  92. package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
  93. package/types/examples/components/Carousel/Carousel.d.ts +3 -3
  94. package/types/examples/components/Carousel/Carousel.d.ts.map +1 -1
  95. package/types/examples/components/Chip/Chip.d.ts +3 -3
  96. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  97. package/types/examples/components/Combobox/Combobox.d.ts +12 -12
  98. package/types/examples/components/DatePicker/DatePicker.d.ts +1 -1
  99. package/types/examples/components/Divider/Divider.d.ts +1 -1
  100. package/types/examples/components/Divider/Divider.d.ts.map +1 -1
  101. package/types/examples/components/Drawer/Drawer.d.ts +1 -1
  102. package/types/examples/components/Dropdown/Dropdown.d.ts +5 -5
  103. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  104. package/types/examples/components/EmptyState/EmptyState.d.ts +1 -1
  105. package/types/examples/components/Flow/Flow.d.ts +1 -1
  106. package/types/examples/components/Grid/Grid.d.ts +1 -1
  107. package/types/examples/components/Grid/Grid.d.ts.map +1 -1
  108. package/types/examples/components/Image/Image.d.ts +1 -1
  109. package/types/examples/components/Indicator/Indicator.d.ts +1 -1
  110. package/types/examples/components/Modal/Modal.d.ts +2 -2
  111. package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
  112. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  113. package/types/examples/components/Pagination/Pagination.d.ts +1 -1
  114. package/types/examples/components/Pagination/Pagination.d.ts.map +1 -1
  115. package/types/examples/components/Panel/Panel.d.ts +1 -1
  116. package/types/examples/components/Popup/Popup.d.ts +1 -1
  117. package/types/examples/components/Popup/Popup.d.ts.map +1 -1
  118. package/types/examples/components/Progress/Progress.d.ts +1 -1
  119. package/types/examples/components/Progress/Progress.d.ts.map +1 -1
  120. package/types/examples/components/Range/Range.d.ts +3 -3
  121. package/types/examples/components/Range/Range.d.ts.map +1 -1
  122. package/types/examples/components/Segment/Segment.d.ts +1 -1
  123. package/types/examples/components/Segment/Segment.d.ts.map +1 -1
  124. package/types/examples/components/Select/Select.d.ts +2 -2
  125. package/types/examples/components/Sheet/Sheet.d.ts +1 -1
  126. package/types/examples/components/Sheet/Sheet.d.ts.map +1 -1
  127. package/types/examples/components/Slider/Slider.d.ts +2 -2
  128. package/types/examples/components/Steps/Steps.d.ts +1 -1
  129. package/types/examples/components/Switch/Switch.d.ts +2 -2
  130. package/types/examples/components/Switch/Switch.d.ts.map +1 -1
  131. package/types/examples/components/Tabs/Tabs.d.ts +2 -2
  132. package/types/examples/components/Tabs/Tabs.d.ts.map +1 -1
  133. package/types/examples/components/Tabs/TabsController.d.ts +1 -1
  134. package/types/examples/components/Tabs/TabsController.d.ts.map +1 -1
  135. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +16 -16
  136. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts.map +1 -1
  137. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts +8 -6
  138. package/types/examples/components/Tokens/NumberTokens/NumberTokens.styles.d.ts.map +1 -1
  139. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +20 -20
  140. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts.map +1 -1
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
@@ -1,16 +1 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "Combobox", {
6
- enumerable: true,
7
- get: function() {
8
- return Combobox;
9
- }
10
- });
11
- var _engines = require("../../../engines");
12
- var _ = require("../../..");
13
- var _Comboboxconfig = require("./Combobox.config");
14
- var mergedConfig = (0, _engines.mergeConfig)(_.comboboxNewConfig, _Comboboxconfig.config);
15
- var ComboboxComponent = (0, _engines.component)(mergedConfig);
16
- var Combobox = ComboboxComponent;
@@ -0,0 +1 @@
1
+ export { };
@@ -5,8 +5,8 @@ export declare const StyledAccordionContentLeft: import("@linaria/react").Styled
5
5
  export declare const StyledAccordionTitle: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
6
  export declare const StyledAccordionBodyAnimate: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
7
  export declare const StyledAccordionBody: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
- export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
9
- export declare const StyledMinus: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
8
+ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
9
+ export declare const StyledMinus: import("@linaria/react").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
10
10
  export declare const StyledPlus: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
11
11
  export declare const StyledAccordionItem: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
12
12
  //# sourceMappingURL=AccordionItem.styles.d.ts.map
@@ -1,4 +1,4 @@
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 & {
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 & {
2
2
  text?: string;
3
3
  contentLeft?: import("react").ReactNode;
4
4
  contentPlacing?: "default" | "relaxed";
@@ -1,4 +1,4 @@
1
- export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
1
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
2
2
  size?: string;
3
3
  view?: string;
4
4
  contentLeft?: import("react").ReactNode;
@@ -1,4 +1,4 @@
1
- export declare const StyledDropdown: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & {
1
+ export declare const StyledDropdown: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & {
2
2
  items: import("../../../Dropdown").DropdownItemOption[];
3
3
  alwaysOpened?: boolean;
4
4
  children?: import("react").ReactNode;
@@ -1,4 +1,4 @@
1
- export declare const StyledIconButton: import("@linaria/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 & {
1
+ export declare const StyledIconButton: 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 & {
2
2
  text?: string;
3
3
  contentLeft?: import("react").ReactNode;
4
4
  contentPlacing?: "default" | "relaxed";
@@ -43,7 +43,7 @@ export declare const StyledIconButton: import("@linaria/utils").StyledMeta & imp
43
43
  value?: never;
44
44
  contentRight?: import("react").ReactNode;
45
45
  } & import("react").RefAttributes<HTMLButtonElement>))>;
46
- export declare const StyledIconButtonCancel: import("@linaria/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 & {
46
+ export declare const StyledIconButtonCancel: 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 & {
47
47
  text?: string;
48
48
  contentLeft?: import("react").ReactNode;
49
49
  contentPlacing?: "default" | "relaxed";
@@ -1,4 +1,4 @@
1
- export declare const StyledTextField: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
1
+ export declare const StyledTextField: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
2
2
  size?: string;
3
3
  view?: string;
4
4
  readOnly?: boolean;
@@ -10,7 +10,7 @@ export declare const Image: import("@linaria/react").StyledComponent<import("rea
10
10
  }>;
11
11
  export declare const Text: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
12
12
  export declare const ExtraContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
13
- export declare const ExtraBadge: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
13
+ export declare const ExtraBadge: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
14
14
  text?: string;
15
15
  customColor?: string;
16
16
  customBackgroundColor?: string;
@@ -67,5 +67,5 @@ export declare const ExtraBadge: import("@linaria/utils").StyledMeta & import("r
67
67
  transparent?: boolean;
68
68
  clear?: never;
69
69
  } & import("react").RefAttributes<HTMLDivElement>))>;
70
- export declare const ExtraCounter: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
70
+ export declare const ExtraCounter: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
71
71
  //# sourceMappingURL=Avatar.styles.d.ts.map
@@ -2,5 +2,5 @@ export declare const StyledLink: import("@linaria/react").StyledComponent<{
2
2
  isHref: boolean;
3
3
  } & import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("../Link/Link.types").LinkCustomProps & import("react").RefAttributes<HTMLAnchorElement>>;
4
4
  export declare const base: import("@linaria/core").LinariaClassName;
5
- export declare const Separator: import("@linaria/utils").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
5
+ export declare const Separator: import("@linaria/react").StyledMeta & import("react").FC<import("../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
6
6
  //# sourceMappingURL=Breadcrumbs.styles.d.ts.map
@@ -6,7 +6,7 @@ export declare const LoadWrap: import("@linaria/react").StyledComponent<import("
6
6
  isLoading?: boolean;
7
7
  }>;
8
8
  export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
9
- export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
9
+ export declare const StyledSpinner: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
10
10
  width?: never;
11
11
  height?: never;
12
12
  size?: string | number;
@@ -2,7 +2,7 @@ export declare const StyledCalendarHeader: import("@linaria/react").StyledCompon
2
2
  export declare const StyledHeader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
3
3
  export declare const StyledHeaderDate: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
4
4
  export declare const StyledArrows: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
- export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../..").AsProps & {
5
+ export declare const StyledArrow: 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
6
  text?: string;
7
7
  contentLeft?: import("react").ReactNode;
8
8
  contentPlacing?: "default" | "relaxed";
@@ -20,7 +20,7 @@ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("
20
20
  outlined?: boolean;
21
21
  shiftLeft?: boolean;
22
22
  shiftRight?: boolean;
23
- blur?: import("../../../..").Blur;
23
+ blur?: import("../../../../mixins").Blur;
24
24
  } & {
25
25
  value?: string | number;
26
26
  contentRight?: never;
@@ -42,7 +42,7 @@ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("
42
42
  outlined?: boolean;
43
43
  shiftLeft?: boolean;
44
44
  shiftRight?: boolean;
45
- blur?: import("../../../..").Blur;
45
+ blur?: import("../../../../mixins").Blur;
46
46
  } & {
47
47
  value?: never;
48
48
  contentRight?: import("react").ReactNode;
@@ -50,5 +50,5 @@ export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("
50
50
  export declare const StyledNavigation: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
51
51
  export declare const StyledDoubleHeaderWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
52
52
  export declare const StyledHeaderDouble: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
53
- export declare const StyledHeaderArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
53
+ export declare const StyledHeaderArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
54
54
  //# sourceMappingURL=CalendarHeader.styles.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const EventTooltip: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../../components/Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
1
+ export declare const EventTooltip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../../components/Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
2
2
  //# sourceMappingURL=EventTooltip.styles.d.ts.map
@@ -49,7 +49,7 @@ export declare const CarouselWrapper: import("@linaria/react").StyledComponent<i
49
49
  export declare const CarouselTrack: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
50
50
  gap: Exclude<CarouselProps["gap"], undefined>;
51
51
  }>;
52
- export declare const IconButton: import("@linaria/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
+ export declare const IconButton: 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 & {
53
53
  text?: string;
54
54
  contentLeft?: import("react").ReactNode;
55
55
  contentPlacing?: "default" | "relaxed";
@@ -11,8 +11,8 @@ export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<
11
11
  readOnly: boolean;
12
12
  }>;
13
13
  export declare const sizeMap: Record<string, string>;
14
- export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
14
+ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
15
15
  export declare const base: import("@linaria/core").LinariaClassName;
16
- export declare const StyledEmptyState: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("../../EmptyState/EmptyState.types").Props & import("react").RefAttributes<HTMLDivElement>>;
16
+ export declare const StyledEmptyState: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("../../EmptyState/EmptyState.types").Props & import("react").RefAttributes<HTMLDivElement>>;
17
17
  export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
18
18
  //# sourceMappingURL=Combobox.styles.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { ComboboxProps } from '../../../../Combobox.types';
2
2
  export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
- export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
3
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
4
4
  size?: string;
5
5
  view?: string;
6
6
  contentLeft?: import("react").ReactNode;
@@ -31,14 +31,14 @@ export declare const StyledCell: import("@linaria/utils").StyledMeta & import("r
31
31
  label?: never;
32
32
  children?: import("react").ReactNode;
33
33
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
34
- export declare const StyledCheckbox: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("../../../../../../Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
35
- export declare const StyledIndicator: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
34
+ 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>>;
35
+ export declare const StyledIndicator: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
36
36
  size: string;
37
37
  view: string;
38
38
  } & import("react").RefAttributes<HTMLDivElement>>;
39
39
  export declare const sizeMap: Record<string, string>;
40
- export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
41
- export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
40
+ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
41
+ export declare const StyledIconDone: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
42
42
  export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
43
43
  export declare const StyledContentRight: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
44
44
  export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1,4 +1,4 @@
1
- export declare const StyledTextField: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../engines/types").PropsType<import("../../../../../engines/types").Variants> & (({
1
+ export declare const StyledTextField: import("@linaria/react").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,7 +2,7 @@ import { CSSProperties } from 'react';
2
2
  import type { ComboboxProps } from '../../../../Combobox.types';
3
3
  export declare const ItemWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
4
  export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
- export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
5
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
6
6
  size?: string;
7
7
  view?: string;
8
8
  contentLeft?: import("react").ReactNode;
@@ -33,15 +33,15 @@ export declare const StyledCell: import("@linaria/utils").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/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> & {
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> & {
38
38
  size: string;
39
39
  view: string;
40
40
  } & import("react").RefAttributes<HTMLDivElement>>;
41
41
  export declare const sizeMap: Record<string, string>;
42
- export declare const StyledArrowLeft: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
43
- export declare const StyledArrowRight: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
44
- export declare const StyledIconDone: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
42
+ export declare const StyledArrowLeft: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
43
+ export declare const StyledArrowRight: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
44
+ export declare const StyledIconDone: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
45
45
  export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
46
46
  visibility: CSSProperties["visibility"];
47
47
  }>;
@@ -1,2 +1,2 @@
1
- export declare const StyledChip: import("@linaria/utils").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/react").StyledMeta & import("react").FunctionComponent<import("../../../../../engines/types").PropsType<import("../../../../../engines/types").Variants> & import("../../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
2
2
  //# sourceMappingURL=ComboboxChip.styles.d.ts.map
@@ -3,7 +3,7 @@ export declare const StyledComboboxTarget: import("@linaria/react").StyledCompon
3
3
  readOnly?: boolean;
4
4
  disabled?: boolean;
5
5
  }>;
6
- export declare const StyledArrow: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../../_Icon/IconRoot").IconProps>;
6
+ export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../../_Icon/IconRoot").IconProps>;
7
7
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
8
  export declare const StyledComboboxInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
9
9
  export declare const StyledComboboxInputHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1,5 +1,5 @@
1
- export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
2
- export declare const StyledRange: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
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 StyledRange: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
3
3
  label?: string;
4
4
  leftHelper?: string;
5
5
  contentLeft?: import("react").ReactNode;
@@ -1,5 +1,5 @@
1
- export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../../Popover/Popover.types").CustomPopoverProps & import("react").RefAttributes<HTMLDivElement>>;
2
- export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
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 StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
3
3
  size?: string;
4
4
  view?: string;
5
5
  readOnly?: boolean;
@@ -22,7 +22,7 @@ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("
22
22
  hintSize?: string;
23
23
  hintTargetIcon?: import("react").ReactNode;
24
24
  hintTargetPlacement?: "inner" | "outer";
25
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
25
+ hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
26
26
  hintHasArrow?: boolean;
27
27
  hintOffset?: [number, number];
28
28
  hintWidth?: string;
@@ -58,7 +58,7 @@ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("
58
58
  hintSize?: string;
59
59
  hintTargetIcon?: import("react").ReactNode;
60
60
  hintTargetPlacement?: "inner" | "outer";
61
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
61
+ hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
62
62
  hintHasArrow?: boolean;
63
63
  hintOffset?: [number, number];
64
64
  hintWidth?: string;
@@ -170,7 +170,7 @@ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("
170
170
  hintSize?: string;
171
171
  hintTargetIcon?: import("react").ReactNode;
172
172
  hintTargetPlacement?: "inner" | "outer";
173
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
173
+ hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
174
174
  hintHasArrow?: boolean;
175
175
  hintOffset?: [number, number];
176
176
  hintWidth?: string;
@@ -206,7 +206,7 @@ export declare const StyledInput: import("@linaria/utils").StyledMeta & import("
206
206
  hintSize?: string;
207
207
  hintTargetIcon?: import("react").ReactNode;
208
208
  hintTargetPlacement?: "inner" | "outer";
209
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
209
+ hintPlacement?: import("@popperjs/core/lib/enums").Placement | Array<import("@popperjs/core/lib/enums").ComputedPlacement>;
210
210
  hintHasArrow?: boolean;
211
211
  hintOffset?: [number, number];
212
212
  hintWidth?: string;
@@ -8,7 +8,7 @@ export declare const ShortcutList: import("@linaria/react").StyledComponent<impo
8
8
  width?: CSSProperties["width"];
9
9
  }>;
10
10
  export declare const ShortcutItem: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLIElement> & import("react").LiHTMLAttributes<HTMLLIElement> & Record<never, unknown>>;
11
- export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
11
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
12
12
  size?: string;
13
13
  view?: string;
14
14
  contentLeft?: import("react").ReactNode;
@@ -1,4 +1,4 @@
1
- export declare const StyledInput: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
1
+ export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
2
2
  size?: string;
3
3
  view?: string;
4
4
  readOnly?: boolean;
@@ -1,5 +1,5 @@
1
1
  import type { DrawerAnimationInfo, DrawerPlacement } from './Drawer.types';
2
- export declare const StyledPanel: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Panel").PanelProps & import("react").RefAttributes<HTMLDivElement>>;
2
+ export declare const StyledPanel: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Panel").PanelProps & import("react").RefAttributes<HTMLDivElement>>;
3
3
  export declare const StyledPopup: import("@linaria/react").StyledComponent<{
4
4
  placement: DrawerPlacement;
5
5
  width?: number | string;
@@ -1,6 +1,6 @@
1
1
  export declare const drawerHeaderRoot: (Root: import("../../../..").RootProps<HTMLDivElement, import("../../../Panel").PanelHeaderProps>) => import("react").ForwardRefExoticComponent<{
2
2
  hasClose?: boolean;
3
- closePlacement?: import("../..").ClosePlacementType;
3
+ closePlacement?: import("../../../Panel").ClosePlacementType;
4
4
  actions?: import("react").ReactNode;
5
5
  onClose?: () => void;
6
6
  view?: string;
@@ -9,7 +9,7 @@ export declare const drawerHeaderConfig: {
9
9
  name: string;
10
10
  layout: (Root: import("../../../..").RootProps<HTMLDivElement, import("../../../Panel").PanelHeaderProps>) => import("react").ForwardRefExoticComponent<{
11
11
  hasClose?: boolean;
12
- closePlacement?: import("../..").ClosePlacementType;
12
+ closePlacement?: import("../../../Panel").ClosePlacementType;
13
13
  actions?: import("react").ReactNode;
14
14
  onClose?: () => void;
15
15
  view?: string;
@@ -1,6 +1,6 @@
1
1
  import { DropdownProps } from '../../Dropdown.types';
2
2
  export declare const CellWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
- export declare const StyledCell: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
3
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
4
4
  size?: string;
5
5
  view?: string;
6
6
  contentLeft?: import("react").ReactNode;
@@ -33,7 +33,7 @@ export declare const StyledCell: import("@linaria/utils").StyledMeta & import("r
33
33
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
34
34
  export declare const DisclosureIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
35
35
  export declare const sizeMap: Record<string, string>;
36
- export declare const StyledIconDisclosureRight: import("@linaria/utils").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
36
+ export declare const StyledIconDisclosureRight: import("@linaria/react").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps & import("react").HTMLAttributes<HTMLDivElement>>;
37
37
  export declare const Divider: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
38
38
  variant: DropdownProps["variant"];
39
39
  }>;
@@ -1,4 +1,4 @@
1
- export declare const StyledPopover: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
1
+ export declare const StyledPopover: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
2
2
  view: {
3
3
  css: import("@linaria/core").LinariaClassName;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  export declare const base: import("@linaria/core").LinariaClassName;
2
- export declare const StyledButton: import("@linaria/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
+ 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 & {
3
3
  text?: string;
4
4
  contentLeft?: import("react").ReactNode;
5
5
  contentPlacing?: "default" | "relaxed";
@@ -0,0 +1,99 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export type LoaderType = 'circular' | 'liner';
3
+ export type ContentType = 'image' | 'icon';
4
+ export type ActionPlacement = 'left' | 'right';
5
+ type ContentProps = {
6
+ /**
7
+ * Тип контента превью файла
8
+ * @default 'icon'
9
+ */
10
+ contentType?: 'icon';
11
+ /**
12
+ * Контент слева (иконка файла)
13
+ */
14
+ contentLeft?: ReactNode;
15
+ /**
16
+ * URL изображения
17
+ */
18
+ imageSrc?: never;
19
+ /**
20
+ * Alt текст для изображения
21
+ */
22
+ imageAlt?: never;
23
+ } | {
24
+ /**
25
+ * Тип контента превью файла
26
+ */
27
+ contentType: 'image';
28
+ /**
29
+ * Контент слева
30
+ */
31
+ contentLeft?: never;
32
+ /**
33
+ * URL изображения
34
+ */
35
+ imageSrc: string;
36
+ /**
37
+ * Alt текст для изображения
38
+ */
39
+ imageAlt?: string;
40
+ };
41
+ export type BaseFileProps = {
42
+ /**
43
+ * Название файла
44
+ */
45
+ fileName: string;
46
+ /**
47
+ * Размер файла в байтах или строке с единицей измерения
48
+ */
49
+ fileSize?: number | string;
50
+ /**
51
+ * Размещение контента (превью файла) относительно текста
52
+ * @default 'left'
53
+ */
54
+ actionPlacement?: ActionPlacement;
55
+ /**
56
+ * Показывать контент слева (превью файла)
57
+ * @default true
58
+ */
59
+ hasContentLeft?: boolean;
60
+ /**
61
+ * Состояние загрузки
62
+ * @default false
63
+ */
64
+ isLoading?: boolean;
65
+ /**
66
+ * Тип загрузчика
67
+ * @default 'circular'
68
+ */
69
+ loaderType?: LoaderType;
70
+ /**
71
+ * Кастомный загрузчик
72
+ */
73
+ loader?: ReactNode;
74
+ /**
75
+ * Значение загрузчика
76
+ * @default 0
77
+ */
78
+ loaderValue?: number;
79
+ /**
80
+ * Максимальное значение загрузчика
81
+ * @default 100
82
+ */
83
+ loaderMaxValue?: number;
84
+ /**
85
+ * Вид файла
86
+ */
87
+ view?: string;
88
+ /**
89
+ * Размер файла
90
+ */
91
+ size?: string;
92
+ /**
93
+ * Обработчик удаления файла
94
+ */
95
+ onRemove?: () => void;
96
+ } & ContentProps;
97
+ export type FileProps = HTMLAttributes<HTMLDivElement> & BaseFileProps;
98
+ export {};
99
+ //# sourceMappingURL=File.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"File.types.d.ts","sourceRoot":"","sources":["../../../src/components/File/File.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,OAAO,CAAC;AAC9C,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,CAAC;AAC3C,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,CAAC;AAE/C,KAAK,YAAY,GACX;IACI;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC;CACpB,GACD;IACI;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAER,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,aAAa,CAAC"}
@@ -13,7 +13,7 @@ export declare const HintWrapper: import("@linaria/react").StyledComponent<impor
13
13
  hasCaption?: boolean;
14
14
  }>;
15
15
  export declare const HintTargetWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
16
- export declare const Hint: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
16
+ 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>>;
17
17
  export declare const HintIconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
18
18
  export declare const Indicator: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
19
19
  hasCaption?: boolean;
@@ -4,7 +4,7 @@ export declare const LoadWrap: import("@linaria/react").StyledComponent<import("
4
4
  isLoading?: boolean;
5
5
  }>;
6
6
  export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
- export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
7
+ export declare const StyledSpinner: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
8
8
  width?: never;
9
9
  height?: never;
10
10
  size?: string | number;
@@ -1,4 +1,4 @@
1
- export declare const CellItem: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
1
+ export declare const CellItem: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../engines/types").PropsType<import("../../../engines/types").Variants> & (({
2
2
  size?: string;
3
3
  view?: string;
4
4
  contentLeft?: import("react").ReactNode;
@@ -1,5 +1,5 @@
1
1
  export declare const base: import("@linaria/core").LinariaClassName;
2
- export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
2
+ export declare const StyledSpinner: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
3
3
  width?: never;
4
4
  height?: never;
5
5
  size?: string | number;
@@ -15,7 +15,7 @@ export declare const StyledSpinner: import("@linaria/utils").StyledMeta & import
15
15
  size?: never;
16
16
  view?: string;
17
17
  } & import("react").RefAttributes<HTMLDivElement>))>;
18
- export declare const StyledProgressBarCircular: import("@linaria/utils").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../ProgressBarCircular/ProgressBarCircular.types").CustomProgressBarCircularProps & import("react").RefAttributes<HTMLDivElement>>;
18
+ export declare const StyledProgressBarCircular: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & import("../ProgressBarCircular/ProgressBarCircular.types").CustomProgressBarCircularProps & import("react").RefAttributes<HTMLDivElement>>;
19
19
  export declare const LoaderWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
20
20
  zIndex?: string;
21
21
  }>;