@patternfly/react-styles 6.2.0-prerelease.1 → 6.2.0-prerelease.11
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 +65 -0
- package/css/components/Accordion/accordion.css +3 -1
- package/css/components/Alert/alert-group.css +52 -9
- package/css/components/Banner/banner.css +4 -4
- package/css/components/Breadcrumb/breadcrumb.css +3 -2
- package/css/components/Button/button.css +63 -2
- package/css/components/Button/button.d.ts +3 -0
- package/css/components/Button/button.js +3 -0
- package/css/components/Button/button.mjs +3 -0
- package/css/components/Card/card.css +21 -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/Content/content.css +2 -1
- package/css/components/DataList/data-list.css +3 -1
- package/css/components/DescriptionList/description-list.css +3 -2
- package/css/components/Drawer/drawer.css +3 -1
- 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 +7 -8
- package/css/components/FormControl/form-control.css +108 -41
- package/css/components/HelperText/helper-text.css +13 -0
- package/css/components/JumpLinks/jump-links.css +5 -3
- package/css/components/Label/label.css +3 -2
- package/css/components/Masthead/masthead.css +1 -1
- package/css/components/Menu/menu.css +15 -7
- package/css/components/MenuToggle/menu-toggle.css +47 -0
- package/css/components/Nav/nav.css +46 -13
- package/css/components/NotificationDrawer/notification-drawer.css +3 -1
- package/css/components/Page/page.css +16 -1
- package/css/components/Popover/popover.css +2 -0
- package/css/components/Progress/progress.css +3 -0
- package/css/components/ProgressStepper/progress-stepper.css +2 -1
- package/css/components/SimpleList/simple-list.css +2 -2
- 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 +7 -3
- package/css/components/Timestamp/timestamp.css +2 -1
- package/css/components/ToggleGroup/toggle-group.css +1 -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/Wizard/wizard.css +5 -3
- package/css/components/_index.css +480 -127
- package/css/components/_index.d.ts +4 -3
- package/css/components/_index.js +4 -3
- package/css/components/_index.mjs +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,71 @@
|
|
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.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)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **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))
|
11
|
+
- **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))
|
12
|
+
|
13
|
+
### Features
|
14
|
+
|
15
|
+
- **Alert:** added animations ([#11495](https://github.com/patternfly/patternfly-react/issues/11495)) ([74dd258](https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088))
|
16
|
+
- **ClipboardCopy:** added truncation for inlinecompact variant ([#11610](https://github.com/patternfly/patternfly-react/issues/11610)) ([48b5749](https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999))
|
17
|
+
|
18
|
+
# [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)
|
19
|
+
|
20
|
+
### Bug Fixes
|
21
|
+
|
22
|
+
- **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))
|
23
|
+
|
24
|
+
# [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)
|
25
|
+
|
26
|
+
### Bug Fixes
|
27
|
+
|
28
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.16 ([#11629](https://github.com/patternfly/patternfly-react/issues/11629)) ([920e709](https://github.com/patternfly/patternfly-react/commit/920e70953ee536cadeb2604e1f323d6d0e71451c))
|
29
|
+
|
30
|
+
# [6.2.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.7...@patternfly/react-styles@6.2.0-prerelease.8) (2025-03-06)
|
31
|
+
|
32
|
+
### Bug Fixes
|
33
|
+
|
34
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.15 ([#11615](https://github.com/patternfly/patternfly-react/issues/11615)) ([49f3f70](https://github.com/patternfly/patternfly-react/commit/49f3f70f44717f156df542c2d6b9facad1caeff4))
|
35
|
+
|
36
|
+
# [6.2.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.6...@patternfly/react-styles@6.2.0-prerelease.7) (2025-03-05)
|
37
|
+
|
38
|
+
### Bug Fixes
|
39
|
+
|
40
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.14 ([#11609](https://github.com/patternfly/patternfly-react/issues/11609)) ([f8af65a](https://github.com/patternfly/patternfly-react/commit/f8af65a09409331bfea6c5818c333457b35fe84b))
|
41
|
+
|
42
|
+
# [6.2.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.5...@patternfly/react-styles@6.2.0-prerelease.6) (2025-02-27)
|
43
|
+
|
44
|
+
### Bug Fixes
|
45
|
+
|
46
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.11 ([#11565](https://github.com/patternfly/patternfly-react/issues/11565)) ([f8832f1](https://github.com/patternfly/patternfly-react/commit/f8832f1b5abd0b62c61905eaeea0584daeb0a650))
|
47
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.12 ([#11571](https://github.com/patternfly/patternfly-react/issues/11571)) ([df1322d](https://github.com/patternfly/patternfly-react/commit/df1322d1550f8a83a227534a670547895457d959))
|
48
|
+
|
49
|
+
# [6.2.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.4...@patternfly/react-styles@6.2.0-prerelease.5) (2025-02-24)
|
50
|
+
|
51
|
+
### Bug Fixes
|
52
|
+
|
53
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.9 ([#11550](https://github.com/patternfly/patternfly-react/issues/11550)) ([e4c7d8d](https://github.com/patternfly/patternfly-react/commit/e4c7d8d3cdf474c9e477091c0867dccbdd17d1f7))
|
54
|
+
|
55
|
+
# [6.2.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.3...@patternfly/react-styles@6.2.0-prerelease.4) (2025-02-20)
|
56
|
+
|
57
|
+
### Bug Fixes
|
58
|
+
|
59
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.7 ([#11543](https://github.com/patternfly/patternfly-react/issues/11543)) ([1779da2](https://github.com/patternfly/patternfly-react/commit/1779da23c863dfc7637ad68d3e266253d77569e9))
|
60
|
+
|
61
|
+
# [6.2.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.2...@patternfly/react-styles@6.2.0-prerelease.3) (2025-02-14)
|
62
|
+
|
63
|
+
### Bug Fixes
|
64
|
+
|
65
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.4 ([#11525](https://github.com/patternfly/patternfly-react/issues/11525)) ([04daac6](https://github.com/patternfly/patternfly-react/commit/04daac6234bf7b85bdf663e4e9cb1093a16b9f44))
|
66
|
+
|
67
|
+
# [6.2.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.1...@patternfly/react-styles@6.2.0-prerelease.2) (2025-01-23)
|
68
|
+
|
69
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
70
|
+
|
6
71
|
# [6.2.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.0...@patternfly/react-styles@6.2.0-prerelease.1) (2025-01-21)
|
7
72
|
|
8
73
|
### 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);
|
@@ -4,6 +4,48 @@
|
|
4
4
|
--pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
|
5
5
|
--pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
|
6
6
|
--pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--z-index--2xl);
|
7
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity--default: var(--pf-t--global--motion--duration--fade--default);
|
8
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity--default: var(--pf-t--global--motion--timing-function--decelerate);
|
9
|
+
--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default: var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity--default)
|
10
|
+
var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity--default)
|
11
|
+
0s;
|
12
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity: var(--pf-t--global--motion--duration--fade--default);
|
13
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity: var(--pf-t--global--motion--timing-function--decelerate);
|
14
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDelay--opacity: var(--pf-t--global--motion--delay--none);
|
15
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
|
16
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--decelerate);
|
17
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDelay--transform: var(--pf-t--global--motion--delay--none);
|
18
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--grid-template-rows: var(--pf-t--global--motion--duration--slide-in--default);
|
19
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--grid-template-rows: var(--pf-t--global--motion--timing-function--decelerate);
|
20
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--margin-block: var(--pf-t--global--motion--duration--slide-in--default);
|
21
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--margin-block: var(--pf-t--global--motion--timing-function--decelerate);
|
22
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
|
23
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
24
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--Transition: all
|
25
|
+
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionDuration)
|
26
|
+
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionTimingFunction)
|
27
|
+
0s;
|
28
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default: var(--pf-t--global--motion--duration--fade--default);
|
29
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default: var(--pf-t--global--motion--timing-function--accelerate);
|
30
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default: var(--pf-t--global--motion--duration--fade--default);
|
31
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default: var(--pf-t--global--motion--duration--fade--default);
|
32
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default: var(--pf-t--global--motion--duration--fade--default);
|
33
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-out--short);
|
34
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--accelerate);
|
35
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity: var(--pf-t--global--motion--duration--slide-out--short);
|
36
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity: var(--pf-t--global--motion--timing-function--accelerate);
|
37
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block: var(--pf-t--global--motion--duration--fade--short);
|
38
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block: var(--pf-t--global--motion--timing-function--accelerate);
|
39
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block: var(--pf-t--global--motion--duration--slide-out--short);
|
40
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows: var(--pf-t--global--motion--duration--slide-in--short);
|
41
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows: var(--pf-t--global--motion--timing-function--accelerate);
|
42
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows: var(--pf-t--global--motion--duration--slide-out--short);
|
43
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration: var(--pf-t--global--motion--duration--slide-out--short);
|
44
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
45
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition: all
|
46
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration)
|
47
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction)
|
48
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration);
|
7
49
|
--pf-v6-c-alert-group__overflow-button--BorderWidth: 0;
|
8
50
|
--pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
|
9
51
|
--pf-v6-c-alert-group__overflow-button--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
@@ -52,25 +94,25 @@
|
|
52
94
|
display: grid;
|
53
95
|
grid-template-rows: 1fr;
|
54
96
|
opacity: 1;
|
55
|
-
transition: opacity var(--pf-
|
97
|
+
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
|
56
98
|
transform: translateX(0) translateY(0);
|
57
99
|
}
|
58
100
|
@media screen and (prefers-reduced-motion: no-preference) {
|
59
101
|
.pf-v6-c-alert-group__item {
|
60
|
-
transition: opacity var(--pf-
|
102
|
+
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity) var(--pf-v6-c-alert-group--m-toast__item--TransitionDelay--opacity), transform var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--transform) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--transform) var(--pf-v6-c-alert-group--m-toast__item--TransitionDelay--transform), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--grid-template-rows), margin-block var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--margin-block) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--margin-block);
|
61
103
|
}
|
62
104
|
.pf-v6-c-alert-group__item .pf-v6-c-alert {
|
63
|
-
transition:
|
105
|
+
transition: var(--pf-v6-c-alert-group--m-toast__item--c-alert--Transition);
|
64
106
|
}
|
65
107
|
}
|
66
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-top {
|
108
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child {
|
67
109
|
grid-template-rows: 0fr;
|
68
110
|
margin-block: 0;
|
69
111
|
overflow: hidden;
|
70
112
|
opacity: 0;
|
71
113
|
transform: translateY(-100%);
|
72
114
|
}
|
73
|
-
.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 {
|
74
116
|
min-height: 0;
|
75
117
|
padding-block-start: 0;
|
76
118
|
padding-block-end: 0;
|
@@ -81,21 +123,22 @@
|
|
81
123
|
margin-block: 0;
|
82
124
|
overflow: hidden;
|
83
125
|
opacity: 0;
|
84
|
-
transition:
|
85
|
-
transform: translateX(100%);
|
126
|
+
transition: grid-template-rows 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default), margin-block 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default);
|
86
127
|
}
|
87
128
|
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
88
129
|
min-height: 0;
|
89
130
|
padding-block-start: 0;
|
90
131
|
padding-block-end: 0;
|
91
132
|
border-width: 0;
|
133
|
+
transition: all 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default);
|
92
134
|
}
|
93
135
|
@media screen and (prefers-reduced-motion: no-preference) {
|
94
136
|
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
95
|
-
transition: transform var(--pf-
|
137
|
+
transition: transform var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity), margin-block var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows);
|
138
|
+
transform: translateX(100%);
|
96
139
|
}
|
97
140
|
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
98
|
-
transition:
|
141
|
+
transition: var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition);
|
99
142
|
}
|
100
143
|
}
|
101
144
|
.pf-v6-c-alert-group__item:hover {
|
@@ -119,7 +119,7 @@
|
|
119
119
|
}
|
120
120
|
.pf-v6-c-banner a {
|
121
121
|
color: var(--pf-v6-c-banner--link--Color);
|
122
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
122
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
123
123
|
}
|
124
124
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
125
125
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
@@ -129,10 +129,10 @@
|
|
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
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
135
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
136
136
|
}
|
137
137
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
138
138
|
cursor: not-allowed;
|
@@ -65,7 +65,8 @@
|
|
65
65
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
66
66
|
line-height: inherit;
|
67
67
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
68
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine)
|
68
|
+
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
69
|
+
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
69
70
|
word-break: break-word;
|
70
71
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
71
72
|
}
|
@@ -79,7 +80,7 @@
|
|
79
80
|
}
|
80
81
|
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
81
82
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
82
|
-
text-decoration: none;
|
83
|
+
text-decoration-line: none;
|
83
84
|
}
|
84
85
|
button.pf-v6-c-breadcrumb__link {
|
85
86
|
border: none;
|
@@ -18,6 +18,7 @@
|
|
18
18
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
19
19
|
--pf-v6-c-button--TextDecorationLine: none;
|
20
20
|
--pf-v6-c-button--TextDecorationStyle: none;
|
21
|
+
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
21
22
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
22
23
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
23
24
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
@@ -26,6 +27,7 @@
|
|
26
27
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
27
28
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
28
29
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
30
|
+
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
29
31
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
30
32
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
31
33
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
@@ -110,6 +112,12 @@
|
|
110
112
|
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
111
113
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
112
114
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
115
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
116
|
+
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
117
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
118
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
119
|
+
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
120
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
113
121
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
114
122
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
115
123
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
@@ -217,6 +225,7 @@
|
|
217
225
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--compact);
|
218
226
|
--pf-v6-c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
219
227
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
228
|
+
--pf-v6-c-button--disabled--TextDecorationColor: currentcolor;
|
220
229
|
--pf-v6-c-button--disabled--BorderColor: transparent;
|
221
230
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
222
231
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
@@ -226,6 +235,14 @@
|
|
226
235
|
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
227
236
|
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
228
237
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
238
|
+
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
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);
|
229
246
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
230
247
|
--pf-v6-c-button__progress--Opacity: 0;
|
231
248
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
@@ -261,7 +278,9 @@
|
|
261
278
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
262
279
|
color: var(--pf-v6-c-button--Color);
|
263
280
|
text-align: center;
|
264
|
-
text-decoration: var(--pf-v6-c-button--TextDecorationLine)
|
281
|
+
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
282
|
+
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
283
|
+
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
265
284
|
white-space: nowrap;
|
266
285
|
cursor: pointer;
|
267
286
|
user-select: none;
|
@@ -374,6 +393,12 @@
|
|
374
393
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
375
394
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
376
395
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
396
|
+
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
397
|
+
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
398
|
+
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
399
|
+
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
400
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
401
|
+
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
377
402
|
text-align: start;
|
378
403
|
white-space: normal;
|
379
404
|
outline-offset: 0.125rem;
|
@@ -527,6 +552,20 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
527
552
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-display-lg--PaddingInlineStart);
|
528
553
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-display-lg--FontSize);
|
529
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
|
+
}
|
530
569
|
.pf-v6-c-button:hover, .pf-v6-c-button:focus {
|
531
570
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
|
532
571
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
|
@@ -534,7 +573,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
534
573
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
535
574
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
536
575
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
537
|
-
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine)
|
576
|
+
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
577
|
+
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
578
|
+
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
538
579
|
}
|
539
580
|
.pf-v6-c-button.pf-m-clicked {
|
540
581
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
@@ -548,6 +589,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
548
589
|
}
|
549
590
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
550
591
|
color: var(--pf-v6-c-button--disabled--Color);
|
592
|
+
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
551
593
|
background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
|
552
594
|
}
|
553
595
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
@@ -579,6 +621,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
579
621
|
.pf-v6-c-button.pf-m-in-progress.pf-m-plain > :not(.pf-v6-c-button__progress) {
|
580
622
|
opacity: 0;
|
581
623
|
}
|
624
|
+
.pf-v6-c-button.pf-m-notify .pf-v6-c-button__icon {
|
625
|
+
animation-name: pf-v6-c-button-icon-notify;
|
626
|
+
animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
|
627
|
+
animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
|
628
|
+
}
|
582
629
|
|
583
630
|
.pf-v6-c-button__icon {
|
584
631
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
@@ -607,4 +654,18 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
607
654
|
.pf-v6-c-button__count {
|
608
655
|
display: inline-flex;
|
609
656
|
align-items: center;
|
657
|
+
}
|
658
|
+
|
659
|
+
@keyframes pf-v6-c-button-icon-notify {
|
660
|
+
33% {
|
661
|
+
transform: rotate(30deg);
|
662
|
+
}
|
663
|
+
66% {
|
664
|
+
transform: rotate(-60deg);
|
665
|
+
}
|
666
|
+
}
|
667
|
+
@keyframes pf-v6-c-button-icon-favorited {
|
668
|
+
50% {
|
669
|
+
transform: scale(1.5);
|
670
|
+
}
|
610
671
|
}
|
@@ -23,11 +23,14 @@ 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",
|
29
31
|
"progress": "pf-m-progress",
|
30
32
|
"inProgress": "pf-m-in-progress",
|
33
|
+
"notify": "pf-m-notify",
|
31
34
|
"start": "pf-m-start",
|
32
35
|
"end": "pf-m-end"
|
33
36
|
},
|
@@ -25,11 +25,14 @@ 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",
|
31
33
|
"progress": "pf-m-progress",
|
32
34
|
"inProgress": "pf-m-in-progress",
|
35
|
+
"notify": "pf-m-notify",
|
33
36
|
"start": "pf-m-start",
|
34
37
|
"end": "pf-m-end"
|
35
38
|
},
|
@@ -23,11 +23,14 @@ 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",
|
29
31
|
"progress": "pf-m-progress",
|
30
32
|
"inProgress": "pf-m-in-progress",
|
33
|
+
"notify": "pf-m-notify",
|
31
34
|
"start": "pf-m-start",
|
32
35
|
"end": "pf-m-end"
|
33
36
|
},
|
@@ -23,12 +23,14 @@
|
|
23
23
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
24
24
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
25
25
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
26
|
+
--pf-v6-c-card__header--m-wrap--RowGap: var(--pf-t--global--spacer--sm);
|
27
|
+
--pf-v6-c-card__header--m-wrap--ColumnGap: var(--pf-t--global--spacer--md);
|
26
28
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
27
29
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
28
30
|
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
29
31
|
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
30
32
|
--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--
|
33
|
+
--pf-v6-c-card__header-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
32
34
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
33
35
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|
34
36
|
--pf-v6-c-card--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
|
@@ -186,6 +188,21 @@
|
|
186
188
|
.pf-v6-c-card__header.pf-m-toggle-right .pf-v6-c-card__header-toggle {
|
187
189
|
order: 2;
|
188
190
|
}
|
191
|
+
.pf-v6-c-card__header.pf-m-wrap {
|
192
|
+
--pf-v6-c-card__actions--PaddingInlineStart: 0;
|
193
|
+
gap: var(--pf-v6-c-card__header--m-wrap--RowGap) var(--pf-v6-c-card__header--m-wrap--ColumnGap);
|
194
|
+
}
|
195
|
+
.pf-v6-c-card__header.pf-m-wrap,
|
196
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
197
|
+
flex-wrap: wrap;
|
198
|
+
row-gap: var(--pf-v6-c-card__header--m-wrap--RowGap);
|
199
|
+
}
|
200
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
201
|
+
margin-inline-start: 0;
|
202
|
+
}
|
203
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions + * {
|
204
|
+
margin-inline-end: auto;
|
205
|
+
}
|
189
206
|
|
190
207
|
.pf-v6-c-card__header-main {
|
191
208
|
flex-grow: 1;
|
@@ -201,7 +218,9 @@
|
|
201
218
|
|
202
219
|
.pf-v6-c-card__header-toggle-icon {
|
203
220
|
display: inline-block;
|
204
|
-
transition
|
221
|
+
transition-timing-function: var(--pf-v6-c-card__header-toggle-icon--TransitionTimingFunction);
|
222
|
+
transition-duration: var(--pf-v6-c-card__header-toggle-icon--TransitionDuration);
|
223
|
+
transition-property: transform;
|
205
224
|
}
|
206
225
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-card__header-toggle-icon {
|
207
226
|
scale: -1 1;
|
@@ -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;
|
@@ -83,7 +83,8 @@
|
|
83
83
|
|
84
84
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
85
85
|
color: var(--pf-v6-c-content--a--Color);
|
86
|
-
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine)
|
86
|
+
text-decoration-line: var(--pf-v6-c-content--a--TextDecorationLine);
|
87
|
+
text-decoration-style: var(--pf-v6-c-content--a--TextDecorationStyle);
|
87
88
|
}
|
88
89
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
89
90
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
@@ -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;
|
@@ -14,7 +14,7 @@
|
|
14
14
|
--pf-v6-c-description-list__term--Display: inline;
|
15
15
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
16
16
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
17
|
-
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--
|
17
|
+
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--default);
|
18
18
|
--pf-v6-c-description-list__term--LineHeight: var(--pf-t--global--font--line-height--body);
|
19
19
|
--pf-v6-c-description-list__term-icon--MinWidth: var(--pf-t--global--font--size--body--sm);
|
20
20
|
--pf-v6-c-description-list__term-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -196,7 +196,8 @@
|
|
196
196
|
min-width: 0;
|
197
197
|
}
|
198
198
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
199
|
-
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine)
|
199
|
+
text-decoration-line: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine);
|
200
|
+
text-decoration-style: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
200
201
|
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
201
202
|
cursor: pointer;
|
202
203
|
}
|
@@ -15,7 +15,8 @@
|
|
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--
|
18
|
+
--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);
|
19
20
|
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
20
21
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
21
22
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
@@ -229,6 +230,7 @@
|
|
229
230
|
overflow: auto;
|
230
231
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
231
232
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
233
|
+
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
232
234
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
233
235
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
234
236
|
-webkit-overflow-scrolling: touch;
|