@patternfly/patternfly 4.204.0 → 4.204.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/components/Drawer/drawer.css +1 -1
- package/components/Drawer/drawer.scss +2 -2
- package/components/FormControl/form-control.css +3 -2
- package/components/FormControl/form-control.scss +4 -3
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/docs/components/DescriptionList/examples/DescriptionList.md +21 -21
- package/docs/components/FormControl/examples/FormControl.md +44 -19
- package/docs/components/LogViewer/examples/LogViewer.md +1 -0
- package/docs/components/ModalBox/examples/ModalBox.css +10 -0
- package/docs/components/ModalBox/examples/ModalBox.md +34 -17
- package/docs/components/Popover/examples/Popover.css +8 -8
- package/docs/components/Popover/examples/Popover.md +47 -20
- package/docs/components/Table/examples/Table.md +52 -52
- package/docs/demos/Card/examples/Card.md +1 -0
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Table/examples/Table.md +73 -72
- package/docs/demos/Tabs/examples/Tabs.md +1 -0
- package/docs/demos/Wizard/examples/Wizard.md +5 -0
- package/package.json +1 -1
- package/patternfly-no-reset.css +5 -4
- package/patternfly.css +5 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -926,6 +926,7 @@ section: components
|
|
|
926
926
|
<div class="pf-l-bullseye">
|
|
927
927
|
<div
|
|
928
928
|
class="pf-c-modal-box pf-m-sm"
|
|
929
|
+
role="dialog"
|
|
929
930
|
aria-modal="true"
|
|
930
931
|
aria-labelledby="modal-title-modal-basic-example-modal"
|
|
931
932
|
aria-describedby="modal-description-modal-basic-example-modal"
|
|
@@ -1883,6 +1884,7 @@ section: components
|
|
|
1883
1884
|
<div class="pf-l-bullseye">
|
|
1884
1885
|
<div
|
|
1885
1886
|
class="pf-c-modal-box pf-m-sm"
|
|
1887
|
+
role="dialog"
|
|
1886
1888
|
aria-modal="true"
|
|
1887
1889
|
aria-labelledby="modal-scroll-title"
|
|
1888
1890
|
aria-describedby="modal-scroll-description"
|
|
@@ -2849,6 +2851,7 @@ section: components
|
|
|
2849
2851
|
<div class="pf-l-bullseye">
|
|
2850
2852
|
<div
|
|
2851
2853
|
class="pf-c-modal-box pf-m-md"
|
|
2854
|
+
role="dialog"
|
|
2852
2855
|
aria-modal="true"
|
|
2853
2856
|
aria-labelledby="modal-md-title"
|
|
2854
2857
|
aria-describedby="modal-md-description"
|
|
@@ -3805,6 +3808,7 @@ section: components
|
|
|
3805
3808
|
<div class="pf-l-bullseye">
|
|
3806
3809
|
<div
|
|
3807
3810
|
class="pf-c-modal-box pf-m-lg"
|
|
3811
|
+
role="dialog"
|
|
3808
3812
|
aria-modal="true"
|
|
3809
3813
|
aria-labelledby="modal-lg-title"
|
|
3810
3814
|
aria-describedby="modal-lg-description"
|
|
@@ -4761,6 +4765,7 @@ section: components
|
|
|
4761
4765
|
<div class="pf-l-bullseye">
|
|
4762
4766
|
<div
|
|
4763
4767
|
class="pf-c-modal-box pf-m-sm pf-m-align-top"
|
|
4768
|
+
role="dialog"
|
|
4764
4769
|
aria-modal="true"
|
|
4765
4770
|
aria-labelledby="modal-top-aligned-title"
|
|
4766
4771
|
aria-describedby="modal-top-aligned-description"
|
|
@@ -5717,6 +5722,7 @@ section: components
|
|
|
5717
5722
|
<div class="pf-l-bullseye">
|
|
5718
5723
|
<div
|
|
5719
5724
|
class="pf-c-modal-box pf-m-sm"
|
|
5725
|
+
role="dialog"
|
|
5720
5726
|
aria-modal="true"
|
|
5721
5727
|
aria-labelledby="modal-title-"
|
|
5722
5728
|
aria-describedby="modal-description-"
|
|
@@ -17948,6 +17948,7 @@ wrapperTag: div
|
|
|
17948
17948
|
<div class="pf-l-bullseye">
|
|
17949
17949
|
<div
|
|
17950
17950
|
class="pf-c-modal-box pf-m-sm"
|
|
17951
|
+
role="dialog"
|
|
17951
17952
|
aria-modal="true"
|
|
17952
17953
|
aria-labelledby="modal-title"
|
|
17953
17954
|
aria-describedby="modal-description"
|
|
@@ -21191,7 +21192,7 @@ wrapperTag: div
|
|
|
21191
21192
|
<thead>
|
|
21192
21193
|
<tr role="row">
|
|
21193
21194
|
<th
|
|
21194
|
-
class="pf-m-border-right pf-
|
|
21195
|
+
class="pf-m-border-right pf-c-table__sort pf-c-table__sticky-column"
|
|
21195
21196
|
role="columnheader"
|
|
21196
21197
|
aria-sort="none"
|
|
21197
21198
|
data-label="Example th"
|
|
@@ -21208,7 +21209,7 @@ wrapperTag: div
|
|
|
21208
21209
|
</button>
|
|
21209
21210
|
</th>
|
|
21210
21211
|
<th
|
|
21211
|
-
class="pf-
|
|
21212
|
+
class="pf-c-table__sort"
|
|
21212
21213
|
role="columnheader"
|
|
21213
21214
|
aria-sort="none"
|
|
21214
21215
|
data-label="Example th"
|
|
@@ -21224,43 +21225,43 @@ wrapperTag: div
|
|
|
21224
21225
|
</button>
|
|
21225
21226
|
</th>
|
|
21226
21227
|
<th
|
|
21227
|
-
class
|
|
21228
|
+
class
|
|
21228
21229
|
role="columnheader"
|
|
21229
21230
|
data-label="Example th"
|
|
21230
21231
|
scope="col"
|
|
21231
21232
|
>Header 3</th>
|
|
21232
21233
|
<th
|
|
21233
|
-
class
|
|
21234
|
+
class
|
|
21234
21235
|
role="columnheader"
|
|
21235
21236
|
data-label="Example th"
|
|
21236
21237
|
scope="col"
|
|
21237
21238
|
>Header 4</th>
|
|
21238
21239
|
<th
|
|
21239
|
-
class
|
|
21240
|
+
class
|
|
21240
21241
|
role="columnheader"
|
|
21241
21242
|
data-label="Example th"
|
|
21242
21243
|
scope="col"
|
|
21243
21244
|
>Header 5</th>
|
|
21244
21245
|
<th
|
|
21245
|
-
class
|
|
21246
|
+
class
|
|
21246
21247
|
role="columnheader"
|
|
21247
21248
|
data-label="Example th"
|
|
21248
21249
|
scope="col"
|
|
21249
21250
|
>Header 6</th>
|
|
21250
21251
|
<th
|
|
21251
|
-
class
|
|
21252
|
+
class
|
|
21252
21253
|
role="columnheader"
|
|
21253
21254
|
data-label="Example th"
|
|
21254
21255
|
scope="col"
|
|
21255
21256
|
>Header 7</th>
|
|
21256
21257
|
<th
|
|
21257
|
-
class
|
|
21258
|
+
class
|
|
21258
21259
|
role="columnheader"
|
|
21259
21260
|
data-label="Example th"
|
|
21260
21261
|
scope="col"
|
|
21261
21262
|
>Header 8</th>
|
|
21262
21263
|
<th
|
|
21263
|
-
class
|
|
21264
|
+
class
|
|
21264
21265
|
role="columnheader"
|
|
21265
21266
|
data-label="Example th"
|
|
21266
21267
|
scope="col"
|
|
@@ -21271,7 +21272,7 @@ wrapperTag: div
|
|
|
21271
21272
|
<tbody role="rowgroup">
|
|
21272
21273
|
<tr role="row">
|
|
21273
21274
|
<th
|
|
21274
|
-
class="pf-m-border-right pf-
|
|
21275
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21275
21276
|
role="columnheader"
|
|
21276
21277
|
data-label="Example th"
|
|
21277
21278
|
scope="col"
|
|
@@ -21320,7 +21321,7 @@ wrapperTag: div
|
|
|
21320
21321
|
</tr>
|
|
21321
21322
|
<tr role="row">
|
|
21322
21323
|
<th
|
|
21323
|
-
class="pf-m-border-right pf-
|
|
21324
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21324
21325
|
role="columnheader"
|
|
21325
21326
|
data-label="Example th"
|
|
21326
21327
|
scope="col"
|
|
@@ -21369,7 +21370,7 @@ wrapperTag: div
|
|
|
21369
21370
|
</tr>
|
|
21370
21371
|
<tr role="row">
|
|
21371
21372
|
<th
|
|
21372
|
-
class="pf-m-border-right pf-
|
|
21373
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21373
21374
|
role="columnheader"
|
|
21374
21375
|
data-label="Example th"
|
|
21375
21376
|
scope="col"
|
|
@@ -21418,7 +21419,7 @@ wrapperTag: div
|
|
|
21418
21419
|
</tr>
|
|
21419
21420
|
<tr role="row">
|
|
21420
21421
|
<th
|
|
21421
|
-
class="pf-m-border-right pf-
|
|
21422
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21422
21423
|
role="columnheader"
|
|
21423
21424
|
data-label="Example th"
|
|
21424
21425
|
scope="col"
|
|
@@ -21467,7 +21468,7 @@ wrapperTag: div
|
|
|
21467
21468
|
</tr>
|
|
21468
21469
|
<tr role="row">
|
|
21469
21470
|
<th
|
|
21470
|
-
class="pf-m-border-right pf-
|
|
21471
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21471
21472
|
role="columnheader"
|
|
21472
21473
|
data-label="Example th"
|
|
21473
21474
|
scope="col"
|
|
@@ -21516,7 +21517,7 @@ wrapperTag: div
|
|
|
21516
21517
|
</tr>
|
|
21517
21518
|
<tr role="row">
|
|
21518
21519
|
<th
|
|
21519
|
-
class="pf-m-border-right pf-
|
|
21520
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21520
21521
|
role="columnheader"
|
|
21521
21522
|
data-label="Example th"
|
|
21522
21523
|
scope="col"
|
|
@@ -21565,7 +21566,7 @@ wrapperTag: div
|
|
|
21565
21566
|
</tr>
|
|
21566
21567
|
<tr role="row">
|
|
21567
21568
|
<th
|
|
21568
|
-
class="pf-m-border-right pf-
|
|
21569
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21569
21570
|
role="columnheader"
|
|
21570
21571
|
data-label="Example th"
|
|
21571
21572
|
scope="col"
|
|
@@ -21614,7 +21615,7 @@ wrapperTag: div
|
|
|
21614
21615
|
</tr>
|
|
21615
21616
|
<tr role="row">
|
|
21616
21617
|
<th
|
|
21617
|
-
class="pf-m-border-right pf-
|
|
21618
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21618
21619
|
role="columnheader"
|
|
21619
21620
|
data-label="Example th"
|
|
21620
21621
|
scope="col"
|
|
@@ -21663,7 +21664,7 @@ wrapperTag: div
|
|
|
21663
21664
|
</tr>
|
|
21664
21665
|
<tr role="row">
|
|
21665
21666
|
<th
|
|
21666
|
-
class="pf-m-border-right pf-
|
|
21667
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
21667
21668
|
role="columnheader"
|
|
21668
21669
|
data-label="Example th"
|
|
21669
21670
|
scope="col"
|
|
@@ -22999,7 +23000,7 @@ wrapperTag: div
|
|
|
22999
23000
|
<thead>
|
|
23000
23001
|
<tr role="row">
|
|
23001
23002
|
<th
|
|
23002
|
-
class="pf-
|
|
23003
|
+
class="pf-c-table__sort pf-c-table__sticky-column"
|
|
23003
23004
|
role="columnheader"
|
|
23004
23005
|
aria-sort="none"
|
|
23005
23006
|
data-label="Example th"
|
|
@@ -23016,7 +23017,7 @@ wrapperTag: div
|
|
|
23016
23017
|
</button>
|
|
23017
23018
|
</th>
|
|
23018
23019
|
<th
|
|
23019
|
-
class="pf-m-border-right pf-
|
|
23020
|
+
class="pf-m-border-right pf-c-table__sort pf-c-table__sticky-column"
|
|
23020
23021
|
role="columnheader"
|
|
23021
23022
|
aria-sort="none"
|
|
23022
23023
|
data-label="Example th"
|
|
@@ -23033,43 +23034,43 @@ wrapperTag: div
|
|
|
23033
23034
|
</button>
|
|
23034
23035
|
</th>
|
|
23035
23036
|
<th
|
|
23036
|
-
class
|
|
23037
|
+
class
|
|
23037
23038
|
role="columnheader"
|
|
23038
23039
|
data-label="Example th"
|
|
23039
23040
|
scope="col"
|
|
23040
23041
|
>Header 3</th>
|
|
23041
23042
|
<th
|
|
23042
|
-
class
|
|
23043
|
+
class
|
|
23043
23044
|
role="columnheader"
|
|
23044
23045
|
data-label="Example th"
|
|
23045
23046
|
scope="col"
|
|
23046
23047
|
>Header 4</th>
|
|
23047
23048
|
<th
|
|
23048
|
-
class
|
|
23049
|
+
class
|
|
23049
23050
|
role="columnheader"
|
|
23050
23051
|
data-label="Example th"
|
|
23051
23052
|
scope="col"
|
|
23052
23053
|
>Header 5</th>
|
|
23053
23054
|
<th
|
|
23054
|
-
class
|
|
23055
|
+
class
|
|
23055
23056
|
role="columnheader"
|
|
23056
23057
|
data-label="Example th"
|
|
23057
23058
|
scope="col"
|
|
23058
23059
|
>Header 6</th>
|
|
23059
23060
|
<th
|
|
23060
|
-
class
|
|
23061
|
+
class
|
|
23061
23062
|
role="columnheader"
|
|
23062
23063
|
data-label="Example th"
|
|
23063
23064
|
scope="col"
|
|
23064
23065
|
>Header 7</th>
|
|
23065
23066
|
<th
|
|
23066
|
-
class
|
|
23067
|
+
class
|
|
23067
23068
|
role="columnheader"
|
|
23068
23069
|
data-label="Example th"
|
|
23069
23070
|
scope="col"
|
|
23070
23071
|
>Header 8</th>
|
|
23071
23072
|
<th
|
|
23072
|
-
class
|
|
23073
|
+
class
|
|
23073
23074
|
role="columnheader"
|
|
23074
23075
|
data-label="Example th"
|
|
23075
23076
|
scope="col"
|
|
@@ -23080,14 +23081,14 @@ wrapperTag: div
|
|
|
23080
23081
|
<tbody role="rowgroup">
|
|
23081
23082
|
<tr role="row">
|
|
23082
23083
|
<th
|
|
23083
|
-
class="pf-
|
|
23084
|
+
class="pf-c-table__sticky-column"
|
|
23084
23085
|
role="columnheader"
|
|
23085
23086
|
data-label="Example th"
|
|
23086
23087
|
scope="col"
|
|
23087
23088
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23088
23089
|
>Fact 1</th>
|
|
23089
23090
|
<th
|
|
23090
|
-
class="pf-m-border-right pf-
|
|
23091
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23091
23092
|
role="columnheader"
|
|
23092
23093
|
data-label="Example th"
|
|
23093
23094
|
scope="col"
|
|
@@ -23131,14 +23132,14 @@ wrapperTag: div
|
|
|
23131
23132
|
</tr>
|
|
23132
23133
|
<tr role="row">
|
|
23133
23134
|
<th
|
|
23134
|
-
class="pf-
|
|
23135
|
+
class="pf-c-table__sticky-column"
|
|
23135
23136
|
role="columnheader"
|
|
23136
23137
|
data-label="Example th"
|
|
23137
23138
|
scope="col"
|
|
23138
23139
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23139
23140
|
>Fact 2</th>
|
|
23140
23141
|
<th
|
|
23141
|
-
class="pf-m-border-right pf-
|
|
23142
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23142
23143
|
role="columnheader"
|
|
23143
23144
|
data-label="Example th"
|
|
23144
23145
|
scope="col"
|
|
@@ -23182,14 +23183,14 @@ wrapperTag: div
|
|
|
23182
23183
|
</tr>
|
|
23183
23184
|
<tr role="row">
|
|
23184
23185
|
<th
|
|
23185
|
-
class="pf-
|
|
23186
|
+
class="pf-c-table__sticky-column"
|
|
23186
23187
|
role="columnheader"
|
|
23187
23188
|
data-label="Example th"
|
|
23188
23189
|
scope="col"
|
|
23189
23190
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23190
23191
|
>Fact 3</th>
|
|
23191
23192
|
<th
|
|
23192
|
-
class="pf-m-border-right pf-
|
|
23193
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23193
23194
|
role="columnheader"
|
|
23194
23195
|
data-label="Example th"
|
|
23195
23196
|
scope="col"
|
|
@@ -23233,14 +23234,14 @@ wrapperTag: div
|
|
|
23233
23234
|
</tr>
|
|
23234
23235
|
<tr role="row">
|
|
23235
23236
|
<th
|
|
23236
|
-
class="pf-
|
|
23237
|
+
class="pf-c-table__sticky-column"
|
|
23237
23238
|
role="columnheader"
|
|
23238
23239
|
data-label="Example th"
|
|
23239
23240
|
scope="col"
|
|
23240
23241
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23241
23242
|
>Fact 4</th>
|
|
23242
23243
|
<th
|
|
23243
|
-
class="pf-m-border-right pf-
|
|
23244
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23244
23245
|
role="columnheader"
|
|
23245
23246
|
data-label="Example th"
|
|
23246
23247
|
scope="col"
|
|
@@ -23284,14 +23285,14 @@ wrapperTag: div
|
|
|
23284
23285
|
</tr>
|
|
23285
23286
|
<tr role="row">
|
|
23286
23287
|
<th
|
|
23287
|
-
class="pf-
|
|
23288
|
+
class="pf-c-table__sticky-column"
|
|
23288
23289
|
role="columnheader"
|
|
23289
23290
|
data-label="Example th"
|
|
23290
23291
|
scope="col"
|
|
23291
23292
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23292
23293
|
>Fact 5</th>
|
|
23293
23294
|
<th
|
|
23294
|
-
class="pf-m-border-right pf-
|
|
23295
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23295
23296
|
role="columnheader"
|
|
23296
23297
|
data-label="Example th"
|
|
23297
23298
|
scope="col"
|
|
@@ -23335,14 +23336,14 @@ wrapperTag: div
|
|
|
23335
23336
|
</tr>
|
|
23336
23337
|
<tr role="row">
|
|
23337
23338
|
<th
|
|
23338
|
-
class="pf-
|
|
23339
|
+
class="pf-c-table__sticky-column"
|
|
23339
23340
|
role="columnheader"
|
|
23340
23341
|
data-label="Example th"
|
|
23341
23342
|
scope="col"
|
|
23342
23343
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23343
23344
|
>Fact 6</th>
|
|
23344
23345
|
<th
|
|
23345
|
-
class="pf-m-border-right pf-
|
|
23346
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23346
23347
|
role="columnheader"
|
|
23347
23348
|
data-label="Example th"
|
|
23348
23349
|
scope="col"
|
|
@@ -23386,14 +23387,14 @@ wrapperTag: div
|
|
|
23386
23387
|
</tr>
|
|
23387
23388
|
<tr role="row">
|
|
23388
23389
|
<th
|
|
23389
|
-
class="pf-
|
|
23390
|
+
class="pf-c-table__sticky-column"
|
|
23390
23391
|
role="columnheader"
|
|
23391
23392
|
data-label="Example th"
|
|
23392
23393
|
scope="col"
|
|
23393
23394
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23394
23395
|
>Fact 7</th>
|
|
23395
23396
|
<th
|
|
23396
|
-
class="pf-m-border-right pf-
|
|
23397
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23397
23398
|
role="columnheader"
|
|
23398
23399
|
data-label="Example th"
|
|
23399
23400
|
scope="col"
|
|
@@ -23437,14 +23438,14 @@ wrapperTag: div
|
|
|
23437
23438
|
</tr>
|
|
23438
23439
|
<tr role="row">
|
|
23439
23440
|
<th
|
|
23440
|
-
class="pf-
|
|
23441
|
+
class="pf-c-table__sticky-column"
|
|
23441
23442
|
role="columnheader"
|
|
23442
23443
|
data-label="Example th"
|
|
23443
23444
|
scope="col"
|
|
23444
23445
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23445
23446
|
>Fact 8</th>
|
|
23446
23447
|
<th
|
|
23447
|
-
class="pf-m-border-right pf-
|
|
23448
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23448
23449
|
role="columnheader"
|
|
23449
23450
|
data-label="Example th"
|
|
23450
23451
|
scope="col"
|
|
@@ -23488,14 +23489,14 @@ wrapperTag: div
|
|
|
23488
23489
|
</tr>
|
|
23489
23490
|
<tr role="row">
|
|
23490
23491
|
<th
|
|
23491
|
-
class="pf-
|
|
23492
|
+
class="pf-c-table__sticky-column"
|
|
23492
23493
|
role="columnheader"
|
|
23493
23494
|
data-label="Example th"
|
|
23494
23495
|
scope="col"
|
|
23495
23496
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
23496
23497
|
>Fact 9</th>
|
|
23497
23498
|
<th
|
|
23498
|
-
class="pf-m-border-right pf-
|
|
23499
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
23499
23500
|
role="columnheader"
|
|
23500
23501
|
data-label="Example th"
|
|
23501
23502
|
scope="col"
|
|
@@ -24828,7 +24829,7 @@ wrapperTag: div
|
|
|
24828
24829
|
<thead>
|
|
24829
24830
|
<tr role="row">
|
|
24830
24831
|
<th
|
|
24831
|
-
class="pf-
|
|
24832
|
+
class="pf-c-table__sort pf-c-table__sticky-column"
|
|
24832
24833
|
role="columnheader"
|
|
24833
24834
|
aria-sort="none"
|
|
24834
24835
|
data-label="Example th"
|
|
@@ -24845,7 +24846,7 @@ wrapperTag: div
|
|
|
24845
24846
|
</button>
|
|
24846
24847
|
</th>
|
|
24847
24848
|
<th
|
|
24848
|
-
class="pf-m-border-right pf-
|
|
24849
|
+
class="pf-m-border-right pf-c-table__sort pf-c-table__sticky-column"
|
|
24849
24850
|
role="columnheader"
|
|
24850
24851
|
aria-sort="none"
|
|
24851
24852
|
data-label="Example th"
|
|
@@ -24862,43 +24863,43 @@ wrapperTag: div
|
|
|
24862
24863
|
</button>
|
|
24863
24864
|
</th>
|
|
24864
24865
|
<th
|
|
24865
|
-
class
|
|
24866
|
+
class
|
|
24866
24867
|
role="columnheader"
|
|
24867
24868
|
data-label="Example th"
|
|
24868
24869
|
scope="col"
|
|
24869
24870
|
>Header 3</th>
|
|
24870
24871
|
<th
|
|
24871
|
-
class
|
|
24872
|
+
class
|
|
24872
24873
|
role="columnheader"
|
|
24873
24874
|
data-label="Example th"
|
|
24874
24875
|
scope="col"
|
|
24875
24876
|
>Header 4</th>
|
|
24876
24877
|
<th
|
|
24877
|
-
class
|
|
24878
|
+
class
|
|
24878
24879
|
role="columnheader"
|
|
24879
24880
|
data-label="Example th"
|
|
24880
24881
|
scope="col"
|
|
24881
24882
|
>Header 5</th>
|
|
24882
24883
|
<th
|
|
24883
|
-
class
|
|
24884
|
+
class
|
|
24884
24885
|
role="columnheader"
|
|
24885
24886
|
data-label="Example th"
|
|
24886
24887
|
scope="col"
|
|
24887
24888
|
>Header 6</th>
|
|
24888
24889
|
<th
|
|
24889
|
-
class
|
|
24890
|
+
class
|
|
24890
24891
|
role="columnheader"
|
|
24891
24892
|
data-label="Example th"
|
|
24892
24893
|
scope="col"
|
|
24893
24894
|
>Header 7</th>
|
|
24894
24895
|
<th
|
|
24895
|
-
class
|
|
24896
|
+
class
|
|
24896
24897
|
role="columnheader"
|
|
24897
24898
|
data-label="Example th"
|
|
24898
24899
|
scope="col"
|
|
24899
24900
|
>Header 8</th>
|
|
24900
24901
|
<th
|
|
24901
|
-
class
|
|
24902
|
+
class
|
|
24902
24903
|
role="columnheader"
|
|
24903
24904
|
data-label="Example th"
|
|
24904
24905
|
scope="col"
|
|
@@ -24909,14 +24910,14 @@ wrapperTag: div
|
|
|
24909
24910
|
<tbody role="rowgroup">
|
|
24910
24911
|
<tr role="row">
|
|
24911
24912
|
<th
|
|
24912
|
-
class="pf-
|
|
24913
|
+
class="pf-c-table__sticky-column"
|
|
24913
24914
|
role="columnheader"
|
|
24914
24915
|
data-label="Example th"
|
|
24915
24916
|
scope="col"
|
|
24916
24917
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
24917
24918
|
>Fact 1</th>
|
|
24918
24919
|
<th
|
|
24919
|
-
class="pf-m-border-right pf-
|
|
24920
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
24920
24921
|
role="columnheader"
|
|
24921
24922
|
data-label="Example th"
|
|
24922
24923
|
scope="col"
|
|
@@ -24960,14 +24961,14 @@ wrapperTag: div
|
|
|
24960
24961
|
</tr>
|
|
24961
24962
|
<tr role="row">
|
|
24962
24963
|
<th
|
|
24963
|
-
class="pf-
|
|
24964
|
+
class="pf-c-table__sticky-column"
|
|
24964
24965
|
role="columnheader"
|
|
24965
24966
|
data-label="Example th"
|
|
24966
24967
|
scope="col"
|
|
24967
24968
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
24968
24969
|
>Fact 2</th>
|
|
24969
24970
|
<th
|
|
24970
|
-
class="pf-m-border-right pf-
|
|
24971
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
24971
24972
|
role="columnheader"
|
|
24972
24973
|
data-label="Example th"
|
|
24973
24974
|
scope="col"
|
|
@@ -25011,14 +25012,14 @@ wrapperTag: div
|
|
|
25011
25012
|
</tr>
|
|
25012
25013
|
<tr role="row">
|
|
25013
25014
|
<th
|
|
25014
|
-
class="pf-
|
|
25015
|
+
class="pf-c-table__sticky-column"
|
|
25015
25016
|
role="columnheader"
|
|
25016
25017
|
data-label="Example th"
|
|
25017
25018
|
scope="col"
|
|
25018
25019
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25019
25020
|
>Fact 3</th>
|
|
25020
25021
|
<th
|
|
25021
|
-
class="pf-m-border-right pf-
|
|
25022
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25022
25023
|
role="columnheader"
|
|
25023
25024
|
data-label="Example th"
|
|
25024
25025
|
scope="col"
|
|
@@ -25062,14 +25063,14 @@ wrapperTag: div
|
|
|
25062
25063
|
</tr>
|
|
25063
25064
|
<tr role="row">
|
|
25064
25065
|
<th
|
|
25065
|
-
class="pf-
|
|
25066
|
+
class="pf-c-table__sticky-column"
|
|
25066
25067
|
role="columnheader"
|
|
25067
25068
|
data-label="Example th"
|
|
25068
25069
|
scope="col"
|
|
25069
25070
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25070
25071
|
>Fact 4</th>
|
|
25071
25072
|
<th
|
|
25072
|
-
class="pf-m-border-right pf-
|
|
25073
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25073
25074
|
role="columnheader"
|
|
25074
25075
|
data-label="Example th"
|
|
25075
25076
|
scope="col"
|
|
@@ -25113,14 +25114,14 @@ wrapperTag: div
|
|
|
25113
25114
|
</tr>
|
|
25114
25115
|
<tr role="row">
|
|
25115
25116
|
<th
|
|
25116
|
-
class="pf-
|
|
25117
|
+
class="pf-c-table__sticky-column"
|
|
25117
25118
|
role="columnheader"
|
|
25118
25119
|
data-label="Example th"
|
|
25119
25120
|
scope="col"
|
|
25120
25121
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25121
25122
|
>Fact 5</th>
|
|
25122
25123
|
<th
|
|
25123
|
-
class="pf-m-border-right pf-
|
|
25124
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25124
25125
|
role="columnheader"
|
|
25125
25126
|
data-label="Example th"
|
|
25126
25127
|
scope="col"
|
|
@@ -25164,14 +25165,14 @@ wrapperTag: div
|
|
|
25164
25165
|
</tr>
|
|
25165
25166
|
<tr role="row">
|
|
25166
25167
|
<th
|
|
25167
|
-
class="pf-
|
|
25168
|
+
class="pf-c-table__sticky-column"
|
|
25168
25169
|
role="columnheader"
|
|
25169
25170
|
data-label="Example th"
|
|
25170
25171
|
scope="col"
|
|
25171
25172
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25172
25173
|
>Fact 6</th>
|
|
25173
25174
|
<th
|
|
25174
|
-
class="pf-m-border-right pf-
|
|
25175
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25175
25176
|
role="columnheader"
|
|
25176
25177
|
data-label="Example th"
|
|
25177
25178
|
scope="col"
|
|
@@ -25215,14 +25216,14 @@ wrapperTag: div
|
|
|
25215
25216
|
</tr>
|
|
25216
25217
|
<tr role="row">
|
|
25217
25218
|
<th
|
|
25218
|
-
class="pf-
|
|
25219
|
+
class="pf-c-table__sticky-column"
|
|
25219
25220
|
role="columnheader"
|
|
25220
25221
|
data-label="Example th"
|
|
25221
25222
|
scope="col"
|
|
25222
25223
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25223
25224
|
>Fact 7</th>
|
|
25224
25225
|
<th
|
|
25225
|
-
class="pf-m-border-right pf-
|
|
25226
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25226
25227
|
role="columnheader"
|
|
25227
25228
|
data-label="Example th"
|
|
25228
25229
|
scope="col"
|
|
@@ -25266,14 +25267,14 @@ wrapperTag: div
|
|
|
25266
25267
|
</tr>
|
|
25267
25268
|
<tr role="row">
|
|
25268
25269
|
<th
|
|
25269
|
-
class="pf-
|
|
25270
|
+
class="pf-c-table__sticky-column"
|
|
25270
25271
|
role="columnheader"
|
|
25271
25272
|
data-label="Example th"
|
|
25272
25273
|
scope="col"
|
|
25273
25274
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25274
25275
|
>Fact 8</th>
|
|
25275
25276
|
<th
|
|
25276
|
-
class="pf-m-border-right pf-
|
|
25277
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25277
25278
|
role="columnheader"
|
|
25278
25279
|
data-label="Example th"
|
|
25279
25280
|
scope="col"
|
|
@@ -25317,14 +25318,14 @@ wrapperTag: div
|
|
|
25317
25318
|
</tr>
|
|
25318
25319
|
<tr role="row">
|
|
25319
25320
|
<th
|
|
25320
|
-
class="pf-
|
|
25321
|
+
class="pf-c-table__sticky-column"
|
|
25321
25322
|
role="columnheader"
|
|
25322
25323
|
data-label="Example th"
|
|
25323
25324
|
scope="col"
|
|
25324
25325
|
style="--pf-c-table__sticky-column--MinWidth: 100px;"
|
|
25325
25326
|
>Fact 9</th>
|
|
25326
25327
|
<th
|
|
25327
|
-
class="pf-m-border-right pf-
|
|
25328
|
+
class="pf-m-border-right pf-c-table__sticky-column"
|
|
25328
25329
|
role="columnheader"
|
|
25329
25330
|
data-label="Example th"
|
|
25330
25331
|
scope="col"
|
|
@@ -8245,6 +8245,7 @@ section: components
|
|
|
8245
8245
|
<div class="pf-l-bullseye">
|
|
8246
8246
|
<div
|
|
8247
8247
|
class="pf-c-modal-box pf-m-sm"
|
|
8248
|
+
role="dialog"
|
|
8248
8249
|
aria-modal="true"
|
|
8249
8250
|
aria-labelledby="modal-tabs-example-modal-title"
|
|
8250
8251
|
aria-describedby="modal-tabs-example-modal-description"
|