@salutejs/plasma-web 1.403.0 → 1.404.0-canary.1374.11013124158.0

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