@patternfly/react-styles 6.5.0-prerelease.14 → 6.5.0-prerelease.15
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 +6 -0
- package/css/assets/images/glass-brand-dark.jpg +0 -0
- package/css/components/Accordion/accordion.css +1 -1
- package/css/components/Accordion/accordion.d.ts +1 -1
- package/css/components/Accordion/accordion.js +1 -1
- package/css/components/Accordion/accordion.mjs +1 -1
- package/css/components/Button/button.css +2 -2
- package/css/components/CodeEditor/code-editor.css +1 -1
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DataList/data-list.d.ts +1 -1
- package/css/components/DataList/data-list.js +1 -1
- package/css/components/DataList/data-list.mjs +1 -1
- package/css/components/Drawer/drawer.css +108 -18
- package/css/components/Drawer/drawer.d.ts +1 -1
- package/css/components/Drawer/drawer.js +1 -1
- package/css/components/Drawer/drawer.mjs +1 -1
- package/css/components/JumpLinks/jump-links.css +11 -1
- package/css/components/MenuToggle/menu-toggle.css +1 -2
- package/css/components/Page/page.css +9 -6
- package/css/components/Page/page.d.ts +1 -1
- package/css/components/Page/page.js +1 -1
- package/css/components/Page/page.mjs +1 -1
- package/css/components/Progress/progress.css +3 -1
- package/css/components/Table/table.css +1 -1
- package/css/components/Table/table.d.ts +1 -1
- package/css/components/Table/table.js +1 -1
- package/css/components/Table/table.mjs +1 -1
- package/css/components/Tabs/tabs.css +18 -17
- package/css/components/Tabs/tabs.d.ts +0 -1
- package/css/components/Tabs/tabs.js +0 -1
- package/css/components/Tabs/tabs.mjs +0 -1
- package/css/components/Wizard/wizard.css +2 -2
- package/css/components/Wizard/wizard.d.ts +1 -1
- package/css/components/Wizard/wizard.js +1 -1
- package/css/components/Wizard/wizard.mjs +1 -1
- package/css/components/_index.css +158 -53
- package/css/components/_index.d.ts +1 -2
- package/css/components/_index.js +1 -2
- package/css/components/_index.mjs +1 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.14...@patternfly/react-styles@6.5.0-prerelease.15) (2026-04-01)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **deps:** update dependency @patternfly/patternfly to v6.5.0-prerelease.62 ([#12301](https://github.com/patternfly/patternfly-react/issues/12301)) ([34b99cc](https://github.com/patternfly/patternfly-react/commit/34b99cc84c56def47cb3ec00ee99472ae72b0bd3))
|
|
11
|
+
|
|
6
12
|
# [6.5.0-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.13...@patternfly/react-styles@6.5.0-prerelease.14) (2026-03-19)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
Binary file
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
105
105
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
106
106
|
}
|
|
107
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
107
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
108
108
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
109
109
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
110
110
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
"accordionToggleText": "pf-v6-c-accordion__toggle-text",
|
|
10
10
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
11
11
|
"modifiers": {
|
|
12
|
-
"
|
|
12
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
13
13
|
"plain": "pf-m-plain",
|
|
14
14
|
"toggleStart": "pf-m-toggle-start",
|
|
15
15
|
"displayLg": "pf-m-display-lg",
|
|
@@ -11,7 +11,7 @@ exports.default = {
|
|
|
11
11
|
"accordionToggleText": "pf-v6-c-accordion__toggle-text",
|
|
12
12
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
13
13
|
"modifiers": {
|
|
14
|
-
"
|
|
14
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
15
15
|
"plain": "pf-m-plain",
|
|
16
16
|
"toggleStart": "pf-m-toggle-start",
|
|
17
17
|
"displayLg": "pf-m-display-lg",
|
|
@@ -9,7 +9,7 @@ export default {
|
|
|
9
9
|
"accordionToggleText": "pf-v6-c-accordion__toggle-text",
|
|
10
10
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
11
11
|
"modifiers": {
|
|
12
|
-
"
|
|
12
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
13
13
|
"plain": "pf-m-plain",
|
|
14
14
|
"toggleStart": "pf-m-toggle-start",
|
|
15
15
|
"displayLg": "pf-m-display-lg",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--pf-v6-c-button--AlignItems: baseline;
|
|
4
4
|
--pf-v6-c-button--JustifyContent: center;
|
|
5
5
|
--pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
6
|
-
--pf-v6-c-button--MinWidth:
|
|
6
|
+
--pf-v6-c-button--MinWidth: calc(1lh + var(--pf-v6-c-button--PaddingBlockStart) + var(--pf-v6-c-button--PaddingBlockEnd));
|
|
7
7
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
|
8
8
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
9
9
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
@@ -765,6 +765,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
765
765
|
}
|
|
766
766
|
.pf-v6-c-button.pf-m-circle {
|
|
767
767
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-circle--BorderRadius);
|
|
768
|
+
padding-inline: 0;
|
|
768
769
|
}
|
|
769
770
|
.pf-v6-c-button:hover, .pf-v6-c-button:focus {
|
|
770
771
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
|
|
@@ -865,7 +866,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
865
866
|
}
|
|
866
867
|
|
|
867
868
|
.pf-v6-c-button__icon {
|
|
868
|
-
min-width: 1lh;
|
|
869
869
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
870
870
|
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
871
871
|
color: var(--pf-v6-c-button__icon--Color);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
|
|
9
9
|
--pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
|
|
10
10
|
--pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11
|
-
--pf-v6-c-code-editor__header-content--m-plain--BackgroundColor:
|
|
11
|
+
--pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: transparent;
|
|
12
12
|
--pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
13
13
|
--pf-v6-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
14
14
|
--pf-v6-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
573
573
|
overflow-anchor: none;
|
|
574
574
|
}
|
|
575
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
575
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
576
576
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
577
577
|
}
|
|
578
578
|
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
"grid_2xl": "pf-m-grid-2xl",
|
|
33
33
|
"compact": "pf-m-compact",
|
|
34
34
|
"dragOver": "pf-m-drag-over",
|
|
35
|
-
"
|
|
35
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
36
36
|
"plain": "pf-m-plain",
|
|
37
37
|
"truncate": "pf-m-truncate",
|
|
38
38
|
"breakWord": "pf-m-break-word",
|
|
@@ -34,7 +34,7 @@ exports.default = {
|
|
|
34
34
|
"grid_2xl": "pf-m-grid-2xl",
|
|
35
35
|
"compact": "pf-m-compact",
|
|
36
36
|
"dragOver": "pf-m-drag-over",
|
|
37
|
-
"
|
|
37
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
38
38
|
"plain": "pf-m-plain",
|
|
39
39
|
"truncate": "pf-m-truncate",
|
|
40
40
|
"breakWord": "pf-m-break-word",
|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"grid_2xl": "pf-m-grid-2xl",
|
|
33
33
|
"compact": "pf-m-compact",
|
|
34
34
|
"dragOver": "pf-m-drag-over",
|
|
35
|
-
"
|
|
35
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
36
36
|
"plain": "pf-m-plain",
|
|
37
37
|
"truncate": "pf-m-truncate",
|
|
38
38
|
"breakWord": "pf-m-break-word",
|
|
@@ -92,45 +92,85 @@
|
|
|
92
92
|
--pf-v6-c-drawer__body--m-padding--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
93
93
|
--pf-v6-c-drawer__body--m-padding--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
94
94
|
--pf-v6-c-drawer__body--m-padding--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
95
|
-
--pf-v6-c-drawer__splitter--Height: 0.
|
|
95
|
+
--pf-v6-c-drawer__splitter--Height: 0.75rem;
|
|
96
96
|
--pf-v6-c-drawer__splitter--Width: 100%;
|
|
97
|
-
--pf-v6-c-drawer__splitter--BackgroundColor:
|
|
97
|
+
--pf-v6-c-drawer__splitter--BackgroundColor: transparent;
|
|
98
98
|
--pf-v6-c-drawer__splitter--Cursor: row-resize;
|
|
99
99
|
--pf-v6-c-drawer__splitter--m-vertical--Height: 100%;
|
|
100
|
-
--pf-v6-c-drawer__splitter--m-vertical--Width: 0.
|
|
100
|
+
--pf-v6-c-drawer__splitter--m-vertical--Width: 0.75rem;
|
|
101
101
|
--pf-v6-c-drawer__splitter--m-vertical--Cursor: col-resize;
|
|
102
|
+
--pf-v6-c-drawer__splitter--focus--OutlineOffset: -0.0625rem;
|
|
102
103
|
--pf-v6-c-drawer--m-inline__splitter--focus--OutlineOffset: -0.0625rem;
|
|
103
104
|
--pf-v6-c-drawer__splitter--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
105
|
+
--pf-v6-c-drawer__splitter--hover--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
106
|
+
--pf-v6-c-drawer__splitter--focus--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
107
|
+
--pf-v6-c-drawer__splitter--active--after--BorderColor: var(--pf-t--global--border--color--default);
|
|
104
108
|
--pf-v6-c-drawer__splitter--after--border-width--base: var(--pf-t--global--border--width--divider--default);
|
|
105
109
|
--pf-v6-c-drawer__splitter--after--BorderBlockStartWidth: 0;
|
|
106
110
|
--pf-v6-c-drawer__splitter--after--BorderInlineEndWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
107
111
|
--pf-v6-c-drawer__splitter--after--BorderBlockEndWidth: 0;
|
|
108
112
|
--pf-v6-c-drawer__splitter--after--BorderInlineStartWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
113
|
+
--pf-v6-c-drawer__splitter--after--InsetBlockStart: 0;
|
|
114
|
+
--pf-v6-c-drawer__splitter--after--InsetBlockEnd: 0;
|
|
115
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineStart: 0;
|
|
116
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineEnd: 0;
|
|
117
|
+
--pf-v6-c-drawer__splitter--after--Width: auto;
|
|
118
|
+
--pf-v6-c-drawer__splitter--after--Height: auto;
|
|
109
119
|
--pf-v6-c-drawer--m-panel-bottom__splitter--after--BorderBlockStartWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
110
120
|
--pf-v6-c-drawer--m-panel-bottom__splitter--after--BorderBlockEndWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
111
|
-
--pf-v6-c-drawer--m-
|
|
121
|
+
--pf-v6-c-drawer--m-pill__splitter--m-vertical--Width: 0.625rem;
|
|
122
|
+
--pf-v6-c-drawer--m-pill__splitter--m-vertical--Height: calc(100% - (2 * var(--pf-v6-c-drawer--m-pill__panel--BorderRadius)));
|
|
123
|
+
--pf-v6-c-drawer--m-pill__splitter--m-vertical--MarginBlockStart: var(--pf-v6-c-drawer--m-pill__panel--BorderRadius);
|
|
124
|
+
--pf-v6-c-drawer--m-pill__splitter--after--BorderColor: transparent;
|
|
125
|
+
--pf-v6-c-drawer--m-pill__splitter--after--BorderInlineEndWidth: 0;
|
|
126
|
+
--pf-v6-c-drawer--m-pill__splitter--hover--after--BorderColor: var(--pf-t--global--border--color--hover);
|
|
127
|
+
--pf-v6-c-drawer--m-pill__splitter--focus--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
128
|
+
--pf-v6-c-drawer--m-pill__splitter--active--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
129
|
+
--pf-v6-c-drawer--m-pill__splitter--after--Width: 0.0625rem;
|
|
130
|
+
--pf-v6-c-drawer--m-pill__splitter--after--Height: auto;
|
|
131
|
+
--pf-v6-c-drawer--m-pill__splitter--after--InsetInlineStart: 50%;
|
|
132
|
+
--pf-v6-c-drawer--m-pill__splitter--after--InsetInlineEnd: auto;
|
|
133
|
+
--pf-v6-c-drawer--m-pill__splitter--after--TranslateX: -50%;
|
|
134
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Height: 0.5rem;
|
|
135
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Width: calc(100% - (2 * var(--pf-v6-c-drawer--m-pill__panel--BorderRadius)));
|
|
136
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--MarginInlineStart: var(--pf-v6-c-drawer--m-pill__panel--BorderRadius);
|
|
137
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--Width: auto;
|
|
138
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--Height: 0.0625rem;
|
|
139
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--BorderBlockStartWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
140
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--BorderBlockEndWidth: 0;
|
|
141
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetBlockStart: 50%;
|
|
142
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetBlockEnd: auto;
|
|
143
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetInlineStart: 0;
|
|
144
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetInlineEnd: 0;
|
|
145
|
+
--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--TranslateY: -50%;
|
|
146
|
+
--pf-v6-c-drawer--m-inline__splitter--m-vertical--Width: 0.75rem;
|
|
112
147
|
--pf-v6-c-drawer--m-inline__splitter-handle--InsetInlineStart: 50%;
|
|
113
|
-
--pf-v6-c-drawer--m-inline--m-panel-bottom__splitter--Height: 0.
|
|
148
|
+
--pf-v6-c-drawer--m-inline--m-panel-bottom__splitter--Height: 0.75rem;
|
|
114
149
|
--pf-v6-c-drawer--m-inline--m-panel-bottom__splitter-handle--InsetBlockStart: 50%;
|
|
115
150
|
--pf-v6-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderBlockStartWidth: var(--pf-v6-c-drawer__splitter--after--border-width--base);
|
|
116
151
|
--pf-v6-c-drawer__splitter-handle--InsetBlockStart: 50%;
|
|
117
|
-
--pf-v6-c-drawer__splitter-handle--InsetInlineStart:
|
|
152
|
+
--pf-v6-c-drawer__splitter-handle--InsetInlineStart: 50%;
|
|
118
153
|
--pf-v6-c-drawer--m-panel-left__splitter-handle--InsetInlineStart: 50%;
|
|
119
|
-
--pf-v6-c-drawer--m-panel-bottom__splitter-handle--InsetBlockStart:
|
|
120
|
-
--pf-v6-c-drawer__splitter-handle--after--
|
|
154
|
+
--pf-v6-c-drawer--m-panel-bottom__splitter-handle--InsetBlockStart: 50%;
|
|
155
|
+
--pf-v6-c-drawer__splitter-handle--after--BackgroundColor: var(--pf-t--global--border--color--control--default);
|
|
156
|
+
--pf-v6-c-drawer__splitter-handle--hover--after--BackgroundColor: var(--pf-t--global--border--color--hover);
|
|
157
|
+
--pf-v6-c-drawer__splitter-handle--focus--after--BackgroundColor: var(--pf-t--global--border--color--clicked);
|
|
158
|
+
--pf-v6-c-drawer__splitter-handle--active--after--BackgroundColor: var(--pf-t--global--border--color--clicked);
|
|
159
|
+
--pf-v6-c-drawer__splitter-handle--after--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
121
160
|
--pf-v6-c-drawer__splitter-handle--after--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
122
161
|
--pf-v6-c-drawer__splitter-handle--after--BorderInlineEndWidth: 0;
|
|
123
162
|
--pf-v6-c-drawer__splitter-handle--after--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
124
163
|
--pf-v6-c-drawer__splitter-handle--after--BorderInlineStartWidth: 0;
|
|
125
|
-
--pf-v6-c-drawer__splitter
|
|
164
|
+
--pf-v6-c-drawer__splitter-handle--after--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
165
|
+
--pf-v6-c-drawer__splitter--hover__splitter-handle--after--BorderColor: var(--pf-t--global--color--brand--hover);
|
|
126
166
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBlockStartWidth: 0;
|
|
127
167
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
128
168
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBlockEndWidth: 0;
|
|
129
169
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
130
|
-
--pf-v6-c-drawer__splitter-handle--after--Width:
|
|
170
|
+
--pf-v6-c-drawer__splitter-handle--after--Width: 2.1875rem;
|
|
131
171
|
--pf-v6-c-drawer__splitter-handle--after--Height: 0.25rem;
|
|
132
172
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
|
|
133
|
-
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--Height:
|
|
173
|
+
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 2.1875rem;
|
|
134
174
|
}
|
|
135
175
|
@media screen and (min-width: 75rem) {
|
|
136
176
|
.pf-v6-c-drawer {
|
|
@@ -242,6 +282,19 @@
|
|
|
242
282
|
--pf-v6-c-drawer__panel--BorderRadius: var(--pf-v6-c-drawer--m-pill__panel--BorderRadius);
|
|
243
283
|
--pf-v6-c-drawer--m-expanded__panel--inset: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
244
284
|
--pf-v6-c-drawer__panel--MarginBlock: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
285
|
+
--pf-v6-c-drawer__splitter--m-vertical--Width: var(--pf-v6-c-drawer--m-pill__splitter--m-vertical--Width);
|
|
286
|
+
--pf-v6-c-drawer__splitter--m-vertical--Height: var(--pf-v6-c-drawer--m-pill__splitter--m-vertical--Height);
|
|
287
|
+
--pf-v6-c-drawer__splitter--MarginBlockStart: var(--pf-v6-c-drawer--m-pill__splitter--m-vertical--MarginBlockStart);
|
|
288
|
+
--pf-v6-c-drawer__splitter--after--BorderColor: var(--pf-v6-c-drawer--m-pill__splitter--after--BorderColor);
|
|
289
|
+
--pf-v6-c-drawer__splitter--after--BorderInlineEndWidth: var(--pf-v6-c-drawer--m-pill__splitter--after--BorderInlineEndWidth);
|
|
290
|
+
--pf-v6-c-drawer__splitter--hover--after--BorderColor: var(--pf-v6-c-drawer--m-pill__splitter--hover--after--BorderColor);
|
|
291
|
+
--pf-v6-c-drawer__splitter--focus--after--BorderColor: var(--pf-v6-c-drawer--m-pill__splitter--focus--after--BorderColor);
|
|
292
|
+
--pf-v6-c-drawer__splitter--active--after--BorderColor: var(--pf-v6-c-drawer--m-pill__splitter--active--after--BorderColor);
|
|
293
|
+
--pf-v6-c-drawer__splitter--after--Width: var(--pf-v6-c-drawer--m-pill__splitter--after--Width);
|
|
294
|
+
--pf-v6-c-drawer__splitter--after--Height: var(--pf-v6-c-drawer--m-pill__splitter--after--Height);
|
|
295
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineStart: var(--pf-v6-c-drawer--m-pill__splitter--after--InsetInlineStart);
|
|
296
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineEnd: var(--pf-v6-c-drawer--m-pill__splitter--after--InsetInlineEnd);
|
|
297
|
+
--pf-v6-c-drawer__splitter--after--TranslateX: var(--pf-v6-c-drawer--m-pill__splitter--after--TranslateX);
|
|
245
298
|
}
|
|
246
299
|
.pf-v6-c-drawer.pf-m-pill > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
247
300
|
border-block-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth);
|
|
@@ -250,6 +303,25 @@
|
|
|
250
303
|
border-inline-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth);
|
|
251
304
|
}
|
|
252
305
|
}
|
|
306
|
+
@media screen and (min-width: 48rem) {
|
|
307
|
+
.pf-v6-c-drawer.pf-m-pill.pf-m-panel-bottom {
|
|
308
|
+
--pf-v6-c-drawer__splitter--Height: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Height);
|
|
309
|
+
--pf-v6-c-drawer__splitter--Width: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Width);
|
|
310
|
+
--pf-v6-c-drawer__splitter--MarginBlockStart: 0;
|
|
311
|
+
--pf-v6-c-drawer__splitter--MarginInlineStart: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--MarginInlineStart);
|
|
312
|
+
--pf-v6-c-drawer__splitter--after--Width: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--Width);
|
|
313
|
+
--pf-v6-c-drawer__splitter--after--Height: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--Height);
|
|
314
|
+
--pf-v6-c-drawer__splitter--after--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--BorderBlockStartWidth);
|
|
315
|
+
--pf-v6-c-drawer--m-panel-bottom__splitter--after--BorderBlockEndWidth: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--BorderBlockEndWidth);
|
|
316
|
+
--pf-v6-c-drawer__splitter--after--BorderBlockEndWidth: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--BorderBlockEndWidth);
|
|
317
|
+
--pf-v6-c-drawer__splitter--after--InsetBlockStart: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetBlockStart);
|
|
318
|
+
--pf-v6-c-drawer__splitter--after--InsetBlockEnd: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetBlockEnd);
|
|
319
|
+
--pf-v6-c-drawer__splitter--after--TranslateX: initial;
|
|
320
|
+
--pf-v6-c-drawer__splitter--after--TranslateY: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--TranslateY);
|
|
321
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineStart: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetInlineStart);
|
|
322
|
+
--pf-v6-c-drawer__splitter--after--InsetInlineEnd: var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--after--InsetInlineEnd);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
253
325
|
|
|
254
326
|
.pf-v6-c-drawer__section {
|
|
255
327
|
flex-grow: 0;
|
|
@@ -414,8 +486,11 @@
|
|
|
414
486
|
display: none;
|
|
415
487
|
width: var(--pf-v6-c-drawer__splitter--Width);
|
|
416
488
|
height: var(--pf-v6-c-drawer__splitter--Height);
|
|
489
|
+
margin-block-start: var(--pf-v6-c-drawer__splitter--MarginBlockStart, 0);
|
|
490
|
+
margin-inline-start: var(--pf-v6-c-drawer__splitter--MarginInlineStart, 0);
|
|
417
491
|
cursor: var(--pf-v6-c-drawer__splitter--Cursor);
|
|
418
492
|
background-color: var(--pf-v6-c-drawer__splitter--BackgroundColor);
|
|
493
|
+
outline-offset: var(--pf-v6-c-drawer__splitter--focus--OutlineOffset);
|
|
419
494
|
}
|
|
420
495
|
.pf-v6-c-drawer__splitter.pf-m-vertical {
|
|
421
496
|
--pf-v6-c-drawer__splitter--Height: var(--pf-v6-c-drawer__splitter--m-vertical--Height);
|
|
@@ -428,21 +503,34 @@
|
|
|
428
503
|
--pf-v6-c-drawer__splitter-handle--after--BorderBlockEndWidth: var(--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBlockEndWidth);
|
|
429
504
|
--pf-v6-c-drawer__splitter-handle--after--BorderInlineStartWidth: var(--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--BorderInlineStartWidth);
|
|
430
505
|
}
|
|
431
|
-
.pf-v6-c-drawer__splitter:hover
|
|
432
|
-
--pf-v6-c-drawer__splitter-handle--after--
|
|
506
|
+
.pf-v6-c-drawer__splitter:hover {
|
|
507
|
+
--pf-v6-c-drawer__splitter-handle--after--BackgroundColor: var(--pf-v6-c-drawer__splitter-handle--hover--after--BackgroundColor);
|
|
508
|
+
--pf-v6-c-drawer__splitter--after--BorderColor: var(--pf-v6-c-drawer__splitter--hover--after--BorderColor);
|
|
509
|
+
}
|
|
510
|
+
.pf-v6-c-drawer__splitter:focus {
|
|
511
|
+
--pf-v6-c-drawer__splitter-handle--after--BackgroundColor: var(--pf-v6-c-drawer__splitter-handle--focus--after--BackgroundColor);
|
|
512
|
+
--pf-v6-c-drawer__splitter--after--BorderColor: var(--pf-v6-c-drawer__splitter--focus--after--BorderColor);
|
|
513
|
+
}
|
|
514
|
+
.pf-v6-c-drawer__splitter:active {
|
|
515
|
+
--pf-v6-c-drawer__splitter-handle--after--BackgroundColor: var(--pf-v6-c-drawer__splitter-handle--active--after--BackgroundColor);
|
|
516
|
+
--pf-v6-c-drawer__splitter--after--BorderColor: var(--pf-v6-c-drawer__splitter--active--after--BorderColor);
|
|
433
517
|
}
|
|
434
518
|
.pf-v6-c-drawer__splitter::after {
|
|
435
519
|
position: absolute;
|
|
436
|
-
inset-block-start:
|
|
437
|
-
inset-block-end:
|
|
438
|
-
inset-inline-start:
|
|
439
|
-
inset-inline-end:
|
|
520
|
+
inset-block-start: var(--pf-v6-c-drawer__splitter--after--InsetBlockStart);
|
|
521
|
+
inset-block-end: var(--pf-v6-c-drawer__splitter--after--InsetBlockEnd);
|
|
522
|
+
inset-inline-start: var(--pf-v6-c-drawer__splitter--after--InsetInlineStart);
|
|
523
|
+
inset-inline-end: var(--pf-v6-c-drawer__splitter--after--InsetInlineEnd);
|
|
524
|
+
z-index: -1;
|
|
525
|
+
width: var(--pf-v6-c-drawer__splitter--after--Width);
|
|
526
|
+
height: var(--pf-v6-c-drawer__splitter--after--Height);
|
|
440
527
|
content: "";
|
|
441
528
|
border: solid var(--pf-v6-c-drawer__splitter--after--BorderColor);
|
|
442
529
|
border-block-start-width: var(--pf-v6-c-drawer__splitter--after--BorderBlockStartWidth);
|
|
443
530
|
border-block-end-width: var(--pf-v6-c-drawer__splitter--after--BorderBlockEndWidth);
|
|
444
531
|
border-inline-start-width: var(--pf-v6-c-drawer__splitter--after--BorderInlineStartWidth);
|
|
445
532
|
border-inline-end-width: var(--pf-v6-c-drawer__splitter--after--BorderInlineEndWidth);
|
|
533
|
+
translate: var(--pf-v6-c-drawer__splitter--after--TranslateX, 0) var(--pf-v6-c-drawer__splitter--after--TranslateY, 0);
|
|
446
534
|
}
|
|
447
535
|
|
|
448
536
|
.pf-v6-c-drawer__splitter-handle {
|
|
@@ -460,12 +548,14 @@
|
|
|
460
548
|
width: var(--pf-v6-c-drawer__splitter-handle--after--Width);
|
|
461
549
|
height: var(--pf-v6-c-drawer__splitter-handle--after--Height);
|
|
462
550
|
content: "";
|
|
551
|
+
background-color: var(--pf-v6-c-drawer__splitter-handle--after--BackgroundColor);
|
|
463
552
|
border-color: var(--pf-v6-c-drawer__splitter-handle--after--BorderColor);
|
|
464
553
|
border-style: solid;
|
|
465
554
|
border-block-start-width: var(--pf-v6-c-drawer__splitter-handle--after--BorderBlockStartWidth);
|
|
466
555
|
border-block-end-width: var(--pf-v6-c-drawer__splitter-handle--after--BorderBlockEndWidth);
|
|
467
556
|
border-inline-start-width: var(--pf-v6-c-drawer__splitter-handle--after--BorderInlineStartWidth);
|
|
468
557
|
border-inline-end-width: var(--pf-v6-c-drawer__splitter-handle--after--BorderInlineEndWidth);
|
|
558
|
+
border-radius: var(--pf-v6-c-drawer__splitter-handle--after--BorderRadius);
|
|
469
559
|
}
|
|
470
560
|
|
|
471
561
|
@media screen and (min-width: 48rem) {
|
|
@@ -473,7 +563,7 @@
|
|
|
473
563
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
474
564
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
475
565
|
}
|
|
476
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
566
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
477
567
|
background: transparent;
|
|
478
568
|
}
|
|
479
569
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
|
31
31
|
"noPadding": "pf-m-no-padding",
|
|
32
32
|
"padding": "pf-m-padding",
|
|
33
33
|
"vertical": "pf-m-vertical",
|
|
34
|
-
"
|
|
34
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
35
35
|
"plain": "pf-m-plain",
|
|
36
36
|
"width_25": "pf-m-width-25",
|
|
37
37
|
"width_33": "pf-m-width-33",
|
|
@@ -33,7 +33,7 @@ exports.default = {
|
|
|
33
33
|
"noPadding": "pf-m-no-padding",
|
|
34
34
|
"padding": "pf-m-padding",
|
|
35
35
|
"vertical": "pf-m-vertical",
|
|
36
|
-
"
|
|
36
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
37
37
|
"plain": "pf-m-plain",
|
|
38
38
|
"width_25": "pf-m-width-25",
|
|
39
39
|
"width_33": "pf-m-width-33",
|
|
@@ -31,7 +31,7 @@ export default {
|
|
|
31
31
|
"noPadding": "pf-m-no-padding",
|
|
32
32
|
"padding": "pf-m-padding",
|
|
33
33
|
"vertical": "pf-m-vertical",
|
|
34
|
-
"
|
|
34
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
35
35
|
"plain": "pf-m-plain",
|
|
36
36
|
"width_25": "pf-m-width-25",
|
|
37
37
|
"width_33": "pf-m-width-33",
|
|
@@ -26,14 +26,19 @@
|
|
|
26
26
|
--pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
27
27
|
--pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
28
28
|
--pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
29
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
|
|
30
|
+
--pf-v6-c-jump-links__link--before--Width: auto;
|
|
29
31
|
--pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
|
|
30
32
|
--pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
|
|
31
33
|
--pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
|
|
32
34
|
--pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
|
|
33
35
|
--pf-v6-c-jump-links__link--before--BorderColor: transparent;
|
|
36
|
+
--pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
34
37
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
35
38
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
36
|
-
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
39
|
+
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
40
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
|
|
41
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
|
|
37
42
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
38
43
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
39
44
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -65,6 +70,8 @@
|
|
|
65
70
|
--pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
|
|
66
71
|
--pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
|
|
67
72
|
--pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
|
|
73
|
+
--pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
|
|
74
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
|
|
68
75
|
--pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
|
|
69
76
|
--pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
|
|
70
77
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -195,6 +202,8 @@
|
|
|
195
202
|
.pf-v6-c-jump-links__link::before {
|
|
196
203
|
position: absolute;
|
|
197
204
|
inset: 0;
|
|
205
|
+
width: var(--pf-v6-c-jump-links__link--before--Width);
|
|
206
|
+
height: var(--pf-v6-c-jump-links__link--before--Height);
|
|
198
207
|
pointer-events: none;
|
|
199
208
|
content: "";
|
|
200
209
|
border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
|
|
@@ -203,6 +212,7 @@
|
|
|
203
212
|
border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
|
|
204
213
|
border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
|
|
205
214
|
border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
|
|
215
|
+
border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
|
|
206
216
|
}
|
|
207
217
|
|
|
208
218
|
.pf-v6-c-jump-links__item {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
|
|
5
5
|
--pf-v6-c-menu-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
6
6
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
|
|
7
|
-
--pf-v6-c-menu-toggle--MinWidth:
|
|
7
|
+
--pf-v6-c-menu-toggle--MinWidth: calc(1lh + var(--pf-v6-c-menu-toggle--PaddingBlockStart) + var(--pf-v6-c-menu-toggle--PaddingBlockEnd));
|
|
8
8
|
--pf-v6-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
|
|
9
9
|
--pf-v6-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
|
|
10
10
|
--pf-v6-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -519,7 +519,6 @@
|
|
|
519
519
|
|
|
520
520
|
.pf-v6-c-menu-toggle__icon {
|
|
521
521
|
flex-shrink: 0;
|
|
522
|
-
min-width: 1lh;
|
|
523
522
|
transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
|
|
524
523
|
transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
|
|
525
524
|
transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
|
|
@@ -189,6 +189,9 @@
|
|
|
189
189
|
max-height: 100%;
|
|
190
190
|
background-color: var(--pf-v6-c-page--BackgroundColor);
|
|
191
191
|
}
|
|
192
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page {
|
|
193
|
+
background-color: transparent;
|
|
194
|
+
}
|
|
192
195
|
@media (min-width: 75rem) {
|
|
193
196
|
.pf-v6-c-page {
|
|
194
197
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
|
|
@@ -721,16 +724,16 @@
|
|
|
721
724
|
outline: 0;
|
|
722
725
|
}
|
|
723
726
|
|
|
724
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
725
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
727
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
728
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
726
729
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
727
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
730
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
728
731
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
729
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
732
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
730
733
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
731
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
734
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
732
735
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
733
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
736
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
734
737
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
735
738
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
736
739
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
38
38
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
39
39
|
"noSidebar": "pf-m-no-sidebar",
|
|
40
|
-
"
|
|
40
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
41
41
|
"plain": "pf-m-plain",
|
|
42
42
|
"secondary": "pf-m-secondary",
|
|
43
43
|
"padding": "pf-m-padding",
|
|
@@ -39,7 +39,7 @@ exports.default = {
|
|
|
39
39
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
40
40
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
41
41
|
"noSidebar": "pf-m-no-sidebar",
|
|
42
|
-
"
|
|
42
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
43
43
|
"plain": "pf-m-plain",
|
|
44
44
|
"secondary": "pf-m-secondary",
|
|
45
45
|
"padding": "pf-m-padding",
|
|
@@ -37,7 +37,7 @@ export default {
|
|
|
37
37
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
|
38
38
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
|
39
39
|
"noSidebar": "pf-m-no-sidebar",
|
|
40
|
-
"
|
|
40
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
41
41
|
"plain": "pf-m-plain",
|
|
42
42
|
"secondary": "pf-m-secondary",
|
|
43
43
|
"padding": "pf-m-padding",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
3
3
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
4
4
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
5
|
-
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--
|
|
5
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
6
6
|
--pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
7
7
|
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
8
8
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--pf-v6-c-progress__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
13
13
|
--pf-v6-c-progress__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
14
14
|
--pf-v6-c-progress__indicator--BorderColor: transparent;
|
|
15
|
+
--pf-v6-c-progress__indicator--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
15
16
|
--pf-v6-c-progress__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--pf-v6-c-progress--GridGap));
|
|
16
17
|
--pf-v6-c-progress--m-success__indicator--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
17
18
|
--pf-v6-c-progress--m-warning__indicator--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
position: absolute;
|
|
182
183
|
height: var(--pf-v6-c-progress__indicator--Height);
|
|
183
184
|
background-color: var(--pf-v6-c-progress__indicator--BackgroundColor);
|
|
185
|
+
border-radius: var(--pf-v6-c-progress__indicator--BorderRadius);
|
|
184
186
|
}
|
|
185
187
|
.pf-v6-c-progress__indicator::before {
|
|
186
188
|
position: absolute;
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
width: 100%;
|
|
170
170
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
171
171
|
}
|
|
172
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
172
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
173
173
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
174
174
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
175
175
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -4,7 +4,7 @@ declare const _default: {
|
|
|
4
4
|
"check": "pf-v6-c-check",
|
|
5
5
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
6
6
|
"modifiers": {
|
|
7
|
-
"
|
|
7
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
8
8
|
"plain": "pf-m-plain",
|
|
9
9
|
"fixed": "pf-m-fixed",
|
|
10
10
|
"stickyHeader": "pf-m-sticky-header",
|