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