@patternfly/patternfly 6.5.0-prerelease.56 → 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.
@@ -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--border--color--clicked);
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--border--color--clicked);
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
 
@@ -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--border--color--clicked);
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 {
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.56",
4
+ "version": "6.5.0-prerelease.57",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -18338,14 +18338,19 @@ label.pf-v6-c-input-group__text {
18338
18338
  --pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
18339
18339
  --pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
18340
18340
  --pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
18341
+ --pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
18342
+ --pf-v6-c-jump-links__link--before--Width: auto;
18341
18343
  --pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
18342
18344
  --pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
18343
18345
  --pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
18344
18346
  --pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
18345
18347
  --pf-v6-c-jump-links__link--before--BorderColor: transparent;
18348
+ --pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
18346
18349
  --pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
18347
18350
  --pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
18348
- --pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--border--color--clicked);
18351
+ --pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
18352
+ --pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
18353
+ --pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
18349
18354
  --pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
18350
18355
  --pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
18351
18356
  --pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
@@ -18377,6 +18382,8 @@ label.pf-v6-c-input-group__text {
18377
18382
  --pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
18378
18383
  --pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
18379
18384
  --pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
18385
+ --pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
18386
+ --pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
18380
18387
  --pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
18381
18388
  --pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
18382
18389
  --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);
@@ -18507,6 +18514,8 @@ label.pf-v6-c-input-group__text {
18507
18514
  .pf-v6-c-jump-links__link::before {
18508
18515
  position: absolute;
18509
18516
  inset: 0;
18517
+ width: var(--pf-v6-c-jump-links__link--before--Width);
18518
+ height: var(--pf-v6-c-jump-links__link--before--Height);
18510
18519
  pointer-events: none;
18511
18520
  content: "";
18512
18521
  border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
@@ -18515,6 +18524,7 @@ label.pf-v6-c-input-group__text {
18515
18524
  border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
18516
18525
  border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
18517
18526
  border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
18527
+ border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
18518
18528
  }
18519
18529
 
18520
18530
  .pf-v6-c-jump-links__item {
package/patternfly.css CHANGED
@@ -18485,14 +18485,19 @@ label.pf-v6-c-input-group__text {
18485
18485
  --pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
18486
18486
  --pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
18487
18487
  --pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
18488
+ --pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
18489
+ --pf-v6-c-jump-links__link--before--Width: auto;
18488
18490
  --pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
18489
18491
  --pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
18490
18492
  --pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
18491
18493
  --pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
18492
18494
  --pf-v6-c-jump-links__link--before--BorderColor: transparent;
18495
+ --pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
18493
18496
  --pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
18494
18497
  --pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
18495
- --pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--border--color--clicked);
18498
+ --pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
18499
+ --pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
18500
+ --pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
18496
18501
  --pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
18497
18502
  --pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
18498
18503
  --pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
@@ -18524,6 +18529,8 @@ label.pf-v6-c-input-group__text {
18524
18529
  --pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
18525
18530
  --pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
18526
18531
  --pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
18532
+ --pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
18533
+ --pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
18527
18534
  --pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
18528
18535
  --pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
18529
18536
  --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);
@@ -18654,6 +18661,8 @@ label.pf-v6-c-input-group__text {
18654
18661
  .pf-v6-c-jump-links__link::before {
18655
18662
  position: absolute;
18656
18663
  inset: 0;
18664
+ width: var(--pf-v6-c-jump-links__link--before--Width);
18665
+ height: var(--pf-v6-c-jump-links__link--before--Height);
18657
18666
  pointer-events: none;
18658
18667
  content: "";
18659
18668
  border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
@@ -18662,6 +18671,7 @@ label.pf-v6-c-input-group__text {
18662
18671
  border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
18663
18672
  border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
18664
18673
  border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
18674
+ border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
18665
18675
  }
18666
18676
 
18667
18677
  .pf-v6-c-jump-links__item {