@aws-amplify/ui-react 2.5.0 → 2.6.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/README.md +23 -0
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal.js +1 -1
- package/dist/esm/internal.js.map +1 -1
- package/dist/esm/styles.css +1 -1
- package/dist/esm/styles.css.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +30 -14
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/primitives.json +532 -0
- package/dist/styles.css +1 -1
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/primitives.json
CHANGED
|
@@ -19210,6 +19210,535 @@
|
|
|
19210
19210
|
}
|
|
19211
19211
|
}
|
|
19212
19212
|
},
|
|
19213
|
+
"TextAreaField": {
|
|
19214
|
+
"properties": {
|
|
19215
|
+
"area": {
|
|
19216
|
+
"type": "string"
|
|
19217
|
+
},
|
|
19218
|
+
"form": {
|
|
19219
|
+
"type": "string"
|
|
19220
|
+
},
|
|
19221
|
+
"label": {
|
|
19222
|
+
"type": "string"
|
|
19223
|
+
},
|
|
19224
|
+
"slot": {
|
|
19225
|
+
"type": "string"
|
|
19226
|
+
},
|
|
19227
|
+
"title": {
|
|
19228
|
+
"type": "string"
|
|
19229
|
+
},
|
|
19230
|
+
"isDisabled": {
|
|
19231
|
+
"type": "boolean"
|
|
19232
|
+
},
|
|
19233
|
+
"id": {
|
|
19234
|
+
"type": "string"
|
|
19235
|
+
},
|
|
19236
|
+
"className": {
|
|
19237
|
+
"type": "string"
|
|
19238
|
+
},
|
|
19239
|
+
"testId": {
|
|
19240
|
+
"type": "string"
|
|
19241
|
+
},
|
|
19242
|
+
"alignSelf": {
|
|
19243
|
+
"type": "string"
|
|
19244
|
+
},
|
|
19245
|
+
"backgroundColor": {
|
|
19246
|
+
"type": "string"
|
|
19247
|
+
},
|
|
19248
|
+
"backgroundImage": {
|
|
19249
|
+
"type": "string"
|
|
19250
|
+
},
|
|
19251
|
+
"border": {
|
|
19252
|
+
"type": "string"
|
|
19253
|
+
},
|
|
19254
|
+
"borderRadius": {
|
|
19255
|
+
"type": "string"
|
|
19256
|
+
},
|
|
19257
|
+
"bottom": {
|
|
19258
|
+
"type": "string"
|
|
19259
|
+
},
|
|
19260
|
+
"boxShadow": {
|
|
19261
|
+
"type": "string"
|
|
19262
|
+
},
|
|
19263
|
+
"color": {
|
|
19264
|
+
"type": "string"
|
|
19265
|
+
},
|
|
19266
|
+
"display": {
|
|
19267
|
+
"type": "string"
|
|
19268
|
+
},
|
|
19269
|
+
"fontFamily": {
|
|
19270
|
+
"type": "string"
|
|
19271
|
+
},
|
|
19272
|
+
"fontSize": {
|
|
19273
|
+
"type": "string"
|
|
19274
|
+
},
|
|
19275
|
+
"fontStyle": {
|
|
19276
|
+
"type": "string"
|
|
19277
|
+
},
|
|
19278
|
+
"fontWeight": {
|
|
19279
|
+
"type": "string"
|
|
19280
|
+
},
|
|
19281
|
+
"height": {
|
|
19282
|
+
"type": "string"
|
|
19283
|
+
},
|
|
19284
|
+
"left": {
|
|
19285
|
+
"type": "string"
|
|
19286
|
+
},
|
|
19287
|
+
"letterSpacing": {
|
|
19288
|
+
"type": "string"
|
|
19289
|
+
},
|
|
19290
|
+
"lineHeight": {
|
|
19291
|
+
"type": "string"
|
|
19292
|
+
},
|
|
19293
|
+
"margin": {
|
|
19294
|
+
"type": "string"
|
|
19295
|
+
},
|
|
19296
|
+
"maxHeight": {
|
|
19297
|
+
"type": "string"
|
|
19298
|
+
},
|
|
19299
|
+
"maxWidth": {
|
|
19300
|
+
"type": "string"
|
|
19301
|
+
},
|
|
19302
|
+
"minHeight": {
|
|
19303
|
+
"type": "string"
|
|
19304
|
+
},
|
|
19305
|
+
"minWidth": {
|
|
19306
|
+
"type": "string"
|
|
19307
|
+
},
|
|
19308
|
+
"opacity": {
|
|
19309
|
+
"type": "string"
|
|
19310
|
+
},
|
|
19311
|
+
"overflow": {
|
|
19312
|
+
"type": "string"
|
|
19313
|
+
},
|
|
19314
|
+
"padding": {
|
|
19315
|
+
"type": "string"
|
|
19316
|
+
},
|
|
19317
|
+
"position": {
|
|
19318
|
+
"type": "string"
|
|
19319
|
+
},
|
|
19320
|
+
"right": {
|
|
19321
|
+
"type": "string"
|
|
19322
|
+
},
|
|
19323
|
+
"textAlign": {
|
|
19324
|
+
"type": "string"
|
|
19325
|
+
},
|
|
19326
|
+
"textDecoration": {
|
|
19327
|
+
"type": "string"
|
|
19328
|
+
},
|
|
19329
|
+
"textTransform": {
|
|
19330
|
+
"type": "string"
|
|
19331
|
+
},
|
|
19332
|
+
"top": {
|
|
19333
|
+
"type": "string"
|
|
19334
|
+
},
|
|
19335
|
+
"transform": {
|
|
19336
|
+
"type": "string"
|
|
19337
|
+
},
|
|
19338
|
+
"transformOrigin": {
|
|
19339
|
+
"type": "string"
|
|
19340
|
+
},
|
|
19341
|
+
"width": {
|
|
19342
|
+
"type": "string"
|
|
19343
|
+
},
|
|
19344
|
+
"whiteSpace": {
|
|
19345
|
+
"type": "string"
|
|
19346
|
+
},
|
|
19347
|
+
"flex": {
|
|
19348
|
+
"type": "string"
|
|
19349
|
+
},
|
|
19350
|
+
"order": {
|
|
19351
|
+
"type": "string"
|
|
19352
|
+
},
|
|
19353
|
+
"grow": {
|
|
19354
|
+
"type": "string"
|
|
19355
|
+
},
|
|
19356
|
+
"shrink": {
|
|
19357
|
+
"type": "string"
|
|
19358
|
+
},
|
|
19359
|
+
"basis": {
|
|
19360
|
+
"type": "string"
|
|
19361
|
+
},
|
|
19362
|
+
"column": {
|
|
19363
|
+
"type": "string"
|
|
19364
|
+
},
|
|
19365
|
+
"columnEnd": {
|
|
19366
|
+
"type": "string"
|
|
19367
|
+
},
|
|
19368
|
+
"columnSpan": {
|
|
19369
|
+
"type": "string"
|
|
19370
|
+
},
|
|
19371
|
+
"columnStart": {
|
|
19372
|
+
"type": "string"
|
|
19373
|
+
},
|
|
19374
|
+
"row": {
|
|
19375
|
+
"type": "string"
|
|
19376
|
+
},
|
|
19377
|
+
"rowEnd": {
|
|
19378
|
+
"type": "string"
|
|
19379
|
+
},
|
|
19380
|
+
"rowSpan": {
|
|
19381
|
+
"type": "string"
|
|
19382
|
+
},
|
|
19383
|
+
"rowStart": {
|
|
19384
|
+
"type": "string"
|
|
19385
|
+
},
|
|
19386
|
+
"ariaLabel": {
|
|
19387
|
+
"type": "string"
|
|
19388
|
+
},
|
|
19389
|
+
"ariaValuetext": {
|
|
19390
|
+
"type": "string"
|
|
19391
|
+
},
|
|
19392
|
+
"role": {
|
|
19393
|
+
"type": "string"
|
|
19394
|
+
},
|
|
19395
|
+
"key": {
|
|
19396
|
+
"type": "string"
|
|
19397
|
+
},
|
|
19398
|
+
"defaultChecked": {
|
|
19399
|
+
"type": "boolean"
|
|
19400
|
+
},
|
|
19401
|
+
"defaultValue": {
|
|
19402
|
+
"type": "string"
|
|
19403
|
+
},
|
|
19404
|
+
"suppressContentEditableWarning": {
|
|
19405
|
+
"type": "boolean"
|
|
19406
|
+
},
|
|
19407
|
+
"suppressHydrationWarning": {
|
|
19408
|
+
"type": "boolean"
|
|
19409
|
+
},
|
|
19410
|
+
"accessKey": {
|
|
19411
|
+
"type": "string"
|
|
19412
|
+
},
|
|
19413
|
+
"contentEditable": {
|
|
19414
|
+
"type": "string"
|
|
19415
|
+
},
|
|
19416
|
+
"contextMenu": {
|
|
19417
|
+
"type": "string"
|
|
19418
|
+
},
|
|
19419
|
+
"dir": {
|
|
19420
|
+
"type": "string"
|
|
19421
|
+
},
|
|
19422
|
+
"draggable": {
|
|
19423
|
+
"type": "string"
|
|
19424
|
+
},
|
|
19425
|
+
"hidden": {
|
|
19426
|
+
"type": "boolean"
|
|
19427
|
+
},
|
|
19428
|
+
"lang": {
|
|
19429
|
+
"type": "string"
|
|
19430
|
+
},
|
|
19431
|
+
"placeholder": {
|
|
19432
|
+
"type": "string"
|
|
19433
|
+
},
|
|
19434
|
+
"spellCheck": {
|
|
19435
|
+
"type": "string"
|
|
19436
|
+
},
|
|
19437
|
+
"tabIndex": {
|
|
19438
|
+
"type": "number"
|
|
19439
|
+
},
|
|
19440
|
+
"translate": {
|
|
19441
|
+
"type": "string"
|
|
19442
|
+
},
|
|
19443
|
+
"radioGroup": {
|
|
19444
|
+
"type": "string"
|
|
19445
|
+
},
|
|
19446
|
+
"about": {
|
|
19447
|
+
"type": "string"
|
|
19448
|
+
},
|
|
19449
|
+
"datatype": {
|
|
19450
|
+
"type": "string"
|
|
19451
|
+
},
|
|
19452
|
+
"prefix": {
|
|
19453
|
+
"type": "string"
|
|
19454
|
+
},
|
|
19455
|
+
"property": {
|
|
19456
|
+
"type": "string"
|
|
19457
|
+
},
|
|
19458
|
+
"resource": {
|
|
19459
|
+
"type": "string"
|
|
19460
|
+
},
|
|
19461
|
+
"typeof": {
|
|
19462
|
+
"type": "string"
|
|
19463
|
+
},
|
|
19464
|
+
"vocab": {
|
|
19465
|
+
"type": "string"
|
|
19466
|
+
},
|
|
19467
|
+
"autoCapitalize": {
|
|
19468
|
+
"type": "string"
|
|
19469
|
+
},
|
|
19470
|
+
"autoCorrect": {
|
|
19471
|
+
"type": "string"
|
|
19472
|
+
},
|
|
19473
|
+
"autoSave": {
|
|
19474
|
+
"type": "string"
|
|
19475
|
+
},
|
|
19476
|
+
"itemProp": {
|
|
19477
|
+
"type": "string"
|
|
19478
|
+
},
|
|
19479
|
+
"itemScope": {
|
|
19480
|
+
"type": "boolean"
|
|
19481
|
+
},
|
|
19482
|
+
"itemType": {
|
|
19483
|
+
"type": "string"
|
|
19484
|
+
},
|
|
19485
|
+
"itemID": {
|
|
19486
|
+
"type": "string"
|
|
19487
|
+
},
|
|
19488
|
+
"itemRef": {
|
|
19489
|
+
"type": "string"
|
|
19490
|
+
},
|
|
19491
|
+
"results": {
|
|
19492
|
+
"type": "number"
|
|
19493
|
+
},
|
|
19494
|
+
"security": {
|
|
19495
|
+
"type": "string"
|
|
19496
|
+
},
|
|
19497
|
+
"unselectable": {
|
|
19498
|
+
"type": "string"
|
|
19499
|
+
},
|
|
19500
|
+
"inputMode": {
|
|
19501
|
+
"type": "string"
|
|
19502
|
+
},
|
|
19503
|
+
"is": {
|
|
19504
|
+
"type": "string"
|
|
19505
|
+
},
|
|
19506
|
+
"aria-activedescendant": {
|
|
19507
|
+
"type": "string"
|
|
19508
|
+
},
|
|
19509
|
+
"aria-atomic": {
|
|
19510
|
+
"type": "string"
|
|
19511
|
+
},
|
|
19512
|
+
"aria-autocomplete": {
|
|
19513
|
+
"type": "string"
|
|
19514
|
+
},
|
|
19515
|
+
"aria-busy": {
|
|
19516
|
+
"type": "string"
|
|
19517
|
+
},
|
|
19518
|
+
"aria-checked": {
|
|
19519
|
+
"type": "string"
|
|
19520
|
+
},
|
|
19521
|
+
"aria-colcount": {
|
|
19522
|
+
"type": "number"
|
|
19523
|
+
},
|
|
19524
|
+
"aria-colindex": {
|
|
19525
|
+
"type": "number"
|
|
19526
|
+
},
|
|
19527
|
+
"aria-colspan": {
|
|
19528
|
+
"type": "number"
|
|
19529
|
+
},
|
|
19530
|
+
"aria-controls": {
|
|
19531
|
+
"type": "string"
|
|
19532
|
+
},
|
|
19533
|
+
"aria-current": {
|
|
19534
|
+
"type": "string"
|
|
19535
|
+
},
|
|
19536
|
+
"aria-describedby": {
|
|
19537
|
+
"type": "string"
|
|
19538
|
+
},
|
|
19539
|
+
"aria-details": {
|
|
19540
|
+
"type": "string"
|
|
19541
|
+
},
|
|
19542
|
+
"aria-disabled": {
|
|
19543
|
+
"type": "string"
|
|
19544
|
+
},
|
|
19545
|
+
"aria-dropeffect": {
|
|
19546
|
+
"type": "string"
|
|
19547
|
+
},
|
|
19548
|
+
"aria-errormessage": {
|
|
19549
|
+
"type": "string"
|
|
19550
|
+
},
|
|
19551
|
+
"aria-expanded": {
|
|
19552
|
+
"type": "string"
|
|
19553
|
+
},
|
|
19554
|
+
"aria-flowto": {
|
|
19555
|
+
"type": "string"
|
|
19556
|
+
},
|
|
19557
|
+
"aria-grabbed": {
|
|
19558
|
+
"type": "string"
|
|
19559
|
+
},
|
|
19560
|
+
"aria-haspopup": {
|
|
19561
|
+
"type": "string"
|
|
19562
|
+
},
|
|
19563
|
+
"aria-hidden": {
|
|
19564
|
+
"type": "string"
|
|
19565
|
+
},
|
|
19566
|
+
"aria-invalid": {
|
|
19567
|
+
"type": "string"
|
|
19568
|
+
},
|
|
19569
|
+
"aria-keyshortcuts": {
|
|
19570
|
+
"type": "string"
|
|
19571
|
+
},
|
|
19572
|
+
"aria-label": {
|
|
19573
|
+
"type": "string"
|
|
19574
|
+
},
|
|
19575
|
+
"aria-labelledby": {
|
|
19576
|
+
"type": "string"
|
|
19577
|
+
},
|
|
19578
|
+
"aria-level": {
|
|
19579
|
+
"type": "number"
|
|
19580
|
+
},
|
|
19581
|
+
"aria-live": {
|
|
19582
|
+
"type": "string"
|
|
19583
|
+
},
|
|
19584
|
+
"aria-modal": {
|
|
19585
|
+
"type": "string"
|
|
19586
|
+
},
|
|
19587
|
+
"aria-multiline": {
|
|
19588
|
+
"type": "string"
|
|
19589
|
+
},
|
|
19590
|
+
"aria-multiselectable": {
|
|
19591
|
+
"type": "string"
|
|
19592
|
+
},
|
|
19593
|
+
"aria-orientation": {
|
|
19594
|
+
"type": "string"
|
|
19595
|
+
},
|
|
19596
|
+
"aria-owns": {
|
|
19597
|
+
"type": "string"
|
|
19598
|
+
},
|
|
19599
|
+
"aria-placeholder": {
|
|
19600
|
+
"type": "string"
|
|
19601
|
+
},
|
|
19602
|
+
"aria-posinset": {
|
|
19603
|
+
"type": "number"
|
|
19604
|
+
},
|
|
19605
|
+
"aria-pressed": {
|
|
19606
|
+
"type": "string"
|
|
19607
|
+
},
|
|
19608
|
+
"aria-readonly": {
|
|
19609
|
+
"type": "string"
|
|
19610
|
+
},
|
|
19611
|
+
"aria-relevant": {
|
|
19612
|
+
"type": "string"
|
|
19613
|
+
},
|
|
19614
|
+
"aria-required": {
|
|
19615
|
+
"type": "string"
|
|
19616
|
+
},
|
|
19617
|
+
"aria-roledescription": {
|
|
19618
|
+
"type": "string"
|
|
19619
|
+
},
|
|
19620
|
+
"aria-rowcount": {
|
|
19621
|
+
"type": "number"
|
|
19622
|
+
},
|
|
19623
|
+
"aria-rowindex": {
|
|
19624
|
+
"type": "number"
|
|
19625
|
+
},
|
|
19626
|
+
"aria-rowspan": {
|
|
19627
|
+
"type": "number"
|
|
19628
|
+
},
|
|
19629
|
+
"aria-selected": {
|
|
19630
|
+
"type": "string"
|
|
19631
|
+
},
|
|
19632
|
+
"aria-setsize": {
|
|
19633
|
+
"type": "number"
|
|
19634
|
+
},
|
|
19635
|
+
"aria-sort": {
|
|
19636
|
+
"type": "string"
|
|
19637
|
+
},
|
|
19638
|
+
"aria-valuemax": {
|
|
19639
|
+
"type": "number"
|
|
19640
|
+
},
|
|
19641
|
+
"aria-valuemin": {
|
|
19642
|
+
"type": "number"
|
|
19643
|
+
},
|
|
19644
|
+
"aria-valuenow": {
|
|
19645
|
+
"type": "number"
|
|
19646
|
+
},
|
|
19647
|
+
"aria-valuetext": {
|
|
19648
|
+
"type": "string"
|
|
19649
|
+
},
|
|
19650
|
+
"children": {
|
|
19651
|
+
"type": "string"
|
|
19652
|
+
},
|
|
19653
|
+
"direction": {
|
|
19654
|
+
"type": "string"
|
|
19655
|
+
},
|
|
19656
|
+
"wrap": {
|
|
19657
|
+
"type": "string"
|
|
19658
|
+
},
|
|
19659
|
+
"alignItems": {
|
|
19660
|
+
"type": "string"
|
|
19661
|
+
},
|
|
19662
|
+
"alignContent": {
|
|
19663
|
+
"type": "string"
|
|
19664
|
+
},
|
|
19665
|
+
"justifyContent": {
|
|
19666
|
+
"type": "string"
|
|
19667
|
+
},
|
|
19668
|
+
"gap": {
|
|
19669
|
+
"type": "string"
|
|
19670
|
+
},
|
|
19671
|
+
"columnGap": {
|
|
19672
|
+
"type": "string"
|
|
19673
|
+
},
|
|
19674
|
+
"rowGap": {
|
|
19675
|
+
"type": "string"
|
|
19676
|
+
},
|
|
19677
|
+
"variation": {
|
|
19678
|
+
"type": "string"
|
|
19679
|
+
},
|
|
19680
|
+
"size": {
|
|
19681
|
+
"type": "string"
|
|
19682
|
+
},
|
|
19683
|
+
"autoFocus": {
|
|
19684
|
+
"type": "boolean"
|
|
19685
|
+
},
|
|
19686
|
+
"disabled": {
|
|
19687
|
+
"type": "boolean"
|
|
19688
|
+
},
|
|
19689
|
+
"name": {
|
|
19690
|
+
"type": "string"
|
|
19691
|
+
},
|
|
19692
|
+
"value": {
|
|
19693
|
+
"type": "string"
|
|
19694
|
+
},
|
|
19695
|
+
"autoComplete": {
|
|
19696
|
+
"type": "string"
|
|
19697
|
+
},
|
|
19698
|
+
"maxLength": {
|
|
19699
|
+
"type": "number"
|
|
19700
|
+
},
|
|
19701
|
+
"minLength": {
|
|
19702
|
+
"type": "number"
|
|
19703
|
+
},
|
|
19704
|
+
"readOnly": {
|
|
19705
|
+
"type": "boolean"
|
|
19706
|
+
},
|
|
19707
|
+
"required": {
|
|
19708
|
+
"type": "boolean"
|
|
19709
|
+
},
|
|
19710
|
+
"labelHidden": {
|
|
19711
|
+
"type": "boolean"
|
|
19712
|
+
},
|
|
19713
|
+
"hasError": {
|
|
19714
|
+
"type": "boolean"
|
|
19715
|
+
},
|
|
19716
|
+
"isReadOnly": {
|
|
19717
|
+
"type": "boolean"
|
|
19718
|
+
},
|
|
19719
|
+
"isRequired": {
|
|
19720
|
+
"type": "boolean"
|
|
19721
|
+
},
|
|
19722
|
+
"descriptiveText": {
|
|
19723
|
+
"type": "string"
|
|
19724
|
+
},
|
|
19725
|
+
"errorMessage": {
|
|
19726
|
+
"type": "string"
|
|
19727
|
+
},
|
|
19728
|
+
"cols": {
|
|
19729
|
+
"type": "number"
|
|
19730
|
+
},
|
|
19731
|
+
"dirName": {
|
|
19732
|
+
"type": "string"
|
|
19733
|
+
},
|
|
19734
|
+
"rows": {
|
|
19735
|
+
"type": "number"
|
|
19736
|
+
},
|
|
19737
|
+
"resize": {
|
|
19738
|
+
"type": "string"
|
|
19739
|
+
}
|
|
19740
|
+
}
|
|
19741
|
+
},
|
|
19213
19742
|
"TextField": {
|
|
19214
19743
|
"properties": {
|
|
19215
19744
|
"area": {
|
|
@@ -20453,6 +20982,9 @@
|
|
|
20453
20982
|
},
|
|
20454
20983
|
"isExclusive": {
|
|
20455
20984
|
"type": "boolean"
|
|
20985
|
+
},
|
|
20986
|
+
"isSelectionRequired": {
|
|
20987
|
+
"type": "boolean"
|
|
20456
20988
|
}
|
|
20457
20989
|
}
|
|
20458
20990
|
},
|