@patternfly/react-styles 6.2.2 → 6.3.0-prerelease.1

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 CHANGED
@@ -3,21 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [6.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.1...@patternfly/react-styles@6.2.2) (2025-04-23)
6
+ # [6.3.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.1-prerelease.0...@patternfly/react-styles@6.3.0-prerelease.1) (2025-04-24)
7
7
 
8
- ### Bug Fixes
9
-
10
- - Updated to pull in 6.2.3 of patternfly. ([660cf4a](https://github.com/patternfly/patternfly-react/commit/660cf4add72c3f9184b6882f06ea69b501d181e3))
11
-
12
- ## [6.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0...@patternfly/react-styles@6.2.1) (2025-04-17)
13
-
14
- ### Bug Fixes
15
-
16
- - publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
17
-
18
- ### Features
19
-
20
- - **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
8
+ **Note:** Version bump only for package @patternfly/react-styles
21
9
 
22
10
  ## [6.2.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0...@patternfly/react-styles@6.2.1-prerelease.0) (2025-04-14)
23
11
 
@@ -15,6 +15,7 @@
15
15
  --pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
16
16
  --pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
17
17
  --pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
18
+ --pf-v6-c-card__title-text--OverflowWrap: break-word;
18
19
  --pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
19
20
  --pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
20
21
  --pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
@@ -227,11 +228,13 @@
227
228
  }
228
229
 
229
230
  .pf-v6-c-card__title-text {
231
+ overflow: auto;
230
232
  font-family: var(--pf-v6-c-card__title-text--FontFamily);
231
233
  font-size: var(--pf-v6-c-card__title-text--FontSize);
232
234
  font-weight: var(--pf-v6-c-card__title-text--FontWeight);
233
235
  line-height: var(--pf-v6-c-card__title-text--LineHeight);
234
236
  color: var(--pf-v6-c-card__title-text--Color);
237
+ overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
235
238
  }
236
239
 
237
240
  .pf-v6-c-card__actions {
@@ -15,9 +15,15 @@
15
15
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
16
16
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
17
17
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
18
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
19
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
20
+ --pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
18
21
  --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
19
- --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
20
- --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
22
+ --pf-v6-c-drawer__panel--TransitionDuration--fade: var(--pf-t--global--motion--duration--fade--default);
23
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-v6-c-drawer__panel--TransitionDuration--fade), 0s, 0s;
24
+ --pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
25
+ --pf-v6-c-drawer__panel--Opacity: 0;
26
+ --pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
21
27
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
22
28
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
23
29
  --pf-v6-c-drawer__panel--md--FlexBasis: 50%;
@@ -107,6 +113,17 @@
107
113
  --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
108
114
  --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
109
115
  }
116
+ @media screen and (prefers-reduced-motion: no-preference) {
117
+ .pf-v6-c-drawer {
118
+ --pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
119
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
120
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
121
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
122
+ --pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
123
+ --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
124
+ --pf-v6-c-drawer__panel--Opacity: 1;
125
+ }
126
+ }
110
127
  @media screen and (min-width: 75rem) {
111
128
  .pf-v6-c-drawer {
112
129
  --pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
@@ -154,8 +171,13 @@
154
171
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
155
172
  flex-direction: column;
156
173
  }
174
+ .pf-v6-c-drawer.pf-m-expanded {
175
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
176
+ }
157
177
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
158
178
  transform: translateX(-100%);
179
+ --pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
180
+ visibility: visible;
159
181
  }
160
182
  :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 {
161
183
  transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
@@ -228,8 +250,11 @@
228
250
  order: 1;
229
251
  max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
230
252
  overflow: auto;
253
+ visibility: hidden;
231
254
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
232
255
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
256
+ opacity: var(--pf-v6-c-drawer__panel--Opacity);
257
+ transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
233
258
  transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
234
259
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
235
260
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
@@ -286,17 +311,6 @@
286
311
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
287
312
  }
288
313
 
289
- @keyframes pf-remove-tab-focus {
290
- to {
291
- visibility: hidden;
292
- }
293
- }
294
- .pf-v6-c-drawer__panel[hidden] {
295
- animation-name: pf-remove-tab-focus;
296
- animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
297
- animation-fill-mode: forwards;
298
- }
299
-
300
314
  .pf-v6-c-drawer__head {
301
315
  display: grid;
302
316
  grid-template-columns: auto;
@@ -404,7 +418,7 @@
404
418
  .pf-v6-c-drawer {
405
419
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
406
420
  }
407
- .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
421
+ .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
408
422
  box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
409
423
  }
410
424
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
@@ -146,12 +146,11 @@
146
146
  padding-inline-start: var(--pf-v6-c-form-control--PaddingInlineStart);
147
147
  padding-inline-end: var(--pf-v6-c-form-control--PaddingInlineEnd);
148
148
  color: var(--pf-v6-c-form-control--Color);
149
+ appearance: none;
149
150
  background-color: transparent;
150
151
  border: none;
151
152
  border-radius: var(--pf-v6-c-form-control--BorderRadius);
152
153
  outline-offset: var(--pf-v6-c-form-control--OutlineOffset);
153
- -moz-appearance: none;
154
- -webkit-appearance: none;
155
154
  }
156
155
  .pf-v6-c-form-control > ::placeholder {
157
156
  color: var(--pf-v6-c-form-control--m-placeholder--Color);
@@ -1,3 +1,13 @@
1
+ @property --pf-v6-c-tabs--link-accent--length {
2
+ syntax: "<length>";
3
+ inherits: true;
4
+ initial-value: 0px;
5
+ }
6
+ @property --pf-v6-c-tabs--link-accent--start {
7
+ syntax: "<length>";
8
+ inherits: true;
9
+ initial-value: 0px;
10
+ }
1
11
  .pf-v6-c-tabs {
2
12
  --pf-v6-c-tabs--inset: 0;
3
13
  --pf-v6-c-tabs--Width: auto;
@@ -59,6 +69,8 @@
59
69
  --pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
60
70
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
61
71
  --pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
72
+ --pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
73
+ --pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
62
74
  --pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
63
75
  --pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
64
76
  --pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
@@ -83,6 +95,26 @@
83
95
  --pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
84
96
  --pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
85
97
  --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
98
+ --pf-v6-c-tabs--link-accent--start: 0;
99
+ --pf-v6-c-tabs--link-accent--length: auto;
100
+ --pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
101
+ --pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
102
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
103
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
104
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
105
+ --pf-v6-c-tabs--link-accent--Width: initial;
106
+ --pf-v6-c-tabs--link-accent--Height: 0;
107
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
108
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
109
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
110
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
111
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
112
+ --pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
113
+ --pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
114
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
115
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
116
+ --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
117
+ --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
86
118
  --pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
87
119
  --pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
88
120
  --pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -240,6 +272,13 @@
240
272
  --pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
241
273
  --pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
242
274
  --pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
275
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
276
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
277
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
278
+ --pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
279
+ --pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
280
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
281
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
243
282
  display: inline-flex;
244
283
  flex-direction: column;
245
284
  height: 100%;
@@ -502,6 +541,7 @@
502
541
  text-decoration-line: none;
503
542
  background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
504
543
  border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
544
+ transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
505
545
  }
506
546
  .pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
507
547
  --pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
@@ -812,4 +852,29 @@
812
852
  --pf-v6-c-tabs--m-vertical--inset: var(--pf-t--global--spacer--2xl);
813
853
  --pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
814
854
  }
855
+ }
856
+
857
+ @media (prefers-reduced-motion: no-preference) {
858
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
859
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
860
+ content: revert;
861
+ }
862
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
863
+ position: absolute;
864
+ inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
865
+ inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
866
+ inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
867
+ width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
868
+ height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
869
+ content: "";
870
+ border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
871
+ border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
872
+ border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
873
+ transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
874
+ transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
875
+ transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
876
+ }
877
+ .pf-v6-c-tabs.pf-m-initializing-accent {
878
+ --pf-v6-c-tabs--link-accent--TransitionDuration: 0;
879
+ }
815
880
  }
@@ -64,7 +64,8 @@ declare const _default: {
64
64
  "insetMdOn_2xl": "pf-m-inset-md-on-2xl",
65
65
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
66
66
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
67
- "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl"
67
+ "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
68
+ "initializingAccent": "pf-m-initializing-accent"
68
69
  },
69
70
  "tabs": "pf-v6-c-tabs",
70
71
  "tabsAdd": "pf-v6-c-tabs__add",
@@ -66,7 +66,8 @@ exports.default = {
66
66
  "insetMdOn_2xl": "pf-m-inset-md-on-2xl",
67
67
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
68
68
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
69
- "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl"
69
+ "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
70
+ "initializingAccent": "pf-m-initializing-accent"
70
71
  },
71
72
  "tabs": "pf-v6-c-tabs",
72
73
  "tabsAdd": "pf-v6-c-tabs__add",
@@ -64,7 +64,8 @@ export default {
64
64
  "insetMdOn_2xl": "pf-m-inset-md-on-2xl",
65
65
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
66
66
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
67
- "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl"
67
+ "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
68
+ "initializingAccent": "pf-m-initializing-accent"
68
69
  },
69
70
  "tabs": "pf-v6-c-tabs",
70
71
  "tabsAdd": "pf-v6-c-tabs__add",
@@ -9,6 +9,11 @@
9
9
  align-items: baseline;
10
10
  min-width: var(--pf-v6-c-truncate--MinWidth);
11
11
  }
12
+ .pf-v6-c-truncate.pf-m-fixed {
13
+ display: inline;
14
+ align-items: revert;
15
+ min-width: revert;
16
+ }
12
17
 
13
18
  .pf-v6-c-truncate__start,
14
19
  .pf-v6-c-truncate__end {
@@ -1,6 +1,9 @@
1
1
  import './truncate.css';
2
2
  declare const _default: {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
+ "modifiers": {
5
+ "fixed": "pf-m-fixed"
6
+ },
4
7
  "truncate": "pf-v6-c-truncate",
5
8
  "truncateEnd": "pf-v6-c-truncate__end",
6
9
  "truncateStart": "pf-v6-c-truncate__start"
@@ -3,6 +3,9 @@ exports.__esModule = true;
3
3
  require('./truncate.css');
4
4
  exports.default = {
5
5
  "dirRtl": "pf-v6-m-dir-rtl",
6
+ "modifiers": {
7
+ "fixed": "pf-m-fixed"
8
+ },
6
9
  "truncate": "pf-v6-c-truncate",
7
10
  "truncateEnd": "pf-v6-c-truncate__end",
8
11
  "truncateStart": "pf-v6-c-truncate__start"
@@ -1,6 +1,9 @@
1
1
  import './truncate.css';
2
2
  export default {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
+ "modifiers": {
5
+ "fixed": "pf-m-fixed"
6
+ },
4
7
  "truncate": "pf-v6-c-truncate",
5
8
  "truncateEnd": "pf-v6-c-truncate__end",
6
9
  "truncateStart": "pf-v6-c-truncate__start"
@@ -2329,6 +2329,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2329
2329
  --pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
2330
2330
  --pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
2331
2331
  --pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
2332
+ --pf-v6-c-card__title-text--OverflowWrap: break-word;
2332
2333
  --pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
2333
2334
  --pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
2334
2335
  --pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
@@ -2541,11 +2542,13 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2541
2542
  }
2542
2543
 
2543
2544
  .pf-v6-c-card__title-text {
2545
+ overflow: auto;
2544
2546
  font-family: var(--pf-v6-c-card__title-text--FontFamily);
2545
2547
  font-size: var(--pf-v6-c-card__title-text--FontSize);
2546
2548
  font-weight: var(--pf-v6-c-card__title-text--FontWeight);
2547
2549
  line-height: var(--pf-v6-c-card__title-text--LineHeight);
2548
2550
  color: var(--pf-v6-c-card__title-text--Color);
2551
+ overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
2549
2552
  }
2550
2553
 
2551
2554
  .pf-v6-c-card__actions {
@@ -5307,9 +5310,15 @@ ul) {
5307
5310
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
5308
5311
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
5309
5312
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
5313
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
5314
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
5315
+ --pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
5310
5316
  --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
5311
- --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
5312
- --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
5317
+ --pf-v6-c-drawer__panel--TransitionDuration--fade: var(--pf-t--global--motion--duration--fade--default);
5318
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-v6-c-drawer__panel--TransitionDuration--fade), 0s, 0s;
5319
+ --pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
5320
+ --pf-v6-c-drawer__panel--Opacity: 0;
5321
+ --pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
5313
5322
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
5314
5323
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
5315
5324
  --pf-v6-c-drawer__panel--md--FlexBasis: 50%;
@@ -5399,6 +5408,17 @@ ul) {
5399
5408
  --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
5400
5409
  --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
5401
5410
  }
5411
+ @media screen and (prefers-reduced-motion: no-preference) {
5412
+ .pf-v6-c-drawer {
5413
+ --pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
5414
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
5415
+ --pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
5416
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
5417
+ --pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
5418
+ --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
5419
+ --pf-v6-c-drawer__panel--Opacity: 1;
5420
+ }
5421
+ }
5402
5422
  @media screen and (min-width: 75rem) {
5403
5423
  .pf-v6-c-drawer {
5404
5424
  --pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
@@ -5446,8 +5466,13 @@ ul) {
5446
5466
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
5447
5467
  flex-direction: column;
5448
5468
  }
5469
+ .pf-v6-c-drawer.pf-m-expanded {
5470
+ --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
5471
+ }
5449
5472
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
5450
5473
  transform: translateX(-100%);
5474
+ --pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
5475
+ visibility: visible;
5451
5476
  }
5452
5477
  :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 {
5453
5478
  transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
@@ -5520,8 +5545,11 @@ ul) {
5520
5545
  order: 1;
5521
5546
  max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
5522
5547
  overflow: auto;
5548
+ visibility: hidden;
5523
5549
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
5524
5550
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
5551
+ opacity: var(--pf-v6-c-drawer__panel--Opacity);
5552
+ transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
5525
5553
  transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
5526
5554
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
5527
5555
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
@@ -5578,17 +5606,6 @@ ul) {
5578
5606
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
5579
5607
  }
5580
5608
 
5581
- @keyframes pf-remove-tab-focus {
5582
- to {
5583
- visibility: hidden;
5584
- }
5585
- }
5586
- .pf-v6-c-drawer__panel[hidden] {
5587
- animation-name: pf-remove-tab-focus;
5588
- animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
5589
- animation-fill-mode: forwards;
5590
- }
5591
-
5592
5609
  .pf-v6-c-drawer__head {
5593
5610
  display: grid;
5594
5611
  grid-template-columns: auto;
@@ -5696,7 +5713,7 @@ ul) {
5696
5713
  .pf-v6-c-drawer {
5697
5714
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
5698
5715
  }
5699
- .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
5716
+ .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
5700
5717
  box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
5701
5718
  }
5702
5719
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
@@ -7070,12 +7087,11 @@ ul) {
7070
7087
  padding-inline-start: var(--pf-v6-c-form-control--PaddingInlineStart);
7071
7088
  padding-inline-end: var(--pf-v6-c-form-control--PaddingInlineEnd);
7072
7089
  color: var(--pf-v6-c-form-control--Color);
7090
+ appearance: none;
7073
7091
  background-color: transparent;
7074
7092
  border: none;
7075
7093
  border-radius: var(--pf-v6-c-form-control--BorderRadius);
7076
7094
  outline-offset: var(--pf-v6-c-form-control--OutlineOffset);
7077
- -moz-appearance: none;
7078
- -webkit-appearance: none;
7079
7095
  }
7080
7096
  .pf-v6-c-form-control > ::placeholder {
7081
7097
  color: var(--pf-v6-c-form-control--m-placeholder--Color);
@@ -18319,6 +18335,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
18319
18335
  }
18320
18336
  }
18321
18337
 
18338
+ @property --pf-v6-c-tabs--link-accent--length {
18339
+ syntax: "<length>";
18340
+ inherits: true;
18341
+ initial-value: 0px;
18342
+ }
18343
+ @property --pf-v6-c-tabs--link-accent--start {
18344
+ syntax: "<length>";
18345
+ inherits: true;
18346
+ initial-value: 0px;
18347
+ }
18322
18348
  .pf-v6-c-tabs {
18323
18349
  --pf-v6-c-tabs--inset: 0;
18324
18350
  --pf-v6-c-tabs--Width: auto;
@@ -18380,6 +18406,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
18380
18406
  --pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
18381
18407
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
18382
18408
  --pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
18409
+ --pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
18410
+ --pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
18383
18411
  --pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
18384
18412
  --pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
18385
18413
  --pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
@@ -18404,6 +18432,26 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
18404
18432
  --pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
18405
18433
  --pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
18406
18434
  --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
18435
+ --pf-v6-c-tabs--link-accent--start: 0;
18436
+ --pf-v6-c-tabs--link-accent--length: auto;
18437
+ --pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
18438
+ --pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
18439
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
18440
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
18441
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
18442
+ --pf-v6-c-tabs--link-accent--Width: initial;
18443
+ --pf-v6-c-tabs--link-accent--Height: 0;
18444
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
18445
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
18446
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
18447
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
18448
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
18449
+ --pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
18450
+ --pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
18451
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
18452
+ --pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
18453
+ --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
18454
+ --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
18407
18455
  --pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
18408
18456
  --pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
18409
18457
  --pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -18561,6 +18609,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
18561
18609
  --pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
18562
18610
  --pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
18563
18611
  --pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
18612
+ --pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
18613
+ --pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
18614
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
18615
+ --pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
18616
+ --pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
18617
+ --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
18618
+ --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
18564
18619
  display: inline-flex;
18565
18620
  flex-direction: column;
18566
18621
  height: 100%;
@@ -18823,6 +18878,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
18823
18878
  text-decoration-line: none;
18824
18879
  background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
18825
18880
  border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
18881
+ transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
18826
18882
  }
18827
18883
  .pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
18828
18884
  --pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
@@ -19135,6 +19191,30 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19135
19191
  }
19136
19192
  }
19137
19193
 
19194
+ @media (prefers-reduced-motion: no-preference) {
19195
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
19196
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
19197
+ content: revert;
19198
+ }
19199
+ .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
19200
+ position: absolute;
19201
+ inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
19202
+ inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
19203
+ inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
19204
+ width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
19205
+ height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
19206
+ content: "";
19207
+ border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
19208
+ border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
19209
+ border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
19210
+ transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
19211
+ transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
19212
+ transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
19213
+ }
19214
+ .pf-v6-c-tabs.pf-m-initializing-accent {
19215
+ --pf-v6-c-tabs--link-accent--TransitionDuration: 0;
19216
+ }
19217
+ }
19138
19218
  .pf-v6-c-text-input-group {
19139
19219
  --pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
19140
19220
  --pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
@@ -21746,6 +21826,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
21746
21826
  align-items: baseline;
21747
21827
  min-width: var(--pf-v6-c-truncate--MinWidth);
21748
21828
  }
21829
+ .pf-v6-c-truncate.pf-m-fixed {
21830
+ display: inline;
21831
+ align-items: revert;
21832
+ min-width: revert;
21833
+ }
21749
21834
 
21750
21835
  .pf-v6-c-truncate__start,
21751
21836
  .pf-v6-c-truncate__end {
@@ -809,6 +809,7 @@ declare const _default: {
809
809
  "treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
810
810
  "noBorderBottom": "pf-m-no-border-bottom",
811
811
  "subtab": "pf-m-subtab",
812
+ "initializingAccent": "pf-m-initializing-accent",
812
813
  "hint": "pf-m-hint",
813
814
  "stacked": "pf-m-stacked",
814
815
  "4xl": "pf-m-4xl",
@@ -811,6 +811,7 @@ exports.default = {
811
811
  "treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
812
812
  "noBorderBottom": "pf-m-no-border-bottom",
813
813
  "subtab": "pf-m-subtab",
814
+ "initializingAccent": "pf-m-initializing-accent",
814
815
  "hint": "pf-m-hint",
815
816
  "stacked": "pf-m-stacked",
816
817
  "4xl": "pf-m-4xl",
@@ -809,6 +809,7 @@ export default {
809
809
  "treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
810
810
  "noBorderBottom": "pf-m-no-border-bottom",
811
811
  "subtab": "pf-m-subtab",
812
+ "initializingAccent": "pf-m-initializing-accent",
812
813
  "hint": "pf-m-hint",
813
814
  "stacked": "pf-m-stacked",
814
815
  "4xl": "pf-m-4xl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.2.2",
3
+ "version": "6.3.0-prerelease.1",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.2.3",
22
+ "@patternfly/patternfly": "6.3.0-prerelease.6",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.3.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "f354347710422b87a910bbf8e1cc728cc31a2f11"
27
+ "gitHead": "dfd5811438352c387d46b86489353e3de5d4f271"
28
28
  }