@salutejs/plasma-web 1.420.0-canary.1459.11350127444.0 → 1.420.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/api/plasma-web.api.md +429 -9
  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 +0 -10
  5. package/components/TextArea/TextArea.config.js +12 -22
  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 +282 -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 +3 -13
  18. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  19. package/css/{es/components/TextArea/TextArea.config_g5fxsq.css → cjs/components/TextArea/TextArea.config_gz8cpa.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_j0ymp0.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 +3 -13
  34. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  35. package/css/{cjs/components/TextArea/TextArea.config_g5fxsq.css → es/components/TextArea/TextArea.config_gz8cpa.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_j0ymp0.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 +12 -22
  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_owf0ip.css +0 -19
  49. package/css/es/components/TextField/TextField.config_owf0ip.css +0 -19
  50. package/temp/plasma-web.api.md +0 -2981
@@ -1,2981 +0,0 @@
1
- ## API Report File for "@salutejs/plasma-web"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- /// <reference types="react" />
8
-
9
- import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
10
- import { AccordionProps } from '@salutejs/plasma-new-hope/styled-components';
11
- import { addFocus } from '@salutejs/plasma-core';
12
- import { addNotification } from '@salutejs/plasma-new-hope/styled-components';
13
- import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types';
14
- import { AnchorHTMLAttributes } from 'react';
15
- import { animatedScrollToX } from '@salutejs/plasma-core';
16
- import { animatedScrollToY } from '@salutejs/plasma-core';
17
- import { applyBlur } from '@salutejs/plasma-core';
18
- import { applyDisabled } from '@salutejs/plasma-core';
19
- import { applyEllipsis } from '@salutejs/plasma-core';
20
- import { applyHyphens } from '@salutejs/plasma-core';
21
- import { applyMaxLines } from '@salutejs/plasma-core';
22
- import { applyNoSelect } from '@salutejs/plasma-core';
23
- import { applyRoundness } from '@salutejs/plasma-core';
24
- import { applyScrollSnap } from '@salutejs/plasma-core';
25
- import { applySkeletonGradient } from '@salutejs/plasma-core';
26
- import { applySpacing } from '@salutejs/plasma-core';
27
- import { applyView } from '@salutejs/plasma-core';
28
- import { arrayItemRemoving } from '@salutejs/plasma-hope';
29
- import { arrayItemSelecting } from '@salutejs/plasma-hope';
30
- import { arrayItemSwapping } from '@salutejs/plasma-hope';
31
- import { AsProps } from '@salutejs/plasma-core';
32
- import { AsProps as AsProps_2 } from '@salutejs/plasma-new-hope/types/types';
33
- import { AudioPlayer } from '@salutejs/plasma-hope';
34
- import { AudioPlayerProps } from '@salutejs/plasma-hope';
35
- import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
36
- import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
37
- import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
38
- import { BaseAttachProps } from '@salutejs/plasma-new-hope/types/components/Attach/Attach.types';
39
- import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
40
- import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
41
- import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
42
- import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
43
- import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types';
44
- import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
45
- import { BlurProps } from '@salutejs/plasma-core';
46
- import { blurs } from '@salutejs/plasma-core';
47
- import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
48
- import { BreadcrumbsItem } from '@salutejs/plasma-new-hope/types/components/Breadcrumbs/Breadcrumbs.types';
49
- import { BreadcrumbsProps } from '@salutejs/plasma-new-hope/styled-components';
50
- import { Breakpoint } from '@salutejs/plasma-hope';
51
- import { BreakWordProps } from '@salutejs/plasma-core';
52
- import { ButtonBase } from '@salutejs/plasma-new-hope/styled-components';
53
- import { ButtonGroupProps } from '@salutejs/plasma-new-hope/styled-components';
54
- import { ButtonHTMLAttributes } from 'react';
55
- import { ButtonProps } from '@salutejs/plasma-new-hope/styled-components';
56
- import { Calendar as Calendar_2 } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
57
- import { CalendarBaseProps } from '@salutejs/plasma-new-hope/styled-components';
58
- import { CalendarConfigProps } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
59
- import { CalendarDoubleProps } from '@salutejs/plasma-new-hope/styled-components';
60
- import { CalendarProps } from '@salutejs/plasma-new-hope/styled-components';
61
- import { CalendarRange } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
62
- import { CalendarStateType } from '@salutejs/plasma-new-hope/styled-components';
63
- import { canUseDOM } from '@salutejs/plasma-core';
64
- import { Card } from '@salutejs/plasma-hope';
65
- import { CardBadge } from '@salutejs/plasma-hope';
66
- import { CardBody } from '@salutejs/plasma-hope';
67
- import { CardBodyProps } from '@salutejs/plasma-hope';
68
- import { CardContent } from '@salutejs/plasma-hope';
69
- import { CardContentProps } from '@salutejs/plasma-hope';
70
- import { CardMedia } from '@salutejs/plasma-hope';
71
- import { CardMediaProps } from '@salutejs/plasma-hope';
72
- import { CardProps } from '@salutejs/plasma-hope';
73
- import { Carousel } from '@salutejs/plasma-hope';
74
- import { CarouselGridWrapper } from '@salutejs/plasma-hope';
75
- import { CarouselItem } from '@salutejs/plasma-hope';
76
- import { CarouselItemProps } from '@salutejs/plasma-hope';
77
- import { CarouselProps } from '@salutejs/plasma-hope';
78
- import { CellProps } from '@salutejs/plasma-new-hope/styled-components';
79
- import { CellTextbox } from '@salutejs/plasma-new-hope/styled-components';
80
- import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components';
81
- import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components';
82
- import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
83
- import { ChangeEvent } from 'react';
84
- import { 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_3 } from '@salutejs/plasma-hope';
292
- import type { TextFieldProps as TextFieldProps_4 } 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
- primary: PolymorphicClassName;
699
- accent: PolymorphicClassName;
700
- positive: PolymorphicClassName;
701
- warning: PolymorphicClassName;
702
- negative: PolymorphicClassName;
703
- dark: PolymorphicClassName;
704
- light: PolymorphicClassName;
705
- };
706
- size: {
707
- l: PolymorphicClassName;
708
- m: PolymorphicClassName;
709
- s: PolymorphicClassName;
710
- xs: PolymorphicClassName;
711
- };
712
- pilled: {
713
- true: PolymorphicClassName;
714
- };
715
- transparent: {
716
- true: PolymorphicClassName;
717
- };
718
- clear: {
719
- true: PolymorphicClassName;
720
- };
721
- }> & ((HTMLAttributes<HTMLDivElement> & {
722
- text?: string | undefined;
723
- contentLeft?: ReactNode;
724
- contentRight?: ReactNode;
725
- size?: string | undefined;
726
- view?: string | undefined;
727
- } & {
728
- children?: ReactNode;
729
- } & {
730
- clear?: true | undefined;
731
- pilled?: false | undefined;
732
- transparent?: false | undefined;
733
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
734
- text?: string | undefined;
735
- contentLeft?: ReactNode;
736
- contentRight?: ReactNode;
737
- size?: string | undefined;
738
- view?: string | undefined;
739
- } & {
740
- children?: ReactNode;
741
- } & {
742
- pilled?: true | undefined;
743
- transparent?: boolean | undefined;
744
- clear?: false | undefined;
745
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
746
- text?: string | undefined;
747
- contentLeft?: ReactNode;
748
- contentRight?: ReactNode;
749
- size?: string | undefined;
750
- view?: string | undefined;
751
- } & {
752
- children?: ReactNode;
753
- } & {
754
- pilled?: boolean | undefined;
755
- transparent?: true | undefined;
756
- clear?: false | undefined;
757
- } & RefAttributes<HTMLDivElement>))>;
758
-
759
- export { BadgeProps }
760
-
761
- export { BlurProps }
762
-
763
- export { blurs }
764
-
765
- // @public (undocumented)
766
- export const Body1: FunctionComponent<PropsType< {
767
- size: {
768
- body1: PolymorphicClassName;
769
- };
770
- }> & {
771
- breakWord?: boolean | undefined;
772
- color?: string | undefined;
773
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
774
-
775
- // @public (undocumented)
776
- export const Body2: FunctionComponent<PropsType< {
777
- size: {
778
- body2: PolymorphicClassName;
779
- };
780
- }> & {
781
- breakWord?: boolean | undefined;
782
- color?: string | undefined;
783
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
784
-
785
- // @public (undocumented)
786
- export const BodyL: FunctionComponent<PropsType< {
787
- size: {
788
- l: PolymorphicClassName;
789
- };
790
- }> & {
791
- breakWord?: boolean | undefined;
792
- color?: string | undefined;
793
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
794
-
795
- // @public (undocumented)
796
- export const BodyM: FunctionComponent<PropsType< {
797
- size: {
798
- m: PolymorphicClassName;
799
- };
800
- }> & {
801
- breakWord?: boolean | undefined;
802
- color?: string | undefined;
803
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
804
-
805
- // @public (undocumented)
806
- export const BodyS: FunctionComponent<PropsType< {
807
- size: {
808
- s: PolymorphicClassName;
809
- };
810
- }> & {
811
- breakWord?: boolean | undefined;
812
- color?: string | undefined;
813
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
814
-
815
- // @public (undocumented)
816
- export const BodyXS: FunctionComponent<PropsType< {
817
- size: {
818
- xs: PolymorphicClassName;
819
- };
820
- }> & {
821
- breakWord?: boolean | undefined;
822
- color?: string | undefined;
823
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
824
-
825
- // @public (undocumented)
826
- export const BodyXXS: FunctionComponent<PropsType< {
827
- size: {
828
- xxs: PolymorphicClassName;
829
- };
830
- }> & {
831
- breakWord?: boolean | undefined;
832
- color?: string | undefined;
833
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
834
-
835
- // @public
836
- export const Breadcrumbs: FunctionComponent<PropsType< {
837
- view: {
838
- default: PolymorphicClassName;
839
- };
840
- size: {
841
- l: PolymorphicClassName;
842
- m: PolymorphicClassName;
843
- s: PolymorphicClassName;
844
- xs: PolymorphicClassName;
845
- };
846
- }> & HTMLAttributes<HTMLDivElement> & {
847
- view?: string | undefined;
848
- size?: string | undefined;
849
- separator?: ReactNode;
850
- items: BreadcrumbsItem[];
851
- showItems?: number | undefined;
852
- } & RefAttributes<HTMLDivElement>>;
853
-
854
- export { BreadcrumbsProps }
855
-
856
- export { Breakpoint }
857
-
858
- export { BreakWordProps }
859
-
860
- // @public
861
- export const Button: FunctionComponent<PropsType< {
862
- view: {
863
- default: PolymorphicClassName;
864
- primary: PolymorphicClassName;
865
- accent: PolymorphicClassName;
866
- secondary: PolymorphicClassName;
867
- clear: PolymorphicClassName;
868
- success: PolymorphicClassName;
869
- warning: PolymorphicClassName;
870
- critical: PolymorphicClassName;
871
- dark: PolymorphicClassName;
872
- black: PolymorphicClassName;
873
- white: PolymorphicClassName;
874
- };
875
- size: {
876
- l: PolymorphicClassName;
877
- lr: PolymorphicClassName;
878
- m: PolymorphicClassName;
879
- mr: PolymorphicClassName;
880
- s: PolymorphicClassName;
881
- sr: PolymorphicClassName;
882
- xs: PolymorphicClassName;
883
- xsr: PolymorphicClassName;
884
- xxs: PolymorphicClassName;
885
- };
886
- disabled: {
887
- true: PolymorphicClassName;
888
- };
889
- focused: {
890
- true: PolymorphicClassName;
891
- };
892
- stretching: {
893
- auto: PolymorphicClassName;
894
- filled: PolymorphicClassName;
895
- fixed: PolymorphicClassName;
896
- };
897
- }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
898
- text?: string | undefined;
899
- contentLeft?: ReactNode;
900
- contentPlacing?: ("default" | "relaxed") | undefined;
901
- isLoading?: boolean | undefined;
902
- loader?: ReactNode;
903
- stretch?: boolean | undefined;
904
- stretching?: ("auto" | "fixed" | "filled") | undefined;
905
- square?: boolean | undefined;
906
- focused?: boolean | undefined;
907
- disabled?: boolean | undefined;
908
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
909
- view?: string | undefined;
910
- size?: string | undefined;
911
- outlined?: boolean | undefined;
912
- shiftLeft?: boolean | undefined;
913
- shiftRight?: boolean | undefined;
914
- blur?: "small" | "medium" | "large" | undefined;
915
- } & {
916
- value?: string | number | undefined;
917
- contentRight?: undefined;
918
- } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
919
- text?: string | undefined;
920
- contentLeft?: ReactNode;
921
- contentPlacing?: ("default" | "relaxed") | undefined;
922
- isLoading?: boolean | undefined;
923
- loader?: ReactNode;
924
- stretch?: boolean | undefined;
925
- stretching?: ("auto" | "fixed" | "filled") | undefined;
926
- square?: boolean | undefined;
927
- focused?: boolean | undefined;
928
- disabled?: boolean | undefined;
929
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
930
- view?: string | undefined;
931
- size?: string | undefined;
932
- outlined?: boolean | undefined;
933
- shiftLeft?: boolean | undefined;
934
- shiftRight?: boolean | undefined;
935
- blur?: "small" | "medium" | "large" | undefined;
936
- } & {
937
- value?: undefined;
938
- contentRight?: ReactNode;
939
- } & RefAttributes<HTMLButtonElement>))>;
940
-
941
- // @public (undocumented)
942
- export const Button1: FunctionComponent<PropsType< {
943
- size: {
944
- button1: PolymorphicClassName;
945
- };
946
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
947
-
948
- // @public (undocumented)
949
- export const Button2: FunctionComponent<PropsType< {
950
- size: {
951
- button2: PolymorphicClassName;
952
- };
953
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
954
-
955
- export { ButtonBase }
956
-
957
- // @public
958
- export const ButtonGroup: FunctionComponent<PropsType< {
959
- view: {
960
- default: PolymorphicClassName;
961
- primary: PolymorphicClassName;
962
- accent: PolymorphicClassName;
963
- secondary: PolymorphicClassName;
964
- clear: PolymorphicClassName;
965
- success: PolymorphicClassName;
966
- warning: PolymorphicClassName;
967
- critical: PolymorphicClassName;
968
- dark: PolymorphicClassName;
969
- black: PolymorphicClassName;
970
- white: PolymorphicClassName;
971
- };
972
- size: {
973
- l: PolymorphicClassName;
974
- lr: PolymorphicClassName;
975
- m: PolymorphicClassName;
976
- mr: PolymorphicClassName;
977
- s: PolymorphicClassName;
978
- sr: PolymorphicClassName;
979
- xs: PolymorphicClassName;
980
- xsr: PolymorphicClassName;
981
- xxs: PolymorphicClassName;
982
- };
983
- orientation: {
984
- horizontal: PolymorphicClassName;
985
- vertical: PolymorphicClassName;
986
- };
987
- gap: {
988
- none: PolymorphicClassName;
989
- dense: PolymorphicClassName;
990
- wide: PolymorphicClassName;
991
- };
992
- shape: {
993
- segmented: PolymorphicClassName;
994
- default: PolymorphicClassName;
995
- };
996
- stretching: {
997
- auto: PolymorphicClassName;
998
- filled: PolymorphicClassName;
999
- };
1000
- }> & ButtonGroupProps & RefAttributes<HTMLDivElement>>;
1001
-
1002
- export { ButtonGroupProps }
1003
-
1004
- export { ButtonProps }
1005
-
1006
- // @public (undocumented)
1007
- export const Calendar: FC<CalendarProps>;
1008
-
1009
- // @public (undocumented)
1010
- export const CalendarBase: FunctionComponent<PropsType< {
1011
- view: {
1012
- default: PolymorphicClassName;
1013
- };
1014
- size: {
1015
- l: PolymorphicClassName;
1016
- m: PolymorphicClassName;
1017
- s: PolymorphicClassName;
1018
- xs: PolymorphicClassName;
1019
- };
1020
- }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
1021
-
1022
- export { CalendarBaseProps }
1023
-
1024
- // @public (undocumented)
1025
- export const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarBaseProps>) => ReactElement<CalendarBaseProps, string | JSXElementConstructor<any>>;
1026
-
1027
- // @public (undocumented)
1028
- export const CalendarDouble: FunctionComponent<PropsType< {
1029
- view: {
1030
- default: PolymorphicClassName;
1031
- };
1032
- size: {
1033
- l: PolymorphicClassName;
1034
- m: PolymorphicClassName;
1035
- s: PolymorphicClassName;
1036
- xs: PolymorphicClassName;
1037
- };
1038
- }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
1039
-
1040
- export { CalendarDoubleProps }
1041
-
1042
- // @public (undocumented)
1043
- export const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarDoubleProps>) => ReactElement<CalendarDoubleProps, string | JSXElementConstructor<any>>;
1044
-
1045
- export { CalendarProps }
1046
-
1047
- export { CalendarStateType }
1048
-
1049
- export { canUseDOM }
1050
-
1051
- // @public (undocumented)
1052
- export const Caption: FunctionComponent<PropsType< {
1053
- size: {
1054
- m: PolymorphicClassName;
1055
- };
1056
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1057
-
1058
- export { Card }
1059
-
1060
- export { CardBadge }
1061
-
1062
- export { CardBody }
1063
-
1064
- export { CardBodyProps }
1065
-
1066
- export { CardContent }
1067
-
1068
- export { CardContentProps }
1069
-
1070
- export { CardMedia }
1071
-
1072
- export { CardMediaProps }
1073
-
1074
- export { CardProps }
1075
-
1076
- export { Carousel }
1077
-
1078
- export { CarouselGridWrapper }
1079
-
1080
- export { CarouselItem }
1081
-
1082
- export { CarouselItemProps }
1083
-
1084
- export { CarouselProps }
1085
-
1086
- // @public
1087
- export const Cell: FunctionComponent<PropsType< {
1088
- view: {
1089
- default: PolymorphicClassName;
1090
- };
1091
- size: {
1092
- l: PolymorphicClassName;
1093
- m: PolymorphicClassName;
1094
- s: PolymorphicClassName;
1095
- xs: PolymorphicClassName;
1096
- };
1097
- }> & (({
1098
- size?: string | undefined;
1099
- view?: string | undefined;
1100
- contentLeft?: ReactNode;
1101
- contentRight?: ReactNode;
1102
- alignContentLeft?: AlignProp | undefined;
1103
- alignContentRight?: AlignProp | undefined;
1104
- stretching?: "auto" | "fixed" | "filled" | undefined;
1105
- content?: ReactNode;
1106
- description?: string | undefined;
1107
- } & {
1108
- title?: string | undefined;
1109
- subtitle?: string | undefined;
1110
- label?: string | undefined;
1111
- children?: undefined;
1112
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>) | ({
1113
- size?: string | undefined;
1114
- view?: string | undefined;
1115
- contentLeft?: ReactNode;
1116
- contentRight?: ReactNode;
1117
- alignContentLeft?: AlignProp | undefined;
1118
- alignContentRight?: AlignProp | undefined;
1119
- stretching?: "auto" | "fixed" | "filled" | undefined;
1120
- content?: ReactNode;
1121
- description?: string | undefined;
1122
- } & {
1123
- title?: undefined;
1124
- subtitle?: undefined;
1125
- label?: undefined;
1126
- children?: ReactNode;
1127
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>))>;
1128
-
1129
- export { CellProps }
1130
-
1131
- export { CellTextbox }
1132
-
1133
- export { CellTextboxLabel }
1134
-
1135
- export { CellTextboxSubtitle }
1136
-
1137
- export { CellTextboxTitle }
1138
-
1139
- // @public
1140
- export const Checkbox: FunctionComponent<PropsType< {
1141
- size: {
1142
- s: PolymorphicClassName;
1143
- m: PolymorphicClassName;
1144
- };
1145
- view: {
1146
- default: PolymorphicClassName;
1147
- primary: PolymorphicClassName;
1148
- secondary: PolymorphicClassName;
1149
- tertiary: PolymorphicClassName;
1150
- paragraph: PolymorphicClassName;
1151
- accent: PolymorphicClassName;
1152
- positive: PolymorphicClassName;
1153
- warning: PolymorphicClassName;
1154
- negative: PolymorphicClassName;
1155
- };
1156
- disabled: {
1157
- true: PolymorphicClassName;
1158
- };
1159
- focused: {
1160
- true: PolymorphicClassName;
1161
- };
1162
- }> & CheckboxProps_2 & RefAttributes<HTMLInputElement>>;
1163
-
1164
- // Warning: (ae-forgotten-export) The symbol "CheckboxComponent" needs to be exported by the entry point index.d.ts
1165
- //
1166
- // @public (undocumented)
1167
- export type CheckboxProps = ComponentProps<typeof CheckboxComponent>;
1168
-
1169
- // @public
1170
- export const Chip: FunctionComponent<PropsType< {
1171
- view: {
1172
- default: PolymorphicClassName;
1173
- primary: PolymorphicClassName;
1174
- secondary: PolymorphicClassName;
1175
- accent: PolymorphicClassName;
1176
- positive: PolymorphicClassName;
1177
- };
1178
- size: {
1179
- l: PolymorphicClassName;
1180
- m: PolymorphicClassName;
1181
- s: PolymorphicClassName;
1182
- xs: PolymorphicClassName;
1183
- };
1184
- disabled: {
1185
- true: PolymorphicClassName;
1186
- };
1187
- focused: {
1188
- true: PolymorphicClassName;
1189
- };
1190
- pilled: {
1191
- true: PolymorphicClassName;
1192
- };
1193
- }> & ChipProps & RefAttributes<HTMLButtonElement>>;
1194
-
1195
- // @public (undocumented)
1196
- export const ChipGroup: FunctionComponent<PropsType< {
1197
- view: {
1198
- default: PolymorphicClassName;
1199
- secondary: PolymorphicClassName;
1200
- accent: PolymorphicClassName;
1201
- };
1202
- size: {
1203
- l: PolymorphicClassName;
1204
- m: PolymorphicClassName;
1205
- s: PolymorphicClassName;
1206
- xs: PolymorphicClassName;
1207
- };
1208
- gap: {
1209
- dense: PolymorphicClassName;
1210
- wide: PolymorphicClassName;
1211
- };
1212
- }> & ChipGroupProps & RefAttributes<HTMLDivElement>>;
1213
-
1214
- export { ChipProps }
1215
-
1216
- export { clearSelection }
1217
-
1218
- export { closeNotification }
1219
-
1220
- export { ClosePlacementType }
1221
-
1222
- export { Col }
1223
-
1224
- export { ColCount }
1225
-
1226
- export { ColOffsetProps }
1227
-
1228
- export { ColProps }
1229
-
1230
- export { ColSizeProps }
1231
-
1232
- // Warning: (ae-forgotten-export) The symbol "CommonProps" needs to be exported by the entry point index.d.ts
1233
- //
1234
- // @public (undocumented)
1235
- export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement | null;
1236
-
1237
- // @public (undocumented)
1238
- export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1239
- id?: string | undefined;
1240
- size?: string | undefined;
1241
- view?: string | undefined;
1242
- } & RefAttributes<HTMLDivElement>>;
1243
-
1244
- // @public (undocumented)
1245
- export const ComboboxFooter: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1246
- id?: string | undefined;
1247
- size?: string | undefined;
1248
- view?: string | undefined;
1249
- } & RefAttributes<HTMLDivElement>>;
1250
-
1251
- // @public (undocumented)
1252
- export const ComboboxGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1253
- id?: string | undefined;
1254
- labelClassName?: string | undefined;
1255
- groupClassName?: string | undefined;
1256
- label?: ReactNode;
1257
- role?: string | undefined;
1258
- size?: string | undefined;
1259
- view?: string | undefined;
1260
- } & RefAttributes<HTMLDivElement>>;
1261
-
1262
- // @public (undocumented)
1263
- export const ComboboxHeader: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1264
- id?: string | undefined;
1265
- size?: string | undefined;
1266
- view?: string | undefined;
1267
- } & RefAttributes<HTMLDivElement>>;
1268
-
1269
- // @public (undocumented)
1270
- export const ComboboxItem: FunctionComponent<PropsType<Variants> & Omit<HTMLAttributes<HTMLDivElement>, "onSelect"> & {
1271
- id?: string | undefined;
1272
- disabled?: boolean | undefined;
1273
- label?: ReactNode;
1274
- role?: string | undefined;
1275
- contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1276
- contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1277
- name?: string | undefined;
1278
- checked?: boolean | undefined;
1279
- text?: string | undefined;
1280
- value?: string | number | boolean | undefined;
1281
- isSelected?: boolean | undefined;
1282
- onClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1283
- onSelect?: ((value?: any, text?: any) => void) | undefined;
1284
- size?: string | undefined;
1285
- view?: string | undefined;
1286
- } & RefAttributes<HTMLDivElement>>;
1287
-
1288
- export { ComboboxProps }
1289
-
1290
- // @public (undocumented)
1291
- export const Container: FunctionComponent<PropsType< {
1292
- view: {
1293
- default: PolymorphicClassName;
1294
- legacy: PolymorphicClassName;
1295
- };
1296
- }> & ContainerProps & RefAttributes<HTMLDivElement>>;
1297
-
1298
- export { ContainerProps }
1299
-
1300
- export { convertRoundnessMatrix }
1301
-
1302
- // @public
1303
- export const Counter: FunctionComponent<PropsType< {
1304
- view: {
1305
- default: PolymorphicClassName;
1306
- primary: PolymorphicClassName;
1307
- accent: PolymorphicClassName;
1308
- positive: PolymorphicClassName;
1309
- warning: PolymorphicClassName;
1310
- negative: PolymorphicClassName;
1311
- dark: PolymorphicClassName;
1312
- light: PolymorphicClassName;
1313
- };
1314
- size: {
1315
- xs: PolymorphicClassName;
1316
- xxs: PolymorphicClassName;
1317
- };
1318
- }> & HTMLAttributes<HTMLDivElement> & {
1319
- count: number;
1320
- maxCount?: number | undefined;
1321
- size?: string | undefined;
1322
- view?: string | undefined;
1323
- } & RefAttributes<HTMLDivElement>>;
1324
-
1325
- export { CounterProps }
1326
-
1327
- export { counterTokens }
1328
-
1329
- // @public (undocumented)
1330
- export const DatePicker: FunctionComponent<PropsType< {
1331
- view: {
1332
- default: PolymorphicClassName;
1333
- };
1334
- size: {
1335
- l: PolymorphicClassName;
1336
- m: PolymorphicClassName;
1337
- s: PolymorphicClassName;
1338
- xs: PolymorphicClassName;
1339
- };
1340
- disabled: {
1341
- true: PolymorphicClassName;
1342
- };
1343
- readOnly: {
1344
- true: PolymorphicClassName;
1345
- };
1346
- }> & DatePickerdVariationProps & DatePickerTextFieldProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
1347
-
1348
- export { datePickerClasses }
1349
-
1350
- export { DatePickerPlacement }
1351
-
1352
- export { DatePickerPlacementBasic }
1353
-
1354
- export { DatePickerProps }
1355
-
1356
- // @public (undocumented)
1357
- export const DatePickerRange: FunctionComponent<PropsType< {
1358
- view: {
1359
- default: PolymorphicClassName;
1360
- };
1361
- size: {
1362
- l: PolymorphicClassName;
1363
- m: PolymorphicClassName;
1364
- s: PolymorphicClassName;
1365
- xs: PolymorphicClassName;
1366
- };
1367
- disabled: {
1368
- true: PolymorphicClassName;
1369
- };
1370
- readOnly: {
1371
- true: PolymorphicClassName;
1372
- };
1373
- }> & DatePickerdVariationProps & {
1374
- defaultFirstDate?: Date | undefined;
1375
- defaultSecondDate?: Date | undefined;
1376
- name?: string | undefined;
1377
- onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1378
- onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1379
- onChange?: ((event: {
1380
- target: {
1381
- value?: string | undefined;
1382
- name?: string | undefined;
1383
- };
1384
- }) => void) | undefined;
1385
- } & {
1386
- label?: string | undefined;
1387
- view?: string | undefined;
1388
- disabled?: boolean | undefined;
1389
- readOnly?: boolean | undefined;
1390
- size?: string | undefined;
1391
- contentLeft?: ReactNode;
1392
- contentRight?: ReactNode;
1393
- leftHelper?: string | undefined;
1394
- dividerVariant?: "none" | "icon" | "dash" | undefined;
1395
- dividerIcon?: ReactNode;
1396
- firstValueError?: boolean | undefined;
1397
- secondValueError?: boolean | undefined;
1398
- firstValueSuccess?: boolean | undefined;
1399
- secondValueSuccess?: boolean | undefined;
1400
- firstPlaceholder?: string | undefined;
1401
- secondPlaceholder?: string | undefined;
1402
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1403
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1404
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1405
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1406
- firstTextfieldTextBefore?: string | undefined;
1407
- secondTextfieldTextBefore?: string | undefined;
1408
- firstTextfieldTextAfter?: string | undefined;
1409
- secondTextfieldTextAfter?: string | undefined;
1410
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
1411
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
1412
- onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1413
- onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1414
- onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1415
- onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1416
- } & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
1417
- placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
1418
- isDoubleCalendar?: boolean | undefined;
1419
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
1420
-
1421
- export { DatePickerRangePlacement }
1422
-
1423
- export { DatePickerRangeProps }
1424
-
1425
- export { datePickerTokens }
1426
-
1427
- export { defaultValidate }
1428
-
1429
- export { DisabledProps }
1430
-
1431
- // @public
1432
- export const Divider: FunctionComponent<PropsType< {
1433
- view: {
1434
- default: PolymorphicClassName;
1435
- dark: PolymorphicClassName;
1436
- light: PolymorphicClassName;
1437
- inverse: PolymorphicClassName;
1438
- };
1439
- size: {
1440
- m: PolymorphicClassName;
1441
- };
1442
- orientation: {
1443
- horizontal: PolymorphicClassName;
1444
- vertical: PolymorphicClassName;
1445
- };
1446
- }> & DividerProps & RefAttributes<HTMLDivElement>>;
1447
-
1448
- export { DividerProps }
1449
-
1450
- export { dividerTokens }
1451
-
1452
- // @public
1453
- export const Drawer: FunctionComponent<PropsType< {
1454
- view: {
1455
- default: PolymorphicClassName;
1456
- };
1457
- size: {
1458
- m: PolymorphicClassName;
1459
- };
1460
- borderRadius: {
1461
- none: PolymorphicClassName;
1462
- default: PolymorphicClassName;
1463
- };
1464
- }> & PopupBaseProps & PanelProps & {
1465
- placement?: "top" | "right" | "bottom" | "left" | undefined;
1466
- asModal?: boolean | undefined;
1467
- withBlur?: boolean | undefined;
1468
- closeOnEsc?: boolean | undefined;
1469
- closeOnOverlayClick?: boolean | undefined;
1470
- onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined;
1471
- onOverlayClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1472
- initialFocusRef?: RefObject<HTMLElement> | undefined;
1473
- focusAfterRef?: RefObject<HTMLElement> | undefined;
1474
- onClose?: (() => void) | undefined;
1475
- } & RefAttributes<HTMLDivElement>>;
1476
-
1477
- // @public
1478
- export const DrawerContent: FunctionComponent<PropsType<Variants> & {
1479
- view?: string | undefined;
1480
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1481
-
1482
- export { DrawerContentProps }
1483
-
1484
- // @public
1485
- export const DrawerFooter: FunctionComponent<PropsType<Variants> & {
1486
- view?: string | undefined;
1487
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1488
-
1489
- export { DrawerFooterProps }
1490
-
1491
- // @public
1492
- export const DrawerHeader: FunctionComponent<PropsType<Variants> & {
1493
- hasClose?: boolean | undefined;
1494
- closePlacement?: "right" | "left" | undefined;
1495
- actions?: ReactNode;
1496
- onClose?: (() => void) | undefined;
1497
- view?: string | undefined;
1498
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1499
-
1500
- export { DrawerHeaderProps }
1501
-
1502
- export { DrawerProps }
1503
-
1504
- // @public (undocumented)
1505
- export const Dropdown: FunctionComponent<PropsType< {
1506
- size: {
1507
- xs: PolymorphicClassName;
1508
- s: PolymorphicClassName;
1509
- m: PolymorphicClassName;
1510
- l: PolymorphicClassName;
1511
- };
1512
- view: {
1513
- default: PolymorphicClassName;
1514
- };
1515
- }> & DropdownProps & RefAttributes<HTMLDivElement>>;
1516
-
1517
- // @public (undocumented)
1518
- export const DropdownItem: React_2.ForwardRefExoticComponent<DropdownItemProps & React_2.RefAttributes<HTMLDivElement>>;
1519
-
1520
- export { DropdownItemProps }
1521
-
1522
- export { DropdownItemType }
1523
-
1524
- // @public (undocumented)
1525
- export const DropdownList: StyledComponent<"ul", any, {}, never>;
1526
-
1527
- export { DropdownNodeType }
1528
-
1529
- // @public (undocumented)
1530
- export const DropdownPopup: React_2.ForwardRefExoticComponent<DropdownPopupProps & React_2.RefAttributes<HTMLDivElement>>;
1531
-
1532
- export { DropdownPopupProps }
1533
-
1534
- export { DropdownProps }
1535
-
1536
- // @public (undocumented)
1537
- export const DsplL: FunctionComponent<PropsType< {
1538
- size: {
1539
- l: PolymorphicClassName;
1540
- };
1541
- }> & {
1542
- breakWord?: boolean | undefined;
1543
- color?: string | undefined;
1544
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1545
-
1546
- // @public (undocumented)
1547
- export const DsplM: FunctionComponent<PropsType< {
1548
- size: {
1549
- m: PolymorphicClassName;
1550
- };
1551
- }> & {
1552
- breakWord?: boolean | undefined;
1553
- color?: string | undefined;
1554
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1555
-
1556
- // @public (undocumented)
1557
- export const DsplS: FunctionComponent<PropsType< {
1558
- size: {
1559
- s: PolymorphicClassName;
1560
- };
1561
- }> & {
1562
- breakWord?: boolean | undefined;
1563
- color?: string | undefined;
1564
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1565
-
1566
- // @public (undocumented)
1567
- export const Editable: FunctionComponent<PropsType< {
1568
- view: {
1569
- default: PolymorphicClassName;
1570
- };
1571
- size: {
1572
- m: PolymorphicClassName;
1573
- };
1574
- }> & EditableProps<TypographyVariants> & RefAttributes<HTMLInputElement>>;
1575
-
1576
- export { ElasticGrid }
1577
-
1578
- export { ElasticGridProps }
1579
-
1580
- // @public (undocumented)
1581
- export const EmptyState: FunctionComponent<PropsType< {
1582
- size: {
1583
- l: PolymorphicClassName;
1584
- m: PolymorphicClassName;
1585
- s: PolymorphicClassName;
1586
- xs: PolymorphicClassName;
1587
- };
1588
- }> & Props & RefAttributes<HTMLDivElement>>;
1589
-
1590
- export { extractTextFrom }
1591
-
1592
- export { FocusProps }
1593
-
1594
- // @public (undocumented)
1595
- export const Footnote1: FunctionComponent<PropsType< {
1596
- size: {
1597
- footnote1: PolymorphicClassName;
1598
- };
1599
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1600
-
1601
- // @public (undocumented)
1602
- export const Footnote2: FunctionComponent<PropsType< {
1603
- size: {
1604
- footnote2: PolymorphicClassName;
1605
- };
1606
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1607
-
1608
- export { formatCurrency }
1609
-
1610
- export { gridBreakpoints }
1611
-
1612
- export { gridColumns }
1613
-
1614
- export { gridGutters }
1615
-
1616
- export { gridMargins }
1617
-
1618
- export { gridSizes }
1619
-
1620
- // @public (undocumented)
1621
- export const H1: FunctionComponent<PropsType< {
1622
- size: {
1623
- h1: PolymorphicClassName;
1624
- };
1625
- }> & {
1626
- breakWord?: boolean | undefined;
1627
- color?: string | undefined;
1628
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1629
-
1630
- // @public (undocumented)
1631
- export const H2: FunctionComponent<PropsType< {
1632
- size: {
1633
- h2: PolymorphicClassName;
1634
- };
1635
- }> & {
1636
- breakWord?: boolean | undefined;
1637
- color?: string | undefined;
1638
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1639
-
1640
- // @public (undocumented)
1641
- export const H3: FunctionComponent<PropsType< {
1642
- size: {
1643
- h3: PolymorphicClassName;
1644
- };
1645
- }> & {
1646
- breakWord?: boolean | undefined;
1647
- color?: string | undefined;
1648
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1649
-
1650
- // @public (undocumented)
1651
- export const H4: FunctionComponent<PropsType< {
1652
- size: {
1653
- h4: PolymorphicClassName;
1654
- };
1655
- }> & {
1656
- breakWord?: boolean | undefined;
1657
- color?: string | undefined;
1658
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1659
-
1660
- // @public (undocumented)
1661
- export const H5: FunctionComponent<PropsType< {
1662
- size: {
1663
- h5: PolymorphicClassName;
1664
- };
1665
- }> & {
1666
- breakWord?: boolean | undefined;
1667
- color?: string | undefined;
1668
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1669
-
1670
- // @public (undocumented)
1671
- export const Headline1: FunctionComponent<PropsType< {
1672
- size: {
1673
- headline1: PolymorphicClassName;
1674
- };
1675
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1676
-
1677
- // @public (undocumented)
1678
- export const Headline2: FunctionComponent<PropsType< {
1679
- size: {
1680
- headline2: PolymorphicClassName;
1681
- };
1682
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1683
-
1684
- // @public (undocumented)
1685
- export const Headline3: FunctionComponent<PropsType< {
1686
- size: {
1687
- headline3: PolymorphicClassName;
1688
- };
1689
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1690
-
1691
- // @public (undocumented)
1692
- export const Headline4: FunctionComponent<PropsType< {
1693
- size: {
1694
- headline4: PolymorphicClassName;
1695
- };
1696
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1697
-
1698
- // @public (undocumented)
1699
- export const Headline5: FunctionComponent<PropsType< {
1700
- size: {
1701
- headline5: PolymorphicClassName;
1702
- };
1703
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1704
-
1705
- // @public
1706
- export const IconButton: FunctionComponent<PropsType< {
1707
- view: {
1708
- default: PolymorphicClassName;
1709
- accent: PolymorphicClassName;
1710
- secondary: PolymorphicClassName;
1711
- clear: PolymorphicClassName;
1712
- success: PolymorphicClassName;
1713
- warning: PolymorphicClassName;
1714
- critical: PolymorphicClassName;
1715
- dark: PolymorphicClassName;
1716
- black: PolymorphicClassName;
1717
- white: PolymorphicClassName;
1718
- };
1719
- size: {
1720
- l: PolymorphicClassName;
1721
- lr: PolymorphicClassName;
1722
- m: PolymorphicClassName;
1723
- mr: PolymorphicClassName;
1724
- s: PolymorphicClassName;
1725
- sr: PolymorphicClassName;
1726
- xs: PolymorphicClassName;
1727
- xsr: PolymorphicClassName;
1728
- };
1729
- disabled: {
1730
- true: PolymorphicClassName;
1731
- };
1732
- focused: {
1733
- true: PolymorphicClassName;
1734
- };
1735
- }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1736
- text?: string | undefined;
1737
- contentLeft?: ReactNode;
1738
- contentPlacing?: ("default" | "relaxed") | undefined;
1739
- isLoading?: boolean | undefined;
1740
- loader?: ReactNode;
1741
- stretch?: boolean | undefined;
1742
- stretching?: ("auto" | "fixed" | "filled") | undefined;
1743
- square?: boolean | undefined;
1744
- focused?: boolean | undefined;
1745
- disabled?: boolean | undefined;
1746
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1747
- view?: string | undefined;
1748
- size?: string | undefined;
1749
- outlined?: boolean | undefined;
1750
- shiftLeft?: boolean | undefined;
1751
- shiftRight?: boolean | undefined;
1752
- blur?: "small" | "medium" | "large" | undefined;
1753
- } & {
1754
- value?: string | number | undefined;
1755
- contentRight?: undefined;
1756
- } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1757
- text?: string | undefined;
1758
- contentLeft?: ReactNode;
1759
- contentPlacing?: ("default" | "relaxed") | undefined;
1760
- isLoading?: boolean | undefined;
1761
- loader?: ReactNode;
1762
- stretch?: boolean | undefined;
1763
- stretching?: ("auto" | "fixed" | "filled") | undefined;
1764
- square?: boolean | undefined;
1765
- focused?: boolean | undefined;
1766
- disabled?: boolean | undefined;
1767
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1768
- view?: string | undefined;
1769
- size?: string | undefined;
1770
- outlined?: boolean | undefined;
1771
- shiftLeft?: boolean | undefined;
1772
- shiftRight?: boolean | undefined;
1773
- blur?: "small" | "medium" | "large" | undefined;
1774
- } & {
1775
- value?: undefined;
1776
- contentRight?: ReactNode;
1777
- } & RefAttributes<HTMLButtonElement>))>;
1778
-
1779
- // @public
1780
- const Image_2: FunctionComponent<PropsType<Variants> & ImgHTMLAttributes<HTMLImageElement> & {
1781
- base?: "img" | "div" | undefined;
1782
- 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;
1783
- customRatio?: string | undefined;
1784
- } & RefAttributes<HTMLDivElement>>;
1785
- export { Image_2 as Image }
1786
-
1787
- export { ImageProps }
1788
-
1789
- // @public (undocumented)
1790
- export const Indicator: FunctionComponent<PropsType< {
1791
- view: {
1792
- default: PolymorphicClassName;
1793
- accent: PolymorphicClassName;
1794
- inactive: PolymorphicClassName;
1795
- positive: PolymorphicClassName;
1796
- warning: PolymorphicClassName;
1797
- negative: PolymorphicClassName;
1798
- black: PolymorphicClassName;
1799
- white: PolymorphicClassName;
1800
- };
1801
- size: {
1802
- l: PolymorphicClassName;
1803
- m: PolymorphicClassName;
1804
- s: PolymorphicClassName;
1805
- };
1806
- }> & HTMLAttributes<HTMLDivElement> & {
1807
- size: string;
1808
- view: string;
1809
- } & RefAttributes<HTMLDivElement>>;
1810
-
1811
- export { IndicatorProps }
1812
-
1813
- export { InputHTMLAttributes }
1814
-
1815
- // @public
1816
- export const LineSkeleton: FunctionComponent<PropsType< {
1817
- size: {
1818
- body1: PolymorphicClassName;
1819
- body2: PolymorphicClassName;
1820
- body3: PolymorphicClassName;
1821
- button1: PolymorphicClassName;
1822
- button2: PolymorphicClassName;
1823
- caption: PolymorphicClassName;
1824
- display1: PolymorphicClassName;
1825
- display2: PolymorphicClassName;
1826
- display3: PolymorphicClassName;
1827
- footnote1: PolymorphicClassName;
1828
- footnote2: PolymorphicClassName;
1829
- headline1: PolymorphicClassName;
1830
- headline2: PolymorphicClassName;
1831
- headline3: PolymorphicClassName;
1832
- headline4: PolymorphicClassName;
1833
- paragraph1: PolymorphicClassName;
1834
- paragraph2: PolymorphicClassName;
1835
- underline: PolymorphicClassName;
1836
- bodyL: PolymorphicClassName;
1837
- bodyM: PolymorphicClassName;
1838
- bodyS: PolymorphicClassName;
1839
- bodyXS: PolymorphicClassName;
1840
- bodyXXS: PolymorphicClassName;
1841
- dsplL: PolymorphicClassName;
1842
- dsplM: PolymorphicClassName;
1843
- dsplS: PolymorphicClassName;
1844
- h1: PolymorphicClassName;
1845
- h2: PolymorphicClassName;
1846
- h3: PolymorphicClassName;
1847
- h4: PolymorphicClassName;
1848
- h5: PolymorphicClassName;
1849
- textL: PolymorphicClassName;
1850
- textM: PolymorphicClassName;
1851
- textS: PolymorphicClassName;
1852
- textXS: PolymorphicClassName;
1853
- };
1854
- }> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
1855
- customGradientColor?: string | undefined;
1856
- roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
1857
- } & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement>>;
1858
-
1859
- export { LineSkeletonProps }
1860
-
1861
- // @public
1862
- export const Link: FunctionComponent<PropsType< {
1863
- view: {
1864
- default: PolymorphicClassName;
1865
- primary: PolymorphicClassName;
1866
- secondary: PolymorphicClassName;
1867
- tertiary: PolymorphicClassName;
1868
- paragraph: PolymorphicClassName;
1869
- accent: PolymorphicClassName;
1870
- positive: PolymorphicClassName;
1871
- warning: PolymorphicClassName;
1872
- negative: PolymorphicClassName;
1873
- clear: PolymorphicClassName;
1874
- };
1875
- disabled: {
1876
- true: PolymorphicClassName;
1877
- };
1878
- focused: {
1879
- true: PolymorphicClassName;
1880
- };
1881
- }> & AnchorHTMLAttributes<HTMLAnchorElement> & LinkCustomProps & RefAttributes<HTMLAnchorElement>>;
1882
-
1883
- export { List }
1884
-
1885
- export { ListItem }
1886
-
1887
- // @public (undocumented)
1888
- export const Mask: ForwardRefExoticComponent<(TextFieldProps_4 & MaskProps) & RefAttributes<HTMLInputElement>>;
1889
-
1890
- export { MaxLinesProps }
1891
-
1892
- export { mediaQuery }
1893
-
1894
- export { MediaQueryFunction }
1895
-
1896
- export { Modal }
1897
-
1898
- // @public
1899
- export const ModalBase: ForwardRefExoticComponent<ModalBaseProps & RefAttributes<HTMLDivElement>>;
1900
-
1901
- export { modalBaseClasses }
1902
-
1903
- export { ModalBaseProps }
1904
-
1905
- export { ModalProps }
1906
-
1907
- export { ModalsProvider }
1908
-
1909
- export { ModalView }
1910
-
1911
- export { monthLongName }
1912
-
1913
- export { monthShortName }
1914
-
1915
- // @public (undocumented)
1916
- const Notification_2: React_2.FunctionComponent<PropsType< {
1917
- view: {
1918
- default: PolymorphicClassName;
1919
- };
1920
- layout: {
1921
- horizontal: PolymorphicClassName;
1922
- vertical: PolymorphicClassName;
1923
- };
1924
- size: {
1925
- xs: PolymorphicClassName;
1926
- xxs: PolymorphicClassName;
1927
- };
1928
- }> & NotificationProps & React_2.RefAttributes<HTMLDivElement>>;
1929
- export { Notification_2 as Notification }
1930
-
1931
- export { NotificationIconPlacement }
1932
-
1933
- export { NotificationLayout }
1934
-
1935
- export { NotificationProps }
1936
-
1937
- // @public (undocumented)
1938
- export const NotificationsProvider: React_2.FC<{
1939
- children: ReactNode;
1940
- frame?: string;
1941
- }>;
1942
-
1943
- export { OutlinedProps }
1944
-
1945
- export { Overlay }
1946
-
1947
- export { OverlayProps }
1948
-
1949
- // @public (undocumented)
1950
- export const P1: FunctionComponent<PropsType< {
1951
- size: {
1952
- paragraph1: PolymorphicClassName;
1953
- };
1954
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1955
-
1956
- // @public (undocumented)
1957
- export const P2: FunctionComponent<PropsType< {
1958
- size: {
1959
- paragraph2: PolymorphicClassName;
1960
- };
1961
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1962
-
1963
- export { padZeroNumber }
1964
-
1965
- // @public
1966
- export const Pagination: FunctionComponent<PropsType< {
1967
- view: {
1968
- default: PolymorphicClassName;
1969
- secondary: PolymorphicClassName;
1970
- clear: PolymorphicClassName;
1971
- primary: PolymorphicClassName;
1972
- };
1973
- viewCurrentPage: {
1974
- default: PolymorphicClassName;
1975
- secondary: PolymorphicClassName;
1976
- clear: PolymorphicClassName;
1977
- primary: PolymorphicClassName;
1978
- };
1979
- size: {
1980
- l: PolymorphicClassName;
1981
- m: PolymorphicClassName;
1982
- s: PolymorphicClassName;
1983
- xs: PolymorphicClassName;
1984
- };
1985
- type: {
1986
- compact: PolymorphicClassName;
1987
- default: PolymorphicClassName;
1988
- };
1989
- }> & PaginationProps & RefAttributes<HTMLDivElement>>;
1990
-
1991
- export { PaginationDot }
1992
-
1993
- export { PaginationDotProps }
1994
-
1995
- export { PaginationDots }
1996
-
1997
- export { PaginationProps }
1998
-
1999
- // @public (undocumented)
2000
- export const ParagraphText1: FunctionComponent<PropsType< {
2001
- size: {
2002
- paragraphText1: PolymorphicClassName;
2003
- };
2004
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2005
-
2006
- // @public (undocumented)
2007
- export const ParagraphText2: FunctionComponent<PropsType< {
2008
- size: {
2009
- paragraphText2: PolymorphicClassName;
2010
- };
2011
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2012
-
2013
- export { PickOptional }
2014
-
2015
- export { PinProps }
2016
-
2017
- // @public (undocumented)
2018
- export const Popover: FunctionComponent<PropsType< {
2019
- view: {
2020
- default: PolymorphicClassName;
2021
- };
2022
- }> & HTMLAttributes<HTMLDivElement> & CustomPopoverProps & RefAttributes<HTMLDivElement>>;
2023
-
2024
- export { PopoverPlacement }
2025
-
2026
- export { PopoverProps }
2027
-
2028
- export { PopoverTrigger }
2029
-
2030
- export { Popup }
2031
-
2032
- // @public
2033
- export const PopupBase: ForwardRefExoticComponent<PopupBaseProps & RefAttributes<HTMLDivElement>>;
2034
-
2035
- export { popupBaseClasses }
2036
-
2037
- export { PopupBasePlacement }
2038
-
2039
- export { PopupBaseProps }
2040
-
2041
- export { PopupBaseProvider }
2042
-
2043
- export { PopupInfo }
2044
-
2045
- export { PopupProps }
2046
-
2047
- export { Portal }
2048
-
2049
- export { PortalProps }
2050
-
2051
- export { PreviewGallery }
2052
-
2053
- export { PreviewGalleryItemProps }
2054
-
2055
- export { PreviewGalleryProps }
2056
-
2057
- // @public
2058
- export const Price: FunctionComponent<PropsType< {
2059
- view: {};
2060
- }> & PriceProps & RefAttributes<HTMLSpanElement>>;
2061
-
2062
- export { priceClasses }
2063
-
2064
- // @public (undocumented)
2065
- export const Progress: FunctionComponent<PropsType< {
2066
- view: {
2067
- default: PolymorphicClassName;
2068
- secondary: PolymorphicClassName;
2069
- primary: PolymorphicClassName;
2070
- accent: PolymorphicClassName;
2071
- success: PolymorphicClassName;
2072
- warning: PolymorphicClassName;
2073
- error: PolymorphicClassName;
2074
- };
2075
- size: {
2076
- m: PolymorphicClassName;
2077
- };
2078
- }> & ProgressProps & RefAttributes<HTMLDivElement>>;
2079
-
2080
- export { ProgressProps }
2081
-
2082
- // @public
2083
- export const Radiobox: FunctionComponent<PropsType< {
2084
- size: {
2085
- s: PolymorphicClassName;
2086
- m: PolymorphicClassName;
2087
- };
2088
- view: {
2089
- default: PolymorphicClassName;
2090
- primary: PolymorphicClassName;
2091
- secondary: PolymorphicClassName;
2092
- tertiary: PolymorphicClassName;
2093
- paragraph: PolymorphicClassName;
2094
- accent: PolymorphicClassName;
2095
- positive: PolymorphicClassName;
2096
- warning: PolymorphicClassName;
2097
- negative: PolymorphicClassName;
2098
- };
2099
- disabled: {
2100
- true: PolymorphicClassName;
2101
- };
2102
- focused: {
2103
- true: PolymorphicClassName;
2104
- };
2105
- }> & Filter<InputHTMLAttributes_2<HTMLInputElement>, "size"> & Omit<BaseboxProps, "indeterminate"> & RefAttributes<HTMLInputElement>>;
2106
-
2107
- // Warning: (ae-forgotten-export) The symbol "RadioboxComponent" needs to be exported by the entry point index.d.ts
2108
- //
2109
- // @public (undocumented)
2110
- export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
2111
-
2112
- export { RadioGroup }
2113
-
2114
- export { radiuses }
2115
-
2116
- // @public
2117
- const Range_2: FunctionComponent<PropsType< {
2118
- view: {
2119
- default: PolymorphicClassName;
2120
- };
2121
- size: {
2122
- l: PolymorphicClassName;
2123
- m: PolymorphicClassName;
2124
- s: PolymorphicClassName;
2125
- xs: PolymorphicClassName;
2126
- };
2127
- disabled: {
2128
- true: PolymorphicClassName;
2129
- };
2130
- readOnly: {
2131
- true: PolymorphicClassName;
2132
- };
2133
- }> & (({
2134
- label?: string | undefined;
2135
- leftHelper?: string | undefined;
2136
- contentLeft?: ReactNode;
2137
- contentRight?: ReactNode;
2138
- firstValue?: TextfieldPrimitiveValue | undefined;
2139
- secondValue?: TextfieldPrimitiveValue | undefined;
2140
- firstValueError?: boolean | undefined;
2141
- secondValueError?: boolean | undefined;
2142
- firstValueSuccess?: boolean | undefined;
2143
- secondValueSuccess?: boolean | undefined;
2144
- firstPlaceholder?: string | undefined;
2145
- secondPlaceholder?: string | undefined;
2146
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2147
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2148
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2149
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2150
- firstTextfieldTextAfter?: string | undefined;
2151
- secondTextfieldTextAfter?: string | undefined;
2152
- view?: string | undefined;
2153
- size?: string | undefined;
2154
- readOnly?: boolean | undefined;
2155
- disabled?: boolean | undefined;
2156
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
2157
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
2158
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
2159
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
2160
- onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2161
- onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2162
- onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2163
- onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2164
- } & {
2165
- firstTextfieldTextBefore: string;
2166
- secondTextfieldTextBefore: string;
2167
- dividerVariant?: "none" | undefined;
2168
- dividerIcon?: undefined;
2169
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
2170
- label?: string | undefined;
2171
- leftHelper?: string | undefined;
2172
- contentLeft?: ReactNode;
2173
- contentRight?: ReactNode;
2174
- firstValue?: TextfieldPrimitiveValue | undefined;
2175
- secondValue?: TextfieldPrimitiveValue | undefined;
2176
- firstValueError?: boolean | undefined;
2177
- secondValueError?: boolean | undefined;
2178
- firstValueSuccess?: boolean | undefined;
2179
- secondValueSuccess?: boolean | undefined;
2180
- firstPlaceholder?: string | undefined;
2181
- secondPlaceholder?: string | undefined;
2182
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2183
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2184
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2185
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2186
- firstTextfieldTextAfter?: string | undefined;
2187
- secondTextfieldTextAfter?: string | undefined;
2188
- view?: string | undefined;
2189
- size?: string | undefined;
2190
- readOnly?: boolean | undefined;
2191
- disabled?: boolean | undefined;
2192
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
2193
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
2194
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
2195
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
2196
- onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2197
- onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2198
- onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2199
- onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2200
- } & {
2201
- dividerVariant?: "dash" | undefined;
2202
- dividerIcon?: undefined;
2203
- firstTextfieldTextBefore?: string | undefined;
2204
- secondTextfieldTextBefore?: string | undefined;
2205
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
2206
- label?: string | undefined;
2207
- leftHelper?: string | undefined;
2208
- contentLeft?: ReactNode;
2209
- contentRight?: ReactNode;
2210
- firstValue?: TextfieldPrimitiveValue | undefined;
2211
- secondValue?: TextfieldPrimitiveValue | undefined;
2212
- firstValueError?: boolean | undefined;
2213
- secondValueError?: boolean | undefined;
2214
- firstValueSuccess?: boolean | undefined;
2215
- secondValueSuccess?: boolean | undefined;
2216
- firstPlaceholder?: string | undefined;
2217
- secondPlaceholder?: string | undefined;
2218
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2219
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2220
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2221
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2222
- firstTextfieldTextAfter?: string | undefined;
2223
- secondTextfieldTextAfter?: string | undefined;
2224
- view?: string | undefined;
2225
- size?: string | undefined;
2226
- readOnly?: boolean | undefined;
2227
- disabled?: boolean | undefined;
2228
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
2229
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
2230
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
2231
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
2232
- onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2233
- onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2234
- onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2235
- onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
2236
- } & {
2237
- dividerIcon?: ReactNode;
2238
- dividerVariant?: "icon" | undefined;
2239
- firstTextfieldTextBefore?: string | undefined;
2240
- secondTextfieldTextBefore?: string | undefined;
2241
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>))>;
2242
- export { Range_2 as Range }
2243
-
2244
- export { RangeProps }
2245
-
2246
- export { rangeTokens }
2247
-
2248
- export { Ratio }
2249
-
2250
- export { RectSkeleton }
2251
-
2252
- export { RectSkeletonProps }
2253
-
2254
- export { Roundness }
2255
-
2256
- export { RoundnessProps }
2257
-
2258
- export { Row }
2259
-
2260
- export { ScreenConfig }
2261
-
2262
- export { ScreenMap }
2263
-
2264
- export { ScreenVariant }
2265
-
2266
- export { ScrollSnapProps }
2267
-
2268
- // @public
2269
- export const SegmentGroup: FunctionComponent<PropsType< {
2270
- view: {
2271
- clear: PolymorphicClassName;
2272
- filled: PolymorphicClassName;
2273
- };
2274
- size: {
2275
- xs: PolymorphicClassName;
2276
- s: PolymorphicClassName;
2277
- m: PolymorphicClassName;
2278
- l: PolymorphicClassName;
2279
- };
2280
- disabled: {
2281
- true: PolymorphicClassName;
2282
- };
2283
- pilled: {
2284
- true: PolymorphicClassName;
2285
- };
2286
- filledBackground: {
2287
- true: PolymorphicClassName;
2288
- };
2289
- stretch: {
2290
- true: PolymorphicClassName;
2291
- };
2292
- }> & HTMLAttributes<HTMLDivElement> & {
2293
- selectionMode?: "multiple" | "single" | undefined;
2294
- disabled?: boolean | undefined;
2295
- stretch?: boolean | undefined;
2296
- pilled?: boolean | undefined;
2297
- filledBackground?: boolean | undefined;
2298
- size?: string | undefined;
2299
- view?: string | undefined;
2300
- } & RefAttributes<HTMLDivElement>>;
2301
-
2302
- export { SegmentGroupProps }
2303
-
2304
- // @public
2305
- export const SegmentItem: FunctionComponent<PropsType< {
2306
- view: {
2307
- clear: PolymorphicClassName;
2308
- default: PolymorphicClassName;
2309
- secondary: PolymorphicClassName;
2310
- };
2311
- size: {
2312
- xs: PolymorphicClassName;
2313
- s: PolymorphicClassName;
2314
- m: PolymorphicClassName;
2315
- l: PolymorphicClassName;
2316
- };
2317
- disabled: {
2318
- true: PolymorphicClassName;
2319
- };
2320
- pilled: {
2321
- true: PolymorphicClassName;
2322
- };
2323
- }> & ButtonHTMLAttributes<HTMLButtonElement> & {
2324
- value: string;
2325
- id?: string | undefined;
2326
- label?: ReactNode;
2327
- pilled?: boolean | undefined;
2328
- customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
2329
- size?: string | undefined;
2330
- view?: string | undefined;
2331
- } & RefAttributes<HTMLLabelElement>>;
2332
-
2333
- export { SegmentItemProps }
2334
-
2335
- export { SegmentProvider }
2336
-
2337
- export { SegmentProviderProps }
2338
-
2339
- // @public (undocumented)
2340
- export const Select: FunctionComponent<PropsType< {
2341
- size: {
2342
- xs: PolymorphicClassName;
2343
- s: PolymorphicClassName;
2344
- m: PolymorphicClassName;
2345
- l: PolymorphicClassName;
2346
- };
2347
- view: {
2348
- default: PolymorphicClassName;
2349
- positive: PolymorphicClassName;
2350
- warning: PolymorphicClassName;
2351
- negative: PolymorphicClassName;
2352
- accent: PolymorphicClassName;
2353
- secondary: PolymorphicClassName;
2354
- clear: PolymorphicClassName;
2355
- dark: PolymorphicClassName;
2356
- black: PolymorphicClassName;
2357
- white: PolymorphicClassName;
2358
- };
2359
- chipView: {
2360
- default: PolymorphicClassName;
2361
- secondary: PolymorphicClassName;
2362
- accent: PolymorphicClassName;
2363
- };
2364
- }> & (({
2365
- target?: "textfield-like" | undefined;
2366
- view?: "default" | "positive" | "warning" | "negative" | undefined;
2367
- contentLeft?: ReactNode;
2368
- labelPlacement?: "outer" | "inner" | undefined;
2369
- placeholder?: string | undefined;
2370
- helperText?: string | undefined;
2371
- } & {
2372
- multiselect?: false | undefined;
2373
- separator?: undefined;
2374
- } & {
2375
- value: any;
2376
- onChange?: ((value: any) => void) | undefined;
2377
- listOverflow?: Property.Overflow | undefined;
2378
- listHeight?: Property.Height<string | number> | undefined;
2379
- status?: "warning" | "success" | "error" | undefined;
2380
- placeholder?: string | undefined;
2381
- helperText?: string | undefined;
2382
- disabled?: boolean | undefined;
2383
- items?: MergedDropdownNode[] | undefined;
2384
- onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2385
- hasItems?: boolean | undefined;
2386
- children?: undefined;
2387
- isOpen?: boolean | undefined;
2388
- isTargetAmount?: boolean | undefined;
2389
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2390
- placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2391
- label?: string | undefined;
2392
- onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2393
- variant?: "normal" | "tight" | undefined;
2394
- listWidth?: Property.Width<string | number> | undefined;
2395
- portal?: string | RefObject<HTMLElement> | undefined;
2396
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2397
- renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2398
- closeAfterSelect?: boolean | undefined;
2399
- size?: string | undefined;
2400
- view?: string | undefined;
2401
- chipView?: string | undefined;
2402
- } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2403
- target?: "textfield-like" | undefined;
2404
- view?: "default" | "positive" | "warning" | "negative" | undefined;
2405
- contentLeft?: ReactNode;
2406
- labelPlacement?: "outer" | "inner" | undefined;
2407
- placeholder?: string | undefined;
2408
- helperText?: string | undefined;
2409
- } & {
2410
- multiselect?: true | undefined;
2411
- separator?: string | undefined;
2412
- } & {
2413
- value: any;
2414
- onChange?: ((value: any) => void) | undefined;
2415
- listOverflow?: Property.Overflow | undefined;
2416
- listHeight?: Property.Height<string | number> | undefined;
2417
- status?: "warning" | "success" | "error" | undefined;
2418
- placeholder?: string | undefined;
2419
- helperText?: string | undefined;
2420
- disabled?: boolean | undefined;
2421
- items?: MergedDropdownNode[] | undefined;
2422
- onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2423
- hasItems?: boolean | undefined;
2424
- children?: undefined;
2425
- isOpen?: boolean | undefined;
2426
- isTargetAmount?: boolean | undefined;
2427
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2428
- placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2429
- label?: string | undefined;
2430
- onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2431
- variant?: "normal" | "tight" | undefined;
2432
- listWidth?: Property.Width<string | number> | undefined;
2433
- portal?: string | RefObject<HTMLElement> | undefined;
2434
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2435
- renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2436
- closeAfterSelect?: boolean | undefined;
2437
- size?: string | undefined;
2438
- view?: string | undefined;
2439
- chipView?: string | undefined;
2440
- } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2441
- target?: "button-like" | undefined;
2442
- view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
2443
- contentLeft?: undefined;
2444
- labelPlacement?: undefined;
2445
- placeholder?: undefined;
2446
- helperText?: undefined;
2447
- } & {
2448
- multiselect?: false | undefined;
2449
- separator?: undefined;
2450
- } & {
2451
- value: any;
2452
- onChange?: ((value: any) => void) | undefined;
2453
- listOverflow?: Property.Overflow | undefined;
2454
- listHeight?: Property.Height<string | number> | undefined;
2455
- status?: "warning" | "success" | "error" | undefined;
2456
- placeholder?: string | undefined;
2457
- helperText?: string | undefined;
2458
- disabled?: boolean | undefined;
2459
- items?: MergedDropdownNode[] | undefined;
2460
- onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2461
- hasItems?: boolean | undefined;
2462
- children?: undefined;
2463
- isOpen?: boolean | undefined;
2464
- isTargetAmount?: boolean | undefined;
2465
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2466
- placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2467
- label?: string | undefined;
2468
- onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2469
- variant?: "normal" | "tight" | undefined;
2470
- listWidth?: Property.Width<string | number> | undefined;
2471
- portal?: string | RefObject<HTMLElement> | undefined;
2472
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2473
- renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2474
- closeAfterSelect?: boolean | undefined;
2475
- size?: string | undefined;
2476
- view?: string | undefined;
2477
- chipView?: string | undefined;
2478
- } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>) | ({
2479
- target?: "button-like" | undefined;
2480
- view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
2481
- contentLeft?: undefined;
2482
- labelPlacement?: undefined;
2483
- placeholder?: undefined;
2484
- helperText?: undefined;
2485
- } & {
2486
- multiselect?: true | undefined;
2487
- separator?: string | undefined;
2488
- } & {
2489
- value: any;
2490
- onChange?: ((value: any) => void) | undefined;
2491
- listOverflow?: Property.Overflow | undefined;
2492
- listHeight?: Property.Height<string | number> | undefined;
2493
- status?: "warning" | "success" | "error" | undefined;
2494
- placeholder?: string | undefined;
2495
- helperText?: string | undefined;
2496
- disabled?: boolean | undefined;
2497
- items?: MergedDropdownNode[] | undefined;
2498
- onItemSelect?: ((e: MergedDropdownNode, event: SyntheticEvent<Element, Event>) => void) | undefined;
2499
- hasItems?: boolean | undefined;
2500
- children?: undefined;
2501
- isOpen?: boolean | undefined;
2502
- isTargetAmount?: boolean | undefined;
2503
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => ReactNode) | undefined;
2504
- placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
2505
- label?: string | undefined;
2506
- onScrollBottom?: ((e: UIEvent_2<HTMLUListElement, UIEvent>) => void) | undefined;
2507
- variant?: "normal" | "tight" | undefined;
2508
- listWidth?: Property.Width<string | number> | undefined;
2509
- portal?: string | RefObject<HTMLElement> | undefined;
2510
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
2511
- renderItem?: ((item: MergedDropdownNode) => ReactNode) | undefined;
2512
- closeAfterSelect?: boolean | undefined;
2513
- size?: string | undefined;
2514
- view?: string | undefined;
2515
- chipView?: string | undefined;
2516
- } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & RefAttributes<HTMLButtonElement>))>;
2517
-
2518
- export { SelectGroup }
2519
-
2520
- export { SelectProps }
2521
-
2522
- export { SelectPropsHope }
2523
-
2524
- export { selectText }
2525
-
2526
- export { setRef }
2527
-
2528
- export { shadows }
2529
-
2530
- // @public
2531
- export const Sheet: FunctionComponent<PropsType< {
2532
- view: {
2533
- default: PolymorphicClassName;
2534
- };
2535
- }> & SheetProps & RefAttributes<HTMLDivElement>>;
2536
-
2537
- export { sheetClasses }
2538
-
2539
- export { SheetProps }
2540
-
2541
- export { ShiftProps }
2542
-
2543
- export { ShowToastArgs }
2544
-
2545
- export { SkeletonGradientProps }
2546
-
2547
- // @public
2548
- export const Slider: FunctionComponent<PropsType< {
2549
- view: {
2550
- default: PolymorphicClassName;
2551
- accent: PolymorphicClassName;
2552
- gradient: PolymorphicClassName;
2553
- };
2554
- size: {
2555
- l: PolymorphicClassName;
2556
- m: PolymorphicClassName;
2557
- s: PolymorphicClassName;
2558
- };
2559
- disabled: {
2560
- true: PolymorphicClassName;
2561
- };
2562
- }> & ((SliderBaseProps & SliderInternalProps & {
2563
- onChange?: ((event: FormTypeNumber) => void) | undefined;
2564
- name: string;
2565
- value?: undefined;
2566
- defaultValue?: number | undefined;
2567
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
2568
- onChangeCommitted?: ((value: number) => void) | undefined;
2569
- ariaLabel?: string | undefined;
2570
- showCurrentValue?: boolean | undefined;
2571
- showRangeValues?: boolean | undefined;
2572
- hideMinValueDiff?: number | undefined;
2573
- hideMaxValueDiff?: number | undefined;
2574
- rangeValuesPlacement?: "outer" | "inner" | undefined;
2575
- labelPlacement?: "outer" | "inner" | undefined;
2576
- multipleStepSize?: number | undefined;
2577
- view?: string | undefined;
2578
- size?: "m" | "s" | "l" | undefined;
2579
- type?: "single" | undefined;
2580
- } & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
2581
- onChange?: ((value: number) => void) | undefined;
2582
- value: number;
2583
- name?: undefined;
2584
- defaultValue?: undefined;
2585
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
2586
- onChangeCommitted?: ((value: number) => void) | undefined;
2587
- ariaLabel?: string | undefined;
2588
- showCurrentValue?: boolean | undefined;
2589
- showRangeValues?: boolean | undefined;
2590
- hideMinValueDiff?: number | undefined;
2591
- hideMaxValueDiff?: number | undefined;
2592
- rangeValuesPlacement?: "outer" | "inner" | undefined;
2593
- labelPlacement?: "outer" | "inner" | undefined;
2594
- multipleStepSize?: number | undefined;
2595
- view?: string | undefined;
2596
- size?: "m" | "s" | "l" | undefined;
2597
- type?: "single" | undefined;
2598
- } & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
2599
- onChange?: ((event: FormTypeString) => void) | undefined;
2600
- name?: string | undefined;
2601
- value?: undefined;
2602
- defaultValue?: number[] | undefined;
2603
- } & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
2604
- onChange?: ((values: number[]) => void) | undefined;
2605
- name?: undefined;
2606
- value?: number[] | undefined;
2607
- defaultValue?: undefined;
2608
- } & RefAttributes<HTMLDivElement>))>;
2609
-
2610
- export { SliderProps }
2611
-
2612
- export { SmartPaginationDots }
2613
-
2614
- export { SmartPaginationDotsProps }
2615
-
2616
- export { SnapAlign }
2617
-
2618
- export { SnapType }
2619
-
2620
- export { spacing }
2621
-
2622
- export { SpacingProps }
2623
-
2624
- // @public
2625
- export const Spinner: StyledComponent<FunctionComponent<SpinnerProps>, any, {}, never>;
2626
-
2627
- export { SpinnerProps }
2628
-
2629
- export { SSRProvider }
2630
-
2631
- export { StatusType }
2632
-
2633
- export { StepItemProps }
2634
-
2635
- // @public (undocumented)
2636
- export const Steps: FunctionComponent<PropsType< {
2637
- view: {
2638
- default: PolymorphicClassName;
2639
- };
2640
- size: {
2641
- l: PolymorphicClassName;
2642
- m: PolymorphicClassName;
2643
- s: PolymorphicClassName;
2644
- xs: PolymorphicClassName;
2645
- };
2646
- }> & StepsProps & Omit<HTMLAttributes<HTMLDivElement>, "onChange"> & RefAttributes<HTMLDivElement>>;
2647
-
2648
- export { StyledCard }
2649
-
2650
- export { StyledPreviewGallery }
2651
-
2652
- // @public (undocumented)
2653
- export const Subtitle: FunctionComponent<PropsType< {
2654
- size: {
2655
- m: PolymorphicClassName;
2656
- };
2657
- }> & SubtitleProps & RefAttributes<HTMLDivElement>>;
2658
-
2659
- // @public (undocumented)
2660
- export const Switch: FunctionComponent<PropsType< {
2661
- size: {
2662
- m: PolymorphicClassName;
2663
- };
2664
- view: {
2665
- default: PolymorphicClassName;
2666
- };
2667
- disabled: {
2668
- true: PolymorphicClassName;
2669
- };
2670
- focused: {
2671
- true: PolymorphicClassName;
2672
- };
2673
- }> & SwitchProps_2 & RefAttributes<HTMLInputElement>>;
2674
-
2675
- // Warning: (ae-forgotten-export) The symbol "SwitchComponent" needs to be exported by the entry point index.d.ts
2676
- //
2677
- // @public (undocumented)
2678
- export type SwitchProps = ComponentProps<typeof SwitchComponent>;
2679
-
2680
- export { syntheticFocus }
2681
-
2682
- // Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
2683
- //
2684
- // @public
2685
- export const TabItem: (props: TabItemProps) => JSX.Element;
2686
-
2687
- export { TabItemRefs }
2688
-
2689
- // Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts
2690
- //
2691
- // @public
2692
- export const Tabs: (props: TabsProps) => JSX.Element;
2693
-
2694
- export { TabsContext }
2695
-
2696
- // @public
2697
- export const TabsController: ForwardRefExoticComponent<TabsControllerProps & RefAttributes<HTMLDivElement>>;
2698
-
2699
- export { TabsControllerProps }
2700
-
2701
- // @public
2702
- export const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;
2703
-
2704
- export { TextareaHTMLAttributes }
2705
-
2706
- // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2707
- // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2708
- // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
2709
- //
2710
- // @public (undocumented)
2711
- export type TextAreaProps = TextAreaProps_2 & {
2712
- resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2713
- titleCaption?: ReactNode;
2714
- } & RequiredProps & ClearProps & HintProps;
2715
-
2716
- export { TextareaResize }
2717
-
2718
- // @public
2719
- export const TextField: React_2.ForwardRefExoticComponent<TextFieldProps & React_2.RefAttributes<HTMLInputElement>>;
2720
-
2721
- // @public
2722
- export const TextFieldGroup: FunctionComponent<PropsType< {
2723
- size: {
2724
- l: PolymorphicClassName;
2725
- m: PolymorphicClassName;
2726
- s: PolymorphicClassName;
2727
- xs: PolymorphicClassName;
2728
- };
2729
- orientation: {
2730
- horizontal: PolymorphicClassName;
2731
- vertical: PolymorphicClassName;
2732
- };
2733
- gap: {
2734
- none: PolymorphicClassName;
2735
- dense: PolymorphicClassName;
2736
- wide: PolymorphicClassName;
2737
- };
2738
- shape: {
2739
- segmented: PolymorphicClassName;
2740
- default: PolymorphicClassName;
2741
- };
2742
- stretching: {
2743
- auto: PolymorphicClassName;
2744
- filled: PolymorphicClassName;
2745
- };
2746
- }> & ((HTMLAttributes<HTMLDivElement> & {
2747
- orientation?: Orientation | undefined;
2748
- stretching?: ("auto" | "filled") | undefined;
2749
- size?: string | undefined;
2750
- isCommonTextFieldStyles?: boolean | undefined;
2751
- } & {
2752
- gap?: "none" | "dense" | undefined;
2753
- shape?: "segmented" | undefined;
2754
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
2755
- orientation?: Orientation | undefined;
2756
- stretching?: ("auto" | "filled") | undefined;
2757
- size?: string | undefined;
2758
- isCommonTextFieldStyles?: boolean | undefined;
2759
- } & {
2760
- gap?: "dense" | "wide" | undefined;
2761
- shape?: "default" | undefined;
2762
- } & RefAttributes<HTMLDivElement>))>;
2763
-
2764
- export { TextFieldGroupProps }
2765
-
2766
- // Warning: (ae-forgotten-export) The symbol "TextFieldProps_2" needs to be exported by the entry point index.d.ts
2767
- // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" 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'>;
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
- ```