@salutejs/plasma-web 1.424.0-dev.0 → 1.425.0-canary.1493.11403245502.0

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