@patternfly/patternfly 6.3.0-prerelease.61 → 6.3.0-prerelease.63
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/Tabs/tabs.css +10 -6
- package/components/Tabs/tabs.scss +10 -9
- package/components/Toolbar/toolbar.css +7 -0
- package/components/Toolbar/toolbar.scss +7 -0
- package/components/Wizard/wizard.css +4 -0
- package/components/Wizard/wizard.scss +6 -2
- package/components/_index.css +21 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -0
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +75 -7
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +22 -4
- package/package.json +1 -1
- package/patternfly-no-globals.css +21 -6
- package/patternfly.css +21 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -139,7 +139,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
139
139
|
<div class="pf-v6-c-multiple-file-upload__status">
|
|
140
140
|
<div class="pf-v6-c-expandable-section">
|
|
141
141
|
<div class="pf-v6-c-expandable-section__toggle">
|
|
142
|
-
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
142
|
+
<button class="pf-v6-c-button pf-m-link" id="-toggle" type="button">
|
|
143
143
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
144
144
|
<span class="pf-v6-c-expandable-section__toggle-icon">
|
|
145
145
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -157,7 +157,13 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
157
157
|
</span>
|
|
158
158
|
</button>
|
|
159
159
|
</div>
|
|
160
|
-
<div
|
|
160
|
+
<div
|
|
161
|
+
class="pf-v6-c-expandable-section__content"
|
|
162
|
+
hidden
|
|
163
|
+
id="-content"
|
|
164
|
+
role="region"
|
|
165
|
+
aria-labelledby="-toggle"
|
|
166
|
+
>
|
|
161
167
|
<ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
|
|
162
168
|
<li class="pf-v6-c-multiple-file-upload__status-item">
|
|
163
169
|
<div class="pf-v6-c-multiple-file-upload__status-item-icon">
|
|
@@ -348,6 +354,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
348
354
|
<div class="pf-v6-c-expandable-section__toggle">
|
|
349
355
|
<button
|
|
350
356
|
class="pf-v6-c-button pf-m-link"
|
|
357
|
+
id="-toggle"
|
|
351
358
|
type="button"
|
|
352
359
|
aria-expanded="true"
|
|
353
360
|
>
|
|
@@ -368,7 +375,12 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
368
375
|
</span>
|
|
369
376
|
</button>
|
|
370
377
|
</div>
|
|
371
|
-
<div
|
|
378
|
+
<div
|
|
379
|
+
class="pf-v6-c-expandable-section__content"
|
|
380
|
+
id="-content"
|
|
381
|
+
role="region"
|
|
382
|
+
aria-labelledby="-toggle"
|
|
383
|
+
>
|
|
372
384
|
<ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
|
|
373
385
|
<li class="pf-v6-c-multiple-file-upload__status-item">
|
|
374
386
|
<div class="pf-v6-c-multiple-file-upload__status-item-icon">
|
|
@@ -559,6 +571,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
559
571
|
<div class="pf-v6-c-expandable-section__toggle">
|
|
560
572
|
<button
|
|
561
573
|
class="pf-v6-c-button pf-m-link"
|
|
574
|
+
id="-toggle"
|
|
562
575
|
type="button"
|
|
563
576
|
aria-expanded="true"
|
|
564
577
|
>
|
|
@@ -579,7 +592,12 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
579
592
|
</span>
|
|
580
593
|
</button>
|
|
581
594
|
</div>
|
|
582
|
-
<div
|
|
595
|
+
<div
|
|
596
|
+
class="pf-v6-c-expandable-section__content"
|
|
597
|
+
id="-content"
|
|
598
|
+
role="region"
|
|
599
|
+
aria-labelledby="-toggle"
|
|
600
|
+
>
|
|
583
601
|
<ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
|
|
584
602
|
<li class="pf-v6-c-multiple-file-upload__status-item">
|
|
585
603
|
<div class="pf-v6-c-multiple-file-upload__status-item-icon">
|
package/package.json
CHANGED
|
@@ -28172,11 +28172,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28172
28172
|
--pf-v6-c-tabs__link--before--BorderInlineEndWidth: 0;
|
|
28173
28173
|
--pf-v6-c-tabs__link--before--BorderBlockEndWidth: 0;
|
|
28174
28174
|
--pf-v6-c-tabs__link--before--BorderInlineStartWidth: 0;
|
|
28175
|
-
--pf-v6-c-
|
|
28175
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
28176
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
28177
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
28178
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
28176
28179
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineEndWidth: 0;
|
|
28177
28180
|
--pf-v6-c-tabs__link--disabled--before--BorderBlockEndWidth: var(--pf-v6-c-tabs--before--border-width--base);
|
|
28178
28181
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineStartWidth: 0;
|
|
28179
28182
|
--pf-v6-c-tabs__link--after--InsetBlockStart: auto;
|
|
28183
|
+
--pf-v6-c-tabs__link--after--InsetInlineStart: 0;
|
|
28180
28184
|
--pf-v6-c-tabs__link--after--InsetInlineEnd: 0;
|
|
28181
28185
|
--pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
|
|
28182
28186
|
--pf-v6-c-tabs__link--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -28332,6 +28336,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28332
28336
|
.pf-v6-c-tabs.pf-m-box .pf-v6-c-tabs__item.pf-m-current {
|
|
28333
28337
|
--pf-v6-c-tabs__link--BackgroundColor: var(--pf-v6-c-tabs__item--m-current__link--BackgroundColor);
|
|
28334
28338
|
--pf-v6-c-tabs__link--before--BorderBlockEndColor: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
28339
|
+
--pf-v6-c-tabs__link--before--BorderInlineStartColor: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartColor);
|
|
28340
|
+
--pf-v6-c-tabs__link--before--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartWidth);
|
|
28341
|
+
--pf-v6-c-tabs__link--before--BorderInlineEndColor: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndColor);
|
|
28342
|
+
--pf-v6-c-tabs__link--before--BorderInlineEndWidth: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndWidth);
|
|
28335
28343
|
}
|
|
28336
28344
|
.pf-v6-c-tabs.pf-m-box.pf-m-scrollable .pf-v6-c-tabs__item.pf-m-current:first-child .pf-v6-c-tabs__link::before {
|
|
28337
28345
|
inset-inline-start: calc(var(--pf-v6-c-tabs__link--before--border-width--base) * -1);
|
|
@@ -28339,9 +28347,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28339
28347
|
.pf-v6-c-tabs.pf-m-box.pf-m-scrollable .pf-v6-c-tabs__scroll-button:nth-of-type(2)::before {
|
|
28340
28348
|
inset-inline-start: calc(var(--pf-v6-c-tabs__link--before--border-width--base) * -1);
|
|
28341
28349
|
}
|
|
28342
|
-
.pf-v6-c-tabs.pf-m-box .pf-v6-c-tabs__item.pf-m-current + .pf-v6-c-tabs__item {
|
|
28343
|
-
--pf-v6-c-tabs__link--before--InsetInlineStart: 0;
|
|
28344
|
-
}
|
|
28345
28350
|
.pf-v6-c-tabs.pf-m-box.pf-m-secondary {
|
|
28346
28351
|
--pf-v6-c-tabs__item--BackgroundColor: var(--pf-v6-c-tabs--m-box--m-secondary__item--BackgroundColor);
|
|
28347
28352
|
--pf-v6-c-tabs__item--m-current--BackgroundColor: var(--pf-v6-c-tabs--m-box--m-secondary__item--m-current--BackgroundColor);
|
|
@@ -28359,7 +28364,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28359
28364
|
--pf-v6-c-tabs__item--PaddingInlineEnd: var(--pf-v6-c-tabs--m-vertical__item--PaddingInlineEnd);
|
|
28360
28365
|
--pf-v6-c-tabs__link--PaddingInlineStart: var(--pf-v6-c-tabs--m-vertical__link--PaddingInlineStart);
|
|
28361
28366
|
--pf-v6-c-tabs__link--PaddingInlineEnd: var(--pf-v6-c-tabs--m-vertical__link--PaddingInlineEnd);
|
|
28362
|
-
--pf-v6-c-tabs__link--before--InsetInlineStart: 0;
|
|
28363
28367
|
--pf-v6-c-tabs__link--disabled--before--BorderBlockEndWidth: 0;
|
|
28364
28368
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineStartWidth: var(--pf-v6-c-tabs--before--border-width--base);
|
|
28365
28369
|
--pf-v6-c-tabs__link--after--InsetBlockStart: 0;
|
|
@@ -28659,7 +28663,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28659
28663
|
.pf-v6-c-tabs__item.pf-m-action::after, .pf-v6-c-tabs__link::after {
|
|
28660
28664
|
inset-block-start: var(--pf-v6-c-tabs__link--after--InsetBlockStart);
|
|
28661
28665
|
inset-block-end: var(--pf-v6-c-tabs__link--after--InsetBlockEnd);
|
|
28662
|
-
inset-inline-start: var(--pf-v6-c-tabs__link--before--InsetInlineStart);
|
|
28666
|
+
inset-inline-start: var(--pf-v6-c-tabs__link--before--InsetInlineStart, var(--pf-v6-c-tabs__link--after--InsetInlineStart));
|
|
28663
28667
|
inset-inline-end: var(--pf-v6-c-tabs__link--after--InsetInlineEnd);
|
|
28664
28668
|
border-color: var(--pf-v6-c-tabs__link--after--BorderColor);
|
|
28665
28669
|
border-block-start-width: var(--pf-v6-c-tabs__link--after--BorderBlockStartWidth);
|
|
@@ -29610,11 +29614,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29610
29614
|
--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
29611
29615
|
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
29612
29616
|
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
29617
|
+
--pf-v6-c-toolbar__expandable-content--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
29618
|
+
--pf-v6-c-toolbar__expandable-content--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
29613
29619
|
--pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
|
29614
29620
|
--pf-v6-c-toolbar--m-sticky--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
29615
29621
|
--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
29616
29622
|
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
29617
29623
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
29624
|
+
--pf-v6-c-toolbar--m-sticky--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
29625
|
+
--pf-v6-c-toolbar--m-sticky--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
29618
29626
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
|
29619
29627
|
--pf-v6-c-toolbar__expand-all-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
29620
29628
|
--pf-v6-c-toolbar__expand-all-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
@@ -29785,6 +29793,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29785
29793
|
z-index: var(--pf-v6-c-toolbar--m-sticky--ZIndex);
|
|
29786
29794
|
padding-block-start: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockStart);
|
|
29787
29795
|
padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
|
|
29796
|
+
border-block-end: var(--pf-v6-c-toolbar--m-sticky--BorderBlockEndWidth) solid var(--pf-v6-c-toolbar--m-sticky--BorderBlockEndColor);
|
|
29788
29797
|
box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
|
|
29789
29798
|
}
|
|
29790
29799
|
.pf-v6-c-toolbar.pf-m-static,
|
|
@@ -29931,12 +29940,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29931
29940
|
padding-inline-start: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineStart);
|
|
29932
29941
|
padding-inline-end: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd);
|
|
29933
29942
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
|
29943
|
+
border-block-end: var(--pf-v6-c-toolbar__expandable-content--BorderBlockEndWidth) solid var(--pf-v6-c-toolbar__expandable-content--BorderBlockEndColor);
|
|
29934
29944
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
|
29935
29945
|
}
|
|
29936
29946
|
@media screen and (min-width: 62rem) {
|
|
29937
29947
|
.pf-v6-c-toolbar__expandable-content {
|
|
29938
29948
|
position: static;
|
|
29939
29949
|
padding: 0;
|
|
29950
|
+
border-block-end: 0;
|
|
29940
29951
|
box-shadow: none;
|
|
29941
29952
|
}
|
|
29942
29953
|
}
|
|
@@ -32303,6 +32314,8 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32303
32314
|
--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
|
|
32304
32315
|
--pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
|
|
32305
32316
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
32317
|
+
--pf-v6-c-wizard__nav--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
32318
|
+
--pf-v6-c-wizard__nav--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
32306
32319
|
--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
32307
32320
|
--pf-v6-c-wizard__nav--Width: 100%;
|
|
32308
32321
|
--pf-v6-c-wizard__nav--lg--Width: 15.625rem;
|
|
@@ -32336,6 +32349,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32336
32349
|
.pf-v6-c-wizard {
|
|
32337
32350
|
--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);
|
|
32338
32351
|
--pf-v6-c-wizard__nav--BoxShadow: none;
|
|
32352
|
+
--pf-v6-c-wizard__nav--BorderBlockEndWidth: 0;
|
|
32339
32353
|
}
|
|
32340
32354
|
}
|
|
32341
32355
|
|
|
@@ -32522,6 +32536,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32522
32536
|
overflow-y: auto;
|
|
32523
32537
|
-webkit-overflow-scrolling: touch;
|
|
32524
32538
|
background-color: var(--pf-v6-c-wizard__nav--BackgroundColor);
|
|
32539
|
+
border-block-end: var(--pf-v6-c-wizard__nav--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__nav--BorderBlockEndColor);
|
|
32525
32540
|
box-shadow: var(--pf-v6-c-wizard__nav--BoxShadow);
|
|
32526
32541
|
}
|
|
32527
32542
|
.pf-v6-c-wizard__nav.pf-m-expanded {
|
package/patternfly.css
CHANGED
|
@@ -28312,11 +28312,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28312
28312
|
--pf-v6-c-tabs__link--before--BorderInlineEndWidth: 0;
|
|
28313
28313
|
--pf-v6-c-tabs__link--before--BorderBlockEndWidth: 0;
|
|
28314
28314
|
--pf-v6-c-tabs__link--before--BorderInlineStartWidth: 0;
|
|
28315
|
-
--pf-v6-c-
|
|
28315
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
28316
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
28317
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
28318
|
+
--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
28316
28319
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineEndWidth: 0;
|
|
28317
28320
|
--pf-v6-c-tabs__link--disabled--before--BorderBlockEndWidth: var(--pf-v6-c-tabs--before--border-width--base);
|
|
28318
28321
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineStartWidth: 0;
|
|
28319
28322
|
--pf-v6-c-tabs__link--after--InsetBlockStart: auto;
|
|
28323
|
+
--pf-v6-c-tabs__link--after--InsetInlineStart: 0;
|
|
28320
28324
|
--pf-v6-c-tabs__link--after--InsetInlineEnd: 0;
|
|
28321
28325
|
--pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
|
|
28322
28326
|
--pf-v6-c-tabs__link--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -28472,6 +28476,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28472
28476
|
.pf-v6-c-tabs.pf-m-box .pf-v6-c-tabs__item.pf-m-current {
|
|
28473
28477
|
--pf-v6-c-tabs__link--BackgroundColor: var(--pf-v6-c-tabs__item--m-current__link--BackgroundColor);
|
|
28474
28478
|
--pf-v6-c-tabs__link--before--BorderBlockEndColor: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
28479
|
+
--pf-v6-c-tabs__link--before--BorderInlineStartColor: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartColor);
|
|
28480
|
+
--pf-v6-c-tabs__link--before--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineStartWidth);
|
|
28481
|
+
--pf-v6-c-tabs__link--before--BorderInlineEndColor: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndColor);
|
|
28482
|
+
--pf-v6-c-tabs__link--before--BorderInlineEndWidth: var(--pf-v6-c-tabs--m-box__link--m-current--before--BorderInlineEndWidth);
|
|
28475
28483
|
}
|
|
28476
28484
|
.pf-v6-c-tabs.pf-m-box.pf-m-scrollable .pf-v6-c-tabs__item.pf-m-current:first-child .pf-v6-c-tabs__link::before {
|
|
28477
28485
|
inset-inline-start: calc(var(--pf-v6-c-tabs__link--before--border-width--base) * -1);
|
|
@@ -28479,9 +28487,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28479
28487
|
.pf-v6-c-tabs.pf-m-box.pf-m-scrollable .pf-v6-c-tabs__scroll-button:nth-of-type(2)::before {
|
|
28480
28488
|
inset-inline-start: calc(var(--pf-v6-c-tabs__link--before--border-width--base) * -1);
|
|
28481
28489
|
}
|
|
28482
|
-
.pf-v6-c-tabs.pf-m-box .pf-v6-c-tabs__item.pf-m-current + .pf-v6-c-tabs__item {
|
|
28483
|
-
--pf-v6-c-tabs__link--before--InsetInlineStart: 0;
|
|
28484
|
-
}
|
|
28485
28490
|
.pf-v6-c-tabs.pf-m-box.pf-m-secondary {
|
|
28486
28491
|
--pf-v6-c-tabs__item--BackgroundColor: var(--pf-v6-c-tabs--m-box--m-secondary__item--BackgroundColor);
|
|
28487
28492
|
--pf-v6-c-tabs__item--m-current--BackgroundColor: var(--pf-v6-c-tabs--m-box--m-secondary__item--m-current--BackgroundColor);
|
|
@@ -28499,7 +28504,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28499
28504
|
--pf-v6-c-tabs__item--PaddingInlineEnd: var(--pf-v6-c-tabs--m-vertical__item--PaddingInlineEnd);
|
|
28500
28505
|
--pf-v6-c-tabs__link--PaddingInlineStart: var(--pf-v6-c-tabs--m-vertical__link--PaddingInlineStart);
|
|
28501
28506
|
--pf-v6-c-tabs__link--PaddingInlineEnd: var(--pf-v6-c-tabs--m-vertical__link--PaddingInlineEnd);
|
|
28502
|
-
--pf-v6-c-tabs__link--before--InsetInlineStart: 0;
|
|
28503
28507
|
--pf-v6-c-tabs__link--disabled--before--BorderBlockEndWidth: 0;
|
|
28504
28508
|
--pf-v6-c-tabs__link--disabled--before--BorderInlineStartWidth: var(--pf-v6-c-tabs--before--border-width--base);
|
|
28505
28509
|
--pf-v6-c-tabs__link--after--InsetBlockStart: 0;
|
|
@@ -28799,7 +28803,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28799
28803
|
.pf-v6-c-tabs__item.pf-m-action::after, .pf-v6-c-tabs__link::after {
|
|
28800
28804
|
inset-block-start: var(--pf-v6-c-tabs__link--after--InsetBlockStart);
|
|
28801
28805
|
inset-block-end: var(--pf-v6-c-tabs__link--after--InsetBlockEnd);
|
|
28802
|
-
inset-inline-start: var(--pf-v6-c-tabs__link--before--InsetInlineStart);
|
|
28806
|
+
inset-inline-start: var(--pf-v6-c-tabs__link--before--InsetInlineStart, var(--pf-v6-c-tabs__link--after--InsetInlineStart));
|
|
28803
28807
|
inset-inline-end: var(--pf-v6-c-tabs__link--after--InsetInlineEnd);
|
|
28804
28808
|
border-color: var(--pf-v6-c-tabs__link--after--BorderColor);
|
|
28805
28809
|
border-block-start-width: var(--pf-v6-c-tabs__link--after--BorderBlockStartWidth);
|
|
@@ -29750,11 +29754,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29750
29754
|
--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
29751
29755
|
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
29752
29756
|
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
29757
|
+
--pf-v6-c-toolbar__expandable-content--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
29758
|
+
--pf-v6-c-toolbar__expandable-content--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
29753
29759
|
--pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
|
29754
29760
|
--pf-v6-c-toolbar--m-sticky--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
29755
29761
|
--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
29756
29762
|
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
29757
29763
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
29764
|
+
--pf-v6-c-toolbar--m-sticky--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
29765
|
+
--pf-v6-c-toolbar--m-sticky--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
29758
29766
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
|
29759
29767
|
--pf-v6-c-toolbar__expand-all-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
29760
29768
|
--pf-v6-c-toolbar__expand-all-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
@@ -29925,6 +29933,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29925
29933
|
z-index: var(--pf-v6-c-toolbar--m-sticky--ZIndex);
|
|
29926
29934
|
padding-block-start: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockStart);
|
|
29927
29935
|
padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
|
|
29936
|
+
border-block-end: var(--pf-v6-c-toolbar--m-sticky--BorderBlockEndWidth) solid var(--pf-v6-c-toolbar--m-sticky--BorderBlockEndColor);
|
|
29928
29937
|
box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
|
|
29929
29938
|
}
|
|
29930
29939
|
.pf-v6-c-toolbar.pf-m-static,
|
|
@@ -30071,12 +30080,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
30071
30080
|
padding-inline-start: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineStart);
|
|
30072
30081
|
padding-inline-end: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd);
|
|
30073
30082
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
|
30083
|
+
border-block-end: var(--pf-v6-c-toolbar__expandable-content--BorderBlockEndWidth) solid var(--pf-v6-c-toolbar__expandable-content--BorderBlockEndColor);
|
|
30074
30084
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
|
30075
30085
|
}
|
|
30076
30086
|
@media screen and (min-width: 62rem) {
|
|
30077
30087
|
.pf-v6-c-toolbar__expandable-content {
|
|
30078
30088
|
position: static;
|
|
30079
30089
|
padding: 0;
|
|
30090
|
+
border-block-end: 0;
|
|
30080
30091
|
box-shadow: none;
|
|
30081
30092
|
}
|
|
30082
30093
|
}
|
|
@@ -32443,6 +32454,8 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32443
32454
|
--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
|
|
32444
32455
|
--pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
|
|
32445
32456
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
32457
|
+
--pf-v6-c-wizard__nav--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
32458
|
+
--pf-v6-c-wizard__nav--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
32446
32459
|
--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
32447
32460
|
--pf-v6-c-wizard__nav--Width: 100%;
|
|
32448
32461
|
--pf-v6-c-wizard__nav--lg--Width: 15.625rem;
|
|
@@ -32476,6 +32489,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32476
32489
|
.pf-v6-c-wizard {
|
|
32477
32490
|
--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);
|
|
32478
32491
|
--pf-v6-c-wizard__nav--BoxShadow: none;
|
|
32492
|
+
--pf-v6-c-wizard__nav--BorderBlockEndWidth: 0;
|
|
32479
32493
|
}
|
|
32480
32494
|
}
|
|
32481
32495
|
|
|
@@ -32662,6 +32676,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32662
32676
|
overflow-y: auto;
|
|
32663
32677
|
-webkit-overflow-scrolling: touch;
|
|
32664
32678
|
background-color: var(--pf-v6-c-wizard__nav--BackgroundColor);
|
|
32679
|
+
border-block-end: var(--pf-v6-c-wizard__nav--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__nav--BorderBlockEndColor);
|
|
32665
32680
|
box-shadow: var(--pf-v6-c-wizard__nav--BoxShadow);
|
|
32666
32681
|
}
|
|
32667
32682
|
.pf-v6-c-wizard__nav.pf-m-expanded {
|