@iress-oss/ids-mcp-server 6.0.0-alpha.7 → 6.0.0-alpha.9
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/generated/docs/components_components-alert-docs.md +23 -23
- package/generated/docs/components_components-autocomplete-docs.md +30 -86
- package/generated/docs/components_components-button-docs.md +18 -18
- package/generated/docs/components_components-buttongroup-docs.md +2 -2
- package/generated/docs/components_components-card-docs.md +13 -13
- package/generated/docs/components_components-checkbox-docs.md +0 -14
- package/generated/docs/components_components-checkboxgroup-docs.md +13 -13
- package/generated/docs/components_components-col-docs.md +6 -6
- package/generated/docs/components_components-expander-docs.md +2 -2
- package/generated/docs/components_components-field-docs.md +4 -4
- package/generated/docs/components_components-filter-docs.md +35 -35
- package/generated/docs/components_components-hide-docs.md +7 -13
- package/generated/docs/components_components-icon-docs.md +25 -25
- package/generated/docs/components_components-inline-docs.md +7 -7
- package/generated/docs/components_components-input-docs.md +9 -9
- package/generated/docs/components_components-inputcurrency-docs.md +1 -1
- package/generated/docs/components_components-menu-docs.md +38 -38
- package/generated/docs/components_components-menu-menuitem-docs.md +2 -2
- package/generated/docs/components_components-modal-docs.md +7 -7
- package/generated/docs/components_components-panel-docs.md +10 -10
- package/generated/docs/components_components-popover-docs.md +63 -35
- package/generated/docs/components_components-popover-recipes-docs.md +18 -10
- package/generated/docs/components_components-radiogroup-docs.md +7 -23
- package/generated/docs/components_components-readonly-docs.md +2 -2
- package/generated/docs/components_components-richselect-docs.md +33 -35
- package/generated/docs/components_components-row-docs.md +2 -2
- package/generated/docs/components_components-select-docs.md +12 -12
- package/generated/docs/components_components-skiplink-docs.md +2 -2
- package/generated/docs/components_components-slideout-docs.md +19 -19
- package/generated/docs/components_components-slider-docs.md +4 -4
- package/generated/docs/components_components-stack-docs.md +6 -6
- package/generated/docs/components_components-styled-docs.md +477 -0
- package/generated/docs/components_components-table-docs.md +35 -35
- package/generated/docs/components_components-tabset-docs.md +7 -7
- package/generated/docs/components_components-tag-docs.md +3 -3
- package/generated/docs/components_components-text-docs.md +4 -0
- package/generated/docs/components_components-toggle-docs.md +4 -4
- package/generated/docs/components_components-validationmessage-docs.md +6 -6
- package/generated/docs/components_foundations-responsive-layout-docs.md +10 -10
- package/generated/docs/components_foundations-z-index-stacking-docs.md +3 -3
- package/generated/docs/components_introduction-docs.md +1 -1
- package/generated/docs/components_patterns-form-docs.md +144 -29
- package/generated/docs/components_patterns-form-recipes-docs.md +30 -30
- package/generated/docs/components_patterns-loading-docs.md +3 -9
- package/generated/docs/components_patterns-shadow-docs.md +2 -2
- package/generated/docs/components_sandbox-docs.md +1 -1
- package/generated/docs/components_styling-props-colour-docs.md +2 -0
- package/generated/docs/components_styling-props-reference-docs.md +6 -9
- package/generated/docs/components_styling-props-screen-readers-docs.md +40 -1
- package/generated/docs/components_styling-props-scrollable-docs.md +76 -0
- package/generated/docs/components_styling-props-sizing-docs.md +1 -1
- package/generated/docs/components_styling-props-spacing-docs.md +6 -6
- package/generated/docs/guidelines.md +13 -13
- package/generated/docs/tokens_sandbox-docs.md +3 -0
- package/package.json +8 -8
|
@@ -53,7 +53,7 @@ ReactNode
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
| \- |
|
|
56
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
57
57
|
| container |
|
|
58
58
|
|
|
59
59
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -71,7 +71,7 @@ Class name of the popover content.
|
|
|
71
71
|
|
|
72
72
|
string
|
|
73
73
|
|
|
74
|
-
<table class="css-
|
|
74
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
75
75
|
|
|
76
76
|
| \- | Set string |
|
|
77
77
|
| contentStyle |
|
|
@@ -96,7 +96,7 @@ boolean
|
|
|
96
96
|
|
|
97
97
|
Sets the display mode of popover.
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
union
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
|
|
@@ -104,7 +104,11 @@ DisplayModes
|
|
|
104
104
|
|
|
105
105
|
'overlay'
|
|
106
106
|
|
|
107
|
-
|
|
|
107
|
+
|
|
|
108
|
+
|
|
109
|
+
displayModeinlineoverlay
|
|
110
|
+
|
|
111
|
+
|
|
|
108
112
|
| fluid |
|
|
109
113
|
|
|
110
114
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -166,7 +170,7 @@ boolean
|
|
|
166
170
|
|
|
167
171
|
Describes the type of content contained in the popover.
|
|
168
172
|
|
|
169
|
-
|
|
173
|
+
FloatingPopoverHookReturn\['type'\]
|
|
170
174
|
|
|
171
175
|
| \- | Set object |
|
|
172
176
|
| virtualFocus |
|
|
@@ -234,7 +238,7 @@ ReactNode
|
|
|
234
238
|
|
|
235
239
|
|
|
236
240
|
|
|
237
|
-
| \- |
|
|
241
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
238
242
|
| container |
|
|
239
243
|
|
|
240
244
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -252,7 +256,7 @@ Class name of the popover content.
|
|
|
252
256
|
|
|
253
257
|
string
|
|
254
258
|
|
|
255
|
-
<table class="css-
|
|
259
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
256
260
|
|
|
257
261
|
| \- | Set string |
|
|
258
262
|
| contentStyle |
|
|
@@ -277,7 +281,7 @@ boolean
|
|
|
277
281
|
|
|
278
282
|
Sets the display mode of popover.
|
|
279
283
|
|
|
280
|
-
|
|
284
|
+
union
|
|
281
285
|
|
|
282
286
|
|
|
283
287
|
|
|
@@ -285,7 +289,11 @@ DisplayModes
|
|
|
285
289
|
|
|
286
290
|
'overlay'
|
|
287
291
|
|
|
288
|
-
|
|
|
292
|
+
|
|
|
293
|
+
|
|
294
|
+
displayModeinlineoverlay
|
|
295
|
+
|
|
296
|
+
|
|
|
289
297
|
| fluid |
|
|
290
298
|
|
|
291
299
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -347,7 +355,7 @@ boolean
|
|
|
347
355
|
|
|
348
356
|
Describes the type of content contained in the popover.
|
|
349
357
|
|
|
350
|
-
|
|
358
|
+
FloatingPopoverHookReturn\['type'\]
|
|
351
359
|
|
|
352
360
|
| \- | Set object |
|
|
353
361
|
| virtualFocus |
|
|
@@ -448,7 +456,7 @@ Class name of the popover content.
|
|
|
448
456
|
|
|
449
457
|
string
|
|
450
458
|
|
|
451
|
-
<table class="css-
|
|
459
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
452
460
|
|
|
453
461
|
| \- | Set string |
|
|
454
462
|
| contentStyle |
|
|
@@ -473,7 +481,7 @@ boolean
|
|
|
473
481
|
|
|
474
482
|
Sets the display mode of popover.
|
|
475
483
|
|
|
476
|
-
|
|
484
|
+
union
|
|
477
485
|
|
|
478
486
|
|
|
479
487
|
|
|
@@ -481,7 +489,11 @@ DisplayModes
|
|
|
481
489
|
|
|
482
490
|
'overlay'
|
|
483
491
|
|
|
484
|
-
|
|
|
492
|
+
|
|
|
493
|
+
|
|
494
|
+
displayModeinlineoverlay
|
|
495
|
+
|
|
496
|
+
|
|
|
485
497
|
| fluid |
|
|
486
498
|
|
|
487
499
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -543,7 +555,7 @@ boolean
|
|
|
543
555
|
|
|
544
556
|
Describes the type of content contained in the popover.
|
|
545
557
|
|
|
546
|
-
|
|
558
|
+
FloatingPopoverHookReturn\['type'\]
|
|
547
559
|
|
|
548
560
|
| \- | Set object |
|
|
549
561
|
| virtualFocus |
|
|
@@ -780,7 +792,7 @@ ReactNode
|
|
|
780
792
|
|
|
781
793
|
|
|
782
794
|
|
|
783
|
-
| \- |
|
|
795
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
784
796
|
| container |
|
|
785
797
|
|
|
786
798
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -798,7 +810,7 @@ Class name of the popover content.
|
|
|
798
810
|
|
|
799
811
|
string
|
|
800
812
|
|
|
801
|
-
<table class="css-
|
|
813
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
802
814
|
|
|
803
815
|
| \- | Set string |
|
|
804
816
|
| contentStyle |
|
|
@@ -823,7 +835,7 @@ boolean
|
|
|
823
835
|
|
|
824
836
|
Sets the display mode of popover.
|
|
825
837
|
|
|
826
|
-
|
|
838
|
+
union
|
|
827
839
|
|
|
828
840
|
|
|
829
841
|
|
|
@@ -831,7 +843,11 @@ DisplayModes
|
|
|
831
843
|
|
|
832
844
|
'overlay'
|
|
833
845
|
|
|
834
|
-
|
|
|
846
|
+
|
|
|
847
|
+
|
|
848
|
+
displayModeinlineoverlay
|
|
849
|
+
|
|
850
|
+
|
|
|
835
851
|
| fluid |
|
|
836
852
|
|
|
837
853
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -893,7 +909,7 @@ boolean
|
|
|
893
909
|
|
|
894
910
|
Describes the type of content contained in the popover.
|
|
895
911
|
|
|
896
|
-
|
|
912
|
+
FloatingPopoverHookReturn\['type'\]
|
|
897
913
|
|
|
898
914
|
| \- | Set object |
|
|
899
915
|
| virtualFocus |
|
|
@@ -992,7 +1008,7 @@ ReactNode
|
|
|
992
1008
|
|
|
993
1009
|
|
|
994
1010
|
|
|
995
|
-
| \- |
|
|
1011
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
996
1012
|
| container |
|
|
997
1013
|
|
|
998
1014
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -1014,7 +1030,7 @@ Class name of the popover content.
|
|
|
1014
1030
|
|
|
1015
1031
|
string
|
|
1016
1032
|
|
|
1017
|
-
<table class="css-
|
|
1033
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
1018
1034
|
|
|
1019
1035
|
| \- | Set string |
|
|
1020
1036
|
| contentStyle |
|
|
@@ -1039,7 +1055,7 @@ boolean
|
|
|
1039
1055
|
|
|
1040
1056
|
Sets the display mode of popover.
|
|
1041
1057
|
|
|
1042
|
-
|
|
1058
|
+
union
|
|
1043
1059
|
|
|
1044
1060
|
|
|
1045
1061
|
|
|
@@ -1047,7 +1063,11 @@ DisplayModes
|
|
|
1047
1063
|
|
|
1048
1064
|
'overlay'
|
|
1049
1065
|
|
|
1050
|
-
|
|
|
1066
|
+
|
|
|
1067
|
+
|
|
1068
|
+
displayModeinlineoverlay
|
|
1069
|
+
|
|
1070
|
+
|
|
|
1051
1071
|
| fluid |
|
|
1052
1072
|
|
|
1053
1073
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -1109,7 +1129,7 @@ boolean
|
|
|
1109
1129
|
|
|
1110
1130
|
Describes the type of content contained in the popover.
|
|
1111
1131
|
|
|
1112
|
-
|
|
1132
|
+
FloatingPopoverHookReturn\['type'\]
|
|
1113
1133
|
|
|
1114
1134
|
| \- | Set object |
|
|
1115
1135
|
| virtualFocus |
|
|
@@ -1211,7 +1231,7 @@ ReactNode
|
|
|
1211
1231
|
|
|
1212
1232
|
|
|
1213
1233
|
|
|
1214
|
-
| \- |
|
|
1234
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
1215
1235
|
| container |
|
|
1216
1236
|
|
|
1217
1237
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -1233,7 +1253,7 @@ Class name of the popover content.
|
|
|
1233
1253
|
|
|
1234
1254
|
string
|
|
1235
1255
|
|
|
1236
|
-
<table class="css-
|
|
1256
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
1237
1257
|
|
|
1238
1258
|
| \- | Set string |
|
|
1239
1259
|
| contentStyle |
|
|
@@ -1258,7 +1278,7 @@ boolean
|
|
|
1258
1278
|
|
|
1259
1279
|
Sets the display mode of popover.
|
|
1260
1280
|
|
|
1261
|
-
|
|
1281
|
+
union
|
|
1262
1282
|
|
|
1263
1283
|
|
|
1264
1284
|
|
|
@@ -1266,7 +1286,11 @@ DisplayModes
|
|
|
1266
1286
|
|
|
1267
1287
|
'overlay'
|
|
1268
1288
|
|
|
1269
|
-
|
|
|
1289
|
+
|
|
|
1290
|
+
|
|
1291
|
+
displayModeinlineoverlay
|
|
1292
|
+
|
|
1293
|
+
|
|
|
1270
1294
|
| fluid |
|
|
1271
1295
|
|
|
1272
1296
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -1328,7 +1352,7 @@ boolean
|
|
|
1328
1352
|
|
|
1329
1353
|
Describes the type of content contained in the popover.
|
|
1330
1354
|
|
|
1331
|
-
|
|
1355
|
+
FloatingPopoverHookReturn\['type'\]
|
|
1332
1356
|
|
|
1333
1357
|
| \- | Set object |
|
|
1334
1358
|
| virtualFocus |
|
|
@@ -1409,7 +1433,7 @@ ReactNode
|
|
|
1409
1433
|
|
|
1410
1434
|
|
|
1411
1435
|
|
|
1412
|
-
| \- |
|
|
1436
|
+
| \- | childrenChoose option...nonehellobasicdetailsparagraphmenu |
|
|
1413
1437
|
| container |
|
|
1414
1438
|
|
|
1415
1439
|
The container element to render the popover into. By default, the popover will render where its parent is rendered.
|
|
@@ -1427,7 +1451,7 @@ Class name of the popover content.
|
|
|
1427
1451
|
|
|
1428
1452
|
string
|
|
1429
1453
|
|
|
1430
|
-
<table class="css-
|
|
1454
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
1431
1455
|
|
|
1432
1456
|
| \- | Set string |
|
|
1433
1457
|
| contentStyle |
|
|
@@ -1452,7 +1476,7 @@ boolean
|
|
|
1452
1476
|
|
|
1453
1477
|
Sets the display mode of popover.
|
|
1454
1478
|
|
|
1455
|
-
|
|
1479
|
+
union
|
|
1456
1480
|
|
|
1457
1481
|
|
|
1458
1482
|
|
|
@@ -1460,7 +1484,11 @@ DisplayModes
|
|
|
1460
1484
|
|
|
1461
1485
|
'overlay'
|
|
1462
1486
|
|
|
1463
|
-
|
|
|
1487
|
+
|
|
|
1488
|
+
|
|
1489
|
+
displayModeinlineoverlay
|
|
1490
|
+
|
|
1491
|
+
|
|
|
1464
1492
|
| fluid |
|
|
1465
1493
|
|
|
1466
1494
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -1522,7 +1550,7 @@ boolean
|
|
|
1522
1550
|
|
|
1523
1551
|
Describes the type of content contained in the popover.
|
|
1524
1552
|
|
|
1525
|
-
|
|
1553
|
+
FloatingPopoverHookReturn\['type'\]
|
|
1526
1554
|
|
|
1527
1555
|
| \- | Set object |
|
|
1528
1556
|
| virtualFocus |
|
|
@@ -1601,7 +1629,7 @@ string
|
|
|
1601
1629
|
|
|
1602
1630
|
|
|
1603
1631
|
|
|
1604
|
-
| \- |
|
|
1632
|
+
| \- | childrenChoose option...nonebasicmenu |
|
|
1605
1633
|
| container |
|
|
1606
1634
|
|
|
1607
1635
|
object
|
|
@@ -199,7 +199,7 @@ Class name of the popover content.
|
|
|
199
199
|
|
|
200
200
|
string
|
|
201
201
|
|
|
202
|
-
<table class="css-
|
|
202
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
203
203
|
|
|
204
204
|
| \- | Set string |
|
|
205
205
|
| contentStyle |
|
|
@@ -224,7 +224,7 @@ boolean
|
|
|
224
224
|
|
|
225
225
|
Sets the display mode of popover.
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
union
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
|
|
@@ -232,7 +232,11 @@ DisplayModes
|
|
|
232
232
|
|
|
233
233
|
'overlay'
|
|
234
234
|
|
|
235
|
-
|
|
|
235
|
+
|
|
|
236
|
+
|
|
237
|
+
displayModeinlineoverlay
|
|
238
|
+
|
|
239
|
+
|
|
|
236
240
|
| fluid |
|
|
237
241
|
|
|
238
242
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -266,7 +270,7 @@ string
|
|
|
266
270
|
|
|
267
271
|
|
|
268
272
|
|
|
269
|
-
| \- |
|
|
273
|
+
| \- | menuChildrenChoose option...nonebasiccomplexnavigationheadingsdividersslotsextraInformationselectable |
|
|
270
274
|
| onActivated |
|
|
271
275
|
|
|
272
276
|
Is called when popover is activated.
|
|
@@ -306,7 +310,7 @@ boolean
|
|
|
306
310
|
|
|
307
311
|
Describes the type of content contained in the popover.
|
|
308
312
|
|
|
309
|
-
|
|
313
|
+
FloatingPopoverHookReturn\['type'\]
|
|
310
314
|
|
|
311
315
|
| \- | \- |
|
|
312
316
|
| virtualFocus |
|
|
@@ -425,7 +429,7 @@ Class name of the popover content.
|
|
|
425
429
|
|
|
426
430
|
string
|
|
427
431
|
|
|
428
|
-
<table class="css-
|
|
432
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `contentStyle` instead.</td></tr></tbody></table>
|
|
429
433
|
|
|
430
434
|
| \- | Set string |
|
|
431
435
|
| contentStyle |
|
|
@@ -450,7 +454,7 @@ boolean
|
|
|
450
454
|
|
|
451
455
|
Sets the display mode of popover.
|
|
452
456
|
|
|
453
|
-
|
|
457
|
+
union
|
|
454
458
|
|
|
455
459
|
|
|
456
460
|
|
|
@@ -458,7 +462,11 @@ DisplayModes
|
|
|
458
462
|
|
|
459
463
|
'overlay'
|
|
460
464
|
|
|
461
|
-
|
|
|
465
|
+
|
|
|
466
|
+
|
|
467
|
+
displayModeinlineoverlay
|
|
468
|
+
|
|
469
|
+
|
|
|
462
470
|
| fluid |
|
|
463
471
|
|
|
464
472
|
Popovers can be fluid, meaning they will take up the full width of their container.
|
|
@@ -490,7 +498,7 @@ boolean
|
|
|
490
498
|
|
|
491
499
|
\-
|
|
492
500
|
|
|
493
|
-
| \- |
|
|
501
|
+
| \- | menuChildrenChoose option...nonebasiccomplexnavigationheadingsdividersslotsextraInformationselectable |
|
|
494
502
|
| onActivated |
|
|
495
503
|
|
|
496
504
|
Is called when popover is activated.
|
|
@@ -525,7 +533,7 @@ boolean
|
|
|
525
533
|
|
|
526
534
|
Describes the type of content contained in the popover.
|
|
527
535
|
|
|
528
|
-
|
|
536
|
+
FloatingPopoverHookReturn\['type'\]
|
|
529
537
|
|
|
530
538
|
| \- | Set object |
|
|
531
539
|
| virtualFocus |
|
|
@@ -44,8 +44,6 @@ Props
|
|
|
44
44
|
|
|
45
45
|
IressRadioGroupIressRadio
|
|
46
46
|
|
|
47
|
-
Tabs
|
|
48
|
-
|
|
49
47
|
| Name | Description | Default | Control |
|
|
50
48
|
| --- | --- | --- | --- |
|
|
51
49
|
| children |
|
|
@@ -88,7 +86,7 @@ union
|
|
|
88
86
|
|
|
89
87
|
|
|
|
90
88
|
|
|
91
|
-
|
|
89
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
92
90
|
|
|
93
91
|
|
|
|
94
92
|
| name |
|
|
@@ -189,8 +187,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
189
187
|
|
|
190
188
|
IressRadioGroupIressRadio
|
|
191
189
|
|
|
192
|
-
Tabs
|
|
193
|
-
|
|
194
190
|
| Name | Description | Default | Control |
|
|
195
191
|
| --- | --- | --- | --- |
|
|
196
192
|
| children |
|
|
@@ -233,7 +229,7 @@ union
|
|
|
233
229
|
|
|
234
230
|
|
|
|
235
231
|
|
|
236
|
-
|
|
232
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
237
233
|
|
|
238
234
|
|
|
|
239
235
|
| name |
|
|
@@ -331,8 +327,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
331
327
|
|
|
332
328
|
IressRadioGroupIressRadio
|
|
333
329
|
|
|
334
|
-
Tabs
|
|
335
|
-
|
|
336
330
|
| Name | Description | Default | Control |
|
|
337
331
|
| --- | --- | --- | --- |
|
|
338
332
|
| children |
|
|
@@ -379,7 +373,7 @@ union
|
|
|
379
373
|
|
|
380
374
|
|
|
|
381
375
|
|
|
382
|
-
|
|
376
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
383
377
|
|
|
384
378
|
|
|
|
385
379
|
| name |
|
|
@@ -650,8 +644,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
650
644
|
|
|
651
645
|
IressRadioGroupIressRadio
|
|
652
646
|
|
|
653
|
-
Tabs
|
|
654
|
-
|
|
655
647
|
| Name | Description | Default | Control |
|
|
656
648
|
| --- | --- | --- | --- |
|
|
657
649
|
| children |
|
|
@@ -849,8 +841,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
849
841
|
|
|
850
842
|
IressRadioGroupIressRadio
|
|
851
843
|
|
|
852
|
-
Tabs
|
|
853
|
-
|
|
854
844
|
| Name | Description | Default | Control |
|
|
855
845
|
| --- | --- | --- | --- |
|
|
856
846
|
| children |
|
|
@@ -897,7 +887,7 @@ union
|
|
|
897
887
|
|
|
898
888
|
|
|
|
899
889
|
|
|
900
|
-
|
|
890
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
901
891
|
|
|
902
892
|
|
|
|
903
893
|
| name |
|
|
@@ -1175,8 +1165,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
1175
1165
|
|
|
1176
1166
|
IressRadioGroupIressRadio
|
|
1177
1167
|
|
|
1178
|
-
Tabs
|
|
1179
|
-
|
|
1180
1168
|
| Name | Description | Default | Control |
|
|
1181
1169
|
| --- | --- | --- | --- |
|
|
1182
1170
|
| children |
|
|
@@ -1219,7 +1207,7 @@ union
|
|
|
1219
1207
|
|
|
1220
1208
|
|
|
|
1221
1209
|
|
|
1222
|
-
|
|
1210
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
1223
1211
|
|
|
1224
1212
|
|
|
|
1225
1213
|
| name |
|
|
@@ -1314,8 +1302,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
1314
1302
|
|
|
1315
1303
|
IressRadioGroupIressRadio
|
|
1316
1304
|
|
|
1317
|
-
Tabs
|
|
1318
|
-
|
|
1319
1305
|
| Name | Description | Default | Control |
|
|
1320
1306
|
| --- | --- | --- | --- |
|
|
1321
1307
|
| children |
|
|
@@ -1362,7 +1348,7 @@ union
|
|
|
1362
1348
|
|
|
1363
1349
|
|
|
|
1364
1350
|
|
|
1365
|
-
|
|
1351
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
1366
1352
|
|
|
1367
1353
|
|
|
|
1368
1354
|
| name |
|
|
@@ -1461,8 +1447,6 @@ Hide codedrawOpen in CodeSandbox
|
|
|
1461
1447
|
|
|
1462
1448
|
IressRadioGroupIressRadio
|
|
1463
1449
|
|
|
1464
|
-
Tabs
|
|
1465
|
-
|
|
1466
1450
|
| Name | Description | Default | Control |
|
|
1467
1451
|
| --- | --- | --- | --- |
|
|
1468
1452
|
| children |
|
|
@@ -1509,7 +1493,7 @@ union
|
|
|
1509
1493
|
|
|
1510
1494
|
|
|
|
1511
1495
|
|
|
1512
|
-
|
|
1496
|
+
layoutstackblockinlineinlineFlexinlineEqualWidth
|
|
1513
1497
|
|
|
1514
1498
|
|
|
|
1515
1499
|
| name |
|