@patternfly/patternfly 6.0.0-alpha.190 → 6.0.0-alpha.192
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/base/patternfly-variables.css +11 -11
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +7 -7
- package/base/tokens/tokens-palette.scss +6 -6
- package/components/AboutModalBox/about-modal-box.css +11 -11
- package/components/Avatar/avatar.css +40 -40
- package/components/BackToTop/back-to-top.css +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Brand/brand.css +10 -10
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +4 -4
- package/components/DataList/data-list-grid.css +19 -19
- package/components/DataList/data-list.css +26 -26
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list.css +16 -16
- package/components/Divider/divider.css +20 -20
- package/components/Drawer/drawer.css +12 -12
- package/components/Form/form.css +6 -6
- package/components/JumpLinks/jump-links.css +5 -5
- package/components/Login/login.css +13 -13
- package/components/Masthead/masthead.css +6 -6
- package/components/Menu/menu.css +10 -10
- package/components/ModalBox/modal-box.css +2 -2
- package/components/Page/page.css +9 -9
- package/components/Pagination/pagination.css +8 -8
- package/components/ProgressStepper/progress-stepper.css +6 -6
- package/components/Sidebar/sidebar.css +8 -8
- package/components/TabContent/tab-content.css +1 -1
- package/components/Table/table-grid.css +13 -13
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table.css +5 -5
- package/components/Tabs/tabs.css +10 -10
- package/components/Toolbar/toolbar.css +26 -26
- package/components/Wizard/wizard.css +6 -6
- package/components/_index.css +280 -280
- package/layouts/Flex/flex.css +35 -35
- package/layouts/Gallery/gallery.css +10 -10
- package/layouts/Grid/grid.css +15 -15
- package/layouts/_index.css +60 -60
- package/package.json +1 -1
- package/patternfly-addons.css +835 -835
- package/patternfly-base-no-globals.css +11 -11
- package/patternfly-base.css +11 -11
- package/patternfly-no-globals.css +351 -351
- package/patternfly.css +351 -351
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +6 -6
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Alignment/alignment.css +5 -5
- package/utilities/BackgroundColor/background-color.css +5 -5
- package/utilities/Display/display.css +5 -5
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Float/float.css +5 -5
- package/utilities/Sizing/sizing.css +30 -30
- package/utilities/Spacing/spacing.css +700 -700
- package/utilities/Text/text.css +20 -20
- package/utilities/_index.css +835 -835
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
.pf-v6-c-toolbar__item.pf-m-hidden {
|
|
61
61
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
62
62
|
}
|
|
63
|
-
@media screen and (min-width:
|
|
63
|
+
@media screen and (min-width: 36rem) {
|
|
64
64
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
|
|
65
65
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
|
|
66
66
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-sm {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
@media screen and (min-width:
|
|
75
|
+
@media screen and (min-width: 48rem) {
|
|
76
76
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-md,
|
|
77
77
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-md,
|
|
78
78
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-md {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
@media screen and (min-width:
|
|
87
|
+
@media screen and (min-width: 62rem) {
|
|
88
88
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg,
|
|
89
89
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-lg,
|
|
90
90
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-lg {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
@media screen and (min-width:
|
|
99
|
+
@media screen and (min-width: 75rem) {
|
|
100
100
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl,
|
|
101
101
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-xl,
|
|
102
102
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-xl {
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
@media screen and (min-width:
|
|
111
|
+
@media screen and (min-width: 90.625rem) {
|
|
112
112
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl,
|
|
113
113
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-2xl,
|
|
114
114
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-2xl {
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
.pf-v6-c-toolbar__content.pf-m-hidden {
|
|
139
139
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
140
140
|
}
|
|
141
|
-
@media screen and (min-width:
|
|
141
|
+
@media screen and (min-width: 36rem) {
|
|
142
142
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-sm {
|
|
143
143
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
144
144
|
}
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
@media screen and (min-width:
|
|
149
|
+
@media screen and (min-width: 48rem) {
|
|
150
150
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-md {
|
|
151
151
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
152
152
|
}
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
@media screen and (min-width:
|
|
157
|
+
@media screen and (min-width: 62rem) {
|
|
158
158
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-lg {
|
|
159
159
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
160
160
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
|
-
@media screen and (min-width:
|
|
165
|
+
@media screen and (min-width: 75rem) {
|
|
166
166
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-xl {
|
|
167
167
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
168
168
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
@media screen and (min-width:
|
|
173
|
+
@media screen and (min-width: 90.625rem) {
|
|
174
174
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-2xl {
|
|
175
175
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
176
176
|
}
|
|
@@ -240,52 +240,52 @@
|
|
|
240
240
|
width: var(--pf-v6-c-toolbar__item--Width--base);
|
|
241
241
|
min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
|
|
242
242
|
}
|
|
243
|
-
@media (min-width:
|
|
243
|
+
@media (min-width: 36rem) {
|
|
244
244
|
.pf-v6-c-toolbar__item {
|
|
245
245
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width));
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
@media (min-width:
|
|
248
|
+
@media (min-width: 48rem) {
|
|
249
249
|
.pf-v6-c-toolbar__item {
|
|
250
250
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)));
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
@media (min-width:
|
|
253
|
+
@media (min-width: 62rem) {
|
|
254
254
|
.pf-v6-c-toolbar__item {
|
|
255
255
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))));
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
|
-
@media (min-width:
|
|
258
|
+
@media (min-width: 75rem) {
|
|
259
259
|
.pf-v6-c-toolbar__item {
|
|
260
260
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)))));
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
-
@media (min-width:
|
|
263
|
+
@media (min-width: 90.625rem) {
|
|
264
264
|
.pf-v6-c-toolbar__item {
|
|
265
265
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-2xl, var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))))));
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
-
@media (min-width:
|
|
268
|
+
@media (min-width: 36rem) {
|
|
269
269
|
.pf-v6-c-toolbar__item {
|
|
270
270
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth));
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
@media (min-width:
|
|
273
|
+
@media (min-width: 48rem) {
|
|
274
274
|
.pf-v6-c-toolbar__item {
|
|
275
275
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)));
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
|
-
@media (min-width:
|
|
278
|
+
@media (min-width: 62rem) {
|
|
279
279
|
.pf-v6-c-toolbar__item {
|
|
280
280
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))));
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
@media (min-width:
|
|
283
|
+
@media (min-width: 75rem) {
|
|
284
284
|
.pf-v6-c-toolbar__item {
|
|
285
285
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)))));
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
@media (min-width:
|
|
288
|
+
@media (min-width: 90.625rem) {
|
|
289
289
|
.pf-v6-c-toolbar__item {
|
|
290
290
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-2xl, var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))))));
|
|
291
291
|
}
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
|
345
345
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
|
346
346
|
}
|
|
347
|
-
@media screen and (min-width:
|
|
347
|
+
@media screen and (min-width: 62rem) {
|
|
348
348
|
.pf-v6-c-toolbar__expandable-content {
|
|
349
349
|
position: static;
|
|
350
350
|
padding: 0;
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
display: inline-flex;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
@media (min-width:
|
|
639
|
+
@media (min-width: 36rem) {
|
|
640
640
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-sm,
|
|
641
641
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-sm {
|
|
642
642
|
margin-inline-start: 0;
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
display: inline-flex;
|
|
889
889
|
}
|
|
890
890
|
}
|
|
891
|
-
@media (min-width:
|
|
891
|
+
@media (min-width: 48rem) {
|
|
892
892
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-md,
|
|
893
893
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-md {
|
|
894
894
|
margin-inline-start: 0;
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
display: inline-flex;
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
@media (min-width:
|
|
1143
|
+
@media (min-width: 62rem) {
|
|
1144
1144
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-lg,
|
|
1145
1145
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-lg {
|
|
1146
1146
|
margin-inline-start: 0;
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
display: inline-flex;
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
|
-
@media (min-width:
|
|
1395
|
+
@media (min-width: 75rem) {
|
|
1396
1396
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-xl,
|
|
1397
1397
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-xl {
|
|
1398
1398
|
margin-inline-start: 0;
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
display: inline-flex;
|
|
1645
1645
|
}
|
|
1646
1646
|
}
|
|
1647
|
-
@media (min-width:
|
|
1647
|
+
@media (min-width: 90.625rem) {
|
|
1648
1648
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-2xl,
|
|
1649
1649
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-2xl {
|
|
1650
1650
|
margin-inline-start: 0;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
113
113
|
--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
|
114
114
|
}
|
|
115
|
-
@media screen and (min-width:
|
|
115
|
+
@media screen and (min-width: 62rem) {
|
|
116
116
|
:where(:root, .pf-v6-c-wizard) {
|
|
117
117
|
--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);
|
|
118
118
|
--pf-v6-c-wizard__nav--BoxShadow: none;
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
padding-block-start: var(--pf-v6-c-wizard__description--PaddingBlockStart);
|
|
179
179
|
color: var(--pf-v6-c-wizard__description--Color);
|
|
180
180
|
}
|
|
181
|
-
@media screen and (min-width:
|
|
181
|
+
@media screen and (min-width: 62rem) {
|
|
182
182
|
.pf-v6-c-wizard__description {
|
|
183
183
|
display: block;
|
|
184
184
|
}
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
border-inline-start: 0;
|
|
201
201
|
border-inline-end: 0;
|
|
202
202
|
}
|
|
203
|
-
@media screen and (min-width:
|
|
203
|
+
@media screen and (min-width: 62rem) {
|
|
204
204
|
.pf-v6-c-wizard__toggle {
|
|
205
205
|
display: none;
|
|
206
206
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
min-height: var(--pf-v6-c-wizard__outer-wrap--MinHeight);
|
|
270
270
|
background-color: var(--pf-v6-c-wizard__outer-wrap--BackgroundColor);
|
|
271
271
|
}
|
|
272
|
-
@media screen and (min-width:
|
|
272
|
+
@media screen and (min-width: 62rem) {
|
|
273
273
|
.pf-v6-c-wizard__outer-wrap {
|
|
274
274
|
padding-inline-start: var(--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart);
|
|
275
275
|
}
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
flex-grow: 1;
|
|
283
283
|
min-height: 0;
|
|
284
284
|
}
|
|
285
|
-
@media screen and (min-width:
|
|
285
|
+
@media screen and (min-width: 62rem) {
|
|
286
286
|
.pf-v6-c-wizard__inner-wrap {
|
|
287
287
|
position: static;
|
|
288
288
|
}
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
.pf-v6-c-wizard__nav.pf-m-expanded {
|
|
305
305
|
display: block;
|
|
306
306
|
}
|
|
307
|
-
@media screen and (min-width:
|
|
307
|
+
@media screen and (min-width: 62rem) {
|
|
308
308
|
.pf-v6-c-wizard__nav {
|
|
309
309
|
display: block;
|
|
310
310
|
height: 100%;
|