@patternfly/react-styles 6.5.0-prerelease.1 → 6.5.0-prerelease.10
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 +42 -0
- package/README.md +1 -1
- package/css/components/Button/button.css +16 -4
- package/css/components/Card/card.css +6 -0
- 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/Compass/compass.css +177 -72
- package/css/components/Compass/compass.d.ts +12 -5
- package/css/components/Compass/compass.js +12 -5
- package/css/components/Compass/compass.mjs +12 -5
- package/css/components/Drawer/drawer.css +72 -28
- package/css/components/Drawer/drawer.d.ts +2 -0
- package/css/components/Drawer/drawer.js +2 -0
- package/css/components/Drawer/drawer.mjs +2 -0
- package/css/components/ExpandableSection/expandable-section.css +3 -0
- package/css/components/Hero/hero.css +74 -0
- package/css/components/Hero/hero.d.ts +11 -0
- package/css/components/Hero/hero.js +12 -0
- package/css/components/Hero/hero.mjs +10 -0
- package/css/components/Masthead/masthead.css +52 -0
- package/css/components/Masthead/masthead.d.ts +1 -0
- package/css/components/Masthead/masthead.js +1 -0
- package/css/components/Masthead/masthead.mjs +1 -0
- package/css/components/Nav/nav.css +59 -0
- package/css/components/Nav/nav.d.ts +3 -1
- package/css/components/Nav/nav.js +3 -1
- package/css/components/Nav/nav.mjs +3 -1
- package/css/components/Page/page.css +20 -0
- package/css/components/Page/page.d.ts +2 -0
- package/css/components/Page/page.js +2 -0
- package/css/components/Page/page.mjs +2 -0
- package/css/components/Tabs/tabs.css +0 -1
- package/css/components/Toolbar/toolbar.css +32 -6
- 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/_index.css +587 -186
- package/css/components/_index.d.ts +15 -3
- package/css/components/_index.js +15 -3
- package/css/components/_index.mjs +15 -3
- package/css/docs/components/Compass/examples/Compass.css +8 -2
- package/css/docs/components/Compass/examples/Compass.d.ts +4 -1
- package/css/docs/components/Compass/examples/Compass.js +4 -1
- package/css/docs/components/Compass/examples/Compass.mjs +4 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +1 -1
- package/css/docs/layouts/Flex/examples/Flex.css +3 -3
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.js +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +1 -1
- package/css/docs/layouts/Grid/examples/Grid.css +1 -1
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +3 -3
- package/css/docs/layouts/Level/examples/Level.d.ts +1 -1
- package/css/docs/layouts/Level/examples/Level.js +1 -1
- package/css/docs/layouts/Level/examples/Level.mjs +1 -1
- package/css/docs/layouts/Split/examples/Split.css +1 -1
- package/css/docs/layouts/Split/examples/Split.d.ts +1 -1
- package/css/docs/layouts/Split/examples/Split.js +1 -1
- package/css/docs/layouts/Split/examples/Split.mjs +1 -1
- package/css/docs/layouts/Stack/examples/Stack.css +3 -3
- package/css/docs/layouts/Stack/examples/Stack.d.ts +1 -1
- package/css/docs/layouts/Stack/examples/Stack.js +1 -1
- package/css/docs/layouts/Stack/examples/Stack.mjs +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.js +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/css/docs/utilities/BoxShadow/examples/box-shadow.d.ts +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.js +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.mjs +1 -1
- package/css/docs/utilities/Display/examples/Display.css +1 -1
- package/css/docs/utilities/Display/examples/Display.d.ts +1 -1
- package/css/docs/utilities/Display/examples/Display.js +1 -1
- package/css/docs/utilities/Display/examples/Display.mjs +1 -1
- package/css/docs/utilities/Flex/examples/Flex.css +7 -7
- package/css/docs/utilities/Flex/examples/Flex.d.ts +1 -1
- package/css/docs/utilities/Flex/examples/Flex.js +1 -1
- package/css/docs/utilities/Flex/examples/Flex.mjs +1 -1
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +1 -1
- package/css/docs/utilities/Float/examples/Float.js +1 -1
- package/css/docs/utilities/Float/examples/Float.mjs +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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.5.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.9...@patternfly/react-styles@6.5.0-prerelease.10) (2026-01-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
9
|
+
|
|
10
|
+
# [6.5.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.6...@patternfly/react-styles@6.5.0-prerelease.9) (2025-12-16)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **docked nav:** add support for docked nav layout ([#12175](https://github.com/patternfly/patternfly-react/issues/12175)) ([5519389](https://github.com/patternfly/patternfly-react/commit/55193896b899aa1e2b8dfbbddd644507988ee31f))
|
|
15
|
+
|
|
16
|
+
# [6.5.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.5...@patternfly/react-styles@6.5.0-prerelease.6) (2025-11-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- Moves items to new nav. ([#12013](https://github.com/patternfly/patternfly-react/issues/12013)) ([ddd0696](https://github.com/patternfly/patternfly-react/commit/ddd0696796134c7d0f9583ce56e26b0df47156cb))
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
- **Compass:** updated mainheader structure to be composable ([#12135](https://github.com/patternfly/patternfly-react/issues/12135)) ([6bcdcaf](https://github.com/patternfly/patternfly-react/commit/6bcdcaf116645aad4c9c0d98ca61045976a84946))
|
|
25
|
+
|
|
26
|
+
# [6.5.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.4...@patternfly/react-styles@6.5.0-prerelease.5) (2025-11-12)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- **Hero:** added component ([#12131](https://github.com/patternfly/patternfly-react/issues/12131)) ([8da87a2](https://github.com/patternfly/patternfly-react/commit/8da87a2615bb6cfc350a52677ec6bdae335bb6f8))
|
|
31
|
+
|
|
32
|
+
# [6.5.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.3...@patternfly/react-styles@6.5.0-prerelease.4) (2025-11-06)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- **drawer:** add no-glass panel variant, test ([#12125](https://github.com/patternfly/patternfly-react/issues/12125)) ([a10ca34](https://github.com/patternfly/patternfly-react/commit/a10ca34069d25caa2954ef464d5b82a9057e0316))
|
|
37
|
+
|
|
38
|
+
# [6.5.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.2...@patternfly/react-styles@6.5.0-prerelease.3) (2025-11-05)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
41
|
+
|
|
42
|
+
# [6.5.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.1...@patternfly/react-styles@6.5.0-prerelease.2) (2025-10-31)
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
- **Drawer:** Add pill version ([#12091](https://github.com/patternfly/patternfly-react/issues/12091)) ([b0a9dd8](https://github.com/patternfly/patternfly-react/commit/b0a9dd8fce6266e838ebca33ae16d1f2e0c33cbd))
|
|
47
|
+
|
|
6
48
|
# [6.5.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.4.0...@patternfly/react-styles@6.5.0-prerelease.1) (2025-10-30)
|
|
7
49
|
|
|
8
50
|
### Features
|
package/README.md
CHANGED
|
@@ -113,10 +113,17 @@
|
|
|
113
113
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineEnd: 0;
|
|
114
114
|
--pf-v6-c-button--m-link--m-inline--PaddingBlockEnd: 0;
|
|
115
115
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineStart: 0;
|
|
116
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
|
|
116
117
|
--pf-v6-c-button--m-link--m-inline--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
117
118
|
--pf-v6-c-button--m-link--m-inline--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
119
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--default);
|
|
120
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
118
121
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
119
122
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
123
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
124
|
+
--pf-v6-c-button--m-link--m-inline--TransitionProperty: color, text-underline-offset;
|
|
125
|
+
--pf-v6-c-button--m-link--m-inline--TransitionDuration: var(--pf-t--global--motion--duration--fade--default), var(--pf-t--global--motion--duration--lg);
|
|
126
|
+
--pf-v6-c-button--m-link--m-inline--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate), var(--pf-t--global--motion--timing-function--default);
|
|
120
127
|
--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart: var(--pf-t--global--spacer--xs);
|
|
121
128
|
--pf-v6-c-button--m-link--m-inline--m-in-progress--PaddingInlineStart: calc(var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart) + 1rem + var(--pf-t--global--spacer--sm));
|
|
122
129
|
--pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -126,10 +133,8 @@
|
|
|
126
133
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
127
134
|
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
|
128
135
|
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
129
|
-
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
|
130
136
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
131
137
|
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
132
|
-
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
|
133
138
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
134
139
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
135
140
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -454,12 +459,13 @@
|
|
|
454
459
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineEnd);
|
|
455
460
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-v6-c-button--m-link--m-inline--PaddingBlockEnd);
|
|
456
461
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineStart);
|
|
462
|
+
--pf-v6-c-button--TransitionDuration: var(--pf-v6-c-button--m-link--m-inline--TransitionDuration);
|
|
463
|
+
--pf-v6-c-button--TransitionTimingFunction: var(--pf-v6-c-button--m-link--m-inline--TransitionTimingFunction);
|
|
464
|
+
--pf-v6-c-button--TransitionProperty: var(--pf-v6-c-button--m-link--m-inline--TransitionProperty);
|
|
457
465
|
--pf-v6-c-button--BackgroundColor: transparent;
|
|
458
466
|
--pf-v6-c-button__progress--InsetInlineStart: var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart);
|
|
459
467
|
--pf-v6-c-button--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--TextDecorationLine);
|
|
460
468
|
--pf-v6-c-button--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--TextDecorationStyle);
|
|
461
|
-
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
462
|
-
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
463
469
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
|
464
470
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
465
471
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
@@ -468,6 +474,8 @@
|
|
|
468
474
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
|
469
475
|
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
|
470
476
|
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
|
477
|
+
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
478
|
+
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
471
479
|
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
472
480
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
473
481
|
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
@@ -475,6 +483,7 @@
|
|
|
475
483
|
--pf-v6-c-button--hover--BorderWidth: 0;
|
|
476
484
|
--pf-v6-c-button--m-clicked--BorderWidth: 0;
|
|
477
485
|
text-align: start;
|
|
486
|
+
text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
|
|
478
487
|
white-space: normal;
|
|
479
488
|
background: transparent;
|
|
480
489
|
outline-offset: 0.125rem;
|
|
@@ -485,6 +494,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
485
494
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart);
|
|
486
495
|
}
|
|
487
496
|
|
|
497
|
+
.pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
|
|
498
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
|
|
499
|
+
}
|
|
488
500
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
489
501
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
490
502
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -245,6 +245,12 @@
|
|
|
245
245
|
overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
+
.pf-v6-c-card__subtitle {
|
|
249
|
+
padding-block-start: var(--pf-t--global--spacer--sm);
|
|
250
|
+
font-size: var(--pf-t--global--font--size--body--sm);
|
|
251
|
+
color: var(--pf-t--global--text--color--subtle);
|
|
252
|
+
}
|
|
253
|
+
|
|
248
254
|
.pf-v6-c-card__actions {
|
|
249
255
|
display: flex;
|
|
250
256
|
gap: var(--pf-v6-c-card__actions--Gap);
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
13
13
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
14
14
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
15
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
15
16
|
"cardTitle": "pf-v6-c-card__title",
|
|
16
17
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
17
18
|
"check": "pf-v6-c-check",
|
|
@@ -14,6 +14,7 @@ exports.default = {
|
|
|
14
14
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
15
15
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
16
16
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
17
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
17
18
|
"cardTitle": "pf-v6-c-card__title",
|
|
18
19
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
19
20
|
"check": "pf-v6-c-check",
|
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
13
13
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
14
14
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
15
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
15
16
|
"cardTitle": "pf-v6-c-card__title",
|
|
16
17
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
17
18
|
"check": "pf-v6-c-check",
|
|
@@ -3,65 +3,142 @@
|
|
|
3
3
|
--pf-v6-c-compass--BackgroundImage--light: none;
|
|
4
4
|
--pf-v6-c-compass--BackgroundImage--dark: none;
|
|
5
5
|
--pf-v6-c-compass--Padding: var(--pf-t--global--spacer--inset--page-chrome);
|
|
6
|
-
--pf-v6-c-compass--
|
|
7
|
-
--pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--xl);
|
|
6
|
+
--pf-v6-c-compass--Gap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
8
7
|
--pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
9
|
-
--pf-v6-c-
|
|
8
|
+
--pf-v6-c-compass__nav--PaddingBlockStart: 0;
|
|
9
|
+
--pf-v6-c-compass__nav--PaddingBlockEnd: 0;
|
|
10
|
+
--pf-v6-c-compass__nav--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
11
|
+
--pf-v6-c-compass__nav--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
12
|
+
--pf-v6-c-compass__nav-main--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
13
|
+
--pf-v6-c-compass__nav-main--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
14
|
+
--pf-v6-c-compass__sidebar--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
15
|
+
--pf-v6-c-compass__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
16
|
+
--pf-v6-c-compass__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
17
|
+
--pf-v6-c-compass__sidebar--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10
18
|
--pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
|
|
11
|
-
--pf-v6-c-
|
|
12
|
-
--pf-v6-c-
|
|
13
|
-
--pf-v6-c-
|
|
14
|
-
--pf-v6-c-compass__panel--BackgroundColor--rgb--dark: 0,0,0;
|
|
15
|
-
--pf-v6-c-compass__panel--BackgroundColor--opacity--dark: .8;
|
|
16
|
-
--pf-v6-c-compass__panel--BackgroundColor--dark: rgba(var(--pf-v6-c-compass__panel--BackgroundColor--rgb--dark), var(--pf-v6-c-compass__panel--BackgroundColor--opacity--dark));
|
|
17
|
-
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-v6-c-compass__panel--BackdropFilter--light);
|
|
18
|
-
--pf-v6-c-compass__panel--BackdropFilter--light: blur(75px);
|
|
19
|
-
--pf-v6-c-compass__panel--BackdropFilter--dark: blur(75px);
|
|
20
|
-
--pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
19
|
+
--pf-v6-c-compass__main-header-content--RowGap: var(--pf-t--global--spacer--sm);
|
|
20
|
+
--pf-v6-c-compass__main-header-content--ColumnGap: var(--pf-t--global--spacer--md);
|
|
21
|
+
--pf-v6-c-compass__main-footer--MarginBlockStart: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--Gap));
|
|
21
22
|
--pf-v6-c-compass__panel--m-pill--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
22
|
-
--pf-v6-c-compass__panel--
|
|
23
|
-
--pf-v6-c-compass__panel--
|
|
23
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
24
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
25
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
26
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
27
|
+
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
28
|
+
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
24
29
|
--pf-v6-c-compass__panel--BorderColor: var(--pf-t--global--border--color--alt);
|
|
30
|
+
--pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
31
|
+
--pf-v6-c-compass__panel--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
25
32
|
--pf-v6-c-compass__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
26
33
|
--pf-v6-c-compass__message-bar--Width: 450px;
|
|
27
34
|
--pf-v6-c-compass__message-bar--MinWidth: 300px;
|
|
28
35
|
--pf-v6-c-compass__message-bar--MaxWidth: 600px;
|
|
29
|
-
--pf-v6-c-
|
|
30
|
-
--pf-v6-c-
|
|
31
|
-
--pf-v6-c-
|
|
32
|
-
--pf-v6-c-
|
|
33
|
-
--pf-v6-c-
|
|
34
|
-
--pf-v6-c-
|
|
35
|
-
--pf-v6-c-
|
|
36
|
-
--pf-v6-c-
|
|
37
|
-
--pf-v6-c-
|
|
38
|
-
--pf-v6-c-
|
|
39
|
-
--pf-v6-c-
|
|
36
|
+
--pf-v6-c-compass--section--slide--length--header: 100%;
|
|
37
|
+
--pf-v6-c-compass--section--slide--length--sidebar: 100%;
|
|
38
|
+
--pf-v6-c-compass--section--slide--length--main-footer: 100%;
|
|
39
|
+
--pf-v6-c-compass--section--slide--length--footer: 100%;
|
|
40
|
+
--pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--fade--short);
|
|
41
|
+
--pf-v6-c-compass--section--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
42
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s, 0s;
|
|
43
|
+
--pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, height, width, margin;
|
|
44
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
45
|
+
--pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--fade--default);
|
|
46
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, 0s, 0s, 0s, 0s;
|
|
47
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDelay: 0s;
|
|
48
|
+
}
|
|
49
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
50
|
+
.pf-v6-c-compass {
|
|
51
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s;
|
|
52
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
53
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, var(--pf-v6-c-compass--section--m-expanded--duration), 0s, 0s, 0s;
|
|
54
|
+
}
|
|
55
|
+
.pf-v6-c-compass.pf-m-animate-smoothly {
|
|
56
|
+
--pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, height, width, margin;
|
|
57
|
+
--pf-v6-c-compass--section--slide--length--header: 10rem;
|
|
58
|
+
--pf-v6-c-compass--section--slide--length--sidebar: var(--pf-t--global--spacer--4xl);
|
|
59
|
+
--pf-v6-c-compass--section--slide--length--main-footer: 6rem;
|
|
60
|
+
--pf-v6-c-compass--section--slide--length--footer: 6rem;
|
|
61
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
62
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s;
|
|
63
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, var(--pf-v6-c-compass--section--m-expanded--duration), var(--pf-v6-c-compass--section--m-expanded--duration), var(--pf-v6-c-compass--section--m-expanded--duration);
|
|
64
|
+
}
|
|
40
65
|
}
|
|
41
66
|
|
|
42
67
|
.pf-v6-c-compass {
|
|
68
|
+
interpolate-size: allow-keywords;
|
|
43
69
|
display: grid;
|
|
44
|
-
grid-template-areas: "header header header" "sidebar-start main sidebar-end"
|
|
45
|
-
grid-template-rows: auto 1fr
|
|
70
|
+
grid-template-areas: "header header header" "sidebar-start main sidebar-end";
|
|
71
|
+
grid-template-rows: auto 1fr;
|
|
46
72
|
grid-template-columns: auto 1fr auto;
|
|
47
|
-
|
|
73
|
+
grid-auto-rows: auto;
|
|
48
74
|
align-items: center;
|
|
49
75
|
justify-content: center;
|
|
50
76
|
height: 100dvh;
|
|
51
77
|
padding: var(--pf-v6-c-compass--Padding);
|
|
52
|
-
|
|
78
|
+
overflow: hidden;
|
|
53
79
|
background-image: var(--pf-v6-c-compass--BackgroundImage);
|
|
54
80
|
background-size: cover;
|
|
55
81
|
}
|
|
82
|
+
.pf-v6-c-compass.pf-m-dock {
|
|
83
|
+
grid-template-areas: "dock main";
|
|
84
|
+
grid-template-rows: auto;
|
|
85
|
+
grid-template-columns: auto 1fr;
|
|
86
|
+
align-items: stretch;
|
|
87
|
+
padding: 0;
|
|
88
|
+
}
|
|
89
|
+
.pf-v6-c-compass.pf-m-dock .pf-v6-c-compass__main {
|
|
90
|
+
padding: var(--pf-v6-c-compass--Padding);
|
|
91
|
+
}
|
|
56
92
|
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
57
93
|
--pf-v6-c-compass--BackgroundImage: var(--pf-v6-c-compass--BackgroundImage--dark);
|
|
58
94
|
}
|
|
95
|
+
.pf-v6-c-compass__panel.pf-m-no-glass, .pf-v6-c-compass.pf-m-no-glass {
|
|
96
|
+
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.pf-v6-c-compass__header,
|
|
100
|
+
.pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
|
|
101
|
+
.pf-v6-c-compass__main-footer,
|
|
102
|
+
.pf-v6-c-compass__footer {
|
|
103
|
+
margin: 0;
|
|
104
|
+
visibility: hidden;
|
|
105
|
+
opacity: 0;
|
|
106
|
+
transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
|
|
107
|
+
transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
|
|
108
|
+
transition-duration: var(--pf-v6-c-compass--section--TransitionDuration);
|
|
109
|
+
transition-property: var(--pf-v6-c-compass--section--TransitionProperty);
|
|
110
|
+
}
|
|
111
|
+
.pf-v6-c-compass__header.pf-m-expanded,
|
|
112
|
+
.pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end).pf-m-expanded,
|
|
113
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded,
|
|
114
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
115
|
+
--pf-v6-c-compass--section--TransitionDelay: var(--pf-v6-c-compass--section--m-expanded--TransitionDelay);
|
|
116
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--TransitionDuration);
|
|
117
|
+
visibility: visible;
|
|
118
|
+
opacity: 1;
|
|
119
|
+
translate: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.pf-v6-c-compass__header,
|
|
123
|
+
.pf-v6-c-compass__main-footer,
|
|
124
|
+
.pf-v6-c-compass__footer {
|
|
125
|
+
height: 0;
|
|
126
|
+
}
|
|
127
|
+
.pf-v6-c-compass__header.pf-m-expanded,
|
|
128
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded,
|
|
129
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
130
|
+
height: auto;
|
|
131
|
+
}
|
|
59
132
|
|
|
60
133
|
.pf-v6-c-compass__header {
|
|
61
134
|
display: grid;
|
|
62
135
|
grid-area: header;
|
|
63
136
|
grid-template-columns: 1fr auto 1fr;
|
|
64
137
|
align-items: start;
|
|
138
|
+
translate: 0 calc(var(--pf-v6-c-compass--section--slide--length--header) * -1);
|
|
139
|
+
}
|
|
140
|
+
.pf-v6-c-compass__header.pf-m-expanded {
|
|
141
|
+
margin-block-end: var(--pf-v6-c-compass--Gap);
|
|
65
142
|
}
|
|
66
143
|
|
|
67
144
|
.pf-v6-c-compass__profile {
|
|
@@ -72,6 +149,10 @@
|
|
|
72
149
|
}
|
|
73
150
|
|
|
74
151
|
.pf-v6-c-compass__nav {
|
|
152
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-v6-c-compass__nav--PaddingBlockStart);
|
|
153
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__nav--PaddingBlockEnd);
|
|
154
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__nav--PaddingInlineStart);
|
|
155
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__nav--PaddingInlineEnd);
|
|
75
156
|
display: flex;
|
|
76
157
|
flex-direction: column;
|
|
77
158
|
gap: var(--pf-v6-c-compass__nav--RowGap);
|
|
@@ -79,12 +160,49 @@
|
|
|
79
160
|
justify-self: stretch;
|
|
80
161
|
}
|
|
81
162
|
|
|
163
|
+
.pf-v6-c-compass__nav-content {
|
|
164
|
+
display: flex;
|
|
165
|
+
align-items: center;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.pf-v6-c-compass__nav-main {
|
|
169
|
+
padding-inline-start: var(--pf-v6-c-compass__nav-main--PaddingInlineStart);
|
|
170
|
+
padding-inline-end: var(--pf-v6-c-compass__nav-main--PaddingInlineEnd);
|
|
171
|
+
}
|
|
172
|
+
|
|
82
173
|
.pf-v6-c-compass__sidebar {
|
|
83
|
-
--pf-v6-c-compass__panel--
|
|
174
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-v6-c-compass__sidebar--PaddingBlockStart);
|
|
175
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__sidebar--PaddingBlockEnd);
|
|
176
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__sidebar--PaddingInlineStart);
|
|
177
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__sidebar--PaddingInlineEnd);
|
|
178
|
+
display: flex;
|
|
179
|
+
width: 0;
|
|
180
|
+
}
|
|
181
|
+
.pf-v6-c-compass__sidebar.pf-m-expanded {
|
|
182
|
+
width: auto;
|
|
84
183
|
}
|
|
85
184
|
.pf-v6-c-compass__sidebar.pf-m-start {
|
|
185
|
+
translate: calc(var(--pf-v6-c-compass--section--slide--length--sidebar) * -1);
|
|
86
186
|
grid-area: sidebar-start;
|
|
87
187
|
}
|
|
188
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-start {
|
|
189
|
+
translate: var(--pf-v6-c-compass--section--slide--length--sidebar);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.pf-v6-c-compass__sidebar.pf-m-start.pf-m-expanded {
|
|
193
|
+
margin-inline-end: var(--pf-v6-c-compass--Gap);
|
|
194
|
+
}
|
|
195
|
+
.pf-v6-c-compass__sidebar.pf-m-end {
|
|
196
|
+
translate: var(--pf-v6-c-compass--section--slide--length--sidebar);
|
|
197
|
+
grid-area: sidebar-end;
|
|
198
|
+
}
|
|
199
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-end {
|
|
200
|
+
translate: calc(var(--pf-v6-c-compass--section--slide--length--sidebar) * -1);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.pf-v6-c-compass__sidebar.pf-m-end.pf-m-expanded {
|
|
204
|
+
margin-inline-start: var(--pf-v6-c-compass--Gap);
|
|
205
|
+
}
|
|
88
206
|
|
|
89
207
|
.pf-v6-c-compass__main {
|
|
90
208
|
display: flex;
|
|
@@ -95,6 +213,15 @@
|
|
|
95
213
|
min-height: 0;
|
|
96
214
|
}
|
|
97
215
|
|
|
216
|
+
.pf-v6-c-compass__main-header-content {
|
|
217
|
+
display: flex;
|
|
218
|
+
gap: var(--pf-v6-c-compass__main-header-content--RowGap) var(--pf-v6-c-compass__main-header-content--ColumnGap);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.pf-v6-c-compass__main-header-title {
|
|
222
|
+
flex-grow: 1;
|
|
223
|
+
}
|
|
224
|
+
|
|
98
225
|
.pf-v6-c-compass__content {
|
|
99
226
|
display: flex;
|
|
100
227
|
flex: 1 0 0;
|
|
@@ -107,15 +234,24 @@
|
|
|
107
234
|
max-height: 100%;
|
|
108
235
|
}
|
|
109
236
|
|
|
110
|
-
.pf-v6-c-
|
|
111
|
-
|
|
112
|
-
|
|
237
|
+
.pf-v6-c-compass__main-footer {
|
|
238
|
+
display: flex;
|
|
239
|
+
justify-content: center;
|
|
240
|
+
min-height: 0;
|
|
241
|
+
translate: 0 var(--pf-v6-c-compass--section--slide--length--main-footer);
|
|
242
|
+
}
|
|
243
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded {
|
|
244
|
+
margin-block-start: var(--pf-v6-c-compass__main-footer--MarginBlockStart);
|
|
113
245
|
}
|
|
114
246
|
|
|
115
247
|
.pf-v6-c-compass__footer {
|
|
116
248
|
display: flex;
|
|
117
|
-
grid-
|
|
249
|
+
grid-column: 1/-1;
|
|
118
250
|
justify-content: center;
|
|
251
|
+
translate: 0 var(--pf-v6-c-compass--section--slide--length--main-footer);
|
|
252
|
+
}
|
|
253
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
254
|
+
margin-block-start: var(--pf-v6-c-compass--Gap);
|
|
119
255
|
}
|
|
120
256
|
|
|
121
257
|
.pf-v6-c-compass__message-bar {
|
|
@@ -125,17 +261,16 @@
|
|
|
125
261
|
}
|
|
126
262
|
|
|
127
263
|
.pf-v6-c-compass__panel {
|
|
128
|
-
padding: var(--pf-v6-c-compass__panel--
|
|
129
|
-
|
|
130
|
-
|
|
264
|
+
padding-block-start: var(--pf-v6-c-compass__panel--PaddingBlockStart);
|
|
265
|
+
padding-block-end: var(--pf-v6-c-compass__panel--PaddingBlockEnd);
|
|
266
|
+
padding-inline-start: var(--pf-v6-c-compass__panel--PaddingInlineStart);
|
|
267
|
+
padding-inline-end: var(--pf-v6-c-compass__panel--PaddingInlineEnd);
|
|
268
|
+
background-color: var(--pf-v6-c-compass__panel--BackgroundColor);
|
|
269
|
+
backdrop-filter: var(--pf-v6-c-compass__panel--BackdropFilter);
|
|
131
270
|
border: var(--pf-v6-c-compass__panel--BorderWidth) solid var(--pf-v6-c-compass__panel--BorderColor);
|
|
132
271
|
border-radius: var(--pf-v6-c-compass__panel--BorderRadius);
|
|
133
272
|
box-shadow: var(--pf-v6-c-compass__panel--BoxShadow);
|
|
134
273
|
}
|
|
135
|
-
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass__panel {
|
|
136
|
-
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-v6-c-compass__panel--BackdropFilter--dark);
|
|
137
|
-
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-v6-c-compass__panel--BackgroundColor--dark);
|
|
138
|
-
}
|
|
139
274
|
.pf-v6-c-compass__panel.pf-m-no-border {
|
|
140
275
|
border-width: 0;
|
|
141
276
|
}
|
|
@@ -152,36 +287,6 @@
|
|
|
152
287
|
overflow: auto;
|
|
153
288
|
}
|
|
154
289
|
|
|
155
|
-
.pf-v6-c-compass__hero {
|
|
156
|
-
display: flex;
|
|
157
|
-
padding-block-start: 32px;
|
|
158
|
-
padding-block-end: 32px;
|
|
159
|
-
padding-inline-start: 72px;
|
|
160
|
-
padding-inline-end: 0;
|
|
161
|
-
background-image: var(--pf-v6-c-compass__hero--BackgroundImage, var(--pf-v6-c-compass__hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-compass__hero--gradient--angle), var(--pf-v6-c-compass__hero--gradient--stop-1, var(--pf-v6-c-compass__hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-compass__hero--gradient--stop-2, var(--pf-v6-c-compass__hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-compass__hero--gradient--stop-3, var(--pf-v6-c-compass__hero--gradient--stop-3--light)) 100%);
|
|
162
|
-
background-repeat: no-repeat;
|
|
163
|
-
background-position: right center;
|
|
164
|
-
background-size: contain;
|
|
165
|
-
border-radius: 24px 72px;
|
|
166
|
-
}
|
|
167
|
-
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass__hero {
|
|
168
|
-
--pf-v6-c-compass__hero--BackgroundImage: var(--pf-v6-c-compass__hero--BackgroundImage--dark);
|
|
169
|
-
--pf-v6-c-compass__hero--gradient--stop-1: var(--pf-v6-c-compass__hero--gradient--stop-1--dark);
|
|
170
|
-
--pf-v6-c-compass__hero--gradient--stop-2: var(--pf-v6-c-compass__hero--gradient--stop-2--dark);
|
|
171
|
-
--pf-v6-c-compass__hero--gradient--stop-3: var(--pf-v6-c-compass__hero--gradient--stop-3--dark);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.pf-v6-c-compass__hero-body {
|
|
175
|
-
width: min(var(--pf-v6-c-compass__hero-body--Width), var(--pf-v6-c-compass__hero-body--MaxWidth));
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
:where(:root.pf-v6-theme-no-glass) .pf-v6-c-compass {
|
|
179
|
-
--pf-v6-c-compass--glass--opacity: 100%;
|
|
180
|
-
--pf-v6-c-compass--glass--border: var(--pf-t--global--border--color--default);
|
|
181
|
-
--pf-v6-c-compass--glass--blend-mode: none;
|
|
182
|
-
--pf-v6-c-compass--glass--blend-mode--dark: none;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
290
|
/* stylelint-disable */
|
|
186
291
|
@media (max-width: 1200px) {
|
|
187
292
|
.pf-v6-c-compass * {
|
|
@@ -4,26 +4,33 @@ declare const _default: {
|
|
|
4
4
|
"compassContent": "pf-v6-c-compass__content",
|
|
5
5
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
6
6
|
"compassHeader": "pf-v6-c-compass__header",
|
|
7
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
8
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
9
7
|
"compassMain": "pf-v6-c-compass__main",
|
|
8
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
9
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
10
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
10
11
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
11
12
|
"compassNav": "pf-v6-c-compass__nav",
|
|
13
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
14
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
12
15
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
13
16
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
14
17
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
18
|
+
"dirRtl": "pf-v6-m-dir-rtl",
|
|
15
19
|
"menuToggle": "pf-v6-c-menu-toggle",
|
|
16
20
|
"modifiers": {
|
|
17
|
-
"
|
|
21
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
22
|
+
"dock": "pf-m-dock",
|
|
23
|
+
"noGlass": "pf-m-no-glass",
|
|
18
24
|
"start": "pf-m-start",
|
|
19
25
|
"end": "pf-m-end",
|
|
26
|
+
"expanded": "pf-m-expanded",
|
|
27
|
+
"plain": "pf-m-plain",
|
|
20
28
|
"noBorder": "pf-m-no-border",
|
|
21
29
|
"noPadding": "pf-m-no-padding",
|
|
22
30
|
"fullHeight": "pf-m-full-height",
|
|
23
31
|
"pill": "pf-m-pill",
|
|
24
32
|
"scrollable": "pf-m-scrollable"
|
|
25
33
|
},
|
|
26
|
-
"themeDark": "pf-v6-theme-dark"
|
|
27
|
-
"themeNoGlass": "pf-v6-theme-no-glass"
|
|
34
|
+
"themeDark": "pf-v6-theme-dark"
|
|
28
35
|
};
|
|
29
36
|
export default _default;
|
|
@@ -6,25 +6,32 @@ exports.default = {
|
|
|
6
6
|
"compassContent": "pf-v6-c-compass__content",
|
|
7
7
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
8
8
|
"compassHeader": "pf-v6-c-compass__header",
|
|
9
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
10
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
11
9
|
"compassMain": "pf-v6-c-compass__main",
|
|
10
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
11
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
12
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
12
13
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
13
14
|
"compassNav": "pf-v6-c-compass__nav",
|
|
15
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
16
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
14
17
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
15
18
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
16
19
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
20
|
+
"dirRtl": "pf-v6-m-dir-rtl",
|
|
17
21
|
"menuToggle": "pf-v6-c-menu-toggle",
|
|
18
22
|
"modifiers": {
|
|
19
|
-
"
|
|
23
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
24
|
+
"dock": "pf-m-dock",
|
|
25
|
+
"noGlass": "pf-m-no-glass",
|
|
20
26
|
"start": "pf-m-start",
|
|
21
27
|
"end": "pf-m-end",
|
|
28
|
+
"expanded": "pf-m-expanded",
|
|
29
|
+
"plain": "pf-m-plain",
|
|
22
30
|
"noBorder": "pf-m-no-border",
|
|
23
31
|
"noPadding": "pf-m-no-padding",
|
|
24
32
|
"fullHeight": "pf-m-full-height",
|
|
25
33
|
"pill": "pf-m-pill",
|
|
26
34
|
"scrollable": "pf-m-scrollable"
|
|
27
35
|
},
|
|
28
|
-
"themeDark": "pf-v6-theme-dark"
|
|
29
|
-
"themeNoGlass": "pf-v6-theme-no-glass"
|
|
36
|
+
"themeDark": "pf-v6-theme-dark"
|
|
30
37
|
};
|
|
@@ -4,25 +4,32 @@ export default {
|
|
|
4
4
|
"compassContent": "pf-v6-c-compass__content",
|
|
5
5
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
6
6
|
"compassHeader": "pf-v6-c-compass__header",
|
|
7
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
8
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
9
7
|
"compassMain": "pf-v6-c-compass__main",
|
|
8
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
9
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
10
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
10
11
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
11
12
|
"compassNav": "pf-v6-c-compass__nav",
|
|
13
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
14
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
12
15
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
13
16
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
14
17
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
18
|
+
"dirRtl": "pf-v6-m-dir-rtl",
|
|
15
19
|
"menuToggle": "pf-v6-c-menu-toggle",
|
|
16
20
|
"modifiers": {
|
|
17
|
-
"
|
|
21
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
22
|
+
"dock": "pf-m-dock",
|
|
23
|
+
"noGlass": "pf-m-no-glass",
|
|
18
24
|
"start": "pf-m-start",
|
|
19
25
|
"end": "pf-m-end",
|
|
26
|
+
"expanded": "pf-m-expanded",
|
|
27
|
+
"plain": "pf-m-plain",
|
|
20
28
|
"noBorder": "pf-m-no-border",
|
|
21
29
|
"noPadding": "pf-m-no-padding",
|
|
22
30
|
"fullHeight": "pf-m-full-height",
|
|
23
31
|
"pill": "pf-m-pill",
|
|
24
32
|
"scrollable": "pf-m-scrollable"
|
|
25
33
|
},
|
|
26
|
-
"themeDark": "pf-v6-theme-dark"
|
|
27
|
-
"themeNoGlass": "pf-v6-theme-no-glass"
|
|
34
|
+
"themeDark": "pf-v6-theme-dark"
|
|
28
35
|
};
|