@aws-amplify/ui-react 2.1.1 → 2.1.2
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/esm/index.js +1 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/index.d.ts +13 -13
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/primitives.json +550 -130
- package/package.json +2 -2
package/dist/primitives.json
CHANGED
|
@@ -17661,6 +17661,12 @@
|
|
|
17661
17661
|
"area": {
|
|
17662
17662
|
"type": "string"
|
|
17663
17663
|
},
|
|
17664
|
+
"slot": {
|
|
17665
|
+
"type": "string"
|
|
17666
|
+
},
|
|
17667
|
+
"title": {
|
|
17668
|
+
"type": "string"
|
|
17669
|
+
},
|
|
17664
17670
|
"isDisabled": {
|
|
17665
17671
|
"type": "boolean"
|
|
17666
17672
|
},
|
|
@@ -17823,46 +17829,464 @@
|
|
|
17823
17829
|
"role": {
|
|
17824
17830
|
"type": "string"
|
|
17825
17831
|
},
|
|
17826
|
-
"
|
|
17832
|
+
"key": {
|
|
17833
|
+
"type": "string"
|
|
17834
|
+
},
|
|
17835
|
+
"defaultChecked": {
|
|
17836
|
+
"type": "boolean"
|
|
17837
|
+
},
|
|
17838
|
+
"defaultValue": {
|
|
17839
|
+
"type": "string"
|
|
17840
|
+
},
|
|
17841
|
+
"suppressContentEditableWarning": {
|
|
17842
|
+
"type": "boolean"
|
|
17843
|
+
},
|
|
17844
|
+
"suppressHydrationWarning": {
|
|
17845
|
+
"type": "boolean"
|
|
17846
|
+
},
|
|
17847
|
+
"accessKey": {
|
|
17848
|
+
"type": "string"
|
|
17849
|
+
},
|
|
17850
|
+
"contentEditable": {
|
|
17851
|
+
"type": "string"
|
|
17852
|
+
},
|
|
17853
|
+
"contextMenu": {
|
|
17854
|
+
"type": "string"
|
|
17855
|
+
},
|
|
17856
|
+
"dir": {
|
|
17857
|
+
"type": "string"
|
|
17858
|
+
},
|
|
17859
|
+
"draggable": {
|
|
17860
|
+
"type": "string"
|
|
17861
|
+
},
|
|
17862
|
+
"hidden": {
|
|
17863
|
+
"type": "boolean"
|
|
17864
|
+
},
|
|
17865
|
+
"lang": {
|
|
17866
|
+
"type": "string"
|
|
17867
|
+
},
|
|
17868
|
+
"placeholder": {
|
|
17869
|
+
"type": "string"
|
|
17870
|
+
},
|
|
17871
|
+
"spellCheck": {
|
|
17872
|
+
"type": "string"
|
|
17873
|
+
},
|
|
17874
|
+
"tabIndex": {
|
|
17875
|
+
"type": "number"
|
|
17876
|
+
},
|
|
17877
|
+
"translate": {
|
|
17878
|
+
"type": "string"
|
|
17879
|
+
},
|
|
17880
|
+
"radioGroup": {
|
|
17881
|
+
"type": "string"
|
|
17882
|
+
},
|
|
17883
|
+
"about": {
|
|
17884
|
+
"type": "string"
|
|
17885
|
+
},
|
|
17886
|
+
"datatype": {
|
|
17887
|
+
"type": "string"
|
|
17888
|
+
},
|
|
17889
|
+
"prefix": {
|
|
17890
|
+
"type": "string"
|
|
17891
|
+
},
|
|
17892
|
+
"property": {
|
|
17893
|
+
"type": "string"
|
|
17894
|
+
},
|
|
17895
|
+
"resource": {
|
|
17896
|
+
"type": "string"
|
|
17897
|
+
},
|
|
17898
|
+
"typeof": {
|
|
17899
|
+
"type": "string"
|
|
17900
|
+
},
|
|
17901
|
+
"vocab": {
|
|
17902
|
+
"type": "string"
|
|
17903
|
+
},
|
|
17904
|
+
"autoCapitalize": {
|
|
17905
|
+
"type": "string"
|
|
17906
|
+
},
|
|
17907
|
+
"autoCorrect": {
|
|
17908
|
+
"type": "string"
|
|
17909
|
+
},
|
|
17910
|
+
"autoSave": {
|
|
17911
|
+
"type": "string"
|
|
17912
|
+
},
|
|
17913
|
+
"itemProp": {
|
|
17914
|
+
"type": "string"
|
|
17915
|
+
},
|
|
17916
|
+
"itemScope": {
|
|
17917
|
+
"type": "boolean"
|
|
17918
|
+
},
|
|
17919
|
+
"itemType": {
|
|
17920
|
+
"type": "string"
|
|
17921
|
+
},
|
|
17922
|
+
"itemID": {
|
|
17923
|
+
"type": "string"
|
|
17924
|
+
},
|
|
17925
|
+
"itemRef": {
|
|
17926
|
+
"type": "string"
|
|
17927
|
+
},
|
|
17928
|
+
"results": {
|
|
17929
|
+
"type": "number"
|
|
17930
|
+
},
|
|
17931
|
+
"security": {
|
|
17932
|
+
"type": "string"
|
|
17933
|
+
},
|
|
17934
|
+
"unselectable": {
|
|
17935
|
+
"type": "string"
|
|
17936
|
+
},
|
|
17937
|
+
"inputMode": {
|
|
17938
|
+
"type": "string"
|
|
17939
|
+
},
|
|
17940
|
+
"is": {
|
|
17941
|
+
"type": "string"
|
|
17942
|
+
},
|
|
17943
|
+
"aria-activedescendant": {
|
|
17944
|
+
"type": "string"
|
|
17945
|
+
},
|
|
17946
|
+
"aria-atomic": {
|
|
17947
|
+
"type": "string"
|
|
17948
|
+
},
|
|
17949
|
+
"aria-autocomplete": {
|
|
17950
|
+
"type": "string"
|
|
17951
|
+
},
|
|
17952
|
+
"aria-busy": {
|
|
17953
|
+
"type": "string"
|
|
17954
|
+
},
|
|
17955
|
+
"aria-checked": {
|
|
17956
|
+
"type": "string"
|
|
17957
|
+
},
|
|
17958
|
+
"aria-colcount": {
|
|
17959
|
+
"type": "number"
|
|
17960
|
+
},
|
|
17961
|
+
"aria-colindex": {
|
|
17962
|
+
"type": "number"
|
|
17963
|
+
},
|
|
17964
|
+
"aria-colspan": {
|
|
17965
|
+
"type": "number"
|
|
17966
|
+
},
|
|
17967
|
+
"aria-controls": {
|
|
17968
|
+
"type": "string"
|
|
17969
|
+
},
|
|
17970
|
+
"aria-current": {
|
|
17971
|
+
"type": "string"
|
|
17972
|
+
},
|
|
17973
|
+
"aria-describedby": {
|
|
17974
|
+
"type": "string"
|
|
17975
|
+
},
|
|
17976
|
+
"aria-details": {
|
|
17977
|
+
"type": "string"
|
|
17978
|
+
},
|
|
17979
|
+
"aria-disabled": {
|
|
17980
|
+
"type": "string"
|
|
17981
|
+
},
|
|
17982
|
+
"aria-dropeffect": {
|
|
17983
|
+
"type": "string"
|
|
17984
|
+
},
|
|
17985
|
+
"aria-errormessage": {
|
|
17986
|
+
"type": "string"
|
|
17987
|
+
},
|
|
17988
|
+
"aria-expanded": {
|
|
17989
|
+
"type": "string"
|
|
17990
|
+
},
|
|
17991
|
+
"aria-flowto": {
|
|
17992
|
+
"type": "string"
|
|
17993
|
+
},
|
|
17994
|
+
"aria-grabbed": {
|
|
17995
|
+
"type": "string"
|
|
17996
|
+
},
|
|
17997
|
+
"aria-haspopup": {
|
|
17998
|
+
"type": "string"
|
|
17999
|
+
},
|
|
18000
|
+
"aria-hidden": {
|
|
18001
|
+
"type": "string"
|
|
18002
|
+
},
|
|
18003
|
+
"aria-invalid": {
|
|
18004
|
+
"type": "string"
|
|
18005
|
+
},
|
|
18006
|
+
"aria-keyshortcuts": {
|
|
18007
|
+
"type": "string"
|
|
18008
|
+
},
|
|
18009
|
+
"aria-label": {
|
|
18010
|
+
"type": "string"
|
|
18011
|
+
},
|
|
18012
|
+
"aria-labelledby": {
|
|
18013
|
+
"type": "string"
|
|
18014
|
+
},
|
|
18015
|
+
"aria-level": {
|
|
18016
|
+
"type": "number"
|
|
18017
|
+
},
|
|
18018
|
+
"aria-live": {
|
|
18019
|
+
"type": "string"
|
|
18020
|
+
},
|
|
18021
|
+
"aria-modal": {
|
|
18022
|
+
"type": "string"
|
|
18023
|
+
},
|
|
18024
|
+
"aria-multiline": {
|
|
18025
|
+
"type": "string"
|
|
18026
|
+
},
|
|
18027
|
+
"aria-multiselectable": {
|
|
18028
|
+
"type": "string"
|
|
18029
|
+
},
|
|
18030
|
+
"aria-orientation": {
|
|
18031
|
+
"type": "string"
|
|
18032
|
+
},
|
|
18033
|
+
"aria-owns": {
|
|
18034
|
+
"type": "string"
|
|
18035
|
+
},
|
|
18036
|
+
"aria-placeholder": {
|
|
18037
|
+
"type": "string"
|
|
18038
|
+
},
|
|
18039
|
+
"aria-posinset": {
|
|
18040
|
+
"type": "number"
|
|
18041
|
+
},
|
|
18042
|
+
"aria-pressed": {
|
|
18043
|
+
"type": "string"
|
|
18044
|
+
},
|
|
18045
|
+
"aria-readonly": {
|
|
18046
|
+
"type": "string"
|
|
18047
|
+
},
|
|
18048
|
+
"aria-relevant": {
|
|
18049
|
+
"type": "string"
|
|
18050
|
+
},
|
|
18051
|
+
"aria-required": {
|
|
18052
|
+
"type": "string"
|
|
18053
|
+
},
|
|
18054
|
+
"aria-roledescription": {
|
|
18055
|
+
"type": "string"
|
|
18056
|
+
},
|
|
18057
|
+
"aria-rowcount": {
|
|
18058
|
+
"type": "number"
|
|
18059
|
+
},
|
|
18060
|
+
"aria-rowindex": {
|
|
18061
|
+
"type": "number"
|
|
18062
|
+
},
|
|
18063
|
+
"aria-rowspan": {
|
|
18064
|
+
"type": "number"
|
|
18065
|
+
},
|
|
18066
|
+
"aria-selected": {
|
|
18067
|
+
"type": "string"
|
|
18068
|
+
},
|
|
18069
|
+
"aria-setsize": {
|
|
18070
|
+
"type": "number"
|
|
18071
|
+
},
|
|
18072
|
+
"aria-sort": {
|
|
18073
|
+
"type": "string"
|
|
18074
|
+
},
|
|
18075
|
+
"aria-valuemax": {
|
|
18076
|
+
"type": "number"
|
|
18077
|
+
},
|
|
18078
|
+
"aria-valuemin": {
|
|
18079
|
+
"type": "number"
|
|
18080
|
+
},
|
|
18081
|
+
"aria-valuenow": {
|
|
18082
|
+
"type": "number"
|
|
18083
|
+
},
|
|
18084
|
+
"aria-valuetext": {
|
|
18085
|
+
"type": "string"
|
|
18086
|
+
},
|
|
18087
|
+
"direction": {
|
|
18088
|
+
"type": "string"
|
|
18089
|
+
},
|
|
18090
|
+
"wrap": {
|
|
18091
|
+
"type": "string"
|
|
18092
|
+
},
|
|
18093
|
+
"alignItems": {
|
|
18094
|
+
"type": "string"
|
|
18095
|
+
},
|
|
18096
|
+
"alignContent": {
|
|
18097
|
+
"type": "string"
|
|
18098
|
+
},
|
|
18099
|
+
"justifyContent": {
|
|
18100
|
+
"type": "string"
|
|
18101
|
+
},
|
|
18102
|
+
"gap": {
|
|
18103
|
+
"type": "string"
|
|
18104
|
+
},
|
|
18105
|
+
"columnGap": {
|
|
18106
|
+
"type": "string"
|
|
18107
|
+
},
|
|
18108
|
+
"rowGap": {
|
|
18109
|
+
"type": "string"
|
|
18110
|
+
},
|
|
18111
|
+
"spacing": {
|
|
18112
|
+
"type": "string"
|
|
18113
|
+
},
|
|
18114
|
+
"defaultIndex": {
|
|
18115
|
+
"type": "string"
|
|
18116
|
+
},
|
|
18117
|
+
"currentIndex": {
|
|
18118
|
+
"type": "string"
|
|
18119
|
+
},
|
|
18120
|
+
"indicatorPosition": {
|
|
18121
|
+
"type": "string"
|
|
18122
|
+
}
|
|
18123
|
+
}
|
|
18124
|
+
},
|
|
18125
|
+
"TabItem": {
|
|
18126
|
+
"properties": {
|
|
18127
|
+
"area": {
|
|
18128
|
+
"type": "string"
|
|
18129
|
+
},
|
|
18130
|
+
"slot": {
|
|
18131
|
+
"type": "string"
|
|
18132
|
+
},
|
|
18133
|
+
"title": {
|
|
18134
|
+
"type": "string"
|
|
18135
|
+
},
|
|
18136
|
+
"isDisabled": {
|
|
18137
|
+
"type": "boolean"
|
|
18138
|
+
},
|
|
18139
|
+
"id": {
|
|
18140
|
+
"type": "string"
|
|
18141
|
+
},
|
|
18142
|
+
"className": {
|
|
18143
|
+
"type": "string"
|
|
18144
|
+
},
|
|
18145
|
+
"testId": {
|
|
18146
|
+
"type": "string"
|
|
18147
|
+
},
|
|
18148
|
+
"alignSelf": {
|
|
18149
|
+
"type": "string"
|
|
18150
|
+
},
|
|
18151
|
+
"backgroundColor": {
|
|
18152
|
+
"type": "string"
|
|
18153
|
+
},
|
|
18154
|
+
"backgroundImage": {
|
|
18155
|
+
"type": "string"
|
|
18156
|
+
},
|
|
18157
|
+
"border": {
|
|
18158
|
+
"type": "string"
|
|
18159
|
+
},
|
|
18160
|
+
"borderRadius": {
|
|
18161
|
+
"type": "string"
|
|
18162
|
+
},
|
|
18163
|
+
"bottom": {
|
|
18164
|
+
"type": "string"
|
|
18165
|
+
},
|
|
18166
|
+
"boxShadow": {
|
|
18167
|
+
"type": "string"
|
|
18168
|
+
},
|
|
18169
|
+
"color": {
|
|
18170
|
+
"type": "string"
|
|
18171
|
+
},
|
|
18172
|
+
"display": {
|
|
18173
|
+
"type": "string"
|
|
18174
|
+
},
|
|
18175
|
+
"fontFamily": {
|
|
18176
|
+
"type": "string"
|
|
18177
|
+
},
|
|
18178
|
+
"fontSize": {
|
|
18179
|
+
"type": "string"
|
|
18180
|
+
},
|
|
18181
|
+
"fontStyle": {
|
|
18182
|
+
"type": "string"
|
|
18183
|
+
},
|
|
18184
|
+
"fontWeight": {
|
|
18185
|
+
"type": "string"
|
|
18186
|
+
},
|
|
18187
|
+
"height": {
|
|
18188
|
+
"type": "string"
|
|
18189
|
+
},
|
|
18190
|
+
"left": {
|
|
18191
|
+
"type": "string"
|
|
18192
|
+
},
|
|
18193
|
+
"letterSpacing": {
|
|
18194
|
+
"type": "string"
|
|
18195
|
+
},
|
|
18196
|
+
"lineHeight": {
|
|
18197
|
+
"type": "string"
|
|
18198
|
+
},
|
|
18199
|
+
"margin": {
|
|
18200
|
+
"type": "string"
|
|
18201
|
+
},
|
|
18202
|
+
"maxHeight": {
|
|
18203
|
+
"type": "string"
|
|
18204
|
+
},
|
|
18205
|
+
"maxWidth": {
|
|
18206
|
+
"type": "string"
|
|
18207
|
+
},
|
|
18208
|
+
"minHeight": {
|
|
18209
|
+
"type": "string"
|
|
18210
|
+
},
|
|
18211
|
+
"minWidth": {
|
|
18212
|
+
"type": "string"
|
|
18213
|
+
},
|
|
18214
|
+
"opacity": {
|
|
18215
|
+
"type": "string"
|
|
18216
|
+
},
|
|
18217
|
+
"overflow": {
|
|
18218
|
+
"type": "string"
|
|
18219
|
+
},
|
|
18220
|
+
"padding": {
|
|
18221
|
+
"type": "string"
|
|
18222
|
+
},
|
|
18223
|
+
"position": {
|
|
18224
|
+
"type": "string"
|
|
18225
|
+
},
|
|
18226
|
+
"right": {
|
|
18227
|
+
"type": "string"
|
|
18228
|
+
},
|
|
18229
|
+
"textAlign": {
|
|
18230
|
+
"type": "string"
|
|
18231
|
+
},
|
|
18232
|
+
"textDecoration": {
|
|
18233
|
+
"type": "string"
|
|
18234
|
+
},
|
|
18235
|
+
"textTransform": {
|
|
18236
|
+
"type": "string"
|
|
18237
|
+
},
|
|
18238
|
+
"top": {
|
|
18239
|
+
"type": "string"
|
|
18240
|
+
},
|
|
18241
|
+
"transform": {
|
|
18242
|
+
"type": "string"
|
|
18243
|
+
},
|
|
18244
|
+
"transformOrigin": {
|
|
18245
|
+
"type": "string"
|
|
18246
|
+
},
|
|
18247
|
+
"width": {
|
|
18248
|
+
"type": "string"
|
|
18249
|
+
},
|
|
18250
|
+
"flex": {
|
|
17827
18251
|
"type": "string"
|
|
17828
18252
|
},
|
|
17829
|
-
"
|
|
18253
|
+
"order": {
|
|
17830
18254
|
"type": "string"
|
|
17831
18255
|
},
|
|
17832
|
-
"
|
|
18256
|
+
"grow": {
|
|
17833
18257
|
"type": "string"
|
|
17834
18258
|
},
|
|
17835
|
-
"
|
|
18259
|
+
"shrink": {
|
|
17836
18260
|
"type": "string"
|
|
17837
18261
|
},
|
|
17838
|
-
"
|
|
18262
|
+
"basis": {
|
|
17839
18263
|
"type": "string"
|
|
17840
18264
|
},
|
|
17841
|
-
"
|
|
18265
|
+
"column": {
|
|
17842
18266
|
"type": "string"
|
|
17843
18267
|
},
|
|
17844
|
-
"
|
|
18268
|
+
"columnEnd": {
|
|
17845
18269
|
"type": "string"
|
|
17846
18270
|
},
|
|
17847
|
-
"
|
|
18271
|
+
"columnSpan": {
|
|
17848
18272
|
"type": "string"
|
|
17849
18273
|
},
|
|
17850
|
-
"
|
|
18274
|
+
"columnStart": {
|
|
17851
18275
|
"type": "string"
|
|
17852
18276
|
},
|
|
17853
|
-
"
|
|
18277
|
+
"row": {
|
|
17854
18278
|
"type": "string"
|
|
17855
18279
|
},
|
|
17856
|
-
"
|
|
18280
|
+
"rowEnd": {
|
|
17857
18281
|
"type": "string"
|
|
17858
18282
|
},
|
|
17859
|
-
"
|
|
18283
|
+
"rowSpan": {
|
|
17860
18284
|
"type": "string"
|
|
17861
18285
|
},
|
|
17862
|
-
"
|
|
18286
|
+
"rowStart": {
|
|
17863
18287
|
"type": "string"
|
|
17864
18288
|
},
|
|
17865
|
-
"
|
|
18289
|
+
"role": {
|
|
17866
18290
|
"type": "string"
|
|
17867
18291
|
},
|
|
17868
18292
|
"key": {
|
|
@@ -18119,11 +18543,7 @@
|
|
|
18119
18543
|
},
|
|
18120
18544
|
"aria-valuetext": {
|
|
18121
18545
|
"type": "string"
|
|
18122
|
-
}
|
|
18123
|
-
}
|
|
18124
|
-
},
|
|
18125
|
-
"TabItem": {
|
|
18126
|
-
"properties": {
|
|
18546
|
+
},
|
|
18127
18547
|
"children": {
|
|
18128
18548
|
"type": "string"
|
|
18129
18549
|
}
|
|
@@ -18823,6 +19243,15 @@
|
|
|
18823
19243
|
"area": {
|
|
18824
19244
|
"type": "string"
|
|
18825
19245
|
},
|
|
19246
|
+
"form": {
|
|
19247
|
+
"type": "string"
|
|
19248
|
+
},
|
|
19249
|
+
"slot": {
|
|
19250
|
+
"type": "string"
|
|
19251
|
+
},
|
|
19252
|
+
"title": {
|
|
19253
|
+
"type": "string"
|
|
19254
|
+
},
|
|
18826
19255
|
"isDisabled": {
|
|
18827
19256
|
"type": "boolean"
|
|
18828
19257
|
},
|
|
@@ -18985,66 +19414,6 @@
|
|
|
18985
19414
|
"role": {
|
|
18986
19415
|
"type": "string"
|
|
18987
19416
|
},
|
|
18988
|
-
"direction": {
|
|
18989
|
-
"type": "string"
|
|
18990
|
-
},
|
|
18991
|
-
"wrap": {
|
|
18992
|
-
"type": "string"
|
|
18993
|
-
},
|
|
18994
|
-
"alignItems": {
|
|
18995
|
-
"type": "string"
|
|
18996
|
-
},
|
|
18997
|
-
"alignContent": {
|
|
18998
|
-
"type": "string"
|
|
18999
|
-
},
|
|
19000
|
-
"justifyContent": {
|
|
19001
|
-
"type": "string"
|
|
19002
|
-
},
|
|
19003
|
-
"gap": {
|
|
19004
|
-
"type": "string"
|
|
19005
|
-
},
|
|
19006
|
-
"columnGap": {
|
|
19007
|
-
"type": "string"
|
|
19008
|
-
},
|
|
19009
|
-
"rowGap": {
|
|
19010
|
-
"type": "string"
|
|
19011
|
-
},
|
|
19012
|
-
"variation": {
|
|
19013
|
-
"type": "string"
|
|
19014
|
-
},
|
|
19015
|
-
"size": {
|
|
19016
|
-
"type": "string"
|
|
19017
|
-
},
|
|
19018
|
-
"type": {
|
|
19019
|
-
"type": "string"
|
|
19020
|
-
},
|
|
19021
|
-
"value": {
|
|
19022
|
-
"type": "string"
|
|
19023
|
-
},
|
|
19024
|
-
"isFullWidth": {
|
|
19025
|
-
"type": "boolean"
|
|
19026
|
-
},
|
|
19027
|
-
"isLoading": {
|
|
19028
|
-
"type": "boolean"
|
|
19029
|
-
},
|
|
19030
|
-
"loadingText": {
|
|
19031
|
-
"type": "string"
|
|
19032
|
-
},
|
|
19033
|
-
"isPressed": {
|
|
19034
|
-
"type": "boolean"
|
|
19035
|
-
},
|
|
19036
|
-
"defaultPressed": {
|
|
19037
|
-
"type": "boolean"
|
|
19038
|
-
},
|
|
19039
|
-
"form": {
|
|
19040
|
-
"type": "string"
|
|
19041
|
-
},
|
|
19042
|
-
"slot": {
|
|
19043
|
-
"type": "string"
|
|
19044
|
-
},
|
|
19045
|
-
"title": {
|
|
19046
|
-
"type": "string"
|
|
19047
|
-
},
|
|
19048
19417
|
"key": {
|
|
19049
19418
|
"type": "string"
|
|
19050
19419
|
},
|
|
@@ -19303,6 +19672,36 @@
|
|
|
19303
19672
|
"children": {
|
|
19304
19673
|
"type": "string"
|
|
19305
19674
|
},
|
|
19675
|
+
"direction": {
|
|
19676
|
+
"type": "string"
|
|
19677
|
+
},
|
|
19678
|
+
"wrap": {
|
|
19679
|
+
"type": "string"
|
|
19680
|
+
},
|
|
19681
|
+
"alignItems": {
|
|
19682
|
+
"type": "string"
|
|
19683
|
+
},
|
|
19684
|
+
"alignContent": {
|
|
19685
|
+
"type": "string"
|
|
19686
|
+
},
|
|
19687
|
+
"justifyContent": {
|
|
19688
|
+
"type": "string"
|
|
19689
|
+
},
|
|
19690
|
+
"gap": {
|
|
19691
|
+
"type": "string"
|
|
19692
|
+
},
|
|
19693
|
+
"columnGap": {
|
|
19694
|
+
"type": "string"
|
|
19695
|
+
},
|
|
19696
|
+
"rowGap": {
|
|
19697
|
+
"type": "string"
|
|
19698
|
+
},
|
|
19699
|
+
"variation": {
|
|
19700
|
+
"type": "string"
|
|
19701
|
+
},
|
|
19702
|
+
"size": {
|
|
19703
|
+
"type": "string"
|
|
19704
|
+
},
|
|
19306
19705
|
"autoFocus": {
|
|
19307
19706
|
"type": "boolean"
|
|
19308
19707
|
},
|
|
@@ -19326,6 +19725,27 @@
|
|
|
19326
19725
|
},
|
|
19327
19726
|
"name": {
|
|
19328
19727
|
"type": "string"
|
|
19728
|
+
},
|
|
19729
|
+
"type": {
|
|
19730
|
+
"type": "string"
|
|
19731
|
+
},
|
|
19732
|
+
"value": {
|
|
19733
|
+
"type": "string"
|
|
19734
|
+
},
|
|
19735
|
+
"isFullWidth": {
|
|
19736
|
+
"type": "boolean"
|
|
19737
|
+
},
|
|
19738
|
+
"isLoading": {
|
|
19739
|
+
"type": "boolean"
|
|
19740
|
+
},
|
|
19741
|
+
"loadingText": {
|
|
19742
|
+
"type": "string"
|
|
19743
|
+
},
|
|
19744
|
+
"isPressed": {
|
|
19745
|
+
"type": "boolean"
|
|
19746
|
+
},
|
|
19747
|
+
"defaultPressed": {
|
|
19748
|
+
"type": "boolean"
|
|
19329
19749
|
}
|
|
19330
19750
|
}
|
|
19331
19751
|
},
|
|
@@ -19334,6 +19754,12 @@
|
|
|
19334
19754
|
"area": {
|
|
19335
19755
|
"type": "string"
|
|
19336
19756
|
},
|
|
19757
|
+
"slot": {
|
|
19758
|
+
"type": "string"
|
|
19759
|
+
},
|
|
19760
|
+
"title": {
|
|
19761
|
+
"type": "string"
|
|
19762
|
+
},
|
|
19337
19763
|
"isDisabled": {
|
|
19338
19764
|
"type": "boolean"
|
|
19339
19765
|
},
|
|
@@ -19496,51 +19922,6 @@
|
|
|
19496
19922
|
"role": {
|
|
19497
19923
|
"type": "string"
|
|
19498
19924
|
},
|
|
19499
|
-
"children": {
|
|
19500
|
-
"type": "string"
|
|
19501
|
-
},
|
|
19502
|
-
"direction": {
|
|
19503
|
-
"type": "string"
|
|
19504
|
-
},
|
|
19505
|
-
"wrap": {
|
|
19506
|
-
"type": "string"
|
|
19507
|
-
},
|
|
19508
|
-
"alignItems": {
|
|
19509
|
-
"type": "string"
|
|
19510
|
-
},
|
|
19511
|
-
"alignContent": {
|
|
19512
|
-
"type": "string"
|
|
19513
|
-
},
|
|
19514
|
-
"justifyContent": {
|
|
19515
|
-
"type": "string"
|
|
19516
|
-
},
|
|
19517
|
-
"gap": {
|
|
19518
|
-
"type": "string"
|
|
19519
|
-
},
|
|
19520
|
-
"columnGap": {
|
|
19521
|
-
"type": "string"
|
|
19522
|
-
},
|
|
19523
|
-
"rowGap": {
|
|
19524
|
-
"type": "string"
|
|
19525
|
-
},
|
|
19526
|
-
"variation": {
|
|
19527
|
-
"type": "string"
|
|
19528
|
-
},
|
|
19529
|
-
"size": {
|
|
19530
|
-
"type": "string"
|
|
19531
|
-
},
|
|
19532
|
-
"value": {
|
|
19533
|
-
"type": "string"
|
|
19534
|
-
},
|
|
19535
|
-
"isExclusive": {
|
|
19536
|
-
"type": "boolean"
|
|
19537
|
-
},
|
|
19538
|
-
"slot": {
|
|
19539
|
-
"type": "string"
|
|
19540
|
-
},
|
|
19541
|
-
"title": {
|
|
19542
|
-
"type": "string"
|
|
19543
|
-
},
|
|
19544
19925
|
"key": {
|
|
19545
19926
|
"type": "string"
|
|
19546
19927
|
},
|
|
@@ -19795,6 +20176,45 @@
|
|
|
19795
20176
|
},
|
|
19796
20177
|
"aria-valuetext": {
|
|
19797
20178
|
"type": "string"
|
|
20179
|
+
},
|
|
20180
|
+
"children": {
|
|
20181
|
+
"type": "string"
|
|
20182
|
+
},
|
|
20183
|
+
"direction": {
|
|
20184
|
+
"type": "string"
|
|
20185
|
+
},
|
|
20186
|
+
"wrap": {
|
|
20187
|
+
"type": "string"
|
|
20188
|
+
},
|
|
20189
|
+
"alignItems": {
|
|
20190
|
+
"type": "string"
|
|
20191
|
+
},
|
|
20192
|
+
"alignContent": {
|
|
20193
|
+
"type": "string"
|
|
20194
|
+
},
|
|
20195
|
+
"justifyContent": {
|
|
20196
|
+
"type": "string"
|
|
20197
|
+
},
|
|
20198
|
+
"gap": {
|
|
20199
|
+
"type": "string"
|
|
20200
|
+
},
|
|
20201
|
+
"columnGap": {
|
|
20202
|
+
"type": "string"
|
|
20203
|
+
},
|
|
20204
|
+
"rowGap": {
|
|
20205
|
+
"type": "string"
|
|
20206
|
+
},
|
|
20207
|
+
"variation": {
|
|
20208
|
+
"type": "string"
|
|
20209
|
+
},
|
|
20210
|
+
"size": {
|
|
20211
|
+
"type": "string"
|
|
20212
|
+
},
|
|
20213
|
+
"value": {
|
|
20214
|
+
"type": "string"
|
|
20215
|
+
},
|
|
20216
|
+
"isExclusive": {
|
|
20217
|
+
"type": "boolean"
|
|
19798
20218
|
}
|
|
19799
20219
|
}
|
|
19800
20220
|
},
|
|
@@ -22444,6 +22864,12 @@
|
|
|
22444
22864
|
"area": {
|
|
22445
22865
|
"type": "string"
|
|
22446
22866
|
},
|
|
22867
|
+
"slot": {
|
|
22868
|
+
"type": "string"
|
|
22869
|
+
},
|
|
22870
|
+
"title": {
|
|
22871
|
+
"type": "string"
|
|
22872
|
+
},
|
|
22447
22873
|
"isDisabled": {
|
|
22448
22874
|
"type": "boolean"
|
|
22449
22875
|
},
|
|
@@ -22606,12 +23032,6 @@
|
|
|
22606
23032
|
"role": {
|
|
22607
23033
|
"type": "string"
|
|
22608
23034
|
},
|
|
22609
|
-
"slot": {
|
|
22610
|
-
"type": "string"
|
|
22611
|
-
},
|
|
22612
|
-
"title": {
|
|
22613
|
-
"type": "string"
|
|
22614
|
-
},
|
|
22615
23035
|
"key": {
|
|
22616
23036
|
"type": "string"
|
|
22617
23037
|
},
|