@patternfly/patternfly 6.5.0-prerelease.1 → 6.5.0-prerelease.3

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.
@@ -2,6 +2,7 @@
2
2
  --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
3
3
  --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--default);
4
4
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
5
+ --pf-v6-c-action-list--m-vertical--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
5
6
  --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
6
7
  }
7
8
 
@@ -19,6 +20,12 @@
19
20
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
20
21
  column-gap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
21
22
  }
23
+ .pf-v6-c-action-list.pf-m-vertical, .pf-v6-c-action-list.pf-m-vertical .pf-v6-c-action-list__group {
24
+ flex-direction: column;
25
+ }
26
+ .pf-v6-c-action-list.pf-m-vertical {
27
+ row-gap: var(--pf-v6-c-action-list--m-vertical--RowGap);
28
+ }
22
29
 
23
30
  .pf-v6-c-action-list__group {
24
31
  row-gap: var(--pf-v6-c-action-list__group--RowGap, var(--pf-v6-c-action-list--RowGap));
@@ -6,6 +6,7 @@
6
6
 
7
7
  // * Action list group
8
8
  --#{$action-list}__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
9
+ --#{$action-list}--m-vertical--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
9
10
 
10
11
  // * Action list icons
11
12
  --#{$action-list}--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
@@ -29,6 +30,15 @@
29
30
 
30
31
  column-gap: var(--#{$action-list}--m-icons--ColumnGap); // update prop: val to prevent potential inheritance conflicts
31
32
  }
33
+
34
+ &.pf-m-vertical,
35
+ &.pf-m-vertical .#{$action-list}__group {
36
+ flex-direction: column;
37
+ }
38
+
39
+ &.pf-m-vertical {
40
+ row-gap: var(--#{$action-list}--m-vertical--RowGap);
41
+ }
32
42
  }
33
43
 
34
44
  // - Action list group
@@ -28,7 +28,7 @@
28
28
  --pf-v6-c-menu__footer--BoxShadow: none;
29
29
  --pf-v6-c-menu__footer--BorderColor: transparent;
30
30
  --pf-v6-c-menu__footer--BorderWidth: 0;
31
- --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
31
+ --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
32
32
  --pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
33
33
  --pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
34
34
  --pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
@@ -43,7 +43,7 @@
43
43
  --#{$menu}__footer--BoxShadow: none;
44
44
  --#{$menu}__footer--BorderColor: transparent;
45
45
  --#{$menu}__footer--BorderWidth: 0;
46
- --#{$menu}--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
46
+ --#{$menu}--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
47
47
  --#{$menu}--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
48
48
  --#{$menu}--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
49
49
 
@@ -33,7 +33,7 @@
33
33
  --pf-v6-c-panel__footer--BorderWidth: 0;
34
34
  --pf-v6-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
35
35
  --pf-v6-c-panel--m-scrollable__main--Overflow: auto;
36
- --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
36
+ --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
37
37
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
38
38
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
39
39
  --pf-v6-c-panel--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
@@ -53,7 +53,7 @@
53
53
  // scrollable
54
54
  --#{$panel}--m-scrollable__main--MaxHeight: #{pf-size-prem(300px)};
55
55
  --#{$panel}--m-scrollable__main--Overflow: auto;
56
- --#{$panel}--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
56
+ --#{$panel}--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
57
57
  --#{$panel}--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
58
58
  --#{$panel}--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
59
59
  --#{$panel}--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
@@ -41,6 +41,9 @@
41
41
  .pf-v6-c-spinner.pf-m-xl {
42
42
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xl--diameter);
43
43
  }
44
+ .pf-v6-m-no-motion .pf-v6-c-spinner {
45
+ --pf-v6-c-spinner--AnimationDuration: 0s;
46
+ }
44
47
 
45
48
  .pf-v6-c-spinner__path {
46
49
  width: 100%;
@@ -55,6 +55,11 @@
55
55
  &.pf-m-xl {
56
56
  --#{$spinner}--diameter: var(--#{$spinner}--m-xl--diameter);
57
57
  }
58
+
59
+ // Disable animations when no-motion modifier is applied
60
+ .#{$pf-prefix}m-no-motion & {
61
+ --#{$spinner}--AnimationDuration: 0s;
62
+ }
58
63
  }
59
64
 
60
65
  .#{$spinner}__path {
@@ -445,6 +445,7 @@
445
445
  --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
446
446
  --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--default);
447
447
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
448
+ --pf-v6-c-action-list--m-vertical--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
448
449
  --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
449
450
  }
450
451
 
@@ -462,6 +463,12 @@
462
463
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
463
464
  column-gap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
464
465
  }
466
+ .pf-v6-c-action-list.pf-m-vertical, .pf-v6-c-action-list.pf-m-vertical .pf-v6-c-action-list__group {
467
+ flex-direction: column;
468
+ }
469
+ .pf-v6-c-action-list.pf-m-vertical {
470
+ row-gap: var(--pf-v6-c-action-list--m-vertical--RowGap);
471
+ }
465
472
 
466
473
  .pf-v6-c-action-list__group {
467
474
  row-gap: var(--pf-v6-c-action-list__group--RowGap, var(--pf-v6-c-action-list--RowGap));
@@ -10286,7 +10293,7 @@ ul.pf-v6-c-list {
10286
10293
  --pf-v6-c-menu__footer--BoxShadow: none;
10287
10294
  --pf-v6-c-menu__footer--BorderColor: transparent;
10288
10295
  --pf-v6-c-menu__footer--BorderWidth: 0;
10289
- --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
10296
+ --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
10290
10297
  --pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
10291
10298
  --pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
10292
10299
  --pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
@@ -13664,7 +13671,7 @@ ul.pf-v6-c-list {
13664
13671
  --pf-v6-c-panel__footer--BorderWidth: 0;
13665
13672
  --pf-v6-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
13666
13673
  --pf-v6-c-panel--m-scrollable__main--Overflow: auto;
13667
- --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
13674
+ --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
13668
13675
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
13669
13676
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
13670
13677
  --pf-v6-c-panel--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
@@ -15751,6 +15758,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15751
15758
  .pf-v6-c-spinner.pf-m-xl {
15752
15759
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xl--diameter);
15753
15760
  }
15761
+ .pf-v6-m-no-motion .pf-v6-c-spinner {
15762
+ --pf-v6-c-spinner--AnimationDuration: 0s;
15763
+ }
15754
15764
 
15755
15765
  .pf-v6-c-spinner__path {
15756
15766
  width: 100%;
@@ -196,6 +196,90 @@ In modals, forms, data lists
196
196
 
197
197
  ```
198
198
 
199
+ ### Vertical action list
200
+
201
+ ```html isBeta
202
+ Multiple groups
203
+ <div class="pf-v6-c-action-list pf-m-vertical">
204
+ <div class="pf-v6-c-action-list__group">
205
+ <div class="pf-v6-c-action-list__item">
206
+ <button class="pf-v6-c-button pf-m-primary" type="button">
207
+ <span class="pf-v6-c-button__text">Next</span>
208
+ </button>
209
+ </div>
210
+ <div class="pf-v6-c-action-list__item">
211
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
212
+ <span class="pf-v6-c-button__text">Back</span>
213
+ </button>
214
+ </div>
215
+ </div>
216
+ <div class="pf-v6-c-action-list__group">
217
+ <div class="pf-v6-c-action-list__item">
218
+ <button class="pf-v6-c-button pf-m-primary" type="button">
219
+ <span class="pf-v6-c-button__text">Submit</span>
220
+ </button>
221
+ </div>
222
+ <div class="pf-v6-c-action-list__item">
223
+ <button class="pf-v6-c-button pf-m-link" type="button">
224
+ <span class="pf-v6-c-button__text">Cancel</span>
225
+ </button>
226
+ </div>
227
+ </div>
228
+ </div><br/ >
229
+ Icons, in two groups
230
+ <div class="pf-v6-c-action-list pf-m-vertical">
231
+ <div class="pf-v6-c-action-list__group pf-m-icons">
232
+ <div class="pf-v6-c-action-list__item">
233
+ <button
234
+ class="pf-v6-c-button pf-m-plain"
235
+ type="button"
236
+ aria-label="Close"
237
+ >
238
+ <span class="pf-v6-c-button__icon pf-m-start">
239
+ <i class="fas fa-times" aria-hidden="true"></i>
240
+ </span>
241
+ </button>
242
+ </div>
243
+ <div class="pf-v6-c-action-list__item">
244
+ <button
245
+ class="pf-v6-c-button pf-m-plain"
246
+ type="button"
247
+ aria-label="Toggle"
248
+ >
249
+ <span class="pf-v6-c-button__icon">
250
+ <i class="fas fa-check" aria-hidden="true"></i>
251
+ </span>
252
+ </button>
253
+ </div>
254
+ </div>
255
+ <div class="pf-v6-c-action-list__group pf-m-icons">
256
+ <div class="pf-v6-c-action-list__item">
257
+ <button
258
+ class="pf-v6-c-button pf-m-plain"
259
+ type="button"
260
+ aria-label="Close"
261
+ >
262
+ <span class="pf-v6-c-button__icon">
263
+ <i class="fas fa-times" aria-hidden="true"></i>
264
+ </span>
265
+ </button>
266
+ </div>
267
+ <div class="pf-v6-c-action-list__item">
268
+ <button
269
+ class="pf-v6-c-button pf-m-plain"
270
+ type="button"
271
+ aria-label="Toggle"
272
+ >
273
+ <span class="pf-v6-c-button__icon">
274
+ <i class="fas fa-check" aria-hidden="true"></i>
275
+ </span>
276
+ </button>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ ```
282
+
199
283
  ### Overview
200
284
 
201
285
  ### Usage
@@ -206,3 +290,4 @@ In modals, forms, data lists
206
290
  | `.pf-v6-c-action-list__item` | `<div>` | Initiates the action list item container. |
207
291
  | `.pf-v6-c-action-list__group` | `<div>` | Initiates the action list group container. |
208
292
  | `.pf-m-icons` | `.pf-v6-c-action-list`, `.pf-v6-c-action-list__group` | Modifies the action list and/or group to support icon buttons. If applied to `.pf-v6-c-action-list`, all nested groups will inherit this modification. |
293
+ | `.pf-m-vertical` | `.pf-v6-c-action-list` | Modifies the action list to display vertically. |
@@ -230,10 +230,12 @@ cssPrefix: pf-v6-c-card
230
230
  <span class="pf-v6-c-button__text">Tertiary action</span>
231
231
  </button>
232
232
  </div>
233
- <div class="pf-v6-c-card__title">
234
- <h2
235
- class="pf-v6-c-card__title-text"
236
- >This is a longer card title that takes up more space</h2>
233
+ <div class="pf-v6-c-card__header-main">
234
+ <div class="pf-v6-c-card__title">
235
+ <h2
236
+ class="pf-v6-c-card__title-text"
237
+ >This is a longer card title that takes up more space</h2>
238
+ </div>
237
239
  </div>
238
240
  </div>
239
241
  <div class="pf-v6-c-card__body">This is the card body</div>
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.1",
4
+ "version": "6.5.0-prerelease.3",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -48,11 +48,11 @@
48
48
  "@commitlint/config-conventional": "^19.1.0",
49
49
  "@fortawesome/fontawesome": "^1.1.8",
50
50
  "@octokit/rest": "^20.1.0",
51
- "@patternfly/documentation-framework": "6.22.8",
51
+ "@patternfly/documentation-framework": "6.28.8",
52
52
  "@patternfly/patternfly-a11y": "5.1.0",
53
- "@patternfly/react-code-editor": "6.3.1",
54
- "@patternfly/react-core": "6.3.1",
55
- "@patternfly/react-table": "6.3.1",
53
+ "@patternfly/react-code-editor": "6.4.0",
54
+ "@patternfly/react-core": "6.4.0",
55
+ "@patternfly/react-table": "6.4.0",
56
56
  "@starptech/prettyhtml": "^0.10.0",
57
57
  "backstopjs": "^6.3.23",
58
58
  "cheerio": "^1.0.0-rc.12",
@@ -9112,6 +9112,7 @@
9112
9112
  --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
9113
9113
  --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--default);
9114
9114
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
9115
+ --pf-v6-c-action-list--m-vertical--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
9115
9116
  --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
9116
9117
  }
9117
9118
 
@@ -9129,6 +9130,12 @@
9129
9130
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
9130
9131
  column-gap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
9131
9132
  }
9133
+ .pf-v6-c-action-list.pf-m-vertical, .pf-v6-c-action-list.pf-m-vertical .pf-v6-c-action-list__group {
9134
+ flex-direction: column;
9135
+ }
9136
+ .pf-v6-c-action-list.pf-m-vertical {
9137
+ row-gap: var(--pf-v6-c-action-list--m-vertical--RowGap);
9138
+ }
9132
9139
 
9133
9140
  .pf-v6-c-action-list__group {
9134
9141
  row-gap: var(--pf-v6-c-action-list__group--RowGap, var(--pf-v6-c-action-list--RowGap));
@@ -18953,7 +18960,7 @@ ul.pf-v6-c-list {
18953
18960
  --pf-v6-c-menu__footer--BoxShadow: none;
18954
18961
  --pf-v6-c-menu__footer--BorderColor: transparent;
18955
18962
  --pf-v6-c-menu__footer--BorderWidth: 0;
18956
- --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
18963
+ --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
18957
18964
  --pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
18958
18965
  --pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
18959
18966
  --pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
@@ -22331,7 +22338,7 @@ ul.pf-v6-c-list {
22331
22338
  --pf-v6-c-panel__footer--BorderWidth: 0;
22332
22339
  --pf-v6-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
22333
22340
  --pf-v6-c-panel--m-scrollable__main--Overflow: auto;
22334
- --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
22341
+ --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
22335
22342
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
22336
22343
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
22337
22344
  --pf-v6-c-panel--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
@@ -24418,6 +24425,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24418
24425
  .pf-v6-c-spinner.pf-m-xl {
24419
24426
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xl--diameter);
24420
24427
  }
24428
+ .pf-v6-m-no-motion .pf-v6-c-spinner {
24429
+ --pf-v6-c-spinner--AnimationDuration: 0s;
24430
+ }
24421
24431
 
24422
24432
  .pf-v6-c-spinner__path {
24423
24433
  width: 100%;
package/patternfly.css CHANGED
@@ -9252,6 +9252,7 @@ button) {
9252
9252
  --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
9253
9253
  --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--default);
9254
9254
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
9255
+ --pf-v6-c-action-list--m-vertical--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
9255
9256
  --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
9256
9257
  }
9257
9258
 
@@ -9269,6 +9270,12 @@ button) {
9269
9270
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
9270
9271
  column-gap: var(--pf-v6-c-action-list--m-icons--ColumnGap);
9271
9272
  }
9273
+ .pf-v6-c-action-list.pf-m-vertical, .pf-v6-c-action-list.pf-m-vertical .pf-v6-c-action-list__group {
9274
+ flex-direction: column;
9275
+ }
9276
+ .pf-v6-c-action-list.pf-m-vertical {
9277
+ row-gap: var(--pf-v6-c-action-list--m-vertical--RowGap);
9278
+ }
9272
9279
 
9273
9280
  .pf-v6-c-action-list__group {
9274
9281
  row-gap: var(--pf-v6-c-action-list__group--RowGap, var(--pf-v6-c-action-list--RowGap));
@@ -19093,7 +19100,7 @@ ul.pf-v6-c-list {
19093
19100
  --pf-v6-c-menu__footer--BoxShadow: none;
19094
19101
  --pf-v6-c-menu__footer--BorderColor: transparent;
19095
19102
  --pf-v6-c-menu__footer--BorderWidth: 0;
19096
- --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
19103
+ --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
19097
19104
  --pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
19098
19105
  --pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
19099
19106
  --pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
@@ -22471,7 +22478,7 @@ ul.pf-v6-c-list {
22471
22478
  --pf-v6-c-panel__footer--BorderWidth: 0;
22472
22479
  --pf-v6-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
22473
22480
  --pf-v6-c-panel--m-scrollable__main--Overflow: auto;
22474
- --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
22481
+ --pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
22475
22482
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
22476
22483
  --pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
22477
22484
  --pf-v6-c-panel--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
@@ -24558,6 +24565,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24558
24565
  .pf-v6-c-spinner.pf-m-xl {
24559
24566
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xl--diameter);
24560
24567
  }
24568
+ .pf-v6-m-no-motion .pf-v6-c-spinner {
24569
+ --pf-v6-c-spinner--AnimationDuration: 0s;
24570
+ }
24561
24571
 
24562
24572
  .pf-v6-c-spinner__path {
24563
24573
  width: 100%;