welcome-ui 0.0.0-dev.1759252708223 → 0.0.0-dev.1759392523253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AspectRatio.css +1 -1
- package/dist/AspectRatio.js +13 -12
- package/dist/Breadcrumb.css +1 -1
- package/dist/Breadcrumb.js +101 -124
- package/dist/Button.css +1 -1
- package/dist/Button.js +49 -49
- package/dist/Modal.css +1 -1
- package/dist/Modal.js +132 -174
- package/dist/Search.js +118 -125
- package/dist/Swiper.js +113 -119
- package/dist/theme.css +1 -1
- package/dist/throttle-BDBzFeFj.js +13 -0
- package/dist/types/components/AspectRatio/index.d.ts +1 -2
- package/dist/types/components/AspectRatio/types.d.ts +12 -3
- package/dist/types/components/Icon/index.d.ts +305 -0
- package/dist/types/components/Modal/components/Close.d.ts +2 -2
- package/dist/types/components/Modal/components/Content.d.ts +3 -5
- package/dist/types/components/Modal/index.d.ts +0 -1
- package/dist/types/components/Modal/types.d.ts +0 -5
- package/dist/types/old/components/Alert/styles.d.ts +4 -4
- package/dist/types/old/components/Avatar/styles.d.ts +4 -4
- package/dist/types/old/components/Card/Cover.styles.d.ts +2 -2
- package/dist/types/old/components/ClearButton/index.d.ts +2 -2
- package/dist/types/old/components/ClearButton/styles.d.ts +2 -2
- package/dist/types/old/components/CloseButton/styles.d.ts +2 -2
- package/dist/types/old/components/Drawer/styles.d.ts +2 -2
- package/dist/types/old/components/InputText/styles.d.ts +1 -1
- package/dist/types/old/components/Link/styles.d.ts +2 -2
- package/dist/types/old/components/Loader/styles.d.ts +2 -2
- package/dist/types/old/components/Modal/Assets/Backdrop.d.ts +2 -2
- package/dist/types/old/components/Modal/Assets/index.d.ts +4 -4
- package/dist/types/old/components/Modal/Assets/styles.d.ts +4 -4
- package/dist/types/old/components/Modal/index.d.ts +4 -4
- package/dist/types/old/components/Modal/styles.d.ts +4 -4
- package/dist/types/old/components/Radio/styles.d.ts +2 -2
- package/dist/types/old/components/Select/index.d.ts +2 -2
- package/dist/types/old/components/Select/styles.d.ts +2 -2
- package/dist/types/old/components/Shape/styles.d.ts +2 -2
- package/dist/types/old/components/Slider/styles.d.ts +10 -10
- package/dist/types/old/components/Swiper/styles.d.ts +2 -2
- package/dist/types/old/components/Toast/styles.d.ts +8 -8
- package/dist/types/theme/tokens.json.d.ts +378 -0
- package/dist/types/theme/types.d.ts +0 -10
- package/dist/types/theme/utils/parseTokens.d.ts +15 -0
- package/dist/types/theme/utils/parseTokens.test.d.ts +1 -0
- package/dist/types/utils/clamp.d.ts +1 -0
- package/dist/types/utils/use-screens.d.ts +2 -2
- package/package.json +4 -2
- package/dist/types/theme/tokens.d.ts +0 -307
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
export { ActionsIcon } from './components/Actions';
|
|
2
|
+
export { ActivityIcon } from './components/Activity';
|
|
3
|
+
export { AddIcon } from './components/Add';
|
|
4
|
+
export { AddressIcon } from './components/Address';
|
|
5
|
+
export { AirplayIcon } from './components/Airplay';
|
|
6
|
+
export { AlertIcon } from './components/Alert';
|
|
7
|
+
export { AlertOutlineIcon } from './components/AlertOutline';
|
|
8
|
+
export { AnalyticsIcon } from './components/Analytics';
|
|
9
|
+
export { AnniversaryIcon } from './components/Anniversary';
|
|
10
|
+
export { ArchiveIcon } from './components/Archive';
|
|
11
|
+
export { ArrowDownIcon } from './components/ArrowDown';
|
|
12
|
+
export { ArrowLeftIcon } from './components/ArrowLeft';
|
|
13
|
+
export { ArrowLineDownIcon } from './components/ArrowLineDown';
|
|
14
|
+
export { ArrowLineLeftIcon } from './components/ArrowLineLeft';
|
|
15
|
+
export { ArrowLineRightIcon } from './components/ArrowLineRight';
|
|
16
|
+
export { ArrowLineUpIcon } from './components/ArrowLineUp';
|
|
17
|
+
export { ArrowRightIcon } from './components/ArrowRight';
|
|
18
|
+
export { ArrowUpIcon } from './components/ArrowUp';
|
|
19
|
+
export { AspectRatioFillIcon } from './components/AspectRatioFill';
|
|
20
|
+
export { AspectRatioFitIcon } from './components/AspectRatioFit';
|
|
21
|
+
export { AttachmentIcon } from './components/Attachment';
|
|
22
|
+
export { AvatarIcon } from './components/Avatar';
|
|
23
|
+
export { AvatarAccessoryIcon } from './components/AvatarAccessory';
|
|
24
|
+
export { AvatarBodyIcon } from './components/AvatarBody';
|
|
25
|
+
export { AvatarBottomIcon } from './components/AvatarBottom';
|
|
26
|
+
export { AvatarCostumeIcon } from './components/AvatarCostume';
|
|
27
|
+
export { AvatarHeadIcon } from './components/AvatarHead';
|
|
28
|
+
export { AvatarTopIcon } from './components/AvatarTop';
|
|
29
|
+
export { BarChartIcon } from './components/BarChart';
|
|
30
|
+
export { BasketballIcon } from './components/Basketball';
|
|
31
|
+
export { BehanceIcon } from './components/Behance';
|
|
32
|
+
export { BirthdayIcon } from './components/Birthday';
|
|
33
|
+
export { BoldIcon } from './components/Bold';
|
|
34
|
+
export { BookIcon } from './components/Book';
|
|
35
|
+
export { Book2Icon } from './components/Book2';
|
|
36
|
+
export { BookmarkIcon } from './components/Bookmark';
|
|
37
|
+
export { BookmarkOutlineIcon } from './components/BookmarkOutline';
|
|
38
|
+
export { BulbIcon } from './components/Bulb';
|
|
39
|
+
export { BulkIcon } from './components/Bulk';
|
|
40
|
+
export { BuoyIcon } from './components/Buoy';
|
|
41
|
+
export { BurnIcon } from './components/Burn';
|
|
42
|
+
export { CaddyIcon } from './components/Caddy';
|
|
43
|
+
export { CalculIcon } from './components/Calcul';
|
|
44
|
+
export { CameraIcon } from './components/Camera';
|
|
45
|
+
export { CameraOffIcon } from './components/CameraOff';
|
|
46
|
+
export { CameraOnIcon } from './components/CameraOn';
|
|
47
|
+
export { CandidateStatusIcon } from './components/CandidateStatus';
|
|
48
|
+
export { CardViewIcon } from './components/CardView';
|
|
49
|
+
export { CastIcon } from './components/Cast';
|
|
50
|
+
export { CastConnectedIcon } from './components/CastConnected';
|
|
51
|
+
export { CastUnavailableIcon } from './components/CastUnavailable';
|
|
52
|
+
export { CelebrateIcon } from './components/Celebrate';
|
|
53
|
+
export { CertifiedIcon } from './components/Certified';
|
|
54
|
+
export { CheckIcon } from './components/Check';
|
|
55
|
+
export { ClipboardIcon } from './components/Clipboard';
|
|
56
|
+
export { ClockIcon } from './components/Clock';
|
|
57
|
+
export { CodeIcon } from './components/Code';
|
|
58
|
+
export { CodeBlockIcon } from './components/CodeBlock';
|
|
59
|
+
export { CoffeeIcon } from './components/Coffee';
|
|
60
|
+
export { CollapseIcon } from './components/Collapse';
|
|
61
|
+
export { CommentIcon } from './components/Comment';
|
|
62
|
+
export { CommentOutlineIcon } from './components/CommentOutline';
|
|
63
|
+
export { CommonAreaIcon } from './components/CommonArea';
|
|
64
|
+
export { CompassIcon } from './components/Compass';
|
|
65
|
+
export { ComputerIcon } from './components/Computer';
|
|
66
|
+
export { ConnectionIcon } from './components/Connection';
|
|
67
|
+
export { ContractIcon } from './components/Contract';
|
|
68
|
+
export { ControlBackwardIcon } from './components/ControlBackward';
|
|
69
|
+
export { ControlForwardIcon } from './components/ControlForward';
|
|
70
|
+
export { ControlPauseIcon } from './components/ControlPause';
|
|
71
|
+
export { ControlStopIcon } from './components/ControlStop';
|
|
72
|
+
export { CopyIcon } from './components/Copy';
|
|
73
|
+
export { CoverLetterIcon } from './components/CoverLetter';
|
|
74
|
+
export { CreateIcon } from './components/Create';
|
|
75
|
+
export { CreditCardIcon } from './components/CreditCard';
|
|
76
|
+
export { CrescentMoonIcon } from './components/CrescentMoon';
|
|
77
|
+
export { CrescentMoonOutlineIcon } from './components/CrescentMoonOutline';
|
|
78
|
+
export { CrossIcon } from './components/Cross';
|
|
79
|
+
export { CrossTargetIcon } from './components/CrossTarget';
|
|
80
|
+
export { CrownIcon } from './components/Crown';
|
|
81
|
+
export { CsvIcon } from './components/Csv';
|
|
82
|
+
export { DateIcon } from './components/Date';
|
|
83
|
+
export { DepartmentIcon } from './components/Department';
|
|
84
|
+
export { DetailsIcon } from './components/Details';
|
|
85
|
+
export { DiamondIcon } from './components/Diamond';
|
|
86
|
+
export { DishIcon } from './components/Dish';
|
|
87
|
+
export { DocIcon } from './components/Doc';
|
|
88
|
+
export { DocxIcon } from './components/Docx';
|
|
89
|
+
export { DownIcon } from './components/Down';
|
|
90
|
+
export { DownloadIcon } from './components/Download';
|
|
91
|
+
export { DragAndDropIcon } from './components/DragAndDrop';
|
|
92
|
+
export { DribbbleIcon } from './components/Dribbble';
|
|
93
|
+
export { EarthIcon } from './components/Earth';
|
|
94
|
+
export { EditIcon } from './components/Edit';
|
|
95
|
+
export { EducationLevelIcon } from './components/EducationLevel';
|
|
96
|
+
export { EmailIcon } from './components/Email';
|
|
97
|
+
export { EmailOutlineIcon } from './components/EmailOutline';
|
|
98
|
+
export { EotIcon } from './components/Eot';
|
|
99
|
+
export { EqualIcon } from './components/Equal';
|
|
100
|
+
export { EuroCurrencyIcon } from './components/EuroCurrency';
|
|
101
|
+
export { ExpandIcon } from './components/Expand';
|
|
102
|
+
export { ExpandTextIcon } from './components/ExpandText';
|
|
103
|
+
export { ExtendIcon } from './components/Extend';
|
|
104
|
+
export { ExternalLinkIcon } from './components/ExternalLink';
|
|
105
|
+
export { FacebookIcon } from './components/Facebook';
|
|
106
|
+
export { FactoryIcon } from './components/Factory';
|
|
107
|
+
export { FemaleIcon } from './components/Female';
|
|
108
|
+
export { FiltersIcon } from './components/Filters';
|
|
109
|
+
export { FingerprintIcon } from './components/Fingerprint';
|
|
110
|
+
export { FlagIcon } from './components/Flag';
|
|
111
|
+
export { FlagCsIcon } from './components/FlagCs';
|
|
112
|
+
export { FlagEnIcon } from './components/FlagEn';
|
|
113
|
+
export { FlagEsIcon } from './components/FlagEs';
|
|
114
|
+
export { FlagFrIcon } from './components/FlagFr';
|
|
115
|
+
export { FlagOutlineIcon } from './components/FlagOutline';
|
|
116
|
+
export { FlagPointedIcon } from './components/FlagPointed';
|
|
117
|
+
export { FlagSkIcon } from './components/FlagSk';
|
|
118
|
+
export { FlagUsIcon } from './components/FlagUs';
|
|
119
|
+
export { FolderIcon } from './components/Folder';
|
|
120
|
+
export { FullscreenOffIcon } from './components/FullscreenOff';
|
|
121
|
+
export { FullscreenOnIcon } from './components/FullscreenOn';
|
|
122
|
+
export { GearIcon } from './components/Gear';
|
|
123
|
+
export { GifIcon } from './components/Gif';
|
|
124
|
+
export { GithubIcon } from './components/Github';
|
|
125
|
+
export { GoogleIcon } from './components/Google';
|
|
126
|
+
export { HandshakeIcon } from './components/Handshake';
|
|
127
|
+
export { HardHatIcon } from './components/HardHat';
|
|
128
|
+
export { HashtagIcon } from './components/Hashtag';
|
|
129
|
+
export { HeadingIcon } from './components/Heading';
|
|
130
|
+
export { Heading1Icon } from './components/Heading1';
|
|
131
|
+
export { Heading2Icon } from './components/Heading2';
|
|
132
|
+
export { Heading3Icon } from './components/Heading3';
|
|
133
|
+
export { Heading4Icon } from './components/Heading4';
|
|
134
|
+
export { Heading5Icon } from './components/Heading5';
|
|
135
|
+
export { Heading6Icon } from './components/Heading6';
|
|
136
|
+
export { HeadsetIcon } from './components/Headset';
|
|
137
|
+
export { HeartIcon } from './components/Heart';
|
|
138
|
+
export { HeartOutlineIcon } from './components/HeartOutline';
|
|
139
|
+
export { HeartShinyIcon } from './components/HeartShiny';
|
|
140
|
+
export { HideIcon } from './components/Hide';
|
|
141
|
+
export { HomeIcon } from './components/Home';
|
|
142
|
+
export { HouseIcon } from './components/House';
|
|
143
|
+
export { InformationIcon } from './components/Information';
|
|
144
|
+
export { InformationOutlineIcon } from './components/InformationOutline';
|
|
145
|
+
export { InProgressCandidateIcon } from './components/InProgressCandidate';
|
|
146
|
+
export { InstagramIcon } from './components/Instagram';
|
|
147
|
+
export { ItalicIcon } from './components/Italic';
|
|
148
|
+
export { JpegIcon } from './components/Jpeg';
|
|
149
|
+
export { JpgIcon } from './components/Jpg';
|
|
150
|
+
export { JusticeHammerIcon } from './components/JusticeHammer';
|
|
151
|
+
export { KanbanIcon } from './components/Kanban';
|
|
152
|
+
export { KeyIcon } from './components/Key';
|
|
153
|
+
export { LanguageIcon } from './components/Language';
|
|
154
|
+
export { LeafIcon } from './components/Leaf';
|
|
155
|
+
export { LeftIcon } from './components/Left';
|
|
156
|
+
export { LineChartIcon } from './components/LineChart';
|
|
157
|
+
export { LinkIcon } from './components/Link';
|
|
158
|
+
export { LinkedinIcon } from './components/Linkedin';
|
|
159
|
+
export { LocationIcon } from './components/Location';
|
|
160
|
+
export { LockIcon } from './components/Lock';
|
|
161
|
+
export { LockRoundedIcon } from './components/LockRounded';
|
|
162
|
+
export { LogOutIcon } from './components/LogOut';
|
|
163
|
+
export { MaleIcon } from './components/Male';
|
|
164
|
+
export { MapIcon } from './components/Map';
|
|
165
|
+
export { MasonryIcon } from './components/Masonry';
|
|
166
|
+
export { Masonry2Icon } from './components/Masonry2';
|
|
167
|
+
export { MeetingRoomIcon } from './components/MeetingRoom';
|
|
168
|
+
export { MegaphoneIcon } from './components/Megaphone';
|
|
169
|
+
export { MentionIcon } from './components/Mention';
|
|
170
|
+
export { MenuIcon } from './components/Menu';
|
|
171
|
+
export { MicIcon } from './components/Mic';
|
|
172
|
+
export { MicrophoneOffIcon } from './components/MicrophoneOff';
|
|
173
|
+
export { MicrophoneOnIcon } from './components/MicrophoneOn';
|
|
174
|
+
export { MicroshipIcon } from './components/Microship';
|
|
175
|
+
export { MobileIcon } from './components/Mobile';
|
|
176
|
+
export { MoneyIcon } from './components/Money';
|
|
177
|
+
export { MoreIcon } from './components/More';
|
|
178
|
+
export { MoreAndroidIcon } from './components/MoreAndroid';
|
|
179
|
+
export { MountainIcon } from './components/Mountain';
|
|
180
|
+
export { MoveIcon } from './components/Move';
|
|
181
|
+
export { MusicIcon } from './components/Music';
|
|
182
|
+
export { NegativeIcon } from './components/Negative';
|
|
183
|
+
export { NegativeOutlineIcon } from './components/NegativeOutline';
|
|
184
|
+
export { NegativeStraightIcon } from './components/NegativeStraight';
|
|
185
|
+
export { NewCandidateIcon } from './components/NewCandidate';
|
|
186
|
+
export { NotificationIcon } from './components/Notification';
|
|
187
|
+
export { NpmIcon } from './components/Npm';
|
|
188
|
+
export { OfferStatusIcon } from './components/OfferStatus';
|
|
189
|
+
export { OfficeIcon } from './components/Office';
|
|
190
|
+
export { OrderedListIcon } from './components/OrderedList';
|
|
191
|
+
export { OrigineIcon } from './components/Origine';
|
|
192
|
+
export { PaperplaneIcon } from './components/Paperplane';
|
|
193
|
+
export { PdfIcon } from './components/Pdf';
|
|
194
|
+
export { PencilIcon } from './components/Pencil';
|
|
195
|
+
export { PhoneIcon } from './components/Phone';
|
|
196
|
+
export { PhoneOutlineIcon } from './components/PhoneOutline';
|
|
197
|
+
export { PicturesIcon } from './components/Pictures';
|
|
198
|
+
export { PiechartIcon } from './components/Piechart';
|
|
199
|
+
export { PinIcon } from './components/Pin';
|
|
200
|
+
export { PinterestIcon } from './components/Pinterest';
|
|
201
|
+
export { PizzaIcon } from './components/Pizza';
|
|
202
|
+
export { PlayIcon } from './components/Play';
|
|
203
|
+
export { PlaylistIcon } from './components/Playlist';
|
|
204
|
+
export { PlayOutlineIcon } from './components/PlayOutline';
|
|
205
|
+
export { PngIcon } from './components/Png';
|
|
206
|
+
export { PodcastIcon } from './components/Podcast';
|
|
207
|
+
export { PositiveIcon } from './components/Positive';
|
|
208
|
+
export { PositiveOutlineIcon } from './components/PositiveOutline';
|
|
209
|
+
export { PositiveStraightIcon } from './components/PositiveStraight';
|
|
210
|
+
export { PptIcon } from './components/Ppt';
|
|
211
|
+
export { PrintIcon } from './components/Print';
|
|
212
|
+
export { PromoteIcon } from './components/Promote';
|
|
213
|
+
export { PuzzleIcon } from './components/Puzzle';
|
|
214
|
+
export { PuzzleOutlineIcon } from './components/PuzzleOutline';
|
|
215
|
+
export { QuestionIcon } from './components/Question';
|
|
216
|
+
export { QuestionsIcon } from './components/Questions';
|
|
217
|
+
export { QuoteIcon } from './components/Quote';
|
|
218
|
+
export { RefreshIcon } from './components/Refresh';
|
|
219
|
+
export { RefuseCandidateIcon } from './components/RefuseCandidate';
|
|
220
|
+
export { RemoteIcon } from './components/Remote';
|
|
221
|
+
export { RemoveIcon } from './components/Remove';
|
|
222
|
+
export { ResetIcon } from './components/Reset';
|
|
223
|
+
export { ResumeIcon } from './components/Resume';
|
|
224
|
+
export { ReviewIcon } from './components/Review';
|
|
225
|
+
export { ReviewOutlineIcon } from './components/ReviewOutline';
|
|
226
|
+
export { RightIcon } from './components/Right';
|
|
227
|
+
export { SalaryIcon } from './components/Salary';
|
|
228
|
+
export { SaveIcon } from './components/Save';
|
|
229
|
+
export { ScreenshareOffIcon } from './components/ScreenshareOff';
|
|
230
|
+
export { ScreenshareOnIcon } from './components/ScreenshareOn';
|
|
231
|
+
export { SearchIcon } from './components/Search';
|
|
232
|
+
export { SearchPeopleIcon } from './components/SearchPeople';
|
|
233
|
+
export { SettingsIcon } from './components/Settings';
|
|
234
|
+
export { Share1Icon } from './components/Share1';
|
|
235
|
+
export { Share2Icon } from './components/Share2';
|
|
236
|
+
export { ShieldIcon } from './components/Shield';
|
|
237
|
+
export { ShowIcon } from './components/Show';
|
|
238
|
+
export { SlackIcon } from './components/Slack';
|
|
239
|
+
export { SoundOffIcon } from './components/SoundOff';
|
|
240
|
+
export { SoundOnIcon } from './components/SoundOn';
|
|
241
|
+
export { SourceIcon } from './components/Source';
|
|
242
|
+
export { SpannerIcon } from './components/Spanner';
|
|
243
|
+
export { SparklesIcon } from './components/Sparkles';
|
|
244
|
+
export { SquareAlertIcon } from './components/SquareAlert';
|
|
245
|
+
export { StackoverflowIcon } from './components/Stackoverflow';
|
|
246
|
+
export { StackserverIcon } from './components/Stackserver';
|
|
247
|
+
export { StarIcon } from './components/Star';
|
|
248
|
+
export { StarOutlineIcon } from './components/StarOutline';
|
|
249
|
+
export { StrikethroughIcon } from './components/Strikethrough';
|
|
250
|
+
export { SubtitleIcon } from './components/Subtitle';
|
|
251
|
+
export { SuccessIcon } from './components/Success';
|
|
252
|
+
export { SuitcaseIcon } from './components/Suitcase';
|
|
253
|
+
export { SunIcon } from './components/Sun';
|
|
254
|
+
export { SvgIcon } from './components/Svg';
|
|
255
|
+
export { SymbolIcon } from './components/Symbol';
|
|
256
|
+
export { TableIcon } from './components/Table';
|
|
257
|
+
export { TableColumnAddAfterIcon } from './components/TableColumnAddAfter';
|
|
258
|
+
export { TableColumnAddBeforeIcon } from './components/TableColumnAddBefore';
|
|
259
|
+
export { TableColumnRemoveIcon } from './components/TableColumnRemove';
|
|
260
|
+
export { TableDeleteIcon } from './components/TableDelete';
|
|
261
|
+
export { TableDivideIcon } from './components/TableDivide';
|
|
262
|
+
export { TableMergeCellsIcon } from './components/TableMergeCells';
|
|
263
|
+
export { TableRowAddAboveIcon } from './components/TableRowAddAbove';
|
|
264
|
+
export { TableRowAddBelowIcon } from './components/TableRowAddBelow';
|
|
265
|
+
export { TableRowRemoveIcon } from './components/TableRowRemove';
|
|
266
|
+
export { TabletIcon } from './components/Tablet';
|
|
267
|
+
export { TagIcon } from './components/Tag';
|
|
268
|
+
export { TargetIcon } from './components/Target';
|
|
269
|
+
export { TeepeeIcon } from './components/Teepee';
|
|
270
|
+
export { ThumbDownIcon } from './components/ThumbDown';
|
|
271
|
+
export { ThumbUpIcon } from './components/ThumbUp';
|
|
272
|
+
export { ThunderclockIcon } from './components/Thunderclock';
|
|
273
|
+
export { TiktokIcon } from './components/Tiktok';
|
|
274
|
+
export { TrashIcon } from './components/Trash';
|
|
275
|
+
export { TreeIcon } from './components/Tree';
|
|
276
|
+
export { TrophyIcon } from './components/Trophy';
|
|
277
|
+
export { TtfIcon } from './components/Ttf';
|
|
278
|
+
export { TwitchIcon } from './components/Twitch';
|
|
279
|
+
export { TwitterIcon } from './components/Twitter';
|
|
280
|
+
export { TxtIcon } from './components/Txt';
|
|
281
|
+
export { TypeIcon } from './components/Type';
|
|
282
|
+
export { UnavailableIcon } from './components/Unavailable';
|
|
283
|
+
export { UnderlineIcon } from './components/Underline';
|
|
284
|
+
export { UnorderedListIcon } from './components/UnorderedList';
|
|
285
|
+
export { UpIcon } from './components/Up';
|
|
286
|
+
export { UpdateIcon } from './components/Update';
|
|
287
|
+
export { UploadIcon } from './components/Upload';
|
|
288
|
+
export { UserIcon } from './components/User';
|
|
289
|
+
export { UserOutlineIcon } from './components/UserOutline';
|
|
290
|
+
export { VideoIcon } from './components/Video';
|
|
291
|
+
export { VideoCameraIcon } from './components/VideoCamera';
|
|
292
|
+
export { VideoCamera2Icon } from './components/VideoCamera2';
|
|
293
|
+
export { WatchLaterIcon } from './components/WatchLater';
|
|
294
|
+
export { WoffIcon } from './components/Woff';
|
|
295
|
+
export { Woff2Icon } from './components/Woff2';
|
|
296
|
+
export { WriteIcon } from './components/Write';
|
|
297
|
+
export { WttjIcon } from './components/Wttj';
|
|
298
|
+
export { XIcon } from './components/X';
|
|
299
|
+
export { XingIcon } from './components/Xing';
|
|
300
|
+
export { XlsIcon } from './components/Xls';
|
|
301
|
+
export { XlsxIcon } from './components/Xlsx';
|
|
302
|
+
export { YoutubeIcon } from './components/Youtube';
|
|
303
|
+
export { ZapierIcon } from './components/Zapier';
|
|
304
|
+
export { ZipIcon } from './components/Zip';
|
|
305
|
+
export type { IconProps } from './Icon.types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const Close: (
|
|
1
|
+
import { CloseButtonProps } from '../../CloseButton/types';
|
|
2
|
+
export declare const Close: (props: CloseButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
/**
|
|
3
2
|
* @name Modal.Content
|
|
4
3
|
*/
|
|
5
|
-
export declare const Content:
|
|
6
|
-
store: import('../types').UseModal;
|
|
4
|
+
export declare const Content: import('react').ForwardRefExoticComponent<{
|
|
7
5
|
withClosingButton?: boolean;
|
|
8
6
|
} & {
|
|
9
|
-
children?:
|
|
10
|
-
} &
|
|
7
|
+
children?: import('react').ReactNode | undefined;
|
|
8
|
+
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -5,7 +5,6 @@ export declare const Modal: import('../../utils').FunctionComponentWithAs<"div",
|
|
|
5
5
|
children?: import('react').ReactNode | undefined;
|
|
6
6
|
} & import('react').RefAttributes<HTMLElement>>;
|
|
7
7
|
Content: import('react').ForwardRefExoticComponent<{
|
|
8
|
-
store: UseModal;
|
|
9
8
|
withClosingButton?: boolean;
|
|
10
9
|
} & {
|
|
11
10
|
children?: import('react').ReactNode | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { DialogOptions, DialogStore, DialogStoreProps } from '@ariakit/react';
|
|
2
2
|
import { ComponentProps, HTMLAttributes, PropsWithChildren, ReactElement } from 'react';
|
|
3
|
-
import { CloseButtonProps } from '../CloseButton/types';
|
|
4
3
|
import { MergeProps } from '../../utils/forwardRefWithAs';
|
|
5
4
|
export type TriggerProps = PropsWithChildren<{
|
|
6
5
|
store: DialogStore;
|
|
@@ -29,16 +28,12 @@ export interface HeaderOptions {
|
|
|
29
28
|
export type HeaderProps = MergeProps<HeaderOptions, HTMLAttributes<HTMLDivElement>>;
|
|
30
29
|
export type BodyProps = PropsWithChildren<HTMLAttributes<HTMLElement>>;
|
|
31
30
|
export type ContentProps = PropsWithChildren<{
|
|
32
|
-
store: UseModal;
|
|
33
31
|
/**
|
|
34
32
|
* show or hide the closing button
|
|
35
33
|
*/
|
|
36
34
|
withClosingButton?: boolean;
|
|
37
35
|
}>;
|
|
38
36
|
export type BackdropProps = Pick<BaseDialogOptions, 'backdrop' | 'hideOnInteractOutside'>;
|
|
39
|
-
export type CloseProps = CloseButtonProps & {
|
|
40
|
-
isOnHeader?: boolean;
|
|
41
|
-
};
|
|
42
37
|
export interface FooterOptions {
|
|
43
38
|
information?: {
|
|
44
39
|
subtitle: string;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { AlertTitleProps } from './Title';
|
|
2
2
|
import { AlertOptions } from './index';
|
|
3
3
|
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>> & import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, never>> & string;
|
|
4
|
-
export declare const Icon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('../System').WuiProps>, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLDivElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "
|
|
4
|
+
export declare const Icon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('../System').WuiProps>, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLDivElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "container" | "top" | "bottom" | "maxWidth" | "resize" | "px" | "position" | "gridTemplateColumns" | "gridTemplateRows" | "transition" | "lineHeight" | "textTransform" | "backgroundColor" | "borderRadius" | "borderColor" | "borderStyle" | "borderWidth" | "padding" | "marginBottom" | "flex" | "alignContent" | "alignItems" | "alignSelf" | "animationDuration" | "animationTimingFunction" | "appearance" | "backgroundAttachment" | "backgroundClip" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "justifyContent" | "justifyItems" | "justifySelf" | "listStylePosition" | "listStyleType" | "marginLeft" | "marginRight" | "marginTop" | "maskSize" | "maxHeight" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "tableLayout" | "textAlign" | "textOverflow" | "textShadow" | "transformOrigin" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "whiteSpace" | "zIndex" | "animation" | "background" | "backgroundPosition" | "borderBottom" | "borderLeft" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "outline" | "overscrollBehavior" | "bg" | "mt" | "pl" | "pt" | "gradientFrom" | "gradientVia" | "gradientTo" | "divideX" | "divideY" | "divideXReverse" | "divideYReverse" | "divideColor" | "divideStyle" | "ring" | "ringInset" | "ringColor" | "w" | "maxW" | "maxH" | "minH" | "m" | "mr" | "mb" | "ml" | "mx" | "my" | "pr" | "pb" | "py" | "spaceX" | "spaceY" | "spaceXReverse" | "spaceYReverse" | "translateX" | "translateY" | "skewX" | "skewY" | "scaleX" | "scaleY" | keyof import('../VariantIcon').VariantIconOptions> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('../System').WuiProps>, keyof import('../VariantIcon').VariantIconOptions> & import('../VariantIcon').VariantIconOptions & Omit<import('../System').WuiProps & import('../System').WuiTestProps & {
|
|
5
5
|
as?: import('../System').As;
|
|
6
6
|
}, keyof import('../VariantIcon').VariantIconOptions> & Omit<import('../System').WuiProps & import('../System').WuiTestProps & {
|
|
7
7
|
as?: import('../System').As;
|
|
8
|
-
}, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLDivElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "
|
|
8
|
+
}, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLDivElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "container" | "top" | "bottom" | "maxWidth" | "resize" | "px" | "position" | "gridTemplateColumns" | "gridTemplateRows" | "transition" | "lineHeight" | "textTransform" | "backgroundColor" | "borderRadius" | "borderColor" | "borderStyle" | "borderWidth" | "padding" | "marginBottom" | "flex" | "alignContent" | "alignItems" | "alignSelf" | "animationDuration" | "animationTimingFunction" | "appearance" | "backgroundAttachment" | "backgroundClip" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "justifyContent" | "justifyItems" | "justifySelf" | "listStylePosition" | "listStyleType" | "marginLeft" | "marginRight" | "marginTop" | "maskSize" | "maxHeight" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "tableLayout" | "textAlign" | "textOverflow" | "textShadow" | "transformOrigin" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "whiteSpace" | "zIndex" | "animation" | "background" | "backgroundPosition" | "borderBottom" | "borderLeft" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "outline" | "overscrollBehavior" | "bg" | "mt" | "pl" | "pt" | "gradientFrom" | "gradientVia" | "gradientTo" | "divideX" | "divideY" | "divideXReverse" | "divideYReverse" | "divideColor" | "divideStyle" | "ring" | "ringInset" | "ringColor" | "w" | "maxW" | "maxH" | "minH" | "m" | "mr" | "mb" | "ml" | "mx" | "my" | "pr" | "pb" | "py" | "spaceX" | "spaceY" | "spaceXReverse" | "spaceYReverse" | "translateX" | "translateY" | "skewX" | "skewY" | "scaleX" | "scaleY" | keyof import('../VariantIcon').VariantIconOptions>, "ref"> & {
|
|
9
9
|
ref?: import('react').Ref<HTMLDivElement>;
|
|
10
10
|
}, never>> & string & Omit<import('../System').CreateWuiComponent<"div", import('../VariantIcon').VariantIconProps>, keyof import('react').Component<any, {}, any>>;
|
|
11
11
|
export declare const Alert: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>> & import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, AlertOptions>> & string;
|
|
12
|
-
export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof import('../System').WuiProps>, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLParagraphElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "
|
|
12
|
+
export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof import('../System').WuiProps>, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLParagraphElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "container" | "top" | "bottom" | "maxWidth" | "resize" | "px" | "position" | "gridTemplateColumns" | "gridTemplateRows" | "transition" | "lineHeight" | "textTransform" | "backgroundColor" | "borderRadius" | "borderColor" | "borderStyle" | "borderWidth" | "padding" | "marginBottom" | "flex" | "alignContent" | "alignItems" | "alignSelf" | "animationDuration" | "animationTimingFunction" | "appearance" | "backgroundAttachment" | "backgroundClip" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "justifyContent" | "justifyItems" | "justifySelf" | "listStylePosition" | "listStyleType" | "marginLeft" | "marginRight" | "marginTop" | "maskSize" | "maxHeight" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "tableLayout" | "textAlign" | "textOverflow" | "textShadow" | "transformOrigin" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "whiteSpace" | "zIndex" | "animation" | "background" | "backgroundPosition" | "borderBottom" | "borderLeft" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "outline" | "overscrollBehavior" | "bg" | "mt" | "pl" | "pt" | "gradientFrom" | "gradientVia" | "gradientTo" | "divideX" | "divideY" | "divideXReverse" | "divideYReverse" | "divideColor" | "divideStyle" | "ring" | "ringInset" | "ringColor" | "w" | "maxW" | "maxH" | "minH" | "m" | "mr" | "mb" | "ml" | "mx" | "my" | "pr" | "pb" | "py" | "spaceX" | "spaceY" | "spaceXReverse" | "spaceYReverse" | "translateX" | "translateY" | "skewX" | "skewY" | "scaleX" | "scaleY" | keyof import('../Text').TextOptions> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof import('../System').WuiProps>, keyof import('../Text').TextOptions> & import('../Text').TextOptions & Omit<import('../System').WuiProps & import('../System').WuiTestProps & {
|
|
13
13
|
as?: import('../System').As;
|
|
14
14
|
}, keyof import('../Text').TextOptions> & Omit<import('../System').WuiProps & import('../System').WuiTestProps & {
|
|
15
15
|
as?: import('../System').As;
|
|
16
|
-
}, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLParagraphElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "
|
|
16
|
+
}, "fill" | "col" | "p" | "slot" | "style" | "title" | "text" | "as" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "letterSpacing" | "opacity" | "order" | "overflow" | "pointerEvents" | "rotate" | "scale" | "stroke" | "textDecoration" | "transform" | "visibility" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import('react').ClassAttributes<HTMLParagraphElement> | "border" | "row" | "h" | "dataTestId" | "left" | "right" | "container" | "top" | "bottom" | "maxWidth" | "resize" | "px" | "position" | "gridTemplateColumns" | "gridTemplateRows" | "transition" | "lineHeight" | "textTransform" | "backgroundColor" | "borderRadius" | "borderColor" | "borderStyle" | "borderWidth" | "padding" | "marginBottom" | "flex" | "alignContent" | "alignItems" | "alignSelf" | "animationDuration" | "animationTimingFunction" | "appearance" | "backgroundAttachment" | "backgroundClip" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "justifyContent" | "justifyItems" | "justifySelf" | "listStylePosition" | "listStyleType" | "marginLeft" | "marginRight" | "marginTop" | "maskSize" | "maxHeight" | "minHeight" | "minWidth" | "objectFit" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "tableLayout" | "textAlign" | "textOverflow" | "textShadow" | "transformOrigin" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "whiteSpace" | "zIndex" | "animation" | "background" | "backgroundPosition" | "borderBottom" | "borderLeft" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "outline" | "overscrollBehavior" | "bg" | "mt" | "pl" | "pt" | "gradientFrom" | "gradientVia" | "gradientTo" | "divideX" | "divideY" | "divideXReverse" | "divideYReverse" | "divideColor" | "divideStyle" | "ring" | "ringInset" | "ringColor" | "w" | "maxW" | "maxH" | "minH" | "m" | "mr" | "mb" | "ml" | "mx" | "my" | "pr" | "pb" | "py" | "spaceX" | "spaceY" | "spaceXReverse" | "spaceYReverse" | "translateX" | "translateY" | "skewX" | "skewY" | "scaleX" | "scaleY" | keyof import('../Text').TextOptions>, "ref"> & {
|
|
17
17
|
ref?: import('react').Ref<HTMLParagraphElement>;
|
|
18
18
|
}, AlertTitleProps>> & string & Omit<import('../System').CreateWuiComponent<"p", import('../Text').TextProps>, keyof import('react').Component<any, {}, any>>;
|