@patternfly/patternfly 6.5.0-prerelease.2 → 6.5.0-prerelease.20

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.
Files changed (196) hide show
  1. package/assets/images/RHAiExperienceIcon.svg +27 -0
  2. package/assets/images/RHAutomationsLogo.svg +96 -0
  3. package/assets/images/RHServerStackIcon.svg +16 -0
  4. package/assets/images/compass--hero-bg.png +0 -0
  5. package/assets/images/compass--rh-wallpaper-dark.png +0 -0
  6. package/assets/images/compass--rh-wallpaper-light.png +0 -0
  7. package/assets/images/compass--wallpaper-dark.png +0 -0
  8. package/assets/images/compass--wallpaper-light.png +0 -0
  9. package/base/normalize.scss +7 -0
  10. package/base/patternfly-common.css +46 -0
  11. package/base/patternfly-common.scss +56 -0
  12. package/base/patternfly-variables.css +42 -0
  13. package/base/tokens/tokens-local.scss +66 -0
  14. package/components/ActionList/action-list.css +9 -0
  15. package/components/ActionList/action-list.scss +12 -0
  16. package/components/Button/button.css +34 -4
  17. package/components/Button/button.scss +40 -4
  18. package/components/Card/card.css +12 -0
  19. package/components/Card/card.scss +15 -1
  20. package/components/Compass/compass.css +195 -0
  21. package/components/Compass/compass.scss +262 -0
  22. package/components/DataList/data-list.css +5 -1
  23. package/components/DataList/data-list.scss +6 -1
  24. package/components/Drawer/drawer.css +43 -3
  25. package/components/Drawer/drawer.scss +52 -4
  26. package/components/MenuToggle/menu-toggle.css +4 -0
  27. package/components/MenuToggle/menu-toggle.scss +5 -0
  28. package/components/Spinner/spinner.css +3 -0
  29. package/components/Spinner/spinner.scss +5 -0
  30. package/components/Table/table.css +3 -0
  31. package/components/Table/table.scss +5 -0
  32. package/components/Tabs/tabs.css +16 -1
  33. package/components/Tabs/tabs.scss +21 -1
  34. package/components/_index.css +324 -9
  35. package/components/_index.scss +1 -0
  36. package/docs/components/ActionList/examples/ActionList.md +85 -0
  37. package/docs/components/Button/examples/Button.md +116 -0
  38. package/docs/components/Card/examples/Card.md +154 -0
  39. package/docs/components/Compass/examples/Compass.css +11 -0
  40. package/docs/components/Compass/examples/Compass.md +66 -0
  41. package/docs/components/DataList/examples/DataList.md +181 -185
  42. package/docs/components/Drawer/examples/Drawer.md +80 -14
  43. package/docs/components/MenuToggle/examples/MenuToggle.md +40 -0
  44. package/docs/components/Table/examples/Table.md +88 -0
  45. package/docs/components/Tabs/examples/Tabs.md +197 -18
  46. package/docs/components/Wizard/examples/Wizard.md +15 -15
  47. package/docs/demos/Compass/examples/Compass.md +5824 -0
  48. package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
  49. package/docs/demos/DescriptionList/examples/DescriptionList.md +31 -33
  50. package/docs/demos/Drawer/examples/Drawer.md +31 -33
  51. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +127 -163
  52. package/docs/demos/Wizard/examples/Wizard.md +31 -34
  53. package/icons/PfIcons/add-circle-o.svg +4 -0
  54. package/icons/PfIcons/ansible-tower.svg +4 -0
  55. package/icons/PfIcons/applications.svg +4 -0
  56. package/icons/PfIcons/arrow.svg +4 -0
  57. package/icons/PfIcons/asleep.svg +4 -0
  58. package/icons/PfIcons/attention-bell.svg +4 -0
  59. package/icons/PfIcons/automation.svg +4 -0
  60. package/icons/PfIcons/bell.svg +4 -0
  61. package/icons/PfIcons/blueprint.svg +4 -0
  62. package/icons/PfIcons/build.svg +4 -0
  63. package/icons/PfIcons/builder-image.svg +4 -0
  64. package/icons/PfIcons/bundle.svg +4 -0
  65. package/icons/PfIcons/catalog.svg +4 -0
  66. package/icons/PfIcons/chat.svg +4 -0
  67. package/icons/PfIcons/close.svg +4 -0
  68. package/icons/PfIcons/cloud-security.svg +4 -0
  69. package/icons/PfIcons/cloud-tenant.svg +4 -0
  70. package/icons/PfIcons/cluster.svg +4 -0
  71. package/icons/PfIcons/connected.svg +4 -0
  72. package/icons/PfIcons/container-node.svg +4 -0
  73. package/icons/PfIcons/cpu.svg +4 -0
  74. package/icons/PfIcons/critical-risk.svg +4 -0
  75. package/icons/PfIcons/data-processor.svg +4 -0
  76. package/icons/PfIcons/data-sink.svg +4 -0
  77. package/icons/PfIcons/data-source.svg +4 -0
  78. package/icons/PfIcons/degraded.svg +4 -0
  79. package/icons/PfIcons/disconnected.svg +4 -0
  80. package/icons/PfIcons/domain.svg +4 -0
  81. package/icons/PfIcons/edit.svg +4 -0
  82. package/icons/PfIcons/enhancement.svg +4 -0
  83. package/icons/PfIcons/enterprise.svg +4 -0
  84. package/icons/PfIcons/equalizer.svg +4 -0
  85. package/icons/PfIcons/error-circle-o.svg +4 -0
  86. package/icons/PfIcons/export.svg +4 -0
  87. package/icons/PfIcons/filter.svg +4 -0
  88. package/icons/PfIcons/flavor.svg +4 -0
  89. package/icons/PfIcons/folder-close.svg +4 -0
  90. package/icons/PfIcons/folder-open.svg +4 -0
  91. package/icons/PfIcons/globe-route.svg +4 -0
  92. package/icons/PfIcons/help.svg +4 -0
  93. package/icons/PfIcons/history.svg +4 -0
  94. package/icons/PfIcons/home.svg +4 -0
  95. package/icons/PfIcons/import.svg +4 -0
  96. package/icons/PfIcons/in-progress.svg +4 -0
  97. package/icons/PfIcons/info.svg +4 -0
  98. package/icons/PfIcons/infrastructure.svg +4 -0
  99. package/icons/PfIcons/integration.svg +4 -0
  100. package/icons/PfIcons/key.svg +4 -0
  101. package/icons/PfIcons/locked.svg +4 -0
  102. package/icons/PfIcons/maintenance.svg +4 -0
  103. package/icons/PfIcons/memory.svg +4 -0
  104. package/icons/PfIcons/messages.svg +4 -0
  105. package/icons/PfIcons/middleware.svg +4 -0
  106. package/icons/PfIcons/migration.svg +4 -0
  107. package/icons/PfIcons/module.svg +4 -0
  108. package/icons/PfIcons/monitoring.svg +4 -0
  109. package/icons/PfIcons/multicluster.svg +4 -0
  110. package/icons/PfIcons/namespaces.svg +4 -0
  111. package/icons/PfIcons/network.svg +4 -0
  112. package/icons/PfIcons/new-process.svg +4 -0
  113. package/icons/PfIcons/not-started.svg +4 -0
  114. package/icons/PfIcons/off.svg +4 -0
  115. package/icons/PfIcons/ok.svg +4 -0
  116. package/icons/PfIcons/on-running.svg +4 -0
  117. package/icons/PfIcons/on.svg +4 -0
  118. package/icons/PfIcons/open-drawer-right.svg +4 -0
  119. package/icons/PfIcons/openshift.svg +4 -0
  120. package/icons/PfIcons/openstack.svg +4 -0
  121. package/icons/PfIcons/optimize.svg +4 -0
  122. package/icons/PfIcons/orders.svg +4 -0
  123. package/icons/PfIcons/os-image.svg +4 -0
  124. package/icons/PfIcons/package.svg +4 -0
  125. package/icons/PfIcons/panel-close.svg +4 -0
  126. package/icons/PfIcons/panel-open.svg +4 -0
  127. package/icons/PfIcons/paused.svg +4 -0
  128. package/icons/PfIcons/pending.svg +4 -0
  129. package/icons/PfIcons/pficon-dragdrop.svg +4 -0
  130. package/icons/PfIcons/pficon-history.svg +4 -0
  131. package/icons/PfIcons/pficon-network-range.svg +4 -0
  132. package/icons/PfIcons/pficon-satellite.svg +4 -0
  133. package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
  134. package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
  135. package/icons/PfIcons/pficon-template.svg +4 -0
  136. package/icons/PfIcons/pficon-vcenter.svg +4 -0
  137. package/icons/PfIcons/plugged.svg +4 -0
  138. package/icons/PfIcons/port.svg +4 -0
  139. package/icons/PfIcons/print.svg +4 -0
  140. package/icons/PfIcons/private.svg +4 -0
  141. package/icons/PfIcons/process-automation.svg +4 -0
  142. package/icons/PfIcons/project.svg +4 -0
  143. package/icons/PfIcons/rebalance.svg +4 -0
  144. package/icons/PfIcons/rebooting.svg +4 -0
  145. package/icons/PfIcons/regions.svg +4 -0
  146. package/icons/PfIcons/registry.svg +4 -0
  147. package/icons/PfIcons/remove2.svg +4 -0
  148. package/icons/PfIcons/replicator.svg +4 -0
  149. package/icons/PfIcons/repository.svg +4 -0
  150. package/icons/PfIcons/resource-pool.svg +4 -0
  151. package/icons/PfIcons/resources-almost-empty.svg +4 -0
  152. package/icons/PfIcons/resources-almost-full.svg +4 -0
  153. package/icons/PfIcons/resources-empty.svg +4 -0
  154. package/icons/PfIcons/resources-full.svg +4 -0
  155. package/icons/PfIcons/running.svg +4 -0
  156. package/icons/PfIcons/save.svg +4 -0
  157. package/icons/PfIcons/screen.svg +4 -0
  158. package/icons/PfIcons/security.svg +4 -0
  159. package/icons/PfIcons/server-group.svg +4 -0
  160. package/icons/PfIcons/server.svg +4 -0
  161. package/icons/PfIcons/service-catalog.svg +4 -0
  162. package/icons/PfIcons/service.svg +4 -0
  163. package/icons/PfIcons/services.svg +4 -0
  164. package/icons/PfIcons/severity-critical.svg +4 -0
  165. package/icons/PfIcons/severity-important.svg +4 -0
  166. package/icons/PfIcons/severity-minor.svg +4 -0
  167. package/icons/PfIcons/severity-moderate.svg +4 -0
  168. package/icons/PfIcons/severity-none.svg +4 -0
  169. package/icons/PfIcons/severity-undefined.svg +4 -0
  170. package/icons/PfIcons/spinner.svg +4 -0
  171. package/icons/PfIcons/spinner2.svg +4 -0
  172. package/icons/PfIcons/storage-domain.svg +4 -0
  173. package/icons/PfIcons/task.svg +4 -0
  174. package/icons/PfIcons/tenant.svg +4 -0
  175. package/icons/PfIcons/thumb-tack.svg +4 -0
  176. package/icons/PfIcons/topology.svg +4 -0
  177. package/icons/PfIcons/treeview.svg +4 -0
  178. package/icons/PfIcons/trend-down.svg +4 -0
  179. package/icons/PfIcons/trend-up.svg +4 -0
  180. package/icons/PfIcons/unknown.svg +4 -0
  181. package/icons/PfIcons/unlocked.svg +4 -0
  182. package/icons/PfIcons/unplugged.svg +4 -0
  183. package/icons/PfIcons/user.svg +4 -0
  184. package/icons/PfIcons/users.svg +4 -0
  185. package/icons/PfIcons/virtual-machine.svg +4 -0
  186. package/icons/PfIcons/volume.svg +4 -0
  187. package/icons/PfIcons/warning-triangle.svg +4 -0
  188. package/icons/PfIcons/zone.svg +4 -0
  189. package/package.json +29 -14
  190. package/patternfly-base-no-globals.css +88 -0
  191. package/patternfly-base.css +95 -0
  192. package/patternfly-no-globals.css +412 -9
  193. package/patternfly.css +419 -9
  194. package/patternfly.min.css +1 -1
  195. package/patternfly.min.css.map +1 -1
  196. package/sass-utilities/namespaces-components.scss +3 -0
@@ -131,10 +131,17 @@
131
131
  --#{$button}--m-link--m-inline--PaddingInlineEnd: 0;
132
132
  --#{$button}--m-link--m-inline--PaddingBlockEnd: 0;
133
133
  --#{$button}--m-link--m-inline--PaddingInlineStart: 0;
134
+ --#{$button}--m-link--m-inline--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
134
135
  --#{$button}--m-link--m-inline--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
135
136
  --#{$button}--m-link--m-inline--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
137
+ --#{$button}--m-link--m-inline--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--default);
138
+ --#{$button}--m-link--m-inline--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
136
139
  --#{$button}--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
137
140
  --#{$button}--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
141
+ --#{$button}--m-link--m-inline--hover--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
142
+ --#{$button}--m-link--m-inline--TransitionProperty: color, text-underline-offset;
143
+ --#{$button}--m-link--m-inline--TransitionDuration: var(--pf-t--global--motion--duration--fade--default), var(--pf-t--global--motion--duration--lg);
144
+ --#{$button}--m-link--m-inline--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate), var(--pf-t--global--motion--timing-function--default);
138
145
  --#{$button}--m-link--m-inline__progress--InsetInlineStart: var(--pf-t--global--spacer--xs);
139
146
  --#{$button}--m-link--m-inline--m-in-progress--PaddingInlineStart: calc(var(--#{$button}--m-link--m-inline__progress--InsetInlineStart) + 1rem + var(--pf-t--global--spacer--sm));
140
147
  --#{$button}--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -144,10 +151,8 @@
144
151
  --#{$button}--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
145
152
  --#{$button}--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
146
153
  --#{$button}--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
147
- --#{$button}--m-link--m-inline--TextDecorationColor: currentcolor;
148
154
  --#{$button}--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
149
155
  --#{$button}--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
150
- --#{$button}--m-link--m-inline--hover--TextDecorationColor: currentcolor;
151
156
 
152
157
  // Plain
153
158
  --#{$button}--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -371,6 +376,16 @@
371
376
  --#{$button}--hamburger-icon--arrow--collapse--path: path("M3,7 L1,5 L3,3");
372
377
  --#{$button}--hamburger-icon--bottom--collapse--path: path("M9,9 L5,9");
373
378
  --#{$button}--m-hamburger__icon--m-expand--ScaleX: -1;
379
+
380
+ // Circle
381
+ --#{$button}--m-circle--ScaleX: 1.29;
382
+ --#{$button}--m-circle--ScaleY: 1.29;
383
+ --#{$button}--m-circle--BorderRadius: var(--pf-t--global--border--radius--pill);
384
+ --#{$button}--m-circle--Padding--base: var(--pf-t--global--spacer--control--vertical--default);
385
+ --#{$button}--m-circle--PaddingBlockStart: var(--#{$button}--m-circle--Padding--base);
386
+ --#{$button}--m-circle--PaddingInlineEnd: 0;
387
+ --#{$button}--m-circle--PaddingBlockEnd: var(--#{$button}--m-circle--Padding--base);
388
+ --#{$button}--m-circle--PaddingInlineStart: 0;
374
389
  }
375
390
 
376
391
  .#{$button} {
@@ -520,12 +535,13 @@
520
535
  --#{$button}--PaddingInlineEnd: var(--#{$button}--m-link--m-inline--PaddingInlineEnd);
521
536
  --#{$button}--PaddingBlockEnd: var(--#{$button}--m-link--m-inline--PaddingBlockEnd);
522
537
  --#{$button}--PaddingInlineStart: var(--#{$button}--m-link--m-inline--PaddingInlineStart);
538
+ --#{$button}--TransitionDuration: var(--#{$button}--m-link--m-inline--TransitionDuration);
539
+ --#{$button}--TransitionTimingFunction: var(--#{$button}--m-link--m-inline--TransitionTimingFunction);
540
+ --#{$button}--TransitionProperty: var(--#{$button}--m-link--m-inline--TransitionProperty);
523
541
  --#{$button}--BackgroundColor: transparent;
524
542
  --#{$button}__progress--InsetInlineStart: var(--#{$button}--m-link--m-inline__progress--InsetInlineStart);
525
543
  --#{$button}--TextDecorationLine: var(--#{$button}--m-link--m-inline--TextDecorationLine);
526
544
  --#{$button}--TextDecorationStyle: var(--#{$button}--m-link--m-inline--TextDecorationStyle);
527
- --#{$button}--hover--TextDecorationLine: var(--#{$button}--m-link--m-inline--hover--TextDecorationLine);
528
- --#{$button}--hover--TextDecorationStyle: var(--#{$button}--m-link--m-inline--hover--TextDecorationStyle);
529
545
  --#{$button}--hover--BackgroundColor: transparent;
530
546
  --#{$button}--m-clicked--BackgroundColor: transparent;
531
547
  --#{$button}--disabled--BackgroundColor: transparent;
@@ -534,6 +550,8 @@
534
550
  --#{$button}--m-link--Color: var(--#{$button}--m-link--m-inline--Color);
535
551
  --#{$button}--m-link__icon--Color: var(--#{$button}--m-link--m-inline__icon--Color);
536
552
  --#{$button}--TextDecorationColor: var(--#{$button}--m-link--m-inline--TextDecorationColor);
553
+ --#{$button}--hover--TextDecorationLine: var(--#{$button}--m-link--m-inline--hover--TextDecorationLine);
554
+ --#{$button}--hover--TextDecorationStyle: var(--#{$button}--m-link--m-inline--hover--TextDecorationStyle);
537
555
  --#{$button}--hover--TextDecorationColor: var(--#{$button}--m-link--m-inline--hover--TextDecorationColor);
538
556
  --#{$button}--m-link--hover--Color: var(--#{$button}--m-link--m-inline--hover--Color);
539
557
  --#{$button}--m-link--hover__icon--Color: var(--#{$button}--m-link--m-inline--hover__icon--Color);
@@ -542,9 +560,15 @@
542
560
  --#{$button}--m-clicked--BorderWidth: 0;
543
561
 
544
562
  text-align: start;
563
+ text-underline-offset: var(--#{$button}--m-link--m-inline--TextUnderlineOffset);
545
564
  white-space: normal;
546
565
  background: transparent; // don't show the ripple effect for inline links
547
566
  outline-offset: #{pf-size-prem(2px)};
567
+
568
+ &:hover,
569
+ &:focus {
570
+ --#{$button}--m-link--m-inline--TextUnderlineOffset: var(--#{$button}--m-link--m-inline--hover--TextUnderlineOffset);
571
+ }
548
572
  }
549
573
 
550
574
  &.pf-m-danger {
@@ -774,6 +798,18 @@
774
798
  }
775
799
  }
776
800
 
801
+ &.pf-m-circle {
802
+ --#{$button}--BorderRadius: var(--#{$button}--m-circle--BorderRadius);
803
+ --#{$button}--PaddingBlockStart: var(--#{$button}--m-circle--PaddingBlockStart);
804
+ --#{$button}--PaddingInlineEnd: var(--#{$button}--m-circle--PaddingInlineEnd);
805
+ --#{$button}--PaddingBlockEnd: var(--#{$button}--m-circle--PaddingBlockEnd);
806
+ --#{$button}--PaddingInlineStart: var(--#{$button}--m-circle--PaddingInlineStart);
807
+
808
+ & .pf-v6-c-button__icon {
809
+ scale: var(--#{$button}--m-circle--ScaleX) var(--#{$button}--m-circle--ScaleY);
810
+ }
811
+ }
812
+
777
813
  &:hover,
778
814
  &:focus {
779
815
  --#{$button}--Color: var(--#{$button}--hover--Color);
@@ -134,6 +134,12 @@
134
134
  .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check__input, .pf-v6-c-radio__input):where(:disabled) ~ :is(.pf-v6-c-check__label, .pf-v6-c-radio__label), .pf-v6-c-card.pf-m-selectable.pf-m-clickable.pf-m-disabled {
135
135
  --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-selectable--m-disabled--BackgroundColor);
136
136
  }
137
+ .pf-v6-c-card__actions:has(> .pf-v6-c-card__selectable-actions input.pf-v6-screen-reader), .pf-v6-c-card.pf-m-clickable:not(.pf-m-selectable) {
138
+ --pf-v6-c-card__actions--PaddingInlineStart: 0;
139
+ --pf-v6-c-card__actions--MarginBlockStart: 0;
140
+ --pf-v6-c-card__actions--MarginBlockEnd: 0;
141
+ }
142
+
137
143
  .pf-v6-c-card.pf-m-compact {
138
144
  --pf-v6-c-card__title-text--FontSize: var(--pf-v6-c-card--m-compact__title-text--FontSize);
139
145
  --pf-v6-c-card__body--FontSize: var(--pf-v6-c-card--m-compact__body--FontSize);
@@ -239,6 +245,12 @@
239
245
  overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
240
246
  }
241
247
 
248
+ .pf-v6-c-card__subtitle {
249
+ padding-block-start: var(--pf-t--global--spacer--sm);
250
+ font-size: var(--pf-t--global--font--size--body--sm);
251
+ color: var(--pf-t--global--text--color--subtle);
252
+ }
253
+
242
254
  .pf-v6-c-card__actions {
243
255
  display: flex;
244
256
  gap: var(--pf-v6-c-card__actions--Gap);
@@ -196,6 +196,14 @@
196
196
  }
197
197
  // stylelint-enable selector-max-class
198
198
 
199
+ // when the whole card is clickable and the card actions are invisible, remove the padding/margin so it doesn't take up space
200
+ @at-root .#{$card}__actions:has(> .#{$card}__selectable-actions input.#{$pf-prefix}screen-reader), // targets "card as tile", which are selectable cards with inputs
201
+ &.pf-m-clickable:not(.pf-m-selectable) {
202
+ --#{$card}__actions--PaddingInlineStart: 0;
203
+ --#{$card}__actions--MarginBlockStart: 0;
204
+ --#{$card}__actions--MarginBlockEnd: 0;
205
+ }
206
+
199
207
  &.pf-m-compact {
200
208
  --#{$card}__title-text--FontSize: var(--#{$card}--m-compact__title-text--FontSize);
201
209
  --#{$card}__body--FontSize: var(--#{$card}--m-compact__body--FontSize);
@@ -288,7 +296,7 @@
288
296
  margin-inline-end: auto;
289
297
  }
290
298
 
291
- margin-inline-start: 0
299
+ margin-inline-start: 0;
292
300
  }
293
301
  }
294
302
  }
@@ -323,6 +331,12 @@
323
331
  overflow-wrap: var(--#{$card}__title-text--OverflowWrap);
324
332
  }
325
333
 
334
+ .#{$card}__subtitle {
335
+ padding-block-start: var(--pf-t--global--spacer--sm);
336
+ font-size: var(--pf-t--global--font--size--body--sm);
337
+ color: var(--pf-t--global--text--color--subtle);
338
+ }
339
+
326
340
  .#{$card}__actions {
327
341
  display: flex;
328
342
  gap: var(--#{$card}__actions--Gap);
@@ -0,0 +1,195 @@
1
+ .pf-v6-c-compass {
2
+ --pf-v6-c-compass--BackgroundImage: var(--pf-v6-c-compass--BackgroundImage--light);
3
+ --pf-v6-c-compass--BackgroundImage--light: none;
4
+ --pf-v6-c-compass--BackgroundImage--dark: none;
5
+ --pf-v6-c-compass--Padding: var(--pf-t--global--spacer--inset--page-chrome);
6
+ --pf-v6-c-compass--RowGap: var(--pf-t--global--spacer--xl);
7
+ --pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--xl);
8
+ --pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
9
+ --pf-v6-c-compass__sidebar--Padding: var(--pf-t--global--spacer--sm);
10
+ --pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
11
+ --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
12
+ --pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
13
+ --pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
14
+ --pf-v6-c-compass__panel--m-pill--BorderRadius: var(--pf-t--global--border--radius--pill);
15
+ --pf-v6-c-compass__panel--Padding: var(--pf-t--global--spacer--inset--page-chrome);
16
+ --pf-v6-c-compass__panel--BorderWidth: var(--pf-t--global--border--width--regular);
17
+ --pf-v6-c-compass__panel--BorderColor: var(--pf-t--global--border--color--alt);
18
+ --pf-v6-c-compass__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
19
+ --pf-v6-c-compass__message-bar--Width: 450px;
20
+ --pf-v6-c-compass__message-bar--MinWidth: 300px;
21
+ --pf-v6-c-compass__message-bar--MaxWidth: 600px;
22
+ --pf-v6-c-compass__hero--gradient--angle: 109deg;
23
+ --pf-v6-c-compass__hero--gradient--stop-1--light: transparent;
24
+ --pf-v6-c-compass__hero--gradient--stop-2--light: transparent;
25
+ --pf-v6-c-compass__hero--gradient--stop-3--light: transparent;
26
+ --pf-v6-c-compass__hero--gradient--stop-1--dark: transparent;
27
+ --pf-v6-c-compass__hero--gradient--stop-2--dark: transparent;
28
+ --pf-v6-c-compass__hero--gradient--stop-3--dark: transparent;
29
+ --pf-v6-c-compass__hero--BackgroundImage--light: none;
30
+ --pf-v6-c-compass__hero--BackgroundImage--dark: none;
31
+ --pf-v6-c-compass__hero-body--Width: 800px;
32
+ --pf-v6-c-compass__hero-body--MaxWidth: 80%;
33
+ }
34
+
35
+ .pf-v6-c-compass {
36
+ display: grid;
37
+ grid-template-areas: "header header header" "sidebar-start main sidebar-end" "footer footer footer";
38
+ grid-template-rows: auto 1fr auto;
39
+ grid-template-columns: auto 1fr auto;
40
+ gap: var(--pf-v6-c-compass--RowGap) var(--pf-v6-c-compass--ColumnGap);
41
+ align-items: center;
42
+ justify-content: center;
43
+ height: 100dvh;
44
+ padding: var(--pf-v6-c-compass--Padding);
45
+ background-image: var(--pf-v6-c-compass--BackgroundImage);
46
+ background-size: cover;
47
+ }
48
+ :root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
49
+ --pf-v6-c-compass--BackgroundImage: var(--pf-v6-c-compass--BackgroundImage--dark);
50
+ }
51
+ .pf-v6-c-compass__panel.pf-m-no-glass, .pf-v6-c-compass.pf-m-no-glass {
52
+ --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
53
+ }
54
+
55
+ .pf-v6-c-compass__header {
56
+ display: grid;
57
+ grid-area: header;
58
+ grid-template-columns: 1fr auto 1fr;
59
+ align-items: start;
60
+ }
61
+
62
+ .pf-v6-c-compass__profile {
63
+ justify-self: end;
64
+ }
65
+ .pf-v6-c-compass__profile .pf-v6-c-menu-toggle.pf-m-plain {
66
+ margin-block-start: calc(var(--pf-v6-c-menu-toggle--PaddingBlockStart) * -1);
67
+ }
68
+
69
+ .pf-v6-c-compass__nav {
70
+ display: flex;
71
+ flex-direction: column;
72
+ gap: var(--pf-v6-c-compass__nav--RowGap);
73
+ align-items: center;
74
+ justify-self: stretch;
75
+ }
76
+
77
+ .pf-v6-c-compass__sidebar {
78
+ --pf-v6-c-compass__panel--Padding: var(--pf-v6-c-compass__sidebar--Padding);
79
+ }
80
+ .pf-v6-c-compass__sidebar.pf-m-start {
81
+ grid-area: sidebar-start;
82
+ }
83
+
84
+ .pf-v6-c-compass__main {
85
+ display: flex;
86
+ flex-direction: column;
87
+ grid-area: main;
88
+ gap: var(--pf-v6-c-compass__main--RowGap);
89
+ align-self: stretch;
90
+ min-height: 0;
91
+ }
92
+
93
+ .pf-v6-c-compass__content {
94
+ display: flex;
95
+ flex: 1 0 0;
96
+ flex-direction: column;
97
+ min-height: 0;
98
+ overflow: auto;
99
+ }
100
+ .pf-v6-c-compass__content > *:last-child {
101
+ flex-grow: 1;
102
+ max-height: 100%;
103
+ }
104
+
105
+ .pf-v6-c-compass__sidebar.pf-m-end {
106
+ grid-area: sidebar-end;
107
+ padding: var(--pf-t--global--spacer--sm);
108
+ }
109
+
110
+ .pf-v6-c-compass__footer {
111
+ display: flex;
112
+ grid-area: footer;
113
+ justify-content: center;
114
+ }
115
+
116
+ .pf-v6-c-compass__message-bar {
117
+ width: var(--pf-v6-c-compass__message-bar--Width);
118
+ min-width: var(--pf-v6-c-compass__message-bar--MinWidth);
119
+ max-width: var(--pf-v6-c-compass__message-bar--MaxWidth);
120
+ }
121
+
122
+ .pf-v6-c-compass__panel {
123
+ padding: var(--pf-v6-c-compass__panel--Padding);
124
+ background-color: var(--pf-v6-c-compass__panel--BackgroundColor);
125
+ backdrop-filter: var(--pf-v6-c-compass__panel--BackdropFilter);
126
+ border: var(--pf-v6-c-compass__panel--BorderWidth) solid var(--pf-v6-c-compass__panel--BorderColor);
127
+ border-radius: var(--pf-v6-c-compass__panel--BorderRadius);
128
+ box-shadow: var(--pf-v6-c-compass__panel--BoxShadow);
129
+ }
130
+ .pf-v6-c-compass__panel.pf-m-no-border {
131
+ border-width: 0;
132
+ }
133
+ .pf-v6-c-compass__panel.pf-m-no-padding {
134
+ padding: 0;
135
+ }
136
+ .pf-v6-c-compass__panel.pf-m-full-height {
137
+ height: 100%;
138
+ }
139
+ .pf-v6-c-compass__panel.pf-m-pill {
140
+ border-radius: var(--pf-v6-c-compass__panel--m-pill--BorderRadius);
141
+ }
142
+ .pf-v6-c-compass__panel.pf-m-scrollable {
143
+ overflow: auto;
144
+ }
145
+
146
+ .pf-v6-c-compass__hero {
147
+ display: flex;
148
+ padding-block-start: 32px;
149
+ padding-block-end: 32px;
150
+ padding-inline-start: 72px;
151
+ padding-inline-end: 0;
152
+ background-image: var(--pf-v6-c-compass__hero--BackgroundImage, var(--pf-v6-c-compass__hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-compass__hero--gradient--angle), var(--pf-v6-c-compass__hero--gradient--stop-1, var(--pf-v6-c-compass__hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-compass__hero--gradient--stop-2, var(--pf-v6-c-compass__hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-compass__hero--gradient--stop-3, var(--pf-v6-c-compass__hero--gradient--stop-3--light)) 100%);
153
+ background-repeat: no-repeat;
154
+ background-position: right center;
155
+ background-size: contain;
156
+ border-radius: 24px 72px;
157
+ }
158
+ :root:where(.pf-v6-theme-dark) .pf-v6-c-compass__hero {
159
+ --pf-v6-c-compass__hero--BackgroundImage: var(--pf-v6-c-compass__hero--BackgroundImage--dark);
160
+ --pf-v6-c-compass__hero--gradient--stop-1: var(--pf-v6-c-compass__hero--gradient--stop-1--dark);
161
+ --pf-v6-c-compass__hero--gradient--stop-2: var(--pf-v6-c-compass__hero--gradient--stop-2--dark);
162
+ --pf-v6-c-compass__hero--gradient--stop-3: var(--pf-v6-c-compass__hero--gradient--stop-3--dark);
163
+ }
164
+
165
+ .pf-v6-c-compass__hero-body {
166
+ width: min(var(--pf-v6-c-compass__hero-body--Width), var(--pf-v6-c-compass__hero-body--MaxWidth));
167
+ }
168
+
169
+ /* stylelint-disable */
170
+ @media (max-width: 1200px) {
171
+ .pf-v6-c-compass * {
172
+ display: none;
173
+ }
174
+ .pf-v6-c-compass {
175
+ position: relative;
176
+ display: grid;
177
+ grid-template-columns: auto;
178
+ grid-template-rows: auto;
179
+ place-content: center;
180
+ gap: 0;
181
+ }
182
+ .pf-v6-c-compass::after {
183
+ padding: 1em;
184
+ border-radius: var(--pf-t--global--border--radius--large);
185
+ background: var(--pf-t--global--background--color--primary--default);
186
+ content: "This page is optimized for wide screens.\a\aPlease view on a larger display and/or make your browser window wider.";
187
+ width: 80%;
188
+ width: 300px;
189
+ border: 1px solid var(--pf-t--global--border--color--default);
190
+ box-shadow: var(--pf-t--global--box-shadow--md);
191
+ white-space: pre-wrap;
192
+ text-align: center;
193
+ }
194
+ }
195
+ /* stylelint-enable */
@@ -0,0 +1,262 @@
1
+ @use '../../sass-utilities' as *;
2
+
3
+ @include pf-root($compass) {
4
+ --#{$compass}--BackgroundImage: var(--#{$compass}--BackgroundImage--light);
5
+ --#{$compass}--BackgroundImage--light: none;
6
+ --#{$compass}--BackgroundImage--dark: none;
7
+ --#{$compass}--Padding: var(--pf-t--global--spacer--inset--page-chrome);
8
+ --#{$compass}--RowGap: var(--pf-t--global--spacer--xl);
9
+ --#{$compass}--ColumnGap: var(--pf-t--global--spacer--xl);
10
+ --#{$compass}__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
11
+ --#{$compass}__sidebar--Padding: var(--pf-t--global--spacer--sm);
12
+ --#{$compass}__main--RowGap: var(--pf-t--global--spacer--md);
13
+ --#{$compass}__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
14
+ --#{$compass}__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
15
+ --#{$compass}__panel--BorderRadius: var(--pf-t--global--border--radius--large);
16
+ --#{$compass}__panel--m-pill--BorderRadius: var(--pf-t--global--border--radius--pill);
17
+ --#{$compass}__panel--Padding: var(--pf-t--global--spacer--inset--page-chrome);
18
+ --#{$compass}__panel--BorderWidth: var(--pf-t--global--border--width--regular);
19
+ --#{$compass}__panel--BorderColor: var(--pf-t--global--border--color--alt);
20
+ --#{$compass}__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
21
+ --#{$compass}__message-bar--Width: 450px;
22
+ --#{$compass}__message-bar--MinWidth: 300px;
23
+ --#{$compass}__message-bar--MaxWidth: 600px;
24
+ --#{$compass}__hero--gradient--angle: 109deg;
25
+ --#{$compass}__hero--gradient--stop-1--light: transparent;
26
+ --#{$compass}__hero--gradient--stop-2--light: transparent;
27
+ --#{$compass}__hero--gradient--stop-3--light: transparent;
28
+ --#{$compass}__hero--gradient--stop-1--dark: transparent;
29
+ --#{$compass}__hero--gradient--stop-2--dark: transparent;
30
+ --#{$compass}__hero--gradient--stop-3--dark: transparent;
31
+ --#{$compass}__hero--BackgroundImage--light: none;
32
+ --#{$compass}__hero--BackgroundImage--dark: none;
33
+ --#{$compass}__hero-body--Width: 800px;
34
+ --#{$compass}__hero-body--MaxWidth: 80%;
35
+ }
36
+
37
+ .#{$compass} {
38
+ display: grid;
39
+ grid-template-areas:
40
+ "header header header"
41
+ "sidebar-start main sidebar-end"
42
+ "footer footer footer";
43
+ grid-template-rows: auto 1fr auto;
44
+ grid-template-columns: auto 1fr auto;
45
+ gap: var(--#{$compass}--RowGap) var(--#{$compass}--ColumnGap);
46
+ align-items: center;
47
+ justify-content: center;
48
+ height: 100dvh;
49
+ padding: var(--#{$compass}--Padding);
50
+ background-image: var(--#{$compass}--BackgroundImage);
51
+ background-size: cover;
52
+
53
+ :root:where(.pf-v6-theme-dark) & {
54
+ --#{$compass}--BackgroundImage: var(--#{$compass}--BackgroundImage--dark);
55
+ }
56
+
57
+ @at-root .#{$compass}__panel,
58
+ & {
59
+ &.pf-m-no-glass {
60
+ --#{$compass}__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
61
+ }
62
+ }
63
+ }
64
+
65
+ .#{$compass}__header {
66
+ display: grid;
67
+ grid-area: header;
68
+ grid-template-columns: 1fr auto 1fr;
69
+ align-items: start;
70
+ }
71
+
72
+ .#{$compass}__profile {
73
+ justify-self: end;
74
+
75
+ // improves perceived alignment since it's a plain toggle
76
+ .#{$menu-toggle}.pf-m-plain {
77
+ margin-block-start: calc(var(--#{$menu-toggle}--PaddingBlockStart) * -1);
78
+ }
79
+ }
80
+
81
+ .#{$compass}__nav {
82
+ display: flex;
83
+ flex-direction: column;
84
+ gap: var(--#{$compass}__nav--RowGap);
85
+ align-items: center;
86
+ justify-self: stretch;
87
+ }
88
+
89
+ .#{$compass}__sidebar {
90
+ --#{$compass}__panel--Padding: var(--#{$compass}__sidebar--Padding);
91
+
92
+ &.pf-m-start {
93
+ grid-area: sidebar-start;
94
+ }
95
+ }
96
+
97
+ .#{$compass}__main {
98
+ display: flex;
99
+ flex-direction: column;
100
+ grid-area: main;
101
+ gap: var(--#{$compass}__main--RowGap);
102
+ align-self: stretch;
103
+ min-height: 0;
104
+ }
105
+
106
+ .#{$compass}__content {
107
+ display: flex;
108
+ flex: 1 0 0;
109
+ flex-direction: column;
110
+ min-height: 0;
111
+ overflow: auto;
112
+
113
+ // mask: linear-gradient(
114
+ // rgba(0, 0, 0, calc(1 - var(--#{$compass}__scroll-top) / 20)),
115
+ // black var(--#{$compass}--feather--length),
116
+ // black calc(100% - var(--#{$compass}--feather--length)),
117
+ // rgba(0, 0, 0, calc(1 - var(--#{$compass}__scroll-bottom) / 20))
118
+ // );
119
+ // backdrop-filter: blur(8px);
120
+
121
+ > *:last-child {
122
+ flex-grow: 1;
123
+ max-height: 100%;
124
+ }
125
+ }
126
+
127
+ .#{$compass}__sidebar.pf-m-end {
128
+ grid-area: sidebar-end;
129
+ padding: var(--pf-t--global--spacer--sm);
130
+ }
131
+
132
+ .#{$compass}__footer {
133
+ display: flex;
134
+ grid-area: footer;
135
+ justify-content: center;
136
+ }
137
+
138
+ .#{$compass}__message-bar {
139
+ width: var(--#{$compass}__message-bar--Width);
140
+ min-width: var(--#{$compass}__message-bar--MinWidth);
141
+ max-width: var(--#{$compass}__message-bar--MaxWidth);
142
+ }
143
+
144
+ .#{$compass}__panel {
145
+ padding: var(--#{$compass}__panel--Padding);
146
+ background-color: var(--#{$compass}__panel--BackgroundColor);
147
+ backdrop-filter: var(--#{$compass}__panel--BackdropFilter);
148
+ border: var(--#{$compass}__panel--BorderWidth) solid var(--#{$compass}__panel--BorderColor);
149
+ border-radius: var(--#{$compass}__panel--BorderRadius);
150
+ box-shadow: var(--#{$compass}__panel--BoxShadow);
151
+
152
+ &.pf-m-no-border {
153
+ border-width: 0;
154
+ }
155
+
156
+ &.pf-m-no-padding {
157
+ padding: 0;
158
+ }
159
+
160
+ &.pf-m-full-height {
161
+ height: 100%;
162
+ }
163
+
164
+ &.pf-m-pill {
165
+ border-radius: var(--#{$compass}__panel--m-pill--BorderRadius);
166
+ }
167
+
168
+ &.pf-m-scrollable {
169
+ overflow: auto;
170
+ }
171
+ }
172
+
173
+ .#{$compass}__hero {
174
+ display: flex;
175
+ padding-block-start: 32px;
176
+ padding-block-end: 32px;
177
+ padding-inline-start: 72px;
178
+ padding-inline-end: 0;
179
+ background-image: var(--#{$compass}__hero--BackgroundImage, var(--#{$compass}__hero--BackgroundImage--light)),
180
+ linear-gradient(
181
+ var(--#{$compass}__hero--gradient--angle),
182
+ var(--#{$compass}__hero--gradient--stop-1, var(--#{$compass}__hero--gradient--stop-1--light)) 0%,
183
+ var(--#{$compass}__hero--gradient--stop-2, var(--#{$compass}__hero--gradient--stop-2--light)) 50%,
184
+ var(--#{$compass}__hero--gradient--stop-3, var(--#{$compass}__hero--gradient--stop-3--light)) 100%
185
+ );
186
+ background-repeat: no-repeat;
187
+ background-position: right center;
188
+ background-size: contain;
189
+ border-radius: 24px 72px;
190
+
191
+ :root:where(.pf-v6-theme-dark) & {
192
+ --#{$compass}__hero--BackgroundImage: var(--#{$compass}__hero--BackgroundImage--dark);
193
+ --#{$compass}__hero--gradient--stop-1: var(--#{$compass}__hero--gradient--stop-1--dark);
194
+ --#{$compass}__hero--gradient--stop-2: var(--#{$compass}__hero--gradient--stop-2--dark);
195
+ --#{$compass}__hero--gradient--stop-3: var(--#{$compass}__hero--gradient--stop-3--dark);
196
+ }
197
+ }
198
+
199
+ .#{$compass}__hero-body {
200
+ width: min(var(--#{$compass}__hero-body--Width), var(--#{$compass}__hero-body--MaxWidth));
201
+ }
202
+
203
+ :where(.pf-v6-theme-dark) .#{$compass} {
204
+ // dark theme goes here
205
+ }
206
+
207
+ // .pf-chatbot__message-bar {
208
+ // width: 100%;
209
+ // min-width: var(--#{$compass}--message-bar--min-width);
210
+ // max-width: var(--#{$compass}--message-bar--max-width);
211
+ // padding-inline-start: 0px;
212
+ // padding-inline-end: 0.8em;
213
+ // background: transparent;
214
+ // border: 0;
215
+
216
+ // &:hover,
217
+ // &:focus-within {
218
+ // box-shadow: var(--pf-t--global--box-shadow--md);
219
+ // }
220
+
221
+ // .pf-chatbot__button--send.pf-m-compact {
222
+ // width: auto;
223
+ // height: auto;
224
+ // padding: var(--pf-v6-c-button--m-small--PaddingBlockStart) var(--pf-v6-c-button--m-small--PaddingInlineEnd)
225
+ // var(--pf-v6-c-button--m-small--PaddingBlockEnd) var(--pf-v6-c-button--m-small--PaddingInlineStart);
226
+
227
+ // .pf-v6-c-button__icon {
228
+ // min-width: 1lh;
229
+ // }
230
+ // }
231
+ // }
232
+
233
+
234
+
235
+ /* stylelint-disable */
236
+ @media (max-width: 1200px) {
237
+ .#{$compass} * {
238
+ display: none;
239
+ }
240
+ .#{$compass} {
241
+ position: relative;
242
+ display: grid;
243
+ grid-template-columns: auto;
244
+ grid-template-rows: auto;
245
+ place-content: center;
246
+ gap: 0;
247
+
248
+ &::after {
249
+ padding: 1em;
250
+ border-radius: var(--pf-t--global--border--radius--large);
251
+ background: var(--pf-t--global--background--color--primary--default);
252
+ content: "This page is optimized for wide screens.\a\a Please view on a larger display and/or make your browser window wider.";
253
+ width: 80%;
254
+ width: 300px;
255
+ border: 1px solid var(--pf-t--global--border--color--default);
256
+ box-shadow: var(--pf-t--global--box-shadow--md);
257
+ white-space: pre-wrap;
258
+ text-align: center;
259
+ }
260
+ }
261
+ }
262
+ /* stylelint-enable */
@@ -412,7 +412,8 @@
412
412
  --pf-v6-c-data-list--sm--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
413
413
  --pf-v6-c-data-list--sm--BorderBlockStartColor: var(--pf-t--global--border--color--default);
414
414
  --pf-v6-c-data-list--MarginInlineStart: var(--pf-t--global--spacer--md);
415
- --pf-v6-c-data-list__item--BackgroundColor: var( --pf-t--global--background--color--primary--default);
415
+ --pf-v6-c-data-list__item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
416
+ --pf-v6-c-data-list--pf-m-plain__item--BackgroundColor: transparent;
416
417
  --pf-v6-c-data-list__item--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
417
418
  --pf-v6-c-data-list__item--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
418
419
  --pf-v6-c-data-list__item--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
@@ -567,6 +568,9 @@
567
568
  .pf-v6-c-data-list.pf-m-drag-over {
568
569
  overflow-anchor: none;
569
570
  }
571
+ .pf-v6-c-data-list.pf-m-plain {
572
+ --pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
573
+ }
570
574
 
571
575
  .pf-v6-c-data-list.pf-m-truncate,
572
576
  .pf-v6-c-data-list__item-row.pf-m-truncate,
@@ -16,7 +16,8 @@
16
16
  }
17
17
 
18
18
  // item
19
- --#{$data-list}__item--BackgroundColor: var( --pf-t--global--background--color--primary--default);
19
+ --#{$data-list}__item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
20
+ --#{$data-list}--pf-m-plain__item--BackgroundColor: transparent;
20
21
  --#{$data-list}__item--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
21
22
  --#{$data-list}__item--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
22
23
  --#{$data-list}__item--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
@@ -189,6 +190,10 @@
189
190
  &.pf-m-drag-over {
190
191
  overflow-anchor: none;
191
192
  }
193
+
194
+ &.pf-m-plain {
195
+ --#{$data-list}__item--BackgroundColor: var(--#{$data-list}--pf-m-plain__item--BackgroundColor);
196
+ }
192
197
  }
193
198
 
194
199
  .#{$data-list},