@salutejs/plasma-web 1.407.0-dev.0 → 1.408.0-canary.1459.11057629608.0

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