@patternfly/patternfly 6.0.0-alpha.223 → 6.0.0-alpha.224
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/Banner/banner.css +2 -11
- package/components/Banner/banner.scss +2 -15
- package/components/Content/content.css +5 -3
- package/components/Content/content.scss +5 -3
- package/components/Timestamp/timestamp.css +3 -1
- package/components/Timestamp/timestamp.scss +4 -1
- package/components/_index.css +10 -15
- package/docs/components/Timestamp/examples/Timestamp.md +7 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +10 -15
- package/patternfly.css +10 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -11,9 +11,7 @@
|
|
|
11
11
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
12
12
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
13
13
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
14
|
-
--pf-v6-c-banner--link--
|
|
15
|
-
--pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
|
|
16
|
-
--pf-v6-c-banner--link--disabled--TextDecoration: none;
|
|
14
|
+
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
17
15
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
18
16
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
19
17
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -125,24 +123,17 @@
|
|
|
125
123
|
}
|
|
126
124
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
127
125
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
128
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
129
126
|
}
|
|
130
127
|
.pf-v6-c-banner a.pf-m-disabled {
|
|
131
128
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
132
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
133
129
|
cursor: not-allowed;
|
|
134
130
|
}
|
|
135
131
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
136
132
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
137
|
-
--pf-v6-c-button--m-link--
|
|
133
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
138
134
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
139
135
|
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
140
136
|
}
|
|
141
|
-
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:hover {
|
|
142
|
-
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
143
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
144
|
-
}
|
|
145
137
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
146
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
147
138
|
cursor: not-allowed;
|
|
148
139
|
}
|
|
@@ -20,9 +20,7 @@
|
|
|
20
20
|
--#{$banner}--link--Color: var(--#{$banner}--Color);
|
|
21
21
|
--#{$banner}--link--TextDecoration: underline;
|
|
22
22
|
--#{$banner}--link--hover--Color: var(--#{$banner}--Color);
|
|
23
|
-
--#{$banner}--link--
|
|
24
|
-
--#{$banner}--link--disabled--Color: var(--#{$banner}--Color);
|
|
25
|
-
--#{$banner}--link--disabled--TextDecoration: none;
|
|
23
|
+
--#{$banner}--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
26
24
|
|
|
27
25
|
// modifier variables
|
|
28
26
|
--#{$banner}--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
@@ -148,14 +146,11 @@
|
|
|
148
146
|
|
|
149
147
|
&:hover:not(.pf-m-disabled) {
|
|
150
148
|
--#{$banner}--link--Color: var(--#{$banner}--link--hover--Color);
|
|
151
|
-
|
|
152
|
-
font-weight: var(--#{$banner}--link--hover--FontWeight);
|
|
153
149
|
}
|
|
154
150
|
|
|
155
151
|
// stylelint-disable selector-no-qualifying-type
|
|
156
152
|
&.pf-m-disabled {
|
|
157
153
|
--#{$banner}--link--Color: var(--#{$banner}--link--disabled--Color);
|
|
158
|
-
--#{$banner}--link--TextDecoration: var(--#{$banner}--link--disabled--TextDecoration);
|
|
159
154
|
|
|
160
155
|
cursor: not-allowed;
|
|
161
156
|
}
|
|
@@ -164,21 +159,13 @@
|
|
|
164
159
|
|
|
165
160
|
.#{$button}.pf-m-inline {
|
|
166
161
|
--#{$button}--m-link--Color: var(--#{$banner}--link--Color);
|
|
167
|
-
--#{$button}--m-link--
|
|
162
|
+
--#{$button}--m-link--hover--Color: var(--#{$banner}--link--hover--Color);
|
|
168
163
|
--#{$button}--disabled--Color: var(--#{$banner}--link--disabled--Color);
|
|
169
164
|
|
|
170
165
|
text-decoration: var(--#{$banner}--link--TextDecoration);
|
|
171
166
|
|
|
172
|
-
&:hover {
|
|
173
|
-
--#{$banner}--link--Color: var(--#{$banner}--link--hover--Color);
|
|
174
|
-
|
|
175
|
-
font-weight: var(--#{$banner}--link--hover--FontWeight);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
167
|
&:disabled,
|
|
179
168
|
&.pf-m-disabled {
|
|
180
|
-
--#{$banner}--link--TextDecoration: var(--#{$banner}--link--disabled--TextDecoration);
|
|
181
|
-
|
|
182
169
|
cursor: not-allowed;
|
|
183
170
|
}
|
|
184
171
|
}
|
|
@@ -59,8 +59,10 @@
|
|
|
59
59
|
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
60
60
|
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
|
61
61
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
|
62
|
-
--pf-v6-c-content--dl--
|
|
63
|
-
--pf-v6-c-content--dl--
|
|
62
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dt: 12ch;
|
|
63
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dd: 1fr;
|
|
64
|
+
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
65
|
+
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
64
66
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
65
67
|
--pf-v6-c-content--dt--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
66
68
|
--pf-v6-c-content--dt--sm--MarginBlockStart: 0;
|
|
@@ -237,7 +239,7 @@ ul) {
|
|
|
237
239
|
}
|
|
238
240
|
@media screen and (min-width: 36rem) {
|
|
239
241
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
240
|
-
grid-template: auto/
|
|
242
|
+
grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
|
|
241
243
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
242
244
|
grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
243
245
|
}
|
|
@@ -86,8 +86,10 @@
|
|
|
86
86
|
--#{$content}--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
87
87
|
--#{$content}--list--nested--MarginBlockStart: var(--#{$content}--list--Gap);
|
|
88
88
|
--#{$content}--ul--ListStyle: var(--pf-t--global--list-style);
|
|
89
|
-
--#{$content}--dl--
|
|
90
|
-
--#{$content}--dl--
|
|
89
|
+
--#{$content}--dl--GridTemplateColumns--dt: 12ch;
|
|
90
|
+
--#{$content}--dl--GridTemplateColumns--dd: 1fr;
|
|
91
|
+
--#{$content}--dl--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
92
|
+
--#{$content}--dl--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
91
93
|
--#{$content}--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
92
94
|
--#{$content}--dt--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
93
95
|
--#{$content}--dt--sm--MarginBlockStart: 0;
|
|
@@ -336,7 +338,7 @@
|
|
|
336
338
|
grid-template-columns: 1fr;
|
|
337
339
|
|
|
338
340
|
@media screen and (min-width: $pf-v6-global--breakpoint--sm) {
|
|
339
|
-
grid-template: auto /
|
|
341
|
+
grid-template: auto / var(--#{$content}--dl--GridTemplateColumns--dt) var(--#{$content}--dl--GridTemplateColumns--dd);
|
|
340
342
|
grid-row-gap: var(--#{$content}--dl--RowGap);
|
|
341
343
|
grid-column-gap: var(--#{$content}--dl--ColumnGap);
|
|
342
344
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
:where(:root, .pf-v6-c-timestamp) {
|
|
2
2
|
--pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
3
|
-
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--
|
|
3
|
+
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--regular);
|
|
4
4
|
--pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
|
|
5
5
|
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
6
6
|
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
7
7
|
--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
8
|
+
--pf-v6-c-timestamp--m-help-text--Color: var(--pf-t--global--text--color--subtle);
|
|
8
9
|
--pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
9
10
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
10
11
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
|
|
18
19
|
}
|
|
19
20
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
21
|
+
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
20
22
|
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine) var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
21
23
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
22
24
|
cursor: pointer;
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
:where(:root, .#{$timestamp}) {
|
|
4
4
|
--#{$timestamp}--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
5
|
-
--#{$timestamp}--Color: var(--pf-t--global--text--color--
|
|
5
|
+
--#{$timestamp}--Color: var(--pf-t--global--text--color--regular);
|
|
6
6
|
--#{$timestamp}--OutlineOffset: #{pf-size-prem(3px)};
|
|
7
7
|
|
|
8
8
|
// Help text variables for the timestamp
|
|
9
9
|
--#{$timestamp}--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
10
10
|
--#{$timestamp}--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
11
11
|
--#{$timestamp}--m-help-text--TextUnderlineOffset: #{pf-size-prem(4px)};
|
|
12
|
+
--#{$timestamp}--m-help-text--Color: var(--pf-t--global--text--color--subtle);
|
|
12
13
|
--#{$timestamp}--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
13
14
|
--#{$timestamp}--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
14
15
|
--#{$timestamp}--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
@@ -21,6 +22,8 @@
|
|
|
21
22
|
outline-offset: var(--#{$timestamp}--OutlineOffset);
|
|
22
23
|
|
|
23
24
|
&.pf-m-help-text {
|
|
25
|
+
--#{$timestamp}--Color: var(--#{$timestamp}--m-help-text--Color);
|
|
26
|
+
|
|
24
27
|
text-decoration: var(--#{$timestamp}--m-help-text--TextDecorationLine) var(--#{$timestamp}--m-help-text--TextDecorationStyle);
|
|
25
28
|
text-underline-offset: var(--#{$timestamp}--m-help-text--TextUnderlineOffset);
|
|
26
29
|
cursor: pointer;
|
package/components/_index.css
CHANGED
|
@@ -1094,9 +1094,7 @@
|
|
|
1094
1094
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
1095
1095
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
1096
1096
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
1097
|
-
--pf-v6-c-banner--link--
|
|
1098
|
-
--pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
|
|
1099
|
-
--pf-v6-c-banner--link--disabled--TextDecoration: none;
|
|
1097
|
+
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1100
1098
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
1101
1099
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
1102
1100
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -1208,25 +1206,18 @@
|
|
|
1208
1206
|
}
|
|
1209
1207
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
1210
1208
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1211
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
1212
1209
|
}
|
|
1213
1210
|
.pf-v6-c-banner a.pf-m-disabled {
|
|
1214
1211
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
1215
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
1216
1212
|
cursor: not-allowed;
|
|
1217
1213
|
}
|
|
1218
1214
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
1219
1215
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
1220
|
-
--pf-v6-c-button--m-link--
|
|
1216
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1221
1217
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
1222
1218
|
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1223
1219
|
}
|
|
1224
|
-
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:hover {
|
|
1225
|
-
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1226
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
1227
|
-
}
|
|
1228
1220
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
1229
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
1230
1221
|
cursor: not-allowed;
|
|
1231
1222
|
}
|
|
1232
1223
|
|
|
@@ -2998,8 +2989,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
2998
2989
|
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
2999
2990
|
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
|
3000
2991
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
|
3001
|
-
--pf-v6-c-content--dl--
|
|
3002
|
-
--pf-v6-c-content--dl--
|
|
2992
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dt: 12ch;
|
|
2993
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dd: 1fr;
|
|
2994
|
+
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
2995
|
+
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
3003
2996
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
3004
2997
|
--pf-v6-c-content--dt--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
3005
2998
|
--pf-v6-c-content--dt--sm--MarginBlockStart: 0;
|
|
@@ -3176,7 +3169,7 @@ ul) {
|
|
|
3176
3169
|
}
|
|
3177
3170
|
@media screen and (min-width: 36rem) {
|
|
3178
3171
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
3179
|
-
grid-template: auto/
|
|
3172
|
+
grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
|
|
3180
3173
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
3181
3174
|
grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
3182
3175
|
}
|
|
@@ -18957,11 +18950,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18957
18950
|
|
|
18958
18951
|
:where(:root, .pf-v6-c-timestamp) {
|
|
18959
18952
|
--pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
18960
|
-
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--
|
|
18953
|
+
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--regular);
|
|
18961
18954
|
--pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
|
|
18962
18955
|
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
18963
18956
|
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
18964
18957
|
--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
18958
|
+
--pf-v6-c-timestamp--m-help-text--Color: var(--pf-t--global--text--color--subtle);
|
|
18965
18959
|
--pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
18966
18960
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
18967
18961
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
@@ -18974,6 +18968,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18974
18968
|
outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
|
|
18975
18969
|
}
|
|
18976
18970
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
18971
|
+
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
18977
18972
|
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine) var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
18978
18973
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
18979
18974
|
cursor: pointer;
|
|
@@ -48,6 +48,13 @@ cssPrefix: pf-v6-c-timestamp
|
|
|
48
48
|
<time class="pf-v6-c-timestamp__text" datetime="2022-07-21">Tomorrow</time>
|
|
49
49
|
</span>
|
|
50
50
|
|
|
51
|
+
<br />
|
|
52
|
+
<br />
|
|
53
|
+
|
|
54
|
+
<span class="pf-v6-c-timestamp pf-m-help-text">
|
|
55
|
+
<time class="pf-v6-c-timestamp__text" datetime="2022-07-21">Tomorrow</time>
|
|
56
|
+
</span>
|
|
57
|
+
|
|
51
58
|
```
|
|
52
59
|
|
|
53
60
|
## Documentation
|
package/package.json
CHANGED
|
@@ -7157,9 +7157,7 @@
|
|
|
7157
7157
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
7158
7158
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
7159
7159
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
7160
|
-
--pf-v6-c-banner--link--
|
|
7161
|
-
--pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
|
|
7162
|
-
--pf-v6-c-banner--link--disabled--TextDecoration: none;
|
|
7160
|
+
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
7163
7161
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
7164
7162
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
7165
7163
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -7271,25 +7269,18 @@
|
|
|
7271
7269
|
}
|
|
7272
7270
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
7273
7271
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7274
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
7275
7272
|
}
|
|
7276
7273
|
.pf-v6-c-banner a.pf-m-disabled {
|
|
7277
7274
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
7278
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
7279
7275
|
cursor: not-allowed;
|
|
7280
7276
|
}
|
|
7281
7277
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
7282
7278
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
7283
|
-
--pf-v6-c-button--m-link--
|
|
7279
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7284
7280
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
7285
7281
|
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
7286
7282
|
}
|
|
7287
|
-
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:hover {
|
|
7288
|
-
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7289
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
7290
|
-
}
|
|
7291
7283
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
7292
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
7293
7284
|
cursor: not-allowed;
|
|
7294
7285
|
}
|
|
7295
7286
|
|
|
@@ -9061,8 +9052,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
9061
9052
|
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9062
9053
|
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
|
9063
9054
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
|
9064
|
-
--pf-v6-c-content--dl--
|
|
9065
|
-
--pf-v6-c-content--dl--
|
|
9055
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dt: 12ch;
|
|
9056
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dd: 1fr;
|
|
9057
|
+
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
9058
|
+
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
9066
9059
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
9067
9060
|
--pf-v6-c-content--dt--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
9068
9061
|
--pf-v6-c-content--dt--sm--MarginBlockStart: 0;
|
|
@@ -9239,7 +9232,7 @@ ul) {
|
|
|
9239
9232
|
}
|
|
9240
9233
|
@media screen and (min-width: 36rem) {
|
|
9241
9234
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
9242
|
-
grid-template: auto/
|
|
9235
|
+
grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
|
|
9243
9236
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
9244
9237
|
grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
9245
9238
|
}
|
|
@@ -25020,11 +25013,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25020
25013
|
|
|
25021
25014
|
:where(:root, .pf-v6-c-timestamp) {
|
|
25022
25015
|
--pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
25023
|
-
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--
|
|
25016
|
+
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--regular);
|
|
25024
25017
|
--pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
|
|
25025
25018
|
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
25026
25019
|
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
25027
25020
|
--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
25021
|
+
--pf-v6-c-timestamp--m-help-text--Color: var(--pf-t--global--text--color--subtle);
|
|
25028
25022
|
--pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
25029
25023
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
25030
25024
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
@@ -25037,6 +25031,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25037
25031
|
outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
|
|
25038
25032
|
}
|
|
25039
25033
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
25034
|
+
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
25040
25035
|
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine) var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
25041
25036
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
25042
25037
|
cursor: pointer;
|
package/patternfly.css
CHANGED
|
@@ -7278,9 +7278,7 @@ button) {
|
|
|
7278
7278
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
7279
7279
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
7280
7280
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
7281
|
-
--pf-v6-c-banner--link--
|
|
7282
|
-
--pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
|
|
7283
|
-
--pf-v6-c-banner--link--disabled--TextDecoration: none;
|
|
7281
|
+
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
7284
7282
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
7285
7283
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
7286
7284
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -7392,25 +7390,18 @@ button) {
|
|
|
7392
7390
|
}
|
|
7393
7391
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
7394
7392
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7395
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
7396
7393
|
}
|
|
7397
7394
|
.pf-v6-c-banner a.pf-m-disabled {
|
|
7398
7395
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
7399
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
7400
7396
|
cursor: not-allowed;
|
|
7401
7397
|
}
|
|
7402
7398
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
7403
7399
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
7404
|
-
--pf-v6-c-button--m-link--
|
|
7400
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7405
7401
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
7406
7402
|
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
7407
7403
|
}
|
|
7408
|
-
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:hover {
|
|
7409
|
-
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
7410
|
-
font-weight: var(--pf-v6-c-banner--link--hover--FontWeight);
|
|
7411
|
-
}
|
|
7412
7404
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
7413
|
-
--pf-v6-c-banner--link--TextDecoration: var(--pf-v6-c-banner--link--disabled--TextDecoration);
|
|
7414
7405
|
cursor: not-allowed;
|
|
7415
7406
|
}
|
|
7416
7407
|
|
|
@@ -9182,8 +9173,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
9182
9173
|
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9183
9174
|
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
|
9184
9175
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
|
9185
|
-
--pf-v6-c-content--dl--
|
|
9186
|
-
--pf-v6-c-content--dl--
|
|
9176
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dt: 12ch;
|
|
9177
|
+
--pf-v6-c-content--dl--GridTemplateColumns--dd: 1fr;
|
|
9178
|
+
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
9179
|
+
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
9187
9180
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
9188
9181
|
--pf-v6-c-content--dt--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
9189
9182
|
--pf-v6-c-content--dt--sm--MarginBlockStart: 0;
|
|
@@ -9360,7 +9353,7 @@ ul) {
|
|
|
9360
9353
|
}
|
|
9361
9354
|
@media screen and (min-width: 36rem) {
|
|
9362
9355
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
9363
|
-
grid-template: auto/
|
|
9356
|
+
grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
|
|
9364
9357
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
9365
9358
|
grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
9366
9359
|
}
|
|
@@ -25141,11 +25134,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25141
25134
|
|
|
25142
25135
|
:where(:root, .pf-v6-c-timestamp) {
|
|
25143
25136
|
--pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
25144
|
-
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--
|
|
25137
|
+
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--regular);
|
|
25145
25138
|
--pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
|
|
25146
25139
|
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
25147
25140
|
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
25148
25141
|
--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
25142
|
+
--pf-v6-c-timestamp--m-help-text--Color: var(--pf-t--global--text--color--subtle);
|
|
25149
25143
|
--pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
25150
25144
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
25151
25145
|
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
@@ -25158,6 +25152,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25158
25152
|
outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
|
|
25159
25153
|
}
|
|
25160
25154
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
25155
|
+
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
25161
25156
|
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine) var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
25162
25157
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
25163
25158
|
cursor: pointer;
|