@patternfly/patternfly 6.4.0-prerelease.1 → 6.4.0-prerelease.3
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/docs/components/Alert/examples/Alert.md +2 -0
- package/docs/components/Button/examples/Button.md +2 -0
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +3 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +1 -0
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +3 -0
- package/docs/components/Form/examples/Form.md +3 -0
- package/docs/components/JumpLinks/examples/JumpLinks.md +20 -4
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +6 -1
- package/docs/components/Table/examples/Table.md +74 -0
- package/docs/components/Tabs/examples/Tabs.md +4 -4
- package/docs/demos/Card/examples/Card.md +3 -0
- package/docs/demos/Drawer/examples/Drawer.md +2 -0
- package/docs/demos/Form/examples/BasicForms.md +7 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +5 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1 -0
- package/docs/demos/Table/examples/Table.md +5 -0
- package/package.json +1 -4
|
@@ -446,6 +446,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
446
446
|
class="pf-v6-c-button pf-m-plain"
|
|
447
447
|
id="alert-expandable-example-1-toggle"
|
|
448
448
|
type="button"
|
|
449
|
+
aria-expanded="false"
|
|
449
450
|
aria-labelledby="alert-expandable-example-1-title alert-expandable-example-1-toggle"
|
|
450
451
|
aria-label="Details"
|
|
451
452
|
>
|
|
@@ -547,6 +548,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
547
548
|
class="pf-v6-c-button pf-m-plain"
|
|
548
549
|
id="alert-expandable-example-3-toggle"
|
|
549
550
|
type="button"
|
|
551
|
+
aria-expanded="false"
|
|
550
552
|
aria-labelledby="alert-expandable-example-3-title alert-expandable-example-3-toggle"
|
|
551
553
|
aria-label="Details"
|
|
552
554
|
>
|
|
@@ -2116,6 +2116,7 @@ A favorite button should use a plain button with the star icon. Applying `.pf-m-
|
|
|
2116
2116
|
<button
|
|
2117
2117
|
class="pf-v6-c-button pf-m-hamburger pf-m-plain"
|
|
2118
2118
|
type="button"
|
|
2119
|
+
aria-expanded="false"
|
|
2119
2120
|
aria-label="Hamburger"
|
|
2120
2121
|
>
|
|
2121
2122
|
<span class="pf-v6-c-button__icon">
|
|
@@ -2135,6 +2136,7 @@ A favorite button should use a plain button with the star icon. Applying `.pf-m-
|
|
|
2135
2136
|
<button
|
|
2136
2137
|
class="pf-v6-c-button pf-m-expand pf-m-hamburger pf-m-plain"
|
|
2137
2138
|
type="button"
|
|
2139
|
+
aria-expanded="false"
|
|
2138
2140
|
aria-label="Hamburger"
|
|
2139
2141
|
>
|
|
2140
2142
|
<span class="pf-v6-c-button__icon">
|
|
@@ -65,6 +65,7 @@ cssPrefix: pf-v6-c-clipboard-copy
|
|
|
65
65
|
<button
|
|
66
66
|
class="pf-v6-c-button pf-m-control"
|
|
67
67
|
type="button"
|
|
68
|
+
aria-expanded="false"
|
|
68
69
|
id="expandable-not-expanded-editable-toggle"
|
|
69
70
|
aria-label="Toggle unexpanded editable example"
|
|
70
71
|
aria-controls="expandable-not-expanded-editable-content"
|
|
@@ -150,6 +151,7 @@ cssPrefix: pf-v6-c-clipboard-copy
|
|
|
150
151
|
<button
|
|
151
152
|
class="pf-v6-c-button pf-m-control"
|
|
152
153
|
type="button"
|
|
154
|
+
aria-expanded="false"
|
|
153
155
|
id="expandable-not-expanded-readonly-toggle"
|
|
154
156
|
aria-label="Toggle read-only unexpanded example"
|
|
155
157
|
aria-controls="expandable-not-expanded-readonly-content"
|
|
@@ -235,6 +237,7 @@ cssPrefix: pf-v6-c-clipboard-copy
|
|
|
235
237
|
<button
|
|
236
238
|
class="pf-v6-c-button pf-m-control"
|
|
237
239
|
type="button"
|
|
240
|
+
aria-expanded="false"
|
|
238
241
|
id="expandable-not-expanded-code-toggle"
|
|
239
242
|
aria-label="Toggle code unexpanded example"
|
|
240
243
|
aria-controls="expandable-not-expanded-code-content"
|
|
@@ -13,6 +13,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
13
13
|
class="pf-v6-c-button pf-m-link"
|
|
14
14
|
id="hidden-toggle"
|
|
15
15
|
type="button"
|
|
16
|
+
aria-expanded="false"
|
|
16
17
|
aria-controls="hidden-content"
|
|
17
18
|
>
|
|
18
19
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
@@ -103,6 +104,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
103
104
|
class="pf-v6-c-button pf-m-link"
|
|
104
105
|
id="disclosure-variation-hidden-toggle"
|
|
105
106
|
type="button"
|
|
107
|
+
aria-expanded="false"
|
|
106
108
|
aria-controls="disclosure-variation-hidden-content"
|
|
107
109
|
>
|
|
108
110
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
@@ -252,6 +254,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
252
254
|
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
253
255
|
id="truncated-expansion-hidden-toggle"
|
|
254
256
|
type="button"
|
|
257
|
+
aria-expanded="false"
|
|
255
258
|
aria-controls="truncated-expansion-hidden-content"
|
|
256
259
|
>
|
|
257
260
|
<span class="pf-v6-c-button__text">Show more truncated content</span>
|
|
@@ -974,6 +974,7 @@ cssPrefix: pf-v6-c-form
|
|
|
974
974
|
class="pf-v6-c-button pf-m-plain"
|
|
975
975
|
id="form-expandable-field-groups-nested-field-group-2-toggle"
|
|
976
976
|
type="button"
|
|
977
|
+
aria-expanded="false"
|
|
977
978
|
aria-labelledby="form-expandable-field-groups-nested-field-group-2-title form-expandable-field-groups-nested-field-group-2-toggle"
|
|
978
979
|
aria-label="Details"
|
|
979
980
|
>
|
|
@@ -1105,6 +1106,7 @@ cssPrefix: pf-v6-c-form
|
|
|
1105
1106
|
class="pf-v6-c-button pf-m-plain"
|
|
1106
1107
|
id="form-expandable-field-groups-nested-field-group-3-toggle"
|
|
1107
1108
|
type="button"
|
|
1109
|
+
aria-expanded="false"
|
|
1108
1110
|
aria-labelledby="form-expandable-field-groups-nested-field-group-3-title form-expandable-field-groups-nested-field-group-3-toggle"
|
|
1109
1111
|
aria-label="Details"
|
|
1110
1112
|
>
|
|
@@ -1279,6 +1281,7 @@ cssPrefix: pf-v6-c-form
|
|
|
1279
1281
|
class="pf-v6-c-button pf-m-plain"
|
|
1280
1282
|
id="form-expandable-field-groups-field-group-2-toggle"
|
|
1281
1283
|
type="button"
|
|
1284
|
+
aria-expanded="false"
|
|
1282
1285
|
aria-labelledby="form-expandable-field-groups-field-group-2-title form-expandable-field-groups-field-group-2-toggle"
|
|
1283
1286
|
aria-label="Details"
|
|
1284
1287
|
>
|
|
@@ -518,7 +518,11 @@ cssPrefix: pf-v6-c-jump-links
|
|
|
518
518
|
>
|
|
519
519
|
<div class="pf-v6-c-jump-links__header" id="expandable-header-header">
|
|
520
520
|
<div class="pf-v6-c-jump-links__toggle">
|
|
521
|
-
<button
|
|
521
|
+
<button
|
|
522
|
+
class="pf-v6-c-button pf-m-plain"
|
|
523
|
+
type="button"
|
|
524
|
+
aria-expanded="false"
|
|
525
|
+
>
|
|
522
526
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
523
527
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
524
528
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -593,7 +597,11 @@ cssPrefix: pf-v6-c-jump-links
|
|
|
593
597
|
>
|
|
594
598
|
<div class="pf-v6-c-jump-links__header" id="expanded-header">
|
|
595
599
|
<div class="pf-v6-c-jump-links__toggle">
|
|
596
|
-
<button
|
|
600
|
+
<button
|
|
601
|
+
class="pf-v6-c-button pf-m-plain"
|
|
602
|
+
type="button"
|
|
603
|
+
aria-expanded="true"
|
|
604
|
+
>
|
|
597
605
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
598
606
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
599
607
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -668,7 +676,11 @@ cssPrefix: pf-v6-c-jump-links
|
|
|
668
676
|
>
|
|
669
677
|
<div class="pf-v6-c-jump-links__header" id="expandable-responsive-header">
|
|
670
678
|
<div class="pf-v6-c-jump-links__toggle">
|
|
671
|
-
<button
|
|
679
|
+
<button
|
|
680
|
+
class="pf-v6-c-button pf-m-plain"
|
|
681
|
+
type="button"
|
|
682
|
+
aria-expanded="false"
|
|
683
|
+
>
|
|
672
684
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
673
685
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
674
686
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -747,7 +759,11 @@ cssPrefix: pf-v6-c-jump-links
|
|
|
747
759
|
>
|
|
748
760
|
<div class="pf-v6-c-jump-links__header">
|
|
749
761
|
<div class="pf-v6-c-jump-links__toggle">
|
|
750
|
-
<button
|
|
762
|
+
<button
|
|
763
|
+
class="pf-v6-c-button pf-m-plain"
|
|
764
|
+
type="button"
|
|
765
|
+
aria-expanded="false"
|
|
766
|
+
>
|
|
751
767
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
752
768
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
753
769
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -139,7 +139,12 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
139
139
|
<div class="pf-v6-c-multiple-file-upload__status">
|
|
140
140
|
<div class="pf-v6-c-expandable-section">
|
|
141
141
|
<div class="pf-v6-c-expandable-section__toggle">
|
|
142
|
-
<button
|
|
142
|
+
<button
|
|
143
|
+
class="pf-v6-c-button pf-m-link"
|
|
144
|
+
id="-toggle"
|
|
145
|
+
type="button"
|
|
146
|
+
aria-expanded="false"
|
|
147
|
+
>
|
|
143
148
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
144
149
|
<span class="pf-v6-c-expandable-section__toggle-icon">
|
|
145
150
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -1324,6 +1324,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1324
1324
|
class="pf-v6-c-button pf-m-plain"
|
|
1325
1325
|
id="table-expandable-expandable-toggle-thead"
|
|
1326
1326
|
type="button"
|
|
1327
|
+
aria-expanded="false"
|
|
1327
1328
|
aria-controls="table-expandable-content-1 table-expandable-content-2 table-expandable-content-3 table-expandable-content-4"
|
|
1328
1329
|
aria-labelledby="table-expandable-node-thead"
|
|
1329
1330
|
aria-label="Toggle all rows"
|
|
@@ -1529,6 +1530,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1529
1530
|
class="pf-v6-c-button pf-m-plain"
|
|
1530
1531
|
id="table-expandable-expandable-toggle-2"
|
|
1531
1532
|
type="button"
|
|
1533
|
+
aria-expanded="false"
|
|
1532
1534
|
aria-controls="table-expandable-content-2"
|
|
1533
1535
|
aria-labelledby="table-expandable-node-2"
|
|
1534
1536
|
aria-label="Toggle row"
|
|
@@ -1793,6 +1795,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1793
1795
|
class="pf-v6-c-button pf-m-plain"
|
|
1794
1796
|
id="table-animated-expandable-expandable-toggle-thead"
|
|
1795
1797
|
type="button"
|
|
1798
|
+
aria-expanded="false"
|
|
1796
1799
|
aria-controls="table-animated-expandable-content-1 table-animated-expandable-content-2 table-animated-expandable-content-3 table-animated-expandable-content-4"
|
|
1797
1800
|
aria-labelledby="table-animated-expandable-node-thead"
|
|
1798
1801
|
aria-label="Toggle all rows"
|
|
@@ -1997,6 +2000,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1997
2000
|
class="pf-v6-c-button pf-m-plain"
|
|
1998
2001
|
id="table-animated-expandable-expandable-toggle-2"
|
|
1999
2002
|
type="button"
|
|
2003
|
+
aria-expanded="false"
|
|
2000
2004
|
aria-controls="table-animated-expandable-content-2"
|
|
2001
2005
|
aria-labelledby="table-animated-expandable-node-2"
|
|
2002
2006
|
aria-label="Toggle row"
|
|
@@ -2735,6 +2739,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2735
2739
|
class="pf-v6-c-button pf-m-plain"
|
|
2736
2740
|
id="table-expandable-nested-table-expandable-toggle-thead"
|
|
2737
2741
|
type="button"
|
|
2742
|
+
aria-expanded="false"
|
|
2738
2743
|
aria-controls="table-expandable-nested-table-content-1 table-expandable-nested-table-content-2 table-expandable-nested-table-content-3 table-expandable-nested-table-content-4"
|
|
2739
2744
|
aria-labelledby="table-expandable-nested-table-node-thead"
|
|
2740
2745
|
aria-label="Toggle all rows"
|
|
@@ -3081,6 +3086,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3081
3086
|
class="pf-v6-c-button pf-m-plain"
|
|
3082
3087
|
id="table-expandable-nested-table-expandable-toggle-2"
|
|
3083
3088
|
type="button"
|
|
3089
|
+
aria-expanded="false"
|
|
3084
3090
|
aria-controls="table-expandable-nested-table-content-2"
|
|
3085
3091
|
aria-labelledby="table-expandable-nested-table-node-2"
|
|
3086
3092
|
aria-label="Toggle row"
|
|
@@ -8558,6 +8564,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8558
8564
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
8559
8565
|
id="table-compact-expandable-expandable-toggle-thead"
|
|
8560
8566
|
type="button"
|
|
8567
|
+
aria-expanded="false"
|
|
8561
8568
|
aria-controls="table-compact-expandable-content-1 table-compact-expandable-content-2 table-compact-expandable-content-3 table-compact-expandable-content-4"
|
|
8562
8569
|
aria-labelledby="table-compact-expandable-node-thead"
|
|
8563
8570
|
aria-label="Toggle all rows"
|
|
@@ -8740,6 +8747,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8740
8747
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
8741
8748
|
id="table-compact-expandable-expandable-toggle-2"
|
|
8742
8749
|
type="button"
|
|
8750
|
+
aria-expanded="false"
|
|
8743
8751
|
aria-controls="table-compact-expandable-content-2"
|
|
8744
8752
|
aria-labelledby="table-compact-expandable-node-2"
|
|
8745
8753
|
aria-label="Toggle row"
|
|
@@ -9023,6 +9031,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9023
9031
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
9024
9032
|
id="table-compact-expandable-expandable-toggle-5"
|
|
9025
9033
|
type="button"
|
|
9034
|
+
aria-expanded="false"
|
|
9026
9035
|
aria-controls="table-compact-expandable-content-5"
|
|
9027
9036
|
aria-labelledby="table-compact-expandable-node-5"
|
|
9028
9037
|
aria-label="Toggle row"
|
|
@@ -9224,6 +9233,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9224
9233
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
9225
9234
|
id="table-compact-expandable-expandable-toggle-7"
|
|
9226
9235
|
type="button"
|
|
9236
|
+
aria-expanded="false"
|
|
9227
9237
|
aria-controls="table-compact-expandable-content-7"
|
|
9228
9238
|
aria-labelledby="table-compact-expandable-node-7"
|
|
9229
9239
|
aria-label="Toggle row"
|
|
@@ -9413,6 +9423,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9413
9423
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
9414
9424
|
id="table-compact-expandable-expandable-toggle-9"
|
|
9415
9425
|
type="button"
|
|
9426
|
+
aria-expanded="false"
|
|
9416
9427
|
aria-controls="table-compact-expandable-content-9"
|
|
9417
9428
|
aria-labelledby="table-compact-expandable-node-9"
|
|
9418
9429
|
aria-label="Toggle row"
|
|
@@ -9812,6 +9823,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9812
9823
|
class="pf-v6-c-button pf-m-plain"
|
|
9813
9824
|
id="table-expandable-clickable-expandable-toggle-1"
|
|
9814
9825
|
type="button"
|
|
9826
|
+
aria-expanded="false"
|
|
9815
9827
|
aria-controls="table-expandable-clickable-content-1"
|
|
9816
9828
|
aria-labelledby="table-expandable-clickable-node-1"
|
|
9817
9829
|
aria-label="Toggle row"
|
|
@@ -10009,6 +10021,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10009
10021
|
class="pf-v6-c-button pf-m-plain"
|
|
10010
10022
|
id="table-expandable-clickable-expandable-toggle-3"
|
|
10011
10023
|
type="button"
|
|
10024
|
+
aria-expanded="false"
|
|
10012
10025
|
aria-controls="table-expandable-clickable-content-3"
|
|
10013
10026
|
aria-labelledby="table-expandable-clickable-node-3"
|
|
10014
10027
|
aria-label="Toggle row"
|
|
@@ -10279,6 +10292,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10279
10292
|
<button
|
|
10280
10293
|
class="pf-v6-c-button pf-m-plain"
|
|
10281
10294
|
type="button"
|
|
10295
|
+
aria-expanded="false"
|
|
10282
10296
|
aria-label="tree-table-basic-example-1--tree-table--details-toggle"
|
|
10283
10297
|
>
|
|
10284
10298
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10333,6 +10347,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10333
10347
|
class="pf-v6-c-button pf-m-plain"
|
|
10334
10348
|
id="tree-table-basic-example-expandable-toggle-2"
|
|
10335
10349
|
type="button"
|
|
10350
|
+
aria-expanded="false"
|
|
10336
10351
|
aria-labelledby="tree-table-basic-example-node-2 tree-table-basic-example-expandable-toggle-2"
|
|
10337
10352
|
aria-label="Toggle row"
|
|
10338
10353
|
>
|
|
@@ -10413,6 +10428,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10413
10428
|
<button
|
|
10414
10429
|
class="pf-v6-c-button pf-m-plain"
|
|
10415
10430
|
type="button"
|
|
10431
|
+
aria-expanded="false"
|
|
10416
10432
|
aria-label="tree-table-basic-example-3--tree-table--details-toggle"
|
|
10417
10433
|
>
|
|
10418
10434
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10471,6 +10487,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10471
10487
|
<button
|
|
10472
10488
|
class="pf-v6-c-button pf-m-plain"
|
|
10473
10489
|
type="button"
|
|
10490
|
+
aria-expanded="false"
|
|
10474
10491
|
aria-label="tree-table-basic-example-4--tree-table--details-toggle"
|
|
10475
10492
|
>
|
|
10476
10493
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10529,6 +10546,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10529
10546
|
<button
|
|
10530
10547
|
class="pf-v6-c-button pf-m-plain"
|
|
10531
10548
|
type="button"
|
|
10549
|
+
aria-expanded="false"
|
|
10532
10550
|
aria-label="tree-table-basic-example-5--tree-table--details-toggle"
|
|
10533
10551
|
>
|
|
10534
10552
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10586,6 +10604,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10586
10604
|
<button
|
|
10587
10605
|
class="pf-v6-c-button pf-m-plain"
|
|
10588
10606
|
type="button"
|
|
10607
|
+
aria-expanded="false"
|
|
10589
10608
|
aria-label="tree-table-basic-example-6--tree-table--details-toggle"
|
|
10590
10609
|
>
|
|
10591
10610
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10662,6 +10681,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10662
10681
|
<button
|
|
10663
10682
|
class="pf-v6-c-button pf-m-plain"
|
|
10664
10683
|
type="button"
|
|
10684
|
+
aria-expanded="false"
|
|
10665
10685
|
aria-label="tree-table-basic-example-7--tree-table--details-toggle"
|
|
10666
10686
|
>
|
|
10667
10687
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10719,6 +10739,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10719
10739
|
<button
|
|
10720
10740
|
class="pf-v6-c-button pf-m-plain"
|
|
10721
10741
|
type="button"
|
|
10742
|
+
aria-expanded="false"
|
|
10722
10743
|
aria-label="tree-table-basic-example-8--tree-table--details-toggle"
|
|
10723
10744
|
>
|
|
10724
10745
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10794,6 +10815,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10794
10815
|
<button
|
|
10795
10816
|
class="pf-v6-c-button pf-m-plain"
|
|
10796
10817
|
type="button"
|
|
10818
|
+
aria-expanded="false"
|
|
10797
10819
|
aria-label="tree-table-basic-example-9--tree-table--details-toggle"
|
|
10798
10820
|
>
|
|
10799
10821
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10909,6 +10931,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10909
10931
|
<button
|
|
10910
10932
|
class="pf-v6-c-button pf-m-plain"
|
|
10911
10933
|
type="button"
|
|
10934
|
+
aria-expanded="false"
|
|
10912
10935
|
aria-label="tree-table-basic-example-11--tree-table--details-toggle"
|
|
10913
10936
|
>
|
|
10914
10937
|
<span class="pf-v6-c-button__icon">
|
|
@@ -10985,6 +11008,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10985
11008
|
<button
|
|
10986
11009
|
class="pf-v6-c-button pf-m-plain"
|
|
10987
11010
|
type="button"
|
|
11011
|
+
aria-expanded="false"
|
|
10988
11012
|
aria-label="tree-table-basic-example-12--tree-table--details-toggle"
|
|
10989
11013
|
>
|
|
10990
11014
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11042,6 +11066,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11042
11066
|
<button
|
|
11043
11067
|
class="pf-v6-c-button pf-m-plain"
|
|
11044
11068
|
type="button"
|
|
11069
|
+
aria-expanded="false"
|
|
11045
11070
|
aria-label="tree-table-basic-example-13--tree-table--details-toggle"
|
|
11046
11071
|
>
|
|
11047
11072
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11099,6 +11124,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11099
11124
|
<button
|
|
11100
11125
|
class="pf-v6-c-button pf-m-plain"
|
|
11101
11126
|
type="button"
|
|
11127
|
+
aria-expanded="false"
|
|
11102
11128
|
aria-label="tree-table-basic-example-14--tree-table--details-toggle"
|
|
11103
11129
|
>
|
|
11104
11130
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11153,6 +11179,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11153
11179
|
class="pf-v6-c-button pf-m-plain"
|
|
11154
11180
|
id="tree-table-basic-example-expandable-toggle-15"
|
|
11155
11181
|
type="button"
|
|
11182
|
+
aria-expanded="false"
|
|
11156
11183
|
aria-labelledby="tree-table-basic-example-node-15 tree-table-basic-example-expandable-toggle-15"
|
|
11157
11184
|
aria-label="Toggle row"
|
|
11158
11185
|
>
|
|
@@ -11174,6 +11201,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11174
11201
|
<button
|
|
11175
11202
|
class="pf-v6-c-button pf-m-plain"
|
|
11176
11203
|
type="button"
|
|
11204
|
+
aria-expanded="false"
|
|
11177
11205
|
aria-label="tree-table-basic-example-15--tree-table--details-toggle"
|
|
11178
11206
|
>
|
|
11179
11207
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11232,6 +11260,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11232
11260
|
<button
|
|
11233
11261
|
class="pf-v6-c-button pf-m-plain"
|
|
11234
11262
|
type="button"
|
|
11263
|
+
aria-expanded="false"
|
|
11235
11264
|
aria-label="tree-table-basic-example-16--tree-table--details-toggle"
|
|
11236
11265
|
>
|
|
11237
11266
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11290,6 +11319,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11290
11319
|
<button
|
|
11291
11320
|
class="pf-v6-c-button pf-m-plain"
|
|
11292
11321
|
type="button"
|
|
11322
|
+
aria-expanded="false"
|
|
11293
11323
|
aria-label="tree-table-basic-example-17--tree-table--details-toggle"
|
|
11294
11324
|
>
|
|
11295
11325
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11417,6 +11447,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11417
11447
|
<button
|
|
11418
11448
|
class="pf-v6-c-button pf-m-plain"
|
|
11419
11449
|
type="button"
|
|
11450
|
+
aria-expanded="false"
|
|
11420
11451
|
aria-label="tree-table-with-checkboxes-example-1--tree-table--details-toggle"
|
|
11421
11452
|
>
|
|
11422
11453
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11471,6 +11502,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11471
11502
|
class="pf-v6-c-button pf-m-plain"
|
|
11472
11503
|
id="tree-table-with-checkboxes-example-expandable-toggle-2"
|
|
11473
11504
|
type="button"
|
|
11505
|
+
aria-expanded="false"
|
|
11474
11506
|
aria-labelledby="tree-table-with-checkboxes-example-node-2 tree-table-with-checkboxes-example-expandable-toggle-2"
|
|
11475
11507
|
aria-label="Toggle row"
|
|
11476
11508
|
>
|
|
@@ -11580,6 +11612,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11580
11612
|
<button
|
|
11581
11613
|
class="pf-v6-c-button pf-m-plain"
|
|
11582
11614
|
type="button"
|
|
11615
|
+
aria-expanded="false"
|
|
11583
11616
|
aria-label="tree-table-with-checkboxes-example-3--tree-table--details-toggle"
|
|
11584
11617
|
>
|
|
11585
11618
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11653,6 +11686,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11653
11686
|
<button
|
|
11654
11687
|
class="pf-v6-c-button pf-m-plain"
|
|
11655
11688
|
type="button"
|
|
11689
|
+
aria-expanded="false"
|
|
11656
11690
|
aria-label="tree-table-with-checkboxes-example-4--tree-table--details-toggle"
|
|
11657
11691
|
>
|
|
11658
11692
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11726,6 +11760,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11726
11760
|
<button
|
|
11727
11761
|
class="pf-v6-c-button pf-m-plain"
|
|
11728
11762
|
type="button"
|
|
11763
|
+
aria-expanded="false"
|
|
11729
11764
|
aria-label="tree-table-with-checkboxes-example-5--tree-table--details-toggle"
|
|
11730
11765
|
>
|
|
11731
11766
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11798,6 +11833,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11798
11833
|
<button
|
|
11799
11834
|
class="pf-v6-c-button pf-m-plain"
|
|
11800
11835
|
type="button"
|
|
11836
|
+
aria-expanded="false"
|
|
11801
11837
|
aria-label="tree-table-with-checkboxes-example-6--tree-table--details-toggle"
|
|
11802
11838
|
>
|
|
11803
11839
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11888,6 +11924,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11888
11924
|
<button
|
|
11889
11925
|
class="pf-v6-c-button pf-m-plain"
|
|
11890
11926
|
type="button"
|
|
11927
|
+
aria-expanded="false"
|
|
11891
11928
|
aria-label="tree-table-with-checkboxes-example-7--tree-table--details-toggle"
|
|
11892
11929
|
>
|
|
11893
11930
|
<span class="pf-v6-c-button__icon">
|
|
@@ -11960,6 +11997,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11960
11997
|
<button
|
|
11961
11998
|
class="pf-v6-c-button pf-m-plain"
|
|
11962
11999
|
type="button"
|
|
12000
|
+
aria-expanded="false"
|
|
11963
12001
|
aria-label="tree-table-with-checkboxes-example-8--tree-table--details-toggle"
|
|
11964
12002
|
>
|
|
11965
12003
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12049,6 +12087,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12049
12087
|
<button
|
|
12050
12088
|
class="pf-v6-c-button pf-m-plain"
|
|
12051
12089
|
type="button"
|
|
12090
|
+
aria-expanded="false"
|
|
12052
12091
|
aria-label="tree-table-with-checkboxes-example-9--tree-table--details-toggle"
|
|
12053
12092
|
>
|
|
12054
12093
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12194,6 +12233,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12194
12233
|
<button
|
|
12195
12234
|
class="pf-v6-c-button pf-m-plain"
|
|
12196
12235
|
type="button"
|
|
12236
|
+
aria-expanded="false"
|
|
12197
12237
|
aria-label="tree-table-with-checkboxes-example-11--tree-table--details-toggle"
|
|
12198
12238
|
>
|
|
12199
12239
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12284,6 +12324,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12284
12324
|
<button
|
|
12285
12325
|
class="pf-v6-c-button pf-m-plain"
|
|
12286
12326
|
type="button"
|
|
12327
|
+
aria-expanded="false"
|
|
12287
12328
|
aria-label="tree-table-with-checkboxes-example-12--tree-table--details-toggle"
|
|
12288
12329
|
>
|
|
12289
12330
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12356,6 +12397,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12356
12397
|
<button
|
|
12357
12398
|
class="pf-v6-c-button pf-m-plain"
|
|
12358
12399
|
type="button"
|
|
12400
|
+
aria-expanded="false"
|
|
12359
12401
|
aria-label="tree-table-with-checkboxes-example-13--tree-table--details-toggle"
|
|
12360
12402
|
>
|
|
12361
12403
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12428,6 +12470,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12428
12470
|
<button
|
|
12429
12471
|
class="pf-v6-c-button pf-m-plain"
|
|
12430
12472
|
type="button"
|
|
12473
|
+
aria-expanded="false"
|
|
12431
12474
|
aria-label="tree-table-with-checkboxes-example-14--tree-table--details-toggle"
|
|
12432
12475
|
>
|
|
12433
12476
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12482,6 +12525,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12482
12525
|
class="pf-v6-c-button pf-m-plain"
|
|
12483
12526
|
id="tree-table-with-checkboxes-example-expandable-toggle-15"
|
|
12484
12527
|
type="button"
|
|
12528
|
+
aria-expanded="false"
|
|
12485
12529
|
aria-labelledby="tree-table-with-checkboxes-example-node-15 tree-table-with-checkboxes-example-expandable-toggle-15"
|
|
12486
12530
|
aria-label="Toggle row"
|
|
12487
12531
|
>
|
|
@@ -12517,6 +12561,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12517
12561
|
<button
|
|
12518
12562
|
class="pf-v6-c-button pf-m-plain"
|
|
12519
12563
|
type="button"
|
|
12564
|
+
aria-expanded="false"
|
|
12520
12565
|
aria-label="tree-table-with-checkboxes-example-15--tree-table--details-toggle"
|
|
12521
12566
|
>
|
|
12522
12567
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12590,6 +12635,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12590
12635
|
<button
|
|
12591
12636
|
class="pf-v6-c-button pf-m-plain"
|
|
12592
12637
|
type="button"
|
|
12638
|
+
aria-expanded="false"
|
|
12593
12639
|
aria-label="tree-table-with-checkboxes-example-16--tree-table--details-toggle"
|
|
12594
12640
|
>
|
|
12595
12641
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12663,6 +12709,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12663
12709
|
<button
|
|
12664
12710
|
class="pf-v6-c-button pf-m-plain"
|
|
12665
12711
|
type="button"
|
|
12712
|
+
aria-expanded="false"
|
|
12666
12713
|
aria-label="tree-table-with-checkboxes-example-17--tree-table--details-toggle"
|
|
12667
12714
|
>
|
|
12668
12715
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12792,6 +12839,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12792
12839
|
<button
|
|
12793
12840
|
class="pf-v6-c-button pf-m-plain"
|
|
12794
12841
|
type="button"
|
|
12842
|
+
aria-expanded="false"
|
|
12795
12843
|
aria-label="tree-table-with-checkboxes-icons-example-1--tree-table--details-toggle"
|
|
12796
12844
|
>
|
|
12797
12845
|
<span class="pf-v6-c-button__icon">
|
|
@@ -12846,6 +12894,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12846
12894
|
class="pf-v6-c-button pf-m-plain"
|
|
12847
12895
|
id="tree-table-with-checkboxes-icons-example-expandable-toggle-2"
|
|
12848
12896
|
type="button"
|
|
12897
|
+
aria-expanded="false"
|
|
12849
12898
|
aria-labelledby="tree-table-with-checkboxes-icons-example-node-2 tree-table-with-checkboxes-icons-example-expandable-toggle-2"
|
|
12850
12899
|
aria-label="Toggle row"
|
|
12851
12900
|
>
|
|
@@ -12961,6 +13010,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12961
13010
|
<button
|
|
12962
13011
|
class="pf-v6-c-button pf-m-plain"
|
|
12963
13012
|
type="button"
|
|
13013
|
+
aria-expanded="false"
|
|
12964
13014
|
aria-label="tree-table-with-checkboxes-icons-example-3--tree-table--details-toggle"
|
|
12965
13015
|
>
|
|
12966
13016
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13037,6 +13087,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13037
13087
|
<button
|
|
13038
13088
|
class="pf-v6-c-button pf-m-plain"
|
|
13039
13089
|
type="button"
|
|
13090
|
+
aria-expanded="false"
|
|
13040
13091
|
aria-label="tree-table-with-checkboxes-icons-example-4--tree-table--details-toggle"
|
|
13041
13092
|
>
|
|
13042
13093
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13113,6 +13164,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13113
13164
|
<button
|
|
13114
13165
|
class="pf-v6-c-button pf-m-plain"
|
|
13115
13166
|
type="button"
|
|
13167
|
+
aria-expanded="false"
|
|
13116
13168
|
aria-label="tree-table-with-checkboxes-icons-example-5--tree-table--details-toggle"
|
|
13117
13169
|
>
|
|
13118
13170
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13188,6 +13240,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13188
13240
|
<button
|
|
13189
13241
|
class="pf-v6-c-button pf-m-plain"
|
|
13190
13242
|
type="button"
|
|
13243
|
+
aria-expanded="false"
|
|
13191
13244
|
aria-label="tree-table-with-checkboxes-icons-example-6--tree-table--details-toggle"
|
|
13192
13245
|
>
|
|
13193
13246
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13281,6 +13334,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13281
13334
|
<button
|
|
13282
13335
|
class="pf-v6-c-button pf-m-plain"
|
|
13283
13336
|
type="button"
|
|
13337
|
+
aria-expanded="false"
|
|
13284
13338
|
aria-label="tree-table-with-checkboxes-icons-example-7--tree-table--details-toggle"
|
|
13285
13339
|
>
|
|
13286
13340
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13356,6 +13410,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13356
13410
|
<button
|
|
13357
13411
|
class="pf-v6-c-button pf-m-plain"
|
|
13358
13412
|
type="button"
|
|
13413
|
+
aria-expanded="false"
|
|
13359
13414
|
aria-label="tree-table-with-checkboxes-icons-example-8--tree-table--details-toggle"
|
|
13360
13415
|
>
|
|
13361
13416
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13448,6 +13503,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13448
13503
|
<button
|
|
13449
13504
|
class="pf-v6-c-button pf-m-plain"
|
|
13450
13505
|
type="button"
|
|
13506
|
+
aria-expanded="false"
|
|
13451
13507
|
aria-label="tree-table-with-checkboxes-icons-example-9--tree-table--details-toggle"
|
|
13452
13508
|
>
|
|
13453
13509
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13599,6 +13655,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13599
13655
|
<button
|
|
13600
13656
|
class="pf-v6-c-button pf-m-plain"
|
|
13601
13657
|
type="button"
|
|
13658
|
+
aria-expanded="false"
|
|
13602
13659
|
aria-label="tree-table-with-checkboxes-icons-example-11--tree-table--details-toggle"
|
|
13603
13660
|
>
|
|
13604
13661
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13692,6 +13749,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13692
13749
|
<button
|
|
13693
13750
|
class="pf-v6-c-button pf-m-plain"
|
|
13694
13751
|
type="button"
|
|
13752
|
+
aria-expanded="false"
|
|
13695
13753
|
aria-label="tree-table-with-checkboxes-icons-example-12--tree-table--details-toggle"
|
|
13696
13754
|
>
|
|
13697
13755
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13767,6 +13825,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13767
13825
|
<button
|
|
13768
13826
|
class="pf-v6-c-button pf-m-plain"
|
|
13769
13827
|
type="button"
|
|
13828
|
+
aria-expanded="false"
|
|
13770
13829
|
aria-label="tree-table-with-checkboxes-icons-example-13--tree-table--details-toggle"
|
|
13771
13830
|
>
|
|
13772
13831
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13842,6 +13901,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13842
13901
|
<button
|
|
13843
13902
|
class="pf-v6-c-button pf-m-plain"
|
|
13844
13903
|
type="button"
|
|
13904
|
+
aria-expanded="false"
|
|
13845
13905
|
aria-label="tree-table-with-checkboxes-icons-example-14--tree-table--details-toggle"
|
|
13846
13906
|
>
|
|
13847
13907
|
<span class="pf-v6-c-button__icon">
|
|
@@ -13896,6 +13956,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13896
13956
|
class="pf-v6-c-button pf-m-plain"
|
|
13897
13957
|
id="tree-table-with-checkboxes-icons-example-expandable-toggle-15"
|
|
13898
13958
|
type="button"
|
|
13959
|
+
aria-expanded="false"
|
|
13899
13960
|
aria-labelledby="tree-table-with-checkboxes-icons-example-node-15 tree-table-with-checkboxes-icons-example-expandable-toggle-15"
|
|
13900
13961
|
aria-label="Toggle row"
|
|
13901
13962
|
>
|
|
@@ -13934,6 +13995,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13934
13995
|
<button
|
|
13935
13996
|
class="pf-v6-c-button pf-m-plain"
|
|
13936
13997
|
type="button"
|
|
13998
|
+
aria-expanded="false"
|
|
13937
13999
|
aria-label="tree-table-with-checkboxes-icons-example-15--tree-table--details-toggle"
|
|
13938
14000
|
>
|
|
13939
14001
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14010,6 +14072,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14010
14072
|
<button
|
|
14011
14073
|
class="pf-v6-c-button pf-m-plain"
|
|
14012
14074
|
type="button"
|
|
14075
|
+
aria-expanded="false"
|
|
14013
14076
|
aria-label="tree-table-with-checkboxes-icons-example-16--tree-table--details-toggle"
|
|
14014
14077
|
>
|
|
14015
14078
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14086,6 +14149,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14086
14149
|
<button
|
|
14087
14150
|
class="pf-v6-c-button pf-m-plain"
|
|
14088
14151
|
type="button"
|
|
14152
|
+
aria-expanded="false"
|
|
14089
14153
|
aria-label="tree-table-with-checkboxes-icons-example-17--tree-table--details-toggle"
|
|
14090
14154
|
>
|
|
14091
14155
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14166,6 +14230,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14166
14230
|
<button
|
|
14167
14231
|
class="pf-v6-c-button pf-m-plain"
|
|
14168
14232
|
type="button"
|
|
14233
|
+
aria-expanded="false"
|
|
14169
14234
|
aria-label="tree-table-indent-example-1--tree-table--details-toggle"
|
|
14170
14235
|
>
|
|
14171
14236
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14203,6 +14268,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14203
14268
|
<button
|
|
14204
14269
|
class="pf-v6-c-button pf-m-plain"
|
|
14205
14270
|
type="button"
|
|
14271
|
+
aria-expanded="false"
|
|
14206
14272
|
aria-label="tree-table-indent-example-2--tree-table--details-toggle"
|
|
14207
14273
|
>
|
|
14208
14274
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14240,6 +14306,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14240
14306
|
<button
|
|
14241
14307
|
class="pf-v6-c-button pf-m-plain"
|
|
14242
14308
|
type="button"
|
|
14309
|
+
aria-expanded="false"
|
|
14243
14310
|
aria-label="tree-table-indent-example-3--tree-table--details-toggle"
|
|
14244
14311
|
>
|
|
14245
14312
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14277,6 +14344,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14277
14344
|
<button
|
|
14278
14345
|
class="pf-v6-c-button pf-m-plain"
|
|
14279
14346
|
type="button"
|
|
14347
|
+
aria-expanded="false"
|
|
14280
14348
|
aria-label="tree-table-indent-example-4--tree-table--details-toggle"
|
|
14281
14349
|
>
|
|
14282
14350
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14314,6 +14382,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14314
14382
|
<button
|
|
14315
14383
|
class="pf-v6-c-button pf-m-plain"
|
|
14316
14384
|
type="button"
|
|
14385
|
+
aria-expanded="false"
|
|
14317
14386
|
aria-label="tree-table-indent-example-5--tree-table--details-toggle"
|
|
14318
14387
|
>
|
|
14319
14388
|
<span class="pf-v6-c-button__icon">
|
|
@@ -14351,6 +14420,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14351
14420
|
<button
|
|
14352
14421
|
class="pf-v6-c-button pf-m-plain"
|
|
14353
14422
|
type="button"
|
|
14423
|
+
aria-expanded="false"
|
|
14354
14424
|
aria-label="tree-table-indent-example-6--tree-table--details-toggle"
|
|
14355
14425
|
>
|
|
14356
14426
|
<span class="pf-v6-c-button__icon">
|
|
@@ -15298,6 +15368,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15298
15368
|
class="pf-v6-c-button pf-m-plain"
|
|
15299
15369
|
id="borderless-table-expandable-expandable-toggle-2"
|
|
15300
15370
|
type="button"
|
|
15371
|
+
aria-expanded="false"
|
|
15301
15372
|
aria-controls="borderless-table-expandable-content-2"
|
|
15302
15373
|
aria-labelledby="borderless-table-expandable-node-2"
|
|
15303
15374
|
aria-label="Toggle row"
|
|
@@ -21135,6 +21206,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21135
21206
|
class="pf-v6-c-button pf-m-plain"
|
|
21136
21207
|
id="nested-columns-expandable-example-expandable-toggle-2"
|
|
21137
21208
|
type="button"
|
|
21209
|
+
aria-expanded="false"
|
|
21138
21210
|
aria-controls="nested-columns-expandable-example-content-2"
|
|
21139
21211
|
aria-labelledby="nested-columns-expandable-example-node-2"
|
|
21140
21212
|
aria-label="Toggle row"
|
|
@@ -21229,6 +21301,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21229
21301
|
class="pf-v6-c-button pf-m-plain"
|
|
21230
21302
|
id="nested-columns-expandable-example-expandable-toggle-3"
|
|
21231
21303
|
type="button"
|
|
21304
|
+
aria-expanded="false"
|
|
21232
21305
|
aria-controls="nested-columns-expandable-example-content-3"
|
|
21233
21306
|
aria-labelledby="nested-columns-expandable-example-node-3"
|
|
21234
21307
|
aria-label="Toggle row"
|
|
@@ -23955,6 +24028,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
23955
24028
|
class="pf-v6-c-button pf-m-plain"
|
|
23956
24029
|
id="table-striped-expandable-expandable-toggle-2"
|
|
23957
24030
|
type="button"
|
|
24031
|
+
aria-expanded="false"
|
|
23958
24032
|
aria-controls="table-striped-expandable-content-2"
|
|
23959
24033
|
aria-labelledby="table-striped-expandable-node-2"
|
|
23960
24034
|
aria-label="Toggle row"
|
|
@@ -601,8 +601,8 @@ cssPrefix: pf-v6-c-tabs
|
|
|
601
601
|
<button
|
|
602
602
|
class="pf-v6-c-button pf-m-plain"
|
|
603
603
|
type="button"
|
|
604
|
+
aria-expanded="false"
|
|
604
605
|
aria-label="Details"
|
|
605
|
-
aria-expanded="true"
|
|
606
606
|
id="vertical-expandable-toggle-button"
|
|
607
607
|
aria-labelledby="vertical-expandable-toggle-text vertical-expandable-toggle-button"
|
|
608
608
|
>
|
|
@@ -801,8 +801,8 @@ cssPrefix: pf-v6-c-tabs
|
|
|
801
801
|
<button
|
|
802
802
|
class="pf-v6-c-button pf-m-plain"
|
|
803
803
|
type="button"
|
|
804
|
+
aria-expanded="false"
|
|
804
805
|
aria-label="Details"
|
|
805
|
-
aria-expanded="true"
|
|
806
806
|
id="vertical-expandable-responsive-toggle-button"
|
|
807
807
|
aria-labelledby="vertical-expandable-responsive-toggle-text vertical-expandable-responsive-toggle-button"
|
|
808
808
|
>
|
|
@@ -901,8 +901,8 @@ cssPrefix: pf-v6-c-tabs
|
|
|
901
901
|
<button
|
|
902
902
|
class="pf-v6-c-button pf-m-plain"
|
|
903
903
|
type="button"
|
|
904
|
+
aria-expanded="false"
|
|
904
905
|
aria-label="Details"
|
|
905
|
-
aria-expanded="true"
|
|
906
906
|
id="vertical-expandable-legacy-toggle-button"
|
|
907
907
|
aria-labelledby="vertical-expandable-legacy-toggle-text vertical-expandable-legacy-toggle-button"
|
|
908
908
|
>
|
|
@@ -1097,8 +1097,8 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1097
1097
|
<button
|
|
1098
1098
|
class="pf-v6-c-button pf-m-plain"
|
|
1099
1099
|
type="button"
|
|
1100
|
+
aria-expanded="false"
|
|
1100
1101
|
aria-label="Details"
|
|
1101
|
-
aria-expanded="true"
|
|
1102
1102
|
id="vertical-expandable-responsive-legacy-toggle-button"
|
|
1103
1103
|
aria-labelledby="vertical-expandable-responsive-legacy-toggle-text vertical-expandable-responsive-legacy-toggle-button"
|
|
1104
1104
|
>
|
|
@@ -1478,6 +1478,7 @@ wrapperTag: div
|
|
|
1478
1478
|
class="pf-v6-c-button pf-m-plain"
|
|
1479
1479
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-2"
|
|
1480
1480
|
type="button"
|
|
1481
|
+
aria-expanded="false"
|
|
1481
1482
|
aria-controls="status-card-expanded-with-popover-example-popover-table-content-2"
|
|
1482
1483
|
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-2"
|
|
1483
1484
|
aria-label="Toggle row"
|
|
@@ -1545,6 +1546,7 @@ wrapperTag: div
|
|
|
1545
1546
|
class="pf-v6-c-button pf-m-plain"
|
|
1546
1547
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-3"
|
|
1547
1548
|
type="button"
|
|
1549
|
+
aria-expanded="false"
|
|
1548
1550
|
aria-controls="status-card-expanded-with-popover-example-popover-table-content-3"
|
|
1549
1551
|
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-3"
|
|
1550
1552
|
aria-label="Toggle row"
|
|
@@ -1610,6 +1612,7 @@ wrapperTag: div
|
|
|
1610
1612
|
class="pf-v6-c-button pf-m-plain"
|
|
1611
1613
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-4"
|
|
1612
1614
|
type="button"
|
|
1615
|
+
aria-expanded="false"
|
|
1613
1616
|
aria-controls="status-card-expanded-with-popover-example-popover-table-content-4"
|
|
1614
1617
|
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-4"
|
|
1615
1618
|
aria-label="Toggle row"
|
|
@@ -1435,6 +1435,7 @@ wrapperTag: div
|
|
|
1435
1435
|
<button
|
|
1436
1436
|
class="pf-v6-c-button pf-m-plain"
|
|
1437
1437
|
type="button"
|
|
1438
|
+
aria-expanded="false"
|
|
1438
1439
|
>
|
|
1439
1440
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1440
1441
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -1856,6 +1857,7 @@ wrapperTag: div
|
|
|
1856
1857
|
<button
|
|
1857
1858
|
class="pf-v6-c-button pf-m-plain"
|
|
1858
1859
|
type="button"
|
|
1860
|
+
aria-expanded="false"
|
|
1859
1861
|
>
|
|
1860
1862
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1861
1863
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -1102,6 +1102,7 @@ subsection: forms
|
|
|
1102
1102
|
class="pf-v6-c-button pf-m-plain"
|
|
1103
1103
|
id="form-demo-sections-complex-form-alerting-toggle"
|
|
1104
1104
|
type="button"
|
|
1105
|
+
aria-expanded="false"
|
|
1105
1106
|
aria-labelledby="form-demo-sections-complex-form-alerting-title form-demo-sections-complex-form-alerting-toggle"
|
|
1106
1107
|
aria-label="Details"
|
|
1107
1108
|
>
|
|
@@ -1139,6 +1140,7 @@ subsection: forms
|
|
|
1139
1140
|
class="pf-v6-c-button pf-m-plain"
|
|
1140
1141
|
id="form-demo-sections-complex-form-query-toggle"
|
|
1141
1142
|
type="button"
|
|
1143
|
+
aria-expanded="false"
|
|
1142
1144
|
aria-labelledby="form-demo-sections-complex-form-query-title form-demo-sections-complex-form-query-toggle"
|
|
1143
1145
|
aria-label="Details"
|
|
1144
1146
|
>
|
|
@@ -1176,6 +1178,7 @@ subsection: forms
|
|
|
1176
1178
|
class="pf-v6-c-button pf-m-plain"
|
|
1177
1179
|
id="form-demo-sections-complex-form-affinity-toggle"
|
|
1178
1180
|
type="button"
|
|
1181
|
+
aria-expanded="false"
|
|
1179
1182
|
aria-labelledby="form-demo-sections-complex-form-affinity-title form-demo-sections-complex-form-affinity-toggle"
|
|
1180
1183
|
aria-label="Details"
|
|
1181
1184
|
>
|
|
@@ -1249,6 +1252,7 @@ subsection: forms
|
|
|
1249
1252
|
class="pf-v6-c-button pf-m-plain"
|
|
1250
1253
|
id="form-demo-sections-complex-form-node-affinity-required-toggle"
|
|
1251
1254
|
type="button"
|
|
1255
|
+
aria-expanded="false"
|
|
1252
1256
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-required-title form-demo-sections-complex-form-node-affinity-required-toggle"
|
|
1253
1257
|
aria-label="Details"
|
|
1254
1258
|
>
|
|
@@ -1380,6 +1384,7 @@ subsection: forms
|
|
|
1380
1384
|
class="pf-v6-c-button pf-m-plain"
|
|
1381
1385
|
id="form-demo-sections-complex-form-pod-affinity-toggle"
|
|
1382
1386
|
type="button"
|
|
1387
|
+
aria-expanded="false"
|
|
1383
1388
|
aria-labelledby="form-demo-sections-complex-form-pod-affinity-title form-demo-sections-complex-form-pod-affinity-toggle"
|
|
1384
1389
|
aria-label="Details"
|
|
1385
1390
|
>
|
|
@@ -1698,6 +1703,7 @@ subsection: forms
|
|
|
1698
1703
|
class="pf-v6-c-button pf-m-plain"
|
|
1699
1704
|
id="form-demo-sections-complex-form-build-configuration-toggle"
|
|
1700
1705
|
type="button"
|
|
1706
|
+
aria-expanded="false"
|
|
1701
1707
|
aria-labelledby="form-demo-sections-complex-form-build-configuration-title form-demo-sections-complex-form-build-configuration-toggle"
|
|
1702
1708
|
aria-label="Details"
|
|
1703
1709
|
>
|
|
@@ -1737,6 +1743,7 @@ subsection: forms
|
|
|
1737
1743
|
class="pf-v6-c-button pf-m-plain"
|
|
1738
1744
|
id="form-demo-sections-complex-form-deployment-toggle"
|
|
1739
1745
|
type="button"
|
|
1746
|
+
aria-expanded="false"
|
|
1740
1747
|
aria-labelledby="form-demo-sections-complex-form-deployment-title form-demo-sections-complex-form-deployment-toggle"
|
|
1741
1748
|
aria-label="Details"
|
|
1742
1749
|
>
|
|
@@ -300,6 +300,7 @@ section: components
|
|
|
300
300
|
<button
|
|
301
301
|
class="pf-v6-c-button pf-m-plain"
|
|
302
302
|
type="button"
|
|
303
|
+
aria-expanded="false"
|
|
303
304
|
>
|
|
304
305
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
305
306
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -733,6 +734,7 @@ section: components
|
|
|
733
734
|
<button
|
|
734
735
|
class="pf-v6-c-button pf-m-plain"
|
|
735
736
|
type="button"
|
|
737
|
+
aria-expanded="false"
|
|
736
738
|
>
|
|
737
739
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
738
740
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -1166,6 +1168,7 @@ section: components
|
|
|
1166
1168
|
<button
|
|
1167
1169
|
class="pf-v6-c-button pf-m-plain"
|
|
1168
1170
|
type="button"
|
|
1171
|
+
aria-expanded="false"
|
|
1169
1172
|
>
|
|
1170
1173
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1171
1174
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -1936,6 +1939,7 @@ section: components
|
|
|
1936
1939
|
<button
|
|
1937
1940
|
class="pf-v6-c-button pf-m-plain"
|
|
1938
1941
|
type="button"
|
|
1942
|
+
aria-expanded="false"
|
|
1939
1943
|
>
|
|
1940
1944
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1941
1945
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -2357,6 +2361,7 @@ section: components
|
|
|
2357
2361
|
<button
|
|
2358
2362
|
class="pf-v6-c-button pf-m-plain"
|
|
2359
2363
|
type="button"
|
|
2364
|
+
aria-expanded="false"
|
|
2360
2365
|
>
|
|
2361
2366
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2362
2367
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
@@ -2666,6 +2666,7 @@ wrapperTag: div
|
|
|
2666
2666
|
class="pf-v6-c-button pf-m-plain"
|
|
2667
2667
|
id="expandable-demo-table-expandable-toggle-thead"
|
|
2668
2668
|
type="button"
|
|
2669
|
+
aria-expanded="false"
|
|
2669
2670
|
aria-controls="expandable-demo-table-content-1 expandable-demo-table-content-2 expandable-demo-table-content-3 expandable-demo-table-content-4 expandable-demo-table-content-5"
|
|
2670
2671
|
aria-labelledby="expandable-demo-table-node-thead"
|
|
2671
2672
|
aria-label="Toggle all rows"
|
|
@@ -2744,6 +2745,7 @@ wrapperTag: div
|
|
|
2744
2745
|
class="pf-v6-c-button pf-m-plain"
|
|
2745
2746
|
id="expandable-demo-table-expandable-toggle-1"
|
|
2746
2747
|
type="button"
|
|
2748
|
+
aria-expanded="false"
|
|
2747
2749
|
aria-controls="expandable-demo-table-content-1"
|
|
2748
2750
|
aria-labelledby="expandable-demo-table-node-1"
|
|
2749
2751
|
aria-label="Toggle row"
|
|
@@ -3015,6 +3017,7 @@ wrapperTag: div
|
|
|
3015
3017
|
class="pf-v6-c-button pf-m-plain"
|
|
3016
3018
|
id="expandable-demo-table-expandable-toggle-3"
|
|
3017
3019
|
type="button"
|
|
3020
|
+
aria-expanded="false"
|
|
3018
3021
|
aria-controls="expandable-demo-table-content-3"
|
|
3019
3022
|
aria-labelledby="expandable-demo-table-node-3"
|
|
3020
3023
|
aria-label="Toggle row"
|
|
@@ -3127,6 +3130,7 @@ wrapperTag: div
|
|
|
3127
3130
|
class="pf-v6-c-button pf-m-plain"
|
|
3128
3131
|
id="expandable-demo-table-expandable-toggle-4"
|
|
3129
3132
|
type="button"
|
|
3133
|
+
aria-expanded="false"
|
|
3130
3134
|
aria-controls="expandable-demo-table-content-4"
|
|
3131
3135
|
aria-labelledby="expandable-demo-table-node-4"
|
|
3132
3136
|
aria-label="Toggle row"
|
|
@@ -3239,6 +3243,7 @@ wrapperTag: div
|
|
|
3239
3243
|
class="pf-v6-c-button pf-m-plain"
|
|
3240
3244
|
id="expandable-demo-table-expandable-toggle-5"
|
|
3241
3245
|
type="button"
|
|
3246
|
+
aria-expanded="false"
|
|
3242
3247
|
aria-controls="expandable-demo-table-content-5"
|
|
3243
3248
|
aria-labelledby="expandable-demo-table-node-5"
|
|
3244
3249
|
aria-label="Toggle row"
|
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.4.0-prerelease.
|
|
4
|
+
"version": "6.4.0-prerelease.3",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"engines": {
|
|
8
|
-
"node": ">=20.18.3 <22"
|
|
9
|
-
},
|
|
10
7
|
"scripts": {
|
|
11
8
|
"a11y": "patternfly-a11y --config patternfly-a11y.config",
|
|
12
9
|
"backstop:clean": "rimraf -- backstop_data/bitmaps_test backstop_data/html_report",
|