@patternfly/patternfly 4.166.4 → 4.169.0
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/DescriptionList/description-list.css +18 -0
- package/components/DescriptionList/description-list.scss +19 -0
- package/components/Dropdown/dropdown.css +5 -0
- package/components/Dropdown/dropdown.scss +5 -0
- package/components/Masthead/masthead.css +3 -0
- package/components/Masthead/masthead.scss +4 -0
- package/components/Table/table.css +8 -0
- package/components/Table/table.scss +16 -0
- package/components/Toolbar/toolbar.css +6 -0
- package/components/Toolbar/toolbar.scss +9 -0
- package/components/Truncate/truncate.css +14 -26
- package/components/Truncate/truncate.scss +13 -32
- package/docs/components/BackToTop/examples/BackToTop.md +0 -1
- package/docs/components/DescriptionList/examples/DescriptionList.md +82 -30
- package/docs/components/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/components/Table/examples/Table.md +899 -241
- package/docs/components/Toolbar/examples/Toolbar.md +1 -0
- package/docs/components/Truncate/examples/Truncate.css +9 -0
- package/docs/components/Truncate/examples/Truncate.md +16 -25
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -1
- package/docs/demos/Card/examples/Card.md +95 -139
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/demos/Masthead/examples/Masthead.md +865 -1
- package/docs/demos/Tabs/examples/Tabs.md +25 -67
- package/package.json +1 -1
- package/patternfly-no-reset.css +54 -26
- package/patternfly.css +54 -26
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/pages/modifiers.md +0 -86
|
@@ -340,9 +340,7 @@ section: components
|
|
|
340
340
|
aria-labelledby="open-tabs-example-tabs-list-details-title"
|
|
341
341
|
>
|
|
342
342
|
<div class="pf-c-description-list__group">
|
|
343
|
-
<dt class="pf-c-description-list__term">
|
|
344
|
-
<span class="pf-c-description-list__text">Name</span>
|
|
345
|
-
</dt>
|
|
343
|
+
<dt class="pf-c-description-list__term">Name</dt>
|
|
346
344
|
<dd class="pf-c-description-list__description">
|
|
347
345
|
<div
|
|
348
346
|
class="pf-c-description-list__text"
|
|
@@ -350,9 +348,7 @@ section: components
|
|
|
350
348
|
</dd>
|
|
351
349
|
</div>
|
|
352
350
|
<div class="pf-c-description-list__group">
|
|
353
|
-
<dt class="pf-c-description-list__term">
|
|
354
|
-
<span class="pf-c-description-list__text">Status</span>
|
|
355
|
-
</dt>
|
|
351
|
+
<dt class="pf-c-description-list__term">Status</dt>
|
|
356
352
|
<dd class="pf-c-description-list__description">
|
|
357
353
|
<div class="pf-c-description-list__text">
|
|
358
354
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
@@ -368,9 +364,7 @@ section: components
|
|
|
368
364
|
</dd>
|
|
369
365
|
</div>
|
|
370
366
|
<div class="pf-c-description-list__group">
|
|
371
|
-
<dt class="pf-c-description-list__term">
|
|
372
|
-
<span class="pf-c-description-list__text">Namespace</span>
|
|
373
|
-
</dt>
|
|
367
|
+
<dt class="pf-c-description-list__term">Namespace</dt>
|
|
374
368
|
<dd class="pf-c-description-list__description">
|
|
375
369
|
<div class="pf-c-description-list__text">
|
|
376
370
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
@@ -387,17 +381,13 @@ section: components
|
|
|
387
381
|
</dd>
|
|
388
382
|
</div>
|
|
389
383
|
<div class="pf-c-description-list__group">
|
|
390
|
-
<dt class="pf-c-description-list__term">
|
|
391
|
-
<span class="pf-c-description-list__text">Restart policy</span>
|
|
392
|
-
</dt>
|
|
384
|
+
<dt class="pf-c-description-list__term">Restart policy</dt>
|
|
393
385
|
<dd class="pf-c-description-list__description">
|
|
394
386
|
<div class="pf-c-description-list__text">Always restart</div>
|
|
395
387
|
</dd>
|
|
396
388
|
</div>
|
|
397
389
|
<div class="pf-c-description-list__group">
|
|
398
|
-
<dt class="pf-c-description-list__term">
|
|
399
|
-
<span class="pf-c-description-list__text">Labels</span>
|
|
400
|
-
</dt>
|
|
390
|
+
<dt class="pf-c-description-list__term">Labels</dt>
|
|
401
391
|
<dd class="pf-c-description-list__description">
|
|
402
392
|
<div class="pf-c-description-list__text">
|
|
403
393
|
<div class="pf-c-label-group">
|
|
@@ -428,43 +418,33 @@ section: components
|
|
|
428
418
|
</dd>
|
|
429
419
|
</div>
|
|
430
420
|
<div class="pf-c-description-list__group">
|
|
431
|
-
<dt
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
>Active deadline seconds</span>
|
|
435
|
-
</dt>
|
|
421
|
+
<dt
|
|
422
|
+
class="pf-c-description-list__term"
|
|
423
|
+
>Active deadline seconds</dt>
|
|
436
424
|
<dd class="pf-c-description-list__description">
|
|
437
425
|
<div class="pf-c-description-list__text">Not configured</div>
|
|
438
426
|
</dd>
|
|
439
427
|
</div>
|
|
440
428
|
<div class="pf-c-description-list__group">
|
|
441
|
-
<dt class="pf-c-description-list__term">
|
|
442
|
-
<span class="pf-c-description-list__text">Tolerations</span>
|
|
443
|
-
</dt>
|
|
429
|
+
<dt class="pf-c-description-list__term">Tolerations</dt>
|
|
444
430
|
<dd class="pf-c-description-list__description">
|
|
445
431
|
<div class="pf-c-description-list__text">stuff</div>
|
|
446
432
|
</dd>
|
|
447
433
|
</div>
|
|
448
434
|
<div class="pf-c-description-list__group">
|
|
449
|
-
<dt class="pf-c-description-list__term">
|
|
450
|
-
<span class="pf-c-description-list__text">Pod IP</span>
|
|
451
|
-
</dt>
|
|
435
|
+
<dt class="pf-c-description-list__term">Pod IP</dt>
|
|
452
436
|
<dd class="pf-c-description-list__description">
|
|
453
437
|
<div class="pf-c-description-list__text">10..345.2.197</div>
|
|
454
438
|
</dd>
|
|
455
439
|
</div>
|
|
456
440
|
<div class="pf-c-description-list__group">
|
|
457
|
-
<dt class="pf-c-description-list__term">
|
|
458
|
-
<span class="pf-c-description-list__text">Annotations</span>
|
|
459
|
-
</dt>
|
|
441
|
+
<dt class="pf-c-description-list__term">Annotations</dt>
|
|
460
442
|
<dd class="pf-c-description-list__description">
|
|
461
443
|
<div class="pf-c-description-list__text">stuff</div>
|
|
462
444
|
</dd>
|
|
463
445
|
</div>
|
|
464
446
|
<div class="pf-c-description-list__group">
|
|
465
|
-
<dt class="pf-c-description-list__term">
|
|
466
|
-
<span class="pf-c-description-list__text">Node</span>
|
|
467
|
-
</dt>
|
|
447
|
+
<dt class="pf-c-description-list__term">Node</dt>
|
|
468
448
|
<dd class="pf-c-description-list__description">
|
|
469
449
|
<div class="pf-c-description-list__text">
|
|
470
450
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
@@ -481,9 +461,7 @@ section: components
|
|
|
481
461
|
</dd>
|
|
482
462
|
</div>
|
|
483
463
|
<div class="pf-c-description-list__group">
|
|
484
|
-
<dt class="pf-c-description-list__term">
|
|
485
|
-
<span class="pf-c-description-list__text">Created at</span>
|
|
486
|
-
</dt>
|
|
464
|
+
<dt class="pf-c-description-list__term">Created at</dt>
|
|
487
465
|
<dd class="pf-c-description-list__description">
|
|
488
466
|
<div class="pf-c-description-list__text">
|
|
489
467
|
<time>Oct 15, 1:51 pm</time>
|
|
@@ -920,9 +898,7 @@ section: components
|
|
|
920
898
|
aria-label="Pod information list"
|
|
921
899
|
>
|
|
922
900
|
<div class="pf-c-description-list__group">
|
|
923
|
-
<dt class="pf-c-description-list__term">
|
|
924
|
-
<span class="pf-c-description-list__text">Name</span>
|
|
925
|
-
</dt>
|
|
901
|
+
<dt class="pf-c-description-list__term">Name</dt>
|
|
926
902
|
<dd class="pf-c-description-list__description">
|
|
927
903
|
<div
|
|
928
904
|
class="pf-c-description-list__text"
|
|
@@ -930,9 +906,7 @@ section: components
|
|
|
930
906
|
</dd>
|
|
931
907
|
</div>
|
|
932
908
|
<div class="pf-c-description-list__group">
|
|
933
|
-
<dt class="pf-c-description-list__term">
|
|
934
|
-
<span class="pf-c-description-list__text">Status</span>
|
|
935
|
-
</dt>
|
|
909
|
+
<dt class="pf-c-description-list__term">Status</dt>
|
|
936
910
|
<dd class="pf-c-description-list__description">
|
|
937
911
|
<div class="pf-c-description-list__text">
|
|
938
912
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
@@ -948,11 +922,7 @@ section: components
|
|
|
948
922
|
</dd>
|
|
949
923
|
</div>
|
|
950
924
|
<div class="pf-c-description-list__group">
|
|
951
|
-
<dt class="pf-c-description-list__term">
|
|
952
|
-
<span
|
|
953
|
-
class="pf-c-description-list__text"
|
|
954
|
-
>Namespace</span>
|
|
955
|
-
</dt>
|
|
925
|
+
<dt class="pf-c-description-list__term">Namespace</dt>
|
|
956
926
|
<dd class="pf-c-description-list__description">
|
|
957
927
|
<div class="pf-c-description-list__text">
|
|
958
928
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
@@ -969,11 +939,9 @@ section: components
|
|
|
969
939
|
</dd>
|
|
970
940
|
</div>
|
|
971
941
|
<div class="pf-c-description-list__group">
|
|
972
|
-
<dt
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
>Restart policy</span>
|
|
976
|
-
</dt>
|
|
942
|
+
<dt
|
|
943
|
+
class="pf-c-description-list__term"
|
|
944
|
+
>Restart policy</dt>
|
|
977
945
|
<dd class="pf-c-description-list__description">
|
|
978
946
|
<div
|
|
979
947
|
class="pf-c-description-list__text"
|
|
@@ -981,9 +949,7 @@ section: components
|
|
|
981
949
|
</dd>
|
|
982
950
|
</div>
|
|
983
951
|
<div class="pf-c-description-list__group">
|
|
984
|
-
<dt class="pf-c-description-list__term">
|
|
985
|
-
<span class="pf-c-description-list__text">Pod IP</span>
|
|
986
|
-
</dt>
|
|
952
|
+
<dt class="pf-c-description-list__term">Pod IP</dt>
|
|
987
953
|
<dd class="pf-c-description-list__description">
|
|
988
954
|
<div
|
|
989
955
|
class="pf-c-description-list__text"
|
|
@@ -991,11 +957,9 @@ section: components
|
|
|
991
957
|
</dd>
|
|
992
958
|
</div>
|
|
993
959
|
<div class="pf-c-description-list__group">
|
|
994
|
-
<dt
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
>Active deadline seconds</span>
|
|
998
|
-
</dt>
|
|
960
|
+
<dt
|
|
961
|
+
class="pf-c-description-list__term"
|
|
962
|
+
>Active deadline seconds</dt>
|
|
999
963
|
<dd class="pf-c-description-list__description">
|
|
1000
964
|
<div
|
|
1001
965
|
class="pf-c-description-list__text"
|
|
@@ -1003,11 +967,7 @@ section: components
|
|
|
1003
967
|
</dd>
|
|
1004
968
|
</div>
|
|
1005
969
|
<div class="pf-c-description-list__group">
|
|
1006
|
-
<dt class="pf-c-description-list__term">
|
|
1007
|
-
<span
|
|
1008
|
-
class="pf-c-description-list__text"
|
|
1009
|
-
>Created at</span>
|
|
1010
|
-
</dt>
|
|
970
|
+
<dt class="pf-c-description-list__term">Created at</dt>
|
|
1011
971
|
<dd class="pf-c-description-list__description">
|
|
1012
972
|
<div class="pf-c-description-list__text">
|
|
1013
973
|
<time>Oct 15, 1:51 pm</time>
|
|
@@ -1015,9 +975,7 @@ section: components
|
|
|
1015
975
|
</dd>
|
|
1016
976
|
</div>
|
|
1017
977
|
<div class="pf-c-description-list__group">
|
|
1018
|
-
<dt class="pf-c-description-list__term">
|
|
1019
|
-
<span class="pf-c-description-list__text">Node</span>
|
|
1020
|
-
</dt>
|
|
978
|
+
<dt class="pf-c-description-list__term">Node</dt>
|
|
1021
979
|
<dd class="pf-c-description-list__description">
|
|
1022
980
|
<div class="pf-c-description-list__text">
|
|
1023
981
|
<div class="pf-l-flex pf-m-space-items-sm">
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -9480,9 +9480,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9480
9480
|
--pf-c-description-list__group--GridColumn: auto;
|
|
9481
9481
|
--pf-c-description-list--m-compact--RowGap: var(--pf-global--gutter);
|
|
9482
9482
|
--pf-c-description-list--m-compact--ColumnGap: var(--pf-global--spacer--sm);
|
|
9483
|
+
--pf-c-description-list__term--Display: inline;
|
|
9484
|
+
--pf-c-description-list__term--sm--Display: flex;
|
|
9483
9485
|
--pf-c-description-list__term--FontWeight: var(--pf-global--FontWeight--bold);
|
|
9484
9486
|
--pf-c-description-list__term--FontSize: var(--pf-global--FontSize--sm);
|
|
9485
9487
|
--pf-c-description-list__term--LineHeight: var(--pf-global--LineHeight--sm);
|
|
9488
|
+
--pf-c-description-list__term-icon--MinWidth: var(--pf-global--icon--FontSize--sm);
|
|
9489
|
+
--pf-c-description-list__term-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
9490
|
+
--pf-c-description-list__term-icon--Color: var(--pf-global--icon--Color--light);
|
|
9486
9491
|
--pf-c-description-list--m-vertical__group--GridTemplateColumns: repeat(var(--pf-c-description-list--GridTemplateColumns--count));
|
|
9487
9492
|
--pf-c-description-list--m-horizontal__term--width: 12ch;
|
|
9488
9493
|
--pf-c-description-list--m-horizontal__description--width: minmax(10ch, auto);
|
|
@@ -9503,6 +9508,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9503
9508
|
column-gap: var(--pf-c-description-list--ColumnGap);
|
|
9504
9509
|
grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
|
|
9505
9510
|
}
|
|
9511
|
+
@media screen and (min-width: 576px) {
|
|
9512
|
+
.pf-c-description-list {
|
|
9513
|
+
--pf-c-description-list__term--Display: var(--pf-c-description-list__term--sm--Display);
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9506
9516
|
.pf-c-description-list[class*=pf-m-horizontal] {
|
|
9507
9517
|
--pf-c-description-list__term--width: var(--pf-c-description-list--m-horizontal__term--width);
|
|
9508
9518
|
}
|
|
@@ -9605,6 +9615,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9605
9615
|
}
|
|
9606
9616
|
|
|
9607
9617
|
.pf-c-description-list__term {
|
|
9618
|
+
display: var(--pf-c-description-list__term--Display);
|
|
9608
9619
|
font-size: var(--pf-c-description-list__term--FontSize);
|
|
9609
9620
|
font-weight: var(--pf-c-description-list__term--FontWeight);
|
|
9610
9621
|
line-height: var(--pf-c-description-list__term--LineHeight);
|
|
@@ -9613,6 +9624,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9613
9624
|
display: inline;
|
|
9614
9625
|
}
|
|
9615
9626
|
|
|
9627
|
+
.pf-c-description-list__term-icon {
|
|
9628
|
+
flex-shrink: 0;
|
|
9629
|
+
min-width: var(--pf-c-description-list__term-icon--MinWidth);
|
|
9630
|
+
margin-right: var(--pf-c-description-list__term-icon--MarginRight);
|
|
9631
|
+
color: var(--pf-c-description-list__term-icon--Color);
|
|
9632
|
+
}
|
|
9633
|
+
|
|
9616
9634
|
.pf-c-description-list__text.pf-m-help-text {
|
|
9617
9635
|
text-decoration: underline;
|
|
9618
9636
|
cursor: pointer;
|
|
@@ -10346,6 +10364,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10346
10364
|
--pf-c-toolbar--spacer: 0;
|
|
10347
10365
|
}
|
|
10348
10366
|
|
|
10367
|
+
.pf-c-toolbar__group.pf-m-overflow-container,
|
|
10368
|
+
.pf-c-toolbar__item.pf-m-overflow-container {
|
|
10369
|
+
flex: 1;
|
|
10370
|
+
overflow: hidden;
|
|
10371
|
+
}
|
|
10372
|
+
|
|
10349
10373
|
.pf-c-toolbar__expand-all-icon {
|
|
10350
10374
|
display: inline-block;
|
|
10351
10375
|
transition: var(--pf-c-toolbar__expand-all-icon--Transition);
|
|
@@ -12633,6 +12657,10 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12633
12657
|
white-space: nowrap;
|
|
12634
12658
|
}
|
|
12635
12659
|
|
|
12660
|
+
.pf-c-dropdown__toggle-text {
|
|
12661
|
+
flex: 0 1 auto;
|
|
12662
|
+
}
|
|
12663
|
+
|
|
12636
12664
|
.pf-c-dropdown__toggle-icon {
|
|
12637
12665
|
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
|
|
12638
12666
|
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
|
|
@@ -12644,6 +12672,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12644
12672
|
|
|
12645
12673
|
.pf-c-dropdown__toggle-image {
|
|
12646
12674
|
display: inline-flex;
|
|
12675
|
+
flex-shrink: 0;
|
|
12647
12676
|
margin-top: var(--pf-c-dropdown__toggle-image--MarginTop);
|
|
12648
12677
|
margin-right: var(--pf-c-dropdown__toggle-image--MarginRight);
|
|
12649
12678
|
margin-bottom: var(--pf-c-dropdown__toggle-image--MarginBottom);
|
|
@@ -15656,6 +15685,9 @@ ul.pf-c-list {
|
|
|
15656
15685
|
--pf-c-dropdown__toggle--before--BorderRightColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderRightColor);
|
|
15657
15686
|
--pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderLeftColor);
|
|
15658
15687
|
}
|
|
15688
|
+
.pf-c-masthead .pf-c-nav {
|
|
15689
|
+
align-self: stretch;
|
|
15690
|
+
}
|
|
15659
15691
|
|
|
15660
15692
|
.pf-c-masthead__main {
|
|
15661
15693
|
position: relative;
|
|
@@ -24243,6 +24275,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24243
24275
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingTop: var(--pf-global--spacer--xs);
|
|
24244
24276
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom: var(--pf-global--spacer--xs);
|
|
24245
24277
|
--pf-c-table__subhead--Color: var(--pf-global--Color--200);
|
|
24278
|
+
--pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
|
24246
24279
|
color: var(--pf-global--Color--100);
|
|
24247
24280
|
width: 100%;
|
|
24248
24281
|
background-color: var(--pf-c-table--BackgroundColor);
|
|
@@ -24284,6 +24317,13 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24284
24317
|
content: "";
|
|
24285
24318
|
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
|
24286
24319
|
}
|
|
24320
|
+
.pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd), .pf-c-table.pf-m-striped.pf-m-expandable > tbody:nth-of-type(odd) > tr:not(.pf-c-table__expandable-row),
|
|
24321
|
+
.pf-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
24322
|
+
.pf-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
24323
|
+
.pf-c-table tr.pf-m-striped {
|
|
24324
|
+
--pf-c-table__sticky-column--BackgroundColor: var(--pf-c-table--m-striped__tr--BackgroundColor);
|
|
24325
|
+
background: var(--pf-c-table--m-striped__tr--BackgroundColor);
|
|
24326
|
+
}
|
|
24287
24327
|
.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
|
24288
24328
|
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
|
24289
24329
|
}
|
|
@@ -27135,47 +27175,35 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27135
27175
|
}
|
|
27136
27176
|
|
|
27137
27177
|
.pf-c-truncate {
|
|
27138
|
-
--pf-c-truncate--
|
|
27139
|
-
|
|
27140
|
-
|
|
27141
|
-
|
|
27178
|
+
--pf-c-truncate--MinWidth: 12ch;
|
|
27179
|
+
--pf-c-truncate__start--MinWidth: 6ch;
|
|
27180
|
+
display: inline-grid;
|
|
27181
|
+
grid-auto-flow: column;
|
|
27182
|
+
align-items: baseline;
|
|
27183
|
+
min-width: var(--pf-c-truncate--MinWidth);
|
|
27142
27184
|
}
|
|
27143
27185
|
|
|
27144
27186
|
.pf-c-truncate__start,
|
|
27145
27187
|
.pf-c-truncate__end {
|
|
27146
|
-
flex-shrink: 1;
|
|
27147
27188
|
overflow: hidden;
|
|
27148
27189
|
text-overflow: ellipsis;
|
|
27149
27190
|
white-space: nowrap;
|
|
27150
27191
|
}
|
|
27151
27192
|
|
|
27193
|
+
.pf-c-truncate__start {
|
|
27194
|
+
min-width: var(--pf-c-truncate__start--MinWidth);
|
|
27195
|
+
}
|
|
27196
|
+
|
|
27152
27197
|
.pf-c-truncate__end {
|
|
27153
27198
|
direction: rtl;
|
|
27154
|
-
text-align: left;
|
|
27155
27199
|
}
|
|
27156
27200
|
|
|
27157
|
-
|
|
27158
|
-
|
|
27159
|
-
|
|
27160
|
-
}
|
|
27161
|
-
}
|
|
27162
|
-
@supports not (text-overflow: "") {
|
|
27163
|
-
.pf-c-truncate__start + .pf-c-truncate__end {
|
|
27164
|
-
font-size: 0;
|
|
27165
|
-
}
|
|
27166
|
-
.pf-c-truncate__start + .pf-c-truncate__end .pf-c-truncate__text {
|
|
27167
|
-
font-size: var(--pf-c-truncate--FontSize);
|
|
27168
|
-
}
|
|
27201
|
+
.pf-c-truncate__start + .pf-c-truncate__end {
|
|
27202
|
+
overflow: visible;
|
|
27203
|
+
direction: ltr;
|
|
27169
27204
|
}
|
|
27170
|
-
@supports (-webkit-hyphens: none) {
|
|
27171
|
-
.pf-c-truncate {
|
|
27172
|
-
display: inline-block;
|
|
27173
|
-
max-width: 100%;
|
|
27174
|
-
overflow: hidden;
|
|
27175
|
-
text-overflow: ellipsis;
|
|
27176
|
-
white-space: nowrap;
|
|
27177
|
-
}
|
|
27178
27205
|
|
|
27206
|
+
@supports (-webkit-hyphens: none) {
|
|
27179
27207
|
.pf-c-truncate__end {
|
|
27180
27208
|
direction: ltr;
|
|
27181
27209
|
}
|
package/patternfly.css
CHANGED
|
@@ -9602,9 +9602,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9602
9602
|
--pf-c-description-list__group--GridColumn: auto;
|
|
9603
9603
|
--pf-c-description-list--m-compact--RowGap: var(--pf-global--gutter);
|
|
9604
9604
|
--pf-c-description-list--m-compact--ColumnGap: var(--pf-global--spacer--sm);
|
|
9605
|
+
--pf-c-description-list__term--Display: inline;
|
|
9606
|
+
--pf-c-description-list__term--sm--Display: flex;
|
|
9605
9607
|
--pf-c-description-list__term--FontWeight: var(--pf-global--FontWeight--bold);
|
|
9606
9608
|
--pf-c-description-list__term--FontSize: var(--pf-global--FontSize--sm);
|
|
9607
9609
|
--pf-c-description-list__term--LineHeight: var(--pf-global--LineHeight--sm);
|
|
9610
|
+
--pf-c-description-list__term-icon--MinWidth: var(--pf-global--icon--FontSize--sm);
|
|
9611
|
+
--pf-c-description-list__term-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
9612
|
+
--pf-c-description-list__term-icon--Color: var(--pf-global--icon--Color--light);
|
|
9608
9613
|
--pf-c-description-list--m-vertical__group--GridTemplateColumns: repeat(var(--pf-c-description-list--GridTemplateColumns--count));
|
|
9609
9614
|
--pf-c-description-list--m-horizontal__term--width: 12ch;
|
|
9610
9615
|
--pf-c-description-list--m-horizontal__description--width: minmax(10ch, auto);
|
|
@@ -9625,6 +9630,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9625
9630
|
column-gap: var(--pf-c-description-list--ColumnGap);
|
|
9626
9631
|
grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
|
|
9627
9632
|
}
|
|
9633
|
+
@media screen and (min-width: 576px) {
|
|
9634
|
+
.pf-c-description-list {
|
|
9635
|
+
--pf-c-description-list__term--Display: var(--pf-c-description-list__term--sm--Display);
|
|
9636
|
+
}
|
|
9637
|
+
}
|
|
9628
9638
|
.pf-c-description-list[class*=pf-m-horizontal] {
|
|
9629
9639
|
--pf-c-description-list__term--width: var(--pf-c-description-list--m-horizontal__term--width);
|
|
9630
9640
|
}
|
|
@@ -9727,6 +9737,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9727
9737
|
}
|
|
9728
9738
|
|
|
9729
9739
|
.pf-c-description-list__term {
|
|
9740
|
+
display: var(--pf-c-description-list__term--Display);
|
|
9730
9741
|
font-size: var(--pf-c-description-list__term--FontSize);
|
|
9731
9742
|
font-weight: var(--pf-c-description-list__term--FontWeight);
|
|
9732
9743
|
line-height: var(--pf-c-description-list__term--LineHeight);
|
|
@@ -9735,6 +9746,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9735
9746
|
display: inline;
|
|
9736
9747
|
}
|
|
9737
9748
|
|
|
9749
|
+
.pf-c-description-list__term-icon {
|
|
9750
|
+
flex-shrink: 0;
|
|
9751
|
+
min-width: var(--pf-c-description-list__term-icon--MinWidth);
|
|
9752
|
+
margin-right: var(--pf-c-description-list__term-icon--MarginRight);
|
|
9753
|
+
color: var(--pf-c-description-list__term-icon--Color);
|
|
9754
|
+
}
|
|
9755
|
+
|
|
9738
9756
|
.pf-c-description-list__text.pf-m-help-text {
|
|
9739
9757
|
text-decoration: underline;
|
|
9740
9758
|
cursor: pointer;
|
|
@@ -10468,6 +10486,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10468
10486
|
--pf-c-toolbar--spacer: 0;
|
|
10469
10487
|
}
|
|
10470
10488
|
|
|
10489
|
+
.pf-c-toolbar__group.pf-m-overflow-container,
|
|
10490
|
+
.pf-c-toolbar__item.pf-m-overflow-container {
|
|
10491
|
+
flex: 1;
|
|
10492
|
+
overflow: hidden;
|
|
10493
|
+
}
|
|
10494
|
+
|
|
10471
10495
|
.pf-c-toolbar__expand-all-icon {
|
|
10472
10496
|
display: inline-block;
|
|
10473
10497
|
transition: var(--pf-c-toolbar__expand-all-icon--Transition);
|
|
@@ -12755,6 +12779,10 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12755
12779
|
white-space: nowrap;
|
|
12756
12780
|
}
|
|
12757
12781
|
|
|
12782
|
+
.pf-c-dropdown__toggle-text {
|
|
12783
|
+
flex: 0 1 auto;
|
|
12784
|
+
}
|
|
12785
|
+
|
|
12758
12786
|
.pf-c-dropdown__toggle-icon {
|
|
12759
12787
|
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
|
|
12760
12788
|
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
|
|
@@ -12766,6 +12794,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12766
12794
|
|
|
12767
12795
|
.pf-c-dropdown__toggle-image {
|
|
12768
12796
|
display: inline-flex;
|
|
12797
|
+
flex-shrink: 0;
|
|
12769
12798
|
margin-top: var(--pf-c-dropdown__toggle-image--MarginTop);
|
|
12770
12799
|
margin-right: var(--pf-c-dropdown__toggle-image--MarginRight);
|
|
12771
12800
|
margin-bottom: var(--pf-c-dropdown__toggle-image--MarginBottom);
|
|
@@ -15778,6 +15807,9 @@ ul.pf-c-list {
|
|
|
15778
15807
|
--pf-c-dropdown__toggle--before--BorderRightColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderRightColor);
|
|
15779
15808
|
--pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderLeftColor);
|
|
15780
15809
|
}
|
|
15810
|
+
.pf-c-masthead .pf-c-nav {
|
|
15811
|
+
align-self: stretch;
|
|
15812
|
+
}
|
|
15781
15813
|
|
|
15782
15814
|
.pf-c-masthead__main {
|
|
15783
15815
|
position: relative;
|
|
@@ -24365,6 +24397,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24365
24397
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingTop: var(--pf-global--spacer--xs);
|
|
24366
24398
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom: var(--pf-global--spacer--xs);
|
|
24367
24399
|
--pf-c-table__subhead--Color: var(--pf-global--Color--200);
|
|
24400
|
+
--pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
|
24368
24401
|
color: var(--pf-global--Color--100);
|
|
24369
24402
|
width: 100%;
|
|
24370
24403
|
background-color: var(--pf-c-table--BackgroundColor);
|
|
@@ -24406,6 +24439,13 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24406
24439
|
content: "";
|
|
24407
24440
|
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
|
24408
24441
|
}
|
|
24442
|
+
.pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd), .pf-c-table.pf-m-striped.pf-m-expandable > tbody:nth-of-type(odd) > tr:not(.pf-c-table__expandable-row),
|
|
24443
|
+
.pf-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
24444
|
+
.pf-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
24445
|
+
.pf-c-table tr.pf-m-striped {
|
|
24446
|
+
--pf-c-table__sticky-column--BackgroundColor: var(--pf-c-table--m-striped__tr--BackgroundColor);
|
|
24447
|
+
background: var(--pf-c-table--m-striped__tr--BackgroundColor);
|
|
24448
|
+
}
|
|
24409
24449
|
.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
|
24410
24450
|
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
|
24411
24451
|
}
|
|
@@ -27257,47 +27297,35 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27257
27297
|
}
|
|
27258
27298
|
|
|
27259
27299
|
.pf-c-truncate {
|
|
27260
|
-
--pf-c-truncate--
|
|
27261
|
-
|
|
27262
|
-
|
|
27263
|
-
|
|
27300
|
+
--pf-c-truncate--MinWidth: 12ch;
|
|
27301
|
+
--pf-c-truncate__start--MinWidth: 6ch;
|
|
27302
|
+
display: inline-grid;
|
|
27303
|
+
grid-auto-flow: column;
|
|
27304
|
+
align-items: baseline;
|
|
27305
|
+
min-width: var(--pf-c-truncate--MinWidth);
|
|
27264
27306
|
}
|
|
27265
27307
|
|
|
27266
27308
|
.pf-c-truncate__start,
|
|
27267
27309
|
.pf-c-truncate__end {
|
|
27268
|
-
flex-shrink: 1;
|
|
27269
27310
|
overflow: hidden;
|
|
27270
27311
|
text-overflow: ellipsis;
|
|
27271
27312
|
white-space: nowrap;
|
|
27272
27313
|
}
|
|
27273
27314
|
|
|
27315
|
+
.pf-c-truncate__start {
|
|
27316
|
+
min-width: var(--pf-c-truncate__start--MinWidth);
|
|
27317
|
+
}
|
|
27318
|
+
|
|
27274
27319
|
.pf-c-truncate__end {
|
|
27275
27320
|
direction: rtl;
|
|
27276
|
-
text-align: left;
|
|
27277
27321
|
}
|
|
27278
27322
|
|
|
27279
|
-
|
|
27280
|
-
|
|
27281
|
-
|
|
27282
|
-
}
|
|
27283
|
-
}
|
|
27284
|
-
@supports not (text-overflow: "") {
|
|
27285
|
-
.pf-c-truncate__start + .pf-c-truncate__end {
|
|
27286
|
-
font-size: 0;
|
|
27287
|
-
}
|
|
27288
|
-
.pf-c-truncate__start + .pf-c-truncate__end .pf-c-truncate__text {
|
|
27289
|
-
font-size: var(--pf-c-truncate--FontSize);
|
|
27290
|
-
}
|
|
27323
|
+
.pf-c-truncate__start + .pf-c-truncate__end {
|
|
27324
|
+
overflow: visible;
|
|
27325
|
+
direction: ltr;
|
|
27291
27326
|
}
|
|
27292
|
-
@supports (-webkit-hyphens: none) {
|
|
27293
|
-
.pf-c-truncate {
|
|
27294
|
-
display: inline-block;
|
|
27295
|
-
max-width: 100%;
|
|
27296
|
-
overflow: hidden;
|
|
27297
|
-
text-overflow: ellipsis;
|
|
27298
|
-
white-space: nowrap;
|
|
27299
|
-
}
|
|
27300
27327
|
|
|
27328
|
+
@supports (-webkit-hyphens: none) {
|
|
27301
27329
|
.pf-c-truncate__end {
|
|
27302
27330
|
direction: ltr;
|
|
27303
27331
|
}
|