@patternfly/patternfly 6.3.0-prerelease.1 → 6.3.0-prerelease.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.3.0-prerelease.1",
4
+ "version": "6.3.0-prerelease.3",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.8.0",
50
+ "@patternfly/documentation-framework": "6.8.4",
51
51
  "@patternfly/patternfly-a11y": "5.0.0",
52
- "@patternfly/react-code-editor": "6.1.0",
53
- "@patternfly/react-core": "6.1.0",
54
- "@patternfly/react-table": "6.1.0",
52
+ "@patternfly/react-code-editor": "6.2.0",
53
+ "@patternfly/react-core": "6.2.0",
54
+ "@patternfly/react-table": "6.2.0",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",
@@ -12769,9 +12769,15 @@ ul) {
12769
12769
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
12770
12770
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
12771
12771
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
12772
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
12773
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
12774
+ --pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
12772
12775
  --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
12773
- --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
12774
- --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
12776
+ --pf-v6-c-drawer__panel--TransitionDuration--fade: var(--pf-t--global--motion--duration--fade--default);
12777
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-v6-c-drawer__panel--TransitionDuration--fade), 0s, 0s;
12778
+ --pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
12779
+ --pf-v6-c-drawer__panel--Opacity: 0;
12780
+ --pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
12775
12781
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
12776
12782
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
12777
12783
  --pf-v6-c-drawer__panel--md--FlexBasis: 50%;
@@ -12861,6 +12867,17 @@ ul) {
12861
12867
  --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
12862
12868
  --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
12863
12869
  }
12870
+ @media screen and (prefers-reduced-motion: no-preference) {
12871
+ .pf-v6-c-drawer {
12872
+ --pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
12873
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
12874
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
12875
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
12876
+ --pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
12877
+ --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
12878
+ --pf-v6-c-drawer__panel--Opacity: 1;
12879
+ }
12880
+ }
12864
12881
  @media screen and (min-width: 75rem) {
12865
12882
  .pf-v6-c-drawer {
12866
12883
  --pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
@@ -12908,8 +12925,13 @@ ul) {
12908
12925
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
12909
12926
  flex-direction: column;
12910
12927
  }
12928
+ .pf-v6-c-drawer.pf-m-expanded {
12929
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
12930
+ }
12911
12931
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
12912
12932
  transform: translateX(-100%);
12933
+ --pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
12934
+ visibility: visible;
12913
12935
  }
12914
12936
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
12915
12937
  transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
@@ -12982,8 +13004,11 @@ ul) {
12982
13004
  order: 1;
12983
13005
  max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
12984
13006
  overflow: auto;
13007
+ visibility: hidden;
12985
13008
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
12986
13009
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
13010
+ opacity: var(--pf-v6-c-drawer__panel--Opacity);
13011
+ transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
12987
13012
  transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
12988
13013
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
12989
13014
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
@@ -13040,17 +13065,6 @@ ul) {
13040
13065
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
13041
13066
  }
13042
13067
 
13043
- @keyframes pf-remove-tab-focus {
13044
- to {
13045
- visibility: hidden;
13046
- }
13047
- }
13048
- .pf-v6-c-drawer__panel[hidden] {
13049
- animation-name: pf-remove-tab-focus;
13050
- animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
13051
- animation-fill-mode: forwards;
13052
- }
13053
-
13054
13068
  .pf-v6-c-drawer__head {
13055
13069
  display: grid;
13056
13070
  grid-template-columns: auto;
@@ -13158,7 +13172,7 @@ ul) {
13158
13172
  .pf-v6-c-drawer {
13159
13173
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
13160
13174
  }
13161
- .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13175
+ .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13162
13176
  box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
13163
13177
  }
13164
13178
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
@@ -25779,6 +25793,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25779
25793
  }
25780
25794
  }
25781
25795
 
25796
+ @property --pf-v6-c-tabs--link-accent--length {
25797
+ syntax: "<length>";
25798
+ inherits: true;
25799
+ initial-value: 0px;
25800
+ }
25801
+ @property --pf-v6-c-tabs--link-accent--start {
25802
+ syntax: "<length>";
25803
+ inherits: true;
25804
+ initial-value: 0px;
25805
+ }
25782
25806
  .pf-v6-c-tabs {
25783
25807
  --pf-v6-c-tabs--inset: 0;
25784
25808
  --pf-v6-c-tabs--Width: auto;
@@ -25840,6 +25864,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25840
25864
  --pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
25841
25865
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
25842
25866
  --pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
25867
+ --pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
25868
+ --pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
25843
25869
  --pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
25844
25870
  --pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
25845
25871
  --pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
@@ -25864,6 +25890,26 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25864
25890
  --pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
25865
25891
  --pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
25866
25892
  --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
25893
+ --pf-v6-c-tabs--link-accent--start: 0;
25894
+ --pf-v6-c-tabs--link-accent--length: auto;
25895
+ --pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
25896
+ --pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
25897
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
25898
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
25899
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
25900
+ --pf-v6-c-tabs--link-accent--Width: initial;
25901
+ --pf-v6-c-tabs--link-accent--Height: 0;
25902
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
25903
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
25904
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
25905
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
25906
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
25907
+ --pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
25908
+ --pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
25909
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
25910
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
25911
+ --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
25912
+ --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
25867
25913
  --pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
25868
25914
  --pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
25869
25915
  --pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -26021,6 +26067,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26021
26067
  --pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
26022
26068
  --pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
26023
26069
  --pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
26070
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
26071
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
26072
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
26073
+ --pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
26074
+ --pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
26075
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
26076
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
26024
26077
  display: inline-flex;
26025
26078
  flex-direction: column;
26026
26079
  height: 100%;
@@ -26283,6 +26336,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26283
26336
  text-decoration-line: none;
26284
26337
  background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
26285
26338
  border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
26339
+ transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
26286
26340
  }
26287
26341
  .pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
26288
26342
  --pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
@@ -26595,6 +26649,30 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26595
26649
  }
26596
26650
  }
26597
26651
 
26652
+ @media (prefers-reduced-motion: no-preference) {
26653
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
26654
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
26655
+ content: revert;
26656
+ }
26657
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
26658
+ position: absolute;
26659
+ inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
26660
+ inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
26661
+ inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
26662
+ width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
26663
+ height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
26664
+ content: "";
26665
+ border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
26666
+ border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
26667
+ border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
26668
+ transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
26669
+ transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
26670
+ transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
26671
+ }
26672
+ .pf-v6-c-tabs.pf-m-initializing-accent {
26673
+ --pf-v6-c-tabs--link-accent--TransitionDuration: 0;
26674
+ }
26675
+ }
26598
26676
  .pf-v6-c-text-input-group {
26599
26677
  --pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
26600
26678
  --pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
package/patternfly.css CHANGED
@@ -12905,9 +12905,15 @@ ul) {
12905
12905
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
12906
12906
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
12907
12907
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
12908
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
12909
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
12910
+ --pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
12908
12911
  --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
12909
- --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
12910
- --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
12912
+ --pf-v6-c-drawer__panel--TransitionDuration--fade: var(--pf-t--global--motion--duration--fade--default);
12913
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-v6-c-drawer__panel--TransitionDuration--fade), 0s, 0s;
12914
+ --pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
12915
+ --pf-v6-c-drawer__panel--Opacity: 0;
12916
+ --pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
12911
12917
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
12912
12918
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
12913
12919
  --pf-v6-c-drawer__panel--md--FlexBasis: 50%;
@@ -12997,6 +13003,17 @@ ul) {
12997
13003
  --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
12998
13004
  --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
12999
13005
  }
13006
+ @media screen and (prefers-reduced-motion: no-preference) {
13007
+ .pf-v6-c-drawer {
13008
+ --pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
13009
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
13010
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
13011
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
13012
+ --pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
13013
+ --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
13014
+ --pf-v6-c-drawer__panel--Opacity: 1;
13015
+ }
13016
+ }
13000
13017
  @media screen and (min-width: 75rem) {
13001
13018
  .pf-v6-c-drawer {
13002
13019
  --pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
@@ -13044,8 +13061,13 @@ ul) {
13044
13061
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
13045
13062
  flex-direction: column;
13046
13063
  }
13064
+ .pf-v6-c-drawer.pf-m-expanded {
13065
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
13066
+ }
13047
13067
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13048
13068
  transform: translateX(-100%);
13069
+ --pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
13070
+ visibility: visible;
13049
13071
  }
13050
13072
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13051
13073
  transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
@@ -13118,8 +13140,11 @@ ul) {
13118
13140
  order: 1;
13119
13141
  max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
13120
13142
  overflow: auto;
13143
+ visibility: hidden;
13121
13144
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
13122
13145
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
13146
+ opacity: var(--pf-v6-c-drawer__panel--Opacity);
13147
+ transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
13123
13148
  transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
13124
13149
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
13125
13150
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
@@ -13176,17 +13201,6 @@ ul) {
13176
13201
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
13177
13202
  }
13178
13203
 
13179
- @keyframes pf-remove-tab-focus {
13180
- to {
13181
- visibility: hidden;
13182
- }
13183
- }
13184
- .pf-v6-c-drawer__panel[hidden] {
13185
- animation-name: pf-remove-tab-focus;
13186
- animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
13187
- animation-fill-mode: forwards;
13188
- }
13189
-
13190
13204
  .pf-v6-c-drawer__head {
13191
13205
  display: grid;
13192
13206
  grid-template-columns: auto;
@@ -13294,7 +13308,7 @@ ul) {
13294
13308
  .pf-v6-c-drawer {
13295
13309
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
13296
13310
  }
13297
- .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13311
+ .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
13298
13312
  box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
13299
13313
  }
13300
13314
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
@@ -25915,6 +25929,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25915
25929
  }
25916
25930
  }
25917
25931
 
25932
+ @property --pf-v6-c-tabs--link-accent--length {
25933
+ syntax: "<length>";
25934
+ inherits: true;
25935
+ initial-value: 0px;
25936
+ }
25937
+ @property --pf-v6-c-tabs--link-accent--start {
25938
+ syntax: "<length>";
25939
+ inherits: true;
25940
+ initial-value: 0px;
25941
+ }
25918
25942
  .pf-v6-c-tabs {
25919
25943
  --pf-v6-c-tabs--inset: 0;
25920
25944
  --pf-v6-c-tabs--Width: auto;
@@ -25976,6 +26000,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25976
26000
  --pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
25977
26001
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
25978
26002
  --pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
26003
+ --pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
26004
+ --pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
25979
26005
  --pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
25980
26006
  --pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
25981
26007
  --pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
@@ -26000,6 +26026,26 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26000
26026
  --pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
26001
26027
  --pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
26002
26028
  --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
26029
+ --pf-v6-c-tabs--link-accent--start: 0;
26030
+ --pf-v6-c-tabs--link-accent--length: auto;
26031
+ --pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
26032
+ --pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
26033
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
26034
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
26035
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
26036
+ --pf-v6-c-tabs--link-accent--Width: initial;
26037
+ --pf-v6-c-tabs--link-accent--Height: 0;
26038
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
26039
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
26040
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
26041
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
26042
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
26043
+ --pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
26044
+ --pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
26045
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
26046
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
26047
+ --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
26048
+ --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
26003
26049
  --pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
26004
26050
  --pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
26005
26051
  --pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -26157,6 +26203,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26157
26203
  --pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
26158
26204
  --pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
26159
26205
  --pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
26206
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
26207
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
26208
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
26209
+ --pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
26210
+ --pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
26211
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
26212
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
26160
26213
  display: inline-flex;
26161
26214
  flex-direction: column;
26162
26215
  height: 100%;
@@ -26419,6 +26472,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26419
26472
  text-decoration-line: none;
26420
26473
  background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
26421
26474
  border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
26475
+ transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
26422
26476
  }
26423
26477
  .pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
26424
26478
  --pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
@@ -26731,6 +26785,30 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26731
26785
  }
26732
26786
  }
26733
26787
 
26788
+ @media (prefers-reduced-motion: no-preference) {
26789
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
26790
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
26791
+ content: revert;
26792
+ }
26793
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
26794
+ position: absolute;
26795
+ inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
26796
+ inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
26797
+ inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
26798
+ width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
26799
+ height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
26800
+ content: "";
26801
+ border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
26802
+ border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
26803
+ border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
26804
+ transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
26805
+ transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
26806
+ transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
26807
+ }
26808
+ .pf-v6-c-tabs.pf-m-initializing-accent {
26809
+ --pf-v6-c-tabs--link-accent--TransitionDuration: 0;
26810
+ }
26811
+ }
26734
26812
  .pf-v6-c-text-input-group {
26735
26813
  --pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
26736
26814
  --pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);