@patternfly/patternfly 4.209.1 → 4.210.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/Timestamp/timestamp.css +3 -0
- package/components/Timestamp/timestamp.scss +3 -0
- package/docs/components/DataList/examples/DataList.md +14 -14
- package/package.json +1 -1
- package/patternfly-no-reset.css +3 -0
- package/patternfly.css +3 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.pf-c-timestamp {
|
|
2
2
|
--pf-c-timestamp--FontSize: var(--pf-global--FontSize--sm);
|
|
3
3
|
--pf-c-timestamp--Color: var(--pf-global--Color--200);
|
|
4
|
+
--pf-c-timestamp--OutlineOffset: 0.1875rem;
|
|
4
5
|
--pf-c-timestamp--m-help-text--TextDecorationLine: underline;
|
|
5
6
|
--pf-c-timestamp--m-help-text--TextDecorationStyle: dashed;
|
|
6
7
|
--pf-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-global--BorderWidth--sm);
|
|
@@ -10,8 +11,10 @@
|
|
|
10
11
|
--pf-c-timestamp--m-help-text--focus--Color: var(--pf-global--Color--100);
|
|
11
12
|
--pf-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-global--Color--100);
|
|
12
13
|
--pf-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-global--Color--100);
|
|
14
|
+
display: inline-block;
|
|
13
15
|
font-size: var(--pf-c-timestamp--FontSize);
|
|
14
16
|
color: var(--pf-c-timestamp--Color);
|
|
17
|
+
outline-offset: var(--pf-c-timestamp--OutlineOffset);
|
|
15
18
|
}
|
|
16
19
|
.pf-c-timestamp.pf-m-help-text {
|
|
17
20
|
cursor: pointer;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.pf-c-timestamp {
|
|
2
2
|
--pf-c-timestamp--FontSize: var(--pf-global--FontSize--sm);
|
|
3
3
|
--pf-c-timestamp--Color: var(--pf-global--Color--200);
|
|
4
|
+
--pf-c-timestamp--OutlineOffset: #{pf-size-prem(3px)};
|
|
4
5
|
|
|
5
6
|
// Help text variables for the timestamp
|
|
6
7
|
--pf-c-timestamp--m-help-text--TextDecorationLine: underline;
|
|
@@ -13,8 +14,10 @@
|
|
|
13
14
|
--pf-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-global--Color--100);
|
|
14
15
|
--pf-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-global--Color--100);
|
|
15
16
|
|
|
17
|
+
display: inline-block;
|
|
16
18
|
font-size: var(--pf-c-timestamp--FontSize);
|
|
17
19
|
color: var(--pf-c-timestamp--Color);
|
|
20
|
+
outline-offset: var(--pf-c-timestamp--OutlineOffset);
|
|
18
21
|
|
|
19
22
|
&.pf-m-help-text {
|
|
20
23
|
cursor: pointer;
|
|
@@ -478,7 +478,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
478
478
|
<section
|
|
479
479
|
class="pf-c-data-list__expandable-content"
|
|
480
480
|
id="data-list-expandable-content1"
|
|
481
|
-
aria-label="
|
|
481
|
+
aria-label="Expandable primary content details"
|
|
482
482
|
>
|
|
483
483
|
<div
|
|
484
484
|
class="pf-c-data-list__expandable-content-body"
|
|
@@ -570,7 +570,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
570
570
|
<section
|
|
571
571
|
class="pf-c-data-list__expandable-content"
|
|
572
572
|
id="data-list-expandable-content2"
|
|
573
|
-
aria-label="
|
|
573
|
+
aria-label="Expandable secondary content details"
|
|
574
574
|
hidden
|
|
575
575
|
>
|
|
576
576
|
<div
|
|
@@ -666,7 +666,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
666
666
|
<section
|
|
667
667
|
class="pf-c-data-list__expandable-content"
|
|
668
668
|
id="data-list-expandable-content3"
|
|
669
|
-
aria-label="
|
|
669
|
+
aria-label="Expandable tertiary content details"
|
|
670
670
|
>
|
|
671
671
|
<div
|
|
672
672
|
class="pf-c-data-list__expandable-content-body pf-m-no-padding"
|
|
@@ -774,7 +774,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
774
774
|
<section
|
|
775
775
|
class="pf-c-data-list__expandable-content"
|
|
776
776
|
id="data-list-expandable-compact-content1"
|
|
777
|
-
aria-label="
|
|
777
|
+
aria-label="Expandable compact primary content details"
|
|
778
778
|
>
|
|
779
779
|
<div
|
|
780
780
|
class="pf-c-data-list__expandable-content-body"
|
|
@@ -869,7 +869,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
869
869
|
<section
|
|
870
870
|
class="pf-c-data-list__expandable-content"
|
|
871
871
|
id="data-list-expandable-compact-content2"
|
|
872
|
-
aria-label="
|
|
872
|
+
aria-label="Expandable compact secondary content details"
|
|
873
873
|
hidden
|
|
874
874
|
>
|
|
875
875
|
<div
|
|
@@ -965,7 +965,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
965
965
|
<section
|
|
966
966
|
class="pf-c-data-list__expandable-content"
|
|
967
967
|
id="data-list-expandable-compact-content3"
|
|
968
|
-
aria-label="
|
|
968
|
+
aria-label="Expandable compact tertiary content details"
|
|
969
969
|
>
|
|
970
970
|
<div
|
|
971
971
|
class="pf-c-data-list__expandable-content-body pf-m-no-padding"
|
|
@@ -1073,7 +1073,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1073
1073
|
<section
|
|
1074
1074
|
class="pf-c-data-list__expandable-content"
|
|
1075
1075
|
id="data-list-expandable-nested-content1"
|
|
1076
|
-
aria-label="
|
|
1076
|
+
aria-label="Expandable nested primary content details"
|
|
1077
1077
|
>
|
|
1078
1078
|
<div class="pf-c-data-list__expandable-content-body">
|
|
1079
1079
|
<ul
|
|
@@ -1294,7 +1294,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1294
1294
|
<section
|
|
1295
1295
|
class="pf-c-data-list__expandable-content"
|
|
1296
1296
|
id="data-list-expandable-nested-content2"
|
|
1297
|
-
aria-label="
|
|
1297
|
+
aria-label="Expandable nested secondary content details"
|
|
1298
1298
|
hidden
|
|
1299
1299
|
>
|
|
1300
1300
|
<div
|
|
@@ -1390,7 +1390,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1390
1390
|
<section
|
|
1391
1391
|
class="pf-c-data-list__expandable-content"
|
|
1392
1392
|
id="data-list-expandable-nested-content3"
|
|
1393
|
-
aria-label="
|
|
1393
|
+
aria-label="Expandable nested tertiary content details"
|
|
1394
1394
|
>
|
|
1395
1395
|
<div
|
|
1396
1396
|
class="pf-c-data-list__expandable-content-body pf-m-no-padding"
|
|
@@ -1899,7 +1899,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1899
1899
|
<section
|
|
1900
1900
|
class="pf-c-data-list__expandable-content"
|
|
1901
1901
|
id="data-list-flex-modifiers-2-content1"
|
|
1902
|
-
aria-label="
|
|
1902
|
+
aria-label="Flex modifier expandable primary content details"
|
|
1903
1903
|
>
|
|
1904
1904
|
<div
|
|
1905
1905
|
class="pf-c-data-list__expandable-content-body"
|
|
@@ -2034,7 +2034,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2034
2034
|
<section
|
|
2035
2035
|
class="pf-c-data-list__expandable-content"
|
|
2036
2036
|
id="data-list-selectable-expandable-rows-content1"
|
|
2037
|
-
aria-label="
|
|
2037
|
+
aria-label="Selectable expandable row primary content details"
|
|
2038
2038
|
>
|
|
2039
2039
|
<div
|
|
2040
2040
|
class="pf-c-data-list__expandable-content-body"
|
|
@@ -2076,7 +2076,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2076
2076
|
<section
|
|
2077
2077
|
class="pf-c-data-list__expandable-content"
|
|
2078
2078
|
id="data-list-selectable-expandable-rows-content2"
|
|
2079
|
-
aria-label="
|
|
2079
|
+
aria-label="Selectable expandable row secondary content details"
|
|
2080
2080
|
hidden
|
|
2081
2081
|
>
|
|
2082
2082
|
<div
|
|
@@ -2119,7 +2119,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2119
2119
|
<section
|
|
2120
2120
|
class="pf-c-data-list__expandable-content"
|
|
2121
2121
|
id="data-list-selectable-expandable-rows-content3"
|
|
2122
|
-
aria-label="
|
|
2122
|
+
aria-label="Selectable expandable row tertiary content details"
|
|
2123
2123
|
>
|
|
2124
2124
|
<div
|
|
2125
2125
|
class="pf-c-data-list__expandable-content-body pf-m-no-padding"
|
|
@@ -2161,7 +2161,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2161
2161
|
<section
|
|
2162
2162
|
class="pf-c-data-list__expandable-content"
|
|
2163
2163
|
id="data-list-selectable-expandable-rows-content4"
|
|
2164
|
-
aria-label="
|
|
2164
|
+
aria-label="Selectable expandable row quaternary content details"
|
|
2165
2165
|
hidden
|
|
2166
2166
|
>
|
|
2167
2167
|
<div
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -30854,6 +30854,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30854
30854
|
.pf-c-timestamp {
|
|
30855
30855
|
--pf-c-timestamp--FontSize: var(--pf-global--FontSize--sm);
|
|
30856
30856
|
--pf-c-timestamp--Color: var(--pf-global--Color--200);
|
|
30857
|
+
--pf-c-timestamp--OutlineOffset: 0.1875rem;
|
|
30857
30858
|
--pf-c-timestamp--m-help-text--TextDecorationLine: underline;
|
|
30858
30859
|
--pf-c-timestamp--m-help-text--TextDecorationStyle: dashed;
|
|
30859
30860
|
--pf-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-global--BorderWidth--sm);
|
|
@@ -30863,8 +30864,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30863
30864
|
--pf-c-timestamp--m-help-text--focus--Color: var(--pf-global--Color--100);
|
|
30864
30865
|
--pf-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-global--Color--100);
|
|
30865
30866
|
--pf-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-global--Color--100);
|
|
30867
|
+
display: inline-block;
|
|
30866
30868
|
font-size: var(--pf-c-timestamp--FontSize);
|
|
30867
30869
|
color: var(--pf-c-timestamp--Color);
|
|
30870
|
+
outline-offset: var(--pf-c-timestamp--OutlineOffset);
|
|
30868
30871
|
}
|
|
30869
30872
|
.pf-c-timestamp.pf-m-help-text {
|
|
30870
30873
|
cursor: pointer;
|
package/patternfly.css
CHANGED
|
@@ -30981,6 +30981,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30981
30981
|
.pf-c-timestamp {
|
|
30982
30982
|
--pf-c-timestamp--FontSize: var(--pf-global--FontSize--sm);
|
|
30983
30983
|
--pf-c-timestamp--Color: var(--pf-global--Color--200);
|
|
30984
|
+
--pf-c-timestamp--OutlineOffset: 0.1875rem;
|
|
30984
30985
|
--pf-c-timestamp--m-help-text--TextDecorationLine: underline;
|
|
30985
30986
|
--pf-c-timestamp--m-help-text--TextDecorationStyle: dashed;
|
|
30986
30987
|
--pf-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-global--BorderWidth--sm);
|
|
@@ -30990,8 +30991,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30990
30991
|
--pf-c-timestamp--m-help-text--focus--Color: var(--pf-global--Color--100);
|
|
30991
30992
|
--pf-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-global--Color--100);
|
|
30992
30993
|
--pf-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-global--Color--100);
|
|
30994
|
+
display: inline-block;
|
|
30993
30995
|
font-size: var(--pf-c-timestamp--FontSize);
|
|
30994
30996
|
color: var(--pf-c-timestamp--Color);
|
|
30997
|
+
outline-offset: var(--pf-c-timestamp--OutlineOffset);
|
|
30995
30998
|
}
|
|
30996
30999
|
.pf-c-timestamp.pf-m-help-text {
|
|
30997
31000
|
cursor: pointer;
|