@salutejs/plasma-web 1.389.0-dev.0 → 1.390.0-canary.1406.10687974550.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. package/api/plasma-web.api.md +93 -18
  2. package/components/Combobox/ComboboxNew/Combobox.config.d.ts +31 -0
  3. package/components/Combobox/ComboboxNew/Combobox.config.js +40 -0
  4. package/components/Combobox/ComboboxNew/Combobox.d.ts +35 -0
  5. package/components/Combobox/ComboboxNew/Combobox.js +10 -0
  6. package/components/Combobox/ComboboxNew/index.d.ts +1 -0
  7. package/components/Combobox/ComboboxNew/index.js +12 -0
  8. package/components/Combobox/ComboboxOld/Combobox.config.js +26 -0
  9. package/components/Combobox/{Combobox.d.ts → ComboboxOld/Combobox.d.ts} +6 -6
  10. package/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +1 -1
  11. package/components/Combobox/ComboboxOld/index.d.ts +1 -0
  12. package/components/Combobox/ComboboxOld/index.js +42 -0
  13. package/components/Combobox/index.d.ts +93 -2
  14. package/components/Combobox/index.js +23 -12
  15. package/components/Drawer/Drawer.d.ts +1 -1
  16. package/components/Select/Select.d.ts +8 -4
  17. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config.js +39 -0
  18. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config.js.map +1 -0
  19. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config_1bx709p.css +12 -0
  20. package/css/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -0
  21. package/css/cjs/components/Combobox/ComboboxNew/Combobox.js +12 -0
  22. package/css/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -0
  23. package/css/cjs/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +6 -6
  24. package/css/cjs/components/Combobox/ComboboxOld/Combobox.config.js.map +1 -0
  25. package/css/cjs/components/Combobox/ComboboxOld/Combobox.config_w36spd.css +5 -0
  26. package/css/cjs/components/Combobox/ComboboxOld/Combobox.css +5 -0
  27. package/css/cjs/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +1 -1
  28. package/css/cjs/components/Combobox/ComboboxOld/Combobox.js.map +1 -0
  29. package/css/cjs/components/Combobox/index.css +18 -0
  30. package/css/cjs/components/Combobox/index.js +27 -0
  31. package/css/cjs/components/Combobox/index.js.map +1 -0
  32. package/css/cjs/index.css +18 -5
  33. package/css/cjs/index.js +22 -21
  34. package/css/cjs/index.js.map +1 -1
  35. package/css/es/components/Combobox/ComboboxNew/Combobox.config.js +35 -0
  36. package/css/es/components/Combobox/ComboboxNew/Combobox.config.js.map +1 -0
  37. package/css/es/components/Combobox/ComboboxNew/Combobox.config_1bx709p.css +12 -0
  38. package/css/es/components/Combobox/ComboboxNew/Combobox.css +12 -0
  39. package/css/es/components/Combobox/ComboboxNew/Combobox.js +8 -0
  40. package/css/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -0
  41. package/css/es/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +6 -6
  42. package/css/es/components/Combobox/ComboboxOld/Combobox.config.js.map +1 -0
  43. package/css/es/components/Combobox/ComboboxOld/Combobox.config_w36spd.css +5 -0
  44. package/css/es/components/Combobox/ComboboxOld/Combobox.css +5 -0
  45. package/css/es/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +2 -2
  46. package/css/es/components/Combobox/ComboboxOld/Combobox.js.map +1 -0
  47. package/css/es/components/Combobox/index.css +18 -0
  48. package/css/es/components/Combobox/index.js +19 -0
  49. package/css/es/components/Combobox/index.js.map +1 -0
  50. package/css/es/index.css +18 -5
  51. package/css/es/index.js +2 -1
  52. package/css/es/index.js.map +1 -1
  53. package/es/components/Combobox/ComboboxNew/Combobox.config.js +34 -0
  54. package/es/components/Combobox/ComboboxNew/Combobox.js +4 -0
  55. package/es/components/Combobox/ComboboxNew/index.js +1 -0
  56. package/es/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +1 -1
  57. package/es/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +2 -2
  58. package/es/components/Combobox/ComboboxOld/index.js +1 -0
  59. package/es/components/Combobox/index.js +16 -1
  60. package/package.json +3 -3
  61. package/temp/plasma-web.api.md +2765 -0
  62. package/components/Combobox/Combobox.config.js +0 -26
  63. package/css/cjs/components/Combobox/Combobox.config.js.map +0 -1
  64. package/css/cjs/components/Combobox/Combobox.config_1xa4b1s.css +0 -5
  65. package/css/cjs/components/Combobox/Combobox.css +0 -5
  66. package/css/cjs/components/Combobox/Combobox.js.map +0 -1
  67. package/css/es/components/Combobox/Combobox.config.js.map +0 -1
  68. package/css/es/components/Combobox/Combobox.config_1xa4b1s.css +0 -5
  69. package/css/es/components/Combobox/Combobox.css +0 -5
  70. package/css/es/components/Combobox/Combobox.js.map +0 -1
  71. /package/components/Combobox/{Combobox.config.d.ts → ComboboxOld/Combobox.config.d.ts} +0 -0
@@ -0,0 +1,2765 @@
1
+ ## API Report File for "@salutejs/plasma-web"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ /// <reference types="react" />
8
+
9
+ import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
10
+ import { AccordionProps } from '@salutejs/plasma-new-hope/styled-components';
11
+ import { addFocus } from '@salutejs/plasma-core';
12
+ import { addNotification } from '@salutejs/plasma-new-hope/styled-components';
13
+ import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types';
14
+ import { AnchorHTMLAttributes } from 'react';
15
+ import { animatedScrollToX } from '@salutejs/plasma-core';
16
+ import { animatedScrollToY } from '@salutejs/plasma-core';
17
+ import { applyBlur } from '@salutejs/plasma-core';
18
+ import { applyDisabled } from '@salutejs/plasma-core';
19
+ import { applyEllipsis } from '@salutejs/plasma-core';
20
+ import { applyHyphens } from '@salutejs/plasma-core';
21
+ import { applyMaxLines } from '@salutejs/plasma-core';
22
+ import { applyNoSelect } from '@salutejs/plasma-core';
23
+ import { applyRoundness } from '@salutejs/plasma-core';
24
+ import { applyScrollSnap } from '@salutejs/plasma-core';
25
+ import { applySkeletonGradient } from '@salutejs/plasma-core';
26
+ import { applySpacing } from '@salutejs/plasma-core';
27
+ import { applyView } from '@salutejs/plasma-core';
28
+ import { arrayItemRemoving } from '@salutejs/plasma-hope';
29
+ import { arrayItemSelecting } from '@salutejs/plasma-hope';
30
+ import { arrayItemSwapping } from '@salutejs/plasma-hope';
31
+ import { AsProps } from '@salutejs/plasma-core';
32
+ import { AsProps as AsProps_2 } from '@salutejs/plasma-new-hope/types/types';
33
+ import { AudioPlayer } from '@salutejs/plasma-hope';
34
+ import { AudioPlayerProps } from '@salutejs/plasma-hope';
35
+ import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
36
+ import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
37
+ import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
38
+ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
39
+ import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
40
+ import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
41
+ import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
42
+ import { BasicProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
43
+ import { BlurProps } from '@salutejs/plasma-core';
44
+ import { blurs } from '@salutejs/plasma-core';
45
+ import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
46
+ import { BreadcrumbsItem } from '@salutejs/plasma-new-hope/types/components/Breadcrumbs/Breadcrumbs.types';
47
+ import { BreadcrumbsProps } from '@salutejs/plasma-new-hope/styled-components';
48
+ import { Breakpoint } from '@salutejs/plasma-hope';
49
+ import { BreakWordProps } from '@salutejs/plasma-core';
50
+ import { ButtonBase } from '@salutejs/plasma-new-hope/styled-components';
51
+ import { ButtonGroupProps } from '@salutejs/plasma-new-hope/styled-components';
52
+ import { ButtonHTMLAttributes } from 'react';
53
+ import { ButtonProps } from '@salutejs/plasma-new-hope/styled-components';
54
+ import { Calendar as Calendar_2 } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
55
+ import { CalendarBaseProps } from '@salutejs/plasma-new-hope/styled-components';
56
+ import { CalendarConfigProps } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
57
+ import { CalendarDoubleProps } from '@salutejs/plasma-new-hope/styled-components';
58
+ import { CalendarProps } from '@salutejs/plasma-new-hope/styled-components';
59
+ import { CalendarRange } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
60
+ import { CalendarStateType } from '@salutejs/plasma-new-hope/styled-components';
61
+ import { canUseDOM } from '@salutejs/plasma-core';
62
+ import { Card } from '@salutejs/plasma-hope';
63
+ import { CardBadge } from '@salutejs/plasma-hope';
64
+ import { CardBody } from '@salutejs/plasma-hope';
65
+ import { CardBodyProps } from '@salutejs/plasma-hope';
66
+ import { CardContent } from '@salutejs/plasma-hope';
67
+ import { CardContentProps } from '@salutejs/plasma-hope';
68
+ import { CardMedia } from '@salutejs/plasma-hope';
69
+ import { CardMediaProps } from '@salutejs/plasma-hope';
70
+ import { CardProps } from '@salutejs/plasma-hope';
71
+ import { Carousel } from '@salutejs/plasma-hope';
72
+ import { CarouselGridWrapper } from '@salutejs/plasma-hope';
73
+ import { CarouselItem } from '@salutejs/plasma-hope';
74
+ import { CarouselItemProps } from '@salutejs/plasma-hope';
75
+ import { CarouselProps } from '@salutejs/plasma-hope';
76
+ import { CellProps } from '@salutejs/plasma-new-hope/styled-components';
77
+ import { CellTextbox } from '@salutejs/plasma-new-hope/styled-components';
78
+ import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components';
79
+ import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components';
80
+ import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
81
+ import { ChangeEvent } from 'react';
82
+ import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types';
83
+ import { ChipProps } from '@salutejs/plasma-new-hope/styled-components';
84
+ import { clearSelection } from '@salutejs/plasma-hope';
85
+ import { closeNotification } from '@salutejs/plasma-new-hope/styled-components';
86
+ import { ClosePlacementType } from '@salutejs/plasma-new-hope/styled-components';
87
+ import { Col } from '@salutejs/plasma-new-hope/styled-components';
88
+ import { ColCount } from '@salutejs/plasma-new-hope/styled-components';
89
+ import { ColOffsetProps } from '@salutejs/plasma-new-hope/styled-components';
90
+ import { ColProps } from '@salutejs/plasma-new-hope/styled-components';
91
+ import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
92
+ import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
93
+ import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
94
+ import { ComponentClass } from 'react';
95
+ import { ComponentProps } from 'react';
96
+ import { GridProps as ContainerProps } from '@salutejs/plasma-new-hope/styled-components';
97
+ import { convertRoundnessMatrix } from '@salutejs/plasma-core';
98
+ import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
99
+ import { counterTokens } from '@salutejs/plasma-new-hope/styled-components';
100
+ import { CustomComboboxProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
101
+ import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types';
102
+ import { CustomTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/TabItem/TabItem.types';
103
+ import { CustomTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/Tabs/Tabs.types';
104
+ import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types';
105
+ import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
106
+ import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
107
+ import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components';
108
+ import { DatePickerdVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
109
+ import { DatePickerPlacement } from '@salutejs/plasma-new-hope/styled-components';
110
+ import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
111
+ import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
112
+ import { DatePickerProps } from '@salutejs/plasma-new-hope/styled-components';
113
+ import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-components';
114
+ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components';
115
+ import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
116
+ import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
117
+ import { defaultValidate } from '@salutejs/plasma-hope';
118
+ import { DisabledProps } from '@salutejs/plasma-core';
119
+ import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
120
+ import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
121
+ import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
122
+ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components';
123
+ import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
124
+ import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
125
+ import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
126
+ import { DropdownItemProps } from '@salutejs/plasma-hope';
127
+ import { DropdownItem as DropdownItemType } from '@salutejs/plasma-hope';
128
+ import { DropdownNodeType } from '@salutejs/plasma-hope';
129
+ import { DropdownPopupProps } from '@salutejs/plasma-hope';
130
+ import { DropdownProps } from '@salutejs/plasma-new-hope/styled-components';
131
+ import { Editable } from '@salutejs/plasma-hope';
132
+ import { EditableProps } from '@salutejs/plasma-hope';
133
+ import { ElasticGrid } from '@salutejs/plasma-hope';
134
+ import { ElasticGridProps } from '@salutejs/plasma-hope';
135
+ import { extractTextFrom } from '@salutejs/plasma-core';
136
+ import { FC } from 'react';
137
+ import { Filter } from '@salutejs/plasma-new-hope/types/engines/types';
138
+ import { FocusProps } from '@salutejs/plasma-core';
139
+ import { formatCurrency } from '@salutejs/plasma-core';
140
+ import { ForwardRefExoticComponent } from 'react';
141
+ import { FunctionComponent } from 'react';
142
+ import { gridBreakpoints } from '@salutejs/plasma-hope';
143
+ import { gridColumns } from '@salutejs/plasma-hope';
144
+ import { gridGutters } from '@salutejs/plasma-hope';
145
+ import { gridMargins } from '@salutejs/plasma-hope';
146
+ import { gridSizes } from '@salutejs/plasma-hope';
147
+ import { HTMLAttributes } from 'react';
148
+ import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
149
+ import { ImgHTMLAttributes } from 'react';
150
+ import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
151
+ import { InputHTMLAttributes } from '@salutejs/plasma-core';
152
+ import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
153
+ import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
154
+ import { JSXElementConstructor } from 'react';
155
+ import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
156
+ import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
157
+ import { List } from '@salutejs/plasma-hope';
158
+ import { ListItem } from '@salutejs/plasma-hope';
159
+ import { MaxLinesProps } from '@salutejs/plasma-core';
160
+ import { mediaQuery } from '@salutejs/plasma-hope';
161
+ import { MediaQueryFunction } from '@salutejs/plasma-hope';
162
+ import { MergedDropdownNode } from '@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types';
163
+ import { Modal } from '@salutejs/plasma-hope';
164
+ import { modalClasses as modalBaseClasses } from '@salutejs/plasma-new-hope/styled-components';
165
+ import { ModalProps as ModalBaseProps } from '@salutejs/plasma-new-hope/styled-components';
166
+ import { ModalProps } from '@salutejs/plasma-hope';
167
+ import { ModalsProvider } from '@salutejs/plasma-hope';
168
+ import { ModalView } from '@salutejs/plasma-hope';
169
+ import { monthLongName } from '@salutejs/plasma-core';
170
+ import { monthShortName } from '@salutejs/plasma-core';
171
+ import { MouseEvent as MouseEvent_2 } from 'react';
172
+ import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
173
+ import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
174
+ import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
175
+ import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
176
+ import { OutlinedProps } from '@salutejs/plasma-core';
177
+ import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
178
+ import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components';
179
+ import { padZeroNumber } from '@salutejs/plasma-core';
180
+ import { PaginationDot } from '@salutejs/plasma-hope';
181
+ import { PaginationDotProps } from '@salutejs/plasma-hope';
182
+ import { PaginationDots } from '@salutejs/plasma-hope';
183
+ import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
184
+ import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
185
+ import { PickOptional } from '@salutejs/plasma-core';
186
+ import { PinProps } from '@salutejs/plasma-core';
187
+ import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
188
+ import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
189
+ import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
190
+ import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
191
+ import { Popup } from '@salutejs/plasma-hope';
192
+ import { popupClasses as popupBaseClasses } from '@salutejs/plasma-new-hope/styled-components';
193
+ import { PopupPlacement as PopupBasePlacement } from '@salutejs/plasma-new-hope/styled-components';
194
+ import { PopupProps as PopupBaseProps } from '@salutejs/plasma-new-hope/styled-components';
195
+ import { PopupProvider as PopupBaseProvider } from '@salutejs/plasma-new-hope/styled-components';
196
+ import { PopupInfo } from '@salutejs/plasma-new-hope/styled-components';
197
+ import { PopupProps } from '@salutejs/plasma-hope';
198
+ import { Portal } from '@salutejs/plasma-new-hope/styled-components';
199
+ import { PortalProps } from '@salutejs/plasma-new-hope/styled-components';
200
+ import { PreviewGallery } from '@salutejs/plasma-hope';
201
+ import { PreviewGalleryItemProps } from '@salutejs/plasma-hope';
202
+ import { PreviewGalleryProps } from '@salutejs/plasma-hope';
203
+ import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
204
+ import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
205
+ import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
206
+ import { Property } from 'csstype';
207
+ import { Props } from '@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types';
208
+ import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
209
+ import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
210
+ import { radiuses } from '@salutejs/plasma-core';
211
+ import { RangeInputRefs } from '@salutejs/plasma-new-hope/styled-components';
212
+ import { RangeProps } from '@salutejs/plasma-new-hope/styled-components';
213
+ import { rangeTokens } from '@salutejs/plasma-new-hope/styled-components';
214
+ import { Ratio } from '@salutejs/plasma-new-hope/styled-components';
215
+ import { default as React_2 } from 'react';
216
+ import { ReactElement } from 'react';
217
+ import { ReactFragment } from 'react';
218
+ import { ReactNode } from 'react';
219
+ import { ReactPortal } from 'react';
220
+ import { RectSkeleton } from '@salutejs/plasma-new-hope/styled-components';
221
+ import { RectSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
222
+ import { RefAttributes } from 'react';
223
+ import { RefObject } from 'react';
224
+ import { Roundness } from '@salutejs/plasma-core';
225
+ import { RoundnessProps } from '@salutejs/plasma-core';
226
+ import { Row } from '@salutejs/plasma-new-hope/styled-components';
227
+ import { ScreenConfig } from '@salutejs/plasma-new-hope/styled-components';
228
+ import { ScreenMap } from '@salutejs/plasma-new-hope/styled-components';
229
+ import { ScreenVariant } from '@salutejs/plasma-new-hope/styled-components';
230
+ import { ScrollSnapProps } from '@salutejs/plasma-core';
231
+ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
232
+ import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
233
+ import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
234
+ import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
235
+ import { SelectGroup } from '@salutejs/plasma-hope';
236
+ import { MergedSelectProps as SelectProps } from '@salutejs/plasma-new-hope/styled-components';
237
+ import { SelectProps as SelectPropsHope } from '@salutejs/plasma-hope';
238
+ import { selectText } from '@salutejs/plasma-hope';
239
+ import { setRef } from '@salutejs/plasma-core';
240
+ import { shadows } from '@salutejs/plasma-core';
241
+ import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
242
+ import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
243
+ import { ShiftProps } from '@salutejs/plasma-core';
244
+ import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
245
+ import { SingleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
246
+ import { SkeletonGradientProps } from '@salutejs/plasma-core';
247
+ import { SkeletonGradientProps as SkeletonGradientProps_2 } from '@salutejs/plasma-new-hope/styled-components';
248
+ import { SkeletonSizeProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types';
249
+ import { SliderProps } from '@salutejs/plasma-new-hope/styled-components';
250
+ import { SmartPaginationDots } from '@salutejs/plasma-hope';
251
+ import { SmartPaginationDotsProps } from '@salutejs/plasma-hope';
252
+ import { SnapAlign } from '@salutejs/plasma-core';
253
+ import { SnapType } from '@salutejs/plasma-core';
254
+ import { spacing } from '@salutejs/plasma-core';
255
+ import { SpacingProps } from '@salutejs/plasma-core';
256
+ import { SpacingProps as SpacingProps_2 } from '@salutejs/plasma-new-hope/styled-components';
257
+ import { SpinnerProps } from '@salutejs/plasma-core';
258
+ import { SSRProvider } from '@salutejs/plasma-new-hope/styled-components';
259
+ import { StatusLabels } from '@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types';
260
+ import { StatusType } from '@salutejs/plasma-hope';
261
+ import { StyledCard } from '@salutejs/plasma-hope';
262
+ import { StyledComponent } from 'styled-components';
263
+ import { StyledPreviewGallery } from '@salutejs/plasma-hope';
264
+ import { SubtitleProps } from '@salutejs/plasma-new-hope/styled-components';
265
+ import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
266
+ import { SyntheticEvent } from 'react';
267
+ import { syntheticFocus } from '@salutejs/plasma-core';
268
+ import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
269
+ import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
270
+ import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
271
+ import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
272
+ import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
273
+ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
274
+ import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
275
+ import { TextareaResize } from '@salutejs/plasma-core';
276
+ import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
277
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
278
+ import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
279
+ import type { TextFieldProps as TextFieldProps_2 } from '@salutejs/plasma-hope';
280
+ import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
281
+ import { TextFieldView } from '@salutejs/plasma-hope';
282
+ import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
283
+ import { TextSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
284
+ import { TimingFunction } from '@salutejs/plasma-core';
285
+ import { ToastPosition } from '@salutejs/plasma-new-hope/styled-components';
286
+ import { ToastProps } from '@salutejs/plasma-new-hope/styled-components';
287
+ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
288
+ import { toCssSize } from '@salutejs/plasma-core';
289
+ import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
290
+ import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
291
+ import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
292
+ import { transformStyles } from '@salutejs/plasma-core';
293
+ import { TypographyOldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld';
294
+ import { UIEvent as UIEvent_2 } from 'react';
295
+ import { Upload } from '@salutejs/plasma-hope';
296
+ import { UploadAudio } from '@salutejs/plasma-hope';
297
+ import { UploadAudioProps } from '@salutejs/plasma-hope';
298
+ import { UploadProgress } from '@salutejs/plasma-hope';
299
+ import { UploadProgressProps } from '@salutejs/plasma-hope';
300
+ import { UploadProps } from '@salutejs/plasma-hope';
301
+ import { UploadVisual } from '@salutejs/plasma-hope';
302
+ import { UploadVisualProps } from '@salutejs/plasma-hope';
303
+ import { useDebouncedFunction } from '@salutejs/plasma-core';
304
+ import { useFocusTrap } from '@salutejs/plasma-hope';
305
+ import { useForkRef } from '@salutejs/plasma-core';
306
+ import { useIsomorphicLayoutEffect } from '@salutejs/plasma-core';
307
+ import { usePopupContext as usePopupBaseContext } from '@salutejs/plasma-new-hope/styled-components';
308
+ import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
309
+ import { useToast } from '@salutejs/plasma-new-hope/styled-components';
310
+ import { ValidationResult } from '@salutejs/plasma-hope';
311
+ import { Variants } from '@salutejs/plasma-new-hope/types/engines/types';
312
+ import { View } from '@salutejs/plasma-core';
313
+ import { ViewProps } from '@salutejs/plasma-core';
314
+ import { views } from '@salutejs/plasma-core';
315
+ import { withAssistiveDropdown } from '@salutejs/plasma-hope';
316
+ import { withAutoFocus } from '@salutejs/plasma-core';
317
+ import { WithAutoFocusProps } from '@salutejs/plasma-core';
318
+ import { withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
319
+ import { WithSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
320
+
321
+ // @public
322
+ export const Accordion: FunctionComponent<PropsType< {
323
+ view: {
324
+ default: PolymorphicClassName;
325
+ secondary: PolymorphicClassName;
326
+ outlined: PolymorphicClassName;
327
+ clear: PolymorphicClassName;
328
+ };
329
+ size: {
330
+ l: PolymorphicClassName;
331
+ m: PolymorphicClassName;
332
+ s: PolymorphicClassName;
333
+ xs: PolymorphicClassName;
334
+ };
335
+ stretching: {
336
+ filled: PolymorphicClassName;
337
+ fixed: PolymorphicClassName;
338
+ };
339
+ }> & {
340
+ view: string;
341
+ size?: string | undefined;
342
+ singleActive?: boolean | undefined;
343
+ defaultActiveEventKey?: number[] | undefined;
344
+ disabled?: boolean | undefined;
345
+ stretching?: "fixed" | "filled" | undefined;
346
+ onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
347
+ children?: ReactNode;
348
+ className?: string | undefined;
349
+ } & RefAttributes<HTMLDivElement>>;
350
+
351
+ export { AccordionItem }
352
+
353
+ export { AccordionProps }
354
+
355
+ export { addFocus }
356
+
357
+ export { addNotification }
358
+
359
+ export { animatedScrollToX }
360
+
361
+ export { animatedScrollToY }
362
+
363
+ export { applyBlur }
364
+
365
+ export { applyDisabled }
366
+
367
+ export { applyEllipsis }
368
+
369
+ export { applyHyphens }
370
+
371
+ export { applyMaxLines }
372
+
373
+ export { applyNoSelect }
374
+
375
+ export { applyRoundness }
376
+
377
+ export { applyScrollSnap }
378
+
379
+ export { applySkeletonGradient }
380
+
381
+ export { applySpacing }
382
+
383
+ export { applyView }
384
+
385
+ export { arrayItemRemoving }
386
+
387
+ export { arrayItemSelecting }
388
+
389
+ export { arrayItemSwapping }
390
+
391
+ export { AsProps }
392
+
393
+ export { AudioPlayer }
394
+
395
+ export { AudioPlayerProps }
396
+
397
+ // @public (undocumented)
398
+ export const Autocomplete: FunctionComponent<PropsType< {
399
+ view: {
400
+ default: PolymorphicClassName;
401
+ positive: PolymorphicClassName;
402
+ warning: PolymorphicClassName;
403
+ negative: PolymorphicClassName;
404
+ };
405
+ size: {
406
+ l: PolymorphicClassName;
407
+ m: PolymorphicClassName;
408
+ s: PolymorphicClassName;
409
+ xs: PolymorphicClassName;
410
+ };
411
+ labelPlacement: {
412
+ inner: PolymorphicClassName;
413
+ outer: PolymorphicClassName;
414
+ };
415
+ disabled: {
416
+ true: PolymorphicClassName;
417
+ };
418
+ readOnly: {
419
+ true: PolymorphicClassName;
420
+ };
421
+ }> & BaseProps & Omit<TextFieldPropsBase, "enumerationType" | "chips" | "onChangeChips"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size"> & RefAttributes<HTMLInputElement>>;
422
+
423
+ // @public (undocumented)
424
+ export const Avatar: FunctionComponent<PropsType< {
425
+ view: {
426
+ default: PolymorphicClassName;
427
+ };
428
+ size: {
429
+ xxl: PolymorphicClassName;
430
+ l: PolymorphicClassName;
431
+ m: PolymorphicClassName;
432
+ s: PolymorphicClassName;
433
+ fit: PolymorphicClassName;
434
+ };
435
+ focused: {
436
+ true: PolymorphicClassName;
437
+ };
438
+ }> & HTMLAttributes<HTMLDivElement> & {
439
+ size: "m" | "s" | "l" | "xxl" | "fit";
440
+ name?: string | undefined;
441
+ url?: string | undefined;
442
+ customText?: string | undefined;
443
+ status?: "active" | "inactive" | undefined;
444
+ isScalable?: boolean | undefined;
445
+ focused?: boolean | undefined;
446
+ statusLabels?: StatusLabels | undefined;
447
+ } & RefAttributes<HTMLDivElement>>;
448
+
449
+ // @public (undocumented)
450
+ export const AvatarGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
451
+ children: ReactNode;
452
+ } & RefAttributes<HTMLDivElement>>;
453
+
454
+ export { AvatarGroupProps }
455
+
456
+ export { AvatarProps }
457
+
458
+ // @public
459
+ export const Badge: FunctionComponent<PropsType< {
460
+ view: {
461
+ default: PolymorphicClassName;
462
+ primary: PolymorphicClassName;
463
+ accent: PolymorphicClassName;
464
+ positive: PolymorphicClassName;
465
+ warning: PolymorphicClassName;
466
+ negative: PolymorphicClassName;
467
+ dark: PolymorphicClassName;
468
+ light: PolymorphicClassName;
469
+ };
470
+ size: {
471
+ l: PolymorphicClassName;
472
+ m: PolymorphicClassName;
473
+ s: PolymorphicClassName;
474
+ };
475
+ pilled: {
476
+ true: PolymorphicClassName;
477
+ };
478
+ transparent: {
479
+ true: PolymorphicClassName;
480
+ };
481
+ }> & HTMLAttributes<HTMLDivElement> & {
482
+ text?: string | undefined;
483
+ contentLeft?: ReactNode;
484
+ contentRight?: ReactNode;
485
+ pilled?: boolean | undefined;
486
+ transparent?: boolean | undefined;
487
+ size?: string | undefined;
488
+ view?: string | undefined;
489
+ } & {
490
+ children?: ReactNode;
491
+ } & RefAttributes<HTMLDivElement>>;
492
+
493
+ export { BadgeProps }
494
+
495
+ export { BlurProps }
496
+
497
+ export { blurs }
498
+
499
+ // @public (undocumented)
500
+ export const Body1: FunctionComponent<PropsType< {
501
+ size: {
502
+ body1: PolymorphicClassName;
503
+ };
504
+ }> & {
505
+ breakWord?: boolean | undefined;
506
+ color?: string | undefined;
507
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
508
+
509
+ // @public (undocumented)
510
+ export const Body2: FunctionComponent<PropsType< {
511
+ size: {
512
+ body2: PolymorphicClassName;
513
+ };
514
+ }> & {
515
+ breakWord?: boolean | undefined;
516
+ color?: string | undefined;
517
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
518
+
519
+ // @public (undocumented)
520
+ export const BodyL: FunctionComponent<PropsType< {
521
+ size: {
522
+ l: PolymorphicClassName;
523
+ };
524
+ }> & {
525
+ breakWord?: boolean | undefined;
526
+ color?: string | undefined;
527
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
528
+
529
+ // @public (undocumented)
530
+ export const BodyM: FunctionComponent<PropsType< {
531
+ size: {
532
+ m: PolymorphicClassName;
533
+ };
534
+ }> & {
535
+ breakWord?: boolean | undefined;
536
+ color?: string | undefined;
537
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
538
+
539
+ // @public (undocumented)
540
+ export const BodyS: FunctionComponent<PropsType< {
541
+ size: {
542
+ s: PolymorphicClassName;
543
+ };
544
+ }> & {
545
+ breakWord?: boolean | undefined;
546
+ color?: string | undefined;
547
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
548
+
549
+ // @public (undocumented)
550
+ export const BodyXS: FunctionComponent<PropsType< {
551
+ size: {
552
+ xs: PolymorphicClassName;
553
+ };
554
+ }> & {
555
+ breakWord?: boolean | undefined;
556
+ color?: string | undefined;
557
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
558
+
559
+ // @public (undocumented)
560
+ export const BodyXXS: FunctionComponent<PropsType< {
561
+ size: {
562
+ xxs: PolymorphicClassName;
563
+ };
564
+ }> & {
565
+ breakWord?: boolean | undefined;
566
+ color?: string | undefined;
567
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
568
+
569
+ // @public
570
+ export const Breadcrumbs: FunctionComponent<PropsType< {
571
+ view: {
572
+ default: PolymorphicClassName;
573
+ };
574
+ size: {
575
+ l: PolymorphicClassName;
576
+ m: PolymorphicClassName;
577
+ s: PolymorphicClassName;
578
+ xs: PolymorphicClassName;
579
+ };
580
+ }> & HTMLAttributes<HTMLDivElement> & {
581
+ view?: string | undefined;
582
+ size?: string | undefined;
583
+ separator?: ReactNode;
584
+ items: BreadcrumbsItem[];
585
+ showItems?: number | undefined;
586
+ } & RefAttributes<HTMLDivElement>>;
587
+
588
+ export { BreadcrumbsProps }
589
+
590
+ export { Breakpoint }
591
+
592
+ export { BreakWordProps }
593
+
594
+ // @public
595
+ export const Button: FunctionComponent<PropsType< {
596
+ view: {
597
+ default: PolymorphicClassName;
598
+ primary: PolymorphicClassName;
599
+ accent: PolymorphicClassName;
600
+ secondary: PolymorphicClassName;
601
+ clear: PolymorphicClassName;
602
+ success: PolymorphicClassName;
603
+ warning: PolymorphicClassName;
604
+ critical: PolymorphicClassName;
605
+ dark: PolymorphicClassName;
606
+ black: PolymorphicClassName;
607
+ white: PolymorphicClassName;
608
+ };
609
+ size: {
610
+ l: PolymorphicClassName;
611
+ lr: PolymorphicClassName;
612
+ m: PolymorphicClassName;
613
+ mr: PolymorphicClassName;
614
+ s: PolymorphicClassName;
615
+ sr: PolymorphicClassName;
616
+ xs: PolymorphicClassName;
617
+ xsr: PolymorphicClassName;
618
+ xxs: PolymorphicClassName;
619
+ };
620
+ disabled: {
621
+ true: PolymorphicClassName;
622
+ };
623
+ focused: {
624
+ true: PolymorphicClassName;
625
+ };
626
+ stretching: {
627
+ auto: PolymorphicClassName;
628
+ filled: PolymorphicClassName;
629
+ fixed: PolymorphicClassName;
630
+ };
631
+ }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
632
+ text?: string | undefined;
633
+ contentLeft?: ReactNode;
634
+ contentPlacing?: ("default" | "relaxed") | undefined;
635
+ isLoading?: boolean | undefined;
636
+ loader?: ReactNode;
637
+ stretch?: boolean | undefined;
638
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
639
+ square?: boolean | undefined;
640
+ focused?: boolean | undefined;
641
+ disabled?: boolean | undefined;
642
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
643
+ view?: string | undefined;
644
+ size?: string | undefined;
645
+ outlined?: boolean | undefined;
646
+ shiftLeft?: boolean | undefined;
647
+ shiftRight?: boolean | undefined;
648
+ blur?: "small" | "medium" | "large" | undefined;
649
+ } & {
650
+ value?: string | number | undefined;
651
+ contentRight?: undefined;
652
+ } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
653
+ text?: string | undefined;
654
+ contentLeft?: ReactNode;
655
+ contentPlacing?: ("default" | "relaxed") | undefined;
656
+ isLoading?: boolean | undefined;
657
+ loader?: ReactNode;
658
+ stretch?: boolean | undefined;
659
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
660
+ square?: boolean | undefined;
661
+ focused?: boolean | undefined;
662
+ disabled?: boolean | undefined;
663
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
664
+ view?: string | undefined;
665
+ size?: string | undefined;
666
+ outlined?: boolean | undefined;
667
+ shiftLeft?: boolean | undefined;
668
+ shiftRight?: boolean | undefined;
669
+ blur?: "small" | "medium" | "large" | undefined;
670
+ } & {
671
+ value?: undefined;
672
+ contentRight?: ReactNode;
673
+ } & RefAttributes<HTMLButtonElement>))>;
674
+
675
+ // @public (undocumented)
676
+ export const Button1: FunctionComponent<PropsType< {
677
+ size: {
678
+ button1: PolymorphicClassName;
679
+ };
680
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
681
+
682
+ // @public (undocumented)
683
+ export const Button2: FunctionComponent<PropsType< {
684
+ size: {
685
+ button2: PolymorphicClassName;
686
+ };
687
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
688
+
689
+ export { ButtonBase }
690
+
691
+ // @public
692
+ export const ButtonGroup: FunctionComponent<PropsType< {
693
+ view: {
694
+ default: PolymorphicClassName;
695
+ primary: PolymorphicClassName;
696
+ accent: PolymorphicClassName;
697
+ secondary: PolymorphicClassName;
698
+ clear: PolymorphicClassName;
699
+ success: PolymorphicClassName;
700
+ warning: PolymorphicClassName;
701
+ critical: PolymorphicClassName;
702
+ dark: PolymorphicClassName;
703
+ black: PolymorphicClassName;
704
+ white: PolymorphicClassName;
705
+ };
706
+ size: {
707
+ l: PolymorphicClassName;
708
+ lr: PolymorphicClassName;
709
+ m: PolymorphicClassName;
710
+ mr: PolymorphicClassName;
711
+ s: PolymorphicClassName;
712
+ sr: PolymorphicClassName;
713
+ xs: PolymorphicClassName;
714
+ xsr: PolymorphicClassName;
715
+ xxs: PolymorphicClassName;
716
+ };
717
+ orientation: {
718
+ horizontal: PolymorphicClassName;
719
+ vertical: PolymorphicClassName;
720
+ };
721
+ gap: {
722
+ none: PolymorphicClassName;
723
+ dense: PolymorphicClassName;
724
+ wide: PolymorphicClassName;
725
+ };
726
+ shape: {
727
+ segmented: PolymorphicClassName;
728
+ default: PolymorphicClassName;
729
+ };
730
+ stretching: {
731
+ auto: PolymorphicClassName;
732
+ filled: PolymorphicClassName;
733
+ };
734
+ }> & ButtonGroupProps & RefAttributes<HTMLDivElement>>;
735
+
736
+ export { ButtonGroupProps }
737
+
738
+ export { ButtonProps }
739
+
740
+ // @public (undocumented)
741
+ export const Calendar: FC<CalendarProps>;
742
+
743
+ // @public (undocumented)
744
+ export const CalendarBase: FunctionComponent<PropsType< {
745
+ view: {
746
+ default: PolymorphicClassName;
747
+ };
748
+ size: {
749
+ l: PolymorphicClassName;
750
+ m: PolymorphicClassName;
751
+ s: PolymorphicClassName;
752
+ xs: PolymorphicClassName;
753
+ };
754
+ }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
755
+
756
+ export { CalendarBaseProps }
757
+
758
+ // @public (undocumented)
759
+ export const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarBaseProps>) => ReactElement<CalendarBaseProps, string | JSXElementConstructor<any>>;
760
+
761
+ // @public (undocumented)
762
+ export const CalendarDouble: FunctionComponent<PropsType< {
763
+ view: {
764
+ default: PolymorphicClassName;
765
+ };
766
+ size: {
767
+ l: PolymorphicClassName;
768
+ m: PolymorphicClassName;
769
+ s: PolymorphicClassName;
770
+ xs: PolymorphicClassName;
771
+ };
772
+ }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
773
+
774
+ export { CalendarDoubleProps }
775
+
776
+ // @public (undocumented)
777
+ export const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarDoubleProps>) => ReactElement<CalendarDoubleProps, string | JSXElementConstructor<any>>;
778
+
779
+ export { CalendarProps }
780
+
781
+ export { CalendarStateType }
782
+
783
+ export { canUseDOM }
784
+
785
+ // @public (undocumented)
786
+ export const Caption: FunctionComponent<PropsType< {
787
+ size: {
788
+ m: PolymorphicClassName;
789
+ };
790
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
791
+
792
+ export { Card }
793
+
794
+ export { CardBadge }
795
+
796
+ export { CardBody }
797
+
798
+ export { CardBodyProps }
799
+
800
+ export { CardContent }
801
+
802
+ export { CardContentProps }
803
+
804
+ export { CardMedia }
805
+
806
+ export { CardMediaProps }
807
+
808
+ export { CardProps }
809
+
810
+ export { Carousel }
811
+
812
+ export { CarouselGridWrapper }
813
+
814
+ export { CarouselItem }
815
+
816
+ export { CarouselItemProps }
817
+
818
+ export { CarouselProps }
819
+
820
+ // @public
821
+ export const Cell: FunctionComponent<PropsType< {
822
+ view: {
823
+ default: PolymorphicClassName;
824
+ };
825
+ size: {
826
+ l: PolymorphicClassName;
827
+ m: PolymorphicClassName;
828
+ s: PolymorphicClassName;
829
+ xs: PolymorphicClassName;
830
+ };
831
+ }> & (({
832
+ size?: string | undefined;
833
+ view: string;
834
+ contentLeft?: ReactNode;
835
+ contentRight?: ReactNode;
836
+ alignContentLeft?: AlignProp | undefined;
837
+ alignContentRight?: AlignProp | undefined;
838
+ stretching?: "auto" | "fixed" | "filled" | undefined;
839
+ content?: ReactNode;
840
+ description?: string | undefined;
841
+ } & {
842
+ title?: string | undefined;
843
+ subtitle?: string | undefined;
844
+ label?: string | undefined;
845
+ children?: undefined;
846
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>) | ({
847
+ size?: string | undefined;
848
+ view: string;
849
+ contentLeft?: ReactNode;
850
+ contentRight?: ReactNode;
851
+ alignContentLeft?: AlignProp | undefined;
852
+ alignContentRight?: AlignProp | undefined;
853
+ stretching?: "auto" | "fixed" | "filled" | undefined;
854
+ content?: ReactNode;
855
+ description?: string | undefined;
856
+ } & {
857
+ title?: undefined;
858
+ subtitle?: undefined;
859
+ label?: undefined;
860
+ children?: ReactNode;
861
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>))>;
862
+
863
+ export { CellProps }
864
+
865
+ export { CellTextbox }
866
+
867
+ export { CellTextboxLabel }
868
+
869
+ export { CellTextboxSubtitle }
870
+
871
+ export { CellTextboxTitle }
872
+
873
+ // @public
874
+ export const Checkbox: FunctionComponent<PropsType< {
875
+ size: {
876
+ s: PolymorphicClassName;
877
+ m: PolymorphicClassName;
878
+ };
879
+ view: {
880
+ default: PolymorphicClassName;
881
+ primary: PolymorphicClassName;
882
+ secondary: PolymorphicClassName;
883
+ tertiary: PolymorphicClassName;
884
+ paragraph: PolymorphicClassName;
885
+ accent: PolymorphicClassName;
886
+ positive: PolymorphicClassName;
887
+ warning: PolymorphicClassName;
888
+ negative: PolymorphicClassName;
889
+ };
890
+ disabled: {
891
+ true: PolymorphicClassName;
892
+ };
893
+ focused: {
894
+ true: PolymorphicClassName;
895
+ };
896
+ }> & CheckboxProps_2 & RefAttributes<HTMLInputElement>>;
897
+
898
+ // Warning: (ae-forgotten-export) The symbol "CheckboxComponent" needs to be exported by the entry point index.d.ts
899
+ //
900
+ // @public (undocumented)
901
+ export type CheckboxProps = ComponentProps<typeof CheckboxComponent>;
902
+
903
+ // @public
904
+ export const Chip: FunctionComponent<PropsType< {
905
+ view: {
906
+ default: PolymorphicClassName;
907
+ primary: PolymorphicClassName;
908
+ secondary: PolymorphicClassName;
909
+ accent: PolymorphicClassName;
910
+ positive: PolymorphicClassName;
911
+ };
912
+ size: {
913
+ l: PolymorphicClassName;
914
+ m: PolymorphicClassName;
915
+ s: PolymorphicClassName;
916
+ xs: PolymorphicClassName;
917
+ };
918
+ disabled: {
919
+ true: PolymorphicClassName;
920
+ };
921
+ focused: {
922
+ true: PolymorphicClassName;
923
+ };
924
+ pilled: {
925
+ true: PolymorphicClassName;
926
+ };
927
+ }> & ChipProps & RefAttributes<HTMLButtonElement>>;
928
+
929
+ export { ChipProps }
930
+
931
+ export { clearSelection }
932
+
933
+ export { closeNotification }
934
+
935
+ export { ClosePlacementType }
936
+
937
+ export { Col }
938
+
939
+ export { ColCount }
940
+
941
+ export { ColOffsetProps }
942
+
943
+ export { ColProps }
944
+
945
+ export { ColSizeProps }
946
+
947
+ // @public (undocumented)
948
+ export const Combobox: React_2.ForwardRefExoticComponent<(Omit<PropsType< {
949
+ view: {
950
+ default: PolymorphicClassName;
951
+ positive: PolymorphicClassName;
952
+ warning: PolymorphicClassName;
953
+ negative: PolymorphicClassName;
954
+ };
955
+ size: {
956
+ l: PolymorphicClassName;
957
+ m: PolymorphicClassName;
958
+ s: PolymorphicClassName;
959
+ xs: PolymorphicClassName;
960
+ };
961
+ labelPlacement: {
962
+ inner: PolymorphicClassName;
963
+ outer: PolymorphicClassName;
964
+ };
965
+ disabled: {
966
+ true: PolymorphicClassName;
967
+ };
968
+ readOnly: {
969
+ true: PolymorphicClassName;
970
+ };
971
+ }> & BasicProps & {
972
+ multiple?: false | undefined;
973
+ value?: string | undefined;
974
+ onChange?: ((value: string) => void) | undefined;
975
+ isTargetAmount?: false | undefined;
976
+ } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
977
+ view: {
978
+ default: PolymorphicClassName;
979
+ positive: PolymorphicClassName;
980
+ warning: PolymorphicClassName;
981
+ negative: PolymorphicClassName;
982
+ };
983
+ size: {
984
+ l: PolymorphicClassName;
985
+ m: PolymorphicClassName;
986
+ s: PolymorphicClassName;
987
+ xs: PolymorphicClassName;
988
+ };
989
+ labelPlacement: {
990
+ inner: PolymorphicClassName;
991
+ outer: PolymorphicClassName;
992
+ };
993
+ disabled: {
994
+ true: PolymorphicClassName;
995
+ };
996
+ readOnly: {
997
+ true: PolymorphicClassName;
998
+ };
999
+ }> & BasicProps & {
1000
+ multiple: true;
1001
+ value?: string[] | undefined;
1002
+ onChange?: ((value: string[]) => void) | undefined;
1003
+ isTargetAmount?: boolean | undefined;
1004
+ } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1005
+ size: {
1006
+ xs: PolymorphicClassName;
1007
+ s: PolymorphicClassName;
1008
+ m: PolymorphicClassName;
1009
+ l: PolymorphicClassName;
1010
+ };
1011
+ view: {
1012
+ default: PolymorphicClassName;
1013
+ };
1014
+ }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1015
+ valueType?: "single" | undefined;
1016
+ value?: ComboboxPrimitiveValue | undefined;
1017
+ onChangeValue?: ((value?: ComboboxPrimitiveValue | undefined) => void) | undefined;
1018
+ } & React_2.RefAttributes<HTMLInputElement> & {
1019
+ items?: undefined;
1020
+ }, "ref"> | Omit<PropsType< {
1021
+ size: {
1022
+ xs: PolymorphicClassName;
1023
+ s: PolymorphicClassName;
1024
+ m: PolymorphicClassName;
1025
+ l: PolymorphicClassName;
1026
+ };
1027
+ view: {
1028
+ default: PolymorphicClassName;
1029
+ };
1030
+ }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1031
+ valueType: "multiple";
1032
+ value?: ComboboxPrimitiveValue[] | undefined;
1033
+ onChangeValue?: ((value?: ComboboxPrimitiveValue[] | undefined) => void) | undefined;
1034
+ } & React_2.RefAttributes<HTMLInputElement> & {
1035
+ items?: undefined;
1036
+ }, "ref">) & React_2.RefAttributes<HTMLInputElement>>;
1037
+
1038
+ // @public (undocumented)
1039
+ export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1040
+ id?: string | undefined;
1041
+ size?: string | undefined;
1042
+ view?: string | undefined;
1043
+ } & RefAttributes<HTMLDivElement>>;
1044
+
1045
+ // @public (undocumented)
1046
+ export const ComboboxFooter: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1047
+ id?: string | undefined;
1048
+ size?: string | undefined;
1049
+ view?: string | undefined;
1050
+ } & RefAttributes<HTMLDivElement>>;
1051
+
1052
+ // @public (undocumented)
1053
+ export const ComboboxGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1054
+ id?: string | undefined;
1055
+ labelClassName?: string | undefined;
1056
+ groupClassName?: string | undefined;
1057
+ label?: ReactNode;
1058
+ role?: string | undefined;
1059
+ size?: string | undefined;
1060
+ view?: string | undefined;
1061
+ } & RefAttributes<HTMLDivElement>>;
1062
+
1063
+ // @public (undocumented)
1064
+ export const ComboboxHeader: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1065
+ id?: string | undefined;
1066
+ size?: string | undefined;
1067
+ view?: string | undefined;
1068
+ } & RefAttributes<HTMLDivElement>>;
1069
+
1070
+ // @public (undocumented)
1071
+ export const ComboboxItem: FunctionComponent<PropsType<Variants> & Omit<HTMLAttributes<HTMLDivElement>, "onSelect"> & {
1072
+ id?: string | undefined;
1073
+ disabled?: boolean | undefined;
1074
+ label?: ReactNode;
1075
+ role?: string | undefined;
1076
+ contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1077
+ contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1078
+ name?: string | undefined;
1079
+ checked?: boolean | undefined;
1080
+ text?: string | undefined;
1081
+ value?: string | number | boolean | undefined;
1082
+ isSelected?: boolean | undefined;
1083
+ onClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1084
+ onSelect?: ((value?: any, text?: any) => void) | undefined;
1085
+ size?: string | undefined;
1086
+ view?: string | undefined;
1087
+ } & RefAttributes<HTMLDivElement>>;
1088
+
1089
+ export { ComboboxProps }
1090
+
1091
+ // @public (undocumented)
1092
+ export const Container: FunctionComponent<PropsType< {
1093
+ view: {
1094
+ default: PolymorphicClassName;
1095
+ legacy: PolymorphicClassName;
1096
+ };
1097
+ }> & ContainerProps & RefAttributes<HTMLDivElement>>;
1098
+
1099
+ export { ContainerProps }
1100
+
1101
+ export { convertRoundnessMatrix }
1102
+
1103
+ // @public
1104
+ export const Counter: FunctionComponent<PropsType< {
1105
+ view: {
1106
+ default: PolymorphicClassName;
1107
+ primary: PolymorphicClassName;
1108
+ accent: PolymorphicClassName;
1109
+ positive: PolymorphicClassName;
1110
+ warning: PolymorphicClassName;
1111
+ negative: PolymorphicClassName;
1112
+ dark: PolymorphicClassName;
1113
+ light: PolymorphicClassName;
1114
+ };
1115
+ size: {
1116
+ xs: PolymorphicClassName;
1117
+ xxs: PolymorphicClassName;
1118
+ };
1119
+ }> & HTMLAttributes<HTMLDivElement> & {
1120
+ count: number;
1121
+ maxCount?: number | undefined;
1122
+ size?: string | undefined;
1123
+ view?: string | undefined;
1124
+ } & RefAttributes<HTMLDivElement>>;
1125
+
1126
+ export { CounterProps }
1127
+
1128
+ export { counterTokens }
1129
+
1130
+ // @public (undocumented)
1131
+ export const DatePicker: FunctionComponent<PropsType< {
1132
+ view: {
1133
+ default: PolymorphicClassName;
1134
+ };
1135
+ size: {
1136
+ l: PolymorphicClassName;
1137
+ m: PolymorphicClassName;
1138
+ s: PolymorphicClassName;
1139
+ xs: PolymorphicClassName;
1140
+ };
1141
+ disabled: {
1142
+ true: PolymorphicClassName;
1143
+ };
1144
+ readOnly: {
1145
+ true: PolymorphicClassName;
1146
+ };
1147
+ }> & DatePickerdVariationProps & DatePickerTextFieldProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
1148
+
1149
+ export { datePickerClasses }
1150
+
1151
+ export { DatePickerPlacement }
1152
+
1153
+ export { DatePickerPlacementBasic }
1154
+
1155
+ export { DatePickerProps }
1156
+
1157
+ // @public (undocumented)
1158
+ export const DatePickerRange: FunctionComponent<PropsType< {
1159
+ view: {
1160
+ default: PolymorphicClassName;
1161
+ };
1162
+ size: {
1163
+ l: PolymorphicClassName;
1164
+ m: PolymorphicClassName;
1165
+ s: PolymorphicClassName;
1166
+ xs: PolymorphicClassName;
1167
+ };
1168
+ disabled: {
1169
+ true: PolymorphicClassName;
1170
+ };
1171
+ readOnly: {
1172
+ true: PolymorphicClassName;
1173
+ };
1174
+ }> & DatePickerdVariationProps & {
1175
+ defaultFirstDate?: Date | undefined;
1176
+ defaultSecondDate?: Date | undefined;
1177
+ onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1178
+ onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1179
+ } & {
1180
+ label?: string | undefined;
1181
+ view?: string | undefined;
1182
+ disabled?: boolean | undefined;
1183
+ readOnly?: boolean | undefined;
1184
+ size?: string | undefined;
1185
+ contentLeft?: ReactNode;
1186
+ contentRight?: ReactNode;
1187
+ leftHelper?: string | undefined;
1188
+ dividerVariant?: "none" | "icon" | "dash" | undefined;
1189
+ dividerIcon?: ReactNode;
1190
+ firstValueError?: boolean | undefined;
1191
+ secondValueError?: boolean | undefined;
1192
+ firstValueSuccess?: boolean | undefined;
1193
+ secondValueSuccess?: boolean | undefined;
1194
+ firstPlaceholder?: string | undefined;
1195
+ secondPlaceholder?: string | undefined;
1196
+ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1197
+ firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1198
+ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1199
+ secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1200
+ firstTextfieldTextBefore?: string | undefined;
1201
+ secondTextfieldTextBefore?: string | undefined;
1202
+ firstTextfieldTextAfter?: string | undefined;
1203
+ secondTextfieldTextAfter?: string | undefined;
1204
+ onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
1205
+ onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
1206
+ onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1207
+ onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1208
+ onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1209
+ onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1210
+ } & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
1211
+ placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
1212
+ isDoubleCalendar?: boolean | undefined;
1213
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
1214
+
1215
+ export { DatePickerRangePlacement }
1216
+
1217
+ export { DatePickerRangeProps }
1218
+
1219
+ export { datePickerTokens }
1220
+
1221
+ export { defaultValidate }
1222
+
1223
+ export { DisabledProps }
1224
+
1225
+ // @public
1226
+ export const Divider: FunctionComponent<PropsType< {
1227
+ view: {
1228
+ default: PolymorphicClassName;
1229
+ dark: PolymorphicClassName;
1230
+ light: PolymorphicClassName;
1231
+ inverse: PolymorphicClassName;
1232
+ };
1233
+ size: {
1234
+ m: PolymorphicClassName;
1235
+ };
1236
+ orientation: {
1237
+ horizontal: PolymorphicClassName;
1238
+ vertical: PolymorphicClassName;
1239
+ };
1240
+ }> & DividerProps & RefAttributes<HTMLDivElement>>;
1241
+
1242
+ export { DividerProps }
1243
+
1244
+ export { dividerTokens }
1245
+
1246
+ // @public
1247
+ export const Drawer: FunctionComponent<PropsType< {
1248
+ view: {
1249
+ default: PolymorphicClassName;
1250
+ };
1251
+ size: {
1252
+ m: PolymorphicClassName;
1253
+ };
1254
+ borderRadius: {
1255
+ none: PolymorphicClassName;
1256
+ default: PolymorphicClassName;
1257
+ };
1258
+ }> & PopupBaseProps & PanelProps & {
1259
+ placement?: "top" | "right" | "bottom" | "left" | undefined;
1260
+ asModal?: boolean | undefined;
1261
+ withBlur?: boolean | undefined;
1262
+ closeOnEsc?: boolean | undefined;
1263
+ closeOnOverlayClick?: boolean | undefined;
1264
+ onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined;
1265
+ onOverlayClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1266
+ initialFocusRef?: RefObject<HTMLElement> | undefined;
1267
+ focusAfterRef?: RefObject<HTMLElement> | undefined;
1268
+ onClose?: (() => void) | undefined;
1269
+ } & RefAttributes<HTMLDivElement>>;
1270
+
1271
+ // @public
1272
+ export const DrawerContent: FunctionComponent<PropsType<Variants> & {
1273
+ view?: string | undefined;
1274
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1275
+
1276
+ export { DrawerContentProps }
1277
+
1278
+ // @public
1279
+ export const DrawerFooter: FunctionComponent<PropsType<Variants> & {
1280
+ view?: string | undefined;
1281
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1282
+
1283
+ export { DrawerFooterProps }
1284
+
1285
+ // @public
1286
+ export const DrawerHeader: FunctionComponent<PropsType<Variants> & {
1287
+ hasClose?: boolean | undefined;
1288
+ closePlacement?: "right" | "left" | undefined;
1289
+ actions?: ReactNode;
1290
+ onClose?: (() => void) | undefined;
1291
+ view?: string | undefined;
1292
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1293
+
1294
+ export { DrawerHeaderProps }
1295
+
1296
+ export { DrawerProps }
1297
+
1298
+ // @public (undocumented)
1299
+ export const Dropdown: FunctionComponent<PropsType< {
1300
+ size: {
1301
+ xs: PolymorphicClassName;
1302
+ s: PolymorphicClassName;
1303
+ m: PolymorphicClassName;
1304
+ l: PolymorphicClassName;
1305
+ };
1306
+ view: {
1307
+ default: PolymorphicClassName;
1308
+ };
1309
+ }> & DropdownProps & RefAttributes<HTMLDivElement>>;
1310
+
1311
+ // @public (undocumented)
1312
+ export const DropdownItem: React_2.ForwardRefExoticComponent<DropdownItemProps & React_2.RefAttributes<HTMLDivElement>>;
1313
+
1314
+ export { DropdownItemProps }
1315
+
1316
+ export { DropdownItemType }
1317
+
1318
+ // @public (undocumented)
1319
+ export const DropdownList: StyledComponent<"ul", any, {}, never>;
1320
+
1321
+ export { DropdownNodeType }
1322
+
1323
+ // @public (undocumented)
1324
+ export const DropdownPopup: React_2.ForwardRefExoticComponent<DropdownPopupProps & React_2.RefAttributes<HTMLDivElement>>;
1325
+
1326
+ export { DropdownPopupProps }
1327
+
1328
+ export { DropdownProps }
1329
+
1330
+ // @public (undocumented)
1331
+ export const DsplL: FunctionComponent<PropsType< {
1332
+ size: {
1333
+ l: PolymorphicClassName;
1334
+ };
1335
+ }> & {
1336
+ breakWord?: boolean | undefined;
1337
+ color?: string | undefined;
1338
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1339
+
1340
+ // @public (undocumented)
1341
+ export const DsplM: FunctionComponent<PropsType< {
1342
+ size: {
1343
+ m: PolymorphicClassName;
1344
+ };
1345
+ }> & {
1346
+ breakWord?: boolean | undefined;
1347
+ color?: string | undefined;
1348
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1349
+
1350
+ // @public (undocumented)
1351
+ export const DsplS: FunctionComponent<PropsType< {
1352
+ size: {
1353
+ s: PolymorphicClassName;
1354
+ };
1355
+ }> & {
1356
+ breakWord?: boolean | undefined;
1357
+ color?: string | undefined;
1358
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1359
+
1360
+ export { Editable }
1361
+
1362
+ export { EditableProps }
1363
+
1364
+ export { ElasticGrid }
1365
+
1366
+ export { ElasticGridProps }
1367
+
1368
+ // @public (undocumented)
1369
+ export const EmptyState: FunctionComponent<PropsType< {
1370
+ size: {
1371
+ l: PolymorphicClassName;
1372
+ m: PolymorphicClassName;
1373
+ s: PolymorphicClassName;
1374
+ xs: PolymorphicClassName;
1375
+ };
1376
+ }> & Props & RefAttributes<HTMLDivElement>>;
1377
+
1378
+ export { extractTextFrom }
1379
+
1380
+ export { FocusProps }
1381
+
1382
+ // @public (undocumented)
1383
+ export const Footnote1: FunctionComponent<PropsType< {
1384
+ size: {
1385
+ footnote1: PolymorphicClassName;
1386
+ };
1387
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1388
+
1389
+ // @public (undocumented)
1390
+ export const Footnote2: FunctionComponent<PropsType< {
1391
+ size: {
1392
+ footnote2: PolymorphicClassName;
1393
+ };
1394
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1395
+
1396
+ export { formatCurrency }
1397
+
1398
+ export { gridBreakpoints }
1399
+
1400
+ export { gridColumns }
1401
+
1402
+ export { gridGutters }
1403
+
1404
+ export { gridMargins }
1405
+
1406
+ export { gridSizes }
1407
+
1408
+ // @public (undocumented)
1409
+ export const H1: FunctionComponent<PropsType< {
1410
+ size: {
1411
+ h1: PolymorphicClassName;
1412
+ };
1413
+ }> & {
1414
+ breakWord?: boolean | undefined;
1415
+ color?: string | undefined;
1416
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1417
+
1418
+ // @public (undocumented)
1419
+ export const H2: FunctionComponent<PropsType< {
1420
+ size: {
1421
+ h2: PolymorphicClassName;
1422
+ };
1423
+ }> & {
1424
+ breakWord?: boolean | undefined;
1425
+ color?: string | undefined;
1426
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1427
+
1428
+ // @public (undocumented)
1429
+ export const H3: FunctionComponent<PropsType< {
1430
+ size: {
1431
+ h3: PolymorphicClassName;
1432
+ };
1433
+ }> & {
1434
+ breakWord?: boolean | undefined;
1435
+ color?: string | undefined;
1436
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1437
+
1438
+ // @public (undocumented)
1439
+ export const H4: FunctionComponent<PropsType< {
1440
+ size: {
1441
+ h4: PolymorphicClassName;
1442
+ };
1443
+ }> & {
1444
+ breakWord?: boolean | undefined;
1445
+ color?: string | undefined;
1446
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1447
+
1448
+ // @public (undocumented)
1449
+ export const H5: FunctionComponent<PropsType< {
1450
+ size: {
1451
+ h5: PolymorphicClassName;
1452
+ };
1453
+ }> & {
1454
+ breakWord?: boolean | undefined;
1455
+ color?: string | undefined;
1456
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1457
+
1458
+ // @public (undocumented)
1459
+ export const Headline1: FunctionComponent<PropsType< {
1460
+ size: {
1461
+ headline1: PolymorphicClassName;
1462
+ };
1463
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1464
+
1465
+ // @public (undocumented)
1466
+ export const Headline2: FunctionComponent<PropsType< {
1467
+ size: {
1468
+ headline2: PolymorphicClassName;
1469
+ };
1470
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1471
+
1472
+ // @public (undocumented)
1473
+ export const Headline3: FunctionComponent<PropsType< {
1474
+ size: {
1475
+ headline3: PolymorphicClassName;
1476
+ };
1477
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1478
+
1479
+ // @public (undocumented)
1480
+ export const Headline4: FunctionComponent<PropsType< {
1481
+ size: {
1482
+ headline4: PolymorphicClassName;
1483
+ };
1484
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1485
+
1486
+ // @public (undocumented)
1487
+ export const Headline5: FunctionComponent<PropsType< {
1488
+ size: {
1489
+ headline5: PolymorphicClassName;
1490
+ };
1491
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1492
+
1493
+ // @public
1494
+ export const IconButton: FunctionComponent<PropsType< {
1495
+ view: {
1496
+ default: PolymorphicClassName;
1497
+ accent: PolymorphicClassName;
1498
+ secondary: PolymorphicClassName;
1499
+ clear: PolymorphicClassName;
1500
+ success: PolymorphicClassName;
1501
+ warning: PolymorphicClassName;
1502
+ critical: PolymorphicClassName;
1503
+ dark: PolymorphicClassName;
1504
+ black: PolymorphicClassName;
1505
+ white: PolymorphicClassName;
1506
+ };
1507
+ size: {
1508
+ l: PolymorphicClassName;
1509
+ lr: PolymorphicClassName;
1510
+ m: PolymorphicClassName;
1511
+ mr: PolymorphicClassName;
1512
+ s: PolymorphicClassName;
1513
+ sr: PolymorphicClassName;
1514
+ xs: PolymorphicClassName;
1515
+ xsr: PolymorphicClassName;
1516
+ };
1517
+ disabled: {
1518
+ true: PolymorphicClassName;
1519
+ };
1520
+ focused: {
1521
+ true: PolymorphicClassName;
1522
+ };
1523
+ }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1524
+ text?: string | undefined;
1525
+ contentLeft?: ReactNode;
1526
+ contentPlacing?: ("default" | "relaxed") | undefined;
1527
+ isLoading?: boolean | undefined;
1528
+ loader?: ReactNode;
1529
+ stretch?: boolean | undefined;
1530
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
1531
+ square?: boolean | undefined;
1532
+ focused?: boolean | undefined;
1533
+ disabled?: boolean | undefined;
1534
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1535
+ view?: string | undefined;
1536
+ size?: string | undefined;
1537
+ outlined?: boolean | undefined;
1538
+ shiftLeft?: boolean | undefined;
1539
+ shiftRight?: boolean | undefined;
1540
+ blur?: "small" | "medium" | "large" | undefined;
1541
+ } & {
1542
+ value?: string | number | undefined;
1543
+ contentRight?: undefined;
1544
+ } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1545
+ text?: string | undefined;
1546
+ contentLeft?: ReactNode;
1547
+ contentPlacing?: ("default" | "relaxed") | undefined;
1548
+ isLoading?: boolean | undefined;
1549
+ loader?: ReactNode;
1550
+ stretch?: boolean | undefined;
1551
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
1552
+ square?: boolean | undefined;
1553
+ focused?: boolean | undefined;
1554
+ disabled?: boolean | undefined;
1555
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1556
+ view?: string | undefined;
1557
+ size?: string | undefined;
1558
+ outlined?: boolean | undefined;
1559
+ shiftLeft?: boolean | undefined;
1560
+ shiftRight?: boolean | undefined;
1561
+ blur?: "small" | "medium" | "large" | undefined;
1562
+ } & {
1563
+ value?: undefined;
1564
+ contentRight?: ReactNode;
1565
+ } & RefAttributes<HTMLButtonElement>))>;
1566
+
1567
+ // @public
1568
+ const Image_2: FunctionComponent<PropsType<Variants> & ImgHTMLAttributes<HTMLImageElement> & {
1569
+ base?: "img" | "div" | undefined;
1570
+ ratio?: "16 / 9" | "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
1571
+ customRatio?: string | undefined;
1572
+ } & RefAttributes<HTMLDivElement>>;
1573
+ export { Image_2 as Image }
1574
+
1575
+ export { ImageProps }
1576
+
1577
+ // @public (undocumented)
1578
+ export const Indicator: FunctionComponent<PropsType< {
1579
+ view: {
1580
+ default: PolymorphicClassName;
1581
+ accent: PolymorphicClassName;
1582
+ inactive: PolymorphicClassName;
1583
+ positive: PolymorphicClassName;
1584
+ warning: PolymorphicClassName;
1585
+ negative: PolymorphicClassName;
1586
+ black: PolymorphicClassName;
1587
+ white: PolymorphicClassName;
1588
+ };
1589
+ size: {
1590
+ l: PolymorphicClassName;
1591
+ m: PolymorphicClassName;
1592
+ s: PolymorphicClassName;
1593
+ };
1594
+ }> & HTMLAttributes<HTMLDivElement> & {
1595
+ size: string;
1596
+ view: string;
1597
+ } & RefAttributes<HTMLDivElement>>;
1598
+
1599
+ export { IndicatorProps }
1600
+
1601
+ export { InputHTMLAttributes }
1602
+
1603
+ // @public
1604
+ export const LineSkeleton: FunctionComponent<PropsType< {
1605
+ size: {
1606
+ body1: PolymorphicClassName;
1607
+ body2: PolymorphicClassName;
1608
+ body3: PolymorphicClassName;
1609
+ button1: PolymorphicClassName;
1610
+ button2: PolymorphicClassName;
1611
+ caption: PolymorphicClassName;
1612
+ display1: PolymorphicClassName;
1613
+ display2: PolymorphicClassName;
1614
+ display3: PolymorphicClassName;
1615
+ footnote1: PolymorphicClassName;
1616
+ footnote2: PolymorphicClassName;
1617
+ headline1: PolymorphicClassName;
1618
+ headline2: PolymorphicClassName;
1619
+ headline3: PolymorphicClassName;
1620
+ headline4: PolymorphicClassName;
1621
+ paragraph1: PolymorphicClassName;
1622
+ paragraph2: PolymorphicClassName;
1623
+ underline: PolymorphicClassName;
1624
+ bodyL: PolymorphicClassName;
1625
+ bodyM: PolymorphicClassName;
1626
+ bodyS: PolymorphicClassName;
1627
+ bodyXS: PolymorphicClassName;
1628
+ bodyXXS: PolymorphicClassName;
1629
+ dsplL: PolymorphicClassName;
1630
+ dsplM: PolymorphicClassName;
1631
+ dsplS: PolymorphicClassName;
1632
+ h1: PolymorphicClassName;
1633
+ h2: PolymorphicClassName;
1634
+ h3: PolymorphicClassName;
1635
+ h4: PolymorphicClassName;
1636
+ h5: PolymorphicClassName;
1637
+ textL: PolymorphicClassName;
1638
+ textM: PolymorphicClassName;
1639
+ textS: PolymorphicClassName;
1640
+ textXS: PolymorphicClassName;
1641
+ };
1642
+ }> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
1643
+ customGradientColor?: string | undefined;
1644
+ roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
1645
+ } & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement>>;
1646
+
1647
+ export { LineSkeletonProps }
1648
+
1649
+ // @public
1650
+ export const Link: FunctionComponent<PropsType< {
1651
+ view: {
1652
+ default: PolymorphicClassName;
1653
+ primary: PolymorphicClassName;
1654
+ secondary: PolymorphicClassName;
1655
+ tertiary: PolymorphicClassName;
1656
+ paragraph: PolymorphicClassName;
1657
+ accent: PolymorphicClassName;
1658
+ positive: PolymorphicClassName;
1659
+ warning: PolymorphicClassName;
1660
+ negative: PolymorphicClassName;
1661
+ clear: PolymorphicClassName;
1662
+ };
1663
+ disabled: {
1664
+ true: PolymorphicClassName;
1665
+ };
1666
+ focused: {
1667
+ true: PolymorphicClassName;
1668
+ };
1669
+ }> & AnchorHTMLAttributes<HTMLAnchorElement> & LinkCustomProps & RefAttributes<HTMLAnchorElement>>;
1670
+
1671
+ export { List }
1672
+
1673
+ export { ListItem }
1674
+
1675
+ export { MaxLinesProps }
1676
+
1677
+ export { mediaQuery }
1678
+
1679
+ export { MediaQueryFunction }
1680
+
1681
+ export { Modal }
1682
+
1683
+ // @public
1684
+ export const ModalBase: ForwardRefExoticComponent<ModalBaseProps & RefAttributes<HTMLDivElement>>;
1685
+
1686
+ export { modalBaseClasses }
1687
+
1688
+ export { ModalBaseProps }
1689
+
1690
+ export { ModalProps }
1691
+
1692
+ export { ModalsProvider }
1693
+
1694
+ export { ModalView }
1695
+
1696
+ export { monthLongName }
1697
+
1698
+ export { monthShortName }
1699
+
1700
+ // @public (undocumented)
1701
+ const Notification_2: React_2.FunctionComponent<PropsType< {
1702
+ view: {
1703
+ default: PolymorphicClassName;
1704
+ };
1705
+ layout: {
1706
+ horizontal: PolymorphicClassName;
1707
+ vertical: PolymorphicClassName;
1708
+ };
1709
+ size: {
1710
+ xs: PolymorphicClassName;
1711
+ xxs: PolymorphicClassName;
1712
+ };
1713
+ }> & NotificationProps & React_2.RefAttributes<HTMLDivElement>>;
1714
+ export { Notification_2 as Notification }
1715
+
1716
+ export { NotificationIconPlacement }
1717
+
1718
+ export { NotificationLayout }
1719
+
1720
+ export { NotificationProps }
1721
+
1722
+ // @public (undocumented)
1723
+ export const NotificationsProvider: React_2.FC<{
1724
+ children: ReactNode;
1725
+ frame?: string;
1726
+ }>;
1727
+
1728
+ export { OutlinedProps }
1729
+
1730
+ export { Overlay }
1731
+
1732
+ export { OverlayProps }
1733
+
1734
+ // @public (undocumented)
1735
+ export const P1: FunctionComponent<PropsType< {
1736
+ size: {
1737
+ paragraph1: PolymorphicClassName;
1738
+ };
1739
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1740
+
1741
+ // @public (undocumented)
1742
+ export const P2: FunctionComponent<PropsType< {
1743
+ size: {
1744
+ paragraph2: PolymorphicClassName;
1745
+ };
1746
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1747
+
1748
+ export { padZeroNumber }
1749
+
1750
+ // @public
1751
+ export const Pagination: FunctionComponent<PropsType< {
1752
+ view: {
1753
+ default: PolymorphicClassName;
1754
+ secondary: PolymorphicClassName;
1755
+ clear: PolymorphicClassName;
1756
+ primary: PolymorphicClassName;
1757
+ };
1758
+ viewCurrentPage: {
1759
+ default: PolymorphicClassName;
1760
+ secondary: PolymorphicClassName;
1761
+ clear: PolymorphicClassName;
1762
+ primary: PolymorphicClassName;
1763
+ };
1764
+ size: {
1765
+ l: PolymorphicClassName;
1766
+ m: PolymorphicClassName;
1767
+ s: PolymorphicClassName;
1768
+ xs: PolymorphicClassName;
1769
+ };
1770
+ type: {
1771
+ compact: PolymorphicClassName;
1772
+ default: PolymorphicClassName;
1773
+ };
1774
+ }> & PaginationProps & RefAttributes<HTMLDivElement>>;
1775
+
1776
+ export { PaginationDot }
1777
+
1778
+ export { PaginationDotProps }
1779
+
1780
+ export { PaginationDots }
1781
+
1782
+ export { PaginationProps }
1783
+
1784
+ // @public (undocumented)
1785
+ export const ParagraphText1: FunctionComponent<PropsType< {
1786
+ size: {
1787
+ paragraphText1: PolymorphicClassName;
1788
+ };
1789
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1790
+
1791
+ // @public (undocumented)
1792
+ export const ParagraphText2: FunctionComponent<PropsType< {
1793
+ size: {
1794
+ paragraphText2: PolymorphicClassName;
1795
+ };
1796
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1797
+
1798
+ export { PickOptional }
1799
+
1800
+ export { PinProps }
1801
+
1802
+ // @public (undocumented)
1803
+ export const Popover: FunctionComponent<PropsType< {
1804
+ view: {
1805
+ default: PolymorphicClassName;
1806
+ };
1807
+ }> & HTMLAttributes<HTMLDivElement> & CustomPopoverProps & RefAttributes<HTMLDivElement>>;
1808
+
1809
+ export { PopoverPlacement }
1810
+
1811
+ export { PopoverProps }
1812
+
1813
+ export { PopoverTrigger }
1814
+
1815
+ export { Popup }
1816
+
1817
+ // @public
1818
+ export const PopupBase: ForwardRefExoticComponent<PopupBaseProps & RefAttributes<HTMLDivElement>>;
1819
+
1820
+ export { popupBaseClasses }
1821
+
1822
+ export { PopupBasePlacement }
1823
+
1824
+ export { PopupBaseProps }
1825
+
1826
+ export { PopupBaseProvider }
1827
+
1828
+ export { PopupInfo }
1829
+
1830
+ export { PopupProps }
1831
+
1832
+ export { Portal }
1833
+
1834
+ export { PortalProps }
1835
+
1836
+ export { PreviewGallery }
1837
+
1838
+ export { PreviewGalleryItemProps }
1839
+
1840
+ export { PreviewGalleryProps }
1841
+
1842
+ // @public
1843
+ export const Price: FunctionComponent<PropsType< {
1844
+ view: {};
1845
+ }> & PriceProps & RefAttributes<HTMLSpanElement>>;
1846
+
1847
+ export { priceClasses }
1848
+
1849
+ // @public (undocumented)
1850
+ export const Progress: FunctionComponent<PropsType< {
1851
+ view: {
1852
+ default: PolymorphicClassName;
1853
+ secondary: PolymorphicClassName;
1854
+ primary: PolymorphicClassName;
1855
+ accent: PolymorphicClassName;
1856
+ success: PolymorphicClassName;
1857
+ warning: PolymorphicClassName;
1858
+ error: PolymorphicClassName;
1859
+ };
1860
+ size: {
1861
+ m: PolymorphicClassName;
1862
+ };
1863
+ }> & ProgressProps & RefAttributes<HTMLDivElement>>;
1864
+
1865
+ export { ProgressProps }
1866
+
1867
+ // @public
1868
+ export const Radiobox: FunctionComponent<PropsType< {
1869
+ size: {
1870
+ s: PolymorphicClassName;
1871
+ m: PolymorphicClassName;
1872
+ };
1873
+ view: {
1874
+ default: PolymorphicClassName;
1875
+ primary: PolymorphicClassName;
1876
+ secondary: PolymorphicClassName;
1877
+ tertiary: PolymorphicClassName;
1878
+ paragraph: PolymorphicClassName;
1879
+ accent: PolymorphicClassName;
1880
+ positive: PolymorphicClassName;
1881
+ warning: PolymorphicClassName;
1882
+ negative: PolymorphicClassName;
1883
+ };
1884
+ disabled: {
1885
+ true: PolymorphicClassName;
1886
+ };
1887
+ focused: {
1888
+ true: PolymorphicClassName;
1889
+ };
1890
+ }> & Filter<InputHTMLAttributes_2<HTMLInputElement>, "size"> & Omit<BaseboxProps, "indeterminate"> & RefAttributes<HTMLInputElement>>;
1891
+
1892
+ // Warning: (ae-forgotten-export) The symbol "RadioboxComponent" needs to be exported by the entry point index.d.ts
1893
+ //
1894
+ // @public (undocumented)
1895
+ export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
1896
+
1897
+ export { RadioGroup }
1898
+
1899
+ export { radiuses }
1900
+
1901
+ // @public
1902
+ const Range_2: FunctionComponent<PropsType< {
1903
+ view: {
1904
+ default: PolymorphicClassName;
1905
+ };
1906
+ size: {
1907
+ l: PolymorphicClassName;
1908
+ m: PolymorphicClassName;
1909
+ s: PolymorphicClassName;
1910
+ xs: PolymorphicClassName;
1911
+ };
1912
+ disabled: {
1913
+ true: PolymorphicClassName;
1914
+ };
1915
+ readOnly: {
1916
+ true: PolymorphicClassName;
1917
+ };
1918
+ }> & (({
1919
+ label?: string | undefined;
1920
+ leftHelper?: string | undefined;
1921
+ contentLeft?: ReactNode;
1922
+ contentRight?: ReactNode;
1923
+ firstValue?: TextfieldPrimitiveValue | undefined;
1924
+ secondValue?: TextfieldPrimitiveValue | undefined;
1925
+ firstValueError?: boolean | undefined;
1926
+ secondValueError?: boolean | undefined;
1927
+ firstValueSuccess?: boolean | undefined;
1928
+ secondValueSuccess?: boolean | undefined;
1929
+ firstPlaceholder?: string | undefined;
1930
+ secondPlaceholder?: string | undefined;
1931
+ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1932
+ firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1933
+ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1934
+ secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1935
+ firstTextfieldTextAfter?: string | undefined;
1936
+ secondTextfieldTextAfter?: string | undefined;
1937
+ view?: string | undefined;
1938
+ size?: string | undefined;
1939
+ readOnly?: boolean | undefined;
1940
+ disabled?: boolean | undefined;
1941
+ onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
1942
+ onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
1943
+ onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
1944
+ onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
1945
+ onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1946
+ onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1947
+ onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1948
+ onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1949
+ } & {
1950
+ firstTextfieldTextBefore: string;
1951
+ secondTextfieldTextBefore: string;
1952
+ dividerVariant?: "none" | undefined;
1953
+ dividerIcon?: undefined;
1954
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
1955
+ label?: string | undefined;
1956
+ leftHelper?: string | undefined;
1957
+ contentLeft?: ReactNode;
1958
+ contentRight?: ReactNode;
1959
+ firstValue?: TextfieldPrimitiveValue | undefined;
1960
+ secondValue?: TextfieldPrimitiveValue | undefined;
1961
+ firstValueError?: boolean | undefined;
1962
+ secondValueError?: boolean | undefined;
1963
+ firstValueSuccess?: boolean | undefined;
1964
+ secondValueSuccess?: boolean | undefined;
1965
+ firstPlaceholder?: string | undefined;
1966
+ secondPlaceholder?: string | undefined;
1967
+ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1968
+ firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1969
+ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1970
+ secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1971
+ firstTextfieldTextAfter?: string | undefined;
1972
+ secondTextfieldTextAfter?: string | undefined;
1973
+ view?: string | undefined;
1974
+ size?: string | undefined;
1975
+ readOnly?: boolean | undefined;
1976
+ disabled?: boolean | undefined;
1977
+ onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
1978
+ onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
1979
+ onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
1980
+ onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
1981
+ onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1982
+ onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1983
+ onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1984
+ onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1985
+ } & {
1986
+ dividerVariant?: "dash" | undefined;
1987
+ dividerIcon?: undefined;
1988
+ firstTextfieldTextBefore?: string | undefined;
1989
+ secondTextfieldTextBefore?: string | undefined;
1990
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
1991
+ label?: string | undefined;
1992
+ leftHelper?: string | undefined;
1993
+ contentLeft?: ReactNode;
1994
+ contentRight?: ReactNode;
1995
+ firstValue?: TextfieldPrimitiveValue | undefined;
1996
+ secondValue?: TextfieldPrimitiveValue | undefined;
1997
+ firstValueError?: boolean | undefined;
1998
+ secondValueError?: boolean | undefined;
1999
+ firstValueSuccess?: boolean | undefined;
2000
+ secondValueSuccess?: boolean | undefined;
2001
+ firstPlaceholder?: string | undefined;
2002
+ secondPlaceholder?: string | undefined;
2003
+ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2004
+ firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2005
+ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2006
+ secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2007
+ firstTextfieldTextAfter?: string | undefined;
2008
+ secondTextfieldTextAfter?: string | undefined;
2009
+ view?: string | undefined;
2010
+ size?: string | undefined;
2011
+ readOnly?: boolean | undefined;
2012
+ disabled?: boolean | undefined;
2013
+ onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
2014
+ onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
2015
+ onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
2016
+ onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
2017
+ onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2018
+ onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2019
+ onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2020
+ onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2021
+ } & {
2022
+ dividerIcon?: ReactNode;
2023
+ dividerVariant?: "icon" | undefined;
2024
+ firstTextfieldTextBefore?: string | undefined;
2025
+ secondTextfieldTextBefore?: string | undefined;
2026
+ } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>))>;
2027
+ export { Range_2 as Range }
2028
+
2029
+ export { RangeProps }
2030
+
2031
+ export { rangeTokens }
2032
+
2033
+ export { Ratio }
2034
+
2035
+ export { RectSkeleton }
2036
+
2037
+ export { RectSkeletonProps }
2038
+
2039
+ export { Roundness }
2040
+
2041
+ export { RoundnessProps }
2042
+
2043
+ export { Row }
2044
+
2045
+ export { ScreenConfig }
2046
+
2047
+ export { ScreenMap }
2048
+
2049
+ export { ScreenVariant }
2050
+
2051
+ export { ScrollSnapProps }
2052
+
2053
+ // @public
2054
+ export const SegmentGroup: FunctionComponent<PropsType< {
2055
+ view: {
2056
+ clear: PolymorphicClassName;
2057
+ filled: PolymorphicClassName;
2058
+ };
2059
+ size: {
2060
+ xs: PolymorphicClassName;
2061
+ s: PolymorphicClassName;
2062
+ m: PolymorphicClassName;
2063
+ l: PolymorphicClassName;
2064
+ };
2065
+ disabled: {
2066
+ true: PolymorphicClassName;
2067
+ };
2068
+ pilled: {
2069
+ true: PolymorphicClassName;
2070
+ };
2071
+ filledBackground: {
2072
+ true: PolymorphicClassName;
2073
+ };
2074
+ stretch: {
2075
+ true: PolymorphicClassName;
2076
+ };
2077
+ }> & HTMLAttributes<HTMLDivElement> & {
2078
+ selectionMode?: "multiple" | "single" | undefined;
2079
+ disabled?: boolean | undefined;
2080
+ stretch?: boolean | undefined;
2081
+ pilled?: boolean | undefined;
2082
+ filledBackground?: boolean | undefined;
2083
+ size?: string | undefined;
2084
+ view?: string | undefined;
2085
+ } & RefAttributes<HTMLDivElement>>;
2086
+
2087
+ export { SegmentGroupProps }
2088
+
2089
+ // @public
2090
+ export const SegmentItem: FunctionComponent<PropsType< {
2091
+ view: {
2092
+ clear: PolymorphicClassName;
2093
+ default: PolymorphicClassName;
2094
+ secondary: PolymorphicClassName;
2095
+ };
2096
+ size: {
2097
+ xs: PolymorphicClassName;
2098
+ s: PolymorphicClassName;
2099
+ m: PolymorphicClassName;
2100
+ l: PolymorphicClassName;
2101
+ };
2102
+ disabled: {
2103
+ true: PolymorphicClassName;
2104
+ };
2105
+ pilled: {
2106
+ true: PolymorphicClassName;
2107
+ };
2108
+ }> & ButtonHTMLAttributes<HTMLButtonElement> & {
2109
+ value: string;
2110
+ id?: string | undefined;
2111
+ label?: ReactNode;
2112
+ pilled?: boolean | undefined;
2113
+ customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
2114
+ size?: string | undefined;
2115
+ view?: string | undefined;
2116
+ } & RefAttributes<HTMLLabelElement>>;
2117
+
2118
+ export { SegmentItemProps }
2119
+
2120
+ export { SegmentProvider }
2121
+
2122
+ export { SegmentProviderProps }
2123
+
2124
+ // @public (undocumented)
2125
+ export const Select: FunctionComponent<PropsType< {
2126
+ size: {
2127
+ xs: PolymorphicClassName;
2128
+ s: PolymorphicClassName;
2129
+ m: PolymorphicClassName;
2130
+ l: PolymorphicClassName;
2131
+ };
2132
+ view: {
2133
+ default: PolymorphicClassName;
2134
+ positive: PolymorphicClassName;
2135
+ warning: PolymorphicClassName;
2136
+ negative: PolymorphicClassName;
2137
+ accent: PolymorphicClassName;
2138
+ secondary: PolymorphicClassName;
2139
+ clear: PolymorphicClassName;
2140
+ dark: PolymorphicClassName;
2141
+ black: PolymorphicClassName;
2142
+ white: PolymorphicClassName;
2143
+ };
2144
+ chipView: {
2145
+ default: PolymorphicClassName;
2146
+ secondary: PolymorphicClassName;
2147
+ accent: PolymorphicClassName;
2148
+ };
2149
+ }> & (({
2150
+ target?: "textfield-like" | undefined;
2151
+ view?: "default" | "positive" | "warning" | "negative" | undefined;
2152
+ contentLeft?: ReactNode;
2153
+ labelPlacement?: "outer" | "inner" | undefined;
2154
+ placeholder?: string | undefined;
2155
+ helperText?: string | undefined;
2156
+ } & {
2157
+ multiselect?: false | undefined;
2158
+ separator?: undefined;
2159
+ } & {
2160
+ value: any;
2161
+ onChange?: ((value: any) => void) | undefined;
2162
+ listOverflow?: Property.Overflow | undefined;
2163
+ listHeight?: Property.Height<string | number> | undefined;
2164
+ status?: "warning" | "success" | "error" | undefined;
2165
+ placeholder?: string | undefined;
2166
+ helperText?: string | undefined;
2167
+ disabled?: boolean | undefined;
2168
+ items?: MergedDropdownNode[] | undefined;
2169
+ onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2170
+ hasItems?: boolean | undefined;
2171
+ children?: undefined;
2172
+ isOpen?: boolean | undefined;
2173
+ isTargetAmount?: boolean | undefined;
2174
+ renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2175
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2176
+ label?: string | undefined;
2177
+ onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2178
+ variant?: "normal" | "tight" | undefined;
2179
+ listWidth?: Property.Width<string | number> | undefined;
2180
+ portal?: string | RefObject<HTMLElement> | undefined;
2181
+ renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2182
+ renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2183
+ closeAfterSelect?: boolean | undefined;
2184
+ size?: string | undefined;
2185
+ view?: string | undefined;
2186
+ chipView?: string | undefined;
2187
+ } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2188
+ target?: "textfield-like" | undefined;
2189
+ view?: "default" | "positive" | "warning" | "negative" | undefined;
2190
+ contentLeft?: ReactNode;
2191
+ labelPlacement?: "outer" | "inner" | undefined;
2192
+ placeholder?: string | undefined;
2193
+ helperText?: string | undefined;
2194
+ } & {
2195
+ multiselect?: true | undefined;
2196
+ separator?: string | undefined;
2197
+ } & {
2198
+ value: any;
2199
+ onChange?: ((value: any) => void) | undefined;
2200
+ listOverflow?: Property.Overflow | undefined;
2201
+ listHeight?: Property.Height<string | number> | undefined;
2202
+ status?: "warning" | "success" | "error" | undefined;
2203
+ placeholder?: string | undefined;
2204
+ helperText?: string | undefined;
2205
+ disabled?: boolean | undefined;
2206
+ items?: MergedDropdownNode[] | undefined;
2207
+ onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2208
+ hasItems?: boolean | undefined;
2209
+ children?: undefined;
2210
+ isOpen?: boolean | undefined;
2211
+ isTargetAmount?: boolean | undefined;
2212
+ renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2213
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2214
+ label?: string | undefined;
2215
+ onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2216
+ variant?: "normal" | "tight" | undefined;
2217
+ listWidth?: Property.Width<string | number> | undefined;
2218
+ portal?: string | RefObject<HTMLElement> | undefined;
2219
+ renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2220
+ renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2221
+ closeAfterSelect?: boolean | undefined;
2222
+ size?: string | undefined;
2223
+ view?: string | undefined;
2224
+ chipView?: string | undefined;
2225
+ } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2226
+ target?: "button-like" | undefined;
2227
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
2228
+ contentLeft?: undefined;
2229
+ labelPlacement?: undefined;
2230
+ placeholder?: undefined;
2231
+ helperText?: undefined;
2232
+ } & {
2233
+ multiselect?: false | undefined;
2234
+ separator?: undefined;
2235
+ } & {
2236
+ value: any;
2237
+ onChange?: ((value: any) => void) | undefined;
2238
+ listOverflow?: Property.Overflow | undefined;
2239
+ listHeight?: Property.Height<string | number> | undefined;
2240
+ status?: "warning" | "success" | "error" | undefined;
2241
+ placeholder?: string | undefined;
2242
+ helperText?: string | undefined;
2243
+ disabled?: boolean | undefined;
2244
+ items?: MergedDropdownNode[] | undefined;
2245
+ onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2246
+ hasItems?: boolean | undefined;
2247
+ children?: undefined;
2248
+ isOpen?: boolean | undefined;
2249
+ isTargetAmount?: boolean | undefined;
2250
+ renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2251
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2252
+ label?: string | undefined;
2253
+ onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2254
+ variant?: "normal" | "tight" | undefined;
2255
+ listWidth?: Property.Width<string | number> | undefined;
2256
+ portal?: string | RefObject<HTMLElement> | undefined;
2257
+ renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2258
+ renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2259
+ closeAfterSelect?: boolean | undefined;
2260
+ size?: string | undefined;
2261
+ view?: string | undefined;
2262
+ chipView?: string | undefined;
2263
+ } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2264
+ target?: "button-like" | undefined;
2265
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
2266
+ contentLeft?: undefined;
2267
+ labelPlacement?: undefined;
2268
+ placeholder?: undefined;
2269
+ helperText?: undefined;
2270
+ } & {
2271
+ multiselect?: true | undefined;
2272
+ separator?: string | undefined;
2273
+ } & {
2274
+ value: any;
2275
+ onChange?: ((value: any) => void) | undefined;
2276
+ listOverflow?: Property.Overflow | undefined;
2277
+ listHeight?: Property.Height<string | number> | undefined;
2278
+ status?: "warning" | "success" | "error" | undefined;
2279
+ placeholder?: string | undefined;
2280
+ helperText?: string | undefined;
2281
+ disabled?: boolean | undefined;
2282
+ items?: MergedDropdownNode[] | undefined;
2283
+ onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2284
+ hasItems?: boolean | undefined;
2285
+ children?: undefined;
2286
+ isOpen?: boolean | undefined;
2287
+ isTargetAmount?: boolean | undefined;
2288
+ renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2289
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2290
+ label?: string | undefined;
2291
+ onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2292
+ variant?: "normal" | "tight" | undefined;
2293
+ listWidth?: Property.Width<string | number> | undefined;
2294
+ portal?: string | RefObject<HTMLElement> | undefined;
2295
+ renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2296
+ renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2297
+ closeAfterSelect?: boolean | undefined;
2298
+ size?: string | undefined;
2299
+ view?: string | undefined;
2300
+ chipView?: string | undefined;
2301
+ } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>))>;
2302
+
2303
+ export { SelectGroup }
2304
+
2305
+ export { SelectProps }
2306
+
2307
+ export { SelectPropsHope }
2308
+
2309
+ export { selectText }
2310
+
2311
+ export { setRef }
2312
+
2313
+ export { shadows }
2314
+
2315
+ // @public
2316
+ export const Sheet: FunctionComponent<PropsType< {
2317
+ view: {
2318
+ default: PolymorphicClassName;
2319
+ };
2320
+ }> & SheetProps & RefAttributes<HTMLDivElement>>;
2321
+
2322
+ export { sheetClasses }
2323
+
2324
+ export { SheetProps }
2325
+
2326
+ export { ShiftProps }
2327
+
2328
+ export { ShowToastArgs }
2329
+
2330
+ export { SkeletonGradientProps }
2331
+
2332
+ // @public
2333
+ export const Slider: FunctionComponent<PropsType< {
2334
+ view: {
2335
+ default: PolymorphicClassName;
2336
+ accent: PolymorphicClassName;
2337
+ gradient: PolymorphicClassName;
2338
+ };
2339
+ size: {
2340
+ l: PolymorphicClassName;
2341
+ m: PolymorphicClassName;
2342
+ s: PolymorphicClassName;
2343
+ };
2344
+ disabled: {
2345
+ true: PolymorphicClassName;
2346
+ };
2347
+ }> & ((SingleSliderProps & RefAttributes<HTMLDivElement>) | (DoubleSliderProps & RefAttributes<HTMLDivElement>))>;
2348
+
2349
+ export { SliderProps }
2350
+
2351
+ export { SmartPaginationDots }
2352
+
2353
+ export { SmartPaginationDotsProps }
2354
+
2355
+ export { SnapAlign }
2356
+
2357
+ export { SnapType }
2358
+
2359
+ export { spacing }
2360
+
2361
+ export { SpacingProps }
2362
+
2363
+ // @public
2364
+ export const Spinner: StyledComponent<FunctionComponent<SpinnerProps>, any, {}, never>;
2365
+
2366
+ export { SpinnerProps }
2367
+
2368
+ export { SSRProvider }
2369
+
2370
+ export { StatusType }
2371
+
2372
+ export { StyledCard }
2373
+
2374
+ export { StyledPreviewGallery }
2375
+
2376
+ // @public (undocumented)
2377
+ export const Subtitle: FunctionComponent<PropsType< {
2378
+ size: {
2379
+ m: PolymorphicClassName;
2380
+ };
2381
+ }> & SubtitleProps & RefAttributes<HTMLDivElement>>;
2382
+
2383
+ // @public (undocumented)
2384
+ export const Switch: FunctionComponent<PropsType< {
2385
+ size: {
2386
+ m: PolymorphicClassName;
2387
+ };
2388
+ view: {
2389
+ default: PolymorphicClassName;
2390
+ };
2391
+ labelPosition: {
2392
+ before: PolymorphicClassName;
2393
+ after: PolymorphicClassName;
2394
+ };
2395
+ disabled: {
2396
+ true: PolymorphicClassName;
2397
+ };
2398
+ focused: {
2399
+ true: PolymorphicClassName;
2400
+ };
2401
+ }> & SwitchProps_2 & RefAttributes<HTMLInputElement>>;
2402
+
2403
+ // Warning: (ae-forgotten-export) The symbol "SwitchComponent" needs to be exported by the entry point index.d.ts
2404
+ //
2405
+ // @public (undocumented)
2406
+ export type SwitchProps = ComponentProps<typeof SwitchComponent>;
2407
+
2408
+ export { syntheticFocus }
2409
+
2410
+ // @public
2411
+ export const TabItem: ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & AsProps_2<any> & CustomTabItemProps & RefAttributes<HTMLDivElement>>;
2412
+
2413
+ export { TabItemProps }
2414
+
2415
+ export { TabItemRefs }
2416
+
2417
+ // @public
2418
+ export const Tabs: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & AsProps_2<any> & CustomTabsProps & RefAttributes<HTMLDivElement>>;
2419
+
2420
+ export { TabsContext }
2421
+
2422
+ // @public
2423
+ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & RefAttributes<HTMLDivElement>>;
2424
+
2425
+ export { TabsControllerProps }
2426
+
2427
+ export { TabsProps }
2428
+
2429
+ // @public
2430
+ export const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;
2431
+
2432
+ export { TextareaHTMLAttributes }
2433
+
2434
+ // @public (undocumented)
2435
+ export interface TextAreaProps extends TextAreaProps_2 {
2436
+ // @deprecated (undocumented)
2437
+ resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2438
+ }
2439
+
2440
+ export { TextareaResize }
2441
+
2442
+ // @public
2443
+ export const TextField: React_2.ForwardRefExoticComponent<TextFieldProps_2 & Pick<PropsType< {
2444
+ view: {
2445
+ default: PolymorphicClassName;
2446
+ positive: PolymorphicClassName;
2447
+ warning: PolymorphicClassName;
2448
+ negative: PolymorphicClassName;
2449
+ };
2450
+ size: {
2451
+ l: PolymorphicClassName;
2452
+ m: PolymorphicClassName;
2453
+ s: PolymorphicClassName;
2454
+ xs: PolymorphicClassName;
2455
+ };
2456
+ labelPlacement: {
2457
+ inner: PolymorphicClassName;
2458
+ outer: PolymorphicClassName;
2459
+ };
2460
+ disabled: {
2461
+ true: PolymorphicClassName;
2462
+ };
2463
+ readOnly: {
2464
+ true: PolymorphicClassName;
2465
+ };
2466
+ }> & (({
2467
+ size?: string | undefined;
2468
+ view?: string | undefined;
2469
+ readOnly?: boolean | undefined;
2470
+ disabled?: boolean | undefined;
2471
+ } & {
2472
+ label?: string | undefined;
2473
+ labelPlacement?: "outer" | "inner" | undefined;
2474
+ leftHelper?: string | undefined;
2475
+ contentLeft?: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | undefined;
2476
+ contentRight?: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | undefined;
2477
+ textBefore?: string | undefined;
2478
+ textAfter?: string | undefined;
2479
+ onSearch?: ((value: string, event?: React_2.KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2480
+ } & {
2481
+ chips?: undefined;
2482
+ onChangeChips?: undefined;
2483
+ enumerationType?: "plain" | undefined;
2484
+ onSearch?: ((value: string, event?: React_2.KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2485
+ } & Omit<React_2.InputHTMLAttributes<HTMLInputElement>, "size"> & React_2.RefAttributes<HTMLInputElement>) | ({
2486
+ size?: string | undefined;
2487
+ view?: string | undefined;
2488
+ readOnly?: boolean | undefined;
2489
+ disabled?: boolean | undefined;
2490
+ } & {
2491
+ label?: string | undefined;
2492
+ labelPlacement?: "outer" | "inner" | undefined;
2493
+ leftHelper?: string | undefined;
2494
+ contentLeft?: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | undefined;
2495
+ contentRight?: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | undefined;
2496
+ textBefore?: string | undefined;
2497
+ textAfter?: string | undefined;
2498
+ onSearch?: ((value: string, event?: React_2.KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2499
+ } & {
2500
+ enumerationType: "chip";
2501
+ onSearch?: undefined;
2502
+ chips?: TextFieldPrimitiveValue[] | undefined;
2503
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2504
+ } & Omit<React_2.InputHTMLAttributes<HTMLInputElement>, "size"> & React_2.RefAttributes<HTMLInputElement>)), "enumerationType" | "chips" | "onChangeChips"> & React_2.RefAttributes<HTMLInputElement>>;
2505
+
2506
+ // @public
2507
+ export const TextFieldGroup: FunctionComponent<PropsType< {
2508
+ size: {
2509
+ l: PolymorphicClassName;
2510
+ m: PolymorphicClassName;
2511
+ s: PolymorphicClassName;
2512
+ xs: PolymorphicClassName;
2513
+ };
2514
+ orientation: {
2515
+ horizontal: PolymorphicClassName;
2516
+ vertical: PolymorphicClassName;
2517
+ };
2518
+ gap: {
2519
+ none: PolymorphicClassName;
2520
+ dense: PolymorphicClassName;
2521
+ wide: PolymorphicClassName;
2522
+ };
2523
+ shape: {
2524
+ segmented: PolymorphicClassName;
2525
+ default: PolymorphicClassName;
2526
+ };
2527
+ stretching: {
2528
+ auto: PolymorphicClassName;
2529
+ filled: PolymorphicClassName;
2530
+ };
2531
+ }> & ((HTMLAttributes<HTMLDivElement> & {
2532
+ orientation?: Orientation | undefined;
2533
+ stretching?: ("auto" | "filled") | undefined;
2534
+ size?: string | undefined;
2535
+ isCommonTextFieldStyles?: boolean | undefined;
2536
+ } & {
2537
+ gap?: "none" | "dense" | undefined;
2538
+ shape?: "segmented" | undefined;
2539
+ } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
2540
+ orientation?: Orientation | undefined;
2541
+ stretching?: ("auto" | "filled") | undefined;
2542
+ size?: string | undefined;
2543
+ isCommonTextFieldStyles?: boolean | undefined;
2544
+ } & {
2545
+ gap?: "dense" | "wide" | undefined;
2546
+ shape?: "default" | undefined;
2547
+ } & RefAttributes<HTMLDivElement>))>;
2548
+
2549
+ export { TextFieldGroupProps }
2550
+
2551
+ // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2552
+ //
2553
+ // @public (undocumented)
2554
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2555
+
2556
+ export { TextFieldView }
2557
+
2558
+ // @public (undocumented)
2559
+ export const TextL: FunctionComponent<PropsType< {
2560
+ size: {
2561
+ l: PolymorphicClassName;
2562
+ };
2563
+ }> & {
2564
+ breakWord?: boolean | undefined;
2565
+ color?: string | undefined;
2566
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2567
+
2568
+ // @public (undocumented)
2569
+ export const TextM: FunctionComponent<PropsType< {
2570
+ size: {
2571
+ m: PolymorphicClassName;
2572
+ };
2573
+ }> & {
2574
+ breakWord?: boolean | undefined;
2575
+ color?: string | undefined;
2576
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2577
+
2578
+ // @public (undocumented)
2579
+ export const TextS: FunctionComponent<PropsType< {
2580
+ size: {
2581
+ s: PolymorphicClassName;
2582
+ };
2583
+ }> & {
2584
+ breakWord?: boolean | undefined;
2585
+ color?: string | undefined;
2586
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2587
+
2588
+ // @public
2589
+ export const TextSkeleton: FC<PropsType< {
2590
+ size: {
2591
+ body1: PolymorphicClassName;
2592
+ body2: PolymorphicClassName;
2593
+ body3: PolymorphicClassName;
2594
+ button1: PolymorphicClassName;
2595
+ button2: PolymorphicClassName;
2596
+ caption: PolymorphicClassName;
2597
+ display1: PolymorphicClassName;
2598
+ display2: PolymorphicClassName;
2599
+ display3: PolymorphicClassName;
2600
+ footnote1: PolymorphicClassName;
2601
+ footnote2: PolymorphicClassName;
2602
+ headline1: PolymorphicClassName;
2603
+ headline2: PolymorphicClassName;
2604
+ headline3: PolymorphicClassName;
2605
+ headline4: PolymorphicClassName;
2606
+ paragraph1: PolymorphicClassName;
2607
+ paragraph2: PolymorphicClassName;
2608
+ underline: PolymorphicClassName;
2609
+ bodyL: PolymorphicClassName;
2610
+ bodyM: PolymorphicClassName;
2611
+ bodyS: PolymorphicClassName;
2612
+ bodyXS: PolymorphicClassName;
2613
+ bodyXXS: PolymorphicClassName;
2614
+ dsplL: PolymorphicClassName;
2615
+ dsplM: PolymorphicClassName;
2616
+ dsplS: PolymorphicClassName;
2617
+ h1: PolymorphicClassName;
2618
+ h2: PolymorphicClassName;
2619
+ h3: PolymorphicClassName;
2620
+ h4: PolymorphicClassName;
2621
+ h5: PolymorphicClassName;
2622
+ textL: PolymorphicClassName;
2623
+ textM: PolymorphicClassName;
2624
+ textS: PolymorphicClassName;
2625
+ textXS: PolymorphicClassName;
2626
+ };
2627
+ }> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
2628
+ customGradientColor?: string | undefined;
2629
+ roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
2630
+ } & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement> & TextSkeletonBaseProps>;
2631
+
2632
+ export { TextSkeletonProps }
2633
+
2634
+ // @public (undocumented)
2635
+ export const TextXS: FunctionComponent<PropsType< {
2636
+ size: {
2637
+ xs: PolymorphicClassName;
2638
+ };
2639
+ }> & {
2640
+ breakWord?: boolean | undefined;
2641
+ color?: string | undefined;
2642
+ } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2643
+
2644
+ export { TimingFunction }
2645
+
2646
+ // @public (undocumented)
2647
+ export const Toast: FunctionComponent<PropsType< {
2648
+ view: {
2649
+ default: PolymorphicClassName;
2650
+ primary: PolymorphicClassName;
2651
+ dark: PolymorphicClassName;
2652
+ light: PolymorphicClassName;
2653
+ };
2654
+ size: {
2655
+ m: PolymorphicClassName;
2656
+ };
2657
+ pilled: {
2658
+ true: PolymorphicClassName;
2659
+ };
2660
+ }> & HTMLAttributes<HTMLButtonElement> & CustomToastProps & RefAttributes<HTMLDivElement>>;
2661
+
2662
+ export { ToastPosition }
2663
+
2664
+ export { ToastProps }
2665
+
2666
+ // @public (undocumented)
2667
+ export const ToastProvider: ({ children }: {
2668
+ children: ReactNode;
2669
+ }) => JSX.Element;
2670
+
2671
+ export { ToastRole }
2672
+
2673
+ export { toCssSize }
2674
+
2675
+ // @public
2676
+ export const Toolbar: FunctionComponent<PropsType< {
2677
+ view: {
2678
+ default: PolymorphicClassName;
2679
+ };
2680
+ size: {
2681
+ xs: PolymorphicClassName;
2682
+ s: PolymorphicClassName;
2683
+ m: PolymorphicClassName;
2684
+ l: PolymorphicClassName;
2685
+ };
2686
+ }> & HTMLAttributes<HTMLDivElement> & {
2687
+ children: ReactNode;
2688
+ orientation?: "horizontal" | "vertical" | undefined;
2689
+ hasShadow?: boolean | undefined;
2690
+ size?: string | undefined;
2691
+ view?: string | undefined;
2692
+ } & RefAttributes<HTMLDivElement>>;
2693
+
2694
+ // @public (undocumented)
2695
+ export const ToolbarDivider: FunctionComponent<PropsType<Variants> & DividerProps & RefAttributes<HTMLDivElement>>;
2696
+
2697
+ export { ToolbarProps }
2698
+
2699
+ export { toolbarTokens }
2700
+
2701
+ // @public (undocumented)
2702
+ export const Tooltip: ForwardRefExoticComponent<TooltipProps & RefAttributes<HTMLDivElement>>;
2703
+
2704
+ export { TooltipProps }
2705
+
2706
+ export { transformStyles }
2707
+
2708
+ // @public (undocumented)
2709
+ export const Underline: FunctionComponent<PropsType< {
2710
+ size: {
2711
+ m: PolymorphicClassName;
2712
+ };
2713
+ }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2714
+
2715
+ export { Upload }
2716
+
2717
+ export { UploadAudio }
2718
+
2719
+ export { UploadAudioProps }
2720
+
2721
+ export { UploadProgress }
2722
+
2723
+ export { UploadProgressProps }
2724
+
2725
+ export { UploadProps }
2726
+
2727
+ export { UploadVisual }
2728
+
2729
+ export { UploadVisualProps }
2730
+
2731
+ export { useDebouncedFunction }
2732
+
2733
+ export { useFocusTrap }
2734
+
2735
+ export { useForkRef }
2736
+
2737
+ export { useIsomorphicLayoutEffect }
2738
+
2739
+ export { usePopupBaseContext }
2740
+
2741
+ export { useSegment }
2742
+
2743
+ export { useToast }
2744
+
2745
+ export { ValidationResult }
2746
+
2747
+ export { View }
2748
+
2749
+ export { ViewProps }
2750
+
2751
+ export { views }
2752
+
2753
+ export { withAssistiveDropdown }
2754
+
2755
+ export { withAutoFocus }
2756
+
2757
+ export { WithAutoFocusProps }
2758
+
2759
+ export { withSkeleton }
2760
+
2761
+ export { WithSkeletonProps }
2762
+
2763
+ // (No @packageDocumentation comment for this package)
2764
+
2765
+ ```