@salutejs/plasma-web 1.398.0-dev.0 → 1.399.0-canary.1437.10892194926.0

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