@salutejs/plasma-web 1.350.0-dev.0 → 1.351.0-canary.1292.9881725137.0

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