@patternfly/patternfly 6.5.0-prerelease.55 → 6.5.0-prerelease.57
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 +364 -3736
- package/base/tokens/tokens-dark.scss +2 -2
- package/base/tokens/tokens-default.scss +1 -2
- package/base/tokens/tokens-glass-dark.scss +2 -2
- package/base/tokens/tokens-glass.scss +1 -1
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-dark.scss +2 -425
- package/base/tokens/tokens-redhat-glass-dark.scss +3 -407
- package/base/tokens/tokens-redhat-glass.scss +2 -731
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +3 -397
- package/base/tokens/tokens-redhat-highcontrast.scss +2 -633
- package/base/tokens/tokens-redhat.scss +2 -786
- package/components/Button/button.css +2 -2
- package/components/Button/button.scss +3 -2
- package/components/JumpLinks/jump-links.css +11 -1
- package/components/JumpLinks/jump-links.scss +11 -1
- package/components/MenuToggle/menu-toggle.css +1 -2
- package/components/MenuToggle/menu-toggle.scss +1 -2
- package/components/_index.css +14 -5
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +364 -3736
- package/patternfly-base.css +364 -3736
- package/patternfly-no-globals.css +377 -3740
- package/patternfly.css +377 -3740
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -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);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--#{$button}--AlignItems: baseline;
|
|
6
6
|
--#{$button}--JustifyContent: center;
|
|
7
7
|
--#{$button}--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
8
|
-
--#{$button}--MinWidth:
|
|
8
|
+
--#{$button}--MinWidth: calc(1lh + var(--#{$button}--PaddingBlockStart) + var(--#{$button}--PaddingBlockEnd));
|
|
9
9
|
--#{$button}--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
|
10
10
|
--#{$button}--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
11
11
|
--#{$button}--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
@@ -868,6 +868,8 @@
|
|
|
868
868
|
|
|
869
869
|
&.pf-m-circle {
|
|
870
870
|
--#{$button}--BorderRadius: var(--#{$button}--m-circle--BorderRadius);
|
|
871
|
+
|
|
872
|
+
padding-inline: 0;
|
|
871
873
|
}
|
|
872
874
|
|
|
873
875
|
&:hover,
|
|
@@ -997,7 +999,6 @@
|
|
|
997
999
|
}
|
|
998
1000
|
|
|
999
1001
|
.#{$button}__icon {
|
|
1000
|
-
min-width: 1lh;
|
|
1001
1002
|
margin-inline-start: var(--#{$button}__icon--MarginInlineStart);
|
|
1002
1003
|
margin-inline-end: var(--#{$button}__icon--MarginInlineEnd);
|
|
1003
1004
|
color: var(--#{$button}__icon--Color);
|
|
@@ -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 {
|
|
@@ -35,14 +35,19 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
35
35
|
--#{$jump-links}__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
36
36
|
|
|
37
37
|
// before
|
|
38
|
+
--#{$jump-links}__link--before--Height: var(--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth);
|
|
39
|
+
--#{$jump-links}__link--before--Width: auto;
|
|
38
40
|
--#{$jump-links}__link--before--BorderBlockStartWidth: 0;
|
|
39
41
|
--#{$jump-links}__link--before--BorderInlineEndWidth: 0;
|
|
40
42
|
--#{$jump-links}__link--before--BorderBlockEndWidth: 0;
|
|
41
43
|
--#{$jump-links}__link--before--BorderInlineStartWidth: 0;
|
|
42
44
|
--#{$jump-links}__link--before--BorderColor: transparent;
|
|
45
|
+
--#{$jump-links}__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
43
46
|
--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
44
47
|
--#{$jump-links}__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
45
|
-
--#{$jump-links}__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
48
|
+
--#{$jump-links}__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
49
|
+
--#{$jump-links}--m-vertical__link--before--Height: auto;
|
|
50
|
+
--#{$jump-links}--m-vertical__link--before--Width: var(--#{$jump-links}__item--m-current__link--before--BorderInlineStartWidth);
|
|
46
51
|
--#{$jump-links}--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
47
52
|
--#{$jump-links}--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
48
53
|
|
|
@@ -85,6 +90,8 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
85
90
|
--#{$jump-links}__list--PaddingInlineEnd: var(--#{$jump-links}--m-vertical__list--PaddingInlineEnd);
|
|
86
91
|
--#{$jump-links}__list--PaddingBlockEnd: var(--#{$jump-links}--m-vertical__list--PaddingBlockEnd);
|
|
87
92
|
--#{$jump-links}__list--PaddingInlineStart: var(--#{$jump-links}--m-vertical__list--PaddingInlineStart);
|
|
93
|
+
--#{$jump-links}__link--before--Width: var(--#{$jump-links}--m-vertical__link--before--Width);
|
|
94
|
+
--#{$jump-links}__link--before--Height: var(--#{$jump-links}--m-vertical__link--before--Height);
|
|
88
95
|
--#{$jump-links}__list--before--BorderBlockStartWidth: var(--#{$jump-links}--m-vertical__list--before--BorderBlockStartWidth);
|
|
89
96
|
--#{$jump-links}__list--before--BorderInlineStartWidth: var(--#{$jump-links}--m-vertical__list--before--BorderInlineStartWidth);
|
|
90
97
|
--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth: var(--#{$jump-links}--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -174,6 +181,8 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
174
181
|
&::before {
|
|
175
182
|
position: absolute;
|
|
176
183
|
inset: 0;
|
|
184
|
+
width: var(--#{$jump-links}__link--before--Width);
|
|
185
|
+
height: var(--#{$jump-links}__link--before--Height);
|
|
177
186
|
pointer-events: none;
|
|
178
187
|
content: "";
|
|
179
188
|
border-color: var(--#{$jump-links}__link--before--BorderColor);
|
|
@@ -182,6 +191,7 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
182
191
|
border-block-end-width: var(--#{$jump-links}__link--before--BorderBlockEndWidth);
|
|
183
192
|
border-inline-start-width: var(--#{$jump-links}__link--before--BorderInlineStartWidth);
|
|
184
193
|
border-inline-end-width: var(--#{$jump-links}__link--before--BorderInlineEndWidth);
|
|
194
|
+
border-radius: var(--#{$jump-links}__link--before--BorderRadius);
|
|
185
195
|
}
|
|
186
196
|
}
|
|
187
197
|
|
|
@@ -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);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
--#{$menu-toggle}--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
|
|
7
7
|
--#{$menu-toggle}--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
8
8
|
--#{$menu-toggle}--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
|
|
9
|
-
--#{$menu-toggle}--MinWidth:
|
|
9
|
+
--#{$menu-toggle}--MinWidth: calc(1lh + var(--#{$menu-toggle}--PaddingBlockStart) + var(--#{$menu-toggle}--PaddingBlockEnd));
|
|
10
10
|
--#{$menu-toggle}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
11
11
|
--#{$menu-toggle}--Color: var(--pf-t--global--text--color--regular);
|
|
12
12
|
--#{$menu-toggle}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -642,7 +642,6 @@
|
|
|
642
642
|
|
|
643
643
|
.#{$menu-toggle}__icon {
|
|
644
644
|
flex-shrink: 0;
|
|
645
|
-
min-width: 1lh;
|
|
646
645
|
transition-delay: var(--#{$menu-toggle}__icon--TransitionDelay);
|
|
647
646
|
transition-duration: var(--#{$menu-toggle}__icon--TransitionDuration);
|
|
648
647
|
transition-property: var(--#{$menu-toggle}__icon--TransitionProperty);
|
package/components/_index.css
CHANGED
|
@@ -1615,7 +1615,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1615
1615
|
--pf-v6-c-button--AlignItems: baseline;
|
|
1616
1616
|
--pf-v6-c-button--JustifyContent: center;
|
|
1617
1617
|
--pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1618
|
-
--pf-v6-c-button--MinWidth:
|
|
1618
|
+
--pf-v6-c-button--MinWidth: calc(1lh + var(--pf-v6-c-button--PaddingBlockStart) + var(--pf-v6-c-button--PaddingBlockEnd));
|
|
1619
1619
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
|
1620
1620
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
1621
1621
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
@@ -2377,6 +2377,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2377
2377
|
}
|
|
2378
2378
|
.pf-v6-c-button.pf-m-circle {
|
|
2379
2379
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-circle--BorderRadius);
|
|
2380
|
+
padding-inline: 0;
|
|
2380
2381
|
}
|
|
2381
2382
|
.pf-v6-c-button:hover, .pf-v6-c-button:focus {
|
|
2382
2383
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
|
|
@@ -2477,7 +2478,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2477
2478
|
}
|
|
2478
2479
|
|
|
2479
2480
|
.pf-v6-c-button__icon {
|
|
2480
|
-
min-width: 1lh;
|
|
2481
2481
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
2482
2482
|
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
2483
2483
|
color: var(--pf-v6-c-button__icon--Color);
|
|
@@ -9197,14 +9197,19 @@ label.pf-v6-c-input-group__text {
|
|
|
9197
9197
|
--pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9198
9198
|
--pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9199
9199
|
--pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
9200
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
|
|
9201
|
+
--pf-v6-c-jump-links__link--before--Width: auto;
|
|
9200
9202
|
--pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
|
|
9201
9203
|
--pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
|
|
9202
9204
|
--pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
|
|
9203
9205
|
--pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
|
|
9204
9206
|
--pf-v6-c-jump-links__link--before--BorderColor: transparent;
|
|
9207
|
+
--pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
9205
9208
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
9206
9209
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
9207
|
-
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
9210
|
+
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
9211
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
|
|
9212
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
|
|
9208
9213
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
9209
9214
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
9210
9215
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -9236,6 +9241,8 @@ label.pf-v6-c-input-group__text {
|
|
|
9236
9241
|
--pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
|
|
9237
9242
|
--pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
|
|
9238
9243
|
--pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
|
|
9244
|
+
--pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
|
|
9245
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
|
|
9239
9246
|
--pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
|
|
9240
9247
|
--pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
|
|
9241
9248
|
--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);
|
|
@@ -9366,6 +9373,8 @@ label.pf-v6-c-input-group__text {
|
|
|
9366
9373
|
.pf-v6-c-jump-links__link::before {
|
|
9367
9374
|
position: absolute;
|
|
9368
9375
|
inset: 0;
|
|
9376
|
+
width: var(--pf-v6-c-jump-links__link--before--Width);
|
|
9377
|
+
height: var(--pf-v6-c-jump-links__link--before--Height);
|
|
9369
9378
|
pointer-events: none;
|
|
9370
9379
|
content: "";
|
|
9371
9380
|
border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
|
|
@@ -9374,6 +9383,7 @@ label.pf-v6-c-input-group__text {
|
|
|
9374
9383
|
border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
|
|
9375
9384
|
border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
|
|
9376
9385
|
border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
|
|
9386
|
+
border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
|
|
9377
9387
|
}
|
|
9378
9388
|
|
|
9379
9389
|
.pf-v6-c-jump-links__item {
|
|
@@ -11696,7 +11706,7 @@ ul.pf-v6-c-list {
|
|
|
11696
11706
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
|
|
11697
11707
|
--pf-v6-c-menu-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
11698
11708
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
|
|
11699
|
-
--pf-v6-c-menu-toggle--MinWidth:
|
|
11709
|
+
--pf-v6-c-menu-toggle--MinWidth: calc(1lh + var(--pf-v6-c-menu-toggle--PaddingBlockStart) + var(--pf-v6-c-menu-toggle--PaddingBlockEnd));
|
|
11700
11710
|
--pf-v6-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
|
|
11701
11711
|
--pf-v6-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
|
|
11702
11712
|
--pf-v6-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -12211,7 +12221,6 @@ ul.pf-v6-c-list {
|
|
|
12211
12221
|
|
|
12212
12222
|
.pf-v6-c-menu-toggle__icon {
|
|
12213
12223
|
flex-shrink: 0;
|
|
12214
|
-
min-width: 1lh;
|
|
12215
12224
|
transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
|
|
12216
12225
|
transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
|
|
12217
12226
|
transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
|
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.5.0-prerelease.
|
|
4
|
+
"version": "6.5.0-prerelease.57",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@commitlint/config-conventional": "^19.1.0",
|
|
50
50
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
51
51
|
"@octokit/rest": "^20.1.0",
|
|
52
|
-
"@patternfly/documentation-framework": "6.36.
|
|
52
|
+
"@patternfly/documentation-framework": "6.36.7",
|
|
53
53
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
54
54
|
"@patternfly/react-code-editor": "6.4.1",
|
|
55
55
|
"@patternfly/react-core": "6.4.1",
|