@patternfly/patternfly 6.0.0-alpha.187 → 6.0.0-alpha.189
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/base/normalize.scss +2 -2
- package/base/patternfly-variables.css +6 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +7 -5
- package/base/tokens/tokens-local.scss +0 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Accordion/accordion.css +2 -4
- package/components/Accordion/accordion.scss +2 -4
- package/components/Badge/badge.scss +1 -1
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Check/check.css +1 -1
- package/components/Check/check.scss +1 -1
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/EmptyState/empty-state.css +1 -1
- package/components/EmptyState/empty-state.scss +1 -1
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Menu/menu.css +1 -1
- package/components/Menu/menu.scss +1 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/MultipleFileUpload/multiple-file-upload.css +3 -3
- package/components/MultipleFileUpload/multiple-file-upload.scss +3 -3
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -1
- package/components/NotificationDrawer/notification-drawer.scss +1 -1
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Radio/radio.css +1 -1
- package/components/Radio/radio.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Title/title.css +12 -12
- package/components/Title/title.scss +12 -12
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +40 -42
- package/layouts/Flex/flex.css +1 -1
- package/layouts/Flex/flex.scss +1 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/Level/level.css +1 -1
- package/layouts/Level/level.scss +1 -1
- package/layouts/Split/split.css +1 -1
- package/layouts/Split/split.scss +1 -1
- package/layouts/Stack/stack.css +1 -1
- package/layouts/Stack/stack.scss +1 -1
- package/layouts/_index.css +6 -6
- package/package.json +6 -6
- package/patternfly-addons.css +6 -6
- package/patternfly-base-no-globals.css +6 -6
- package/patternfly-base.css +8 -8
- package/patternfly-no-globals.css +52 -54
- package/patternfly.css +54 -56
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/utilities/Text/text.css +6 -6
- package/utilities/Text/text.scss +1 -1
- package/utilities/_index.css +6 -6
package/layouts/_index.css
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--pf-v6-l-flex--m-row--AlignItems: baseline;
|
|
19
19
|
--pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
|
|
20
20
|
--pf-v6-l-flex--item--Order: 0;
|
|
21
|
-
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--
|
|
21
|
+
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
|
|
22
22
|
--pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
|
|
23
23
|
--pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
|
|
24
24
|
--pf-v6-l-flex--ColumnGap: 0;
|
|
@@ -2393,7 +2393,7 @@
|
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
2395
|
:where(:root, .pf-v6-l-gallery) {
|
|
2396
|
-
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
2396
|
+
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
2397
2397
|
--pf-v6-l-gallery--GridTemplateColumns--min: 250px;
|
|
2398
2398
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
2399
2399
|
--pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
|
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
2466
2466
|
:where(:root, .pf-v6-l-grid) {
|
|
2467
|
-
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
2467
|
+
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
2468
2468
|
--pf-v6-l-grid__item--GridColumnStart: auto;
|
|
2469
2469
|
--pf-v6-l-grid__item--GridColumnEnd: span 12;
|
|
2470
2470
|
--pf-v6-l-grid--item--Order: 0;
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
}
|
|
3402
3402
|
|
|
3403
3403
|
:where(:root, .pf-v6-l-level) {
|
|
3404
|
-
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
3404
|
+
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
3405
3405
|
}
|
|
3406
3406
|
|
|
3407
3407
|
.pf-v6-l-level {
|
|
@@ -3415,7 +3415,7 @@
|
|
|
3415
3415
|
}
|
|
3416
3416
|
|
|
3417
3417
|
:where(:root, .pf-v6-l-split) {
|
|
3418
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
3418
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
3419
3419
|
}
|
|
3420
3420
|
|
|
3421
3421
|
.pf-v6-l-split {
|
|
@@ -3436,7 +3436,7 @@
|
|
|
3436
3436
|
}
|
|
3437
3437
|
|
|
3438
3438
|
:where(:root, .pf-v6-l-stack) {
|
|
3439
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
3439
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
3440
3440
|
}
|
|
3441
3441
|
|
|
3442
3442
|
.pf-v6-l-stack {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.189",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^19.1.0",
|
|
48
48
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
49
49
|
"@octokit/rest": "^20.1.0",
|
|
50
|
-
"@patternfly/documentation-framework": "6.0.0-alpha.
|
|
50
|
+
"@patternfly/documentation-framework": "6.0.0-alpha.57",
|
|
51
51
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
52
|
-
"@patternfly/react-code-editor": "6.0.0-alpha.
|
|
53
|
-
"@patternfly/react-core": "6.0.0-alpha.
|
|
54
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
52
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.80",
|
|
53
|
+
"@patternfly/react-core": "6.0.0-alpha.80",
|
|
54
|
+
"@patternfly/react-table": "6.0.0-alpha.80",
|
|
55
55
|
"@starptech/prettyhtml": "^0.10.0",
|
|
56
56
|
"backstopjs": "^6.3.23",
|
|
57
57
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"access": "public",
|
|
111
111
|
"tag": "alpha"
|
|
112
112
|
},
|
|
113
|
-
"packageManager": "yarn@1.22.22"
|
|
113
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
114
114
|
}
|
package/patternfly-addons.css
CHANGED
|
@@ -7150,7 +7150,7 @@
|
|
|
7150
7150
|
}
|
|
7151
7151
|
}
|
|
7152
7152
|
.pf-v6-u-font-weight-normal {
|
|
7153
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7153
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7154
7154
|
}
|
|
7155
7155
|
|
|
7156
7156
|
.pf-v6-u-font-weight-bold {
|
|
@@ -7159,7 +7159,7 @@
|
|
|
7159
7159
|
|
|
7160
7160
|
@media screen and (min-width: 576px) {
|
|
7161
7161
|
.pf-v6-u-font-weight-normal-on-sm {
|
|
7162
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7162
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7163
7163
|
}
|
|
7164
7164
|
.pf-v6-u-font-weight-bold-on-sm {
|
|
7165
7165
|
font-weight: var(--pf-t--global--font--weight--body--bold) !important;
|
|
@@ -7167,7 +7167,7 @@
|
|
|
7167
7167
|
}
|
|
7168
7168
|
@media screen and (min-width: 768px) {
|
|
7169
7169
|
.pf-v6-u-font-weight-normal-on-md {
|
|
7170
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7170
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7171
7171
|
}
|
|
7172
7172
|
.pf-v6-u-font-weight-bold-on-md {
|
|
7173
7173
|
font-weight: var(--pf-t--global--font--weight--body--bold) !important;
|
|
@@ -7175,7 +7175,7 @@
|
|
|
7175
7175
|
}
|
|
7176
7176
|
@media screen and (min-width: 992px) {
|
|
7177
7177
|
.pf-v6-u-font-weight-normal-on-lg {
|
|
7178
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7178
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7179
7179
|
}
|
|
7180
7180
|
.pf-v6-u-font-weight-bold-on-lg {
|
|
7181
7181
|
font-weight: var(--pf-t--global--font--weight--body--bold) !important;
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
}
|
|
7184
7184
|
@media screen and (min-width: 1200px) {
|
|
7185
7185
|
.pf-v6-u-font-weight-normal-on-xl {
|
|
7186
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7186
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7187
7187
|
}
|
|
7188
7188
|
.pf-v6-u-font-weight-bold-on-xl {
|
|
7189
7189
|
font-weight: var(--pf-t--global--font--weight--body--bold) !important;
|
|
@@ -7191,7 +7191,7 @@
|
|
|
7191
7191
|
}
|
|
7192
7192
|
@media screen and (min-width: 1450px) {
|
|
7193
7193
|
.pf-v6-u-font-weight-normal-on-2xl {
|
|
7194
|
-
font-weight: var(--pf-t--global--font--weight--body) !important;
|
|
7194
|
+
font-weight: var(--pf-t--global--font--weight--body--default) !important;
|
|
7195
7195
|
}
|
|
7196
7196
|
.pf-v6-u-font-weight-bold-on-2xl {
|
|
7197
7197
|
font-weight: var(--pf-t--global--font--weight--body--bold) !important;
|
|
@@ -5159,8 +5159,8 @@
|
|
|
5159
5159
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
5160
5160
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
5161
5161
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
5162
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
5163
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
5162
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
5163
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
5164
5164
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
5165
5165
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
5166
5166
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
|
@@ -5169,8 +5169,10 @@
|
|
|
5169
5169
|
--pf-t--global--font--size--sm: var(--pf-t--global--font--size--200);
|
|
5170
5170
|
--pf-t--global--font--size--xl: var(--pf-t--global--font--size--500);
|
|
5171
5171
|
--pf-t--global--font--size--xs: var(--pf-t--global--font--size--100);
|
|
5172
|
-
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--
|
|
5173
|
-
--pf-t--global--font--weight--
|
|
5172
|
+
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5173
|
+
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--100);
|
|
5174
|
+
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5175
|
+
--pf-t--global--font--weight--heading--default: var(--pf-t--global--font--weight--300);
|
|
5174
5176
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
5175
5177
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
5176
5178
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
@@ -5576,8 +5578,6 @@
|
|
|
5576
5578
|
--pf-t--global--text--color--status--unread--on-default--default: var(--pf-t--global--text--color--inverse);
|
|
5577
5579
|
--pf-t--global--text--color--status--unread--on-default--hover: var(--pf-t--global--text--color--inverse);
|
|
5578
5580
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
5579
|
-
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5580
|
-
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5581
5581
|
--pf-t--global--font--size--heading--xs: var(--pf-t--global--font--size--md);
|
|
5582
5582
|
--pf-t--global--font--size--heading--sm: var(--pf-t--global--font--size--lg);
|
|
5583
5583
|
--pf-t--global--font--size--heading--md: var(--pf-t--global--font--size--xl);
|
package/patternfly-base.css
CHANGED
|
@@ -39,7 +39,7 @@ body) {
|
|
|
39
39
|
:where(body) {
|
|
40
40
|
font-family: var(--pf-t--global--font--family--body);
|
|
41
41
|
font-size: var(--pf-t--global--font--size--body--default);
|
|
42
|
-
font-weight: var(--pf-t--global--font--weight--body);
|
|
42
|
+
font-weight: var(--pf-t--global--font--weight--body--default);
|
|
43
43
|
line-height: var(--pf-t--global--font--line-height--body);
|
|
44
44
|
color: var(--pf-t--global--text--color--regular);
|
|
45
45
|
}
|
|
@@ -51,7 +51,7 @@ h4,
|
|
|
51
51
|
h5,
|
|
52
52
|
h6) {
|
|
53
53
|
font-size: 100%;
|
|
54
|
-
font-weight: var(--pf-t--global--font--weight--body);
|
|
54
|
+
font-weight: var(--pf-t--global--font--weight--body--default);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
:where(ul) {
|
|
@@ -5280,8 +5280,8 @@ button) {
|
|
|
5280
5280
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
5281
5281
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
5282
5282
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
5283
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
5284
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
5283
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
5284
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
5285
5285
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
5286
5286
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
5287
5287
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
|
@@ -5290,8 +5290,10 @@ button) {
|
|
|
5290
5290
|
--pf-t--global--font--size--sm: var(--pf-t--global--font--size--200);
|
|
5291
5291
|
--pf-t--global--font--size--xl: var(--pf-t--global--font--size--500);
|
|
5292
5292
|
--pf-t--global--font--size--xs: var(--pf-t--global--font--size--100);
|
|
5293
|
-
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--
|
|
5294
|
-
--pf-t--global--font--weight--
|
|
5293
|
+
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5294
|
+
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--100);
|
|
5295
|
+
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5296
|
+
--pf-t--global--font--weight--heading--default: var(--pf-t--global--font--weight--300);
|
|
5295
5297
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
5296
5298
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
5297
5299
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
@@ -5697,8 +5699,6 @@ button) {
|
|
|
5697
5699
|
--pf-t--global--text--color--status--unread--on-default--default: var(--pf-t--global--text--color--inverse);
|
|
5698
5700
|
--pf-t--global--text--color--status--unread--on-default--hover: var(--pf-t--global--text--color--inverse);
|
|
5699
5701
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
5700
|
-
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5701
|
-
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5702
5702
|
--pf-t--global--font--size--heading--xs: var(--pf-t--global--font--size--md);
|
|
5703
5703
|
--pf-t--global--font--size--heading--sm: var(--pf-t--global--font--size--lg);
|
|
5704
5704
|
--pf-t--global--font--size--heading--md: var(--pf-t--global--font--size--xl);
|
|
@@ -5160,8 +5160,8 @@
|
|
|
5160
5160
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
5161
5161
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
5162
5162
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
5163
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
5164
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
5163
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
5164
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
5165
5165
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
5166
5166
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
5167
5167
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
|
@@ -5170,8 +5170,10 @@
|
|
|
5170
5170
|
--pf-t--global--font--size--sm: var(--pf-t--global--font--size--200);
|
|
5171
5171
|
--pf-t--global--font--size--xl: var(--pf-t--global--font--size--500);
|
|
5172
5172
|
--pf-t--global--font--size--xs: var(--pf-t--global--font--size--100);
|
|
5173
|
-
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--
|
|
5174
|
-
--pf-t--global--font--weight--
|
|
5173
|
+
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5174
|
+
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--100);
|
|
5175
|
+
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5176
|
+
--pf-t--global--font--weight--heading--default: var(--pf-t--global--font--weight--300);
|
|
5175
5177
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
5176
5178
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
5177
5179
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
@@ -5577,8 +5579,6 @@
|
|
|
5577
5579
|
--pf-t--global--text--color--status--unread--on-default--default: var(--pf-t--global--text--color--inverse);
|
|
5578
5580
|
--pf-t--global--text--color--status--unread--on-default--hover: var(--pf-t--global--text--color--inverse);
|
|
5579
5581
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
5580
|
-
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
|
|
5581
|
-
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
|
|
5582
5582
|
--pf-t--global--font--size--heading--xs: var(--pf-t--global--font--size--md);
|
|
5583
5583
|
--pf-t--global--font--size--heading--sm: var(--pf-t--global--font--size--lg);
|
|
5584
5584
|
--pf-t--global--font--size--heading--md: var(--pf-t--global--font--size--xl);
|
|
@@ -6276,7 +6276,7 @@
|
|
|
6276
6276
|
--pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
6277
6277
|
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--md);
|
|
6278
6278
|
--pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
6279
|
-
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
6279
|
+
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
6280
6280
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
6281
6281
|
--pf-v6-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
|
6282
6282
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
|
@@ -6300,8 +6300,7 @@
|
|
|
6300
6300
|
--pf-v6-c-accordion--m-display-lg__toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
6301
6301
|
--pf-v6-c-accordion--m-display-lg__toggle--FontFamily: var(--pf-t--global--font--family--heading);
|
|
6302
6302
|
--pf-v6-c-accordion--m-display-lg__toggle--FontSize: var(--pf-t--global--font--size--heading--sm);
|
|
6303
|
-
--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6304
|
-
--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
|
6303
|
+
--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
6305
6304
|
--pf-v6-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
6306
6305
|
--pf-v6-c-accordion--m-display-lg__expandable-content--Color: var(--pf-t--global--text--color--regular);
|
|
6307
6306
|
--pf-v6-c-accordion--m-bordered--RowGap: 0;
|
|
@@ -6327,7 +6326,6 @@
|
|
|
6327
6326
|
--pf-v6-c-accordion__toggle--FontFamily: var(--pf-v6-c-accordion--m-display-lg__toggle--FontFamily);
|
|
6328
6327
|
--pf-v6-c-accordion__toggle--FontSize: var(--pf-v6-c-accordion--m-display-lg__toggle--FontSize);
|
|
6329
6328
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight);
|
|
6330
|
-
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
|
6331
6329
|
--pf-v6-c-accordion__expandable-content--FontSize: var(--pf-v6-c-accordion--m-display-lg__expandable-content--FontSize);
|
|
6332
6330
|
--pf-v6-c-accordion__expandable-content--Color: var(--pf-v6-c-accordion--m-display-lg__expandable-content--Color);
|
|
6333
6331
|
}
|
|
@@ -7479,7 +7477,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
7479
7477
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
7480
7478
|
--pf-v6-c-button--Color: var(--pf-t--global--text--color--regular);
|
|
7481
7479
|
--pf-v6-c-button--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
7482
|
-
--pf-v6-c-button--FontWeight: var(--pf-t--global--font--weight--body);
|
|
7480
|
+
--pf-v6-c-button--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
7483
7481
|
--pf-v6-c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
7484
7482
|
--pf-v6-c-button--BackgroundColor: transparent;
|
|
7485
7483
|
--pf-v6-c-button--BorderColor: transparent;
|
|
@@ -8069,7 +8067,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8069
8067
|
--pf-v6-c-calendar-month__days--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
8070
8068
|
--pf-v6-c-calendar-month__days--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
8071
8069
|
--pf-v6-c-calendar-month__day--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
8072
|
-
--pf-v6-c-calendar-month__day--FontWeight: var(--pf-t--global--font--weight--body);
|
|
8070
|
+
--pf-v6-c-calendar-month__day--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
8073
8071
|
--pf-v6-c-calendar-month__day--Color: var(--pf-t--global--text--color--regular);
|
|
8074
8072
|
--pf-v6-c-calendar-month__dates-cell--PaddingBlockStart: 0.125rem;
|
|
8075
8073
|
--pf-v6-c-calendar-month__dates-cell--PaddingInlineEnd: 0.125rem;
|
|
@@ -8274,7 +8272,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8274
8272
|
--pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
8275
8273
|
--pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
8276
8274
|
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
8277
|
-
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
8275
|
+
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
8278
8276
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
8279
8277
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
8280
8278
|
--pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -8592,7 +8590,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8592
8590
|
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
|
8593
8591
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
8594
8592
|
--pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
|
|
8595
|
-
--pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
|
|
8593
|
+
--pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
8596
8594
|
--pf-v6-c-check__label--FontSize: var(--pf-t--global--font--size--body--default);
|
|
8597
8595
|
--pf-v6-c-check__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
8598
8596
|
--pf-v6-c-check__description--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -8998,39 +8996,39 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
8998
8996
|
--pf-v6-c-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
|
8999
8997
|
--pf-v6-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
9000
8998
|
--pf-v6-c-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
9001
|
-
--pf-v6-c-content--FontWeight: var(--pf-t--global--font--weight--body);
|
|
8999
|
+
--pf-v6-c-content--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
9002
9000
|
--pf-v6-c-content--Color: var(--pf-t--global--text--color--regular);
|
|
9003
9001
|
--pf-v6-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
|
|
9004
9002
|
--pf-v6-c-content--h1--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9005
9003
|
--pf-v6-c-content--h1--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9006
9004
|
--pf-v6-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9007
9005
|
--pf-v6-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--h1);
|
|
9008
|
-
--pf-v6-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9006
|
+
--pf-v6-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9009
9007
|
--pf-v6-c-content--h2--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9010
9008
|
--pf-v6-c-content--h2--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9011
9009
|
--pf-v6-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9012
9010
|
--pf-v6-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--h2);
|
|
9013
|
-
--pf-v6-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9011
|
+
--pf-v6-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9014
9012
|
--pf-v6-c-content--h3--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9015
9013
|
--pf-v6-c-content--h3--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9016
9014
|
--pf-v6-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9017
9015
|
--pf-v6-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--h3);
|
|
9018
|
-
--pf-v6-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9016
|
+
--pf-v6-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9019
9017
|
--pf-v6-c-content--h4--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9020
9018
|
--pf-v6-c-content--h4--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9021
9019
|
--pf-v6-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9022
9020
|
--pf-v6-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--h4);
|
|
9023
|
-
--pf-v6-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9021
|
+
--pf-v6-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9024
9022
|
--pf-v6-c-content--h5--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9025
9023
|
--pf-v6-c-content--h5--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9026
9024
|
--pf-v6-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9027
9025
|
--pf-v6-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--h5);
|
|
9028
|
-
--pf-v6-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9026
|
+
--pf-v6-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9029
9027
|
--pf-v6-c-content--h6--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
9030
9028
|
--pf-v6-c-content--h6--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9031
9029
|
--pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
9032
9030
|
--pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
|
|
9033
|
-
--pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
9031
|
+
--pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
9034
9032
|
--pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
|
9035
9033
|
--pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
9036
9034
|
--pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -12039,7 +12037,7 @@ ul) {
|
|
|
12039
12037
|
--pf-v6-c-empty-state--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
|
12040
12038
|
--pf-v6-c-empty-state__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
12041
12039
|
--pf-v6-c-empty-state__title-text--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
12042
|
-
--pf-v6-c-empty-state__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
12040
|
+
--pf-v6-c-empty-state__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
12043
12041
|
--pf-v6-c-empty-state__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
12044
12042
|
--pf-v6-c-empty-state--m-xs__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
12045
12043
|
--pf-v6-c-empty-state--m-xl__title-text--FontSize: var(--pf-t--global--font--size--heading--2xl);
|
|
@@ -12393,7 +12391,7 @@ ul) {
|
|
|
12393
12391
|
--pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
12394
12392
|
--pf-v6-c-form__section--Gap: var(--pf-t--global--spacer--md);
|
|
12395
12393
|
--pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
12396
|
-
--pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
12394
|
+
--pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
12397
12395
|
--pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
12398
12396
|
--pf-v6-c-form__field-group--border-width-base: var(--pf-t--global--border--width--divider--default);
|
|
12399
12397
|
--pf-v6-c-form__field-group--BorderBlockStartWidth: var(--pf-v6-c-form__field-group--border-width-base);
|
|
@@ -13218,7 +13216,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
13218
13216
|
--pf-v6-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
13219
13217
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
13220
13218
|
--pf-v6-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
13221
|
-
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
13219
|
+
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
13222
13220
|
--pf-v6-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
13223
13221
|
--pf-v6-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
13224
13222
|
--pf-v6-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
@@ -15374,7 +15372,7 @@ ul.pf-v6-c-list {
|
|
|
15374
15372
|
--pf-v6-c-menu__item--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
15375
15373
|
--pf-v6-c-menu__item--FontSize: var(--pf-t--global--font--size--body--default);
|
|
15376
15374
|
--pf-v6-c-menu__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
15377
|
-
--pf-v6-c-menu__item--FontWeight: var(--pf-t--global--font--weight--body);
|
|
15375
|
+
--pf-v6-c-menu__item--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
15378
15376
|
--pf-v6-c-menu__item--Color: var(--pf-t--global--text--color--regular);
|
|
15379
15377
|
--pf-v6-c-menu__item--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
15380
15378
|
--pf-v6-c-menu__item--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -16333,7 +16331,7 @@ ul.pf-v6-c-list {
|
|
|
16333
16331
|
--pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
|
|
16334
16332
|
--pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
16335
16333
|
--pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
16336
|
-
--pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
16334
|
+
--pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
16337
16335
|
--pf-v6-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
16338
16336
|
--pf-v6-c-modal-box__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
16339
16337
|
--pf-v6-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -16531,7 +16529,7 @@ ul.pf-v6-c-list {
|
|
|
16531
16529
|
--pf-v6-c-multiple-file-upload__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
16532
16530
|
--pf-v6-c-multiple-file-upload__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
16533
16531
|
--pf-v6-c-multiple-file-upload__title-text--FontSize: var(--pf-t--global--font--size--heading--sm);
|
|
16534
|
-
--pf-v6-c-multiple-file-upload__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
16532
|
+
--pf-v6-c-multiple-file-upload__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
16535
16533
|
--pf-v6-c-multiple-file-upload__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16536
16534
|
--pf-v6-c-multiple-file-upload__title-icon--FontSize: var(--pf-t--global--icon--size--xl);
|
|
16537
16535
|
--pf-v6-c-multiple-file-upload__title-text-separator--Display: block;
|
|
@@ -16540,7 +16538,7 @@ ul.pf-v6-c-list {
|
|
|
16540
16538
|
--pf-v6-c-multiple-file-upload__title-text-separator--Color: var(--pf-t--global--text--color--regular);
|
|
16541
16539
|
--pf-v6-c-multiple-file-upload__title-text-separator--FontFamily: var(--pf-t--global--font--family--body);
|
|
16542
16540
|
--pf-v6-c-multiple-file-upload__title-text-separator--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
16543
|
-
--pf-v6-c-multiple-file-upload__title-text-separator--FontWeight: var(--pf-t--global--font--weight--body);
|
|
16541
|
+
--pf-v6-c-multiple-file-upload__title-text-separator--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
16544
16542
|
--pf-v6-c-multiple-file-upload__info--FontSize: var(--pf-t--global--font--size--body--default);
|
|
16545
16543
|
--pf-v6-c-multiple-file-upload__info--Color: var(--pf-t--global--text--color--subtle);
|
|
16546
16544
|
--pf-v6-c-multiple-file-upload__info--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
@@ -16562,7 +16560,7 @@ ul.pf-v6-c-list {
|
|
|
16562
16560
|
--pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--MarginBlockStart: 0;
|
|
16563
16561
|
--pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontFamily: var(--pf-t--global--font--family--heading);
|
|
16564
16562
|
--pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
16565
|
-
--pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
16563
|
+
--pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
16566
16564
|
--pf-v6-c-multiple-file-upload--m-horizontal__info--MarginBlockStart: 0;
|
|
16567
16565
|
--pf-v6-c-multiple-file-upload__status--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
16568
16566
|
--pf-v6-c-multiple-file-upload__status--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -16732,7 +16730,7 @@ ul.pf-v6-c-list {
|
|
|
16732
16730
|
--pf-v6-c-nav--ColumnGap: 0;
|
|
16733
16731
|
--pf-v6-c-nav--AlignItems: baseline;
|
|
16734
16732
|
--pf-v6-c-nav--FontSize: var(--pf-t--global--font--size--body--default);
|
|
16735
|
-
--pf-v6-c-nav--FontWeight: var(--pf-t--global--font--weight--body);
|
|
16733
|
+
--pf-v6-c-nav--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
16736
16734
|
--pf-v6-c-nav--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
16737
16735
|
--pf-v6-c-nav--OutlineOffset: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
16738
16736
|
--pf-v6-c-nav--BackgroundColor: transparent;
|
|
@@ -17108,7 +17106,7 @@ ul.pf-v6-c-list {
|
|
|
17108
17106
|
--pf-v6-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
17109
17107
|
--pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--z-index--sm);
|
|
17110
17108
|
--pf-v6-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
17111
|
-
--pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--
|
|
17109
|
+
--pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
17112
17110
|
--pf-v6-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
17113
17111
|
--pf-v6-c-notification-drawer__header-title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
17114
17112
|
--pf-v6-c-notification-drawer__header-status--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
@@ -17436,7 +17434,7 @@ ul.pf-v6-c-list {
|
|
|
17436
17434
|
--pf-v6-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
17437
17435
|
--pf-v6-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
17438
17436
|
--pf-v6-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
17439
|
-
--pf-v6-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
17437
|
+
--pf-v6-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
17440
17438
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0;
|
|
17441
17439
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
|
|
17442
17440
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
|
|
@@ -19026,7 +19024,7 @@ ul.pf-v6-c-list {
|
|
|
19026
19024
|
--pf-v6-c-progress-stepper__step-title--Color: var(--pf-t--global--text--color--regular);
|
|
19027
19025
|
--pf-v6-c-progress-stepper__step-title--TextAlign: start;
|
|
19028
19026
|
--pf-v6-c-progress-stepper__step-title--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
19029
|
-
--pf-v6-c-progress-stepper__step-title--FontWeight: var(--pf-t--global--font--weight--body);
|
|
19027
|
+
--pf-v6-c-progress-stepper__step-title--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
19030
19028
|
--pf-v6-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
19031
19029
|
--pf-v6-c-progress-stepper__step--m-current__step-title--Color: var(--pf-t--global--text--color--regular);
|
|
19032
19030
|
--pf-v6-c-progress-stepper__step--m-pending__step-title--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -19560,7 +19558,7 @@ ul.pf-v6-c-list {
|
|
|
19560
19558
|
--pf-v6-c-radio--Height: calc(var(--pf-v6-c-radio__label--FontSize) * var(--pf-v6-c-radio__label--LineHeight));
|
|
19561
19559
|
--pf-v6-c-radio__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
19562
19560
|
--pf-v6-c-radio__label--Color: var(--pf-t--global--text--color--regular);
|
|
19563
|
-
--pf-v6-c-radio__label--FontWeight: var(--pf-t--global--font--weight--body);
|
|
19561
|
+
--pf-v6-c-radio__label--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
19564
19562
|
--pf-v6-c-radio__label--FontSize: var(--pf-t--global--font--size--body--default);
|
|
19565
19563
|
--pf-v6-c-radio__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
19566
19564
|
--pf-v6-c-radio__description--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -22314,7 +22312,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22314
22312
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
|
|
22315
22313
|
--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
22316
22314
|
--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
22317
|
-
--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
22315
|
+
--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
22318
22316
|
--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
22319
22317
|
--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
22320
22318
|
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
|
|
@@ -25199,40 +25197,40 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25199
25197
|
--pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
25200
25198
|
--pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25201
25199
|
--pf-v6-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
|
|
25202
|
-
--pf-v6-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25200
|
+
--pf-v6-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25203
25201
|
--pf-v6-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25204
25202
|
--pf-v6-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
|
|
25205
|
-
--pf-v6-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25203
|
+
--pf-v6-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25206
25204
|
--pf-v6-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25207
25205
|
--pf-v6-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
|
|
25208
|
-
--pf-v6-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25206
|
+
--pf-v6-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25209
25207
|
--pf-v6-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25210
25208
|
--pf-v6-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
25211
|
-
--pf-v6-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25209
|
+
--pf-v6-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25212
25210
|
--pf-v6-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25213
25211
|
--pf-v6-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
|
|
25214
|
-
--pf-v6-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25212
|
+
--pf-v6-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25215
25213
|
--pf-v6-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25216
25214
|
--pf-v6-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
25217
|
-
--pf-v6-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25215
|
+
--pf-v6-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25218
25216
|
--pf-v6-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25219
25217
|
--pf-v6-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--h1);
|
|
25220
|
-
--pf-v6-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25218
|
+
--pf-v6-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25221
25219
|
--pf-v6-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25222
25220
|
--pf-v6-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--h2);
|
|
25223
|
-
--pf-v6-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25221
|
+
--pf-v6-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25224
25222
|
--pf-v6-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25225
25223
|
--pf-v6-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--h3);
|
|
25226
|
-
--pf-v6-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25224
|
+
--pf-v6-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25227
25225
|
--pf-v6-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25228
25226
|
--pf-v6-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--h4);
|
|
25229
|
-
--pf-v6-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25227
|
+
--pf-v6-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25230
25228
|
--pf-v6-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25231
25229
|
--pf-v6-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--h5);
|
|
25232
|
-
--pf-v6-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25230
|
+
--pf-v6-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25233
25231
|
--pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
25234
25232
|
--pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
|
|
25235
|
-
--pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
25233
|
+
--pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
25236
25234
|
}
|
|
25237
25235
|
|
|
25238
25236
|
.pf-v6-c-title {
|
|
@@ -27999,7 +27997,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
27999
27997
|
--pf-v6-c-wizard__title--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
28000
27998
|
--pf-v6-c-wizard__title-text--FontSize: var(--pf-t--global--font--size--3xl);
|
|
28001
27999
|
--pf-v6-c-wizard__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
28002
|
-
--pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
28000
|
+
--pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
28003
28001
|
--pf-v6-c-wizard__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
28004
28002
|
--pf-v6-c-wizard__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
28005
28003
|
--pf-v6-c-wizard__description--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -28488,7 +28486,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
28488
28486
|
--pf-v6-l-flex--m-row--AlignItems: baseline;
|
|
28489
28487
|
--pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
|
|
28490
28488
|
--pf-v6-l-flex--item--Order: 0;
|
|
28491
|
-
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--
|
|
28489
|
+
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
|
|
28492
28490
|
--pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
|
|
28493
28491
|
--pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
|
|
28494
28492
|
--pf-v6-l-flex--ColumnGap: 0;
|
|
@@ -30863,7 +30861,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
30863
30861
|
}
|
|
30864
30862
|
|
|
30865
30863
|
:where(:root, .pf-v6-l-gallery) {
|
|
30866
|
-
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
30864
|
+
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
30867
30865
|
--pf-v6-l-gallery--GridTemplateColumns--min: 250px;
|
|
30868
30866
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
30869
30867
|
--pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
|
|
@@ -30934,7 +30932,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
30934
30932
|
}
|
|
30935
30933
|
|
|
30936
30934
|
:where(:root, .pf-v6-l-grid) {
|
|
30937
|
-
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
30935
|
+
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
30938
30936
|
--pf-v6-l-grid__item--GridColumnStart: auto;
|
|
30939
30937
|
--pf-v6-l-grid__item--GridColumnEnd: span 12;
|
|
30940
30938
|
--pf-v6-l-grid--item--Order: 0;
|
|
@@ -31871,7 +31869,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31871
31869
|
}
|
|
31872
31870
|
|
|
31873
31871
|
:where(:root, .pf-v6-l-level) {
|
|
31874
|
-
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31872
|
+
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31875
31873
|
}
|
|
31876
31874
|
|
|
31877
31875
|
.pf-v6-l-level {
|
|
@@ -31885,7 +31883,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31885
31883
|
}
|
|
31886
31884
|
|
|
31887
31885
|
:where(:root, .pf-v6-l-split) {
|
|
31888
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31886
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31889
31887
|
}
|
|
31890
31888
|
|
|
31891
31889
|
.pf-v6-l-split {
|
|
@@ -31906,7 +31904,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31906
31904
|
}
|
|
31907
31905
|
|
|
31908
31906
|
:where(:root, .pf-v6-l-stack) {
|
|
31909
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31907
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31910
31908
|
}
|
|
31911
31909
|
|
|
31912
31910
|
.pf-v6-l-stack {
|