@salutejs/plasma-web 1.385.0-canary.1406.10630457005.0 → 1.385.0-dev.0

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