@salutejs/plasma-b2c 1.497.0-canary.1706.12882190862.0 → 1.497.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. package/api/plasma-b2c.api.md +9 -32
  2. package/components/Autocomplete/Autocomplete.config.d.ts +0 -7
  3. package/components/Autocomplete/Autocomplete.config.js +11 -18
  4. package/components/Autocomplete/Autocomplete.d.ts +0 -15
  5. package/components/Combobox/Combobox.config.d.ts +0 -7
  6. package/components/Combobox/Combobox.config.js +11 -18
  7. package/components/Combobox/Combobox.d.ts +24 -739
  8. package/components/Drawer/Drawer.d.ts +1 -1
  9. package/components/Mask/Mask.d.ts +0 -8
  10. package/components/Select/Select.config.d.ts +0 -7
  11. package/components/Select/Select.config.js +10 -17
  12. package/components/Select/Select.d.ts +4 -139
  13. package/components/Slider/Slider.config.js +3 -3
  14. package/components/Slider/Slider.d.ts +8 -8
  15. package/components/TextArea/TextArea.config.js +4 -4
  16. package/components/TextField/TextField.config.js +8 -8
  17. package/components/TextField/TextField.d.ts +0 -15
  18. package/css/cjs/components/Autocomplete/Autocomplete.config.js +3 -10
  19. package/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
  20. package/css/cjs/components/Autocomplete/Autocomplete.config_d1pl07.css +12 -0
  21. package/css/cjs/components/Autocomplete/Autocomplete.css +11 -14
  22. package/css/cjs/components/Combobox/Combobox.config.js +3 -10
  23. package/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  24. package/css/cjs/components/Combobox/Combobox.config_p0tbft.css +12 -0
  25. package/css/cjs/components/Combobox/Combobox.css +11 -14
  26. package/css/cjs/components/Mask/Mask.css +20 -20
  27. package/css/cjs/components/Select/Select.config.js +2 -9
  28. package/css/cjs/components/Select/Select.config.js.map +1 -1
  29. package/css/cjs/components/Select/Select.config_1bs7imb.css +20 -0
  30. package/css/cjs/components/Select/Select.css +19 -22
  31. package/css/cjs/components/Slider/Slider.config.js +1 -1
  32. package/css/cjs/components/Slider/Slider.config.js.map +1 -1
  33. package/css/cjs/components/Slider/Slider.config_19f9swq.css +7 -0
  34. package/css/cjs/components/Slider/Slider.css +7 -7
  35. package/css/cjs/components/TextArea/TextArea.config.js +1 -1
  36. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  37. package/css/{es/components/TextArea/TextArea.config_9j0ww6.css → cjs/components/TextArea/TextArea.config_1bnayxn.css} +4 -4
  38. package/css/cjs/components/TextArea/TextArea.css +13 -13
  39. package/css/cjs/components/TextField/TextField.config.js +1 -1
  40. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  41. package/css/cjs/components/TextField/TextField.config_g1cywa.css +22 -0
  42. package/css/cjs/components/TextField/TextField.js.map +1 -1
  43. package/css/cjs/index.css +88 -97
  44. package/css/es/components/Autocomplete/Autocomplete.config.js +3 -10
  45. package/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
  46. package/css/es/components/Autocomplete/Autocomplete.config_d1pl07.css +12 -0
  47. package/css/es/components/Autocomplete/Autocomplete.css +11 -14
  48. package/css/es/components/Combobox/Combobox.config.js +3 -10
  49. package/css/es/components/Combobox/Combobox.config.js.map +1 -1
  50. package/css/es/components/Combobox/Combobox.config_p0tbft.css +12 -0
  51. package/css/es/components/Combobox/Combobox.css +11 -14
  52. package/css/es/components/Mask/Mask.css +20 -20
  53. package/css/es/components/Select/Select.config.js +2 -9
  54. package/css/es/components/Select/Select.config.js.map +1 -1
  55. package/css/es/components/Select/Select.config_1bs7imb.css +20 -0
  56. package/css/es/components/Select/Select.css +19 -22
  57. package/css/es/components/Slider/Slider.config.js +1 -1
  58. package/css/es/components/Slider/Slider.config.js.map +1 -1
  59. package/css/es/components/Slider/Slider.config_19f9swq.css +7 -0
  60. package/css/es/components/Slider/Slider.css +7 -7
  61. package/css/es/components/TextArea/TextArea.config.js +1 -1
  62. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  63. package/css/{cjs/components/TextArea/TextArea.config_9j0ww6.css → es/components/TextArea/TextArea.config_1bnayxn.css} +4 -4
  64. package/css/es/components/TextArea/TextArea.css +13 -13
  65. package/css/es/components/TextField/TextField.config.js +1 -1
  66. package/css/es/components/TextField/TextField.config.js.map +1 -1
  67. package/css/es/components/TextField/TextField.config_g1cywa.css +22 -0
  68. package/css/es/components/TextField/TextField.js.map +1 -1
  69. package/css/es/index.css +88 -97
  70. package/es/components/Autocomplete/Autocomplete.config.js +11 -18
  71. package/es/components/Combobox/Combobox.config.js +11 -18
  72. package/es/components/Select/Select.config.js +10 -17
  73. package/es/components/Slider/Slider.config.js +3 -3
  74. package/es/components/TextArea/TextArea.config.js +4 -4
  75. package/es/components/TextField/TextField.config.js +8 -8
  76. package/package.json +6 -6
  77. package/css/cjs/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
  78. package/css/cjs/components/Combobox/Combobox.config_1jl874y.css +0 -15
  79. package/css/cjs/components/Select/Select.config_p5sg36.css +0 -23
  80. package/css/cjs/components/Slider/Slider.config_1fdel2j.css +0 -7
  81. package/css/cjs/components/TextField/TextField.config_1t4tofx.css +0 -22
  82. package/css/es/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
  83. package/css/es/components/Combobox/Combobox.config_1jl874y.css +0 -15
  84. package/css/es/components/Select/Select.config_p5sg36.css +0 -23
  85. package/css/es/components/Slider/Slider.config_1fdel2j.css +0 -7
  86. package/css/es/components/TextField/TextField.config_1t4tofx.css +0 -22
  87. package/temp/plasma-b2c.api.md +0 -4571
@@ -1,4571 +0,0 @@
1
- ## API Report File for "@salutejs/plasma-b2c"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- /// <reference types="react" />
8
-
9
- import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
10
- import { AccordionProps } from '@salutejs/plasma-new-hope/styled-components';
11
- import { addFocus } from '@salutejs/plasma-core';
12
- import { addNotification } from '@salutejs/plasma-new-hope/styled-components';
13
- import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types';
14
- import { AnchorHTMLAttributes } from 'react';
15
- import { animatedScrollToX } from '@salutejs/plasma-core';
16
- import { animatedScrollToY } from '@salutejs/plasma-core';
17
- import { applyBlur } from '@salutejs/plasma-core';
18
- import { applyDisabled } from '@salutejs/plasma-core';
19
- import { applyEllipsis } from '@salutejs/plasma-core';
20
- import { applyHyphens } from '@salutejs/plasma-core';
21
- import { applyMaxLines } from '@salutejs/plasma-core';
22
- import { applyNoSelect } from '@salutejs/plasma-core';
23
- import { applyRoundness } from '@salutejs/plasma-core';
24
- import { applyScrollSnap } from '@salutejs/plasma-core';
25
- import { applySkeletonGradient } from '@salutejs/plasma-core';
26
- import { applySpacing } from '@salutejs/plasma-core';
27
- import { applyView } from '@salutejs/plasma-core';
28
- import { arrayItemRemoving } from '@salutejs/plasma-hope';
29
- import { arrayItemSelecting } from '@salutejs/plasma-hope';
30
- import { arrayItemSwapping } from '@salutejs/plasma-hope';
31
- import { AsProps } from '@salutejs/plasma-core';
32
- import { AsProps as AsProps_2 } from '@salutejs/plasma-new-hope/styled-components';
33
- import { AudioPlayer } from '@salutejs/plasma-hope';
34
- import { AudioPlayerProps } from '@salutejs/plasma-hope';
35
- import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
36
- import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
37
- import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
38
- import { BaseAttachProps } from '@salutejs/plasma-new-hope/types/components/Attach/Attach.types';
39
- import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
40
- import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
41
- import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
42
- import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
43
- import { BaseTabItemProps } from '@salutejs/plasma-new-hope/styled-components';
44
- import { BaseTabsProps } from '@salutejs/plasma-new-hope/styled-components';
45
- import { BlurProps } from '@salutejs/plasma-core';
46
- import { blurs } from '@salutejs/plasma-core';
47
- import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
48
- import { BreadcrumbsItem } from '@salutejs/plasma-new-hope/types/components/Breadcrumbs/Breadcrumbs.types';
49
- import { BreadcrumbsProps } from '@salutejs/plasma-new-hope/styled-components';
50
- import { Breakpoint } from '@salutejs/plasma-hope';
51
- import { BreakWordProps } from '@salutejs/plasma-core';
52
- import { ButtonBase } from '@salutejs/plasma-new-hope/styled-components';
53
- import { ButtonGroupProps } from '@salutejs/plasma-new-hope/styled-components';
54
- import { ButtonHTMLAttributes } from 'react';
55
- import { ButtonProps } from '@salutejs/plasma-new-hope/styled-components';
56
- import { Calendar as Calendar_2 } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
57
- import { CalendarBaseProps } from '@salutejs/plasma-new-hope/styled-components';
58
- import { CalendarConfigProps } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
59
- import { CalendarDoubleProps } from '@salutejs/plasma-new-hope/styled-components';
60
- import { CalendarProps } from '@salutejs/plasma-new-hope/styled-components';
61
- import { CalendarRange } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
62
- import { CalendarStateType } from '@salutejs/plasma-new-hope/styled-components';
63
- import { canUseDOM } from '@salutejs/plasma-core';
64
- import { Card } from '@salutejs/plasma-hope';
65
- import { CardBadge } from '@salutejs/plasma-hope';
66
- import { CardBody } from '@salutejs/plasma-hope';
67
- import { CardBodyProps } from '@salutejs/plasma-hope';
68
- import { CardContent } from '@salutejs/plasma-hope';
69
- import { CardContentProps } from '@salutejs/plasma-hope';
70
- import { CardMedia } from '@salutejs/plasma-hope';
71
- import { CardMediaProps } from '@salutejs/plasma-hope';
72
- import { CardProps } from '@salutejs/plasma-hope';
73
- import { Carousel } from '@salutejs/plasma-hope';
74
- import { CarouselGridWrapper } from '@salutejs/plasma-hope';
75
- import { CarouselItem } from '@salutejs/plasma-hope';
76
- import { CarouselItemProps } from '@salutejs/plasma-hope';
77
- import { CarouselProps } from '@salutejs/plasma-hope';
78
- import { CellProps } from '@salutejs/plasma-new-hope/styled-components';
79
- import { CellTextbox } from '@salutejs/plasma-new-hope/styled-components';
80
- import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components';
81
- import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components';
82
- import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
83
- import { ChangeInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
84
- import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types';
85
- import { ChipGroupProps } from '@salutejs/plasma-new-hope/types/components/ChipGroup/ChipGroup.types';
86
- import { ChipProps } from '@salutejs/plasma-new-hope/styled-components';
87
- import { clearSelection } from '@salutejs/plasma-hope';
88
- import { closeNotification } from '@salutejs/plasma-new-hope/styled-components';
89
- import { ClosePlacementType } from '@salutejs/plasma-new-hope/styled-components';
90
- import { Col } from '@salutejs/plasma-new-hope/styled-components';
91
- import { ColCount } from '@salutejs/plasma-new-hope/styled-components';
92
- import { ColOffsetProps } from '@salutejs/plasma-new-hope/styled-components';
93
- import { ColProps } from '@salutejs/plasma-new-hope/styled-components';
94
- import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
95
- import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
96
- import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
97
- import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
98
- import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
99
- import { ComponentClass } from 'react';
100
- import { ComponentProps } from 'react';
101
- import { GridProps as ContainerProps } from '@salutejs/plasma-new-hope/styled-components';
102
- import { convertRoundnessMatrix } from '@salutejs/plasma-core';
103
- import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
104
- import { counterTokens } from '@salutejs/plasma-new-hope/styled-components';
105
- import { CustomComboboxProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
106
- import { CustomCounterProps } from '@salutejs/plasma-new-hope/types/components/Counter/Counter.types';
107
- import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types';
108
- import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types';
109
- import { CustomVerticalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
110
- import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
111
- import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
112
- import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components';
113
- import { DatePickerPlacement } from '@salutejs/plasma-new-hope/styled-components';
114
- import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
115
- import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
116
- import { DatePickerProps } from '@salutejs/plasma-new-hope/styled-components';
117
- import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-components';
118
- import { DatePickerRangePlacementBasic } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
119
- import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components';
120
- import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
121
- import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
122
- import { defaultValidate } from '@salutejs/plasma-hope';
123
- import { DisabledProps } from '@salutejs/plasma-core';
124
- import type { DistributiveOmit } from '@salutejs/plasma-new-hope';
125
- import type { DistributivePick } from '@salutejs/plasma-new-hope';
126
- import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
127
- import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
128
- import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
129
- import { DragEvent as DragEvent_2 } from 'react';
130
- import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components';
131
- import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
132
- import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
133
- import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
134
- import type { DropdownItemOption } from '@salutejs/plasma-new-hope';
135
- import { DropdownItemProps } from '@salutejs/plasma-hope';
136
- import { DropdownItem as DropdownItemType } from '@salutejs/plasma-hope';
137
- import type { DropdownNewProps } from '@salutejs/plasma-new-hope';
138
- import type { DropdownNodeSelect } from '@salutejs/plasma-new-hope';
139
- import { DropdownNodeType } from '@salutejs/plasma-hope';
140
- import { DropdownPlacement } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
141
- import { DropdownPopupProps } from '@salutejs/plasma-hope';
142
- import { DropdownProps } from '@salutejs/plasma-new-hope/styled-components';
143
- import { DropdownTrigger } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
144
- import { dropzoneClasses } from '@salutejs/plasma-new-hope/styled-components';
145
- import { dropzoneTokens } from '@salutejs/plasma-new-hope/styled-components';
146
- import { EditableProps } from '@salutejs/plasma-new-hope/types/components/Editable/Editable.types';
147
- import { ElasticGrid } from '@salutejs/plasma-hope';
148
- import { ElasticGridProps } from '@salutejs/plasma-hope';
149
- import { extractTextFrom } from '@salutejs/plasma-core';
150
- import { FC } from 'react';
151
- import { FileProcessHandler } from '@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types';
152
- import { Filter } from '@salutejs/plasma-new-hope/types/engines/types';
153
- import { FlowProps } from '@salutejs/plasma-new-hope/styled-components';
154
- import { FocusEvent as FocusEvent_2 } from 'react';
155
- import { FocusProps } from '@salutejs/plasma-core';
156
- import { formatCurrency } from '@salutejs/plasma-core';
157
- import { FormTypeNumber } from '@salutejs/plasma-new-hope/types/types/FormType';
158
- import { FormTypeString } from '@salutejs/plasma-new-hope/types/types/FormType';
159
- import { ForwardRefExoticComponent } from 'react';
160
- import { FunctionComponent } from 'react';
161
- import { gridBreakpoints } from '@salutejs/plasma-hope';
162
- import { gridColumns } from '@salutejs/plasma-hope';
163
- import { gridGutters } from '@salutejs/plasma-hope';
164
- import { gridMargins } from '@salutejs/plasma-hope';
165
- import { gridSizes } from '@salutejs/plasma-hope';
166
- import { HTMLAttributes } from 'react';
167
- import { HTMLAttributesWithoutOnChange } from '@salutejs/plasma-new-hope/types/engines/types';
168
- import { HTMLAttributesWithoutOnChangeAndDefaultValue } from '@salutejs/plasma-new-hope/types/engines/types';
169
- import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
170
- import { ImgHTMLAttributes } from 'react';
171
- import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
172
- import { InputHTMLAttributes } from '@salutejs/plasma-core';
173
- import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/styled-components';
174
- import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
175
- import type { ItemOption } from '@salutejs/plasma-new-hope';
176
- import { JSXElementConstructor } from 'react';
177
- import { KeyboardEvent as KeyboardEvent_2 } from 'react';
178
- import { LabelProps } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
179
- import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
180
- import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
181
- import { List } from '@salutejs/plasma-hope';
182
- import { ListItem } from '@salutejs/plasma-hope';
183
- import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
184
- import { MaxLinesProps } from '@salutejs/plasma-core';
185
- import { mediaQuery } from '@salutejs/plasma-hope';
186
- import { MediaQueryFunction } from '@salutejs/plasma-hope';
187
- import type { MergedSelectProps } from '@salutejs/plasma-new-hope';
188
- import { Modal } from '@salutejs/plasma-hope';
189
- import { modalClasses as modalBaseClasses } from '@salutejs/plasma-new-hope/styled-components';
190
- import { ModalProps as ModalBaseProps } from '@salutejs/plasma-new-hope/styled-components';
191
- import { ModalProps } from '@salutejs/plasma-hope';
192
- import { ModalsProvider } from '@salutejs/plasma-hope';
193
- import { ModalView } from '@salutejs/plasma-hope';
194
- import { monthLongName } from '@salutejs/plasma-core';
195
- import { monthShortName } from '@salutejs/plasma-core';
196
- import { MouseEvent as MouseEvent_2 } from 'react';
197
- import { noteClasses } from '@salutejs/plasma-new-hope/styled-components';
198
- import { noteTokens } from '@salutejs/plasma-new-hope/styled-components';
199
- import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
200
- import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
201
- import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
202
- import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
203
- import { numberInputClasses } from '@salutejs/plasma-new-hope/styled-components';
204
- import { numberInputTokens } from '@salutejs/plasma-new-hope/styled-components';
205
- import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
206
- import { OutlinedProps } from '@salutejs/plasma-core';
207
- import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
208
- import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components';
209
- import { padZeroNumber } from '@salutejs/plasma-core';
210
- import { PaginationDot } from '@salutejs/plasma-hope';
211
- import { PaginationDotProps } from '@salutejs/plasma-hope';
212
- import { PaginationDots } from '@salutejs/plasma-hope';
213
- import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
214
- import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
215
- import { PickOptional } from '@salutejs/plasma-core';
216
- import { PinProps } from '@salutejs/plasma-core';
217
- import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
218
- import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
219
- import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
220
- import { PopoverPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
221
- import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope';
222
- import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
223
- import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
224
- import { Popup } from '@salutejs/plasma-hope';
225
- import { popupClasses as popupBaseClasses } from '@salutejs/plasma-new-hope/styled-components';
226
- import { PopupPlacement as PopupBasePlacement } from '@salutejs/plasma-new-hope/styled-components';
227
- import { PopupProps as PopupBaseProps } from '@salutejs/plasma-new-hope/styled-components';
228
- import { PopupProvider as PopupBaseProvider } from '@salutejs/plasma-new-hope/styled-components';
229
- import { PopupInfo } from '@salutejs/plasma-new-hope/styled-components';
230
- import { PopupProps } from '@salutejs/plasma-hope';
231
- import { Portal } from '@salutejs/plasma-new-hope/styled-components';
232
- import { PortalProps } from '@salutejs/plasma-new-hope/styled-components';
233
- import { PreviewGallery } from '@salutejs/plasma-hope';
234
- import { PreviewGalleryItemProps } from '@salutejs/plasma-hope';
235
- import { PreviewGalleryProps } from '@salutejs/plasma-hope';
236
- import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
237
- import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
238
- import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
239
- import { Property } from 'csstype';
240
- import { Props } from '@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types';
241
- import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
242
- import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
243
- import { radiuses } from '@salutejs/plasma-core';
244
- import { RangeInputRefs } from '@salutejs/plasma-new-hope/styled-components';
245
- import { RangeProps } from '@salutejs/plasma-new-hope/styled-components';
246
- import { rangeTokens } from '@salutejs/plasma-new-hope/styled-components';
247
- import { ratingClasses } from '@salutejs/plasma-new-hope/styled-components';
248
- import { ratingTokens } from '@salutejs/plasma-new-hope/styled-components';
249
- import { Ratio } from '@salutejs/plasma-new-hope/styled-components';
250
- import { default as React_2 } from 'react';
251
- import { ReactElement } from 'react';
252
- import { ReactFragment } from 'react';
253
- import { ReactNode } from 'react';
254
- import { ReactPortal } from 'react';
255
- import { RectSkeleton } from '@salutejs/plasma-new-hope/styled-components';
256
- import { RectSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
257
- import { RefAttributes } from 'react';
258
- import { RefObject } from 'react';
259
- import { RequiredProps } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
260
- import { RightContent } from '@salutejs/plasma-new-hope/styled-components';
261
- import { Roundness } from '@salutejs/plasma-core';
262
- import { RoundnessProps } from '@salutejs/plasma-core';
263
- import { Row } from '@salutejs/plasma-new-hope/styled-components';
264
- import { ScreenConfig } from '@salutejs/plasma-new-hope/styled-components';
265
- import { ScreenMap } from '@salutejs/plasma-new-hope/styled-components';
266
- import { ScreenVariant } from '@salutejs/plasma-new-hope/styled-components';
267
- import { ScrollSnapProps } from '@salutejs/plasma-core';
268
- import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
269
- import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
270
- import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
271
- import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
272
- import { SelectGroup } from '@salutejs/plasma-hope';
273
- import { MergedSelectProps as SelectProps } from '@salutejs/plasma-new-hope/styled-components';
274
- import { SelectProps as SelectPropsHope } from '@salutejs/plasma-hope';
275
- import { selectText } from '@salutejs/plasma-hope';
276
- import { setRef } from '@salutejs/plasma-core';
277
- import { shadows } from '@salutejs/plasma-core';
278
- import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
279
- import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
280
- import { ShiftProps } from '@salutejs/plasma-core';
281
- import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
282
- import { SkeletonGradientProps } from '@salutejs/plasma-core';
283
- import { SkeletonGradientProps as SkeletonGradientProps_2 } from '@salutejs/plasma-new-hope/styled-components';
284
- import { SkeletonSizeProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types';
285
- import { SliderBaseProps } from '@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types';
286
- import { SliderInternalProps } from '@salutejs/plasma-new-hope/types/components/Slider/components';
287
- import { SliderProps } from '@salutejs/plasma-new-hope/styled-components';
288
- import { SmartPaginationDots } from '@salutejs/plasma-hope';
289
- import { SmartPaginationDotsProps } from '@salutejs/plasma-hope';
290
- import { SnapAlign } from '@salutejs/plasma-core';
291
- import { SnapType } from '@salutejs/plasma-core';
292
- import { spacing } from '@salutejs/plasma-core';
293
- import { SpacingProps } from '@salutejs/plasma-core';
294
- import { SpacingProps as SpacingProps_2 } from '@salutejs/plasma-new-hope/styled-components';
295
- import { SpinnerProps } from '@salutejs/plasma-core';
296
- import { SSRProvider } from '@salutejs/plasma-new-hope/styled-components';
297
- import { StatusLabels } from '@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types';
298
- import { StatusType } from '@salutejs/plasma-hope';
299
- import { StepItemProps } from '@salutejs/plasma-new-hope/styled-components';
300
- import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Steps.types';
301
- import { StyledCard } from '@salutejs/plasma-hope';
302
- import { StyledComponent } from 'styled-components';
303
- import { StyledPreviewGallery } from '@salutejs/plasma-hope';
304
- import { SubtitleProps } from '@salutejs/plasma-new-hope/styled-components';
305
- import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
306
- import { SyntheticEvent } from 'react';
307
- import { syntheticFocus } from '@salutejs/plasma-core';
308
- import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
309
- import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
310
- import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
311
- import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
312
- import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
313
- import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
314
- import { TextareaHTMLAttributes as TextareaHTMLAttributes_2 } from '@salutejs/plasma-new-hope/styled-components';
315
- import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
316
- import { TextareaResize } from '@salutejs/plasma-core';
317
- import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
318
- import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
319
- import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
320
- import type { TextFieldProps as TextFieldProps_2 } from '@salutejs/plasma-hope';
321
- import { TextFieldView } from '@salutejs/plasma-hope';
322
- import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
323
- import { TextSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
324
- import { TimingFunction } from '@salutejs/plasma-core';
325
- import { ToastPosition } from '@salutejs/plasma-new-hope/styled-components';
326
- import { ToastProps } from '@salutejs/plasma-new-hope/styled-components';
327
- import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
328
- import { toCssSize } from '@salutejs/plasma-core';
329
- import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
330
- import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
331
- import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
332
- import { transformStyles } from '@salutejs/plasma-core';
333
- import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
334
- import { TypographyOldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld';
335
- import { TypographyVariants } from '@salutejs/plasma-new-hope/types/components/Editable/Editable.types';
336
- import { Upload } from '@salutejs/plasma-hope';
337
- import { UploadAudio } from '@salutejs/plasma-hope';
338
- import { UploadAudioProps } from '@salutejs/plasma-hope';
339
- import { UploadProgress } from '@salutejs/plasma-hope';
340
- import { UploadProgressProps } from '@salutejs/plasma-hope';
341
- import { UploadProps } from '@salutejs/plasma-hope';
342
- import { UploadVisual } from '@salutejs/plasma-hope';
343
- import { UploadVisualProps } from '@salutejs/plasma-hope';
344
- import { useDebouncedFunction } from '@salutejs/plasma-core';
345
- import { useFocusTrap } from '@salutejs/plasma-hope';
346
- import { useForkRef } from '@salutejs/plasma-core';
347
- import { useIsomorphicLayoutEffect } from '@salutejs/plasma-core';
348
- import { usePopupContext as usePopupBaseContext } from '@salutejs/plasma-new-hope/styled-components';
349
- import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
350
- import { useToast } from '@salutejs/plasma-new-hope/styled-components';
351
- import { ValidationResult } from '@salutejs/plasma-hope';
352
- import { ValidatorReturnType } from '@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types';
353
- import { Variants } from '@salutejs/plasma-new-hope/types/engines/types';
354
- import { View } from '@salutejs/plasma-core';
355
- import { ViewProps } from '@salutejs/plasma-core';
356
- import { views } from '@salutejs/plasma-core';
357
- import { withAssistiveDropdown } from '@salutejs/plasma-hope';
358
- import { withAutoFocus } from '@salutejs/plasma-core';
359
- import { WithAutoFocusProps } from '@salutejs/plasma-core';
360
- import { withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
361
- import { WithSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
362
-
363
- // @public
364
- export const Accordion: FunctionComponent<PropsType< {
365
- view: {
366
- default: PolymorphicClassName;
367
- secondary: PolymorphicClassName;
368
- outlined: PolymorphicClassName;
369
- clear: PolymorphicClassName;
370
- };
371
- size: {
372
- l: PolymorphicClassName;
373
- m: PolymorphicClassName;
374
- s: PolymorphicClassName;
375
- xs: PolymorphicClassName;
376
- };
377
- stretching: {
378
- filled: PolymorphicClassName;
379
- fixed: PolymorphicClassName;
380
- };
381
- }> & {
382
- view?: string | undefined;
383
- size?: string | undefined;
384
- singleActive?: boolean | undefined;
385
- defaultActiveEventKey?: number[] | undefined;
386
- disabled?: boolean | undefined;
387
- stretching?: "fixed" | "filled" | undefined;
388
- onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
389
- children?: ReactNode;
390
- className?: string | undefined;
391
- } & RefAttributes<HTMLDivElement>>;
392
-
393
- export { AccordionItem }
394
-
395
- export { AccordionProps }
396
-
397
- export { addFocus }
398
-
399
- export { addNotification }
400
-
401
- export { animatedScrollToX }
402
-
403
- export { animatedScrollToY }
404
-
405
- export { applyBlur }
406
-
407
- export { applyDisabled }
408
-
409
- export { applyEllipsis }
410
-
411
- export { applyHyphens }
412
-
413
- export { applyMaxLines }
414
-
415
- export { applyNoSelect }
416
-
417
- export { applyRoundness }
418
-
419
- export { applyScrollSnap }
420
-
421
- export { applySkeletonGradient }
422
-
423
- export { applySpacing }
424
-
425
- export { applyView }
426
-
427
- export { arrayItemRemoving }
428
-
429
- export { arrayItemSelecting }
430
-
431
- export { arrayItemSwapping }
432
-
433
- export { AsProps }
434
-
435
- // @public
436
- export const Attach: FunctionComponent<PropsType< {
437
- view: {
438
- default: PolymorphicClassName;
439
- accent: PolymorphicClassName;
440
- secondary: PolymorphicClassName;
441
- clear: PolymorphicClassName;
442
- success: PolymorphicClassName;
443
- warning: PolymorphicClassName;
444
- critical: PolymorphicClassName;
445
- dark: PolymorphicClassName;
446
- black: PolymorphicClassName;
447
- white: PolymorphicClassName;
448
- };
449
- helperTextView: {
450
- default: PolymorphicClassName;
451
- negative: PolymorphicClassName;
452
- };
453
- size: {
454
- l: PolymorphicClassName;
455
- m: PolymorphicClassName;
456
- s: PolymorphicClassName;
457
- xs: PolymorphicClassName;
458
- };
459
- }> & ((HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
460
- text?: string | undefined;
461
- contentLeft?: ReactNode;
462
- contentPlacing?: ("default" | "relaxed") | undefined;
463
- isLoading?: boolean | undefined;
464
- loader?: ReactNode;
465
- stretch?: boolean | undefined;
466
- stretching?: ("auto" | "fixed" | "filled") | undefined;
467
- square?: boolean | undefined;
468
- focused?: boolean | undefined;
469
- disabled?: boolean | undefined;
470
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
471
- view?: string | undefined;
472
- size?: string | undefined;
473
- outlined?: boolean | undefined;
474
- shiftLeft?: boolean | undefined;
475
- shiftRight?: boolean | undefined;
476
- blur?: "small" | "medium" | "large" | undefined;
477
- } & {
478
- value?: string | number | undefined;
479
- contentRight?: undefined;
480
- } & BaseAttachProps & {
481
- buttonType?: "button" | undefined;
482
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
483
- text?: string | undefined;
484
- contentLeft?: ReactNode;
485
- contentPlacing?: ("default" | "relaxed") | undefined;
486
- isLoading?: boolean | undefined;
487
- loader?: ReactNode;
488
- stretch?: boolean | undefined;
489
- stretching?: ("auto" | "fixed" | "filled") | undefined;
490
- square?: boolean | undefined;
491
- focused?: boolean | undefined;
492
- disabled?: boolean | undefined;
493
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
494
- view?: string | undefined;
495
- size?: string | undefined;
496
- outlined?: boolean | undefined;
497
- shiftLeft?: boolean | undefined;
498
- shiftRight?: boolean | undefined;
499
- blur?: "small" | "medium" | "large" | undefined;
500
- } & {
501
- value?: string | number | undefined;
502
- contentRight?: undefined;
503
- } & BaseAttachProps & {
504
- buttonType?: "button" | undefined;
505
- } & {
506
- value?: undefined;
507
- contentRight?: ReactNode;
508
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
509
- text?: string | undefined;
510
- contentLeft?: ReactNode;
511
- contentPlacing?: ("default" | "relaxed") | undefined;
512
- isLoading?: boolean | undefined;
513
- loader?: ReactNode;
514
- stretch?: boolean | undefined;
515
- stretching?: ("auto" | "fixed" | "filled") | undefined;
516
- square?: boolean | undefined;
517
- focused?: boolean | undefined;
518
- disabled?: boolean | undefined;
519
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
520
- view?: string | undefined;
521
- size?: string | undefined;
522
- outlined?: boolean | undefined;
523
- shiftLeft?: boolean | undefined;
524
- shiftRight?: boolean | undefined;
525
- blur?: "small" | "medium" | "large" | undefined;
526
- } & {
527
- value?: string | number | undefined;
528
- contentRight?: undefined;
529
- } & BaseAttachProps & {
530
- buttonType?: "iconButton" | undefined;
531
- icon?: ReactNode;
532
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
533
- text?: string | undefined;
534
- contentLeft?: ReactNode;
535
- contentPlacing?: ("default" | "relaxed") | undefined;
536
- isLoading?: boolean | undefined;
537
- loader?: ReactNode;
538
- stretch?: boolean | undefined;
539
- stretching?: ("auto" | "fixed" | "filled") | undefined;
540
- square?: boolean | undefined;
541
- focused?: boolean | undefined;
542
- disabled?: boolean | undefined;
543
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
544
- view?: string | undefined;
545
- size?: string | undefined;
546
- outlined?: boolean | undefined;
547
- shiftLeft?: boolean | undefined;
548
- shiftRight?: boolean | undefined;
549
- blur?: "small" | "medium" | "large" | undefined;
550
- } & {
551
- value?: string | number | undefined;
552
- contentRight?: undefined;
553
- } & BaseAttachProps & {
554
- buttonType?: "iconButton" | undefined;
555
- icon?: ReactNode;
556
- } & {
557
- value?: undefined;
558
- contentRight?: ReactNode;
559
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
560
- text?: string | undefined;
561
- contentLeft?: ReactNode;
562
- contentPlacing?: ("default" | "relaxed") | undefined;
563
- isLoading?: boolean | undefined;
564
- loader?: ReactNode;
565
- stretch?: boolean | undefined;
566
- stretching?: ("auto" | "fixed" | "filled") | undefined;
567
- square?: boolean | undefined;
568
- focused?: boolean | undefined;
569
- disabled?: boolean | undefined;
570
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
571
- view?: string | undefined;
572
- size?: string | undefined;
573
- outlined?: boolean | undefined;
574
- shiftLeft?: boolean | undefined;
575
- shiftRight?: boolean | undefined;
576
- blur?: "small" | "medium" | "large" | undefined;
577
- } & {
578
- value?: undefined;
579
- contentRight?: ReactNode;
580
- } & BaseAttachProps & {
581
- buttonType?: "button" | undefined;
582
- } & {
583
- value?: string | number | undefined;
584
- contentRight?: undefined;
585
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
586
- text?: string | undefined;
587
- contentLeft?: ReactNode;
588
- contentPlacing?: ("default" | "relaxed") | undefined;
589
- isLoading?: boolean | undefined;
590
- loader?: ReactNode;
591
- stretch?: boolean | undefined;
592
- stretching?: ("auto" | "fixed" | "filled") | undefined;
593
- square?: boolean | undefined;
594
- focused?: boolean | undefined;
595
- disabled?: boolean | undefined;
596
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
597
- view?: string | undefined;
598
- size?: string | undefined;
599
- outlined?: boolean | undefined;
600
- shiftLeft?: boolean | undefined;
601
- shiftRight?: boolean | undefined;
602
- blur?: "small" | "medium" | "large" | undefined;
603
- } & {
604
- value?: undefined;
605
- contentRight?: ReactNode;
606
- } & BaseAttachProps & {
607
- buttonType?: "button" | undefined;
608
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
609
- text?: string | undefined;
610
- contentLeft?: ReactNode;
611
- contentPlacing?: ("default" | "relaxed") | undefined;
612
- isLoading?: boolean | undefined;
613
- loader?: ReactNode;
614
- stretch?: boolean | undefined;
615
- stretching?: ("auto" | "fixed" | "filled") | undefined;
616
- square?: boolean | undefined;
617
- focused?: boolean | undefined;
618
- disabled?: boolean | undefined;
619
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
620
- view?: string | undefined;
621
- size?: string | undefined;
622
- outlined?: boolean | undefined;
623
- shiftLeft?: boolean | undefined;
624
- shiftRight?: boolean | undefined;
625
- blur?: "small" | "medium" | "large" | undefined;
626
- } & {
627
- value?: undefined;
628
- contentRight?: ReactNode;
629
- } & BaseAttachProps & {
630
- buttonType?: "iconButton" | undefined;
631
- icon?: ReactNode;
632
- } & {
633
- value?: string | number | undefined;
634
- contentRight?: undefined;
635
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
636
- text?: string | undefined;
637
- contentLeft?: ReactNode;
638
- contentPlacing?: ("default" | "relaxed") | undefined;
639
- isLoading?: boolean | undefined;
640
- loader?: ReactNode;
641
- stretch?: boolean | undefined;
642
- stretching?: ("auto" | "fixed" | "filled") | undefined;
643
- square?: boolean | undefined;
644
- focused?: boolean | undefined;
645
- disabled?: boolean | undefined;
646
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
647
- view?: string | undefined;
648
- size?: string | undefined;
649
- outlined?: boolean | undefined;
650
- shiftLeft?: boolean | undefined;
651
- shiftRight?: boolean | undefined;
652
- blur?: "small" | "medium" | "large" | undefined;
653
- } & {
654
- value?: undefined;
655
- contentRight?: ReactNode;
656
- } & BaseAttachProps & {
657
- buttonType?: "iconButton" | undefined;
658
- icon?: ReactNode;
659
- } & RefAttributes<HTMLDivElement>))>;
660
-
661
- export { AudioPlayer }
662
-
663
- export { AudioPlayerProps }
664
-
665
- // @public (undocumented)
666
- export const Autocomplete: FunctionComponent<PropsType< {
667
- view: {
668
- default: PolymorphicClassName;
669
- positive: PolymorphicClassName;
670
- warning: PolymorphicClassName;
671
- negative: PolymorphicClassName;
672
- };
673
- size: {
674
- l: PolymorphicClassName;
675
- m: PolymorphicClassName;
676
- s: PolymorphicClassName;
677
- xs: PolymorphicClassName;
678
- };
679
- labelPlacement: {
680
- inner: PolymorphicClassName;
681
- outer: PolymorphicClassName;
682
- };
683
- hintView: {
684
- default: PolymorphicClassName;
685
- };
686
- hintSize: {
687
- m: PolymorphicClassName;
688
- s: PolymorphicClassName;
689
- };
690
- disabled: {
691
- true: PolymorphicClassName;
692
- };
693
- readOnly: {
694
- true: PolymorphicClassName;
695
- };
696
- }> & ((BaseProps & Omit<{
697
- titleCaption?: ReactNode;
698
- leftHelper?: ReactNode;
699
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
700
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
701
- textBefore?: string | undefined;
702
- textAfter?: string | undefined;
703
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
704
- } & LabelProps & RequiredProps & {
705
- clear?: boolean | undefined;
706
- hasDivider?: boolean | undefined;
707
- } & {
708
- hintText: string;
709
- hintTrigger?: "hover" | "click" | undefined;
710
- hintView?: string | undefined;
711
- hintSize?: string | undefined;
712
- hintTargetIcon?: ReactNode;
713
- hintTargetPlacement?: "outer" | "inner" | undefined;
714
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
715
- hintHasArrow?: boolean | undefined;
716
- hintOffset?: [number, number] | undefined;
717
- hintWidth?: string | undefined;
718
- hintContentLeft?: ReactNode;
719
- } & {
720
- chips?: undefined;
721
- onChangeChips?: undefined;
722
- enumerationType?: "plain" | undefined;
723
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
724
- chipType?: undefined;
725
- chipView?: undefined;
726
- chipValidator?: undefined;
727
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
728
- titleCaption?: ReactNode;
729
- leftHelper?: ReactNode;
730
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
731
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
732
- textBefore?: string | undefined;
733
- textAfter?: string | undefined;
734
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
735
- } & LabelProps & RequiredProps & {
736
- clear?: boolean | undefined;
737
- hasDivider?: boolean | undefined;
738
- } & {
739
- hintText: string;
740
- hintTrigger?: "hover" | "click" | undefined;
741
- hintView?: string | undefined;
742
- hintSize?: string | undefined;
743
- hintTargetIcon?: ReactNode;
744
- hintTargetPlacement?: "outer" | "inner" | undefined;
745
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
746
- hintHasArrow?: boolean | undefined;
747
- hintOffset?: [number, number] | undefined;
748
- hintWidth?: string | undefined;
749
- hintContentLeft?: ReactNode;
750
- } & {
751
- enumerationType: "chip";
752
- onSearch?: undefined;
753
- chips?: TextFieldPrimitiveValue[] | undefined;
754
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
755
- chipType?: "default" | "text" | undefined;
756
- chipView?: string | undefined;
757
- chipValidator?: ((value: string) => {
758
- view?: string | undefined;
759
- }) | undefined;
760
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
761
- titleCaption?: ReactNode;
762
- leftHelper?: ReactNode;
763
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
764
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
765
- textBefore?: string | undefined;
766
- textAfter?: string | undefined;
767
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
768
- } & LabelProps & RequiredProps & {
769
- clear?: boolean | undefined;
770
- hasDivider?: boolean | undefined;
771
- } & {
772
- hintTrigger?: undefined;
773
- hintText?: undefined;
774
- hintView?: undefined;
775
- hintSize?: undefined;
776
- hintTargetIcon?: undefined;
777
- hintTargetPlacement?: undefined;
778
- hintPlacement?: undefined;
779
- hintHasArrow?: undefined;
780
- hintOffset?: undefined;
781
- hintWidth?: undefined;
782
- hintContentLeft?: undefined;
783
- } & {
784
- chips?: undefined;
785
- onChangeChips?: undefined;
786
- enumerationType?: "plain" | undefined;
787
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
788
- chipType?: undefined;
789
- chipView?: undefined;
790
- chipValidator?: undefined;
791
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
792
- titleCaption?: ReactNode;
793
- leftHelper?: ReactNode;
794
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
795
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
796
- textBefore?: string | undefined;
797
- textAfter?: string | undefined;
798
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
799
- } & LabelProps & RequiredProps & {
800
- clear?: boolean | undefined;
801
- hasDivider?: boolean | undefined;
802
- } & {
803
- hintTrigger?: undefined;
804
- hintText?: undefined;
805
- hintView?: undefined;
806
- hintSize?: undefined;
807
- hintTargetIcon?: undefined;
808
- hintTargetPlacement?: undefined;
809
- hintPlacement?: undefined;
810
- hintHasArrow?: undefined;
811
- hintOffset?: undefined;
812
- hintWidth?: undefined;
813
- hintContentLeft?: undefined;
814
- } & {
815
- enumerationType: "chip";
816
- onSearch?: undefined;
817
- chips?: TextFieldPrimitiveValue[] | undefined;
818
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
819
- chipType?: "default" | "text" | undefined;
820
- chipView?: string | undefined;
821
- chipValidator?: ((value: string) => {
822
- view?: string | undefined;
823
- }) | undefined;
824
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
825
- titleCaption?: ReactNode;
826
- leftHelper?: ReactNode;
827
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
828
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
829
- textBefore?: string | undefined;
830
- textAfter?: string | undefined;
831
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
832
- } & LabelProps & RequiredProps & {
833
- clear?: false | undefined;
834
- hasDivider?: undefined;
835
- } & {
836
- hintText: string;
837
- hintTrigger?: "hover" | "click" | undefined;
838
- hintView?: string | undefined;
839
- hintSize?: string | undefined;
840
- hintTargetIcon?: ReactNode;
841
- hintTargetPlacement?: "outer" | "inner" | undefined;
842
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
843
- hintHasArrow?: boolean | undefined;
844
- hintOffset?: [number, number] | undefined;
845
- hintWidth?: string | undefined;
846
- hintContentLeft?: ReactNode;
847
- } & {
848
- chips?: undefined;
849
- onChangeChips?: undefined;
850
- enumerationType?: "plain" | undefined;
851
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
852
- chipType?: undefined;
853
- chipView?: undefined;
854
- chipValidator?: undefined;
855
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
856
- titleCaption?: ReactNode;
857
- leftHelper?: ReactNode;
858
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
859
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
860
- textBefore?: string | undefined;
861
- textAfter?: string | undefined;
862
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
863
- } & LabelProps & RequiredProps & {
864
- clear?: false | undefined;
865
- hasDivider?: undefined;
866
- } & {
867
- hintText: string;
868
- hintTrigger?: "hover" | "click" | undefined;
869
- hintView?: string | undefined;
870
- hintSize?: string | undefined;
871
- hintTargetIcon?: ReactNode;
872
- hintTargetPlacement?: "outer" | "inner" | undefined;
873
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
874
- hintHasArrow?: boolean | undefined;
875
- hintOffset?: [number, number] | undefined;
876
- hintWidth?: string | undefined;
877
- hintContentLeft?: ReactNode;
878
- } & {
879
- enumerationType: "chip";
880
- onSearch?: undefined;
881
- chips?: TextFieldPrimitiveValue[] | undefined;
882
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
883
- chipType?: "default" | "text" | undefined;
884
- chipView?: string | undefined;
885
- chipValidator?: ((value: string) => {
886
- view?: string | undefined;
887
- }) | undefined;
888
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
889
- titleCaption?: ReactNode;
890
- leftHelper?: ReactNode;
891
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
892
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
893
- textBefore?: string | undefined;
894
- textAfter?: string | undefined;
895
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
896
- } & LabelProps & RequiredProps & {
897
- clear?: false | undefined;
898
- hasDivider?: undefined;
899
- } & {
900
- hintTrigger?: undefined;
901
- hintText?: undefined;
902
- hintView?: undefined;
903
- hintSize?: undefined;
904
- hintTargetIcon?: undefined;
905
- hintTargetPlacement?: undefined;
906
- hintPlacement?: undefined;
907
- hintHasArrow?: undefined;
908
- hintOffset?: undefined;
909
- hintWidth?: undefined;
910
- hintContentLeft?: undefined;
911
- } & {
912
- chips?: undefined;
913
- onChangeChips?: undefined;
914
- enumerationType?: "plain" | undefined;
915
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
916
- chipType?: undefined;
917
- chipView?: undefined;
918
- chipValidator?: undefined;
919
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
920
- titleCaption?: ReactNode;
921
- leftHelper?: ReactNode;
922
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
923
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
924
- textBefore?: string | undefined;
925
- textAfter?: string | undefined;
926
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
927
- } & LabelProps & RequiredProps & {
928
- clear?: false | undefined;
929
- hasDivider?: undefined;
930
- } & {
931
- hintTrigger?: undefined;
932
- hintText?: undefined;
933
- hintView?: undefined;
934
- hintSize?: undefined;
935
- hintTargetIcon?: undefined;
936
- hintTargetPlacement?: undefined;
937
- hintPlacement?: undefined;
938
- hintHasArrow?: undefined;
939
- hintOffset?: undefined;
940
- hintWidth?: undefined;
941
- hintContentLeft?: undefined;
942
- } & {
943
- enumerationType: "chip";
944
- onSearch?: undefined;
945
- chips?: TextFieldPrimitiveValue[] | undefined;
946
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
947
- chipType?: "default" | "text" | undefined;
948
- chipView?: string | undefined;
949
- chipValidator?: ((value: string) => {
950
- view?: string | undefined;
951
- }) | undefined;
952
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
953
-
954
- // @public (undocumented)
955
- export const Avatar: FunctionComponent<PropsType< {
956
- view: {
957
- default: PolymorphicClassName;
958
- };
959
- size: {
960
- xxl: PolymorphicClassName;
961
- l: PolymorphicClassName;
962
- m: PolymorphicClassName;
963
- s: PolymorphicClassName;
964
- fit: PolymorphicClassName;
965
- };
966
- focused: {
967
- true: PolymorphicClassName;
968
- };
969
- badgeView: {
970
- default: PolymorphicClassName;
971
- accent: PolymorphicClassName;
972
- positive: PolymorphicClassName;
973
- warning: PolymorphicClassName;
974
- negative: PolymorphicClassName;
975
- dark: PolymorphicClassName;
976
- light: PolymorphicClassName;
977
- };
978
- counterView: {
979
- default: PolymorphicClassName;
980
- accent: PolymorphicClassName;
981
- positive: PolymorphicClassName;
982
- warning: PolymorphicClassName;
983
- negative: PolymorphicClassName;
984
- dark: PolymorphicClassName;
985
- light: PolymorphicClassName;
986
- };
987
- }> & ((HTMLAttributes<HTMLDivElement> & {
988
- size?: string | undefined;
989
- name?: string | undefined;
990
- url?: string | undefined;
991
- customText?: string | undefined;
992
- status?: "active" | "inactive" | undefined;
993
- isScalable?: boolean | undefined;
994
- focused?: boolean | undefined;
995
- statusLabels?: StatusLabels | undefined;
996
- hasExtra?: boolean | undefined;
997
- type?: "badge" | "counter" | undefined;
998
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
999
- } & {
1000
- badgeView?: string | undefined;
1001
- pilled?: boolean | undefined;
1002
- text?: string | undefined;
1003
- contentLeft?: ReactNode;
1004
- contentRight?: ReactNode;
1005
- customColor?: string | undefined;
1006
- customBackgroundColor?: string | undefined;
1007
- } & {
1008
- counterView?: undefined;
1009
- count?: undefined;
1010
- maxCount?: undefined;
1011
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
1012
- size?: string | undefined;
1013
- name?: string | undefined;
1014
- url?: string | undefined;
1015
- customText?: string | undefined;
1016
- status?: "active" | "inactive" | undefined;
1017
- isScalable?: boolean | undefined;
1018
- focused?: boolean | undefined;
1019
- statusLabels?: StatusLabels | undefined;
1020
- hasExtra?: boolean | undefined;
1021
- type?: "badge" | "counter" | undefined;
1022
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
1023
- } & {
1024
- counterView?: string | undefined;
1025
- count?: number | undefined;
1026
- maxCount?: number | undefined;
1027
- } & {
1028
- badgeView?: undefined;
1029
- pilled?: undefined;
1030
- text?: undefined;
1031
- contentLeft?: undefined;
1032
- contentRight?: undefined;
1033
- customColor?: undefined;
1034
- customBackgroundColor?: undefined;
1035
- } & RefAttributes<HTMLDivElement>))>;
1036
-
1037
- // @public (undocumented)
1038
- export const AvatarGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1039
- children: ReactNode;
1040
- } & RefAttributes<HTMLDivElement>>;
1041
-
1042
- export { AvatarGroupProps }
1043
-
1044
- export { AvatarProps }
1045
-
1046
- // @public
1047
- export const Badge: FunctionComponent<PropsType< {
1048
- view: {
1049
- default: PolymorphicClassName;
1050
- accent: PolymorphicClassName;
1051
- positive: PolymorphicClassName;
1052
- warning: PolymorphicClassName;
1053
- negative: PolymorphicClassName;
1054
- dark: PolymorphicClassName;
1055
- light: PolymorphicClassName;
1056
- };
1057
- size: {
1058
- l: PolymorphicClassName;
1059
- m: PolymorphicClassName;
1060
- s: PolymorphicClassName;
1061
- xs: PolymorphicClassName;
1062
- };
1063
- pilled: {
1064
- true: PolymorphicClassName;
1065
- };
1066
- transparent: {
1067
- true: PolymorphicClassName;
1068
- };
1069
- clear: {
1070
- true: PolymorphicClassName;
1071
- };
1072
- }> & ((HTMLAttributes<HTMLDivElement> & {
1073
- text?: string | undefined;
1074
- customColor?: string | undefined;
1075
- customBackgroundColor?: string | undefined;
1076
- maxWidth?: Property.Width<string | number> | undefined;
1077
- size?: string | undefined;
1078
- view?: string | undefined;
1079
- } & {
1080
- contentLeft?: ReactNode;
1081
- contentRight?: undefined;
1082
- } & {
1083
- clear?: true | undefined;
1084
- pilled?: undefined;
1085
- transparent?: undefined;
1086
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
1087
- text?: string | undefined;
1088
- customColor?: string | undefined;
1089
- customBackgroundColor?: string | undefined;
1090
- maxWidth?: Property.Width<string | number> | undefined;
1091
- size?: string | undefined;
1092
- view?: string | undefined;
1093
- } & {
1094
- contentLeft?: ReactNode;
1095
- contentRight?: undefined;
1096
- } & {
1097
- pilled?: boolean | undefined;
1098
- transparent?: boolean | undefined;
1099
- clear?: undefined;
1100
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
1101
- text?: string | undefined;
1102
- customColor?: string | undefined;
1103
- customBackgroundColor?: string | undefined;
1104
- maxWidth?: Property.Width<string | number> | undefined;
1105
- size?: string | undefined;
1106
- view?: string | undefined;
1107
- } & {
1108
- contentLeft?: undefined;
1109
- contentRight?: ReactNode;
1110
- } & {
1111
- clear?: true | undefined;
1112
- pilled?: undefined;
1113
- transparent?: undefined;
1114
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
1115
- text?: string | undefined;
1116
- customColor?: string | undefined;
1117
- customBackgroundColor?: string | undefined;
1118
- maxWidth?: Property.Width<string | number> | undefined;
1119
- size?: string | undefined;
1120
- view?: string | undefined;
1121
- } & {
1122
- contentLeft?: undefined;
1123
- contentRight?: ReactNode;
1124
- } & {
1125
- pilled?: boolean | undefined;
1126
- transparent?: boolean | undefined;
1127
- clear?: undefined;
1128
- } & RefAttributes<HTMLDivElement>))>;
1129
-
1130
- export { BadgeProps }
1131
-
1132
- export { BlurProps }
1133
-
1134
- export { blurs }
1135
-
1136
- // @public (undocumented)
1137
- export const Body1: FunctionComponent<PropsType< {
1138
- size: {
1139
- body1: PolymorphicClassName;
1140
- };
1141
- }> & {
1142
- noWrap?: boolean | undefined;
1143
- breakWord?: boolean | undefined;
1144
- color?: string | undefined;
1145
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1146
-
1147
- // @public (undocumented)
1148
- export const Body2: FunctionComponent<PropsType< {
1149
- size: {
1150
- body2: PolymorphicClassName;
1151
- };
1152
- }> & {
1153
- noWrap?: boolean | undefined;
1154
- breakWord?: boolean | undefined;
1155
- color?: string | undefined;
1156
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1157
-
1158
- // @public (undocumented)
1159
- export const BodyL: FunctionComponent<PropsType< {
1160
- size: {
1161
- l: PolymorphicClassName;
1162
- };
1163
- }> & {
1164
- noWrap?: boolean | undefined;
1165
- breakWord?: boolean | undefined;
1166
- color?: string | undefined;
1167
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1168
-
1169
- // @public (undocumented)
1170
- export const BodyM: FunctionComponent<PropsType< {
1171
- size: {
1172
- m: PolymorphicClassName;
1173
- };
1174
- }> & {
1175
- noWrap?: boolean | undefined;
1176
- breakWord?: boolean | undefined;
1177
- color?: string | undefined;
1178
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1179
-
1180
- // @public (undocumented)
1181
- export const BodyS: FunctionComponent<PropsType< {
1182
- size: {
1183
- s: PolymorphicClassName;
1184
- };
1185
- }> & {
1186
- noWrap?: boolean | undefined;
1187
- breakWord?: boolean | undefined;
1188
- color?: string | undefined;
1189
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1190
-
1191
- // @public (undocumented)
1192
- export const BodyXS: FunctionComponent<PropsType< {
1193
- size: {
1194
- xs: PolymorphicClassName;
1195
- };
1196
- }> & {
1197
- noWrap?: boolean | undefined;
1198
- breakWord?: boolean | undefined;
1199
- color?: string | undefined;
1200
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1201
-
1202
- // @public (undocumented)
1203
- export const BodyXXS: FunctionComponent<PropsType< {
1204
- size: {
1205
- xxs: PolymorphicClassName;
1206
- };
1207
- }> & {
1208
- noWrap?: boolean | undefined;
1209
- breakWord?: boolean | undefined;
1210
- color?: string | undefined;
1211
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1212
-
1213
- // @public
1214
- export const Breadcrumbs: FunctionComponent<PropsType< {
1215
- view: {
1216
- default: PolymorphicClassName;
1217
- };
1218
- size: {
1219
- l: PolymorphicClassName;
1220
- m: PolymorphicClassName;
1221
- s: PolymorphicClassName;
1222
- xs: PolymorphicClassName;
1223
- };
1224
- }> & HTMLAttributes<HTMLDivElement> & {
1225
- view?: string | undefined;
1226
- size?: string | undefined;
1227
- separator?: ReactNode;
1228
- items: BreadcrumbsItem[];
1229
- showItems?: number | undefined;
1230
- } & RefAttributes<HTMLDivElement>>;
1231
-
1232
- export { BreadcrumbsProps }
1233
-
1234
- export { Breakpoint }
1235
-
1236
- export { BreakWordProps }
1237
-
1238
- // @public
1239
- export const Button: FunctionComponent<PropsType< {
1240
- view: {
1241
- default: PolymorphicClassName;
1242
- primary: PolymorphicClassName;
1243
- accent: PolymorphicClassName;
1244
- secondary: PolymorphicClassName;
1245
- clear: PolymorphicClassName;
1246
- success: PolymorphicClassName;
1247
- warning: PolymorphicClassName;
1248
- critical: PolymorphicClassName;
1249
- dark: PolymorphicClassName;
1250
- black: PolymorphicClassName;
1251
- white: PolymorphicClassName;
1252
- };
1253
- size: {
1254
- xl: PolymorphicClassName;
1255
- xlr: PolymorphicClassName;
1256
- l: PolymorphicClassName;
1257
- lr: PolymorphicClassName;
1258
- m: PolymorphicClassName;
1259
- mr: PolymorphicClassName;
1260
- s: PolymorphicClassName;
1261
- sr: PolymorphicClassName;
1262
- xs: PolymorphicClassName;
1263
- xsr: PolymorphicClassName;
1264
- xxs: PolymorphicClassName;
1265
- };
1266
- disabled: {
1267
- true: PolymorphicClassName;
1268
- };
1269
- focused: {
1270
- true: PolymorphicClassName;
1271
- };
1272
- stretching: {
1273
- auto: PolymorphicClassName;
1274
- filled: PolymorphicClassName;
1275
- fixed: PolymorphicClassName;
1276
- };
1277
- }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1278
- text?: string | undefined;
1279
- contentLeft?: ReactNode;
1280
- contentPlacing?: ("default" | "relaxed") | undefined;
1281
- isLoading?: boolean | undefined;
1282
- loader?: ReactNode;
1283
- stretch?: boolean | undefined;
1284
- stretching?: ("auto" | "fixed" | "filled") | undefined;
1285
- square?: boolean | undefined;
1286
- focused?: boolean | undefined;
1287
- disabled?: boolean | undefined;
1288
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1289
- view?: string | undefined;
1290
- size?: string | undefined;
1291
- outlined?: boolean | undefined;
1292
- shiftLeft?: boolean | undefined;
1293
- shiftRight?: boolean | undefined;
1294
- blur?: "small" | "medium" | "large" | undefined;
1295
- } & {
1296
- value?: string | number | undefined;
1297
- contentRight?: undefined;
1298
- } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
1299
- text?: string | undefined;
1300
- contentLeft?: ReactNode;
1301
- contentPlacing?: ("default" | "relaxed") | undefined;
1302
- isLoading?: boolean | undefined;
1303
- loader?: ReactNode;
1304
- stretch?: boolean | undefined;
1305
- stretching?: ("auto" | "fixed" | "filled") | undefined;
1306
- square?: boolean | undefined;
1307
- focused?: boolean | undefined;
1308
- disabled?: boolean | undefined;
1309
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
1310
- view?: string | undefined;
1311
- size?: string | undefined;
1312
- outlined?: boolean | undefined;
1313
- shiftLeft?: boolean | undefined;
1314
- shiftRight?: boolean | undefined;
1315
- blur?: "small" | "medium" | "large" | undefined;
1316
- } & {
1317
- value?: undefined;
1318
- contentRight?: ReactNode;
1319
- } & RefAttributes<HTMLButtonElement>))>;
1320
-
1321
- // @public (undocumented)
1322
- export const Button1: FunctionComponent<PropsType< {
1323
- size: {
1324
- button1: PolymorphicClassName;
1325
- };
1326
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1327
-
1328
- // @public (undocumented)
1329
- export const Button2: FunctionComponent<PropsType< {
1330
- size: {
1331
- button2: PolymorphicClassName;
1332
- };
1333
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1334
-
1335
- export { ButtonBase }
1336
-
1337
- // @public
1338
- export const ButtonGroup: FunctionComponent<PropsType< {
1339
- view: {
1340
- default: PolymorphicClassName;
1341
- primary: PolymorphicClassName;
1342
- accent: PolymorphicClassName;
1343
- secondary: PolymorphicClassName;
1344
- clear: PolymorphicClassName;
1345
- success: PolymorphicClassName;
1346
- warning: PolymorphicClassName;
1347
- critical: PolymorphicClassName;
1348
- dark: PolymorphicClassName;
1349
- black: PolymorphicClassName;
1350
- white: PolymorphicClassName;
1351
- };
1352
- size: {
1353
- xl: PolymorphicClassName;
1354
- xlr: PolymorphicClassName;
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
- xxs: PolymorphicClassName;
1364
- };
1365
- orientation: {
1366
- horizontal: PolymorphicClassName;
1367
- vertical: PolymorphicClassName;
1368
- };
1369
- gap: {
1370
- none: PolymorphicClassName;
1371
- dense: PolymorphicClassName;
1372
- wide: PolymorphicClassName;
1373
- };
1374
- shape: {
1375
- segmented: PolymorphicClassName;
1376
- default: PolymorphicClassName;
1377
- };
1378
- stretching: {
1379
- auto: PolymorphicClassName;
1380
- filled: PolymorphicClassName;
1381
- };
1382
- }> & ButtonGroupProps & RefAttributes<HTMLDivElement>>;
1383
-
1384
- export { ButtonGroupProps }
1385
-
1386
- export { ButtonProps }
1387
-
1388
- // @public (undocumented)
1389
- export const Calendar: FC<CalendarProps>;
1390
-
1391
- // @public (undocumented)
1392
- export const CalendarBase: FunctionComponent<PropsType< {
1393
- view: {
1394
- default: PolymorphicClassName;
1395
- };
1396
- size: {
1397
- l: PolymorphicClassName;
1398
- m: PolymorphicClassName;
1399
- s: PolymorphicClassName;
1400
- xs: PolymorphicClassName;
1401
- };
1402
- }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
1403
-
1404
- export { CalendarBaseProps }
1405
-
1406
- // @public (undocumented)
1407
- export const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarBaseProps>) => ReactElement<CalendarBaseProps, string | JSXElementConstructor<any>>;
1408
-
1409
- // @public (undocumented)
1410
- export const CalendarDouble: FunctionComponent<PropsType< {
1411
- view: {
1412
- default: PolymorphicClassName;
1413
- };
1414
- size: {
1415
- l: PolymorphicClassName;
1416
- m: PolymorphicClassName;
1417
- s: PolymorphicClassName;
1418
- xs: PolymorphicClassName;
1419
- };
1420
- }> & Calendar_2 & CalendarConfigProps & RefAttributes<HTMLDivElement>>;
1421
-
1422
- export { CalendarDoubleProps }
1423
-
1424
- // @public (undocumented)
1425
- export const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: CalendarRange<CalendarDoubleProps>) => ReactElement<CalendarDoubleProps, string | JSXElementConstructor<any>>;
1426
-
1427
- export { CalendarProps }
1428
-
1429
- export { CalendarStateType }
1430
-
1431
- export { canUseDOM }
1432
-
1433
- // @public (undocumented)
1434
- export const Caption: FunctionComponent<PropsType< {
1435
- size: {
1436
- m: PolymorphicClassName;
1437
- };
1438
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
1439
-
1440
- export { Card }
1441
-
1442
- export { CardBadge }
1443
-
1444
- export { CardBody }
1445
-
1446
- export { CardBodyProps }
1447
-
1448
- export { CardContent }
1449
-
1450
- export { CardContentProps }
1451
-
1452
- export { CardMedia }
1453
-
1454
- export { CardMediaProps }
1455
-
1456
- export { CardProps }
1457
-
1458
- export { Carousel }
1459
-
1460
- export { CarouselGridWrapper }
1461
-
1462
- export { CarouselItem }
1463
-
1464
- export { CarouselItemProps }
1465
-
1466
- export { CarouselProps }
1467
-
1468
- // @public
1469
- export const Cell: FunctionComponent<PropsType< {
1470
- view: {
1471
- default: PolymorphicClassName;
1472
- };
1473
- size: {
1474
- l: PolymorphicClassName;
1475
- m: PolymorphicClassName;
1476
- s: PolymorphicClassName;
1477
- xs: PolymorphicClassName;
1478
- };
1479
- }> & (({
1480
- size?: string | undefined;
1481
- view?: string | undefined;
1482
- contentLeft?: ReactNode;
1483
- contentRight?: ReactNode;
1484
- alignContentLeft?: AlignProp | undefined;
1485
- alignContentRight?: AlignProp | undefined;
1486
- stretching?: "auto" | "fixed" | "filled" | undefined;
1487
- content?: ReactNode;
1488
- description?: string | undefined;
1489
- } & {
1490
- title?: string | undefined;
1491
- subtitle?: string | undefined;
1492
- label?: string | undefined;
1493
- children?: undefined;
1494
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>) | ({
1495
- size?: string | undefined;
1496
- view?: string | undefined;
1497
- contentLeft?: ReactNode;
1498
- contentRight?: ReactNode;
1499
- alignContentLeft?: AlignProp | undefined;
1500
- alignContentRight?: AlignProp | undefined;
1501
- stretching?: "auto" | "fixed" | "filled" | undefined;
1502
- content?: ReactNode;
1503
- description?: string | undefined;
1504
- } & {
1505
- title?: undefined;
1506
- subtitle?: undefined;
1507
- label?: undefined;
1508
- children?: ReactNode;
1509
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>))>;
1510
-
1511
- export { CellProps }
1512
-
1513
- export { CellTextbox }
1514
-
1515
- export { CellTextboxLabel }
1516
-
1517
- export { CellTextboxSubtitle }
1518
-
1519
- export { CellTextboxTitle }
1520
-
1521
- // @public
1522
- export const Checkbox: FunctionComponent<PropsType< {
1523
- size: {
1524
- s: PolymorphicClassName;
1525
- m: PolymorphicClassName;
1526
- };
1527
- view: {
1528
- default: PolymorphicClassName;
1529
- primary: PolymorphicClassName;
1530
- secondary: PolymorphicClassName;
1531
- tertiary: PolymorphicClassName;
1532
- paragraph: PolymorphicClassName;
1533
- accent: PolymorphicClassName;
1534
- positive: PolymorphicClassName;
1535
- warning: PolymorphicClassName;
1536
- negative: PolymorphicClassName;
1537
- };
1538
- disabled: {
1539
- true: PolymorphicClassName;
1540
- };
1541
- focused: {
1542
- true: PolymorphicClassName;
1543
- };
1544
- }> & CheckboxProps_2 & RefAttributes<HTMLInputElement>>;
1545
-
1546
- // Warning: (ae-forgotten-export) The symbol "CheckboxComponent" needs to be exported by the entry point index.d.ts
1547
- //
1548
- // @public (undocumented)
1549
- export type CheckboxProps = ComponentProps<typeof CheckboxComponent>;
1550
-
1551
- // @public
1552
- export const Chip: FunctionComponent<PropsType< {
1553
- view: {
1554
- default: PolymorphicClassName;
1555
- primary: PolymorphicClassName;
1556
- secondary: PolymorphicClassName;
1557
- accent: PolymorphicClassName;
1558
- positive: PolymorphicClassName;
1559
- warning: PolymorphicClassName;
1560
- negative: PolymorphicClassName;
1561
- };
1562
- size: {
1563
- l: PolymorphicClassName;
1564
- m: PolymorphicClassName;
1565
- s: PolymorphicClassName;
1566
- xs: PolymorphicClassName;
1567
- };
1568
- disabled: {
1569
- true: PolymorphicClassName;
1570
- };
1571
- focused: {
1572
- true: PolymorphicClassName;
1573
- };
1574
- pilled: {
1575
- true: PolymorphicClassName;
1576
- };
1577
- }> & ChipProps & RefAttributes<HTMLButtonElement>>;
1578
-
1579
- // @public (undocumented)
1580
- export const ChipGroup: FunctionComponent<PropsType< {
1581
- view: {
1582
- default: PolymorphicClassName;
1583
- secondary: PolymorphicClassName;
1584
- accent: PolymorphicClassName;
1585
- };
1586
- size: {
1587
- l: PolymorphicClassName;
1588
- m: PolymorphicClassName;
1589
- s: PolymorphicClassName;
1590
- xs: PolymorphicClassName;
1591
- };
1592
- gap: {
1593
- dense: PolymorphicClassName;
1594
- wide: PolymorphicClassName;
1595
- };
1596
- }> & ChipGroupProps & RefAttributes<HTMLDivElement>>;
1597
-
1598
- export { ChipProps }
1599
-
1600
- export { clearSelection }
1601
-
1602
- export { closeNotification }
1603
-
1604
- export { ClosePlacementType }
1605
-
1606
- export { Col }
1607
-
1608
- export { ColCount }
1609
-
1610
- export { ColOffsetProps }
1611
-
1612
- export { ColProps }
1613
-
1614
- export { ColSizeProps }
1615
-
1616
- // Warning: (ae-forgotten-export) The symbol "CommonProps" needs to be exported by the entry point index.d.ts
1617
- //
1618
- // @public (undocumented)
1619
- export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
1620
-
1621
- // @public (undocumented)
1622
- export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1623
- id?: string | undefined;
1624
- size?: string | undefined;
1625
- view?: string | undefined;
1626
- } & RefAttributes<HTMLDivElement>>;
1627
-
1628
- // @public (undocumented)
1629
- export const ComboboxFooter: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1630
- id?: string | undefined;
1631
- size?: string | undefined;
1632
- view?: string | undefined;
1633
- } & RefAttributes<HTMLDivElement>>;
1634
-
1635
- // @public (undocumented)
1636
- export const ComboboxGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1637
- id?: string | undefined;
1638
- labelClassName?: string | undefined;
1639
- groupClassName?: string | undefined;
1640
- label?: ReactNode;
1641
- role?: string | undefined;
1642
- size?: string | undefined;
1643
- view?: string | undefined;
1644
- } & RefAttributes<HTMLDivElement>>;
1645
-
1646
- // @public (undocumented)
1647
- export const ComboboxHeader: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
1648
- id?: string | undefined;
1649
- size?: string | undefined;
1650
- view?: string | undefined;
1651
- } & RefAttributes<HTMLDivElement>>;
1652
-
1653
- // @public (undocumented)
1654
- export const ComboboxItem: FunctionComponent<PropsType<Variants> & Omit<HTMLAttributes<HTMLDivElement>, "onSelect"> & {
1655
- id?: string | undefined;
1656
- disabled?: boolean | undefined;
1657
- label?: ReactNode;
1658
- role?: string | undefined;
1659
- contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1660
- contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
1661
- name?: string | undefined;
1662
- checked?: boolean | undefined;
1663
- text?: string | undefined;
1664
- value?: string | number | boolean | undefined;
1665
- isSelected?: boolean | undefined;
1666
- onClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1667
- onSelect?: ((value?: any, text?: any) => void) | undefined;
1668
- size?: string | undefined;
1669
- view?: string | undefined;
1670
- } & RefAttributes<HTMLDivElement>>;
1671
-
1672
- export { ComboboxProps }
1673
-
1674
- // @public (undocumented)
1675
- export const Container: FunctionComponent<PropsType< {
1676
- view: {
1677
- default: PolymorphicClassName;
1678
- legacy: PolymorphicClassName;
1679
- };
1680
- }> & ContainerProps & RefAttributes<HTMLDivElement>>;
1681
-
1682
- export { ContainerProps }
1683
-
1684
- export { convertRoundnessMatrix }
1685
-
1686
- // @public
1687
- export const Counter: FunctionComponent<PropsType< {
1688
- view: {
1689
- default: PolymorphicClassName;
1690
- accent: PolymorphicClassName;
1691
- positive: PolymorphicClassName;
1692
- warning: PolymorphicClassName;
1693
- negative: PolymorphicClassName;
1694
- dark: PolymorphicClassName;
1695
- light: PolymorphicClassName;
1696
- };
1697
- size: {
1698
- l: PolymorphicClassName;
1699
- m: PolymorphicClassName;
1700
- s: PolymorphicClassName;
1701
- xs: PolymorphicClassName;
1702
- xxs: PolymorphicClassName;
1703
- };
1704
- }> & HTMLAttributes<HTMLDivElement> & CustomCounterProps & RefAttributes<HTMLDivElement>>;
1705
-
1706
- export { CounterProps }
1707
-
1708
- export { counterTokens }
1709
-
1710
- // @public (undocumented)
1711
- export const DatePicker: FunctionComponent<PropsType< {
1712
- view: {
1713
- default: PolymorphicClassName;
1714
- };
1715
- size: {
1716
- l: PolymorphicClassName;
1717
- m: PolymorphicClassName;
1718
- s: PolymorphicClassName;
1719
- xs: PolymorphicClassName;
1720
- };
1721
- disabled: {
1722
- true: PolymorphicClassName;
1723
- };
1724
- readOnly: {
1725
- true: PolymorphicClassName;
1726
- };
1727
- }> & DatePickerVariationProps & {
1728
- requiredPlacement?: "right" | "left" | undefined;
1729
- required?: boolean | undefined;
1730
- defaultDate?: Date | undefined;
1731
- placeholder?: string | undefined;
1732
- name?: string | undefined;
1733
- valueError?: boolean | undefined;
1734
- valueSuccess?: boolean | undefined;
1735
- leftHelper?: string | undefined;
1736
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1737
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1738
- textBefore?: string | undefined;
1739
- textAfter?: string | undefined;
1740
- onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1741
- onChangeValue?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined) => void) | undefined;
1742
- onChange?: ((event: {
1743
- target: {
1744
- value?: string | undefined;
1745
- name?: string | undefined;
1746
- };
1747
- }) => void) | undefined;
1748
- } & LabelProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
1749
-
1750
- export { datePickerClasses }
1751
-
1752
- export { DatePickerPlacement }
1753
-
1754
- export { DatePickerPlacementBasic }
1755
-
1756
- export { DatePickerProps }
1757
-
1758
- // @public (undocumented)
1759
- export const DatePickerRange: FunctionComponent<PropsType< {
1760
- view: {
1761
- default: PolymorphicClassName;
1762
- };
1763
- size: {
1764
- l: PolymorphicClassName;
1765
- m: PolymorphicClassName;
1766
- s: PolymorphicClassName;
1767
- xs: PolymorphicClassName;
1768
- };
1769
- disabled: {
1770
- true: PolymorphicClassName;
1771
- };
1772
- readOnly: {
1773
- true: PolymorphicClassName;
1774
- };
1775
- }> & DatePickerVariationProps & {
1776
- requiredPlacement?: "right" | "left" | undefined;
1777
- required?: boolean | undefined;
1778
- defaultFirstDate?: Date | undefined;
1779
- defaultSecondDate?: Date | undefined;
1780
- name?: string | undefined;
1781
- onChangeFirstValue?: ChangeInstanceCallback | undefined;
1782
- onChangeSecondValue?: ChangeInstanceCallback | undefined;
1783
- onCommitFirstDate?: CommitInstanceCallback | undefined;
1784
- onCommitSecondDate?: CommitInstanceCallback | undefined;
1785
- onChange?: ((event: {
1786
- target: {
1787
- value?: string | undefined;
1788
- name?: string | undefined;
1789
- };
1790
- }) => void) | undefined;
1791
- } & {
1792
- label?: string | undefined;
1793
- view?: string | undefined;
1794
- disabled?: boolean | undefined;
1795
- autoComplete?: string | undefined;
1796
- readOnly?: boolean | undefined;
1797
- required?: boolean | undefined;
1798
- size?: string | undefined;
1799
- contentLeft?: ReactNode;
1800
- contentRight?: ReactNode;
1801
- leftHelper?: string | undefined;
1802
- requiredPlacement?: "right" | "left" | undefined;
1803
- firstValueError?: boolean | undefined;
1804
- secondValueError?: boolean | undefined;
1805
- firstValueSuccess?: boolean | undefined;
1806
- secondValueSuccess?: boolean | undefined;
1807
- firstPlaceholder?: string | undefined;
1808
- secondPlaceholder?: string | undefined;
1809
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1810
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1811
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1812
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1813
- firstTextfieldTextAfter?: string | undefined;
1814
- secondTextfieldTextAfter?: string | undefined;
1815
- onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
1816
- onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
1817
- onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
1818
- onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
1819
- firstTextfieldTextBefore?: string | undefined;
1820
- secondTextfieldTextBefore?: string | undefined;
1821
- dividerVariant?: "none" | "icon" | "dash" | undefined;
1822
- dividerIcon?: ReactNode;
1823
- } & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
1824
- placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
1825
- isDoubleCalendar?: boolean | undefined;
1826
- closeAfterDateSelect?: boolean | undefined;
1827
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
1828
-
1829
- export { DatePickerRangePlacement }
1830
-
1831
- export { DatePickerRangeProps }
1832
-
1833
- export { datePickerTokens }
1834
-
1835
- export { defaultValidate }
1836
-
1837
- export { DisabledProps }
1838
-
1839
- // @public
1840
- export const Divider: FunctionComponent<PropsType< {
1841
- view: {
1842
- default: PolymorphicClassName;
1843
- dark: PolymorphicClassName;
1844
- light: PolymorphicClassName;
1845
- inverse: PolymorphicClassName;
1846
- };
1847
- size: {
1848
- m: PolymorphicClassName;
1849
- };
1850
- orientation: {
1851
- horizontal: PolymorphicClassName;
1852
- vertical: PolymorphicClassName;
1853
- };
1854
- }> & DividerProps & RefAttributes<HTMLDivElement>>;
1855
-
1856
- export { DividerProps }
1857
-
1858
- export { dividerTokens }
1859
-
1860
- // @public
1861
- export const Drawer: FunctionComponent<PropsType< {
1862
- view: {
1863
- default: PolymorphicClassName;
1864
- };
1865
- size: {
1866
- m: PolymorphicClassName;
1867
- };
1868
- borderRadius: {
1869
- none: PolymorphicClassName;
1870
- default: PolymorphicClassName;
1871
- };
1872
- }> & PopupBaseProps & PanelProps & {
1873
- placement?: "top" | "bottom" | "right" | "left" | undefined;
1874
- asModal?: boolean | undefined;
1875
- withBlur?: boolean | undefined;
1876
- closeOnEsc?: boolean | undefined;
1877
- closeOnOverlayClick?: boolean | undefined;
1878
- onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined;
1879
- onOverlayClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
1880
- initialFocusRef?: RefObject<HTMLElement> | undefined;
1881
- focusAfterRef?: RefObject<HTMLElement> | undefined;
1882
- onClose?: (() => void) | undefined;
1883
- } & RefAttributes<HTMLDivElement>>;
1884
-
1885
- // @public
1886
- export const DrawerContent: FunctionComponent<PropsType<Variants> & {
1887
- view?: string | undefined;
1888
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1889
-
1890
- export { DrawerContentProps }
1891
-
1892
- // @public
1893
- export const DrawerFooter: FunctionComponent<PropsType<Variants> & {
1894
- view?: string | undefined;
1895
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1896
-
1897
- export { DrawerFooterProps }
1898
-
1899
- // @public
1900
- export const DrawerHeader: FunctionComponent<PropsType<Variants> & {
1901
- hasClose?: boolean | undefined;
1902
- closePlacement?: "right" | "left" | undefined;
1903
- actions?: ReactNode;
1904
- onClose?: (() => void) | undefined;
1905
- view?: string | undefined;
1906
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
1907
-
1908
- export { DrawerHeaderProps }
1909
-
1910
- export { DrawerProps }
1911
-
1912
- // @public (undocumented)
1913
- export const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "view" | "size"> & Pick<PropsType< {
1914
- size: {
1915
- l: PolymorphicClassName;
1916
- m: PolymorphicClassName;
1917
- s: PolymorphicClassName;
1918
- xs: PolymorphicClassName;
1919
- };
1920
- view: {
1921
- default: PolymorphicClassName;
1922
- };
1923
- }> & {
1924
- items: DropdownItemOption[];
1925
- alwaysOpened?: boolean | undefined;
1926
- children?: React_2.ReactNode;
1927
- itemRole?: string | undefined;
1928
- onHover?: ((index: number) => void) | undefined;
1929
- onItemSelect?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
1930
- trigger?: DropdownTrigger | undefined;
1931
- placement?: DropdownPlacement | undefined;
1932
- offset?: [number, number] | undefined;
1933
- listWidth?: Property.Width<string | number> | undefined;
1934
- hasArrow?: boolean | undefined;
1935
- closeOnSelect?: boolean | undefined;
1936
- closeOnOverlayClick?: boolean | undefined;
1937
- onToggle?: ((isOpen: boolean, event: Event | React_2.SyntheticEvent<Element, Event>) => void) | undefined;
1938
- size?: string | undefined;
1939
- view?: string | undefined;
1940
- variant?: "normal" | "tight" | undefined;
1941
- portal?: string | React_2.RefObject<HTMLElement> | undefined;
1942
- renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
1943
- zIndex?: Property.ZIndex | undefined;
1944
- beforeList?: React_2.ReactNode;
1945
- afterList?: React_2.ReactNode;
1946
- onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
1947
- listOverflow?: Property.Overflow | undefined;
1948
- listHeight?: Property.Height<string | number> | undefined;
1949
- hoverIndex?: number | undefined;
1950
- } & React_2.HTMLAttributes<HTMLDivElement> & React_2.RefAttributes<HTMLDivElement>, "view" | "size"> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
1951
-
1952
- // @public (undocumented)
1953
- export const DropdownItem: React_2.ForwardRefExoticComponent<DropdownItemProps & React_2.RefAttributes<HTMLDivElement>>;
1954
-
1955
- export { DropdownItemProps }
1956
-
1957
- export { DropdownItemType }
1958
-
1959
- // @public (undocumented)
1960
- export const DropdownList: StyledComponent<"ul", any, {}, never>;
1961
-
1962
- export { DropdownNodeType }
1963
-
1964
- // @public (undocumented)
1965
- export const DropdownPopup: React_2.ForwardRefExoticComponent<DropdownPopupProps & React_2.RefAttributes<HTMLDivElement>>;
1966
-
1967
- export { DropdownPopupProps }
1968
-
1969
- export { DropdownProps }
1970
-
1971
- // @public (undocumented)
1972
- export const Dropzone: FunctionComponent<PropsType< {
1973
- view: {
1974
- default: PolymorphicClassName;
1975
- };
1976
- size: {
1977
- m: PolymorphicClassName;
1978
- };
1979
- disabled: {
1980
- true: PolymorphicClassName;
1981
- };
1982
- }> & {
1983
- multiple?: boolean | undefined;
1984
- title?: string | undefined;
1985
- description?: string | undefined;
1986
- icon?: ReactNode;
1987
- iconPlacement?: "top" | "left" | undefined;
1988
- size?: string | undefined;
1989
- view?: string | undefined;
1990
- disabled?: boolean | undefined;
1991
- stretch?: boolean | undefined;
1992
- onDragEnter?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
1993
- onDragLeave?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
1994
- onDragOver?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
1995
- validator?: ((files: File[]) => ValidatorReturnType) | undefined;
1996
- onDrop?: FileProcessHandler | undefined;
1997
- onChoseFiles?: FileProcessHandler | undefined;
1998
- } & InputHTMLAttributes_3<HTMLInputElement> & RefAttributes<HTMLInputElement>>;
1999
-
2000
- export { dropzoneClasses }
2001
-
2002
- export { dropzoneTokens }
2003
-
2004
- // @public (undocumented)
2005
- export const DsplL: FunctionComponent<PropsType< {
2006
- size: {
2007
- l: PolymorphicClassName;
2008
- };
2009
- }> & {
2010
- noWrap?: boolean | undefined;
2011
- breakWord?: boolean | undefined;
2012
- color?: string | undefined;
2013
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2014
-
2015
- // @public (undocumented)
2016
- export const DsplM: FunctionComponent<PropsType< {
2017
- size: {
2018
- m: PolymorphicClassName;
2019
- };
2020
- }> & {
2021
- noWrap?: boolean | undefined;
2022
- breakWord?: boolean | undefined;
2023
- color?: string | undefined;
2024
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2025
-
2026
- // @public (undocumented)
2027
- export const DsplS: FunctionComponent<PropsType< {
2028
- size: {
2029
- s: PolymorphicClassName;
2030
- };
2031
- }> & {
2032
- noWrap?: boolean | undefined;
2033
- breakWord?: boolean | undefined;
2034
- color?: string | undefined;
2035
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2036
-
2037
- // @public (undocumented)
2038
- export const Editable: FunctionComponent<PropsType< {
2039
- view: {
2040
- default: PolymorphicClassName;
2041
- };
2042
- size: {
2043
- m: PolymorphicClassName;
2044
- };
2045
- }> & EditableProps<TypographyVariants> & RefAttributes<HTMLInputElement>>;
2046
-
2047
- export { ElasticGrid }
2048
-
2049
- export { ElasticGridProps }
2050
-
2051
- // @public (undocumented)
2052
- export const EmptyState: FunctionComponent<PropsType< {
2053
- size: {
2054
- l: PolymorphicClassName;
2055
- m: PolymorphicClassName;
2056
- s: PolymorphicClassName;
2057
- xs: PolymorphicClassName;
2058
- };
2059
- }> & Props & RefAttributes<HTMLDivElement>>;
2060
-
2061
- export { extractTextFrom }
2062
-
2063
- // @public (undocumented)
2064
- export const Flow: FunctionComponent<PropsType< {}> & FlowProps & {
2065
- minColWidth?: string | undefined;
2066
- } & RefAttributes<HTMLDivElement>>;
2067
-
2068
- export { FocusProps }
2069
-
2070
- // @public (undocumented)
2071
- export const Footnote1: FunctionComponent<PropsType< {
2072
- size: {
2073
- footnote1: PolymorphicClassName;
2074
- };
2075
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2076
-
2077
- // @public (undocumented)
2078
- export const Footnote2: FunctionComponent<PropsType< {
2079
- size: {
2080
- footnote2: PolymorphicClassName;
2081
- };
2082
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2083
-
2084
- export { formatCurrency }
2085
-
2086
- export { gridBreakpoints }
2087
-
2088
- export { gridColumns }
2089
-
2090
- export { gridGutters }
2091
-
2092
- export { gridMargins }
2093
-
2094
- export { gridSizes }
2095
-
2096
- // @public (undocumented)
2097
- export const H1: FunctionComponent<PropsType< {
2098
- size: {
2099
- h1: PolymorphicClassName;
2100
- };
2101
- }> & {
2102
- noWrap?: boolean | undefined;
2103
- breakWord?: boolean | undefined;
2104
- color?: string | undefined;
2105
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2106
-
2107
- // @public (undocumented)
2108
- export const H2: FunctionComponent<PropsType< {
2109
- size: {
2110
- h2: PolymorphicClassName;
2111
- };
2112
- }> & {
2113
- noWrap?: boolean | undefined;
2114
- breakWord?: boolean | undefined;
2115
- color?: string | undefined;
2116
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2117
-
2118
- // @public (undocumented)
2119
- export const H3: FunctionComponent<PropsType< {
2120
- size: {
2121
- h3: PolymorphicClassName;
2122
- };
2123
- }> & {
2124
- noWrap?: boolean | undefined;
2125
- breakWord?: boolean | undefined;
2126
- color?: string | undefined;
2127
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2128
-
2129
- // @public (undocumented)
2130
- export const H4: FunctionComponent<PropsType< {
2131
- size: {
2132
- h4: PolymorphicClassName;
2133
- };
2134
- }> & {
2135
- noWrap?: boolean | undefined;
2136
- breakWord?: boolean | undefined;
2137
- color?: string | undefined;
2138
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2139
-
2140
- // @public (undocumented)
2141
- export const H5: FunctionComponent<PropsType< {
2142
- size: {
2143
- h5: PolymorphicClassName;
2144
- };
2145
- }> & {
2146
- noWrap?: boolean | undefined;
2147
- breakWord?: boolean | undefined;
2148
- color?: string | undefined;
2149
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
2150
-
2151
- // @public (undocumented)
2152
- export const Headline1: FunctionComponent<PropsType< {
2153
- size: {
2154
- headline1: PolymorphicClassName;
2155
- };
2156
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2157
-
2158
- // @public (undocumented)
2159
- export const Headline2: FunctionComponent<PropsType< {
2160
- size: {
2161
- headline2: PolymorphicClassName;
2162
- };
2163
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2164
-
2165
- // @public (undocumented)
2166
- export const Headline3: FunctionComponent<PropsType< {
2167
- size: {
2168
- headline3: PolymorphicClassName;
2169
- };
2170
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2171
-
2172
- // @public (undocumented)
2173
- export const Headline4: FunctionComponent<PropsType< {
2174
- size: {
2175
- headline4: PolymorphicClassName;
2176
- };
2177
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2178
-
2179
- // @public (undocumented)
2180
- export const Headline5: FunctionComponent<PropsType< {
2181
- size: {
2182
- headline5: PolymorphicClassName;
2183
- };
2184
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
2185
-
2186
- // @public
2187
- export const IconButton: FunctionComponent<PropsType< {
2188
- view: {
2189
- default: PolymorphicClassName;
2190
- accent: PolymorphicClassName;
2191
- secondary: PolymorphicClassName;
2192
- clear: PolymorphicClassName;
2193
- success: PolymorphicClassName;
2194
- warning: PolymorphicClassName;
2195
- critical: PolymorphicClassName;
2196
- dark: PolymorphicClassName;
2197
- black: PolymorphicClassName;
2198
- white: PolymorphicClassName;
2199
- };
2200
- size: {
2201
- xl: PolymorphicClassName;
2202
- xlr: PolymorphicClassName;
2203
- l: PolymorphicClassName;
2204
- lr: PolymorphicClassName;
2205
- m: PolymorphicClassName;
2206
- mr: PolymorphicClassName;
2207
- s: PolymorphicClassName;
2208
- sr: PolymorphicClassName;
2209
- xs: PolymorphicClassName;
2210
- xsr: PolymorphicClassName;
2211
- };
2212
- disabled: {
2213
- true: PolymorphicClassName;
2214
- };
2215
- focused: {
2216
- true: PolymorphicClassName;
2217
- };
2218
- }> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
2219
- text?: string | undefined;
2220
- contentLeft?: ReactNode;
2221
- contentPlacing?: ("default" | "relaxed") | undefined;
2222
- isLoading?: boolean | undefined;
2223
- loader?: ReactNode;
2224
- stretch?: boolean | undefined;
2225
- stretching?: ("auto" | "fixed" | "filled") | undefined;
2226
- square?: boolean | undefined;
2227
- focused?: boolean | undefined;
2228
- disabled?: boolean | undefined;
2229
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
2230
- view?: string | undefined;
2231
- size?: string | undefined;
2232
- outlined?: boolean | undefined;
2233
- shiftLeft?: boolean | undefined;
2234
- shiftRight?: boolean | undefined;
2235
- blur?: "small" | "medium" | "large" | undefined;
2236
- } & {
2237
- value?: string | number | undefined;
2238
- contentRight?: undefined;
2239
- } & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
2240
- text?: string | undefined;
2241
- contentLeft?: ReactNode;
2242
- contentPlacing?: ("default" | "relaxed") | undefined;
2243
- isLoading?: boolean | undefined;
2244
- loader?: ReactNode;
2245
- stretch?: boolean | undefined;
2246
- stretching?: ("auto" | "fixed" | "filled") | undefined;
2247
- square?: boolean | undefined;
2248
- focused?: boolean | undefined;
2249
- disabled?: boolean | undefined;
2250
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
2251
- view?: string | undefined;
2252
- size?: string | undefined;
2253
- outlined?: boolean | undefined;
2254
- shiftLeft?: boolean | undefined;
2255
- shiftRight?: boolean | undefined;
2256
- blur?: "small" | "medium" | "large" | undefined;
2257
- } & {
2258
- value?: undefined;
2259
- contentRight?: ReactNode;
2260
- } & RefAttributes<HTMLButtonElement>))>;
2261
-
2262
- // @public
2263
- const Image_2: FunctionComponent<PropsType<Variants> & ImgHTMLAttributes<HTMLImageElement> & {
2264
- base?: "img" | "div" | undefined;
2265
- 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;
2266
- customRatio?: string | undefined;
2267
- } & RefAttributes<HTMLDivElement>>;
2268
- export { Image_2 as Image }
2269
-
2270
- export { ImageProps }
2271
-
2272
- // @public (undocumented)
2273
- export const Indicator: FunctionComponent<PropsType< {
2274
- view: {
2275
- default: PolymorphicClassName;
2276
- accent: PolymorphicClassName;
2277
- inactive: PolymorphicClassName;
2278
- positive: PolymorphicClassName;
2279
- warning: PolymorphicClassName;
2280
- negative: PolymorphicClassName;
2281
- black: PolymorphicClassName;
2282
- white: PolymorphicClassName;
2283
- };
2284
- size: {
2285
- l: PolymorphicClassName;
2286
- m: PolymorphicClassName;
2287
- s: PolymorphicClassName;
2288
- };
2289
- }> & HTMLAttributes<HTMLDivElement> & {
2290
- size: string;
2291
- view: string;
2292
- } & RefAttributes<HTMLDivElement>>;
2293
-
2294
- export { IndicatorProps }
2295
-
2296
- export { InputHTMLAttributes }
2297
-
2298
- // @public
2299
- export const LineSkeleton: FunctionComponent<PropsType< {
2300
- size: {
2301
- body1: PolymorphicClassName;
2302
- body2: PolymorphicClassName;
2303
- body3: PolymorphicClassName;
2304
- button1: PolymorphicClassName;
2305
- button2: PolymorphicClassName;
2306
- caption: PolymorphicClassName;
2307
- display1: PolymorphicClassName;
2308
- display2: PolymorphicClassName;
2309
- display3: PolymorphicClassName;
2310
- footnote1: PolymorphicClassName;
2311
- footnote2: PolymorphicClassName;
2312
- headline1: PolymorphicClassName;
2313
- headline2: PolymorphicClassName;
2314
- headline3: PolymorphicClassName;
2315
- headline4: PolymorphicClassName;
2316
- paragraph1: PolymorphicClassName;
2317
- paragraph2: PolymorphicClassName;
2318
- underline: PolymorphicClassName;
2319
- bodyL: PolymorphicClassName;
2320
- bodyM: PolymorphicClassName;
2321
- bodyS: PolymorphicClassName;
2322
- bodyXS: PolymorphicClassName;
2323
- bodyXXS: PolymorphicClassName;
2324
- dsplL: PolymorphicClassName;
2325
- dsplM: PolymorphicClassName;
2326
- dsplS: PolymorphicClassName;
2327
- h1: PolymorphicClassName;
2328
- h2: PolymorphicClassName;
2329
- h3: PolymorphicClassName;
2330
- h4: PolymorphicClassName;
2331
- h5: PolymorphicClassName;
2332
- textL: PolymorphicClassName;
2333
- textM: PolymorphicClassName;
2334
- textS: PolymorphicClassName;
2335
- textXS: PolymorphicClassName;
2336
- };
2337
- }> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
2338
- customGradientColor?: string | undefined;
2339
- roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
2340
- } & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement>>;
2341
-
2342
- export { LineSkeletonProps }
2343
-
2344
- // @public
2345
- export const Link: FunctionComponent<PropsType< {
2346
- view: {
2347
- default: PolymorphicClassName;
2348
- primary: PolymorphicClassName;
2349
- secondary: PolymorphicClassName;
2350
- tertiary: PolymorphicClassName;
2351
- paragraph: PolymorphicClassName;
2352
- accent: PolymorphicClassName;
2353
- positive: PolymorphicClassName;
2354
- warning: PolymorphicClassName;
2355
- negative: PolymorphicClassName;
2356
- clear: PolymorphicClassName;
2357
- };
2358
- disabled: {
2359
- true: PolymorphicClassName;
2360
- };
2361
- focused: {
2362
- true: PolymorphicClassName;
2363
- };
2364
- }> & AnchorHTMLAttributes<HTMLAnchorElement> & LinkCustomProps & RefAttributes<HTMLAnchorElement>>;
2365
-
2366
- export { List }
2367
-
2368
- export { ListItem }
2369
-
2370
- // @public (undocumented)
2371
- export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
2372
- view: {
2373
- default: PolymorphicClassName;
2374
- positive: PolymorphicClassName;
2375
- warning: PolymorphicClassName;
2376
- negative: PolymorphicClassName;
2377
- };
2378
- size: {
2379
- l: PolymorphicClassName;
2380
- m: PolymorphicClassName;
2381
- s: PolymorphicClassName;
2382
- xs: PolymorphicClassName;
2383
- };
2384
- labelPlacement: {
2385
- inner: PolymorphicClassName;
2386
- outer: PolymorphicClassName;
2387
- };
2388
- clear: {
2389
- true: PolymorphicClassName;
2390
- };
2391
- chipView: {
2392
- default: PolymorphicClassName;
2393
- secondary: PolymorphicClassName;
2394
- accent: PolymorphicClassName;
2395
- positive: PolymorphicClassName;
2396
- warning: PolymorphicClassName;
2397
- negative: PolymorphicClassName;
2398
- };
2399
- hintView: {
2400
- default: PolymorphicClassName;
2401
- };
2402
- hintSize: {
2403
- m: PolymorphicClassName;
2404
- s: PolymorphicClassName;
2405
- };
2406
- disabled: {
2407
- true: PolymorphicClassName;
2408
- };
2409
- readOnly: {
2410
- true: PolymorphicClassName;
2411
- };
2412
- }> & {
2413
- size?: string | undefined;
2414
- view?: string | undefined;
2415
- readOnly?: boolean | undefined;
2416
- disabled?: boolean | undefined;
2417
- } & {
2418
- titleCaption?: ReactNode;
2419
- leftHelper?: ReactNode;
2420
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2421
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2422
- textBefore?: string | undefined;
2423
- textAfter?: string | undefined;
2424
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2425
- } & LabelProps & RequiredProps & {
2426
- clear?: boolean | undefined;
2427
- hasDivider?: boolean | undefined;
2428
- } & {
2429
- hintText: string;
2430
- hintTrigger?: "hover" | "click" | undefined;
2431
- hintView?: string | undefined;
2432
- hintSize?: string | undefined;
2433
- hintTargetIcon?: ReactNode;
2434
- hintTargetPlacement?: "outer" | "inner" | undefined;
2435
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
2436
- hintHasArrow?: boolean | undefined;
2437
- hintOffset?: [number, number] | undefined;
2438
- hintWidth?: string | undefined;
2439
- hintContentLeft?: ReactNode;
2440
- } & {
2441
- chips?: undefined;
2442
- onChangeChips?: undefined;
2443
- enumerationType?: "plain" | undefined;
2444
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2445
- chipType?: undefined;
2446
- chipView?: undefined;
2447
- chipValidator?: undefined;
2448
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2449
- view: {
2450
- default: PolymorphicClassName;
2451
- positive: PolymorphicClassName;
2452
- warning: PolymorphicClassName;
2453
- negative: PolymorphicClassName;
2454
- };
2455
- size: {
2456
- l: PolymorphicClassName;
2457
- m: PolymorphicClassName;
2458
- s: PolymorphicClassName;
2459
- xs: PolymorphicClassName;
2460
- };
2461
- labelPlacement: {
2462
- inner: PolymorphicClassName;
2463
- outer: PolymorphicClassName;
2464
- };
2465
- clear: {
2466
- true: PolymorphicClassName;
2467
- };
2468
- chipView: {
2469
- default: PolymorphicClassName;
2470
- secondary: PolymorphicClassName;
2471
- accent: PolymorphicClassName;
2472
- positive: PolymorphicClassName;
2473
- warning: PolymorphicClassName;
2474
- negative: PolymorphicClassName;
2475
- };
2476
- hintView: {
2477
- default: PolymorphicClassName;
2478
- };
2479
- hintSize: {
2480
- m: PolymorphicClassName;
2481
- s: PolymorphicClassName;
2482
- };
2483
- disabled: {
2484
- true: PolymorphicClassName;
2485
- };
2486
- readOnly: {
2487
- true: PolymorphicClassName;
2488
- };
2489
- }> & {
2490
- size?: string | undefined;
2491
- view?: string | undefined;
2492
- readOnly?: boolean | undefined;
2493
- disabled?: boolean | undefined;
2494
- } & {
2495
- titleCaption?: ReactNode;
2496
- leftHelper?: ReactNode;
2497
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2498
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2499
- textBefore?: string | undefined;
2500
- textAfter?: string | undefined;
2501
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2502
- } & LabelProps & RequiredProps & {
2503
- clear?: boolean | undefined;
2504
- hasDivider?: boolean | undefined;
2505
- } & {
2506
- hintText: string;
2507
- hintTrigger?: "hover" | "click" | undefined;
2508
- hintView?: string | undefined;
2509
- hintSize?: string | undefined;
2510
- hintTargetIcon?: ReactNode;
2511
- hintTargetPlacement?: "outer" | "inner" | undefined;
2512
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
2513
- hintHasArrow?: boolean | undefined;
2514
- hintOffset?: [number, number] | undefined;
2515
- hintWidth?: string | undefined;
2516
- hintContentLeft?: ReactNode;
2517
- } & {
2518
- enumerationType: "chip";
2519
- onSearch?: undefined;
2520
- chips?: TextFieldPrimitiveValue[] | undefined;
2521
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2522
- chipType?: "default" | "text" | undefined;
2523
- chipView?: string | undefined;
2524
- chipValidator?: ((value: string) => {
2525
- view?: string | undefined;
2526
- }) | undefined;
2527
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2528
- view: {
2529
- default: PolymorphicClassName;
2530
- positive: PolymorphicClassName;
2531
- warning: PolymorphicClassName;
2532
- negative: PolymorphicClassName;
2533
- };
2534
- size: {
2535
- l: PolymorphicClassName;
2536
- m: PolymorphicClassName;
2537
- s: PolymorphicClassName;
2538
- xs: PolymorphicClassName;
2539
- };
2540
- labelPlacement: {
2541
- inner: PolymorphicClassName;
2542
- outer: PolymorphicClassName;
2543
- };
2544
- clear: {
2545
- true: PolymorphicClassName;
2546
- };
2547
- chipView: {
2548
- default: PolymorphicClassName;
2549
- secondary: PolymorphicClassName;
2550
- accent: PolymorphicClassName;
2551
- positive: PolymorphicClassName;
2552
- warning: PolymorphicClassName;
2553
- negative: PolymorphicClassName;
2554
- };
2555
- hintView: {
2556
- default: PolymorphicClassName;
2557
- };
2558
- hintSize: {
2559
- m: PolymorphicClassName;
2560
- s: PolymorphicClassName;
2561
- };
2562
- disabled: {
2563
- true: PolymorphicClassName;
2564
- };
2565
- readOnly: {
2566
- true: PolymorphicClassName;
2567
- };
2568
- }> & {
2569
- size?: string | undefined;
2570
- view?: string | undefined;
2571
- readOnly?: boolean | undefined;
2572
- disabled?: boolean | undefined;
2573
- } & {
2574
- titleCaption?: ReactNode;
2575
- leftHelper?: ReactNode;
2576
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2577
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2578
- textBefore?: string | undefined;
2579
- textAfter?: string | undefined;
2580
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2581
- } & LabelProps & RequiredProps & {
2582
- clear?: boolean | undefined;
2583
- hasDivider?: boolean | undefined;
2584
- } & {
2585
- hintTrigger?: undefined;
2586
- hintText?: undefined;
2587
- hintView?: undefined;
2588
- hintSize?: undefined;
2589
- hintTargetIcon?: undefined;
2590
- hintTargetPlacement?: undefined;
2591
- hintPlacement?: undefined;
2592
- hintHasArrow?: undefined;
2593
- hintOffset?: undefined;
2594
- hintWidth?: undefined;
2595
- hintContentLeft?: undefined;
2596
- } & {
2597
- chips?: undefined;
2598
- onChangeChips?: undefined;
2599
- enumerationType?: "plain" | undefined;
2600
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2601
- chipType?: undefined;
2602
- chipView?: undefined;
2603
- chipValidator?: undefined;
2604
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2605
- view: {
2606
- default: PolymorphicClassName;
2607
- positive: PolymorphicClassName;
2608
- warning: PolymorphicClassName;
2609
- negative: PolymorphicClassName;
2610
- };
2611
- size: {
2612
- l: PolymorphicClassName;
2613
- m: PolymorphicClassName;
2614
- s: PolymorphicClassName;
2615
- xs: PolymorphicClassName;
2616
- };
2617
- labelPlacement: {
2618
- inner: PolymorphicClassName;
2619
- outer: PolymorphicClassName;
2620
- };
2621
- clear: {
2622
- true: PolymorphicClassName;
2623
- };
2624
- chipView: {
2625
- default: PolymorphicClassName;
2626
- secondary: PolymorphicClassName;
2627
- accent: PolymorphicClassName;
2628
- positive: PolymorphicClassName;
2629
- warning: PolymorphicClassName;
2630
- negative: PolymorphicClassName;
2631
- };
2632
- hintView: {
2633
- default: PolymorphicClassName;
2634
- };
2635
- hintSize: {
2636
- m: PolymorphicClassName;
2637
- s: PolymorphicClassName;
2638
- };
2639
- disabled: {
2640
- true: PolymorphicClassName;
2641
- };
2642
- readOnly: {
2643
- true: PolymorphicClassName;
2644
- };
2645
- }> & {
2646
- size?: string | undefined;
2647
- view?: string | undefined;
2648
- readOnly?: boolean | undefined;
2649
- disabled?: boolean | undefined;
2650
- } & {
2651
- titleCaption?: ReactNode;
2652
- leftHelper?: ReactNode;
2653
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2654
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2655
- textBefore?: string | undefined;
2656
- textAfter?: string | undefined;
2657
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2658
- } & LabelProps & RequiredProps & {
2659
- clear?: boolean | undefined;
2660
- hasDivider?: boolean | undefined;
2661
- } & {
2662
- hintTrigger?: undefined;
2663
- hintText?: undefined;
2664
- hintView?: undefined;
2665
- hintSize?: undefined;
2666
- hintTargetIcon?: undefined;
2667
- hintTargetPlacement?: undefined;
2668
- hintPlacement?: undefined;
2669
- hintHasArrow?: undefined;
2670
- hintOffset?: undefined;
2671
- hintWidth?: undefined;
2672
- hintContentLeft?: undefined;
2673
- } & {
2674
- enumerationType: "chip";
2675
- onSearch?: undefined;
2676
- chips?: TextFieldPrimitiveValue[] | undefined;
2677
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2678
- chipType?: "default" | "text" | undefined;
2679
- chipView?: string | undefined;
2680
- chipValidator?: ((value: string) => {
2681
- view?: string | undefined;
2682
- }) | undefined;
2683
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2684
- view: {
2685
- default: PolymorphicClassName;
2686
- positive: PolymorphicClassName;
2687
- warning: PolymorphicClassName;
2688
- negative: PolymorphicClassName;
2689
- };
2690
- size: {
2691
- l: PolymorphicClassName;
2692
- m: PolymorphicClassName;
2693
- s: PolymorphicClassName;
2694
- xs: PolymorphicClassName;
2695
- };
2696
- labelPlacement: {
2697
- inner: PolymorphicClassName;
2698
- outer: PolymorphicClassName;
2699
- };
2700
- clear: {
2701
- true: PolymorphicClassName;
2702
- };
2703
- chipView: {
2704
- default: PolymorphicClassName;
2705
- secondary: PolymorphicClassName;
2706
- accent: PolymorphicClassName;
2707
- positive: PolymorphicClassName;
2708
- warning: PolymorphicClassName;
2709
- negative: PolymorphicClassName;
2710
- };
2711
- hintView: {
2712
- default: PolymorphicClassName;
2713
- };
2714
- hintSize: {
2715
- m: PolymorphicClassName;
2716
- s: PolymorphicClassName;
2717
- };
2718
- disabled: {
2719
- true: PolymorphicClassName;
2720
- };
2721
- readOnly: {
2722
- true: PolymorphicClassName;
2723
- };
2724
- }> & {
2725
- size?: string | undefined;
2726
- view?: string | undefined;
2727
- readOnly?: boolean | undefined;
2728
- disabled?: boolean | undefined;
2729
- } & {
2730
- titleCaption?: ReactNode;
2731
- leftHelper?: ReactNode;
2732
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2733
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2734
- textBefore?: string | undefined;
2735
- textAfter?: string | undefined;
2736
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2737
- } & LabelProps & RequiredProps & {
2738
- clear?: false | undefined;
2739
- hasDivider?: undefined;
2740
- } & {
2741
- hintText: string;
2742
- hintTrigger?: "hover" | "click" | undefined;
2743
- hintView?: string | undefined;
2744
- hintSize?: string | undefined;
2745
- hintTargetIcon?: ReactNode;
2746
- hintTargetPlacement?: "outer" | "inner" | undefined;
2747
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
2748
- hintHasArrow?: boolean | undefined;
2749
- hintOffset?: [number, number] | undefined;
2750
- hintWidth?: string | undefined;
2751
- hintContentLeft?: ReactNode;
2752
- } & {
2753
- chips?: undefined;
2754
- onChangeChips?: undefined;
2755
- enumerationType?: "plain" | undefined;
2756
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2757
- chipType?: undefined;
2758
- chipView?: undefined;
2759
- chipValidator?: undefined;
2760
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2761
- view: {
2762
- default: PolymorphicClassName;
2763
- positive: PolymorphicClassName;
2764
- warning: PolymorphicClassName;
2765
- negative: PolymorphicClassName;
2766
- };
2767
- size: {
2768
- l: PolymorphicClassName;
2769
- m: PolymorphicClassName;
2770
- s: PolymorphicClassName;
2771
- xs: PolymorphicClassName;
2772
- };
2773
- labelPlacement: {
2774
- inner: PolymorphicClassName;
2775
- outer: PolymorphicClassName;
2776
- };
2777
- clear: {
2778
- true: PolymorphicClassName;
2779
- };
2780
- chipView: {
2781
- default: PolymorphicClassName;
2782
- secondary: PolymorphicClassName;
2783
- accent: PolymorphicClassName;
2784
- positive: PolymorphicClassName;
2785
- warning: PolymorphicClassName;
2786
- negative: PolymorphicClassName;
2787
- };
2788
- hintView: {
2789
- default: PolymorphicClassName;
2790
- };
2791
- hintSize: {
2792
- m: PolymorphicClassName;
2793
- s: PolymorphicClassName;
2794
- };
2795
- disabled: {
2796
- true: PolymorphicClassName;
2797
- };
2798
- readOnly: {
2799
- true: PolymorphicClassName;
2800
- };
2801
- }> & {
2802
- size?: string | undefined;
2803
- view?: string | undefined;
2804
- readOnly?: boolean | undefined;
2805
- disabled?: boolean | undefined;
2806
- } & {
2807
- titleCaption?: ReactNode;
2808
- leftHelper?: ReactNode;
2809
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2810
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2811
- textBefore?: string | undefined;
2812
- textAfter?: string | undefined;
2813
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2814
- } & LabelProps & RequiredProps & {
2815
- clear?: false | undefined;
2816
- hasDivider?: undefined;
2817
- } & {
2818
- hintText: string;
2819
- hintTrigger?: "hover" | "click" | undefined;
2820
- hintView?: string | undefined;
2821
- hintSize?: string | undefined;
2822
- hintTargetIcon?: ReactNode;
2823
- hintTargetPlacement?: "outer" | "inner" | undefined;
2824
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
2825
- hintHasArrow?: boolean | undefined;
2826
- hintOffset?: [number, number] | undefined;
2827
- hintWidth?: string | undefined;
2828
- hintContentLeft?: ReactNode;
2829
- } & {
2830
- enumerationType: "chip";
2831
- onSearch?: undefined;
2832
- chips?: TextFieldPrimitiveValue[] | undefined;
2833
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2834
- chipType?: "default" | "text" | undefined;
2835
- chipView?: string | undefined;
2836
- chipValidator?: ((value: string) => {
2837
- view?: string | undefined;
2838
- }) | undefined;
2839
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2840
- view: {
2841
- default: PolymorphicClassName;
2842
- positive: PolymorphicClassName;
2843
- warning: PolymorphicClassName;
2844
- negative: PolymorphicClassName;
2845
- };
2846
- size: {
2847
- l: PolymorphicClassName;
2848
- m: PolymorphicClassName;
2849
- s: PolymorphicClassName;
2850
- xs: PolymorphicClassName;
2851
- };
2852
- labelPlacement: {
2853
- inner: PolymorphicClassName;
2854
- outer: PolymorphicClassName;
2855
- };
2856
- clear: {
2857
- true: PolymorphicClassName;
2858
- };
2859
- chipView: {
2860
- default: PolymorphicClassName;
2861
- secondary: PolymorphicClassName;
2862
- accent: PolymorphicClassName;
2863
- positive: PolymorphicClassName;
2864
- warning: PolymorphicClassName;
2865
- negative: PolymorphicClassName;
2866
- };
2867
- hintView: {
2868
- default: PolymorphicClassName;
2869
- };
2870
- hintSize: {
2871
- m: PolymorphicClassName;
2872
- s: PolymorphicClassName;
2873
- };
2874
- disabled: {
2875
- true: PolymorphicClassName;
2876
- };
2877
- readOnly: {
2878
- true: PolymorphicClassName;
2879
- };
2880
- }> & {
2881
- size?: string | undefined;
2882
- view?: string | undefined;
2883
- readOnly?: boolean | undefined;
2884
- disabled?: boolean | undefined;
2885
- } & {
2886
- titleCaption?: ReactNode;
2887
- leftHelper?: ReactNode;
2888
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2889
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2890
- textBefore?: string | undefined;
2891
- textAfter?: string | undefined;
2892
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2893
- } & LabelProps & RequiredProps & {
2894
- clear?: false | undefined;
2895
- hasDivider?: undefined;
2896
- } & {
2897
- hintTrigger?: undefined;
2898
- hintText?: undefined;
2899
- hintView?: undefined;
2900
- hintSize?: undefined;
2901
- hintTargetIcon?: undefined;
2902
- hintTargetPlacement?: undefined;
2903
- hintPlacement?: undefined;
2904
- hintHasArrow?: undefined;
2905
- hintOffset?: undefined;
2906
- hintWidth?: undefined;
2907
- hintContentLeft?: undefined;
2908
- } & {
2909
- chips?: undefined;
2910
- onChangeChips?: undefined;
2911
- enumerationType?: "plain" | undefined;
2912
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2913
- chipType?: undefined;
2914
- chipView?: undefined;
2915
- chipValidator?: undefined;
2916
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2917
- view: {
2918
- default: PolymorphicClassName;
2919
- positive: PolymorphicClassName;
2920
- warning: PolymorphicClassName;
2921
- negative: PolymorphicClassName;
2922
- };
2923
- size: {
2924
- l: PolymorphicClassName;
2925
- m: PolymorphicClassName;
2926
- s: PolymorphicClassName;
2927
- xs: PolymorphicClassName;
2928
- };
2929
- labelPlacement: {
2930
- inner: PolymorphicClassName;
2931
- outer: PolymorphicClassName;
2932
- };
2933
- clear: {
2934
- true: PolymorphicClassName;
2935
- };
2936
- chipView: {
2937
- default: PolymorphicClassName;
2938
- secondary: PolymorphicClassName;
2939
- accent: PolymorphicClassName;
2940
- positive: PolymorphicClassName;
2941
- warning: PolymorphicClassName;
2942
- negative: PolymorphicClassName;
2943
- };
2944
- hintView: {
2945
- default: PolymorphicClassName;
2946
- };
2947
- hintSize: {
2948
- m: PolymorphicClassName;
2949
- s: PolymorphicClassName;
2950
- };
2951
- disabled: {
2952
- true: PolymorphicClassName;
2953
- };
2954
- readOnly: {
2955
- true: PolymorphicClassName;
2956
- };
2957
- }> & {
2958
- size?: string | undefined;
2959
- view?: string | undefined;
2960
- readOnly?: boolean | undefined;
2961
- disabled?: boolean | undefined;
2962
- } & {
2963
- titleCaption?: ReactNode;
2964
- leftHelper?: ReactNode;
2965
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2966
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2967
- textBefore?: string | undefined;
2968
- textAfter?: string | undefined;
2969
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2970
- } & LabelProps & RequiredProps & {
2971
- clear?: false | undefined;
2972
- hasDivider?: undefined;
2973
- } & {
2974
- hintTrigger?: undefined;
2975
- hintText?: undefined;
2976
- hintView?: undefined;
2977
- hintSize?: undefined;
2978
- hintTargetIcon?: undefined;
2979
- hintTargetPlacement?: undefined;
2980
- hintPlacement?: undefined;
2981
- hintHasArrow?: undefined;
2982
- hintOffset?: undefined;
2983
- hintWidth?: undefined;
2984
- hintContentLeft?: undefined;
2985
- } & {
2986
- enumerationType: "chip";
2987
- onSearch?: undefined;
2988
- chips?: TextFieldPrimitiveValue[] | undefined;
2989
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2990
- chipType?: "default" | "text" | undefined;
2991
- chipView?: string | undefined;
2992
- chipValidator?: ((value: string) => {
2993
- view?: string | undefined;
2994
- }) | undefined;
2995
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
2996
-
2997
- export { MaxLinesProps }
2998
-
2999
- export { mediaQuery }
3000
-
3001
- export { MediaQueryFunction }
3002
-
3003
- export { Modal }
3004
-
3005
- // @public
3006
- export const ModalBase: ForwardRefExoticComponent<ModalBaseProps & RefAttributes<HTMLDivElement>>;
3007
-
3008
- export { modalBaseClasses }
3009
-
3010
- export { ModalBaseProps }
3011
-
3012
- export { ModalProps }
3013
-
3014
- export { ModalsProvider }
3015
-
3016
- export { ModalView }
3017
-
3018
- export { monthLongName }
3019
-
3020
- export { monthShortName }
3021
-
3022
- // @public (undocumented)
3023
- export const Note: FunctionComponent<PropsType< {
3024
- view: {
3025
- default: PolymorphicClassName;
3026
- positive: PolymorphicClassName;
3027
- warning: PolymorphicClassName;
3028
- negative: PolymorphicClassName;
3029
- info: PolymorphicClassName;
3030
- };
3031
- size: {
3032
- l: PolymorphicClassName;
3033
- m: PolymorphicClassName;
3034
- s: PolymorphicClassName;
3035
- xs: PolymorphicClassName;
3036
- };
3037
- }> & {
3038
- title?: string | undefined;
3039
- text?: string | undefined;
3040
- contentBefore?: ReactNode;
3041
- contentBeforeSizing?: "fixed" | "scalable" | undefined;
3042
- stretch?: boolean | undefined;
3043
- width?: string | number | undefined;
3044
- height?: string | number | undefined;
3045
- view?: string | undefined;
3046
- size?: string | undefined;
3047
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
3048
-
3049
- export { noteClasses }
3050
-
3051
- export { noteTokens }
3052
-
3053
- // @public (undocumented)
3054
- const Notification_2: React_2.FunctionComponent<PropsType< {
3055
- view: {
3056
- default: PolymorphicClassName;
3057
- };
3058
- layout: {
3059
- horizontal: PolymorphicClassName;
3060
- vertical: PolymorphicClassName;
3061
- };
3062
- closeIconType: {
3063
- default: PolymorphicClassName;
3064
- };
3065
- size: {
3066
- xs: PolymorphicClassName;
3067
- xxs: PolymorphicClassName;
3068
- };
3069
- }> & (React_2.HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
3070
- export { Notification_2 as Notification }
3071
-
3072
- export { NotificationIconPlacement }
3073
-
3074
- export { NotificationLayout }
3075
-
3076
- export { NotificationProps }
3077
-
3078
- // @public (undocumented)
3079
- export const NotificationsProvider: React_2.FC<{
3080
- children: ReactNode;
3081
- frame?: string;
3082
- placement?: NotificationPlacement;
3083
- }>;
3084
-
3085
- // @public (undocumented)
3086
- export const NumberInput: FunctionComponent<PropsType< {
3087
- view: {
3088
- default: PolymorphicClassName;
3089
- secondary: PolymorphicClassName;
3090
- accent: PolymorphicClassName;
3091
- clear: PolymorphicClassName;
3092
- };
3093
- size: {
3094
- l: PolymorphicClassName;
3095
- m: PolymorphicClassName;
3096
- s: PolymorphicClassName;
3097
- xs: PolymorphicClassName;
3098
- };
3099
- shape: {
3100
- cornered: PolymorphicClassName;
3101
- pilled: PolymorphicClassName;
3102
- };
3103
- inputBackgroundType: {
3104
- fill: PolymorphicClassName;
3105
- clear: PolymorphicClassName;
3106
- };
3107
- segmentation: {
3108
- default: PolymorphicClassName;
3109
- segmented: PolymorphicClassName;
3110
- solid: PolymorphicClassName;
3111
- };
3112
- disabled: {
3113
- true: PolymorphicClassName;
3114
- };
3115
- }> & (({
3116
- value?: number | undefined;
3117
- min?: number | undefined;
3118
- max?: number | undefined;
3119
- step?: number | undefined;
3120
- precision?: number | undefined;
3121
- isLoading?: boolean | undefined;
3122
- loader?: ReactNode;
3123
- size?: string | undefined;
3124
- view?: string | undefined;
3125
- clear?: boolean | undefined;
3126
- shape?: string | undefined;
3127
- disabled?: boolean | undefined;
3128
- textBefore?: string | undefined;
3129
- textAfter?: string | undefined;
3130
- customIncrementButton?: ReactNode;
3131
- incrementIcon?: ReactNode;
3132
- customDecrementButton?: ReactNode;
3133
- decrementIcon?: ReactNode;
3134
- isManualInput?: boolean | undefined;
3135
- onChange?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value: string | number) => void) | undefined;
3136
- onIncrement?: ((value: number) => void) | undefined;
3137
- onDecrement?: ((value: number) => void) | undefined;
3138
- } & {
3139
- segmentation?: "clear" | undefined;
3140
- inputBackgroundType?: undefined;
3141
- } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>) | ({
3142
- value?: number | undefined;
3143
- min?: number | undefined;
3144
- max?: number | undefined;
3145
- step?: number | undefined;
3146
- precision?: number | undefined;
3147
- isLoading?: boolean | undefined;
3148
- loader?: ReactNode;
3149
- size?: string | undefined;
3150
- view?: string | undefined;
3151
- clear?: boolean | undefined;
3152
- shape?: string | undefined;
3153
- disabled?: boolean | undefined;
3154
- textBefore?: string | undefined;
3155
- textAfter?: string | undefined;
3156
- customIncrementButton?: ReactNode;
3157
- incrementIcon?: ReactNode;
3158
- customDecrementButton?: ReactNode;
3159
- decrementIcon?: ReactNode;
3160
- isManualInput?: boolean | undefined;
3161
- onChange?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value: string | number) => void) | undefined;
3162
- onIncrement?: ((value: number) => void) | undefined;
3163
- onDecrement?: ((value: number) => void) | undefined;
3164
- } & {
3165
- segmentation?: string | undefined;
3166
- inputBackgroundType?: string | undefined;
3167
- } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>))>;
3168
-
3169
- export { numberInputClasses }
3170
-
3171
- export { numberInputTokens }
3172
-
3173
- export { OutlinedProps }
3174
-
3175
- export { Overlay }
3176
-
3177
- export { OverlayProps }
3178
-
3179
- // @public (undocumented)
3180
- export const P1: FunctionComponent<PropsType< {
3181
- size: {
3182
- paragraph1: PolymorphicClassName;
3183
- };
3184
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
3185
-
3186
- // @public (undocumented)
3187
- export const P2: FunctionComponent<PropsType< {
3188
- size: {
3189
- paragraph2: PolymorphicClassName;
3190
- };
3191
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
3192
-
3193
- export { padZeroNumber }
3194
-
3195
- // @public
3196
- export const Pagination: FunctionComponent<PropsType< {
3197
- view: {
3198
- default: PolymorphicClassName;
3199
- secondary: PolymorphicClassName;
3200
- clear: PolymorphicClassName;
3201
- primary: PolymorphicClassName;
3202
- };
3203
- viewCurrentPage: {
3204
- default: PolymorphicClassName;
3205
- secondary: PolymorphicClassName;
3206
- clear: PolymorphicClassName;
3207
- primary: PolymorphicClassName;
3208
- };
3209
- size: {
3210
- l: PolymorphicClassName;
3211
- m: PolymorphicClassName;
3212
- s: PolymorphicClassName;
3213
- xs: PolymorphicClassName;
3214
- };
3215
- type: {
3216
- compact: PolymorphicClassName;
3217
- default: PolymorphicClassName;
3218
- };
3219
- }> & PaginationProps & RefAttributes<HTMLDivElement>>;
3220
-
3221
- export { PaginationDot }
3222
-
3223
- export { PaginationDotProps }
3224
-
3225
- export { PaginationDots }
3226
-
3227
- export { PaginationProps }
3228
-
3229
- // @public (undocumented)
3230
- export const ParagraphText1: FunctionComponent<PropsType< {
3231
- size: {
3232
- paragraphText1: PolymorphicClassName;
3233
- };
3234
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
3235
-
3236
- // @public (undocumented)
3237
- export const ParagraphText2: FunctionComponent<PropsType< {
3238
- size: {
3239
- paragraphText2: PolymorphicClassName;
3240
- };
3241
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
3242
-
3243
- export { PickOptional }
3244
-
3245
- export { PinProps }
3246
-
3247
- // @public (undocumented)
3248
- export const Popover: FunctionComponent<PropsType< {
3249
- view: {
3250
- default: PolymorphicClassName;
3251
- };
3252
- }> & HTMLAttributes<HTMLDivElement> & CustomPopoverProps & RefAttributes<HTMLDivElement>>;
3253
-
3254
- export { PopoverPlacement }
3255
-
3256
- export { PopoverProps }
3257
-
3258
- export { PopoverTrigger }
3259
-
3260
- export { Popup }
3261
-
3262
- // @public
3263
- export const PopupBase: ForwardRefExoticComponent<PopupBaseProps & RefAttributes<HTMLDivElement>>;
3264
-
3265
- export { popupBaseClasses }
3266
-
3267
- export { PopupBasePlacement }
3268
-
3269
- export { PopupBaseProps }
3270
-
3271
- export { PopupBaseProvider }
3272
-
3273
- export { PopupInfo }
3274
-
3275
- export { PopupProps }
3276
-
3277
- export { Portal }
3278
-
3279
- export { PortalProps }
3280
-
3281
- export { PreviewGallery }
3282
-
3283
- export { PreviewGalleryItemProps }
3284
-
3285
- export { PreviewGalleryProps }
3286
-
3287
- // @public
3288
- export const Price: FunctionComponent<PropsType< {
3289
- view: {};
3290
- }> & PriceProps & RefAttributes<HTMLSpanElement>>;
3291
-
3292
- export { priceClasses }
3293
-
3294
- // @public (undocumented)
3295
- export const Progress: FunctionComponent<PropsType< {
3296
- view: {
3297
- default: PolymorphicClassName;
3298
- secondary: PolymorphicClassName;
3299
- primary: PolymorphicClassName;
3300
- accent: PolymorphicClassName;
3301
- success: PolymorphicClassName;
3302
- warning: PolymorphicClassName;
3303
- error: PolymorphicClassName;
3304
- };
3305
- size: {
3306
- m: PolymorphicClassName;
3307
- };
3308
- }> & ProgressProps & RefAttributes<HTMLDivElement>>;
3309
-
3310
- export { ProgressProps }
3311
-
3312
- // @public
3313
- export const Radiobox: FunctionComponent<PropsType< {
3314
- size: {
3315
- s: PolymorphicClassName;
3316
- m: PolymorphicClassName;
3317
- };
3318
- view: {
3319
- default: PolymorphicClassName;
3320
- primary: PolymorphicClassName;
3321
- secondary: PolymorphicClassName;
3322
- tertiary: PolymorphicClassName;
3323
- paragraph: PolymorphicClassName;
3324
- accent: PolymorphicClassName;
3325
- positive: PolymorphicClassName;
3326
- warning: PolymorphicClassName;
3327
- negative: PolymorphicClassName;
3328
- };
3329
- disabled: {
3330
- true: PolymorphicClassName;
3331
- };
3332
- focused: {
3333
- true: PolymorphicClassName;
3334
- };
3335
- }> & Filter<InputHTMLAttributes_2<HTMLInputElement>, "size"> & Omit<BaseboxProps, "indeterminate"> & RefAttributes<HTMLInputElement>>;
3336
-
3337
- // Warning: (ae-forgotten-export) The symbol "RadioboxComponent" needs to be exported by the entry point index.d.ts
3338
- //
3339
- // @public (undocumented)
3340
- export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
3341
-
3342
- export { RadioGroup }
3343
-
3344
- export { radiuses }
3345
-
3346
- // @public
3347
- const Range_2: FunctionComponent<PropsType< {
3348
- view: {
3349
- default: PolymorphicClassName;
3350
- };
3351
- size: {
3352
- l: PolymorphicClassName;
3353
- m: PolymorphicClassName;
3354
- s: PolymorphicClassName;
3355
- xs: PolymorphicClassName;
3356
- };
3357
- disabled: {
3358
- true: PolymorphicClassName;
3359
- };
3360
- readOnly: {
3361
- true: PolymorphicClassName;
3362
- };
3363
- }> & (({
3364
- label?: string | undefined;
3365
- leftHelper?: string | undefined;
3366
- contentLeft?: ReactNode;
3367
- contentRight?: ReactNode;
3368
- firstValue?: TextfieldPrimitiveValue | undefined;
3369
- secondValue?: TextfieldPrimitiveValue | undefined;
3370
- firstValueError?: boolean | undefined;
3371
- secondValueError?: boolean | undefined;
3372
- firstValueSuccess?: boolean | undefined;
3373
- secondValueSuccess?: boolean | undefined;
3374
- firstPlaceholder?: string | undefined;
3375
- secondPlaceholder?: string | undefined;
3376
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3377
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3378
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3379
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3380
- firstTextfieldTextAfter?: string | undefined;
3381
- secondTextfieldTextAfter?: string | undefined;
3382
- autoComplete?: string | undefined;
3383
- view?: string | undefined;
3384
- size?: string | undefined;
3385
- readOnly?: boolean | undefined;
3386
- disabled?: boolean | undefined;
3387
- requiredPlacement?: "right" | "left" | undefined;
3388
- required?: boolean | undefined;
3389
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
3390
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
3391
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
3392
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
3393
- onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3394
- onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3395
- onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3396
- onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3397
- } & {
3398
- firstTextfieldTextBefore: string;
3399
- secondTextfieldTextBefore: string;
3400
- dividerVariant?: "none" | undefined;
3401
- dividerIcon?: undefined;
3402
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
3403
- label?: string | undefined;
3404
- leftHelper?: string | undefined;
3405
- contentLeft?: ReactNode;
3406
- contentRight?: ReactNode;
3407
- firstValue?: TextfieldPrimitiveValue | undefined;
3408
- secondValue?: TextfieldPrimitiveValue | undefined;
3409
- firstValueError?: boolean | undefined;
3410
- secondValueError?: boolean | undefined;
3411
- firstValueSuccess?: boolean | undefined;
3412
- secondValueSuccess?: boolean | undefined;
3413
- firstPlaceholder?: string | undefined;
3414
- secondPlaceholder?: string | undefined;
3415
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3416
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3417
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3418
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3419
- firstTextfieldTextAfter?: string | undefined;
3420
- secondTextfieldTextAfter?: string | undefined;
3421
- autoComplete?: string | undefined;
3422
- view?: string | undefined;
3423
- size?: string | undefined;
3424
- readOnly?: boolean | undefined;
3425
- disabled?: boolean | undefined;
3426
- requiredPlacement?: "right" | "left" | undefined;
3427
- required?: boolean | undefined;
3428
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
3429
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
3430
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
3431
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
3432
- onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3433
- onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3434
- onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3435
- onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3436
- } & {
3437
- dividerVariant?: "dash" | undefined;
3438
- dividerIcon?: undefined;
3439
- firstTextfieldTextBefore?: string | undefined;
3440
- secondTextfieldTextBefore?: string | undefined;
3441
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
3442
- label?: string | undefined;
3443
- leftHelper?: string | undefined;
3444
- contentLeft?: ReactNode;
3445
- contentRight?: ReactNode;
3446
- firstValue?: TextfieldPrimitiveValue | undefined;
3447
- secondValue?: TextfieldPrimitiveValue | undefined;
3448
- firstValueError?: boolean | undefined;
3449
- secondValueError?: boolean | undefined;
3450
- firstValueSuccess?: boolean | undefined;
3451
- secondValueSuccess?: boolean | undefined;
3452
- firstPlaceholder?: string | undefined;
3453
- secondPlaceholder?: string | undefined;
3454
- firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3455
- firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3456
- secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3457
- secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3458
- firstTextfieldTextAfter?: string | undefined;
3459
- secondTextfieldTextAfter?: string | undefined;
3460
- autoComplete?: string | undefined;
3461
- view?: string | undefined;
3462
- size?: string | undefined;
3463
- readOnly?: boolean | undefined;
3464
- disabled?: boolean | undefined;
3465
- requiredPlacement?: "right" | "left" | undefined;
3466
- required?: boolean | undefined;
3467
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
3468
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
3469
- onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
3470
- onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
3471
- onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3472
- onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3473
- onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3474
- onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
3475
- } & {
3476
- dividerIcon?: ReactNode;
3477
- dividerVariant?: "icon" | undefined;
3478
- firstTextfieldTextBefore?: string | undefined;
3479
- secondTextfieldTextBefore?: string | undefined;
3480
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>))>;
3481
- export { Range_2 as Range }
3482
-
3483
- export { RangeProps }
3484
-
3485
- export { rangeTokens }
3486
-
3487
- // @public (undocumented)
3488
- export const Rating: FunctionComponent<PropsType< {
3489
- view: {
3490
- default: PolymorphicClassName;
3491
- accent: PolymorphicClassName;
3492
- };
3493
- size: {
3494
- l: PolymorphicClassName;
3495
- m: PolymorphicClassName;
3496
- s: PolymorphicClassName;
3497
- xs: PolymorphicClassName;
3498
- xxs: PolymorphicClassName;
3499
- h1: PolymorphicClassName;
3500
- h2: PolymorphicClassName;
3501
- h3: PolymorphicClassName;
3502
- h4: PolymorphicClassName;
3503
- h5: PolymorphicClassName;
3504
- displayL: PolymorphicClassName;
3505
- displayM: PolymorphicClassName;
3506
- displayS: PolymorphicClassName;
3507
- };
3508
- }> & {
3509
- value?: number | null | undefined;
3510
- hasValue?: boolean | undefined;
3511
- precision?: number | undefined;
3512
- valuePlacement?: "after" | "before" | undefined;
3513
- iconSlot?: ReactNode;
3514
- iconSlotOutline?: ReactNode;
3515
- iconSlotHalf?: ReactNode;
3516
- hasIcons?: boolean | undefined;
3517
- iconQuantity?: 1 | 5 | 10 | undefined;
3518
- helperText?: string | undefined;
3519
- helperTextStretching?: "fixed" | "filled" | undefined;
3520
- size?: string | undefined;
3521
- view?: string | undefined;
3522
- } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLInputElement>>;
3523
-
3524
- export { ratingClasses }
3525
-
3526
- export { ratingTokens }
3527
-
3528
- export { Ratio }
3529
-
3530
- export { RectSkeleton }
3531
-
3532
- export { RectSkeletonProps }
3533
-
3534
- export { Roundness }
3535
-
3536
- export { RoundnessProps }
3537
-
3538
- export { Row }
3539
-
3540
- export { ScreenConfig }
3541
-
3542
- export { ScreenMap }
3543
-
3544
- export { ScreenVariant }
3545
-
3546
- export { ScrollSnapProps }
3547
-
3548
- // @public
3549
- export const SegmentGroup: FunctionComponent<PropsType< {
3550
- view: {
3551
- clear: PolymorphicClassName;
3552
- filled: PolymorphicClassName;
3553
- };
3554
- size: {
3555
- xs: PolymorphicClassName;
3556
- s: PolymorphicClassName;
3557
- m: PolymorphicClassName;
3558
- l: PolymorphicClassName;
3559
- };
3560
- disabled: {
3561
- true: PolymorphicClassName;
3562
- };
3563
- pilled: {
3564
- true: PolymorphicClassName;
3565
- };
3566
- stretch: {
3567
- true: PolymorphicClassName;
3568
- };
3569
- filledBackground: {
3570
- true: PolymorphicClassName;
3571
- };
3572
- orientation: {
3573
- vertical: PolymorphicClassName;
3574
- };
3575
- }> & SegmentGroupProps & RefAttributes<HTMLDivElement>>;
3576
-
3577
- export { SegmentGroupProps }
3578
-
3579
- // @public
3580
- export const SegmentItem: FunctionComponent<PropsType< {
3581
- view: {
3582
- clear: PolymorphicClassName;
3583
- secondary: PolymorphicClassName;
3584
- default: PolymorphicClassName;
3585
- };
3586
- size: {
3587
- xs: PolymorphicClassName;
3588
- s: PolymorphicClassName;
3589
- m: PolymorphicClassName;
3590
- l: PolymorphicClassName;
3591
- };
3592
- disabled: {
3593
- true: PolymorphicClassName;
3594
- };
3595
- pilled: {
3596
- true: PolymorphicClassName;
3597
- };
3598
- }> & ButtonHTMLAttributes<HTMLButtonElement> & {
3599
- value: string;
3600
- id?: string | undefined;
3601
- label?: ReactNode;
3602
- pilled?: boolean | undefined;
3603
- customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
3604
- size?: string | undefined;
3605
- view?: string | undefined;
3606
- contentLeft?: ReactNode;
3607
- contentRight?: ReactNode;
3608
- } & RefAttributes<HTMLLabelElement>>;
3609
-
3610
- export { SegmentItemProps }
3611
-
3612
- export { SegmentProvider }
3613
-
3614
- export { SegmentProviderProps }
3615
-
3616
- // Warning: (ae-forgotten-export) The symbol "SelectProps_2" needs to be exported by the entry point index.d.ts
3617
- //
3618
- // @public (undocumented)
3619
- export const Select: <T, K extends DropdownNodeSelect>(props: SelectProps_2<T, K> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
3620
-
3621
- export { SelectGroup }
3622
-
3623
- export { SelectProps }
3624
-
3625
- export { SelectPropsHope }
3626
-
3627
- export { selectText }
3628
-
3629
- export { setRef }
3630
-
3631
- export { shadows }
3632
-
3633
- // @public
3634
- export const Sheet: FunctionComponent<PropsType< {
3635
- view: {
3636
- default: PolymorphicClassName;
3637
- };
3638
- }> & SheetProps & RefAttributes<HTMLDivElement>>;
3639
-
3640
- export { sheetClasses }
3641
-
3642
- export { SheetProps }
3643
-
3644
- export { ShiftProps }
3645
-
3646
- export { ShowToastArgs }
3647
-
3648
- export { SkeletonGradientProps }
3649
-
3650
- // @public
3651
- export const Slider: FunctionComponent<PropsType< {
3652
- view: {
3653
- default: PolymorphicClassName;
3654
- accent: PolymorphicClassName;
3655
- gradient: PolymorphicClassName;
3656
- };
3657
- size: {
3658
- l: PolymorphicClassName;
3659
- m: PolymorphicClassName;
3660
- s: PolymorphicClassName;
3661
- };
3662
- disabled: {
3663
- true: PolymorphicClassName;
3664
- };
3665
- }> & ((SliderBaseProps & SliderInternalProps & {
3666
- onChange?: ((event: FormTypeNumber) => void) | undefined;
3667
- name: string;
3668
- value?: undefined;
3669
- defaultValue?: number | undefined;
3670
- } & {
3671
- orientation?: "horizontal" | undefined;
3672
- labelPlacement?: "none" | "top" | "left" | undefined;
3673
- scaleAlign?: "none" | "bottom" | "side" | undefined;
3674
- sliderAlign?: "none" | undefined;
3675
- reversed?: undefined;
3676
- labelReversed?: undefined;
3677
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
3678
- onChangeCommitted?: ((value: number) => void) | undefined;
3679
- ariaLabel?: string | undefined;
3680
- showCurrentValue?: boolean | undefined;
3681
- showRangeValues?: boolean | undefined;
3682
- rangeValuesPlacement?: string | undefined;
3683
- showScale?: boolean | undefined;
3684
- hideMinValueDiff?: number | undefined;
3685
- hideMaxValueDiff?: number | undefined;
3686
- labelPlacement?: "outer" | "inner" | undefined;
3687
- labelContentLeft?: ReactNode;
3688
- labelContent?: ReactNode;
3689
- multipleStepSize?: number | undefined;
3690
- view?: string | undefined;
3691
- size?: "m" | "s" | "l" | undefined;
3692
- type?: "single" | undefined;
3693
- pointerSize?: "none" | "small" | "large" | undefined;
3694
- pointerVisibility: "hover" | "always";
3695
- currentValueVisibility: "hover" | "always";
3696
- } & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
3697
- onChange?: ((event: FormTypeNumber) => void) | undefined;
3698
- name: string;
3699
- value?: undefined;
3700
- defaultValue?: number | undefined;
3701
- } & {
3702
- orientation: "vertical";
3703
- sliderAlign?: "none" | "center" | "right" | "left" | undefined;
3704
- scaleAlign?: undefined;
3705
- reversed?: boolean | undefined;
3706
- labelReversed?: boolean | undefined;
3707
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
3708
- onChangeCommitted?: ((value: number) => void) | undefined;
3709
- ariaLabel?: string | undefined;
3710
- showCurrentValue?: boolean | undefined;
3711
- showRangeValues?: boolean | undefined;
3712
- rangeValuesPlacement?: string | undefined;
3713
- showScale?: boolean | undefined;
3714
- hideMinValueDiff?: number | undefined;
3715
- hideMaxValueDiff?: number | undefined;
3716
- labelPlacement?: "outer" | "inner" | undefined;
3717
- labelContentLeft?: ReactNode;
3718
- labelContent?: ReactNode;
3719
- multipleStepSize?: number | undefined;
3720
- view?: string | undefined;
3721
- size?: "m" | "s" | "l" | undefined;
3722
- type?: "single" | undefined;
3723
- pointerSize?: "none" | "small" | "large" | undefined;
3724
- pointerVisibility: "hover" | "always";
3725
- currentValueVisibility: "hover" | "always";
3726
- } & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
3727
- onChange?: ((value: number) => void) | undefined;
3728
- value: number;
3729
- name?: undefined;
3730
- defaultValue?: undefined;
3731
- } & {
3732
- orientation?: "horizontal" | undefined;
3733
- labelPlacement?: "none" | "top" | "left" | undefined;
3734
- scaleAlign?: "none" | "bottom" | "side" | undefined;
3735
- sliderAlign?: "none" | undefined;
3736
- reversed?: undefined;
3737
- labelReversed?: undefined;
3738
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
3739
- onChangeCommitted?: ((value: number) => void) | undefined;
3740
- ariaLabel?: string | undefined;
3741
- showCurrentValue?: boolean | undefined;
3742
- showRangeValues?: boolean | undefined;
3743
- rangeValuesPlacement?: string | undefined;
3744
- showScale?: boolean | undefined;
3745
- hideMinValueDiff?: number | undefined;
3746
- hideMaxValueDiff?: number | undefined;
3747
- labelPlacement?: "outer" | "inner" | undefined;
3748
- labelContentLeft?: ReactNode;
3749
- labelContent?: ReactNode;
3750
- multipleStepSize?: number | undefined;
3751
- view?: string | undefined;
3752
- size?: "m" | "s" | "l" | undefined;
3753
- type?: "single" | undefined;
3754
- pointerSize?: "none" | "small" | "large" | undefined;
3755
- pointerVisibility: "hover" | "always";
3756
- currentValueVisibility: "hover" | "always";
3757
- } & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
3758
- onChange?: ((value: number) => void) | undefined;
3759
- value: number;
3760
- name?: undefined;
3761
- defaultValue?: undefined;
3762
- } & {
3763
- orientation: "vertical";
3764
- sliderAlign?: "none" | "center" | "right" | "left" | undefined;
3765
- scaleAlign?: undefined;
3766
- reversed?: boolean | undefined;
3767
- labelReversed?: boolean | undefined;
3768
- } & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
3769
- onChangeCommitted?: ((value: number) => void) | undefined;
3770
- ariaLabel?: string | undefined;
3771
- showCurrentValue?: boolean | undefined;
3772
- showRangeValues?: boolean | undefined;
3773
- rangeValuesPlacement?: string | undefined;
3774
- showScale?: boolean | undefined;
3775
- hideMinValueDiff?: number | undefined;
3776
- hideMaxValueDiff?: number | undefined;
3777
- labelPlacement?: "outer" | "inner" | undefined;
3778
- labelContentLeft?: ReactNode;
3779
- labelContent?: ReactNode;
3780
- multipleStepSize?: number | undefined;
3781
- view?: string | undefined;
3782
- size?: "m" | "s" | "l" | undefined;
3783
- type?: "single" | undefined;
3784
- pointerSize?: "none" | "small" | "large" | undefined;
3785
- pointerVisibility: "hover" | "always";
3786
- currentValueVisibility: "hover" | "always";
3787
- } & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
3788
- onChange?: ((event: FormTypeString) => void) | undefined;
3789
- name?: string | undefined;
3790
- value?: undefined;
3791
- defaultValue?: number[] | undefined;
3792
- } & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
3793
- onChange?: ((values: number[]) => void) | undefined;
3794
- name?: undefined;
3795
- value?: number[] | undefined;
3796
- defaultValue?: undefined;
3797
- } & RefAttributes<HTMLDivElement>))>;
3798
-
3799
- export { SliderProps }
3800
-
3801
- export { SmartPaginationDots }
3802
-
3803
- export { SmartPaginationDotsProps }
3804
-
3805
- export { SnapAlign }
3806
-
3807
- export { SnapType }
3808
-
3809
- export { spacing }
3810
-
3811
- export { SpacingProps }
3812
-
3813
- // @public
3814
- export const Spinner: StyledComponent<FunctionComponent<SpinnerProps>, any, {}, never>;
3815
-
3816
- export { SpinnerProps }
3817
-
3818
- export { SSRProvider }
3819
-
3820
- export { StatusType }
3821
-
3822
- export { StepItemProps }
3823
-
3824
- // @public (undocumented)
3825
- export const Steps: FunctionComponent<PropsType< {
3826
- view: {
3827
- default: PolymorphicClassName;
3828
- };
3829
- size: {
3830
- l: PolymorphicClassName;
3831
- m: PolymorphicClassName;
3832
- s: PolymorphicClassName;
3833
- xs: PolymorphicClassName;
3834
- };
3835
- }> & StepsProps & Omit<HTMLAttributes<HTMLDivElement>, "onChange"> & RefAttributes<HTMLDivElement>>;
3836
-
3837
- export { StyledCard }
3838
-
3839
- export { StyledPreviewGallery }
3840
-
3841
- // @public (undocumented)
3842
- export const Subtitle: FunctionComponent<PropsType< {
3843
- size: {
3844
- m: PolymorphicClassName;
3845
- };
3846
- }> & SubtitleProps & RefAttributes<HTMLDivElement>>;
3847
-
3848
- // @public (undocumented)
3849
- export const Switch: FunctionComponent<PropsType< {
3850
- size: {
3851
- s: PolymorphicClassName;
3852
- m: PolymorphicClassName;
3853
- l: PolymorphicClassName;
3854
- };
3855
- toggleSize: {
3856
- l: PolymorphicClassName;
3857
- s: PolymorphicClassName;
3858
- };
3859
- view: {
3860
- default: PolymorphicClassName;
3861
- };
3862
- disabled: {
3863
- true: PolymorphicClassName;
3864
- };
3865
- focused: {
3866
- true: PolymorphicClassName;
3867
- };
3868
- }> & SwitchProps_2 & RefAttributes<HTMLInputElement>>;
3869
-
3870
- // Warning: (ae-forgotten-export) The symbol "SwitchComponent" needs to be exported by the entry point index.d.ts
3871
- //
3872
- // @public (undocumented)
3873
- export type SwitchProps = ComponentProps<typeof SwitchComponent>;
3874
-
3875
- export { syntheticFocus }
3876
-
3877
- // Warning: (ae-forgotten-export) The symbol "TabItemProps_2" needs to be exported by the entry point index.d.ts
3878
- //
3879
- // @public
3880
- export const TabItem: (props: TabItemProps_2) => JSX.Element;
3881
-
3882
- export { TabItemProps }
3883
-
3884
- export { TabItemRefs }
3885
-
3886
- // Warning: (ae-forgotten-export) The symbol "TabsProps_2" needs to be exported by the entry point index.d.ts
3887
- //
3888
- // @public
3889
- export const Tabs: (props: TabsProps_2) => JSX.Element;
3890
-
3891
- export { TabsContext }
3892
-
3893
- // @public
3894
- export const TabsController: ForwardRefExoticComponent<TabsControllerProps & RefAttributes<HTMLDivElement>>;
3895
-
3896
- export { TabsControllerProps }
3897
-
3898
- export { TabsProps }
3899
-
3900
- // @public
3901
- export const TextArea: FunctionComponent<PropsType< {
3902
- size: {
3903
- xs: PolymorphicClassName;
3904
- s: PolymorphicClassName;
3905
- m: PolymorphicClassName;
3906
- l: PolymorphicClassName;
3907
- };
3908
- view: {
3909
- default: PolymorphicClassName;
3910
- positive: PolymorphicClassName;
3911
- primary: PolymorphicClassName;
3912
- warning: PolymorphicClassName;
3913
- negative: PolymorphicClassName;
3914
- };
3915
- hintView: {
3916
- default: PolymorphicClassName;
3917
- };
3918
- hintSize: {
3919
- m: PolymorphicClassName;
3920
- s: PolymorphicClassName;
3921
- };
3922
- clear: {
3923
- true: PolymorphicClassName;
3924
- };
3925
- disabled: {
3926
- true: PolymorphicClassName;
3927
- };
3928
- }> & ((Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
3929
- status?: "" | "warning" | "success" | "error" | undefined;
3930
- label?: string | undefined;
3931
- labelPlacement?: "outer" | "inner" | undefined;
3932
- titleCaption?: ReactNode;
3933
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3934
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
3935
- helperText?: string | undefined;
3936
- leftHelper?: ReactNode;
3937
- rightHelper?: ReactNode;
3938
- leftHelperPlacement?: "outer" | "inner" | undefined;
3939
- } & {
3940
- required?: boolean | undefined;
3941
- requiredPlacement?: "right" | "left" | undefined;
3942
- optional?: boolean | undefined;
3943
- } & {
3944
- hintText: string;
3945
- hintTrigger?: "hover" | "click" | undefined;
3946
- hintOpened?: boolean | undefined;
3947
- hintView?: string | undefined;
3948
- hintSize?: string | undefined;
3949
- hintTargetIcon?: ReactNode;
3950
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
3951
- hintHasArrow?: boolean | undefined;
3952
- hintOffset?: [number, number] | undefined;
3953
- hintWidth?: string | undefined;
3954
- hintContentLeft?: ReactNode;
3955
- } & {
3956
- size?: string | undefined;
3957
- view?: string | undefined;
3958
- } & {
3959
- autoResize?: boolean | undefined;
3960
- maxAuto?: number | undefined;
3961
- minAuto?: number | undefined;
3962
- } & {
3963
- height?: undefined;
3964
- width?: undefined;
3965
- } & {
3966
- rows?: undefined;
3967
- cols?: undefined;
3968
- } & {
3969
- clear?: undefined;
3970
- hasDivider?: undefined;
3971
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
3972
- status?: "" | "warning" | "success" | "error" | undefined;
3973
- label?: string | undefined;
3974
- labelPlacement?: "outer" | "inner" | undefined;
3975
- titleCaption?: ReactNode;
3976
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
3977
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
3978
- helperText?: string | undefined;
3979
- leftHelper?: ReactNode;
3980
- rightHelper?: ReactNode;
3981
- leftHelperPlacement?: "outer" | "inner" | undefined;
3982
- } & {
3983
- required?: boolean | undefined;
3984
- requiredPlacement?: "right" | "left" | undefined;
3985
- optional?: boolean | undefined;
3986
- } & {
3987
- hintText: string;
3988
- hintTrigger?: "hover" | "click" | undefined;
3989
- hintOpened?: boolean | undefined;
3990
- hintView?: string | undefined;
3991
- hintSize?: string | undefined;
3992
- hintTargetIcon?: ReactNode;
3993
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
3994
- hintHasArrow?: boolean | undefined;
3995
- hintOffset?: [number, number] | undefined;
3996
- hintWidth?: string | undefined;
3997
- hintContentLeft?: ReactNode;
3998
- } & {
3999
- size?: string | undefined;
4000
- view?: string | undefined;
4001
- } & {
4002
- height?: string | number | undefined;
4003
- width?: string | number | undefined;
4004
- } & {
4005
- autoResize?: undefined;
4006
- maxAuto?: undefined;
4007
- minAuto?: undefined;
4008
- } & {
4009
- rows?: undefined;
4010
- cols?: undefined;
4011
- } & {
4012
- clear?: undefined;
4013
- hasDivider?: undefined;
4014
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4015
- status?: "" | "warning" | "success" | "error" | undefined;
4016
- label?: string | undefined;
4017
- labelPlacement?: "outer" | "inner" | undefined;
4018
- titleCaption?: ReactNode;
4019
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4020
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4021
- helperText?: string | undefined;
4022
- leftHelper?: ReactNode;
4023
- rightHelper?: ReactNode;
4024
- leftHelperPlacement?: "outer" | "inner" | undefined;
4025
- } & {
4026
- required?: boolean | undefined;
4027
- requiredPlacement?: "right" | "left" | undefined;
4028
- optional?: boolean | undefined;
4029
- } & {
4030
- hintText: string;
4031
- hintTrigger?: "hover" | "click" | undefined;
4032
- hintOpened?: boolean | undefined;
4033
- hintView?: string | undefined;
4034
- hintSize?: string | undefined;
4035
- hintTargetIcon?: ReactNode;
4036
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
4037
- hintHasArrow?: boolean | undefined;
4038
- hintOffset?: [number, number] | undefined;
4039
- hintWidth?: string | undefined;
4040
- hintContentLeft?: ReactNode;
4041
- } & {
4042
- size?: string | undefined;
4043
- view?: string | undefined;
4044
- } & {
4045
- rows?: number | undefined;
4046
- cols?: number | undefined;
4047
- } & {
4048
- autoResize?: undefined;
4049
- maxAuto?: undefined;
4050
- minAuto?: undefined;
4051
- } & {
4052
- height?: undefined;
4053
- width?: undefined;
4054
- } & {
4055
- clear?: undefined;
4056
- hasDivider?: undefined;
4057
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4058
- status?: "" | "warning" | "success" | "error" | undefined;
4059
- label?: string | undefined;
4060
- labelPlacement?: "outer" | "inner" | undefined;
4061
- titleCaption?: ReactNode;
4062
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4063
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4064
- helperText?: string | undefined;
4065
- leftHelper?: ReactNode;
4066
- rightHelper?: ReactNode;
4067
- leftHelperPlacement?: "outer" | "inner" | undefined;
4068
- } & {
4069
- required?: boolean | undefined;
4070
- requiredPlacement?: "right" | "left" | undefined;
4071
- optional?: boolean | undefined;
4072
- } & {
4073
- hintText: string;
4074
- hintTrigger?: "hover" | "click" | undefined;
4075
- hintOpened?: boolean | undefined;
4076
- hintView?: string | undefined;
4077
- hintSize?: string | undefined;
4078
- hintTargetIcon?: ReactNode;
4079
- hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
4080
- hintHasArrow?: boolean | undefined;
4081
- hintOffset?: [number, number] | undefined;
4082
- hintWidth?: string | undefined;
4083
- hintContentLeft?: ReactNode;
4084
- } & {
4085
- size?: string | undefined;
4086
- view?: string | undefined;
4087
- } & {
4088
- clear?: true | undefined;
4089
- hasDivider?: boolean | undefined;
4090
- } & {
4091
- rows?: undefined;
4092
- cols?: undefined;
4093
- } & {
4094
- autoResize?: undefined;
4095
- maxAuto?: undefined;
4096
- minAuto?: undefined;
4097
- } & {
4098
- height?: undefined;
4099
- width?: undefined;
4100
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4101
- status?: "" | "warning" | "success" | "error" | undefined;
4102
- label?: string | undefined;
4103
- labelPlacement?: "outer" | "inner" | undefined;
4104
- titleCaption?: ReactNode;
4105
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4106
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4107
- helperText?: string | undefined;
4108
- leftHelper?: ReactNode;
4109
- rightHelper?: ReactNode;
4110
- leftHelperPlacement?: "outer" | "inner" | undefined;
4111
- } & {
4112
- required?: boolean | undefined;
4113
- requiredPlacement?: "right" | "left" | undefined;
4114
- optional?: boolean | undefined;
4115
- } & {
4116
- hintText?: undefined;
4117
- hintOpened?: undefined;
4118
- hintTrigger?: undefined;
4119
- hintView?: undefined;
4120
- hintSize?: undefined;
4121
- hintTargetIcon?: undefined;
4122
- hintPlacement?: undefined;
4123
- hintHasArrow?: undefined;
4124
- hintOffset?: undefined;
4125
- hintWidth?: undefined;
4126
- hintContentLeft?: undefined;
4127
- } & {
4128
- size?: string | undefined;
4129
- view?: string | undefined;
4130
- } & {
4131
- autoResize?: boolean | undefined;
4132
- maxAuto?: number | undefined;
4133
- minAuto?: number | undefined;
4134
- } & {
4135
- height?: undefined;
4136
- width?: undefined;
4137
- } & {
4138
- rows?: undefined;
4139
- cols?: undefined;
4140
- } & {
4141
- clear?: undefined;
4142
- hasDivider?: undefined;
4143
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4144
- status?: "" | "warning" | "success" | "error" | undefined;
4145
- label?: string | undefined;
4146
- labelPlacement?: "outer" | "inner" | undefined;
4147
- titleCaption?: ReactNode;
4148
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4149
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4150
- helperText?: string | undefined;
4151
- leftHelper?: ReactNode;
4152
- rightHelper?: ReactNode;
4153
- leftHelperPlacement?: "outer" | "inner" | undefined;
4154
- } & {
4155
- required?: boolean | undefined;
4156
- requiredPlacement?: "right" | "left" | undefined;
4157
- optional?: boolean | undefined;
4158
- } & {
4159
- hintText?: undefined;
4160
- hintOpened?: undefined;
4161
- hintTrigger?: undefined;
4162
- hintView?: undefined;
4163
- hintSize?: undefined;
4164
- hintTargetIcon?: undefined;
4165
- hintPlacement?: undefined;
4166
- hintHasArrow?: undefined;
4167
- hintOffset?: undefined;
4168
- hintWidth?: undefined;
4169
- hintContentLeft?: undefined;
4170
- } & {
4171
- size?: string | undefined;
4172
- view?: string | undefined;
4173
- } & {
4174
- height?: string | number | undefined;
4175
- width?: string | number | undefined;
4176
- } & {
4177
- autoResize?: undefined;
4178
- maxAuto?: undefined;
4179
- minAuto?: undefined;
4180
- } & {
4181
- rows?: undefined;
4182
- cols?: undefined;
4183
- } & {
4184
- clear?: undefined;
4185
- hasDivider?: undefined;
4186
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4187
- status?: "" | "warning" | "success" | "error" | undefined;
4188
- label?: string | undefined;
4189
- labelPlacement?: "outer" | "inner" | undefined;
4190
- titleCaption?: ReactNode;
4191
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4192
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4193
- helperText?: string | undefined;
4194
- leftHelper?: ReactNode;
4195
- rightHelper?: ReactNode;
4196
- leftHelperPlacement?: "outer" | "inner" | undefined;
4197
- } & {
4198
- required?: boolean | undefined;
4199
- requiredPlacement?: "right" | "left" | undefined;
4200
- optional?: boolean | undefined;
4201
- } & {
4202
- hintText?: undefined;
4203
- hintOpened?: undefined;
4204
- hintTrigger?: undefined;
4205
- hintView?: undefined;
4206
- hintSize?: undefined;
4207
- hintTargetIcon?: undefined;
4208
- hintPlacement?: undefined;
4209
- hintHasArrow?: undefined;
4210
- hintOffset?: undefined;
4211
- hintWidth?: undefined;
4212
- hintContentLeft?: undefined;
4213
- } & {
4214
- size?: string | undefined;
4215
- view?: string | undefined;
4216
- } & {
4217
- rows?: number | undefined;
4218
- cols?: number | undefined;
4219
- } & {
4220
- autoResize?: undefined;
4221
- maxAuto?: undefined;
4222
- minAuto?: undefined;
4223
- } & {
4224
- height?: undefined;
4225
- width?: undefined;
4226
- } & {
4227
- clear?: undefined;
4228
- hasDivider?: undefined;
4229
- } & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
4230
- status?: "" | "warning" | "success" | "error" | undefined;
4231
- label?: string | undefined;
4232
- labelPlacement?: "outer" | "inner" | undefined;
4233
- titleCaption?: ReactNode;
4234
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
4235
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
4236
- helperText?: string | undefined;
4237
- leftHelper?: ReactNode;
4238
- rightHelper?: ReactNode;
4239
- leftHelperPlacement?: "outer" | "inner" | undefined;
4240
- } & {
4241
- required?: boolean | undefined;
4242
- requiredPlacement?: "right" | "left" | undefined;
4243
- optional?: boolean | undefined;
4244
- } & {
4245
- hintText?: undefined;
4246
- hintOpened?: undefined;
4247
- hintTrigger?: undefined;
4248
- hintView?: undefined;
4249
- hintSize?: undefined;
4250
- hintTargetIcon?: undefined;
4251
- hintPlacement?: undefined;
4252
- hintHasArrow?: undefined;
4253
- hintOffset?: undefined;
4254
- hintWidth?: undefined;
4255
- hintContentLeft?: undefined;
4256
- } & {
4257
- size?: string | undefined;
4258
- view?: string | undefined;
4259
- } & {
4260
- clear?: true | undefined;
4261
- hasDivider?: boolean | undefined;
4262
- } & {
4263
- rows?: undefined;
4264
- cols?: undefined;
4265
- } & {
4266
- autoResize?: undefined;
4267
- maxAuto?: undefined;
4268
- minAuto?: undefined;
4269
- } & {
4270
- height?: undefined;
4271
- width?: undefined;
4272
- } & RefAttributes<HTMLTextAreaElement>))>;
4273
-
4274
- export { TextareaHTMLAttributes }
4275
-
4276
- // Warning: (ae-forgotten-export) The symbol "newHopeTextAreaProps" needs to be exported by the entry point index.d.ts
4277
- // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
4278
- // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
4279
- //
4280
- // @public (undocumented)
4281
- export type TextAreaProps = TextAreaProps_2 & Pick<newHopeTextAreaProps, 'title' | 'titleCaption' | 'required' | 'requiredPlacement' | 'optional'> & ClearProps & HintProps;
4282
-
4283
- export { TextareaResize }
4284
-
4285
- // @public
4286
- export const TextField: React_2.ForwardRefExoticComponent<TextFieldProps & React_2.RefAttributes<HTMLInputElement>>;
4287
-
4288
- // @public
4289
- export const TextFieldGroup: FunctionComponent<PropsType< {
4290
- size: {
4291
- l: PolymorphicClassName;
4292
- m: PolymorphicClassName;
4293
- s: PolymorphicClassName;
4294
- xs: PolymorphicClassName;
4295
- };
4296
- orientation: {
4297
- horizontal: PolymorphicClassName;
4298
- vertical: PolymorphicClassName;
4299
- };
4300
- gap: {
4301
- none: PolymorphicClassName;
4302
- dense: PolymorphicClassName;
4303
- wide: PolymorphicClassName;
4304
- };
4305
- shape: {
4306
- segmented: PolymorphicClassName;
4307
- default: PolymorphicClassName;
4308
- };
4309
- stretching: {
4310
- auto: PolymorphicClassName;
4311
- filled: PolymorphicClassName;
4312
- };
4313
- }> & ((HTMLAttributes<HTMLDivElement> & {
4314
- orientation?: Orientation | undefined;
4315
- stretching?: ("auto" | "filled") | undefined;
4316
- size?: string | undefined;
4317
- isCommonTextFieldStyles?: boolean | undefined;
4318
- } & {
4319
- gap?: "none" | "dense" | undefined;
4320
- shape?: "segmented" | undefined;
4321
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
4322
- orientation?: Orientation | undefined;
4323
- stretching?: ("auto" | "filled") | undefined;
4324
- size?: string | undefined;
4325
- isCommonTextFieldStyles?: boolean | undefined;
4326
- } & {
4327
- gap?: "dense" | "wide" | undefined;
4328
- shape?: "default" | undefined;
4329
- } & RefAttributes<HTMLDivElement>))>;
4330
-
4331
- export { TextFieldGroupProps }
4332
-
4333
- // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
4334
- // Warning: (ae-forgotten-export) The symbol "ClearProps_2" needs to be exported by the entry point index.d.ts
4335
- // Warning: (ae-forgotten-export) The symbol "HintProps_2" needs to be exported by the entry point index.d.ts
4336
- //
4337
- // @public (undocumented)
4338
- export type TextFieldProps = Omit<TextFieldProps_2, 'helperText'> & {
4339
- helperText?: ReactNode;
4340
- } & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'chipType' | 'onChangeChips' | 'titleCaption' | 'labelPlacement' | 'keepPlaceholder' | 'required' | 'requiredPlacement' | 'optional' | 'chipView' | 'chipValidator'> & ClearProps_2 & HintProps_2;
4341
-
4342
- export { TextFieldView }
4343
-
4344
- // @public (undocumented)
4345
- export const TextL: FunctionComponent<PropsType< {
4346
- size: {
4347
- l: PolymorphicClassName;
4348
- };
4349
- }> & {
4350
- noWrap?: boolean | undefined;
4351
- breakWord?: boolean | undefined;
4352
- color?: string | undefined;
4353
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
4354
-
4355
- // @public (undocumented)
4356
- export const TextM: FunctionComponent<PropsType< {
4357
- size: {
4358
- m: PolymorphicClassName;
4359
- };
4360
- }> & {
4361
- noWrap?: boolean | undefined;
4362
- breakWord?: boolean | undefined;
4363
- color?: string | undefined;
4364
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
4365
-
4366
- // @public (undocumented)
4367
- export const TextS: FunctionComponent<PropsType< {
4368
- size: {
4369
- s: PolymorphicClassName;
4370
- };
4371
- }> & {
4372
- noWrap?: boolean | undefined;
4373
- breakWord?: boolean | undefined;
4374
- color?: string | undefined;
4375
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
4376
-
4377
- // @public
4378
- export const TextSkeleton: FC<PropsType< {
4379
- size: {
4380
- body1: PolymorphicClassName;
4381
- body2: PolymorphicClassName;
4382
- body3: PolymorphicClassName;
4383
- button1: PolymorphicClassName;
4384
- button2: PolymorphicClassName;
4385
- caption: PolymorphicClassName;
4386
- display1: PolymorphicClassName;
4387
- display2: PolymorphicClassName;
4388
- display3: PolymorphicClassName;
4389
- footnote1: PolymorphicClassName;
4390
- footnote2: PolymorphicClassName;
4391
- headline1: PolymorphicClassName;
4392
- headline2: PolymorphicClassName;
4393
- headline3: PolymorphicClassName;
4394
- headline4: PolymorphicClassName;
4395
- paragraph1: PolymorphicClassName;
4396
- paragraph2: PolymorphicClassName;
4397
- underline: PolymorphicClassName;
4398
- bodyL: PolymorphicClassName;
4399
- bodyM: PolymorphicClassName;
4400
- bodyS: PolymorphicClassName;
4401
- bodyXS: PolymorphicClassName;
4402
- bodyXXS: PolymorphicClassName;
4403
- dsplL: PolymorphicClassName;
4404
- dsplM: PolymorphicClassName;
4405
- dsplS: PolymorphicClassName;
4406
- h1: PolymorphicClassName;
4407
- h2: PolymorphicClassName;
4408
- h3: PolymorphicClassName;
4409
- h4: PolymorphicClassName;
4410
- h5: PolymorphicClassName;
4411
- textL: PolymorphicClassName;
4412
- textM: PolymorphicClassName;
4413
- textS: PolymorphicClassName;
4414
- textXS: PolymorphicClassName;
4415
- };
4416
- }> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
4417
- customGradientColor?: string | undefined;
4418
- roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
4419
- } & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement> & TextSkeletonBaseProps>;
4420
-
4421
- export { TextSkeletonProps }
4422
-
4423
- // @public (undocumented)
4424
- export const TextXS: FunctionComponent<PropsType< {
4425
- size: {
4426
- xs: PolymorphicClassName;
4427
- };
4428
- }> & {
4429
- noWrap?: boolean | undefined;
4430
- breakWord?: boolean | undefined;
4431
- color?: string | undefined;
4432
- } & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
4433
-
4434
- export { TimingFunction }
4435
-
4436
- // @public (undocumented)
4437
- export const Toast: FunctionComponent<PropsType< {
4438
- view: {
4439
- default: PolymorphicClassName;
4440
- primary: PolymorphicClassName;
4441
- dark: PolymorphicClassName;
4442
- light: PolymorphicClassName;
4443
- };
4444
- size: {
4445
- m: PolymorphicClassName;
4446
- };
4447
- closeIconType: {
4448
- default: PolymorphicClassName;
4449
- };
4450
- pilled: {
4451
- true: PolymorphicClassName;
4452
- };
4453
- }> & HTMLAttributes<HTMLButtonElement> & CustomToastProps & RefAttributes<HTMLDivElement>>;
4454
-
4455
- export { ToastPosition }
4456
-
4457
- export { ToastProps }
4458
-
4459
- // @public (undocumented)
4460
- export const ToastProvider: ({ children }: {
4461
- children: ReactNode;
4462
- }) => JSX.Element;
4463
-
4464
- export { ToastRole }
4465
-
4466
- export { toCssSize }
4467
-
4468
- // @public
4469
- export const Toolbar: FunctionComponent<PropsType< {
4470
- view: {
4471
- default: PolymorphicClassName;
4472
- };
4473
- size: {
4474
- xs: PolymorphicClassName;
4475
- s: PolymorphicClassName;
4476
- m: PolymorphicClassName;
4477
- l: PolymorphicClassName;
4478
- };
4479
- }> & HTMLAttributes<HTMLDivElement> & {
4480
- children: ReactNode;
4481
- orientation?: "horizontal" | "vertical" | undefined;
4482
- hasShadow?: boolean | undefined;
4483
- size?: string | undefined;
4484
- view?: string | undefined;
4485
- } & RefAttributes<HTMLDivElement>>;
4486
-
4487
- // @public (undocumented)
4488
- export const ToolbarDivider: FunctionComponent<PropsType<Variants> & DividerProps & RefAttributes<HTMLDivElement>>;
4489
-
4490
- export { ToolbarProps }
4491
-
4492
- export { toolbarTokens }
4493
-
4494
- // @public (undocumented)
4495
- export const Tooltip: ForwardRefExoticComponent<TooltipProps & RefAttributes<HTMLDivElement>>;
4496
-
4497
- export { TooltipProps }
4498
-
4499
- export { transformStyles }
4500
-
4501
- // @public (undocumented)
4502
- export const Tree: FunctionComponent<PropsType< {
4503
- view: {
4504
- default: PolymorphicClassName;
4505
- };
4506
- size: {
4507
- l: PolymorphicClassName;
4508
- m: PolymorphicClassName;
4509
- s: PolymorphicClassName;
4510
- xs: PolymorphicClassName;
4511
- };
4512
- }> & TreeProps & RefAttributes<HTMLDivElement>>;
4513
-
4514
- // @public (undocumented)
4515
- export const Underline: FunctionComponent<PropsType< {
4516
- size: {
4517
- m: PolymorphicClassName;
4518
- };
4519
- }> & TypographyOldProps & RefAttributes<HTMLDivElement>>;
4520
-
4521
- export { Upload }
4522
-
4523
- export { UploadAudio }
4524
-
4525
- export { UploadAudioProps }
4526
-
4527
- export { UploadProgress }
4528
-
4529
- export { UploadProgressProps }
4530
-
4531
- export { UploadProps }
4532
-
4533
- export { UploadVisual }
4534
-
4535
- export { UploadVisualProps }
4536
-
4537
- export { useDebouncedFunction }
4538
-
4539
- export { useFocusTrap }
4540
-
4541
- export { useForkRef }
4542
-
4543
- export { useIsomorphicLayoutEffect }
4544
-
4545
- export { usePopupBaseContext }
4546
-
4547
- export { useSegment }
4548
-
4549
- export { useToast }
4550
-
4551
- export { ValidationResult }
4552
-
4553
- export { View }
4554
-
4555
- export { ViewProps }
4556
-
4557
- export { views }
4558
-
4559
- export { withAssistiveDropdown }
4560
-
4561
- export { withAutoFocus }
4562
-
4563
- export { WithAutoFocusProps }
4564
-
4565
- export { withSkeleton }
4566
-
4567
- export { WithSkeletonProps }
4568
-
4569
- // (No @packageDocumentation comment for this package)
4570
-
4571
- ```