@patternfly/react-styles 6.2.0-prerelease.9 → 6.2.1-prerelease.0
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 +32 -0
- package/css/components/Accordion/accordion.css +3 -1
- package/css/components/Alert/alert-group.css +2 -2
- package/css/components/Banner/banner.css +2 -2
- package/css/components/Button/button.css +25 -0
- package/css/components/Button/button.d.ts +2 -0
- package/css/components/Button/button.js +2 -0
- package/css/components/Button/button.mjs +2 -0
- package/css/components/Card/card.css +24 -2
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.css +6 -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/CodeEditor/code-editor.css +3 -0
- package/css/components/CodeEditor/code-editor.d.ts +1 -0
- package/css/components/CodeEditor/code-editor.js +1 -0
- package/css/components/CodeEditor/code-editor.mjs +1 -0
- package/css/components/DataList/data-list.css +3 -1
- package/css/components/Drawer/drawer.css +28 -14
- package/css/components/DualListSelector/dual-list-selector.css +4 -2
- package/css/components/ExpandableSection/expandable-section.css +3 -1
- package/css/components/Form/form.css +4 -2
- package/css/components/FormControl/form-control.css +109 -43
- package/css/components/HelperText/helper-text.css +2 -2
- package/css/components/JumpLinks/jump-links.css +4 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/Nav/nav.css +12 -15
- package/css/components/NotificationDrawer/notification-drawer.css +3 -1
- package/css/components/Page/page.css +20 -4
- package/css/components/Page/page.d.ts +1 -0
- package/css/components/Page/page.js +1 -0
- package/css/components/Page/page.mjs +1 -0
- package/css/components/Switch/switch.css +3 -1
- package/css/components/Table/table-grid.css +3 -1
- package/css/components/Table/table.css +7 -5
- package/css/components/Tabs/tabs.css +71 -2
- package/css/components/Tabs/tabs.d.ts +2 -1
- package/css/components/Tabs/tabs.js +2 -1
- package/css/components/Tabs/tabs.mjs +2 -1
- package/css/components/Toolbar/toolbar.css +10 -3
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/Truncate/truncate.css +5 -0
- package/css/components/Truncate/truncate.d.ts +3 -0
- package/css/components/Truncate/truncate.js +3 -0
- package/css/components/Truncate/truncate.mjs +3 -0
- package/css/components/Wizard/wizard.css +4 -2
- package/css/components/_index.css +364 -114
- package/css/components/_index.d.ts +6 -3
- package/css/components/_index.js +6 -3
- package/css/components/_index.mjs +6 -3
- package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,38 @@
|
|
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.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)
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([217aad3](https://github.com/patternfly/patternfly-react/commit/217aad3241e79b02ab8f1f74fd1d8022860a138b))
|
11
|
+
|
12
|
+
# 6.2.0 (2025-04-07)
|
13
|
+
|
14
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
15
|
+
|
16
|
+
# [6.2.0-prerelease.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.11...@patternfly/react-styles@6.2.0-prerelease.12) (2025-04-01)
|
17
|
+
|
18
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
19
|
+
|
20
|
+
# [6.2.0-prerelease.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.10...@patternfly/react-styles@6.2.0-prerelease.11) (2025-03-20)
|
21
|
+
|
22
|
+
### Bug Fixes
|
23
|
+
|
24
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([#11653](https://github.com/patternfly/patternfly-react/issues/11653)) ([f4df244](https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2))
|
25
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([#11660](https://github.com/patternfly/patternfly-react/issues/11660)) ([01006e6](https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb))
|
26
|
+
|
27
|
+
### Features
|
28
|
+
|
29
|
+
- **Alert:** added animations ([#11495](https://github.com/patternfly/patternfly-react/issues/11495)) ([74dd258](https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088))
|
30
|
+
- **ClipboardCopy:** added truncation for inlinecompact variant ([#11610](https://github.com/patternfly/patternfly-react/issues/11610)) ([48b5749](https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999))
|
31
|
+
|
32
|
+
# [6.2.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.9...@patternfly/react-styles@6.2.0-prerelease.10) (2025-03-11)
|
33
|
+
|
34
|
+
### Bug Fixes
|
35
|
+
|
36
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.19 ([#11642](https://github.com/patternfly/patternfly-react/issues/11642)) ([420232c](https://github.com/patternfly/patternfly-react/commit/420232c5172a26c7921ac43469c8910d31c932b2))
|
37
|
+
|
6
38
|
# [6.2.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.8...@patternfly/react-styles@6.2.0-prerelease.9) (2025-03-10)
|
7
39
|
|
8
40
|
### Bug Fixes
|
@@ -17,7 +17,9 @@
|
|
17
17
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
18
18
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
19
19
|
--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
20
|
-
--pf-v6-c-accordion__toggle-icon--
|
20
|
+
--pf-v6-c-accordion__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
21
|
+
--pf-v6-c-accordion__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
22
|
+
--pf-v6-c-accordion__toggle-icon--Transition: transform var(--pf-v6-c-accordion__toggle-icon--TransitionDuration) var(--pf-v6-c-accordion__toggle-icon--TransitionTimingFunction);
|
21
23
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
22
24
|
--pf-v6-c-accordion__expandable-content--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
23
25
|
--pf-v6-c-accordion__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
@@ -105,14 +105,14 @@
|
|
105
105
|
transition: var(--pf-v6-c-alert-group--m-toast__item--c-alert--Transition);
|
106
106
|
}
|
107
107
|
}
|
108
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-top {
|
108
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child {
|
109
109
|
grid-template-rows: 0fr;
|
110
110
|
margin-block: 0;
|
111
111
|
overflow: hidden;
|
112
112
|
opacity: 0;
|
113
113
|
transform: translateY(-100%);
|
114
114
|
}
|
115
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-top .pf-v6-c-alert {
|
115
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child .pf-v6-c-alert {
|
116
116
|
min-height: 0;
|
117
117
|
padding-block-start: 0;
|
118
118
|
padding-block-end: 0;
|
@@ -129,8 +129,8 @@
|
|
129
129
|
cursor: not-allowed;
|
130
130
|
}
|
131
131
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
132
|
-
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
133
|
-
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
132
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-v6-c-banner--link--Color);
|
133
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
134
134
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
135
135
|
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
136
136
|
}
|
@@ -237,6 +237,12 @@
|
|
237
237
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
238
238
|
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
239
239
|
--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
|
240
|
+
--pf-v6-c-button--m-favorite__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
241
|
+
--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
242
|
+
--pf-v6-c-button--m-favorited__icon--Color: var(--pf-t--global--color--favorite--default);
|
243
|
+
--pf-v6-c-button--m-favorited--hover__icon--Color: var(--pf-t--global--color--favorite--hover);
|
244
|
+
--pf-v6-c-button--m-favorited__icon--AnimationDuration: var(--pf-t--global--motion--duration--icon--long);
|
245
|
+
--pf-v6-c-button--m-favorited__icon--AnimationTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
240
246
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
241
247
|
--pf-v6-c-button__progress--Opacity: 0;
|
242
248
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
@@ -546,6 +552,20 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
546
552
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-display-lg--PaddingInlineStart);
|
547
553
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-display-lg--FontSize);
|
548
554
|
}
|
555
|
+
.pf-v6-c-button.pf-m-favorite .pf-v6-c-button__icon {
|
556
|
+
transition-timing-function: var(--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction);
|
557
|
+
transition-duration: var(--pf-v6-c-button--m-favorite__icon--TransitionDuration);
|
558
|
+
transition-property: color;
|
559
|
+
}
|
560
|
+
.pf-v6-c-button.pf-m-favorited {
|
561
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
|
562
|
+
--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
|
563
|
+
}
|
564
|
+
.pf-v6-c-button.pf-m-favorited .pf-v6-c-button__icon {
|
565
|
+
animation-name: pf-v6-c-button-icon-favorited;
|
566
|
+
animation-duration: var(--pf-v6-c-button--m-favorited__icon--AnimationDuration);
|
567
|
+
animation-timing-function: var(--pf-v6-c-button--m-favorited__icon--AnimationTimingFunction);
|
568
|
+
}
|
549
569
|
.pf-v6-c-button:hover, .pf-v6-c-button:focus {
|
550
570
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
|
551
571
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
|
@@ -643,4 +663,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
643
663
|
66% {
|
644
664
|
transform: rotate(-60deg);
|
645
665
|
}
|
666
|
+
}
|
667
|
+
@keyframes pf-v6-c-button-icon-favorited {
|
668
|
+
50% {
|
669
|
+
transform: scale(1.5);
|
670
|
+
}
|
646
671
|
}
|
@@ -23,6 +23,8 @@ declare const _default: {
|
|
23
23
|
"noPadding": "pf-m-no-padding",
|
24
24
|
"block": "pf-m-block",
|
25
25
|
"small": "pf-m-small",
|
26
|
+
"favorite": "pf-m-favorite",
|
27
|
+
"favorited": "pf-m-favorited",
|
26
28
|
"clicked": "pf-m-clicked",
|
27
29
|
"disabled": "pf-m-disabled",
|
28
30
|
"ariaDisabled": "pf-m-aria-disabled",
|
@@ -25,6 +25,8 @@ exports.default = {
|
|
25
25
|
"noPadding": "pf-m-no-padding",
|
26
26
|
"block": "pf-m-block",
|
27
27
|
"small": "pf-m-small",
|
28
|
+
"favorite": "pf-m-favorite",
|
29
|
+
"favorited": "pf-m-favorited",
|
28
30
|
"clicked": "pf-m-clicked",
|
29
31
|
"disabled": "pf-m-disabled",
|
30
32
|
"ariaDisabled": "pf-m-aria-disabled",
|
@@ -23,6 +23,8 @@ export default {
|
|
23
23
|
"noPadding": "pf-m-no-padding",
|
24
24
|
"block": "pf-m-block",
|
25
25
|
"small": "pf-m-small",
|
26
|
+
"favorite": "pf-m-favorite",
|
27
|
+
"favorited": "pf-m-favorited",
|
26
28
|
"clicked": "pf-m-clicked",
|
27
29
|
"disabled": "pf-m-disabled",
|
28
30
|
"ariaDisabled": "pf-m-aria-disabled",
|
@@ -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);
|
@@ -23,12 +24,14 @@
|
|
23
24
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
24
25
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
25
26
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
27
|
+
--pf-v6-c-card__header--m-wrap--RowGap: var(--pf-t--global--spacer--sm);
|
28
|
+
--pf-v6-c-card__header--m-wrap--ColumnGap: var(--pf-t--global--spacer--md);
|
26
29
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
27
30
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
28
31
|
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
29
32
|
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
30
33
|
--pf-v6-c-card__header-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
31
|
-
--pf-v6-c-card__header-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--
|
34
|
+
--pf-v6-c-card__header-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
32
35
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
33
36
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|
34
37
|
--pf-v6-c-card--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
|
@@ -186,6 +189,21 @@
|
|
186
189
|
.pf-v6-c-card__header.pf-m-toggle-right .pf-v6-c-card__header-toggle {
|
187
190
|
order: 2;
|
188
191
|
}
|
192
|
+
.pf-v6-c-card__header.pf-m-wrap {
|
193
|
+
--pf-v6-c-card__actions--PaddingInlineStart: 0;
|
194
|
+
gap: var(--pf-v6-c-card__header--m-wrap--RowGap) var(--pf-v6-c-card__header--m-wrap--ColumnGap);
|
195
|
+
}
|
196
|
+
.pf-v6-c-card__header.pf-m-wrap,
|
197
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
198
|
+
flex-wrap: wrap;
|
199
|
+
row-gap: var(--pf-v6-c-card__header--m-wrap--RowGap);
|
200
|
+
}
|
201
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
202
|
+
margin-inline-start: 0;
|
203
|
+
}
|
204
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions + * {
|
205
|
+
margin-inline-end: auto;
|
206
|
+
}
|
189
207
|
|
190
208
|
.pf-v6-c-card__header-main {
|
191
209
|
flex-grow: 1;
|
@@ -201,18 +219,22 @@
|
|
201
219
|
|
202
220
|
.pf-v6-c-card__header-toggle-icon {
|
203
221
|
display: inline-block;
|
204
|
-
transition
|
222
|
+
transition-timing-function: var(--pf-v6-c-card__header-toggle-icon--TransitionTimingFunction);
|
223
|
+
transition-duration: var(--pf-v6-c-card__header-toggle-icon--TransitionDuration);
|
224
|
+
transition-property: transform;
|
205
225
|
}
|
206
226
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-card__header-toggle-icon {
|
207
227
|
scale: -1 1;
|
208
228
|
}
|
209
229
|
|
210
230
|
.pf-v6-c-card__title-text {
|
231
|
+
overflow: auto;
|
211
232
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
212
233
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
213
234
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|
214
235
|
line-height: var(--pf-v6-c-card__title-text--LineHeight);
|
215
236
|
color: var(--pf-v6-c-card__title-text--Color);
|
237
|
+
overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
|
216
238
|
}
|
217
239
|
|
218
240
|
.pf-v6-c-card__actions {
|
@@ -1,5 +1,7 @@
|
|
1
1
|
.pf-v6-c-clipboard-copy {
|
2
|
-
--pf-v6-c-clipboard-copy__toggle-icon--
|
2
|
+
--pf-v6-c-clipboard-copy__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
3
|
+
--pf-v6-c-clipboard-copy__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
4
|
+
--pf-v6-c-clipboard-copy__toggle-icon--Transition: transform var(--pf-v6-c-clipboard-copy__toggle-icon--TransitionDuration) var(--pf-v6-c-clipboard-copy__toggle-icon--TransitionTimingFunction);
|
3
5
|
--pf-v6-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
|
4
6
|
--pf-v6-c-clipboard-copy__expandable-content--MarginBlockStart: var(--pf-t--global--spacer--xs);
|
5
7
|
--pf-v6-c-clipboard-copy__expandable-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
@@ -39,6 +41,9 @@
|
|
39
41
|
.pf-v6-c-clipboard-copy.pf-m-inline.pf-m-block {
|
40
42
|
display: block;
|
41
43
|
}
|
44
|
+
.pf-v6-c-clipboard-copy.pf-m-inline.pf-m-truncate {
|
45
|
+
display: inline-flex;
|
46
|
+
}
|
42
47
|
|
43
48
|
.pf-v6-c-clipboard-copy__group {
|
44
49
|
display: flex;
|
@@ -148,6 +148,9 @@
|
|
148
148
|
.pf-v6-c-code-editor__main .monaco-editor {
|
149
149
|
background-color: var(--pf-v6-c-code-editor__main--BackgroundColor);
|
150
150
|
}
|
151
|
+
.pf-v6-c-code-editor__main a.label-name {
|
152
|
+
text-decoration-line: none;
|
153
|
+
}
|
151
154
|
|
152
155
|
.pf-v6-c-code-editor__header + .pf-v6-c-code-editor__main {
|
153
156
|
border-block-start-width: 0;
|
@@ -13,6 +13,7 @@ declare const _default: {
|
|
13
13
|
"codeEditorTabIcon": "pf-v6-c-code-editor__tab-icon",
|
14
14
|
"codeEditorTabText": "pf-v6-c-code-editor__tab-text",
|
15
15
|
"codeEditorUpload": "pf-v6-c-code-editor__upload",
|
16
|
+
"labelName": "label-name",
|
16
17
|
"modifiers": {
|
17
18
|
"readOnly": "pf-m-read-only",
|
18
19
|
"fullHeight": "pf-m-full-height",
|
@@ -15,6 +15,7 @@ exports.default = {
|
|
15
15
|
"codeEditorTabIcon": "pf-v6-c-code-editor__tab-icon",
|
16
16
|
"codeEditorTabText": "pf-v6-c-code-editor__tab-text",
|
17
17
|
"codeEditorUpload": "pf-v6-c-code-editor__upload",
|
18
|
+
"labelName": "label-name",
|
18
19
|
"modifiers": {
|
19
20
|
"readOnly": "pf-m-read-only",
|
20
21
|
"fullHeight": "pf-m-full-height",
|
@@ -13,6 +13,7 @@ export default {
|
|
13
13
|
"codeEditorTabIcon": "pf-v6-c-code-editor__tab-icon",
|
14
14
|
"codeEditorTabText": "pf-v6-c-code-editor__tab-text",
|
15
15
|
"codeEditorUpload": "pf-v6-c-code-editor__upload",
|
16
|
+
"labelName": "label-name",
|
16
17
|
"modifiers": {
|
17
18
|
"readOnly": "pf-m-read-only",
|
18
19
|
"fullHeight": "pf-m-full-height",
|
@@ -443,7 +443,9 @@
|
|
443
443
|
--pf-v6-c-data-list__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
444
444
|
--pf-v6-c-data-list__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
445
445
|
--pf-v6-c-data-list__toggle-icon--Height: calc(var(--pf-v6-c-data-list--FontSize) * var(--pf-v6-c-data-list--LineHeight));
|
446
|
-
--pf-v6-c-data-list__toggle-icon--
|
446
|
+
--pf-v6-c-data-list__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
447
|
+
--pf-v6-c-data-list__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
448
|
+
--pf-v6-c-data-list__toggle-icon--Transition: transform var(--pf-v6-c-data-list__toggle-icon--TransitionDuration) var(--pf-v6-c-data-list__toggle-icon--TransitionTimingFunction);
|
447
449
|
--pf-v6-c-data-list__toggle-icon--Rotate: 0;
|
448
450
|
--pf-v6-c-data-list__item--m-expanded__toggle-icon--Rotate: 90deg;
|
449
451
|
--pf-v6-c-data-list__item-draggable-button--BackgroundColor: transparent;
|
@@ -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--
|
20
|
-
--pf-v6-c-drawer__panel--
|
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
|
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 {
|
@@ -53,7 +53,7 @@
|
|
53
53
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
54
54
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
55
55
|
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
56
|
-
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--
|
56
|
+
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
57
57
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
58
58
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
59
59
|
--pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
|
@@ -277,7 +277,9 @@
|
|
277
277
|
min-width: var(--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth);
|
278
278
|
color: var(--pf-v6-c-dual-list-selector__item-toggle-icon--Color, inherit);
|
279
279
|
text-align: center;
|
280
|
-
transition
|
280
|
+
transition-timing-function: var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction);
|
281
|
+
transition-duration: var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration);
|
282
|
+
transition-property: transform;
|
281
283
|
transform: rotate(var(--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate));
|
282
284
|
}
|
283
285
|
|
@@ -2,7 +2,9 @@
|
|
2
2
|
--pf-v6-c-expandable-section--Gap: var(--pf-t--global--spacer--sm);
|
3
3
|
--pf-v6-c-expandable-section__toggle-icon--MinWidth: 1em;
|
4
4
|
--pf-v6-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
5
|
-
--pf-v6-c-expandable-section__toggle-icon--
|
5
|
+
--pf-v6-c-expandable-section__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
6
|
+
--pf-v6-c-expandable-section__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
7
|
+
--pf-v6-c-expandable-section__toggle-icon--Transition: transform var(--pf-v6-c-expandable-section__toggle-icon--TransitionDuration) var(--pf-v6-c-expandable-section__toggle-icon--TransitionTimingFunction);
|
6
8
|
--pf-v6-c-expandable-section__toggle-icon--Rotate: 0;
|
7
9
|
--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
|
8
10
|
--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
--pf-v6-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderBlockStartWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
|
57
57
|
--pf-v6-c-form__field-group-toggle-button--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
58
58
|
--pf-v6-c-form__field-group-toggle-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
59
|
-
--pf-v6-c-form__field-group-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--
|
59
|
+
--pf-v6-c-form__field-group-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
60
60
|
--pf-v6-c-form__field-group-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
61
61
|
--pf-v6-c-form__field-group-toggle-icon--MinWidth: var(--pf-t--global--font--size--body--default);
|
62
62
|
--pf-v6-c-form__field-group-toggle-icon--Rotate: 0;
|
@@ -454,7 +454,9 @@
|
|
454
454
|
display: inline-block;
|
455
455
|
min-width: var(--pf-v6-c-form__field-group-toggle-icon--MinWidth);
|
456
456
|
text-align: center;
|
457
|
-
transition
|
457
|
+
transition-timing-function: var(--pf-v6-c-form__field-group-toggle-icon--TransitionTimingFunction);
|
458
|
+
transition-duration: var(--pf-v6-c-form__field-group-toggle-icon--TransitionDuration);
|
459
|
+
transition-property: transform;
|
458
460
|
transform: rotate(var(--pf-v6-c-form__field-group-toggle-icon--Rotate));
|
459
461
|
}
|
460
462
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-form__field-group-toggle-icon {
|