@patternfly/patternfly 6.1.0-prerelease.4 → 6.1.0-prerelease.6
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/DataList/data-list.css +6 -0
- package/components/DataList/data-list.scss +7 -0
- package/components/Table/table.css +6 -4
- package/components/Table/table.scss +7 -5
- package/components/_index.css +12 -4
- package/docs/components/DataList/examples/DataList.md +15 -13
- package/docs/components/Table/examples/Table.md +4 -246
- package/package.json +2 -2
- package/patternfly-no-globals.css +12 -4
- package/patternfly.css +12 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -18830,57 +18830,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18830
18830
|
colspan="2"
|
|
18831
18831
|
>Ports</th>
|
|
18832
18832
|
|
|
18833
|
-
<th
|
|
18834
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
18835
|
-
role="columnheader"
|
|
18836
|
-
aria-sort="none"
|
|
18837
|
-
scope="col"
|
|
18838
|
-
rowspan="2"
|
|
18839
|
-
>
|
|
18840
|
-
<button class="pf-v6-c-table__button">
|
|
18841
|
-
<span class="pf-v6-c-table__button-content">
|
|
18842
|
-
<span class="pf-v6-c-table__text">Protocol</span>
|
|
18843
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
18844
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
18845
|
-
</span>
|
|
18846
|
-
</span>
|
|
18847
|
-
</button>
|
|
18848
|
-
</th>
|
|
18849
|
-
|
|
18850
|
-
<th
|
|
18851
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
18852
|
-
role="columnheader"
|
|
18853
|
-
aria-sort="none"
|
|
18854
|
-
scope="col"
|
|
18855
|
-
rowspan="2"
|
|
18856
|
-
>
|
|
18857
|
-
<button class="pf-v6-c-table__button">
|
|
18858
|
-
<span class="pf-v6-c-table__button-content">
|
|
18859
|
-
<span class="pf-v6-c-table__text">Flow rate</span>
|
|
18860
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
18861
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
18862
|
-
</span>
|
|
18863
|
-
</span>
|
|
18864
|
-
</button>
|
|
18865
|
-
</th>
|
|
18866
|
-
|
|
18867
|
-
<th
|
|
18868
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
18869
|
-
role="columnheader"
|
|
18870
|
-
aria-sort="none"
|
|
18871
|
-
scope="col"
|
|
18872
|
-
rowspan="2"
|
|
18873
|
-
>
|
|
18874
|
-
<button class="pf-v6-c-table__button">
|
|
18875
|
-
<span class="pf-v6-c-table__button-content">
|
|
18876
|
-
<span class="pf-v6-c-table__text">Traffic</span>
|
|
18877
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
18878
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
18879
|
-
</span>
|
|
18880
|
-
</span>
|
|
18881
|
-
</button>
|
|
18882
|
-
</th>
|
|
18883
|
-
|
|
18884
18833
|
<th
|
|
18885
18834
|
class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort"
|
|
18886
18835
|
role="columnheader"
|
|
@@ -18901,7 +18850,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18901
18850
|
|
|
18902
18851
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
18903
18852
|
<th
|
|
18904
|
-
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
|
|
18853
|
+
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort"
|
|
18905
18854
|
role="columnheader"
|
|
18906
18855
|
aria-sort="none"
|
|
18907
18856
|
scope="col"
|
|
@@ -18917,7 +18866,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18917
18866
|
</th>
|
|
18918
18867
|
|
|
18919
18868
|
<th
|
|
18920
|
-
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
|
|
18869
|
+
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort"
|
|
18921
18870
|
role="columnheader"
|
|
18922
18871
|
aria-sort="none"
|
|
18923
18872
|
scope="col"
|
|
@@ -19034,13 +18983,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19034
18983
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19035
18984
|
</div>
|
|
19036
18985
|
</td>
|
|
19037
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19038
|
-
<td
|
|
19039
|
-
class="pf-v6-c-table__td"
|
|
19040
|
-
role="cell"
|
|
19041
|
-
data-label="Flow rate"
|
|
19042
|
-
>1.9 Kbps</td>
|
|
19043
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19044
18986
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19045
18987
|
</tr>
|
|
19046
18988
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19094,13 +19036,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19094
19036
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19095
19037
|
</div>
|
|
19096
19038
|
</td>
|
|
19097
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19098
|
-
<td
|
|
19099
|
-
class="pf-v6-c-table__td"
|
|
19100
|
-
role="cell"
|
|
19101
|
-
data-label="Flow rate"
|
|
19102
|
-
>1.9 Kbps</td>
|
|
19103
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19104
19039
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19105
19040
|
</tr>
|
|
19106
19041
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19154,13 +19089,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19154
19089
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19155
19090
|
</div>
|
|
19156
19091
|
</td>
|
|
19157
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19158
|
-
<td
|
|
19159
|
-
class="pf-v6-c-table__td"
|
|
19160
|
-
role="cell"
|
|
19161
|
-
data-label="Flow rate"
|
|
19162
|
-
>1.9 Kbps</td>
|
|
19163
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19164
19092
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19165
19093
|
</tr>
|
|
19166
19094
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19214,13 +19142,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19214
19142
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19215
19143
|
</div>
|
|
19216
19144
|
</td>
|
|
19217
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19218
|
-
<td
|
|
19219
|
-
class="pf-v6-c-table__td"
|
|
19220
|
-
role="cell"
|
|
19221
|
-
data-label="Flow rate"
|
|
19222
|
-
>1.9 Kbps</td>
|
|
19223
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19224
19145
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19225
19146
|
</tr>
|
|
19226
19147
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19274,13 +19195,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19274
19195
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19275
19196
|
</div>
|
|
19276
19197
|
</td>
|
|
19277
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19278
|
-
<td
|
|
19279
|
-
class="pf-v6-c-table__td"
|
|
19280
|
-
role="cell"
|
|
19281
|
-
data-label="Flow rate"
|
|
19282
|
-
>1.9 Kbps</td>
|
|
19283
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19284
19198
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19285
19199
|
</tr>
|
|
19286
19200
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19334,13 +19248,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19334
19248
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19335
19249
|
</div>
|
|
19336
19250
|
</td>
|
|
19337
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19338
|
-
<td
|
|
19339
|
-
class="pf-v6-c-table__td"
|
|
19340
|
-
role="cell"
|
|
19341
|
-
data-label="Flow rate"
|
|
19342
|
-
>1.9 Kbps</td>
|
|
19343
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19344
19251
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19345
19252
|
</tr>
|
|
19346
19253
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19394,13 +19301,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19394
19301
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19395
19302
|
</div>
|
|
19396
19303
|
</td>
|
|
19397
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19398
|
-
<td
|
|
19399
|
-
class="pf-v6-c-table__td"
|
|
19400
|
-
role="cell"
|
|
19401
|
-
data-label="Flow rate"
|
|
19402
|
-
>1.9 Kbps</td>
|
|
19403
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19404
19304
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19405
19305
|
</tr>
|
|
19406
19306
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19454,13 +19354,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19454
19354
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19455
19355
|
</div>
|
|
19456
19356
|
</td>
|
|
19457
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19458
|
-
<td
|
|
19459
|
-
class="pf-v6-c-table__td"
|
|
19460
|
-
role="cell"
|
|
19461
|
-
data-label="Flow rate"
|
|
19462
|
-
>1.9 Kbps</td>
|
|
19463
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19464
19357
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19465
19358
|
</tr>
|
|
19466
19359
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19514,13 +19407,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19514
19407
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19515
19408
|
</div>
|
|
19516
19409
|
</td>
|
|
19517
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19518
|
-
<td
|
|
19519
|
-
class="pf-v6-c-table__td"
|
|
19520
|
-
role="cell"
|
|
19521
|
-
data-label="Flow rate"
|
|
19522
|
-
>1.9 Kbps</td>
|
|
19523
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19524
19410
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19525
19411
|
</tr>
|
|
19526
19412
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19574,13 +19460,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19574
19460
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19575
19461
|
</div>
|
|
19576
19462
|
</td>
|
|
19577
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19578
|
-
<td
|
|
19579
|
-
class="pf-v6-c-table__td"
|
|
19580
|
-
role="cell"
|
|
19581
|
-
data-label="Flow rate"
|
|
19582
|
-
>1.9 Kbps</td>
|
|
19583
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19584
19463
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19585
19464
|
</tr>
|
|
19586
19465
|
</tbody>
|
|
@@ -19615,57 +19494,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19615
19494
|
colspan="2"
|
|
19616
19495
|
>Ports</th>
|
|
19617
19496
|
|
|
19618
|
-
<th
|
|
19619
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
19620
|
-
role="columnheader"
|
|
19621
|
-
aria-sort="none"
|
|
19622
|
-
scope="col"
|
|
19623
|
-
rowspan="2"
|
|
19624
|
-
>
|
|
19625
|
-
<button class="pf-v6-c-table__button">
|
|
19626
|
-
<span class="pf-v6-c-table__button-content">
|
|
19627
|
-
<span class="pf-v6-c-table__text">Protocol</span>
|
|
19628
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
19629
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
19630
|
-
</span>
|
|
19631
|
-
</span>
|
|
19632
|
-
</button>
|
|
19633
|
-
</th>
|
|
19634
|
-
|
|
19635
|
-
<th
|
|
19636
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
19637
|
-
role="columnheader"
|
|
19638
|
-
aria-sort="none"
|
|
19639
|
-
scope="col"
|
|
19640
|
-
rowspan="2"
|
|
19641
|
-
>
|
|
19642
|
-
<button class="pf-v6-c-table__button">
|
|
19643
|
-
<span class="pf-v6-c-table__button-content">
|
|
19644
|
-
<span class="pf-v6-c-table__text">Flow rate</span>
|
|
19645
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
19646
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
19647
|
-
</span>
|
|
19648
|
-
</span>
|
|
19649
|
-
</button>
|
|
19650
|
-
</th>
|
|
19651
|
-
|
|
19652
|
-
<th
|
|
19653
|
-
class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
|
|
19654
|
-
role="columnheader"
|
|
19655
|
-
aria-sort="none"
|
|
19656
|
-
scope="col"
|
|
19657
|
-
rowspan="2"
|
|
19658
|
-
>
|
|
19659
|
-
<button class="pf-v6-c-table__button">
|
|
19660
|
-
<span class="pf-v6-c-table__button-content">
|
|
19661
|
-
<span class="pf-v6-c-table__text">Traffic</span>
|
|
19662
|
-
<span class="pf-v6-c-table__sort-indicator">
|
|
19663
|
-
<i class="fas fa-arrows-alt-v"></i>
|
|
19664
|
-
</span>
|
|
19665
|
-
</span>
|
|
19666
|
-
</button>
|
|
19667
|
-
</th>
|
|
19668
|
-
|
|
19669
19497
|
<th
|
|
19670
19498
|
class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort"
|
|
19671
19499
|
role="columnheader"
|
|
@@ -19686,7 +19514,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19686
19514
|
|
|
19687
19515
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
19688
19516
|
<th
|
|
19689
|
-
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
|
|
19517
|
+
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort"
|
|
19690
19518
|
role="columnheader"
|
|
19691
19519
|
aria-sort="none"
|
|
19692
19520
|
scope="col"
|
|
@@ -19702,7 +19530,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19702
19530
|
</th>
|
|
19703
19531
|
|
|
19704
19532
|
<th
|
|
19705
|
-
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
|
|
19533
|
+
class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort"
|
|
19706
19534
|
role="columnheader"
|
|
19707
19535
|
aria-sort="none"
|
|
19708
19536
|
scope="col"
|
|
@@ -19819,13 +19647,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19819
19647
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19820
19648
|
</div>
|
|
19821
19649
|
</td>
|
|
19822
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19823
|
-
<td
|
|
19824
|
-
class="pf-v6-c-table__td"
|
|
19825
|
-
role="cell"
|
|
19826
|
-
data-label="Flow rate"
|
|
19827
|
-
>1.9 Kbps</td>
|
|
19828
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19829
19650
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19830
19651
|
</tr>
|
|
19831
19652
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19879,13 +19700,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19879
19700
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19880
19701
|
</div>
|
|
19881
19702
|
</td>
|
|
19882
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19883
|
-
<td
|
|
19884
|
-
class="pf-v6-c-table__td"
|
|
19885
|
-
role="cell"
|
|
19886
|
-
data-label="Flow rate"
|
|
19887
|
-
>1.9 Kbps</td>
|
|
19888
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19889
19703
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19890
19704
|
</tr>
|
|
19891
19705
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19939,13 +19753,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19939
19753
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
19940
19754
|
</div>
|
|
19941
19755
|
</td>
|
|
19942
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
19943
|
-
<td
|
|
19944
|
-
class="pf-v6-c-table__td"
|
|
19945
|
-
role="cell"
|
|
19946
|
-
data-label="Flow rate"
|
|
19947
|
-
>1.9 Kbps</td>
|
|
19948
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
19949
19756
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
19950
19757
|
</tr>
|
|
19951
19758
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -19999,13 +19806,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19999
19806
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20000
19807
|
</div>
|
|
20001
19808
|
</td>
|
|
20002
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20003
|
-
<td
|
|
20004
|
-
class="pf-v6-c-table__td"
|
|
20005
|
-
role="cell"
|
|
20006
|
-
data-label="Flow rate"
|
|
20007
|
-
>1.9 Kbps</td>
|
|
20008
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20009
19809
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20010
19810
|
</tr>
|
|
20011
19811
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20059,13 +19859,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20059
19859
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20060
19860
|
</div>
|
|
20061
19861
|
</td>
|
|
20062
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20063
|
-
<td
|
|
20064
|
-
class="pf-v6-c-table__td"
|
|
20065
|
-
role="cell"
|
|
20066
|
-
data-label="Flow rate"
|
|
20067
|
-
>1.9 Kbps</td>
|
|
20068
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20069
19862
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20070
19863
|
</tr>
|
|
20071
19864
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20119,13 +19912,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20119
19912
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20120
19913
|
</div>
|
|
20121
19914
|
</td>
|
|
20122
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20123
|
-
<td
|
|
20124
|
-
class="pf-v6-c-table__td"
|
|
20125
|
-
role="cell"
|
|
20126
|
-
data-label="Flow rate"
|
|
20127
|
-
>1.9 Kbps</td>
|
|
20128
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20129
19915
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20130
19916
|
</tr>
|
|
20131
19917
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20179,13 +19965,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20179
19965
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20180
19966
|
</div>
|
|
20181
19967
|
</td>
|
|
20182
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20183
|
-
<td
|
|
20184
|
-
class="pf-v6-c-table__td"
|
|
20185
|
-
role="cell"
|
|
20186
|
-
data-label="Flow rate"
|
|
20187
|
-
>1.9 Kbps</td>
|
|
20188
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20189
19968
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20190
19969
|
</tr>
|
|
20191
19970
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20239,13 +20018,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20239
20018
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20240
20019
|
</div>
|
|
20241
20020
|
</td>
|
|
20242
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20243
|
-
<td
|
|
20244
|
-
class="pf-v6-c-table__td"
|
|
20245
|
-
role="cell"
|
|
20246
|
-
data-label="Flow rate"
|
|
20247
|
-
>1.9 Kbps</td>
|
|
20248
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20249
20021
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20250
20022
|
</tr>
|
|
20251
20023
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20299,13 +20071,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20299
20071
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20300
20072
|
</div>
|
|
20301
20073
|
</td>
|
|
20302
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20303
|
-
<td
|
|
20304
|
-
class="pf-v6-c-table__td"
|
|
20305
|
-
role="cell"
|
|
20306
|
-
data-label="Flow rate"
|
|
20307
|
-
>1.9 Kbps</td>
|
|
20308
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20309
20074
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20310
20075
|
</tr>
|
|
20311
20076
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
@@ -20359,13 +20124,6 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20359
20124
|
<span class="pf-v6-u-color-200">(smtp)</span>
|
|
20360
20125
|
</div>
|
|
20361
20126
|
</td>
|
|
20362
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Protocol">TCP</td>
|
|
20363
|
-
<td
|
|
20364
|
-
class="pf-v6-c-table__td"
|
|
20365
|
-
role="cell"
|
|
20366
|
-
data-label="Flow rate"
|
|
20367
|
-
>1.9 Kbps</td>
|
|
20368
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Traffic">2.1 KB</td>
|
|
20369
20127
|
<td class="pf-v6-c-table__td" role="cell" data-label="Packets">3</td>
|
|
20370
20128
|
</tr>
|
|
20371
20129
|
</tbody>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.1.0-prerelease.
|
|
4
|
+
"version": "6.1.0-prerelease.6",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^19.1.0",
|
|
48
48
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
49
49
|
"@octokit/rest": "^20.1.0",
|
|
50
|
-
"@patternfly/documentation-framework": "6.0.
|
|
50
|
+
"@patternfly/documentation-framework": "6.0.10",
|
|
51
51
|
"@patternfly/patternfly-a11y": "5.0.0",
|
|
52
52
|
"@patternfly/react-code-editor": "6.0.0",
|
|
53
53
|
"@patternfly/react-core": "6.0.0",
|
|
@@ -11190,6 +11190,8 @@ ul) {
|
|
|
11190
11190
|
--pf-v6-c-data-list--m-compact__item-control--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
11191
11191
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
11192
11192
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
11193
|
+
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset: var(--pf-t--global--spacer--control--vertical--compact);
|
|
11194
|
+
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset: var(--pf-t--global--spacer--control--vertical--compact);
|
|
11193
11195
|
--pf-v6-c-data-list--m-compact__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
11194
11196
|
--pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
11195
11197
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
@@ -11243,6 +11245,10 @@ ul) {
|
|
|
11243
11245
|
.pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__check {
|
|
11244
11246
|
font-size: var(--pf-v6-c-data-list--m-compact__check--FontSize);
|
|
11245
11247
|
}
|
|
11248
|
+
.pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__item-action {
|
|
11249
|
+
padding-block-start: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset));
|
|
11250
|
+
padding-block-end: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset));
|
|
11251
|
+
}
|
|
11246
11252
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
11247
11253
|
overflow-anchor: none;
|
|
11248
11254
|
}
|
|
@@ -23664,7 +23670,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23664
23670
|
--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
23665
23671
|
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23666
23672
|
--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
23667
|
-
--pf-v6-c-table--cell--MinWidth:
|
|
23673
|
+
--pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
|
|
23668
23674
|
--pf-v6-c-table--cell--MaxWidth: none;
|
|
23669
23675
|
--pf-v6-c-table--cell--Width: auto;
|
|
23670
23676
|
--pf-v6-c-table--cell--Overflow: visible;
|
|
@@ -23678,6 +23684,8 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23678
23684
|
--pf-v6-c-table--cell--m-help--MinWidth: 11ch;
|
|
23679
23685
|
--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
23680
23686
|
--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
|
|
23687
|
+
--pf-v6-c-table__text--MinWidth: 100%;
|
|
23688
|
+
--pf-v6-c-table__text--m-truncate--MinWidth: 5ch;
|
|
23681
23689
|
--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
|
|
23682
23690
|
--pf-v6-c-table--cell--hidden-visible--Display: table-cell;
|
|
23683
23691
|
--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -24066,11 +24074,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24066
24074
|
}
|
|
24067
24075
|
|
|
24068
24076
|
.pf-v6-c-table__text {
|
|
24069
|
-
--pf-v6-c-table--cell--MaxWidth: 100%;
|
|
24070
24077
|
position: relative;
|
|
24071
24078
|
display: block;
|
|
24072
24079
|
width: var(--pf-v6-c-table--cell--Width);
|
|
24073
|
-
min-width: var(--pf-v6-c-
|
|
24080
|
+
min-width: var(--pf-v6-c-table__text--MinWidth);
|
|
24074
24081
|
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
24075
24082
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
24076
24083
|
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
@@ -24080,7 +24087,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24080
24087
|
}
|
|
24081
24088
|
.pf-v6-c-table__text.pf-m-truncate {
|
|
24082
24089
|
--pf-v6-c-table--cell--MinWidth: 100%;
|
|
24083
|
-
--pf-v6-c-
|
|
24090
|
+
min-width: max(var(--pf-v6-c-table__text--m-truncate--MinWidth), var(--pf-v6-c-table__text--MinWidth));
|
|
24084
24091
|
}
|
|
24085
24092
|
.pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
|
|
24086
24093
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
@@ -24133,6 +24140,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24133
24140
|
.pf-v6-c-table__button-content .pf-v6-c-table__text,
|
|
24134
24141
|
.pf-v6-c-table__column-help .pf-v6-c-table__text {
|
|
24135
24142
|
min-width: auto;
|
|
24143
|
+
max-width: 100%;
|
|
24136
24144
|
}
|
|
24137
24145
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
|
|
24138
24146
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
|
package/patternfly.css
CHANGED
|
@@ -11326,6 +11326,8 @@ ul) {
|
|
|
11326
11326
|
--pf-v6-c-data-list--m-compact__item-control--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
11327
11327
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
11328
11328
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
11329
|
+
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset: var(--pf-t--global--spacer--control--vertical--compact);
|
|
11330
|
+
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset: var(--pf-t--global--spacer--control--vertical--compact);
|
|
11329
11331
|
--pf-v6-c-data-list--m-compact__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
11330
11332
|
--pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
11331
11333
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
@@ -11379,6 +11381,10 @@ ul) {
|
|
|
11379
11381
|
.pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__check {
|
|
11380
11382
|
font-size: var(--pf-v6-c-data-list--m-compact__check--FontSize);
|
|
11381
11383
|
}
|
|
11384
|
+
.pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__item-action {
|
|
11385
|
+
padding-block-start: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset));
|
|
11386
|
+
padding-block-end: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset));
|
|
11387
|
+
}
|
|
11382
11388
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
11383
11389
|
overflow-anchor: none;
|
|
11384
11390
|
}
|
|
@@ -23800,7 +23806,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23800
23806
|
--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
23801
23807
|
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23802
23808
|
--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
23803
|
-
--pf-v6-c-table--cell--MinWidth:
|
|
23809
|
+
--pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
|
|
23804
23810
|
--pf-v6-c-table--cell--MaxWidth: none;
|
|
23805
23811
|
--pf-v6-c-table--cell--Width: auto;
|
|
23806
23812
|
--pf-v6-c-table--cell--Overflow: visible;
|
|
@@ -23814,6 +23820,8 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23814
23820
|
--pf-v6-c-table--cell--m-help--MinWidth: 11ch;
|
|
23815
23821
|
--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
23816
23822
|
--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
|
|
23823
|
+
--pf-v6-c-table__text--MinWidth: 100%;
|
|
23824
|
+
--pf-v6-c-table__text--m-truncate--MinWidth: 5ch;
|
|
23817
23825
|
--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
|
|
23818
23826
|
--pf-v6-c-table--cell--hidden-visible--Display: table-cell;
|
|
23819
23827
|
--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -24202,11 +24210,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24202
24210
|
}
|
|
24203
24211
|
|
|
24204
24212
|
.pf-v6-c-table__text {
|
|
24205
|
-
--pf-v6-c-table--cell--MaxWidth: 100%;
|
|
24206
24213
|
position: relative;
|
|
24207
24214
|
display: block;
|
|
24208
24215
|
width: var(--pf-v6-c-table--cell--Width);
|
|
24209
|
-
min-width: var(--pf-v6-c-
|
|
24216
|
+
min-width: var(--pf-v6-c-table__text--MinWidth);
|
|
24210
24217
|
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
24211
24218
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
24212
24219
|
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
@@ -24216,7 +24223,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24216
24223
|
}
|
|
24217
24224
|
.pf-v6-c-table__text.pf-m-truncate {
|
|
24218
24225
|
--pf-v6-c-table--cell--MinWidth: 100%;
|
|
24219
|
-
--pf-v6-c-
|
|
24226
|
+
min-width: max(var(--pf-v6-c-table__text--m-truncate--MinWidth), var(--pf-v6-c-table__text--MinWidth));
|
|
24220
24227
|
}
|
|
24221
24228
|
.pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
|
|
24222
24229
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
@@ -24269,6 +24276,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24269
24276
|
.pf-v6-c-table__button-content .pf-v6-c-table__text,
|
|
24270
24277
|
.pf-v6-c-table__column-help .pf-v6-c-table__text {
|
|
24271
24278
|
min-width: auto;
|
|
24279
|
+
max-width: 100%;
|
|
24272
24280
|
}
|
|
24273
24281
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
|
|
24274
24282
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
|