@patternfly/react-styles 6.5.0-prerelease.15 → 6.5.0-prerelease.17
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/CHANGELOG.md +12 -0
- package/css/components/Accordion/accordion.css +1 -2
- package/css/components/Accordion/accordion.d.ts +1 -1
- package/css/components/Accordion/accordion.js +1 -1
- package/css/components/Accordion/accordion.mjs +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +6 -2
- package/css/components/Button/button.css +2 -2
- package/css/components/ClipboardCopy/clipboard-copy.css +7 -1
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.js +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -0
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DataList/data-list.d.ts +1 -1
- package/css/components/DataList/data-list.js +1 -1
- package/css/components/DataList/data-list.mjs +1 -1
- package/css/components/Drawer/drawer.css +3 -5
- package/css/components/Drawer/drawer.d.ts +1 -1
- package/css/components/Drawer/drawer.js +1 -1
- package/css/components/Drawer/drawer.mjs +1 -1
- package/css/components/Menu/menu.css +26 -19
- package/css/components/MenuToggle/menu-toggle.css +9 -5
- package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
- package/css/components/MenuToggle/menu-toggle.js +1 -0
- package/css/components/MenuToggle/menu-toggle.mjs +1 -0
- package/css/components/Page/page.css +94 -45
- package/css/components/Page/page.d.ts +1 -1
- package/css/components/Page/page.js +1 -1
- package/css/components/Page/page.mjs +1 -1
- package/css/components/Table/table.css +61 -23
- package/css/components/Table/table.d.ts +3 -1
- package/css/components/Table/table.js +3 -1
- package/css/components/Table/table.mjs +3 -1
- package/css/components/Wizard/wizard.css +2 -2
- package/css/components/Wizard/wizard.d.ts +1 -1
- package/css/components/Wizard/wizard.js +1 -1
- package/css/components/Wizard/wizard.mjs +1 -1
- package/css/components/_index.css +212 -107
- package/css/components/_index.d.ts +4 -1
- package/css/components/_index.js +4 -1
- package/css/components/_index.mjs +4 -1
- package/css/docs/components/Table/examples/Table.css +2 -1
- package/package.json +3 -3
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
--pf-v6-c-page__sidebar--TranslateZ: 0;
|
|
44
44
|
--pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
45
45
|
--pf-v6-c-page__sidebar--xl--TranslateX: 0;
|
|
46
|
+
--pf-v6-c-page__sidebar--MarginBlockStart: 0;
|
|
46
47
|
--pf-v6-c-page__sidebar--MarginInlineEnd: calc(var(--pf-t--global--spacer--inset--page-chrome) / 2);
|
|
47
48
|
--pf-v6-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
48
49
|
--pf-v6-c-page__sidebar--PaddingInlineStart: 0;
|
|
@@ -60,6 +61,20 @@
|
|
|
60
61
|
}
|
|
61
62
|
}
|
|
62
63
|
.pf-v6-c-page {
|
|
64
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockStart: 0;
|
|
65
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: 0;
|
|
66
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart: 0;
|
|
67
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd: 0;
|
|
68
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart: 0;
|
|
69
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd: 0;
|
|
70
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart: 0;
|
|
71
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd: 0;
|
|
72
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor: transparent;
|
|
73
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter: none;
|
|
74
|
+
--pf-v6-c-page__sidebar-main--BorderWidth: 0;
|
|
75
|
+
--pf-v6-c-page__sidebar-main--BorderColor: transparent;
|
|
76
|
+
--pf-v6-c-page__sidebar-main--BorderRadius: 0;
|
|
77
|
+
--pf-v6-c-page__sidebar-main--BoxShadow: none;
|
|
63
78
|
--pf-v6-c-page__sidebar-header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
64
79
|
--pf-v6-c-page__sidebar-header--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
65
80
|
--pf-v6-c-page__sidebar-header--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -130,6 +145,10 @@
|
|
|
130
145
|
--pf-v6-c-page__main-section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
131
146
|
--pf-v6-c-page__main-section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
132
147
|
--pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
148
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockStartWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--high-contrast--regular));
|
|
149
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockStartColor: var(--pf-t--global--border--color--subtle);
|
|
150
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--high-contrast--regular));
|
|
151
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockEndColor: var(--pf-t--global--border--color--subtle);
|
|
133
152
|
--pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
|
|
134
153
|
--pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
|
|
135
154
|
--pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
@@ -172,11 +191,54 @@
|
|
|
172
191
|
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
173
192
|
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
174
193
|
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
194
|
+
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
195
|
+
--pf-v6-c-page__sidebar--Width--base--glass: calc(18.125rem + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
196
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--lg);
|
|
197
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--lg);
|
|
198
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
199
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
200
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd--glass: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
201
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
202
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: var(--pf-t--global--spacer--md);
|
|
203
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
204
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
205
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor--glass: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
206
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter--glass: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
207
|
+
--pf-v6-c-page__sidebar-main--BorderWidth--glass: var(--pf-t--global--border--width--glass--default);
|
|
208
|
+
--pf-v6-c-page__sidebar-main--BorderColor--glass: var(--pf-t--global--border--color--glass--default);
|
|
209
|
+
--pf-v6-c-page__sidebar-main--BorderRadius--glass: var(--pf-t--global--border--radius--glass--default);
|
|
210
|
+
--pf-v6-c-page__sidebar-main--BoxShadow--glass: var(--pf-t--global--box-shadow--glass--default);
|
|
211
|
+
--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
212
|
+
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
213
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
214
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
175
215
|
}
|
|
176
216
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
177
|
-
--pf-v6-c-
|
|
178
|
-
--pf-v6-c-page__sidebar
|
|
179
|
-
--pf-v6-c-page__sidebar-body--
|
|
217
|
+
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
218
|
+
--pf-v6-c-page__sidebar--Width--base: var(--pf-v6-c-page__sidebar--Width--base--glass);
|
|
219
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass);
|
|
220
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass);
|
|
221
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass);
|
|
222
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart: var(--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass);
|
|
223
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-main--PaddingInlineEnd--glass);
|
|
224
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart: var(--pf-v6-c-page__sidebar-main--MarginBlockStart--glass);
|
|
225
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd: var(--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass);
|
|
226
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart: var(--pf-v6-c-page__sidebar-main--MarginInlineStart--glass);
|
|
227
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass);
|
|
228
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor: var(--pf-v6-c-page__sidebar-main--BackgroundColor--glass);
|
|
229
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter: var(--pf-v6-c-page__sidebar-main--BackdropFilter--glass);
|
|
230
|
+
--pf-v6-c-page__sidebar-main--BorderWidth: var(--pf-v6-c-page__sidebar-main--BorderWidth--glass);
|
|
231
|
+
--pf-v6-c-page__sidebar-main--BorderColor: var(--pf-v6-c-page__sidebar-main--BorderColor--glass);
|
|
232
|
+
--pf-v6-c-page__sidebar-main--BorderRadius: var(--pf-v6-c-page__sidebar-main--BorderRadius--glass);
|
|
233
|
+
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
234
|
+
}
|
|
235
|
+
@media (min-width: 75rem) {
|
|
236
|
+
.pf-v6-c-page {
|
|
237
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass);
|
|
238
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass);
|
|
239
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass);
|
|
240
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass);
|
|
241
|
+
}
|
|
180
242
|
}
|
|
181
243
|
|
|
182
244
|
.pf-v6-c-page {
|
|
@@ -189,9 +251,6 @@
|
|
|
189
251
|
max-height: 100%;
|
|
190
252
|
background-color: var(--pf-v6-c-page--BackgroundColor);
|
|
191
253
|
}
|
|
192
|
-
:where(:root.pf-v6-theme-glass) .pf-v6-c-page {
|
|
193
|
-
background-color: transparent;
|
|
194
|
-
}
|
|
195
254
|
@media (min-width: 75rem) {
|
|
196
255
|
.pf-v6-c-page {
|
|
197
256
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
|
|
@@ -341,6 +400,7 @@
|
|
|
341
400
|
padding-block-end: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
342
401
|
padding-inline-start: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
343
402
|
padding-inline-end: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
403
|
+
margin-block-start: var(--pf-v6-c-page__sidebar--MarginBlockStart);
|
|
344
404
|
margin-inline-end: var(--pf-v6-c-page__sidebar--MarginInlineEnd);
|
|
345
405
|
overflow-x: hidden;
|
|
346
406
|
overflow-y: auto;
|
|
@@ -372,44 +432,33 @@
|
|
|
372
432
|
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar {
|
|
373
433
|
min-height: 0;
|
|
374
434
|
padding: 0;
|
|
375
|
-
overflow:
|
|
435
|
+
overflow: revert;
|
|
376
436
|
background: transparent;
|
|
377
437
|
}
|
|
378
438
|
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar.pf-m-expanded {
|
|
379
439
|
box-shadow: none;
|
|
380
440
|
}
|
|
381
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar
|
|
382
|
-
padding-block-end: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
383
|
-
padding-inline-start: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
384
|
-
padding-inline-end: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
385
|
-
margin-block-start: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
386
|
-
margin-block-end: var(--pf-t--global--spacer--md);
|
|
387
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
|
388
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
|
441
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar-main {
|
|
389
442
|
overflow: auto;
|
|
390
|
-
background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
391
|
-
backdrop-filter: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
392
|
-
border: var(--pf-t--global--border--width--glass--default) solid var(--pf-t--global--border--color--glass--default);
|
|
393
|
-
border-radius: var(--pf-t--global--border--radius--glass--default);
|
|
394
|
-
box-shadow: var(--pf-t--global--box-shadow--glass--default);
|
|
395
|
-
}
|
|
396
|
-
@media (min-width: 75rem) {
|
|
397
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar .pf-v6-c-page__sidebar-main {
|
|
398
|
-
margin-block-start: 0;
|
|
399
|
-
margin-block-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
400
|
-
margin-inline-start: var(--pf-t--global--spacer--inset--page-chrome);
|
|
401
|
-
margin-inline-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.pf-v6-c-page__sidebar:has(> .pf-v6-c-page__sidebar-main) {
|
|
406
|
-
overflow: revert;
|
|
407
443
|
}
|
|
408
444
|
|
|
409
445
|
.pf-v6-c-page__sidebar-main {
|
|
410
446
|
display: flex;
|
|
411
447
|
flex-grow: 1;
|
|
412
448
|
flex-direction: column;
|
|
449
|
+
padding-block-start: var(--pf-v6-c-page__sidebar-main--PaddingBlockStart);
|
|
450
|
+
padding-block-end: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd);
|
|
451
|
+
padding-inline-start: var(--pf-v6-c-page__sidebar-main--PaddingInlineStart);
|
|
452
|
+
padding-inline-end: var(--pf-v6-c-page__sidebar-main--PaddingInlineEnd);
|
|
453
|
+
margin-block-start: var(--pf-v6-c-page__sidebar-main--MarginBlockStart);
|
|
454
|
+
margin-block-end: var(--pf-v6-c-page__sidebar-main--MarginBlockEnd);
|
|
455
|
+
margin-inline-start: var(--pf-v6-c-page__sidebar-main--MarginInlineStart);
|
|
456
|
+
margin-inline-end: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd);
|
|
457
|
+
background-color: var(--pf-v6-c-page__sidebar-main--BackgroundColor);
|
|
458
|
+
backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
|
|
459
|
+
border: var(--pf-v6-c-page__sidebar-main--BorderWidth) solid var(--pf-v6-c-page__sidebar-main--BorderColor);
|
|
460
|
+
border-radius: var(--pf-v6-c-page__sidebar-main--BorderRadius);
|
|
461
|
+
box-shadow: var(--pf-v6-c-page__sidebar-main--BoxShadow);
|
|
413
462
|
}
|
|
414
463
|
|
|
415
464
|
.pf-v6-c-page__sidebar-header {
|
|
@@ -724,17 +773,17 @@
|
|
|
724
773
|
outline: 0;
|
|
725
774
|
}
|
|
726
775
|
|
|
727
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav
|
|
728
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb
|
|
729
|
-
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
730
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs
|
|
731
|
-
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
732
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section
|
|
733
|
-
.pf-v6-c-page__main-section.pf-m-plain,
|
|
734
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard
|
|
735
|
-
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
736
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group
|
|
737
|
-
.pf-v6-c-page__main-group.pf-m-plain {
|
|
776
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass),
|
|
777
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
778
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
779
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-tabs.pf-m-plain,
|
|
780
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
781
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-section.pf-m-plain,
|
|
782
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
783
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-wizard.pf-m-plain,
|
|
784
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
785
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-group.pf-m-plain,
|
|
786
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass) {
|
|
738
787
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
739
788
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
740
789
|
--pf-v6-c-page__main-breadcrumb--BackgroundColor: transparent;
|
|
@@ -837,8 +886,8 @@
|
|
|
837
886
|
}
|
|
838
887
|
.pf-v6-c-page__main-section.pf-m-secondary {
|
|
839
888
|
--pf-v6-c-page__main-section--BackgroundColor: var(--pf-v6-c-page__main-section--m-secondary--BackgroundColor);
|
|
840
|
-
border-block-start: var(--pf-
|
|
841
|
-
border-block-end: var(--pf-
|
|
889
|
+
border-block-start: var(--pf-v6-c-page__main-section--m-secondary--BorderBlockStartWidth) solid var(--pf-v6-c-page__main-section--m-secondary--BorderBlockStartColor);
|
|
890
|
+
border-block-end: var(--pf-v6-c-page__main-section--m-secondary--BorderBlockEndWidth) solid var(--pf-v6-c-page__main-section--m-secondary--BorderBlockEndColor);
|
|
842
891
|
}
|
|
843
892
|
.pf-v6-c-page__main-section.pf-m-padding {
|
|
844
893
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
@@ -37,8 +37,8 @@ declare const _default: {
|
|
|
37
37
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
38
38
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
39
39
|
"noSidebar": "pf-m-no-sidebar",
|
|
40
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
41
40
|
"plain": "pf-m-plain",
|
|
41
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
42
42
|
"secondary": "pf-m-secondary",
|
|
43
43
|
"padding": "pf-m-padding",
|
|
44
44
|
"noPadding": "pf-m-no-padding",
|
|
@@ -39,8 +39,8 @@ exports.default = {
|
|
|
39
39
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
40
40
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
41
41
|
"noSidebar": "pf-m-no-sidebar",
|
|
42
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
43
42
|
"plain": "pf-m-plain",
|
|
43
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
44
44
|
"secondary": "pf-m-secondary",
|
|
45
45
|
"padding": "pf-m-padding",
|
|
46
46
|
"noPadding": "pf-m-no-padding",
|
|
@@ -37,8 +37,8 @@ export default {
|
|
|
37
37
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
38
38
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
39
39
|
"noSidebar": "pf-m-no-sidebar",
|
|
40
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
41
40
|
"plain": "pf-m-plain",
|
|
41
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
42
42
|
"secondary": "pf-m-secondary",
|
|
43
43
|
"padding": "pf-m-padding",
|
|
44
44
|
"noPadding": "pf-m-no-padding",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
--pf-v6-c-table__button--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
65
65
|
--pf-v6-c-table__button--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
66
66
|
--pf-v6-c-table__button--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
67
|
-
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--
|
|
67
|
+
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
68
68
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
69
69
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
70
70
|
--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
@@ -153,62 +153,89 @@
|
|
|
153
153
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
154
154
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
155
155
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
156
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
157
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
158
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
156
159
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
157
160
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
158
161
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
159
162
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
160
163
|
--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
|
|
161
164
|
--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
|
|
162
|
-
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--
|
|
165
|
+
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
|
|
166
|
+
--pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
163
167
|
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
164
168
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
165
169
|
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
170
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
171
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: 0;
|
|
172
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
173
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
174
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
175
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
176
|
+
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
177
|
+
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
178
|
+
}
|
|
179
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
180
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
181
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
|
|
182
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
|
|
166
183
|
}
|
|
167
184
|
|
|
168
185
|
.pf-v6-c-table {
|
|
169
186
|
width: 100%;
|
|
170
187
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
171
188
|
}
|
|
172
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table
|
|
189
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-table.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass) {
|
|
173
190
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
174
191
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
175
192
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
176
193
|
--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: 0;
|
|
177
194
|
--pf-v6-c-table__control-row--BackgroundColor: transparent;
|
|
178
195
|
}
|
|
179
|
-
|
|
180
196
|
.pf-v6-c-table.pf-m-fixed {
|
|
181
197
|
table-layout: fixed;
|
|
182
198
|
}
|
|
183
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
184
|
-
|
|
199
|
+
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
200
|
+
opacity: 0;
|
|
201
|
+
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
202
|
+
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
203
|
+
transition-property: opacity;
|
|
204
|
+
}
|
|
205
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
206
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
207
|
+
}
|
|
208
|
+
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
|
|
209
|
+
opacity: 1;
|
|
210
|
+
}
|
|
211
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
212
|
+
position: relative;
|
|
213
|
+
}
|
|
214
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead {
|
|
185
215
|
position: sticky;
|
|
186
216
|
inset-block-start: 0;
|
|
187
217
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
188
|
-
background: var(--pf-v6-c-table--BackgroundColor);
|
|
189
218
|
}
|
|
190
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
191
|
-
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
219
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
|
|
192
220
|
position: absolute;
|
|
193
|
-
inset
|
|
194
|
-
|
|
195
|
-
inset-inline-start: 0;
|
|
196
|
-
inset-inline-end: 0;
|
|
197
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
221
|
+
inset: 0;
|
|
222
|
+
z-index: -1;
|
|
198
223
|
pointer-events: none;
|
|
199
224
|
content: "";
|
|
200
|
-
|
|
225
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
226
|
+
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
227
|
+
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
201
228
|
}
|
|
202
|
-
.pf-v6-c-table.pf-m-sticky-header {
|
|
203
|
-
position: relative;
|
|
204
|
-
}
|
|
205
|
-
.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
229
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
|
|
206
230
|
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
207
231
|
}
|
|
208
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-
|
|
209
|
-
position:
|
|
210
|
-
inset
|
|
211
|
-
|
|
232
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
233
|
+
position: absolute;
|
|
234
|
+
inset: 0;
|
|
235
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
236
|
+
pointer-events: none;
|
|
237
|
+
content: "";
|
|
238
|
+
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
212
239
|
}
|
|
213
240
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
214
241
|
border-block-end: 0;
|
|
@@ -899,6 +926,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
899
926
|
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
900
927
|
vertical-align: bottom;
|
|
901
928
|
}
|
|
929
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
930
|
+
position: relative;
|
|
931
|
+
}
|
|
932
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header::after {
|
|
933
|
+
position: absolute;
|
|
934
|
+
inset: 0;
|
|
935
|
+
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
936
|
+
pointer-events: none;
|
|
937
|
+
content: "";
|
|
938
|
+
border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
|
|
939
|
+
}
|
|
902
940
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
903
941
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
904
942
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|
|
@@ -4,10 +4,12 @@ declare const _default: {
|
|
|
4
4
|
"check": "pf-v6-c-check",
|
|
5
5
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
6
6
|
"modifiers": {
|
|
7
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
8
7
|
"plain": "pf-m-plain",
|
|
8
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
9
9
|
"fixed": "pf-m-fixed",
|
|
10
|
+
"stickyHeaderBase": "pf-m-sticky-header-base",
|
|
10
11
|
"stickyHeader": "pf-m-sticky-header",
|
|
12
|
+
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
11
13
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
12
14
|
"striped": "pf-m-striped",
|
|
13
15
|
"expandable": "pf-m-expandable",
|
|
@@ -6,10 +6,12 @@ exports.default = {
|
|
|
6
6
|
"check": "pf-v6-c-check",
|
|
7
7
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
8
8
|
"modifiers": {
|
|
9
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
10
9
|
"plain": "pf-m-plain",
|
|
10
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
11
11
|
"fixed": "pf-m-fixed",
|
|
12
|
+
"stickyHeaderBase": "pf-m-sticky-header-base",
|
|
12
13
|
"stickyHeader": "pf-m-sticky-header",
|
|
14
|
+
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
13
15
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
14
16
|
"striped": "pf-m-striped",
|
|
15
17
|
"expandable": "pf-m-expandable",
|
|
@@ -4,10 +4,12 @@ export default {
|
|
|
4
4
|
"check": "pf-v6-c-check",
|
|
5
5
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
6
6
|
"modifiers": {
|
|
7
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
8
7
|
"plain": "pf-m-plain",
|
|
8
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
9
9
|
"fixed": "pf-m-fixed",
|
|
10
|
+
"stickyHeaderBase": "pf-m-sticky-header-base",
|
|
10
11
|
"stickyHeader": "pf-m-sticky-header",
|
|
12
|
+
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
11
13
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
12
14
|
"striped": "pf-m-striped",
|
|
13
15
|
"expandable": "pf-m-expandable",
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
164
164
|
display: none;
|
|
165
165
|
}
|
|
166
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
166
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
|
|
167
167
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
168
168
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
169
169
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
170
170
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
171
171
|
}
|
|
172
172
|
@media screen and (min-width: 62rem) {
|
|
173
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
173
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
|
|
174
174
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
@@ -5,8 +5,8 @@ declare const _default: {
|
|
|
5
5
|
"modalBox": "pf-v6-c-modal-box",
|
|
6
6
|
"modifiers": {
|
|
7
7
|
"finished": "pf-m-finished",
|
|
8
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
9
8
|
"plain": "pf-m-plain",
|
|
9
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
10
10
|
"expanded": "pf-m-expanded",
|
|
11
11
|
"danger": "pf-m-danger",
|
|
12
12
|
"warning": "pf-m-warning",
|
|
@@ -7,8 +7,8 @@ exports.default = {
|
|
|
7
7
|
"modalBox": "pf-v6-c-modal-box",
|
|
8
8
|
"modifiers": {
|
|
9
9
|
"finished": "pf-m-finished",
|
|
10
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
11
10
|
"plain": "pf-m-plain",
|
|
11
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
12
12
|
"expanded": "pf-m-expanded",
|
|
13
13
|
"danger": "pf-m-danger",
|
|
14
14
|
"warning": "pf-m-warning",
|
|
@@ -5,8 +5,8 @@ export default {
|
|
|
5
5
|
"modalBox": "pf-v6-c-modal-box",
|
|
6
6
|
"modifiers": {
|
|
7
7
|
"finished": "pf-m-finished",
|
|
8
|
-
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
9
8
|
"plain": "pf-m-plain",
|
|
9
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
10
10
|
"expanded": "pf-m-expanded",
|
|
11
11
|
"danger": "pf-m-danger",
|
|
12
12
|
"warning": "pf-m-warning",
|