@salutejs/plasma-web 1.426.0-canary.1500.11456169969.0 → 1.426.0-dev.0

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