@patternfly/patternfly 6.0.0-alpha.187 → 6.0.0-alpha.188
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/patternfly-variables.css +2 -2
- 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 +3 -3
- package/base/tokens/tokens-palette.scss +1 -1
- 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-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +8 -8
- package/patternfly.css +8 -8
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
306
306
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
307
307
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
308
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
309
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
308
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
309
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
310
310
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
311
311
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
312
312
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 11 Jul 2024 17:07:32 GMT
|
|
4
4
|
|
|
5
5
|
@mixin pf-v6-tokens {
|
|
6
6
|
--pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
|
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
241
241
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
242
242
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
243
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
244
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
243
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
244
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
245
245
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
246
246
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
247
247
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
package/layouts/Flex/flex.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--pf-v6-l-flex--m-row--AlignItems: baseline;
|
|
6
6
|
--pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
|
|
7
7
|
--pf-v6-l-flex--item--Order: 0;
|
|
8
|
-
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--
|
|
8
|
+
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
|
|
9
9
|
--pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
|
|
10
10
|
--pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
|
|
11
11
|
--pf-v6-l-flex--ColumnGap: 0;
|
package/layouts/Flex/flex.scss
CHANGED
|
@@ -13,7 +13,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
13
13
|
--#{$flex}--m-row--AlignItems: baseline;
|
|
14
14
|
--#{$flex}--m-row-reverse--AlignItems: baseline;
|
|
15
15
|
--#{$flex}--item--Order: 0;
|
|
16
|
-
--#{$flex}--spacer--column--base: var(--pf-t--global--spacer--
|
|
16
|
+
--#{$flex}--spacer--column--base: var(--pf-t--global--spacer--gutter--default); // default spacer/gap for columns
|
|
17
17
|
--#{$flex}--spacer--row--base: var(--pf-t--global--spacer--sm); // default spacer/gap for rows
|
|
18
18
|
--#{$flex}--RowGap: var(--#{$flex}--spacer--row--base);
|
|
19
19
|
--#{$flex}--ColumnGap: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:where(:root, .pf-v6-l-gallery) {
|
|
2
|
-
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
2
|
+
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
3
3
|
--pf-v6-l-gallery--GridTemplateColumns--min: 250px;
|
|
4
4
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
5
5
|
--pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
$pf-v6-l-gallery--breakpoint-map: build-breakpoint-map();
|
|
4
4
|
|
|
5
5
|
:where(:root, .#{$gallery}) {
|
|
6
|
-
--#{$gallery}--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
6
|
+
--#{$gallery}--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
7
7
|
--#{$gallery}--GridTemplateColumns--min: 250px;
|
|
8
8
|
--#{$gallery}--GridTemplateColumns--minmax--min: var(--#{$gallery}--GridTemplateColumns--min);
|
|
9
9
|
--#{$gallery}--GridTemplateColumns--max: 1fr;
|
package/layouts/Grid/grid.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:where(:root, .pf-v6-l-grid) {
|
|
2
|
-
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
2
|
+
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
3
3
|
--pf-v6-l-grid__item--GridColumnStart: auto;
|
|
4
4
|
--pf-v6-l-grid__item--GridColumnEnd: span 12;
|
|
5
5
|
--pf-v6-l-grid--item--Order: 0;
|
package/layouts/Grid/grid.scss
CHANGED
|
@@ -42,7 +42,7 @@ $pf-v6-l-grid--breakpoint-map: build-breakpoint-map(); // currently only used fo
|
|
|
42
42
|
|
|
43
43
|
// Grid base
|
|
44
44
|
:where(:root, .#{$grid}) {
|
|
45
|
-
--#{$grid}--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
45
|
+
--#{$grid}--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
46
46
|
--#{$grid}__item--GridColumnStart: auto;
|
|
47
47
|
--#{$grid}__item--GridColumnEnd: span 12;
|
|
48
48
|
--#{$grid}--item--Order: 0;
|
package/layouts/Level/level.css
CHANGED
package/layouts/Level/level.scss
CHANGED
package/layouts/Split/split.css
CHANGED
package/layouts/Split/split.scss
CHANGED
package/layouts/Stack/stack.css
CHANGED
package/layouts/Stack/stack.scss
CHANGED
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.188",
|
|
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
|
}
|
|
@@ -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);
|
package/patternfly-base.css
CHANGED
|
@@ -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);
|
|
@@ -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);
|
|
@@ -28488,7 +28488,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
28488
28488
|
--pf-v6-l-flex--m-row--AlignItems: baseline;
|
|
28489
28489
|
--pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
|
|
28490
28490
|
--pf-v6-l-flex--item--Order: 0;
|
|
28491
|
-
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--
|
|
28491
|
+
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
|
|
28492
28492
|
--pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
|
|
28493
28493
|
--pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
|
|
28494
28494
|
--pf-v6-l-flex--ColumnGap: 0;
|
|
@@ -30863,7 +30863,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
30863
30863
|
}
|
|
30864
30864
|
|
|
30865
30865
|
:where(:root, .pf-v6-l-gallery) {
|
|
30866
|
-
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
30866
|
+
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
30867
30867
|
--pf-v6-l-gallery--GridTemplateColumns--min: 250px;
|
|
30868
30868
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
30869
30869
|
--pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
|
|
@@ -30934,7 +30934,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
30934
30934
|
}
|
|
30935
30935
|
|
|
30936
30936
|
:where(:root, .pf-v6-l-grid) {
|
|
30937
|
-
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
30937
|
+
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
30938
30938
|
--pf-v6-l-grid__item--GridColumnStart: auto;
|
|
30939
30939
|
--pf-v6-l-grid__item--GridColumnEnd: span 12;
|
|
30940
30940
|
--pf-v6-l-grid--item--Order: 0;
|
|
@@ -31871,7 +31871,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31871
31871
|
}
|
|
31872
31872
|
|
|
31873
31873
|
:where(:root, .pf-v6-l-level) {
|
|
31874
|
-
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31874
|
+
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31875
31875
|
}
|
|
31876
31876
|
|
|
31877
31877
|
.pf-v6-l-level {
|
|
@@ -31885,7 +31885,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31885
31885
|
}
|
|
31886
31886
|
|
|
31887
31887
|
:where(:root, .pf-v6-l-split) {
|
|
31888
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31888
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31889
31889
|
}
|
|
31890
31890
|
|
|
31891
31891
|
.pf-v6-l-split {
|
|
@@ -31906,7 +31906,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31906
31906
|
}
|
|
31907
31907
|
|
|
31908
31908
|
:where(:root, .pf-v6-l-stack) {
|
|
31909
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31909
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31910
31910
|
}
|
|
31911
31911
|
|
|
31912
31912
|
.pf-v6-l-stack {
|
package/patternfly.css
CHANGED
|
@@ -5281,8 +5281,8 @@ button) {
|
|
|
5281
5281
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
5282
5282
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
5283
5283
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
5284
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
5285
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
5284
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
5285
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
5286
5286
|
--pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
|
|
5287
5287
|
--pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
|
|
5288
5288
|
--pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
|
|
@@ -28609,7 +28609,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
28609
28609
|
--pf-v6-l-flex--m-row--AlignItems: baseline;
|
|
28610
28610
|
--pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
|
|
28611
28611
|
--pf-v6-l-flex--item--Order: 0;
|
|
28612
|
-
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--
|
|
28612
|
+
--pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
|
|
28613
28613
|
--pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
|
|
28614
28614
|
--pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
|
|
28615
28615
|
--pf-v6-l-flex--ColumnGap: 0;
|
|
@@ -30984,7 +30984,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
30984
30984
|
}
|
|
30985
30985
|
|
|
30986
30986
|
:where(:root, .pf-v6-l-gallery) {
|
|
30987
|
-
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
30987
|
+
--pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
30988
30988
|
--pf-v6-l-gallery--GridTemplateColumns--min: 250px;
|
|
30989
30989
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
30990
30990
|
--pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
|
|
@@ -31055,7 +31055,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31055
31055
|
}
|
|
31056
31056
|
|
|
31057
31057
|
:where(:root, .pf-v6-l-grid) {
|
|
31058
|
-
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--
|
|
31058
|
+
--pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
|
|
31059
31059
|
--pf-v6-l-grid__item--GridColumnStart: auto;
|
|
31060
31060
|
--pf-v6-l-grid__item--GridColumnEnd: span 12;
|
|
31061
31061
|
--pf-v6-l-grid--item--Order: 0;
|
|
@@ -31992,7 +31992,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
31992
31992
|
}
|
|
31993
31993
|
|
|
31994
31994
|
:where(:root, .pf-v6-l-level) {
|
|
31995
|
-
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
31995
|
+
--pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
31996
31996
|
}
|
|
31997
31997
|
|
|
31998
31998
|
.pf-v6-l-level {
|
|
@@ -32006,7 +32006,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32006
32006
|
}
|
|
32007
32007
|
|
|
32008
32008
|
:where(:root, .pf-v6-l-split) {
|
|
32009
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
32009
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
32010
32010
|
}
|
|
32011
32011
|
|
|
32012
32012
|
.pf-v6-l-split {
|
|
@@ -32027,7 +32027,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
32027
32027
|
}
|
|
32028
32028
|
|
|
32029
32029
|
:where(:root, .pf-v6-l-stack) {
|
|
32030
|
-
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--
|
|
32030
|
+
--pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
|
|
32031
32031
|
}
|
|
32032
32032
|
|
|
32033
32033
|
.pf-v6-l-stack {
|