@carbon/react 1.68.0 → 1.69.0-rc.0
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/.playwright/INTERNAL_AVT_REPORT_DO_NOT_USE.json +786 -786
- package/README.md +3 -3
- package/es/components/Accordion/AccordionItem.js +0 -1
- package/es/components/Button/Button.js +6 -0
- package/es/components/CheckboxGroup/CheckboxGroup.js +1 -2
- package/es/components/CheckboxGroup/index.d.ts +10 -0
- package/es/components/ComboBox/ComboBox.js +13 -18
- package/es/components/ComboButton/index.js +10 -3
- package/es/components/DataTable/TableCell.d.ts +1 -4
- package/es/components/DataTable/TableCell.js +3 -2
- package/es/components/Disclosure/index.d.ts +18 -0
- package/es/components/Dropdown/Dropdown.js +11 -9
- package/es/components/FileUploader/FileUploader.d.ts +8 -92
- package/es/components/FileUploader/FileUploader.js +116 -137
- package/es/components/IdPrefix/index.d.ts +26 -0
- package/es/components/Menu/MenuItem.js +1 -4
- package/es/components/MenuButton/index.d.ts +4 -0
- package/es/components/MenuButton/index.js +19 -5
- package/es/components/MultiSelect/MultiSelect.js +11 -9
- package/es/components/OverflowMenu/next/index.d.ts +4 -0
- package/es/components/OverflowMenu/next/index.js +19 -9
- package/es/components/PaginationNav/PaginationNav.js +1 -1
- package/es/components/Popover/index.js +18 -14
- package/es/components/Portal/index.d.ts +25 -0
- package/es/components/Slider/Slider.js +2 -2
- package/es/components/Tag/DismissibleTag.js +2 -2
- package/es/components/Tag/OperationalTag.d.ts +2 -10
- package/es/components/Tag/OperationalTag.js +2 -14
- package/es/components/Tag/SelectableTag.d.ts +2 -10
- package/es/components/Tag/SelectableTag.js +2 -16
- package/es/components/Toggle/Toggle.js +2 -0
- package/es/components/ToggleSmall/ToggleSmall.Skeleton.d.ts +49 -0
- package/es/components/ToggleSmall/index.d.ts +7 -0
- package/es/components/TreeView/TreeNode.js +4 -2
- package/es/components/TreeView/TreeView.js +4 -4
- package/es/components/UIShell/SideNavMenuItem.d.ts +4 -3
- package/es/components/UIShell/SideNavMenuItem.js +1 -4
- package/es/index.js +1 -1
- package/es/internal/useIdPrefix.d.ts +9 -0
- package/lib/components/Accordion/AccordionItem.js +0 -1
- package/lib/components/Button/Button.js +6 -0
- package/lib/components/CheckboxGroup/CheckboxGroup.js +1 -2
- package/lib/components/CheckboxGroup/index.d.ts +10 -0
- package/lib/components/ComboBox/ComboBox.js +18 -23
- package/lib/components/ComboButton/index.js +12 -5
- package/lib/components/DataTable/TableCell.d.ts +1 -4
- package/lib/components/DataTable/TableCell.js +3 -2
- package/lib/components/Disclosure/index.d.ts +18 -0
- package/lib/components/Dropdown/Dropdown.js +18 -16
- package/lib/components/FileUploader/FileUploader.d.ts +8 -92
- package/lib/components/FileUploader/FileUploader.js +113 -134
- package/lib/components/IdPrefix/index.d.ts +26 -0
- package/lib/components/Menu/MenuItem.js +1 -4
- package/lib/components/MenuButton/index.d.ts +4 -0
- package/lib/components/MenuButton/index.js +19 -5
- package/lib/components/MultiSelect/MultiSelect.js +18 -16
- package/lib/components/OverflowMenu/next/index.d.ts +4 -0
- package/lib/components/OverflowMenu/next/index.js +21 -11
- package/lib/components/PaginationNav/PaginationNav.js +1 -1
- package/lib/components/Popover/index.js +18 -14
- package/lib/components/Portal/index.d.ts +25 -0
- package/lib/components/Slider/Slider.js +2 -2
- package/lib/components/Tag/DismissibleTag.js +2 -2
- package/lib/components/Tag/OperationalTag.d.ts +2 -10
- package/lib/components/Tag/OperationalTag.js +2 -14
- package/lib/components/Tag/SelectableTag.d.ts +2 -10
- package/lib/components/Tag/SelectableTag.js +2 -16
- package/lib/components/Toggle/Toggle.js +2 -0
- package/lib/components/ToggleSmall/ToggleSmall.Skeleton.d.ts +49 -0
- package/lib/components/ToggleSmall/index.d.ts +7 -0
- package/lib/components/TreeView/TreeNode.js +4 -2
- package/lib/components/TreeView/TreeView.js +4 -4
- package/lib/components/UIShell/SideNavMenuItem.d.ts +4 -3
- package/lib/components/UIShell/SideNavMenuItem.js +1 -4
- package/lib/index.js +2 -2
- package/lib/internal/useIdPrefix.d.ts +9 -0
- package/package.json +7 -7
- package/telemetry.yml +809 -809
package/telemetry.yml
CHANGED
|
@@ -1,819 +1,819 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
2
|
version: 1
|
|
3
|
-
projectId:
|
|
4
|
-
endpoint:
|
|
3
|
+
projectId: 'fd89d12b-6a39-48b4-adf4-30c94dc0dddd'
|
|
4
|
+
endpoint: 'https://www-api.ibm.com/ibm-telemetry/v1/metrics'
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|
|
8
8
|
jsx:
|
|
9
9
|
elements:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
10
|
+
allowedAttributeNames:
|
|
11
|
+
# General
|
|
12
|
+
- 'accept'
|
|
13
|
+
- 'action'
|
|
14
|
+
- 'active'
|
|
15
|
+
- 'addFocusListeners'
|
|
16
|
+
- 'align'
|
|
17
|
+
- 'aria-controls'
|
|
18
|
+
- 'aria-label'
|
|
19
|
+
- 'aria-labelledby'
|
|
20
|
+
- 'ariaLabel'
|
|
21
|
+
- 'as'
|
|
22
|
+
- 'autoAlign'
|
|
23
|
+
- 'autoComplete'
|
|
24
|
+
- 'backwardText'
|
|
25
|
+
- 'buttonKind'
|
|
26
|
+
- 'checked'
|
|
27
|
+
- 'children'
|
|
28
|
+
- 'className'
|
|
29
|
+
- 'clearSelectionDescription'
|
|
30
|
+
- 'clearSelectionText'
|
|
31
|
+
- 'closeButtonLabelText'
|
|
32
|
+
- 'closeModal'
|
|
33
|
+
- 'closeOnActivation'
|
|
34
|
+
- 'colSpan'
|
|
35
|
+
- 'cols'
|
|
36
|
+
- 'compareItems'
|
|
37
|
+
- 'condensed'
|
|
38
|
+
- 'contained'
|
|
39
|
+
- 'danger'
|
|
40
|
+
- 'datePickerType'
|
|
41
|
+
- 'defaultChecked'
|
|
42
|
+
- 'defaultExpanded'
|
|
43
|
+
- 'defaultOpen'
|
|
44
|
+
- 'defaultSelected'
|
|
45
|
+
- 'defaultValue'
|
|
46
|
+
- 'description'
|
|
47
|
+
- 'dir'
|
|
48
|
+
- 'direction'
|
|
49
|
+
- 'disabled'
|
|
50
|
+
- 'downshiftProps'
|
|
51
|
+
- 'element'
|
|
52
|
+
- 'enableCounter'
|
|
53
|
+
- 'enterDelayMs'
|
|
54
|
+
- 'expandIconDescription'
|
|
55
|
+
- 'expanded'
|
|
56
|
+
- 'experimentalAutoAlign'
|
|
57
|
+
- 'feedback'
|
|
58
|
+
- 'feedbackTimeout'
|
|
59
|
+
- 'forwardText'
|
|
60
|
+
- 'fullWidth'
|
|
61
|
+
- 'hasDivider'
|
|
62
|
+
- 'hasIconOnly'
|
|
63
|
+
- 'hasRoundedCorners'
|
|
64
|
+
- 'hasScrollingContent'
|
|
65
|
+
- 'head'
|
|
66
|
+
- 'headers'
|
|
67
|
+
- 'helperText'
|
|
68
|
+
- 'hideCloseButton'
|
|
69
|
+
- 'hideLabel'
|
|
70
|
+
- 'hidePasswordLabel'
|
|
71
|
+
- 'href'
|
|
72
|
+
- 'iconDescription'
|
|
73
|
+
- 'id'
|
|
74
|
+
- 'indeterminate'
|
|
75
|
+
- 'index'
|
|
76
|
+
- 'initialSelectedItem'
|
|
77
|
+
- 'initialSelectedItems'
|
|
78
|
+
- 'inline'
|
|
79
|
+
- 'invalid'
|
|
80
|
+
- 'invalidText'
|
|
81
|
+
- 'isActive'
|
|
82
|
+
- 'isCondensed'
|
|
83
|
+
- 'isCurrentPage'
|
|
84
|
+
- 'isExpanded'
|
|
85
|
+
- 'isExpressive'
|
|
86
|
+
- 'isFlush'
|
|
87
|
+
- 'isFullWidth'
|
|
88
|
+
- 'isSelected'
|
|
89
|
+
- 'isSideNavExpanded'
|
|
90
|
+
- 'isSortable'
|
|
91
|
+
- 'itemRangeText'
|
|
92
|
+
- 'itemText'
|
|
93
|
+
- 'itemToElement'
|
|
94
|
+
- 'itemToString'
|
|
95
|
+
- 'items'
|
|
96
|
+
- 'itemsPerPageText'
|
|
97
|
+
- 'kind'
|
|
98
|
+
- 'label'
|
|
99
|
+
- 'labelPosition'
|
|
100
|
+
- 'labelText'
|
|
101
|
+
- 'large'
|
|
102
|
+
- 'launcherButtonRef'
|
|
103
|
+
- 'leaveDelayMs'
|
|
104
|
+
- 'legendId'
|
|
105
|
+
- 'legendText'
|
|
106
|
+
- 'level'
|
|
107
|
+
- 'light'
|
|
108
|
+
- 'loadingDescription'
|
|
109
|
+
- 'loadingIconDescription'
|
|
110
|
+
- 'loadingStatus'
|
|
111
|
+
- 'locale'
|
|
112
|
+
- 'lowContrast'
|
|
113
|
+
- 'max'
|
|
114
|
+
- 'maxCount'
|
|
115
|
+
- 'modalHeading'
|
|
116
|
+
- 'modalLabel'
|
|
117
|
+
- 'mode'
|
|
118
|
+
- 'multiple'
|
|
119
|
+
- 'name'
|
|
120
|
+
- 'narrow'
|
|
121
|
+
- 'nested'
|
|
122
|
+
- 'onBlur'
|
|
123
|
+
- 'onChange'
|
|
124
|
+
- 'onClear'
|
|
125
|
+
- 'onClick'
|
|
126
|
+
- 'onClose'
|
|
127
|
+
- 'onCloseButtonClick'
|
|
128
|
+
- 'onDelete'
|
|
129
|
+
- 'onExpand'
|
|
130
|
+
- 'onFocus'
|
|
131
|
+
- 'onInputValueChange'
|
|
132
|
+
- 'onKeyDown'
|
|
133
|
+
- 'onKeyUp'
|
|
134
|
+
- 'onLoadingSuccess'
|
|
135
|
+
- 'onMenuChange'
|
|
136
|
+
- 'onMouseEnter'
|
|
137
|
+
- 'onMouseLeave'
|
|
138
|
+
- 'onOpen'
|
|
139
|
+
- 'onRequestClose'
|
|
140
|
+
- 'onRequestSubmit'
|
|
141
|
+
- 'onSelect'
|
|
142
|
+
- 'onToggle'
|
|
143
|
+
- 'open'
|
|
144
|
+
- 'orientation'
|
|
145
|
+
- 'overflowMenuOnHover'
|
|
146
|
+
- 'page'
|
|
147
|
+
- 'pageRangeText'
|
|
148
|
+
- 'pageSize'
|
|
149
|
+
- 'pageSizes'
|
|
150
|
+
- 'pageText'
|
|
151
|
+
- 'pagesUnknown'
|
|
152
|
+
- 'passiveModal'
|
|
153
|
+
- 'pattern'
|
|
154
|
+
- 'placeholder'
|
|
155
|
+
- 'prefix'
|
|
156
|
+
- 'preventCloseOnClickOutside'
|
|
157
|
+
- 'primaryButtonDisabled'
|
|
158
|
+
- 'primaryButtonText'
|
|
159
|
+
- 'radio'
|
|
160
|
+
- 'readOnly'
|
|
161
|
+
- 'renderIcon'
|
|
162
|
+
- 'renderSelectedItem'
|
|
163
|
+
- 'role'
|
|
164
|
+
- 'rowCount'
|
|
165
|
+
- 'rows'
|
|
166
|
+
- 'secondaryButtonText'
|
|
167
|
+
- 'secondaryButtons'
|
|
168
|
+
- 'secondaryLabel'
|
|
169
|
+
- 'selected'
|
|
170
|
+
- 'selectedItem'
|
|
171
|
+
- 'selectedItems'
|
|
172
|
+
- 'selectionFeedback'
|
|
173
|
+
- 'selectorPrimaryFocus'
|
|
174
|
+
- 'selectorsFloatingMenus'
|
|
175
|
+
- 'showPasswordLabel'
|
|
176
|
+
- 'size'
|
|
177
|
+
- 'slug'
|
|
178
|
+
- 'small'
|
|
179
|
+
- 'sortItems'
|
|
180
|
+
- 'status'
|
|
181
|
+
- 'statusIconDescription'
|
|
182
|
+
- 'stickyHeader'
|
|
183
|
+
- 'subtitle'
|
|
184
|
+
- 'tabIndex'
|
|
185
|
+
- 'text'
|
|
186
|
+
- 'theme'
|
|
187
|
+
- 'title'
|
|
188
|
+
- 'titleText'
|
|
189
|
+
- 'tooltipAlignment'
|
|
190
|
+
- 'tooltipPosition'
|
|
191
|
+
- 'totalItems'
|
|
192
|
+
- 'translateWithId'
|
|
193
|
+
- 'type'
|
|
194
|
+
- 'useStaticWidth'
|
|
195
|
+
- 'useTitleInItem'
|
|
196
|
+
- 'useZebraStyles'
|
|
197
|
+
- 'value'
|
|
198
|
+
- 'vertical'
|
|
199
|
+
- 'warn'
|
|
200
|
+
- 'warnText'
|
|
201
|
+
# AccordionItem
|
|
202
|
+
- 'onHeadingClick'
|
|
203
|
+
- 'renderExpando'
|
|
204
|
+
- 'renderToggle'
|
|
205
|
+
# AccordionSkeleton
|
|
206
|
+
- 'count'
|
|
207
|
+
# ActionableNotification
|
|
208
|
+
- 'actionButtonLabel'
|
|
209
|
+
- 'closeOnEscape'
|
|
210
|
+
- 'hasFocus'
|
|
211
|
+
- 'onActionButtonClick'
|
|
212
|
+
# AspectRatio
|
|
213
|
+
- 'ratio'
|
|
214
|
+
# Breadcrumb
|
|
215
|
+
- 'noTrailingSlash'
|
|
216
|
+
# BreadcrumbItem
|
|
217
|
+
- 'aria-current'
|
|
218
|
+
# Button
|
|
219
|
+
- 'dangerDescription'
|
|
220
|
+
# ButtonSet
|
|
221
|
+
- 'stacked'
|
|
222
|
+
# ClickableTile
|
|
223
|
+
- 'clicked'
|
|
224
|
+
- 'rel'
|
|
225
|
+
# CodeSnippet
|
|
226
|
+
- 'copyButtonDescription'
|
|
227
|
+
- 'copyText'
|
|
228
|
+
- 'hideCopyButton'
|
|
229
|
+
- 'maxCollapsedNumberOfRows'
|
|
230
|
+
- 'maxExpandedNumberOfRows'
|
|
231
|
+
- 'minCollapsedNumberOfRows'
|
|
232
|
+
- 'minExpandedNumberOfRows'
|
|
233
|
+
- 'showLessText'
|
|
234
|
+
- 'showMoreText'
|
|
235
|
+
- 'wrapText'
|
|
236
|
+
# Column
|
|
237
|
+
- 'lg'
|
|
238
|
+
- 'md'
|
|
239
|
+
- 'sm'
|
|
240
|
+
- 'span'
|
|
241
|
+
- 'xlg'
|
|
242
|
+
# ComboBox
|
|
243
|
+
- 'allowCustomValue'
|
|
244
|
+
- 'onInputChange'
|
|
245
|
+
- 'onToggleClick'
|
|
246
|
+
- 'shouldFilterItem'
|
|
247
|
+
# ComposedModal
|
|
248
|
+
- 'containerClassName'
|
|
249
|
+
# ContainedList
|
|
250
|
+
- 'isInset'
|
|
251
|
+
# Content
|
|
252
|
+
- 'tagName'
|
|
253
|
+
# Copy
|
|
254
|
+
- 'onAnimationEnd'
|
|
255
|
+
# DataTable
|
|
256
|
+
- 'filterRows'
|
|
257
|
+
- 'sortRow'
|
|
258
|
+
# DataTableSkeleton
|
|
259
|
+
- 'columnCount'
|
|
260
|
+
- 'compact'
|
|
261
|
+
- 'showHeader'
|
|
262
|
+
- 'showToolbar'
|
|
263
|
+
- 'zebra'
|
|
264
|
+
# DatePicker
|
|
265
|
+
- 'allowInput'
|
|
266
|
+
- 'appendTo'
|
|
267
|
+
- 'closeOnSelect'
|
|
268
|
+
- 'dateFormat'
|
|
269
|
+
- 'disable'
|
|
270
|
+
- 'enable'
|
|
271
|
+
- 'maxDate'
|
|
272
|
+
- 'minDate'
|
|
273
|
+
- 'short'
|
|
274
|
+
# DatePickerSkeleton
|
|
275
|
+
- 'range'
|
|
276
|
+
# DefinitionTooltip
|
|
277
|
+
- 'definition'
|
|
278
|
+
- 'openOnHover'
|
|
279
|
+
- 'tooltipText'
|
|
280
|
+
- 'triggerClassName'
|
|
281
|
+
# ErrorBoundary
|
|
282
|
+
- 'fallback'
|
|
283
|
+
# ExpandableTile
|
|
284
|
+
- 'tileCollapsedIconText'
|
|
285
|
+
- 'tileCollapsedLabel'
|
|
286
|
+
- 'tileExpandedIconText'
|
|
287
|
+
- 'tileExpandedLabel'
|
|
288
|
+
# FileUploader
|
|
289
|
+
- 'buttonLabel'
|
|
290
|
+
- 'filenameStatus'
|
|
291
|
+
- 'labelDescription'
|
|
292
|
+
- 'labelTitle'
|
|
293
|
+
# FileUploaderButton
|
|
294
|
+
- 'disableLabelChanges'
|
|
295
|
+
# FileUploaderDropContainer
|
|
296
|
+
- 'onAddFiles'
|
|
297
|
+
# FileUploaderItem
|
|
298
|
+
- 'errorBody'
|
|
299
|
+
- 'errorSubject'
|
|
300
|
+
- 'uuid'
|
|
301
|
+
# Filename
|
|
302
|
+
- 'aria-describedby'
|
|
303
|
+
# FormGroup
|
|
304
|
+
- 'message'
|
|
305
|
+
- 'messageText'
|
|
306
|
+
# GridSettings
|
|
307
|
+
- 'subgrid'
|
|
308
|
+
# HeaderContainer
|
|
309
|
+
- 'render'
|
|
310
|
+
# HeaderMenuButton
|
|
311
|
+
- 'isCollapsible'
|
|
312
|
+
# HeaderPanel
|
|
313
|
+
- 'onHeaderPanelFocus'
|
|
314
|
+
# IconButton
|
|
315
|
+
- 'wrapperClasses'
|
|
316
|
+
# InlineLoading
|
|
317
|
+
- 'onSuccess'
|
|
318
|
+
- 'successDelay'
|
|
319
|
+
# Link
|
|
320
|
+
- 'visited'
|
|
321
|
+
# Loading
|
|
322
|
+
- 'withOverlay'
|
|
323
|
+
# Menu
|
|
324
|
+
- 'target'
|
|
325
|
+
- 'x'
|
|
326
|
+
- 'y'
|
|
327
|
+
# MenuItem
|
|
328
|
+
- 'shortcut'
|
|
329
|
+
# MenuItemRadioGroup
|
|
330
|
+
- 'defaultSelectedItem'
|
|
331
|
+
# Modal
|
|
332
|
+
- 'alert'
|
|
333
|
+
- 'closeButtonLabel'
|
|
334
|
+
- 'modalAriaLabel'
|
|
335
|
+
- 'onSecondarySubmit'
|
|
336
|
+
- 'shouldSubmitOnEnter'
|
|
337
|
+
# ModalBody
|
|
338
|
+
- 'hasForm'
|
|
339
|
+
# ModalFooter
|
|
340
|
+
- 'inputref'
|
|
341
|
+
- 'primaryClassName'
|
|
342
|
+
- 'secondaryClassName'
|
|
343
|
+
# ModalHeader
|
|
344
|
+
- 'buttonOnClick'
|
|
345
|
+
- 'closeClassName'
|
|
346
|
+
- 'closeIconClassName'
|
|
347
|
+
- 'labelClassName'
|
|
348
|
+
- 'titleClassName'
|
|
349
|
+
# ModalWrapper
|
|
350
|
+
- 'buttonTriggerClassName'
|
|
351
|
+
- 'buttonTriggerText'
|
|
352
|
+
- 'handleOpen'
|
|
353
|
+
- 'handleSubmit'
|
|
354
|
+
- 'modalBeforeContent'
|
|
355
|
+
- 'modalText'
|
|
356
|
+
- 'renderTriggerButtonIcon'
|
|
357
|
+
- 'shouldCloseAfterSubmit'
|
|
358
|
+
- 'triggerButtonIconDescription'
|
|
359
|
+
- 'triggerButtonKind'
|
|
360
|
+
- 'withHeader'
|
|
361
|
+
# NotificationButton
|
|
362
|
+
- 'notificationType'
|
|
363
|
+
# NumberInput
|
|
364
|
+
- 'allowEmpty'
|
|
365
|
+
- 'disableWheel'
|
|
366
|
+
- 'hideSteppers'
|
|
367
|
+
- 'min'
|
|
368
|
+
- 'step'
|
|
369
|
+
# OrderedList
|
|
370
|
+
- 'native'
|
|
371
|
+
# OverflowMenuItem
|
|
372
|
+
- 'closeMenu'
|
|
373
|
+
- 'handleOverflowMenuItemFocus'
|
|
374
|
+
- 'isDelete'
|
|
375
|
+
- 'onMouseDown'
|
|
376
|
+
- 'onMouseUp'
|
|
377
|
+
- 'requireTitle'
|
|
378
|
+
- 'wrapperClassName'
|
|
379
|
+
# Pagination
|
|
380
|
+
- 'isLastPage'
|
|
381
|
+
- 'pageInputDisabled'
|
|
382
|
+
- 'pageNumberText'
|
|
383
|
+
- 'pageSizeInputDisabled'
|
|
384
|
+
# PaginationNav
|
|
385
|
+
- 'disableOverflow'
|
|
386
|
+
- 'itemsShown'
|
|
387
|
+
- 'loop'
|
|
388
|
+
# PasswordInput
|
|
389
|
+
- 'onTogglePasswordVisibility'
|
|
390
|
+
# Popover
|
|
391
|
+
- 'caret'
|
|
392
|
+
- 'dropShadow'
|
|
393
|
+
- 'highContrast'
|
|
394
|
+
- 'isTabTip'
|
|
395
|
+
# ProgressIndicator
|
|
396
|
+
- 'currentIndex'
|
|
397
|
+
- 'spaceEqually'
|
|
398
|
+
# ProgressStep
|
|
399
|
+
- 'complete'
|
|
400
|
+
- 'current'
|
|
401
|
+
- 'overflowTooltipProps'
|
|
402
|
+
- 'tooltipId'
|
|
403
|
+
# RadioButtonGroup
|
|
404
|
+
- 'valueSelected'
|
|
405
|
+
# Select
|
|
406
|
+
- 'noLabel'
|
|
407
|
+
# SelectItem
|
|
408
|
+
- 'hidden'
|
|
409
|
+
# SideNav
|
|
410
|
+
- 'addMouseListeners'
|
|
411
|
+
- 'isChildOfHeader'
|
|
412
|
+
- 'isFixedNav'
|
|
413
|
+
- 'isPersistent'
|
|
414
|
+
- 'isRail'
|
|
415
|
+
- 'onOverlayClick'
|
|
416
|
+
- 'onSideNavBlur'
|
|
417
|
+
# SideNavFooter
|
|
418
|
+
- 'assistiveText'
|
|
419
|
+
# SideNavSwitcher
|
|
420
|
+
- 'options'
|
|
421
|
+
# SkeletonIcon
|
|
422
|
+
- 'style'
|
|
423
|
+
# SkeletonText
|
|
424
|
+
- 'heading'
|
|
425
|
+
- 'lineCount'
|
|
426
|
+
- 'paragraph'
|
|
427
|
+
- 'width'
|
|
428
|
+
# SliderSkeleton
|
|
429
|
+
- 'twoHandles'
|
|
430
|
+
# Stack
|
|
431
|
+
- 'gap'
|
|
432
|
+
# StructuredListCell
|
|
433
|
+
- 'noWrap'
|
|
434
|
+
# StructuredListWrapper
|
|
435
|
+
- 'selection'
|
|
436
|
+
# SwitcherItem
|
|
437
|
+
- 'handleSwitcherItemFocus'
|
|
438
|
+
# Tab
|
|
439
|
+
- 'renderButton'
|
|
440
|
+
# TabList
|
|
441
|
+
- 'activation'
|
|
442
|
+
- 'iconSize'
|
|
443
|
+
- 'leftOverflowButtonProps'
|
|
444
|
+
- 'rightOverflowButtonProps'
|
|
445
|
+
- 'scrollDebounceWait'
|
|
446
|
+
- 'scrollIntoView'
|
|
447
|
+
# TableBatchActions
|
|
448
|
+
- 'onCancel'
|
|
449
|
+
- 'onSelectAll'
|
|
450
|
+
- 'shouldShowBatchActions'
|
|
451
|
+
- 'totalCount'
|
|
452
|
+
- 'totalSelected'
|
|
453
|
+
# TableBody
|
|
454
|
+
- 'aria-live'
|
|
455
|
+
# TableExpandHeader
|
|
456
|
+
- 'enableExpando'
|
|
457
|
+
- 'enableToggle'
|
|
458
|
+
# TableExpandRow
|
|
459
|
+
- 'expandHeader'
|
|
460
|
+
# TableHeader
|
|
461
|
+
- 'isSortHeader'
|
|
462
|
+
- 'scope'
|
|
463
|
+
- 'sortDirection'
|
|
464
|
+
# TableToolbarSearch
|
|
465
|
+
- 'persistent'
|
|
466
|
+
- 'searchContainerClass'
|
|
467
|
+
# Tabs
|
|
468
|
+
- 'defaultSelectedIndex'
|
|
469
|
+
- 'dismissable'
|
|
470
|
+
- 'onTabCloseRequest'
|
|
471
|
+
- 'selectedIndex'
|
|
472
|
+
# Tag
|
|
473
|
+
- 'filter'
|
|
474
|
+
# TextArea
|
|
475
|
+
- 'counterMode'
|
|
476
|
+
# TimePicker
|
|
477
|
+
- 'maxLength'
|
|
478
|
+
- 'warning'
|
|
479
|
+
- 'warningText'
|
|
480
|
+
# ToastNotification
|
|
481
|
+
- 'caption'
|
|
482
|
+
- 'timeout'
|
|
483
|
+
# Toggle
|
|
484
|
+
- 'defaultToggled'
|
|
485
|
+
- 'labelA'
|
|
486
|
+
- 'labelB'
|
|
487
|
+
- 'toggled'
|
|
488
|
+
# TreeNode
|
|
489
|
+
- 'depth'
|
|
490
|
+
- 'onNodeFocusEvent'
|
|
491
|
+
- 'onTreeSelect'
|
|
492
|
+
# TreeView
|
|
493
|
+
- 'multiselect'
|
|
494
|
+
# unstable_FeatureFlags
|
|
495
|
+
- 'flags'
|
|
496
|
+
# unstable_Layout
|
|
497
|
+
- 'density'
|
|
498
|
+
# unstable_PageSelector
|
|
499
|
+
- 'currentPage'
|
|
500
|
+
- 'totalPages'
|
|
501
|
+
# unstable_Pagination
|
|
502
|
+
- 'initialPage'
|
|
503
|
+
# unstable_TextDirection
|
|
504
|
+
- 'getTextDirection'
|
|
505
|
+
# unstable__FluidMultiSelect
|
|
506
|
+
- 'isFilterable'
|
|
507
|
+
# unstable__FluidTextInput
|
|
508
|
+
- 'isPassword'
|
|
509
|
+
# unstable__FluidTimePickerSkeleton
|
|
510
|
+
- 'isOnlyTwo'
|
|
511
|
+
# unstable__Slug
|
|
512
|
+
- 'aiText'
|
|
513
|
+
- 'aiTextLabel'
|
|
514
|
+
- 'dotType'
|
|
515
|
+
- 'onRevertClick'
|
|
516
|
+
- 'revertActive'
|
|
517
|
+
- 'revertLabel'
|
|
518
|
+
- 'slugContent'
|
|
519
|
+
- 'slugLabel'
|
|
520
|
+
# React
|
|
521
|
+
- key
|
|
522
|
+
- ref
|
|
523
|
+
allowedAttributeStringValues:
|
|
524
|
+
# General - align
|
|
525
|
+
- 'bottom'
|
|
526
|
+
- 'bottom-left'
|
|
527
|
+
- 'bottom-right'
|
|
528
|
+
- 'end'
|
|
529
|
+
- 'left'
|
|
530
|
+
- 'left-bottom'
|
|
531
|
+
- 'left-top'
|
|
532
|
+
- 'right'
|
|
533
|
+
- 'right-bottom'
|
|
534
|
+
- 'right-top'
|
|
535
|
+
- 'start'
|
|
536
|
+
- 'top'
|
|
537
|
+
- 'top-left'
|
|
538
|
+
- 'top-right'
|
|
539
|
+
# General - buttonKind
|
|
540
|
+
- 'danger'
|
|
541
|
+
- 'danger--ghost'
|
|
542
|
+
- 'danger--primary'
|
|
543
|
+
- 'danger--tertiary'
|
|
544
|
+
- 'ghost'
|
|
545
|
+
- 'primary'
|
|
546
|
+
- 'secondary'
|
|
547
|
+
- 'tertiary'
|
|
548
|
+
# General - datePickerType
|
|
549
|
+
- 'range'
|
|
550
|
+
- 'simple'
|
|
551
|
+
- 'single'
|
|
552
|
+
# General - dir
|
|
553
|
+
- 'auto'
|
|
554
|
+
- 'ltr'
|
|
555
|
+
- 'rtl'
|
|
556
|
+
# General - direction
|
|
557
|
+
- 'bottom'
|
|
558
|
+
- 'top'
|
|
559
|
+
# General - kind
|
|
560
|
+
- 'danger'
|
|
561
|
+
- 'danger--ghost'
|
|
562
|
+
- 'danger--primary'
|
|
563
|
+
- 'danger--tertiary'
|
|
564
|
+
- 'default'
|
|
565
|
+
- 'disclosed'
|
|
566
|
+
- 'error'
|
|
567
|
+
- 'ghost'
|
|
568
|
+
- 'hollow'
|
|
569
|
+
- 'info'
|
|
570
|
+
- 'info-square'
|
|
571
|
+
- 'inline'
|
|
572
|
+
- 'on-page'
|
|
573
|
+
- 'primary'
|
|
574
|
+
- 'secondary'
|
|
575
|
+
- 'success'
|
|
576
|
+
- 'tertiary'
|
|
577
|
+
- 'warning'
|
|
578
|
+
- 'warning-alt'
|
|
579
|
+
# General - labelPosition
|
|
580
|
+
- 'left'
|
|
581
|
+
- 'right'
|
|
582
|
+
# General - loadingStatus
|
|
583
|
+
- 'active'
|
|
584
|
+
- 'error'
|
|
585
|
+
- 'finished'
|
|
586
|
+
- 'inactive'
|
|
587
|
+
# General - locale
|
|
588
|
+
- 'ar'
|
|
589
|
+
- 'at'
|
|
590
|
+
- 'az'
|
|
591
|
+
- 'be'
|
|
592
|
+
- 'bg'
|
|
593
|
+
- 'bn'
|
|
594
|
+
- 'bs'
|
|
595
|
+
- 'cat'
|
|
596
|
+
- 'cs'
|
|
597
|
+
- 'cy'
|
|
598
|
+
- 'da'
|
|
599
|
+
- 'de'
|
|
600
|
+
- 'en'
|
|
601
|
+
- 'eo'
|
|
602
|
+
- 'es'
|
|
603
|
+
- 'et'
|
|
604
|
+
- 'fa'
|
|
605
|
+
- 'fi'
|
|
606
|
+
- 'fo'
|
|
607
|
+
- 'fr'
|
|
608
|
+
- 'ga'
|
|
609
|
+
- 'gr'
|
|
610
|
+
- 'he'
|
|
611
|
+
- 'hi'
|
|
612
|
+
- 'hr'
|
|
613
|
+
- 'hu'
|
|
614
|
+
- 'id'
|
|
615
|
+
- 'is'
|
|
616
|
+
- 'it'
|
|
617
|
+
- 'ja'
|
|
618
|
+
- 'ka'
|
|
619
|
+
- 'km'
|
|
620
|
+
- 'ko'
|
|
621
|
+
- 'kz'
|
|
622
|
+
- 'lt'
|
|
623
|
+
- 'lv'
|
|
624
|
+
- 'mk'
|
|
625
|
+
- 'mn'
|
|
626
|
+
- 'ms'
|
|
627
|
+
- 'my'
|
|
628
|
+
- 'nl'
|
|
629
|
+
- 'no'
|
|
630
|
+
- 'pa'
|
|
631
|
+
- 'pl'
|
|
632
|
+
- 'pt'
|
|
633
|
+
- 'ro'
|
|
634
|
+
- 'ru'
|
|
635
|
+
- 'si'
|
|
636
|
+
- 'sk'
|
|
637
|
+
- 'sl'
|
|
638
|
+
- 'sq'
|
|
639
|
+
- 'sr'
|
|
640
|
+
- 'sv'
|
|
641
|
+
- 'th'
|
|
642
|
+
- 'tr'
|
|
643
|
+
- 'uk'
|
|
644
|
+
- 'uz'
|
|
645
|
+
- 'uz_latn'
|
|
646
|
+
- 'vn'
|
|
647
|
+
- 'zh'
|
|
648
|
+
- 'zh_tw'
|
|
649
|
+
# General - max
|
|
650
|
+
- '100%'
|
|
651
|
+
- '25%'
|
|
652
|
+
- '50%'
|
|
653
|
+
- '75%'
|
|
654
|
+
# General - mode
|
|
655
|
+
- 'basic'
|
|
656
|
+
- 'css-grid'
|
|
657
|
+
- 'flexbox'
|
|
658
|
+
- 'full'
|
|
659
|
+
# General - orientation
|
|
660
|
+
- 'horizontal'
|
|
661
|
+
- 'vertical'
|
|
662
|
+
# General - role
|
|
663
|
+
- 'alert'
|
|
664
|
+
- 'log'
|
|
665
|
+
- 'status'
|
|
666
|
+
# General - selectionFeedback
|
|
667
|
+
- 'fixed'
|
|
668
|
+
- 'top'
|
|
669
|
+
- 'top-after-reopen'
|
|
670
|
+
# General - size
|
|
671
|
+
- '2xl'
|
|
672
|
+
- '2xs'
|
|
673
|
+
- 'big'
|
|
674
|
+
- 'lg'
|
|
675
|
+
- 'md'
|
|
676
|
+
- 'mini'
|
|
677
|
+
- 'sm'
|
|
678
|
+
- 'small'
|
|
679
|
+
- 'xl'
|
|
680
|
+
- 'xs'
|
|
681
|
+
# General - status
|
|
682
|
+
- 'active'
|
|
683
|
+
- 'complete'
|
|
684
|
+
- 'edit'
|
|
685
|
+
- 'error'
|
|
686
|
+
- 'finished'
|
|
687
|
+
- 'inactive'
|
|
688
|
+
- 'uploading'
|
|
689
|
+
# General - theme
|
|
690
|
+
- 'g10'
|
|
691
|
+
- 'g100'
|
|
692
|
+
- 'g90'
|
|
693
|
+
- 'white'
|
|
694
|
+
# General - tooltipAlignment
|
|
695
|
+
- 'bottom'
|
|
696
|
+
- 'bottom-left'
|
|
697
|
+
- 'bottom-right'
|
|
698
|
+
- 'center'
|
|
699
|
+
- 'end'
|
|
700
|
+
- 'left'
|
|
701
|
+
- 'right'
|
|
702
|
+
- 'start'
|
|
703
|
+
- 'top'
|
|
704
|
+
- 'top-left'
|
|
705
|
+
- 'top-right'
|
|
706
|
+
# General - tooltipPosition
|
|
707
|
+
- 'bottom'
|
|
708
|
+
- 'left'
|
|
709
|
+
- 'right'
|
|
710
|
+
- 'top'
|
|
711
|
+
# General - type
|
|
712
|
+
- 'blue'
|
|
713
|
+
- 'button'
|
|
714
|
+
- 'cool-gray'
|
|
715
|
+
- 'cyan'
|
|
716
|
+
- 'default'
|
|
717
|
+
- 'gray'
|
|
718
|
+
- 'green'
|
|
719
|
+
- 'high-contrast'
|
|
720
|
+
- 'indented'
|
|
721
|
+
- 'inline'
|
|
722
|
+
- 'magenta'
|
|
723
|
+
- 'multi'
|
|
724
|
+
- 'outline'
|
|
725
|
+
- 'password'
|
|
726
|
+
- 'purple'
|
|
727
|
+
- 'red'
|
|
728
|
+
- 'reset'
|
|
729
|
+
- 'single'
|
|
730
|
+
- 'submit'
|
|
731
|
+
- 'teal'
|
|
732
|
+
- 'text'
|
|
733
|
+
- 'warm-gray'
|
|
734
|
+
# AspectRatio - ratio
|
|
735
|
+
- '16x9'
|
|
736
|
+
- '1x1'
|
|
737
|
+
- '1x2'
|
|
738
|
+
- '2x1'
|
|
739
|
+
- '2x3'
|
|
740
|
+
- '3x2'
|
|
741
|
+
- '3x4'
|
|
742
|
+
- '4x3'
|
|
743
|
+
- '9x16'
|
|
744
|
+
# BreadcrumbItem - aria-current
|
|
745
|
+
- 'date'
|
|
746
|
+
- 'false'
|
|
747
|
+
- 'location'
|
|
748
|
+
- 'page'
|
|
749
|
+
- 'step'
|
|
750
|
+
- 'time'
|
|
751
|
+
- 'true'
|
|
752
|
+
# Column - lg
|
|
753
|
+
- '100%'
|
|
754
|
+
- '25%'
|
|
755
|
+
- '50%'
|
|
756
|
+
- '75%'
|
|
757
|
+
# Column - md
|
|
758
|
+
- '100%'
|
|
759
|
+
- '25%'
|
|
760
|
+
- '50%'
|
|
761
|
+
- '75%'
|
|
762
|
+
# Column - sm
|
|
763
|
+
- '100%'
|
|
764
|
+
- '25%'
|
|
765
|
+
- '50%'
|
|
766
|
+
- '75%'
|
|
767
|
+
# Column - span
|
|
768
|
+
- '100%'
|
|
769
|
+
- '25%'
|
|
770
|
+
- '50%'
|
|
771
|
+
- '75%'
|
|
772
|
+
# Column - xlg
|
|
773
|
+
- '100%'
|
|
774
|
+
- '25%'
|
|
775
|
+
- '50%'
|
|
776
|
+
- '75%'
|
|
777
|
+
# FileUploader - filenameStatus
|
|
778
|
+
- 'complete'
|
|
779
|
+
- 'edit'
|
|
780
|
+
- 'uploading'
|
|
781
|
+
# ModalWrapper - triggerButtonKind
|
|
782
|
+
- 'danger'
|
|
783
|
+
- 'danger--ghost'
|
|
784
|
+
- 'danger--primary'
|
|
785
|
+
- 'danger--tertiary'
|
|
786
|
+
- 'ghost'
|
|
787
|
+
- 'primary'
|
|
788
|
+
- 'secondary'
|
|
789
|
+
- 'tertiary'
|
|
790
|
+
# NotificationButton - notificationType
|
|
791
|
+
- 'actionable'
|
|
792
|
+
- 'inline'
|
|
793
|
+
- 'toast'
|
|
794
|
+
# TabList - activation
|
|
795
|
+
- 'automatic'
|
|
796
|
+
- 'manual'
|
|
797
|
+
# TabList - iconSize
|
|
798
|
+
- 'default'
|
|
799
|
+
- 'lg'
|
|
800
|
+
# TableBody - aria-live
|
|
801
|
+
- 'assertive'
|
|
802
|
+
- 'off'
|
|
803
|
+
- 'polite'
|
|
804
|
+
# TableHeader - sortDirection
|
|
805
|
+
- 'ASC'
|
|
806
|
+
- 'DESC'
|
|
807
|
+
- 'NONE'
|
|
808
|
+
# TextArea - counterMode
|
|
809
|
+
- 'character'
|
|
810
|
+
- 'word'
|
|
811
|
+
# unstable_Layout - density
|
|
812
|
+
- 'condensed'
|
|
813
|
+
- 'normal'
|
|
814
|
+
# unstable__Slug - dotType
|
|
815
|
+
- 'default'
|
|
816
|
+
- 'hollow'
|
|
817
817
|
js:
|
|
818
818
|
tokens: null
|
|
819
819
|
functions: {}
|