@salutejs/plasma-new-hope 0.245.1-canary.1668.12889767790.0 → 0.246.0-canary.1709.12889448199.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 (167) hide show
  1. package/cjs/components/Attach/Attach.css +10 -10
  2. package/cjs/components/Attach/components/AttachButton/AttachButton.css +10 -10
  3. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js +3 -3
  4. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -1
  5. package/cjs/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
  6. package/cjs/components/Button/Button.css +8 -8
  7. package/cjs/components/Button/Button.js +2 -8
  8. package/cjs/components/Button/Button.js.map +1 -1
  9. package/cjs/components/Button/Button.styles.js +3 -22
  10. package/cjs/components/Button/Button.styles.js.map +1 -1
  11. package/cjs/components/Button/{Button.styles_8cvmld.css → Button.styles_1sopr3d.css} +2 -2
  12. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +8 -8
  13. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +8 -8
  14. package/cjs/components/Calendar/ui/CalendarHeader/CalendarHeader.css +8 -8
  15. package/cjs/components/Combobox/ComboboxNew/Combobox.css +8 -8
  16. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +8 -8
  17. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  18. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  19. package/cjs/components/DatePicker/RangeDate/RangeDate.css +8 -8
  20. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
  21. package/cjs/components/DatePicker/SingleDate/SingleDate.css +8 -8
  22. package/cjs/components/Drawer/Drawer.css +8 -8
  23. package/cjs/components/Drawer/ui/DrawerContent/DrawerContent.css +8 -8
  24. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  25. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  26. package/cjs/components/EmptyState/EmptyState.css +8 -8
  27. package/cjs/components/IconButton/IconButton.css +8 -8
  28. package/cjs/components/Notification/Notification.css +8 -8
  29. package/cjs/components/Notification/NotificationsProvider.css +8 -8
  30. package/cjs/components/NumberInput/NumberInput.css +8 -8
  31. package/cjs/components/Pagination/Pagination.css +8 -8
  32. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +8 -8
  33. package/cjs/components/Panel/ui/PanelHeader/PanelHeader.css +8 -8
  34. package/cjs/components/Select/Select.css +8 -8
  35. package/cjs/components/Select/ui/Inner/Inner.js +1 -1
  36. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  37. package/cjs/components/Select/ui/Target/Target.css +8 -8
  38. package/cjs/components/Select/ui/Target/ui/Button/Button.css +8 -8
  39. package/cjs/components/Toast/Toast.css +8 -8
  40. package/cjs/components/Toast/ToastController.css +8 -8
  41. package/cjs/index.css +10 -10
  42. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +4 -4
  43. package/emotion/cjs/components/Button/Button.js +2 -8
  44. package/emotion/cjs/components/Button/Button.styles.js +8 -14
  45. package/emotion/cjs/components/Button/Button.template-doc.mdx +41 -19
  46. package/emotion/cjs/components/Combobox/Combobox.template-doc.mdx +5 -0
  47. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  48. package/emotion/cjs/components/Dropdown/Dropdown.template-doc.mdx +4 -0
  49. package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  50. package/emotion/cjs/components/IconButton/IconButton.template-doc.mdx +6 -13
  51. package/emotion/cjs/components/Select/Select.template-doc.mdx +441 -0
  52. package/emotion/cjs/components/Select/ui/Inner/Inner.js +1 -1
  53. package/emotion/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
  54. package/emotion/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
  55. package/emotion/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  56. package/emotion/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
  57. package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +4 -4
  58. package/emotion/es/components/Button/Button.js +2 -8
  59. package/emotion/es/components/Button/Button.styles.js +8 -14
  60. package/emotion/es/components/Button/Button.template-doc.mdx +41 -19
  61. package/emotion/es/components/Combobox/Combobox.template-doc.mdx +5 -0
  62. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  63. package/emotion/es/components/Dropdown/Dropdown.template-doc.mdx +4 -0
  64. package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  65. package/emotion/es/components/IconButton/IconButton.template-doc.mdx +6 -13
  66. package/emotion/es/components/Select/Select.template-doc.mdx +441 -0
  67. package/emotion/es/components/Select/ui/Inner/Inner.js +1 -1
  68. package/emotion/es/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
  69. package/emotion/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
  70. package/emotion/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  71. package/emotion/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
  72. package/es/components/Attach/Attach.css +10 -10
  73. package/es/components/Attach/components/AttachButton/AttachButton.css +10 -10
  74. package/es/components/Attach/ui/IconButton/IconButton.styles.js +3 -3
  75. package/es/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -1
  76. package/es/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
  77. package/es/components/Button/Button.css +8 -8
  78. package/es/components/Button/Button.js +2 -8
  79. package/es/components/Button/Button.js.map +1 -1
  80. package/es/components/Button/Button.styles.js +3 -22
  81. package/es/components/Button/Button.styles.js.map +1 -1
  82. package/es/components/Button/{Button.styles_8cvmld.css → Button.styles_1sopr3d.css} +2 -2
  83. package/es/components/Calendar/CalendarBase/CalendarBase.css +8 -8
  84. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +8 -8
  85. package/es/components/Calendar/ui/CalendarHeader/CalendarHeader.css +8 -8
  86. package/es/components/Combobox/ComboboxNew/Combobox.css +8 -8
  87. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +8 -8
  88. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  89. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  90. package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
  91. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
  92. package/es/components/DatePicker/SingleDate/SingleDate.css +8 -8
  93. package/es/components/Drawer/Drawer.css +8 -8
  94. package/es/components/Drawer/ui/DrawerContent/DrawerContent.css +8 -8
  95. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  96. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  97. package/es/components/EmptyState/EmptyState.css +8 -8
  98. package/es/components/IconButton/IconButton.css +8 -8
  99. package/es/components/Notification/Notification.css +8 -8
  100. package/es/components/Notification/NotificationsProvider.css +8 -8
  101. package/es/components/NumberInput/NumberInput.css +8 -8
  102. package/es/components/Pagination/Pagination.css +8 -8
  103. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +8 -8
  104. package/es/components/Panel/ui/PanelHeader/PanelHeader.css +8 -8
  105. package/es/components/Select/Select.css +8 -8
  106. package/es/components/Select/ui/Inner/Inner.js +1 -1
  107. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  108. package/es/components/Select/ui/Target/Target.css +8 -8
  109. package/es/components/Select/ui/Target/ui/Button/Button.css +8 -8
  110. package/es/components/Toast/Toast.css +8 -8
  111. package/es/components/Toast/ToastController.css +8 -8
  112. package/es/index.css +10 -10
  113. package/package.json +3 -3
  114. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +2 -2
  115. package/styled-components/cjs/components/Button/Button.js +2 -8
  116. package/styled-components/cjs/components/Button/Button.styles.js +2 -8
  117. package/styled-components/cjs/components/Button/Button.template-doc.mdx +41 -19
  118. package/styled-components/cjs/components/Combobox/Combobox.template-doc.mdx +5 -0
  119. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  120. package/styled-components/cjs/components/Dropdown/Dropdown.template-doc.mdx +4 -0
  121. package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  122. package/styled-components/cjs/components/IconButton/IconButton.template-doc.mdx +6 -13
  123. package/styled-components/cjs/components/Select/Select.template-doc.mdx +441 -0
  124. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +1 -1
  125. package/styled-components/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
  126. package/styled-components/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
  127. package/styled-components/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  128. package/styled-components/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
  129. package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +2 -2
  130. package/styled-components/es/components/Button/Button.js +2 -8
  131. package/styled-components/es/components/Button/Button.styles.js +2 -8
  132. package/styled-components/es/components/Button/Button.template-doc.mdx +41 -19
  133. package/styled-components/es/components/Combobox/Combobox.template-doc.mdx +5 -0
  134. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
  135. package/styled-components/es/components/Dropdown/Dropdown.template-doc.mdx +4 -0
  136. package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
  137. package/styled-components/es/components/IconButton/IconButton.template-doc.mdx +6 -13
  138. package/styled-components/es/components/Select/Select.template-doc.mdx +441 -0
  139. package/styled-components/es/components/Select/ui/Inner/Inner.js +1 -1
  140. package/styled-components/es/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
  141. package/styled-components/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
  142. package/styled-components/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  143. package/styled-components/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
  144. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +1 -1
  145. package/types/components/Button/Button.d.ts.map +1 -1
  146. package/types/components/Button/Button.styles.d.ts +2 -6
  147. package/types/components/Button/Button.styles.d.ts.map +1 -1
  148. package/types/components/Button/Button.types.d.ts +9 -5
  149. package/types/components/Button/Button.types.d.ts.map +1 -1
  150. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -1
  151. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  152. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -0
  153. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  154. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
  155. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +5 -0
  156. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  157. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
  158. package/types/components/Select/Select.types.d.ts +2 -2
  159. package/types/components/Select/Select.types.d.ts.map +1 -1
  160. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -0
  161. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  162. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +48 -48
  163. package/types/examples/plasma_b2c/components/Select/Select.d.ts +6 -6
  164. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +48 -48
  165. package/types/examples/plasma_web/components/Select/Select.d.ts +6 -6
  166. package/cjs/components/Attach/ui/IconButton/IconButton.styles_7clf9d.css +0 -2
  167. package/es/components/Attach/ui/IconButton/IconButton.styles_7clf9d.css +0 -2
@@ -33,7 +33,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
33
33
  };
34
34
  }> & (({
35
35
  items: ItemOption[];
36
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
36
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
37
37
  placeholder?: string | undefined;
38
38
  helperText?: string | undefined;
39
39
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -80,7 +80,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
80
80
  hintContentLeft?: import("react").ReactNode;
81
81
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
82
82
  items: ItemOption[];
83
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
83
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
84
84
  placeholder?: string | undefined;
85
85
  helperText?: string | undefined;
86
86
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -127,7 +127,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
127
127
  hintContentLeft?: undefined;
128
128
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
129
129
  items: ItemOption[];
130
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
130
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
131
131
  placeholder?: string | undefined;
132
132
  helperText?: string | undefined;
133
133
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -174,7 +174,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
174
174
  hintContentLeft?: import("react").ReactNode;
175
175
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
176
176
  items: ItemOption[];
177
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
177
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
178
178
  placeholder?: string | undefined;
179
179
  helperText?: string | undefined;
180
180
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -221,7 +221,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
221
221
  hintContentLeft?: undefined;
222
222
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
223
223
  items: ItemOption[];
224
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
224
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
225
225
  placeholder?: string | undefined;
226
226
  helperText?: string | undefined;
227
227
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -268,7 +268,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
268
268
  hintContentLeft?: import("react").ReactNode;
269
269
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
270
270
  items: ItemOption[];
271
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
271
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
272
272
  placeholder?: string | undefined;
273
273
  helperText?: string | undefined;
274
274
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -315,7 +315,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
315
315
  hintContentLeft?: undefined;
316
316
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
317
317
  items: ItemOption[];
318
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
318
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
319
319
  placeholder?: string | undefined;
320
320
  helperText?: string | undefined;
321
321
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -362,7 +362,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
362
362
  hintContentLeft?: import("react").ReactNode;
363
363
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
364
364
  items: ItemOption[];
365
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
365
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
366
366
  placeholder?: string | undefined;
367
367
  helperText?: string | undefined;
368
368
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -409,7 +409,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
409
409
  hintContentLeft?: undefined;
410
410
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
411
411
  items: ItemOption[];
412
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
412
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
413
413
  placeholder?: string | undefined;
414
414
  helperText?: string | undefined;
415
415
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -456,7 +456,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
456
456
  hintContentLeft?: import("react").ReactNode;
457
457
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
458
458
  items: ItemOption[];
459
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
459
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
460
460
  placeholder?: string | undefined;
461
461
  helperText?: string | undefined;
462
462
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -503,7 +503,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
503
503
  hintContentLeft?: undefined;
504
504
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
505
505
  items: ItemOption[];
506
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
506
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
507
507
  placeholder?: string | undefined;
508
508
  helperText?: string | undefined;
509
509
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -550,7 +550,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
550
550
  hintContentLeft?: import("react").ReactNode;
551
551
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
552
552
  items: ItemOption[];
553
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
553
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
554
554
  placeholder?: string | undefined;
555
555
  helperText?: string | undefined;
556
556
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -597,7 +597,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
597
597
  hintContentLeft?: undefined;
598
598
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
599
599
  items: ItemOption[];
600
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
600
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
601
601
  placeholder?: string | undefined;
602
602
  helperText?: string | undefined;
603
603
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -644,7 +644,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
644
644
  hintContentLeft?: import("react").ReactNode;
645
645
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
646
646
  items: ItemOption[];
647
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
647
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
648
648
  placeholder?: string | undefined;
649
649
  helperText?: string | undefined;
650
650
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -691,7 +691,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
691
691
  hintContentLeft?: undefined;
692
692
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
693
693
  items: ItemOption[];
694
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
694
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
695
695
  placeholder?: string | undefined;
696
696
  helperText?: string | undefined;
697
697
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -738,7 +738,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
738
738
  hintContentLeft?: import("react").ReactNode;
739
739
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
740
740
  items: ItemOption[];
741
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
741
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
742
742
  placeholder?: string | undefined;
743
743
  helperText?: string | undefined;
744
744
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -785,7 +785,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
785
785
  hintContentLeft?: undefined;
786
786
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
787
787
  items: ItemOption[];
788
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
788
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
789
789
  placeholder?: string | undefined;
790
790
  helperText?: string | undefined;
791
791
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -832,7 +832,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
832
832
  hintContentLeft?: import("react").ReactNode;
833
833
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
834
834
  items: ItemOption[];
835
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
835
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
836
836
  placeholder?: string | undefined;
837
837
  helperText?: string | undefined;
838
838
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -879,7 +879,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
879
879
  hintContentLeft?: undefined;
880
880
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
881
881
  items: ItemOption[];
882
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
882
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
883
883
  placeholder?: string | undefined;
884
884
  helperText?: string | undefined;
885
885
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -926,7 +926,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
926
926
  hintContentLeft?: import("react").ReactNode;
927
927
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
928
928
  items: ItemOption[];
929
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
929
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
930
930
  placeholder?: string | undefined;
931
931
  helperText?: string | undefined;
932
932
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -973,7 +973,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
973
973
  hintContentLeft?: undefined;
974
974
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
975
975
  items: ItemOption[];
976
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
976
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
977
977
  placeholder?: string | undefined;
978
978
  helperText?: string | undefined;
979
979
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1020,7 +1020,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1020
1020
  hintContentLeft?: import("react").ReactNode;
1021
1021
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1022
1022
  items: ItemOption[];
1023
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1023
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1024
1024
  placeholder?: string | undefined;
1025
1025
  helperText?: string | undefined;
1026
1026
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1067,7 +1067,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1067
1067
  hintContentLeft?: undefined;
1068
1068
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1069
1069
  items: ItemOption[];
1070
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1070
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1071
1071
  placeholder?: string | undefined;
1072
1072
  helperText?: string | undefined;
1073
1073
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1114,7 +1114,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1114
1114
  hintContentLeft?: import("react").ReactNode;
1115
1115
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1116
1116
  items: ItemOption[];
1117
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1117
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1118
1118
  placeholder?: string | undefined;
1119
1119
  helperText?: string | undefined;
1120
1120
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1194,7 +1194,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1194
1194
  };
1195
1195
  }> & (({
1196
1196
  items: ItemOption[];
1197
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1197
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1198
1198
  placeholder?: string | undefined;
1199
1199
  helperText?: string | undefined;
1200
1200
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1241,7 +1241,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1241
1241
  hintContentLeft?: import("react").ReactNode;
1242
1242
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1243
1243
  items: ItemOption[];
1244
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1244
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1245
1245
  placeholder?: string | undefined;
1246
1246
  helperText?: string | undefined;
1247
1247
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1288,7 +1288,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1288
1288
  hintContentLeft?: undefined;
1289
1289
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1290
1290
  items: ItemOption[];
1291
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1291
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1292
1292
  placeholder?: string | undefined;
1293
1293
  helperText?: string | undefined;
1294
1294
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1335,7 +1335,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1335
1335
  hintContentLeft?: import("react").ReactNode;
1336
1336
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1337
1337
  items: ItemOption[];
1338
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1338
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1339
1339
  placeholder?: string | undefined;
1340
1340
  helperText?: string | undefined;
1341
1341
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1382,7 +1382,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1382
1382
  hintContentLeft?: undefined;
1383
1383
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1384
1384
  items: ItemOption[];
1385
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1385
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1386
1386
  placeholder?: string | undefined;
1387
1387
  helperText?: string | undefined;
1388
1388
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1429,7 +1429,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1429
1429
  hintContentLeft?: import("react").ReactNode;
1430
1430
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1431
1431
  items: ItemOption[];
1432
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1432
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1433
1433
  placeholder?: string | undefined;
1434
1434
  helperText?: string | undefined;
1435
1435
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1476,7 +1476,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1476
1476
  hintContentLeft?: undefined;
1477
1477
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1478
1478
  items: ItemOption[];
1479
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1479
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1480
1480
  placeholder?: string | undefined;
1481
1481
  helperText?: string | undefined;
1482
1482
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1523,7 +1523,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1523
1523
  hintContentLeft?: import("react").ReactNode;
1524
1524
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1525
1525
  items: ItemOption[];
1526
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1526
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1527
1527
  placeholder?: string | undefined;
1528
1528
  helperText?: string | undefined;
1529
1529
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1570,7 +1570,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1570
1570
  hintContentLeft?: undefined;
1571
1571
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1572
1572
  items: ItemOption[];
1573
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1573
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1574
1574
  placeholder?: string | undefined;
1575
1575
  helperText?: string | undefined;
1576
1576
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1617,7 +1617,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1617
1617
  hintContentLeft?: import("react").ReactNode;
1618
1618
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1619
1619
  items: ItemOption[];
1620
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1620
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1621
1621
  placeholder?: string | undefined;
1622
1622
  helperText?: string | undefined;
1623
1623
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1664,7 +1664,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1664
1664
  hintContentLeft?: undefined;
1665
1665
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1666
1666
  items: ItemOption[];
1667
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1667
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1668
1668
  placeholder?: string | undefined;
1669
1669
  helperText?: string | undefined;
1670
1670
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1711,7 +1711,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1711
1711
  hintContentLeft?: import("react").ReactNode;
1712
1712
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1713
1713
  items: ItemOption[];
1714
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1714
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1715
1715
  placeholder?: string | undefined;
1716
1716
  helperText?: string | undefined;
1717
1717
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1758,7 +1758,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1758
1758
  hintContentLeft?: undefined;
1759
1759
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1760
1760
  items: ItemOption[];
1761
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1761
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1762
1762
  placeholder?: string | undefined;
1763
1763
  helperText?: string | undefined;
1764
1764
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1805,7 +1805,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1805
1805
  hintContentLeft?: import("react").ReactNode;
1806
1806
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1807
1807
  items: ItemOption[];
1808
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1808
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1809
1809
  placeholder?: string | undefined;
1810
1810
  helperText?: string | undefined;
1811
1811
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1852,7 +1852,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1852
1852
  hintContentLeft?: undefined;
1853
1853
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1854
1854
  items: ItemOption[];
1855
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1855
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1856
1856
  placeholder?: string | undefined;
1857
1857
  helperText?: string | undefined;
1858
1858
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1899,7 +1899,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1899
1899
  hintContentLeft?: import("react").ReactNode;
1900
1900
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1901
1901
  items: ItemOption[];
1902
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1902
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1903
1903
  placeholder?: string | undefined;
1904
1904
  helperText?: string | undefined;
1905
1905
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1946,7 +1946,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1946
1946
  hintContentLeft?: undefined;
1947
1947
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1948
1948
  items: ItemOption[];
1949
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1949
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1950
1950
  placeholder?: string | undefined;
1951
1951
  helperText?: string | undefined;
1952
1952
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1993,7 +1993,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1993
1993
  hintContentLeft?: import("react").ReactNode;
1994
1994
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1995
1995
  items: ItemOption[];
1996
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1996
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1997
1997
  placeholder?: string | undefined;
1998
1998
  helperText?: string | undefined;
1999
1999
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2040,7 +2040,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2040
2040
  hintContentLeft?: undefined;
2041
2041
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2042
2042
  items: ItemOption[];
2043
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2043
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2044
2044
  placeholder?: string | undefined;
2045
2045
  helperText?: string | undefined;
2046
2046
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2087,7 +2087,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2087
2087
  hintContentLeft?: import("react").ReactNode;
2088
2088
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2089
2089
  items: ItemOption[];
2090
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2090
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2091
2091
  placeholder?: string | undefined;
2092
2092
  helperText?: string | undefined;
2093
2093
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2134,7 +2134,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2134
2134
  hintContentLeft?: undefined;
2135
2135
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2136
2136
  items: ItemOption[];
2137
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2137
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2138
2138
  placeholder?: string | undefined;
2139
2139
  helperText?: string | undefined;
2140
2140
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2181,7 +2181,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2181
2181
  hintContentLeft?: import("react").ReactNode;
2182
2182
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2183
2183
  items: ItemOption[];
2184
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2184
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2185
2185
  placeholder?: string | undefined;
2186
2186
  helperText?: string | undefined;
2187
2187
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2228,7 +2228,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2228
2228
  hintContentLeft?: undefined;
2229
2229
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2230
2230
  items: ItemOption[];
2231
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2231
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2232
2232
  placeholder?: string | undefined;
2233
2233
  helperText?: string | undefined;
2234
2234
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2275,7 +2275,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
2275
2275
  hintContentLeft?: import("react").ReactNode;
2276
2276
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
2277
2277
  items: ItemOption[];
2278
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
2278
+ placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
2279
2279
  placeholder?: string | undefined;
2280
2280
  helperText?: string | undefined;
2281
2281
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -72,7 +72,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
72
72
  children?: undefined;
73
73
  isTargetAmount?: boolean | undefined;
74
74
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
75
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
75
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
76
76
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
77
77
  variant?: "normal" | "tight" | undefined;
78
78
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -124,7 +124,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
124
124
  children?: undefined;
125
125
  isTargetAmount?: boolean | undefined;
126
126
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
127
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
127
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
128
128
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
129
129
  variant?: "normal" | "tight" | undefined;
130
130
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -176,7 +176,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
176
176
  children?: undefined;
177
177
  isTargetAmount?: boolean | undefined;
178
178
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
179
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
179
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
180
180
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
181
181
  variant?: "normal" | "tight" | undefined;
182
182
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -228,7 +228,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
228
228
  children?: undefined;
229
229
  isTargetAmount?: boolean | undefined;
230
230
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
231
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
231
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
232
232
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
233
233
  variant?: "normal" | "tight" | undefined;
234
234
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -268,7 +268,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
268
268
  children?: undefined;
269
269
  isTargetAmount?: boolean | undefined;
270
270
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
271
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
271
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
272
272
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
273
273
  variant?: "normal" | "tight" | undefined;
274
274
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -308,7 +308,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
308
308
  children?: undefined;
309
309
  isTargetAmount?: boolean | undefined;
310
310
  renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
311
- placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
311
+ placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
312
312
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
313
313
  variant?: "normal" | "tight" | undefined;
314
314
  zIndex?: import("csstype").Property.ZIndex | undefined;
@@ -1,2 +0,0 @@
1
- .s1uu1svj{--plasma-icon-button-color:var(--plasma-attach-icon-button-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-spinner-size);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
2
- .s17hmg85{--plasma-icon-button-color:var(--plasma-attach-icon-button-cancel-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-cancel-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-cancel-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-cancel-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-cancel-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-cancel-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-cancel-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-cancel-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-cancel-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-cancel-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-cancel-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-cancel-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-cancel-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-cancel-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-cancel-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-cancel-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-cancel-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-cancel-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-cancel-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-cancel-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-cancel-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-cancel-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-cancel-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-cancel-spinner-size);}
@@ -1,2 +0,0 @@
1
- .s1uu1svj{--plasma-icon-button-color:var(--plasma-attach-icon-button-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-spinner-size);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
2
- .s17hmg85{--plasma-icon-button-color:var(--plasma-attach-icon-button-cancel-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-cancel-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-cancel-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-cancel-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-cancel-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-cancel-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-cancel-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-cancel-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-cancel-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-cancel-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-cancel-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-cancel-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-cancel-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-cancel-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-cancel-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-cancel-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-cancel-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-cancel-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-cancel-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-cancel-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-cancel-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-cancel-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-cancel-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-cancel-spinner-size);}