@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.10

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 (220) hide show
  1. package/README.md +1 -1
  2. package/assets/images/img_avatar-rhds.svg +22 -0
  3. package/assets/images/pf-logo-avatar.jpg +0 -0
  4. package/base/normalize.scss +2 -0
  5. package/base/patternfly-common.css +2 -2
  6. package/base/patternfly-common.scss +1 -1
  7. package/base/patternfly-fa-icons.css +3 -3
  8. package/base/patternfly-fa-icons.scss +3 -3
  9. package/base/patternfly-variables.css +58 -56
  10. package/base/reset.scss +2 -0
  11. package/base/tokens/tokens-charts-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  14. package/base/tokens/tokens-charts.scss +1 -1
  15. package/base/tokens/tokens-dark.scss +9 -9
  16. package/base/tokens/tokens-default.scss +8 -8
  17. package/base/tokens/tokens-felt-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  19. package/base/tokens/tokens-felt-glass.scss +10 -9
  20. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  21. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  22. package/base/tokens/tokens-felt.scss +1 -1
  23. package/base/tokens/tokens-glass-dark.scss +8 -8
  24. package/base/tokens/tokens-glass.scss +10 -9
  25. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  26. package/base/tokens/tokens-highcontrast.scss +7 -7
  27. package/base/tokens/tokens-palette.scss +1 -1
  28. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  29. package/components/AboutModalBox/about-modal-box.css +1 -1
  30. package/components/AboutModalBox/about-modal-box.scss +1 -1
  31. package/components/Accordion/accordion.css +8 -4
  32. package/components/Accordion/accordion.scss +9 -4
  33. package/components/Alert/alert-group.css +1 -1
  34. package/components/Alert/alert-group.scss +1 -1
  35. package/components/Alert/alert.css +4 -3
  36. package/components/Alert/alert.scss +4 -3
  37. package/components/Avatar/avatar.css +144 -0
  38. package/components/Avatar/avatar.scss +161 -0
  39. package/components/Breadcrumb/breadcrumb.css +1 -1
  40. package/components/Breadcrumb/breadcrumb.scss +1 -1
  41. package/components/Button/button.css +9 -6
  42. package/components/Button/button.scss +10 -6
  43. package/components/Card/card.css +2 -2
  44. package/components/Card/card.scss +3 -3
  45. package/components/Check/check.css +1 -1
  46. package/components/Check/check.scss +1 -1
  47. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  48. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  49. package/components/Compass/compass.css +7 -3
  50. package/components/Compass/compass.scss +7 -3
  51. package/components/Content/content.css +2 -2
  52. package/components/Content/content.scss +2 -2
  53. package/components/DataList/data-list.css +1 -1
  54. package/components/DataList/data-list.scss +1 -1
  55. package/components/DescriptionList/description-list.css +0 -1
  56. package/components/DescriptionList/description-list.scss +0 -1
  57. package/components/Drawer/drawer.css +2 -2
  58. package/components/Drawer/drawer.scss +2 -2
  59. package/components/DualListSelector/dual-list-selector.css +6 -6
  60. package/components/DualListSelector/dual-list-selector.scss +6 -6
  61. package/components/ExpandableSection/expandable-section.css +3 -3
  62. package/components/ExpandableSection/expandable-section.scss +3 -3
  63. package/components/Form/form.css +12 -12
  64. package/components/Form/form.scss +6 -6
  65. package/components/FormControl/form-control.css +1 -1
  66. package/components/FormControl/form-control.scss +3 -1
  67. package/components/Hero/hero.css +1 -1
  68. package/components/Hero/hero.scss +1 -1
  69. package/components/Hint/hint.css +1 -1
  70. package/components/Hint/hint.scss +1 -1
  71. package/components/InputGroup/input-group.css +5 -5
  72. package/components/InputGroup/input-group.scss +5 -5
  73. package/components/JumpLinks/jump-links.css +1 -1
  74. package/components/JumpLinks/jump-links.scss +1 -1
  75. package/components/Label/label.css +1 -1
  76. package/components/Label/label.scss +1 -1
  77. package/components/Login/login.css +2 -2
  78. package/components/Login/login.scss +2 -2
  79. package/components/Masthead/masthead.css +2 -2
  80. package/components/Masthead/masthead.scss +2 -2
  81. package/components/Menu/menu.css +4 -4
  82. package/components/Menu/menu.scss +4 -4
  83. package/components/MenuToggle/menu-toggle.css +4 -1
  84. package/components/MenuToggle/menu-toggle.scss +5 -2
  85. package/components/ModalBox/modal-box.css +1 -1
  86. package/components/ModalBox/modal-box.scss +1 -1
  87. package/components/Nav/nav.css +5 -5
  88. package/components/Nav/nav.scss +5 -5
  89. package/components/NotificationDrawer/notification-drawer.css +5 -5
  90. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  91. package/components/Page/page.css +26 -21
  92. package/components/Page/page.scss +30 -25
  93. package/components/Popover/popover.css +1 -1
  94. package/components/Popover/popover.scss +2 -2
  95. package/components/Progress/progress.css +3 -3
  96. package/components/Progress/progress.scss +3 -6
  97. package/components/ProgressStepper/progress-stepper.css +1 -1
  98. package/components/Radio/radio.css +1 -1
  99. package/components/Radio/radio.scss +1 -1
  100. package/components/Sidebar/sidebar.css +4 -7
  101. package/components/Sidebar/sidebar.scss +9 -9
  102. package/components/Spinner/spinner.css +2 -2
  103. package/components/Spinner/spinner.scss +2 -2
  104. package/components/Switch/switch.css +1 -1
  105. package/components/Switch/switch.scss +1 -1
  106. package/components/Table/table-tree-view.css +10 -10
  107. package/components/Table/table-tree-view.scss +2 -2
  108. package/components/Table/table.css +37 -10
  109. package/components/Table/table.scss +53 -14
  110. package/components/Tabs/tabs.css +3 -3
  111. package/components/Tabs/tabs.scss +3 -3
  112. package/components/TextInputGroup/text-input-group.css +1 -1
  113. package/components/TextInputGroup/text-input-group.scss +1 -1
  114. package/components/Title/title.css +1 -1
  115. package/components/Title/title.scss +1 -1
  116. package/components/Toolbar/toolbar.css +1 -1
  117. package/components/Toolbar/toolbar.scss +1 -1
  118. package/components/Tooltip/tooltip.css +1 -1
  119. package/components/Tooltip/tooltip.scss +2 -2
  120. package/components/TreeView/tree-view.css +5 -5
  121. package/components/TreeView/tree-view.scss +5 -5
  122. package/components/Wizard/wizard.css +5 -5
  123. package/components/Wizard/wizard.scss +5 -5
  124. package/components/_index.css +342 -155
  125. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  126. package/docs/components/Accordion/examples/Accordion.md +30 -30
  127. package/docs/components/ActionList/examples/ActionList.md +11 -11
  128. package/docs/components/Alert/examples/Alert.md +54 -54
  129. package/docs/components/Avatar/examples/Avatar.css +6 -0
  130. package/docs/components/Avatar/examples/Avatar.md +414 -40
  131. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  132. package/docs/components/Banner/examples/Banner.md +10 -10
  133. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  134. package/docs/components/Button/examples/Button.md +184 -184
  135. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  136. package/docs/components/Card/examples/Card.md +14 -14
  137. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  138. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  139. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  140. package/docs/components/DataList/examples/DataList.md +34 -34
  141. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  142. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  143. package/docs/components/Drawer/examples/Drawer.md +23 -23
  144. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  145. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  146. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  147. package/docs/components/Form/examples/Form.md +6 -6
  148. package/docs/components/Hint/examples/Hint.md +3 -3
  149. package/docs/components/Icon/examples/Icon.md +9 -9
  150. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  151. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  152. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  153. package/docs/components/Label/examples/Label.md +218 -218
  154. package/docs/components/Login/examples/Login.md +4 -4
  155. package/docs/components/Masthead/examples/masthead.md +1 -1
  156. package/docs/components/Menu/examples/Menu.md +129 -129
  157. package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
  158. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  159. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  160. package/docs/components/Nav/examples/Navigation.md +66 -66
  161. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  162. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  163. package/docs/components/Page/examples/Page.md +1 -1
  164. package/docs/components/Pagination/examples/Pagination.md +92 -92
  165. package/docs/components/Popover/examples/Popover.md +22 -22
  166. package/docs/components/Progress/examples/Progress.md +7 -7
  167. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  168. package/docs/components/Sidebar/examples/Sidebar.md +3 -1
  169. package/docs/components/Slider/examples/Slider.md +4 -4
  170. package/docs/components/Table/examples/Table.css +6 -0
  171. package/docs/components/Table/examples/Table.md +807 -527
  172. package/docs/components/Tabs/examples/Tabs.md +378 -378
  173. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  174. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  175. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  176. package/docs/components/TreeView/examples/TreeView.md +104 -104
  177. package/docs/components/Wizard/examples/Wizard.md +40 -40
  178. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  179. package/docs/demos/Alert/examples/Alert.md +32 -32
  180. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  181. package/docs/demos/Banner/examples/Banner.md +16 -16
  182. package/docs/demos/Button/examples/Button.md +1 -1
  183. package/docs/demos/Card/examples/Card.md +78 -78
  184. package/docs/demos/CardView/examples/CardView.md +38 -38
  185. package/docs/demos/Compass/examples/Compass.md +294 -238
  186. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  187. package/docs/demos/DataList/examples/DataList.md +101 -101
  188. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  189. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  190. package/docs/demos/Form/examples/BasicForms.md +21 -21
  191. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  192. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  193. package/docs/demos/Modal/examples/Modal.md +54 -54
  194. package/docs/demos/Nav/examples/Nav.md +93 -93
  195. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  196. package/docs/demos/Page/examples/Page.md +119 -119
  197. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  198. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  199. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  200. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  201. package/docs/demos/Table/examples/Table.md +630 -630
  202. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  203. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  204. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  205. package/layouts/Gallery/gallery.css +1 -1
  206. package/layouts/Gallery/gallery.scss +1 -1
  207. package/layouts/Grid/grid.css +1 -1
  208. package/layouts/Grid/grid.scss +1 -1
  209. package/layouts/_index.css +2 -2
  210. package/package.json +11 -12
  211. package/patternfly-addons.css +12 -12
  212. package/patternfly-base-no-globals.css +63 -61
  213. package/patternfly-base.css +63 -61
  214. package/patternfly-no-globals.css +407 -218
  215. package/patternfly.css +407 -218
  216. package/patternfly.min.css +1 -1
  217. package/patternfly.min.css.map +1 -1
  218. package/sass-utilities/mixins.scss +2 -2
  219. package/utilities/Accessibility/accessibility.css +12 -12
  220. package/utilities/_index.css +12 -12
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PatternFly
2
-
2
+
3
3
  ## Contributing
4
4
 
5
5
  We welcome contributions to PatternFly! Please read our [Contributing Guide](https://pf-core-staging.patternfly.org/contribution) to learn how to get started, submit issues, and contribute code to the project.
@@ -0,0 +1,22 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
2
+ <g>
3
+ <rect width="48" height="48" fill="#147878"/>
4
+ <rect x="36" y="42" width="6" height="6" fill="#004D4D"/>
5
+ <rect x="6" y="42" width="6" height="6" fill="#004D4D"/>
6
+ <rect x="12" y="36" width="24" height="6" fill="#004D4D"/>
7
+ <rect x="18" y="30" width="12" height="6" fill="#004D4D"/>
8
+ <rect width="6" height="24" transform="matrix(-1 0 0 1 48 12)" fill="#004D4D"/>
9
+ <rect width="6" height="6" transform="matrix(-1 0 0 1 42 30)" fill="#004D4D"/>
10
+ <rect width="6" height="6" transform="matrix(-1 0 0 1 36 24)" fill="#004D4D"/>
11
+ <rect width="6" height="6" transform="matrix(-1 0 0 1 42 18)" fill="#004D4D"/>
12
+ <rect width="6" height="6" transform="matrix(-1 0 0 1 36 12)" fill="#004D4D"/>
13
+ <rect width="6" height="6" transform="matrix(-1 0 0 1 42 6)" fill="#004D4D"/>
14
+ <rect x="18" width="12" height="12" fill="#004D4D"/>
15
+ <rect x="6" y="30" width="6" height="6" fill="#004D4D"/>
16
+ <rect x="12" y="24" width="6" height="6" fill="#004D4D"/>
17
+ <rect x="6" y="18" width="6" height="6" fill="#004D4D"/>
18
+ <rect x="12" y="12" width="6" height="6" fill="#004D4D"/>
19
+ <rect x="6" y="6" width="6" height="6" fill="#004D4D"/>
20
+ <rect y="12" width="6" height="24" fill="#004D4D"/>
21
+ </g>
22
+ </svg>
Binary file
@@ -2,6 +2,7 @@
2
2
 
3
3
  // Normalize
4
4
  @if $pf-v6-global--enable-normalize {
5
+ // stylelint-disable selector-max-type
5
6
  *,
6
7
  *::before,
7
8
  *::after {
@@ -144,4 +145,5 @@
144
145
  :where(.pf-v6-theme-dark) {
145
146
  color-scheme: dark;
146
147
  }
148
+ // stylelint-enable selector-max-type
147
149
  }
@@ -3,9 +3,9 @@
3
3
  inset-block-start: 0;
4
4
  inset-inline-start: 0;
5
5
  overflow: hidden;
6
- clip: rect(0, 0, 0, 0);
7
6
  white-space: nowrap;
8
7
  border: 0;
8
+ clip-path: inset(50%);
9
9
  }
10
10
  .pf-v6-screen-reader.pf-m-full-size {
11
11
  width: 100%;
@@ -108,8 +108,8 @@
108
108
  }
109
109
  }
110
110
  :root {
111
- container-type: inline-size;
112
111
  container-name: pf-v6-contain-viewport pf-v6-contain-table;
112
+ container-type: inline-size;
113
113
  }
114
114
 
115
115
  @property --pf-v6-global--danger-jiggle--TranslateX {
@@ -128,8 +128,8 @@
128
128
  --#{$pf-global}--thinking-active--Animation--Duration: 2s;
129
129
  }
130
130
 
131
- container-type: inline-size;
132
131
  container-name: #{$pf-prefix}contain-viewport #{$pf-prefix}contain-table;
132
+ container-type: inline-size;
133
133
  }
134
134
 
135
135
  // Register the property type for the custom property to be animatable
@@ -5544,11 +5544,11 @@
5544
5544
  .far,
5545
5545
  .fal,
5546
5546
  .fab {
5547
- -moz-osx-font-smoothing: grayscale;
5548
- -webkit-font-smoothing: antialiased;
5549
5547
  display: inline-block;
5550
5548
  font-style: normal;
5551
5549
  font-variant: normal;
5552
- text-rendering: auto;
5553
5550
  line-height: 1;
5551
+ text-rendering: auto;
5552
+ -moz-osx-font-smoothing: grayscale;
5553
+ -webkit-font-smoothing: antialiased;
5554
5554
  }
@@ -32,13 +32,13 @@
32
32
  }
33
33
 
34
34
  @mixin pf-fa-icon-base {
35
- -moz-osx-font-smoothing: grayscale;
36
- -webkit-font-smoothing: antialiased;
37
35
  display: inline-block;
38
36
  font-style: normal;
39
37
  font-variant: normal;
40
- text-rendering: auto;
41
38
  line-height: 1;
39
+ text-rendering: auto;
40
+ -moz-osx-font-smoothing: grayscale;
41
+ -webkit-font-smoothing: antialiased;
42
42
  }
43
43
 
44
44
  @if not($pf-v6-global--disable-fontawesome) {
@@ -78,12 +78,12 @@
78
78
  --pf-t--color--yellow--60: #96640f;
79
79
  --pf-t--color--yellow--70: #73480b;
80
80
  --pf-t--color--yellow--80: #54330b;
81
- --pf-t--global--background--color--500: rgba(21, 21, 21, 0.4000);
82
- --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
83
- --pf-t--global--background--color--700: rgba(199, 199, 199, 0.1000);
84
- --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
81
+ --pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
82
+ --pf-t--global--background--color--600: rgb(199, 199, 199, 0.2500);
83
+ --pf-t--global--background--color--700: rgb(199, 199, 199, 0.1000);
84
+ --pf-t--global--background--color--action--plain--default: rgb(255, 255, 255, 0.0000);
85
85
  --pf-t--global--background--filter--glass--blur--primary: initial;
86
- --pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000);
86
+ --pf-t--global--border--color--high-contrast: rgb(255, 255, 255, 0.0000);
87
87
  --pf-t--global--border--radius--0: 0px;
88
88
  --pf-t--global--border--radius--100: 4px;
89
89
  --pf-t--global--border--radius--200: 6px;
@@ -121,8 +121,8 @@
121
121
  --pf-t--global--box-shadow--blur--100: 6px;
122
122
  --pf-t--global--box-shadow--blur--200: 10px;
123
123
  --pf-t--global--box-shadow--blur--300: 20px;
124
- --pf-t--global--box-shadow--color--100: rgba(41, 41, 41, 0.1500);
125
- --pf-t--global--box-shadow--color--200: rgba(41, 41, 41, 0.2000);
124
+ --pf-t--global--box-shadow--color--100: rgb(41, 41, 41, 0.1500);
125
+ --pf-t--global--box-shadow--color--200: rgb(41, 41, 41, 0.2000);
126
126
  --pf-t--global--box-shadow--spread--100: 0px;
127
127
  --pf-t--global--box-shadow--spread--200: -4px;
128
128
  --pf-t--global--box-shadow--spread--300: -8px;
@@ -995,10 +995,10 @@
995
995
  }
996
996
 
997
997
  :root:where(.pf-v6-theme-high-contrast) {
998
- --pf-t--global--background--color--500: rgba(21, 21, 21, 0.4000);
999
- --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
1000
- --pf-t--global--background--color--700: rgba(199, 199, 199, 0.1000);
1001
- --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
998
+ --pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
999
+ --pf-t--global--background--color--600: rgb(199, 199, 199, 0.2500);
1000
+ --pf-t--global--background--color--700: rgb(199, 199, 199, 0.1000);
1001
+ --pf-t--global--background--color--action--plain--default: rgb(255, 255, 255, 0.0000);
1002
1002
  --pf-t--global--background--filter--glass--blur--primary: initial;
1003
1003
  --pf-t--global--border--radius--0: 0px;
1004
1004
  --pf-t--global--border--radius--100: 4px;
@@ -1032,8 +1032,8 @@
1032
1032
  --pf-t--global--box-shadow--blur--100: 6px;
1033
1033
  --pf-t--global--box-shadow--blur--200: 10px;
1034
1034
  --pf-t--global--box-shadow--blur--300: 20px;
1035
- --pf-t--global--box-shadow--color--100: rgba(41, 41, 41, 0.1500);
1036
- --pf-t--global--box-shadow--color--200: rgba(41, 41, 41, 0.2000);
1035
+ --pf-t--global--box-shadow--color--100: rgb(41, 41, 41, 0.1500);
1036
+ --pf-t--global--box-shadow--color--200: rgb(41, 41, 41, 0.2000);
1037
1037
  --pf-t--global--box-shadow--spread--100: 0px;
1038
1038
  --pf-t--global--box-shadow--spread--200: -4px;
1039
1039
  --pf-t--global--box-shadow--spread--300: -8px;
@@ -1750,13 +1750,13 @@
1750
1750
  }
1751
1751
 
1752
1752
  :root:where(.pf-v6-theme-glass) {
1753
- --pf-t--global--background--color--glass--primary--default: rgba(255, 255, 255, 0.5000);
1754
- --pf-t--global--background--color--primary--clicked: rgba(199, 199, 199, 0.3000);
1755
- --pf-t--global--background--color--primary--default: rgba(255, 255, 255, 0.6000);
1756
- --pf-t--global--background--color--primary--hover: rgba(199, 199, 199, 0.3000);
1757
- --pf-t--global--background--color--secondary--clicked: rgba(163, 163, 163, 0.3000);
1758
- --pf-t--global--background--color--secondary--default: rgba(199, 199, 199, 0.3000);
1759
- --pf-t--global--background--color--secondary--hover: rgba(163, 163, 163, 0.3000);
1753
+ --pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
1754
+ --pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
1755
+ --pf-t--global--background--color--primary--default: rgb(255, 255, 255, 0.6000);
1756
+ --pf-t--global--background--color--primary--hover: rgb(199, 199, 199, 0.3000);
1757
+ --pf-t--global--background--color--secondary--clicked: rgb(163, 163, 163, 0.3000);
1758
+ --pf-t--global--background--color--secondary--default: rgb(199, 199, 199, 0.3000);
1759
+ --pf-t--global--background--color--secondary--hover: rgb(163, 163, 163, 0.3000);
1760
1760
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
1761
1761
  --pf-t--global--border--width--main--default: var(--pf-t--global--border--width--100);
1762
1762
  --pf-t--global--background--color--action--plain--alt--clicked: var(--pf-t--global--background--color--action--plain--clicked);
@@ -1764,6 +1764,7 @@
1764
1764
  --pf-t--global--border--color--glass--default: var(--pf-t--global--border--color--alt);
1765
1765
  --pf-t--global--border--radius--glass--default: var(--pf-t--global--border--radius--medium);
1766
1766
  --pf-t--global--border--width--glass--default: var(--pf-t--global--border--width--regular);
1767
+ --pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
1767
1768
  --pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
1768
1769
  --pf-t--global--background--image--default: var(--pf-t--global--background--image--glass, url("../assets/images/PF-Bkg-Generic-Light.svg"));
1769
1770
  --pf-t--global--box-shadow--glass--default: var(--pf-t--global--box-shadow--md);
@@ -1895,13 +1896,13 @@
1895
1896
  }
1896
1897
 
1897
1898
  :root:where(.pf-v6-theme-felt.pf-v6-theme-glass) {
1898
- --pf-t--global--background--color--glass--primary--default: rgba(255, 255, 255, 0.5000);
1899
- --pf-t--global--background--color--primary--clicked: rgba(199, 199, 199, 0.3000);
1900
- --pf-t--global--background--color--primary--default: rgba(255, 255, 255, 0.6000);
1901
- --pf-t--global--background--color--primary--hover: rgba(199, 199, 199, 0.3000);
1902
- --pf-t--global--background--color--secondary--clicked: rgba(163, 163, 163, 0.3000);
1903
- --pf-t--global--background--color--secondary--default: rgba(199, 199, 199, 0.3000);
1904
- --pf-t--global--background--color--secondary--hover: rgba(163, 163, 163, 0.3000);
1899
+ --pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
1900
+ --pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
1901
+ --pf-t--global--background--color--primary--default: rgb(255, 255, 255, 0.6000);
1902
+ --pf-t--global--background--color--primary--hover: rgb(199, 199, 199, 0.3000);
1903
+ --pf-t--global--background--color--secondary--clicked: rgb(163, 163, 163, 0.3000);
1904
+ --pf-t--global--background--color--secondary--default: rgb(199, 199, 199, 0.3000);
1905
+ --pf-t--global--background--color--secondary--hover: rgb(163, 163, 163, 0.3000);
1905
1906
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
1906
1907
  --pf-t--global--border--width--main--default: var(--pf-t--global--border--width--100);
1907
1908
  --pf-t--global--background--color--action--plain--alt--clicked: var(--pf-t--global--background--color--action--plain--clicked);
@@ -1917,20 +1918,21 @@
1917
1918
  --pf-t--global--color--brand--accent--clicked: var(--pf-t--global--color--brand--accent--200);
1918
1919
  --pf-t--global--color--brand--accent--default: var(--pf-t--global--color--brand--accent--100);
1919
1920
  --pf-t--global--color--brand--accent--hover: var(--pf-t--global--color--brand--accent--200);
1921
+ --pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
1920
1922
  --pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
1921
1923
  --pf-t--global--background--image--default: var(--pf-t--global--background--image--felt--glass, url("../assets/images/Felt-Bkg-Generic-Light.svg"));
1922
1924
  }
1923
1925
 
1924
1926
  :root:where(.pf-v6-theme-dark) {
1925
- --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
1926
- --pf-t--global--background--color--striped--row--default: rgba(21, 21, 21, 0.3000);
1927
+ --pf-t--global--background--color--action--plain--default: rgb(0, 0, 0, 0.0000);
1928
+ --pf-t--global--background--color--striped--row--default: rgb(21, 21, 21, 0.3000);
1927
1929
  --pf-t--global--background--filter--glass--blur--primary: initial;
1928
- --pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000);
1929
- --pf-t--global--dark--background--color--500: rgba(21, 21, 21, 0.8000);
1930
- --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
1931
- --pf-t--global--dark--background--color--700: rgba(199, 199, 199, 0.2500);
1932
- --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
1933
- --pf-t--global--dark--box-shadow--color--200: rgba(0, 0, 0, 0.6000);
1930
+ --pf-t--global--border--color--high-contrast: rgb(255, 255, 255, 0.0000);
1931
+ --pf-t--global--dark--background--color--500: rgb(21, 21, 21, 0.8000);
1932
+ --pf-t--global--dark--background--color--600: rgb(199, 199, 199, 0.1500);
1933
+ --pf-t--global--dark--background--color--700: rgb(199, 199, 199, 0.2500);
1934
+ --pf-t--global--dark--box-shadow--color--100: rgb(0, 0, 0, 0.5000);
1935
+ --pf-t--global--dark--box-shadow--color--200: rgb(0, 0, 0, 0.6000);
1934
1936
  --pf-t--global--background--color--action--plain--clicked: var(--pf-t--global--dark--background--color--600);
1935
1937
  --pf-t--global--background--color--action--plain--hover: var(--pf-t--global--dark--background--color--600);
1936
1938
  --pf-t--global--background--color--backdrop--default: var(--pf-t--global--dark--background--color--500);
@@ -2380,14 +2382,14 @@
2380
2382
  }
2381
2383
 
2382
2384
  :root:where(.pf-v6-theme-dark.pf-v6-theme-high-contrast) {
2383
- --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
2384
- --pf-t--global--background--color--striped--row--default: rgba(21, 21, 21, 0.3000);
2385
+ --pf-t--global--background--color--action--plain--default: rgb(0, 0, 0, 0.0000);
2386
+ --pf-t--global--background--color--striped--row--default: rgb(21, 21, 21, 0.3000);
2385
2387
  --pf-t--global--background--filter--glass--blur--primary: initial;
2386
- --pf-t--global--dark--background--color--500: rgba(21, 21, 21, 0.8000);
2387
- --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
2388
- --pf-t--global--dark--background--color--700: rgba(199, 199, 199, 0.2500);
2389
- --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
2390
- --pf-t--global--dark--box-shadow--color--200: rgba(0, 0, 0, 0.6000);
2388
+ --pf-t--global--dark--background--color--500: rgb(21, 21, 21, 0.8000);
2389
+ --pf-t--global--dark--background--color--600: rgb(199, 199, 199, 0.1500);
2390
+ --pf-t--global--dark--background--color--700: rgb(199, 199, 199, 0.2500);
2391
+ --pf-t--global--dark--box-shadow--color--100: rgb(0, 0, 0, 0.5000);
2392
+ --pf-t--global--dark--box-shadow--color--200: rgb(0, 0, 0, 0.6000);
2391
2393
  --pf-t--global--background--color--action--plain--clicked: var(--pf-t--global--dark--background--color--600);
2392
2394
  --pf-t--global--background--color--action--plain--hover: var(--pf-t--global--dark--background--color--600);
2393
2395
  --pf-t--global--background--color--backdrop--default: var(--pf-t--global--dark--background--color--500);
@@ -2821,13 +2823,13 @@
2821
2823
  }
2822
2824
 
2823
2825
  :root:where(.pf-v6-theme-dark.pf-v6-theme-glass) {
2824
- --pf-t--global--background--color--glass--primary--default: rgba(41, 41, 41, 0.5000);
2825
- --pf-t--global--background--color--primary--clicked: rgba(56, 56, 56, 0.5000);
2826
- --pf-t--global--background--color--primary--default: rgba(41, 41, 41, 0.5000);
2827
- --pf-t--global--background--color--primary--hover: rgba(56, 56, 56, 0.5000);
2828
- --pf-t--global--background--color--secondary--clicked: rgba(41, 41, 41, 0.6000);
2829
- --pf-t--global--background--color--secondary--default: rgba(21, 21, 21, 0.6000);
2830
- --pf-t--global--background--color--secondary--hover: rgba(41, 41, 41, 0.6000);
2826
+ --pf-t--global--background--color--glass--primary--default: rgb(41, 41, 41, 0.5000);
2827
+ --pf-t--global--background--color--primary--clicked: rgb(56, 56, 56, 0.5000);
2828
+ --pf-t--global--background--color--primary--default: rgb(41, 41, 41, 0.5000);
2829
+ --pf-t--global--background--color--primary--hover: rgb(56, 56, 56, 0.5000);
2830
+ --pf-t--global--background--color--secondary--clicked: rgb(41, 41, 41, 0.6000);
2831
+ --pf-t--global--background--color--secondary--default: rgb(21, 21, 21, 0.6000);
2832
+ --pf-t--global--background--color--secondary--hover: rgb(41, 41, 41, 0.6000);
2831
2833
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
2832
2834
  --pf-t--global--background--color--control--default: var(--pf-t--global--dark--background--color--500);
2833
2835
  --pf-t--global--background--color--control--read-only: var(--pf-t--global--dark--background--color--500);
@@ -2890,13 +2892,13 @@
2890
2892
  }
2891
2893
 
2892
2894
  :root:where(.pf-v6-theme-dark.pf-v6-theme-felt.pf-v6-theme-glass) {
2893
- --pf-t--global--background--color--glass--primary--default: rgba(41, 41, 41, 0.5000);
2894
- --pf-t--global--background--color--primary--clicked: rgba(56, 56, 56, 0.5000);
2895
- --pf-t--global--background--color--primary--default: rgba(41, 41, 41, 0.5000);
2896
- --pf-t--global--background--color--primary--hover: rgba(56, 56, 56, 0.5000);
2897
- --pf-t--global--background--color--secondary--clicked: rgba(41, 41, 41, 0.6000);
2898
- --pf-t--global--background--color--secondary--default: rgba(21, 21, 21, 0.6000);
2899
- --pf-t--global--background--color--secondary--hover: rgba(41, 41, 41, 0.6000);
2895
+ --pf-t--global--background--color--glass--primary--default: rgb(41, 41, 41, 0.5000);
2896
+ --pf-t--global--background--color--primary--clicked: rgb(56, 56, 56, 0.5000);
2897
+ --pf-t--global--background--color--primary--default: rgb(41, 41, 41, 0.5000);
2898
+ --pf-t--global--background--color--primary--hover: rgb(56, 56, 56, 0.5000);
2899
+ --pf-t--global--background--color--secondary--clicked: rgb(41, 41, 41, 0.6000);
2900
+ --pf-t--global--background--color--secondary--default: rgb(21, 21, 21, 0.6000);
2901
+ --pf-t--global--background--color--secondary--hover: rgb(41, 41, 41, 0.6000);
2900
2902
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
2901
2903
  --pf-t--global--background--color--control--default: var(--pf-t--global--dark--background--color--500);
2902
2904
  --pf-t--global--background--color--control--read-only: var(--pf-t--global--dark--background--color--500);
package/base/reset.scss CHANGED
@@ -1,6 +1,7 @@
1
1
  @use '../sass-utilities/scss-variables.scss' as *;
2
2
 
3
3
  // Reset - based on minireset.css v0.0.3 | MIT License github.com/jgthms/minireset.css
4
+ // stylelint-disable selector-max-type
4
5
  @if $pf-v6-global--enable-reset {
5
6
  :where(
6
7
  html,
@@ -30,4 +31,5 @@
30
31
  padding: 0;
31
32
  margin: 0;
32
33
  }
34
+ // stylelint-enable selector-max-type
33
35
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,17 +1,17 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
- --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
7
- --pf-t--global--background--color--striped--row--default: rgba(21, 21, 21, 0.3000);
6
+ --pf-t--global--background--color--action--plain--default: rgb(0, 0, 0, 0.0000);
7
+ --pf-t--global--background--color--striped--row--default: rgb(21, 21, 21, 0.3000);
8
8
  --pf-t--global--background--filter--glass--blur--primary: initial;
9
- --pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000);
10
- --pf-t--global--dark--background--color--500: rgba(21, 21, 21, 0.8000);
11
- --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
12
- --pf-t--global--dark--background--color--700: rgba(199, 199, 199, 0.2500);
13
- --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
14
- --pf-t--global--dark--box-shadow--color--200: rgba(0, 0, 0, 0.6000);
9
+ --pf-t--global--border--color--high-contrast: rgb(255, 255, 255, 0.0000);
10
+ --pf-t--global--dark--background--color--500: rgb(21, 21, 21, 0.8000);
11
+ --pf-t--global--dark--background--color--600: rgb(199, 199, 199, 0.1500);
12
+ --pf-t--global--dark--background--color--700: rgb(199, 199, 199, 0.2500);
13
+ --pf-t--global--dark--box-shadow--color--100: rgb(0, 0, 0, 0.5000);
14
+ --pf-t--global--dark--box-shadow--color--200: rgb(0, 0, 0, 0.6000);
15
15
  --pf-t--global--background--color--action--plain--clicked: var(--pf-t--global--dark--background--color--600);
16
16
  --pf-t--global--background--color--action--plain--hover: var(--pf-t--global--dark--background--color--600);
17
17
  --pf-t--global--background--color--backdrop--default: var(--pf-t--global--dark--background--color--500);
@@ -1,14 +1,14 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
- --pf-t--global--background--color--500: rgba(21, 21, 21, 0.4000);
7
- --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
8
- --pf-t--global--background--color--700: rgba(199, 199, 199, 0.1000);
9
- --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
6
+ --pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
7
+ --pf-t--global--background--color--600: rgb(199, 199, 199, 0.2500);
8
+ --pf-t--global--background--color--700: rgb(199, 199, 199, 0.1000);
9
+ --pf-t--global--background--color--action--plain--default: rgb(255, 255, 255, 0.0000);
10
10
  --pf-t--global--background--filter--glass--blur--primary: initial;
11
- --pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000);
11
+ --pf-t--global--border--color--high-contrast: rgb(255, 255, 255, 0.0000);
12
12
  --pf-t--global--border--radius--0: 0px;
13
13
  --pf-t--global--border--radius--100: 4px;
14
14
  --pf-t--global--border--radius--200: 6px;
@@ -46,8 +46,8 @@
46
46
  --pf-t--global--box-shadow--blur--100: 6px;
47
47
  --pf-t--global--box-shadow--blur--200: 10px;
48
48
  --pf-t--global--box-shadow--blur--300: 20px;
49
- --pf-t--global--box-shadow--color--100: rgba(41, 41, 41, 0.1500);
50
- --pf-t--global--box-shadow--color--200: rgba(41, 41, 41, 0.2000);
49
+ --pf-t--global--box-shadow--color--100: rgb(41, 41, 41, 0.1500);
50
+ --pf-t--global--box-shadow--color--200: rgb(41, 41, 41, 0.2000);
51
51
  --pf-t--global--box-shadow--spread--100: 0px;
52
52
  --pf-t--global--box-shadow--spread--200: -4px;
53
53
  --pf-t--global--box-shadow--spread--300: -8px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (14 tokens)
6
6
  @mixin pf-v6-tokens {
@@ -1,16 +1,16 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (33 tokens)
6
6
  @mixin pf-v6-tokens {
7
- --pf-t--global--background--color--glass--primary--default: rgba(41, 41, 41, 0.5000);
8
- --pf-t--global--background--color--primary--clicked: rgba(56, 56, 56, 0.5000);
9
- --pf-t--global--background--color--primary--default: rgba(41, 41, 41, 0.5000);
10
- --pf-t--global--background--color--primary--hover: rgba(56, 56, 56, 0.5000);
11
- --pf-t--global--background--color--secondary--clicked: rgba(41, 41, 41, 0.6000);
12
- --pf-t--global--background--color--secondary--default: rgba(21, 21, 21, 0.6000);
13
- --pf-t--global--background--color--secondary--hover: rgba(41, 41, 41, 0.6000);
7
+ --pf-t--global--background--color--glass--primary--default: rgb(41, 41, 41, 0.5000);
8
+ --pf-t--global--background--color--primary--clicked: rgb(56, 56, 56, 0.5000);
9
+ --pf-t--global--background--color--primary--default: rgb(41, 41, 41, 0.5000);
10
+ --pf-t--global--background--color--primary--hover: rgb(56, 56, 56, 0.5000);
11
+ --pf-t--global--background--color--secondary--clicked: rgb(41, 41, 41, 0.6000);
12
+ --pf-t--global--background--color--secondary--default: rgb(21, 21, 21, 0.6000);
13
+ --pf-t--global--background--color--secondary--hover: rgb(41, 41, 41, 0.6000);
14
14
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
15
15
  --pf-t--global--background--color--control--default: var(--pf-t--global--dark--background--color--500);
16
16
  --pf-t--global--background--color--control--read-only: var(--pf-t--global--dark--background--color--500);
@@ -1,16 +1,16 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
- // Only tokens that differ from base theme (23 tokens)
5
+ // Only tokens that differ from base theme (24 tokens)
6
6
  @mixin pf-v6-tokens {
7
- --pf-t--global--background--color--glass--primary--default: rgba(255, 255, 255, 0.5000);
8
- --pf-t--global--background--color--primary--clicked: rgba(199, 199, 199, 0.3000);
9
- --pf-t--global--background--color--primary--default: rgba(255, 255, 255, 0.6000);
10
- --pf-t--global--background--color--primary--hover: rgba(199, 199, 199, 0.3000);
11
- --pf-t--global--background--color--secondary--clicked: rgba(163, 163, 163, 0.3000);
12
- --pf-t--global--background--color--secondary--default: rgba(199, 199, 199, 0.3000);
13
- --pf-t--global--background--color--secondary--hover: rgba(163, 163, 163, 0.3000);
7
+ --pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
8
+ --pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
9
+ --pf-t--global--background--color--primary--default: rgb(255, 255, 255, 0.6000);
10
+ --pf-t--global--background--color--primary--hover: rgb(199, 199, 199, 0.3000);
11
+ --pf-t--global--background--color--secondary--clicked: rgb(163, 163, 163, 0.3000);
12
+ --pf-t--global--background--color--secondary--default: rgb(199, 199, 199, 0.3000);
13
+ --pf-t--global--background--color--secondary--hover: rgb(163, 163, 163, 0.3000);
14
14
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
15
15
  --pf-t--global--border--width--main--default: var(--pf-t--global--border--width--100);
16
16
  --pf-t--global--background--color--action--plain--alt--clicked: var(--pf-t--global--background--color--action--plain--clicked);
@@ -26,5 +26,6 @@
26
26
  --pf-t--global--color--brand--accent--clicked: var(--pf-t--global--color--brand--accent--200);
27
27
  --pf-t--global--color--brand--accent--default: var(--pf-t--global--color--brand--accent--100);
28
28
  --pf-t--global--color--brand--accent--hover: var(--pf-t--global--color--brand--accent--200);
29
+ --pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
29
30
  --pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
30
31
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (43 tokens)
6
6
  @mixin pf-v6-tokens {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (122 tokens)
6
6
  @mixin pf-v6-tokens {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (8 tokens)
6
6
  @mixin pf-v6-tokens {
@@ -1,16 +1,16 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  // Only tokens that differ from base theme (19 tokens)
6
6
  @mixin pf-v6-tokens {
7
- --pf-t--global--background--color--glass--primary--default: rgba(41, 41, 41, 0.5000);
8
- --pf-t--global--background--color--primary--clicked: rgba(56, 56, 56, 0.5000);
9
- --pf-t--global--background--color--primary--default: rgba(41, 41, 41, 0.5000);
10
- --pf-t--global--background--color--primary--hover: rgba(56, 56, 56, 0.5000);
11
- --pf-t--global--background--color--secondary--clicked: rgba(41, 41, 41, 0.6000);
12
- --pf-t--global--background--color--secondary--default: rgba(21, 21, 21, 0.6000);
13
- --pf-t--global--background--color--secondary--hover: rgba(41, 41, 41, 0.6000);
7
+ --pf-t--global--background--color--glass--primary--default: rgb(41, 41, 41, 0.5000);
8
+ --pf-t--global--background--color--primary--clicked: rgb(56, 56, 56, 0.5000);
9
+ --pf-t--global--background--color--primary--default: rgb(41, 41, 41, 0.5000);
10
+ --pf-t--global--background--color--primary--hover: rgb(56, 56, 56, 0.5000);
11
+ --pf-t--global--background--color--secondary--clicked: rgb(41, 41, 41, 0.6000);
12
+ --pf-t--global--background--color--secondary--default: rgb(21, 21, 21, 0.6000);
13
+ --pf-t--global--background--color--secondary--hover: rgb(41, 41, 41, 0.6000);
14
14
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
15
15
  --pf-t--global--background--color--control--default: var(--pf-t--global--dark--background--color--500);
16
16
  --pf-t--global--background--color--control--read-only: var(--pf-t--global--dark--background--color--500);
@@ -1,16 +1,16 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:37 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
- // Only tokens that differ from base theme (15 tokens)
5
+ // Only tokens that differ from base theme (16 tokens)
6
6
  @mixin pf-v6-tokens {
7
- --pf-t--global--background--color--glass--primary--default: rgba(255, 255, 255, 0.5000);
8
- --pf-t--global--background--color--primary--clicked: rgba(199, 199, 199, 0.3000);
9
- --pf-t--global--background--color--primary--default: rgba(255, 255, 255, 0.6000);
10
- --pf-t--global--background--color--primary--hover: rgba(199, 199, 199, 0.3000);
11
- --pf-t--global--background--color--secondary--clicked: rgba(163, 163, 163, 0.3000);
12
- --pf-t--global--background--color--secondary--default: rgba(199, 199, 199, 0.3000);
13
- --pf-t--global--background--color--secondary--hover: rgba(163, 163, 163, 0.3000);
7
+ --pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
8
+ --pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
9
+ --pf-t--global--background--color--primary--default: rgb(255, 255, 255, 0.6000);
10
+ --pf-t--global--background--color--primary--hover: rgb(199, 199, 199, 0.3000);
11
+ --pf-t--global--background--color--secondary--clicked: rgb(163, 163, 163, 0.3000);
12
+ --pf-t--global--background--color--secondary--default: rgb(199, 199, 199, 0.3000);
13
+ --pf-t--global--background--color--secondary--hover: rgb(163, 163, 163, 0.3000);
14
14
  --pf-t--global--background--filter--glass--blur--primary: blur(16px);
15
15
  --pf-t--global--border--width--main--default: var(--pf-t--global--border--width--100);
16
16
  --pf-t--global--background--color--action--plain--alt--clicked: var(--pf-t--global--background--color--action--plain--clicked);
@@ -18,5 +18,6 @@
18
18
  --pf-t--global--border--color--glass--default: var(--pf-t--global--border--color--alt);
19
19
  --pf-t--global--border--radius--glass--default: var(--pf-t--global--border--radius--medium);
20
20
  --pf-t--global--border--width--glass--default: var(--pf-t--global--border--width--regular);
21
+ --pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
21
22
  --pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
22
23
  }
@@ -1,16 +1,16 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
- --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
7
- --pf-t--global--background--color--striped--row--default: rgba(21, 21, 21, 0.3000);
6
+ --pf-t--global--background--color--action--plain--default: rgb(0, 0, 0, 0.0000);
7
+ --pf-t--global--background--color--striped--row--default: rgb(21, 21, 21, 0.3000);
8
8
  --pf-t--global--background--filter--glass--blur--primary: initial;
9
- --pf-t--global--dark--background--color--500: rgba(21, 21, 21, 0.8000);
10
- --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
11
- --pf-t--global--dark--background--color--700: rgba(199, 199, 199, 0.2500);
12
- --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
13
- --pf-t--global--dark--box-shadow--color--200: rgba(0, 0, 0, 0.6000);
9
+ --pf-t--global--dark--background--color--500: rgb(21, 21, 21, 0.8000);
10
+ --pf-t--global--dark--background--color--600: rgb(199, 199, 199, 0.1500);
11
+ --pf-t--global--dark--background--color--700: rgb(199, 199, 199, 0.2500);
12
+ --pf-t--global--dark--box-shadow--color--100: rgb(0, 0, 0, 0.5000);
13
+ --pf-t--global--dark--box-shadow--color--200: rgb(0, 0, 0, 0.6000);
14
14
  --pf-t--global--background--color--action--plain--clicked: var(--pf-t--global--dark--background--color--600);
15
15
  --pf-t--global--background--color--action--plain--hover: var(--pf-t--global--dark--background--color--600);
16
16
  --pf-t--global--background--color--backdrop--default: var(--pf-t--global--dark--background--color--500);