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

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