@salutejs/plasma-web 1.389.0-canary.1415.10665437827.0 → 1.389.0-dev.0

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