@salutejs/plasma-web 1.401.0-canary.1445.10942800137.0 → 1.401.0-dev.0

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