@salutejs/plasma-b2c 1.418.0-canary.1459.11350127444.0 → 1.418.0-dev.0

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