@patternfly/react-styles 6.5.0-prerelease.16 → 6.5.0-prerelease.18

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 (57) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/css/components/Accordion/accordion.css +1 -2
  3. package/css/components/Accordion/accordion.d.ts +1 -1
  4. package/css/components/Accordion/accordion.js +1 -1
  5. package/css/components/Accordion/accordion.mjs +1 -1
  6. package/css/components/Breadcrumb/breadcrumb.css +6 -2
  7. package/css/components/Button/button.css +3 -3
  8. package/css/components/Button/button.d.ts +1 -1
  9. package/css/components/Button/button.js +1 -1
  10. package/css/components/Button/button.mjs +1 -1
  11. package/css/components/Card/card.css +16 -12
  12. package/css/components/Card/card.d.ts +3 -2
  13. package/css/components/Card/card.js +3 -2
  14. package/css/components/Card/card.mjs +3 -2
  15. package/css/components/Compass/compass.css +2 -2
  16. package/css/components/Compass/compass.d.ts +1 -1
  17. package/css/components/Compass/compass.js +1 -1
  18. package/css/components/Compass/compass.mjs +1 -1
  19. package/css/components/DataList/data-list.css +1 -1
  20. package/css/components/DataList/data-list.d.ts +1 -1
  21. package/css/components/DataList/data-list.js +1 -1
  22. package/css/components/DataList/data-list.mjs +1 -1
  23. package/css/components/Drawer/drawer.css +4 -6
  24. package/css/components/Drawer/drawer.d.ts +2 -2
  25. package/css/components/Drawer/drawer.js +2 -2
  26. package/css/components/Drawer/drawer.mjs +2 -2
  27. package/css/components/MenuToggle/menu-toggle.css +5 -5
  28. package/css/components/MenuToggle/menu-toggle.d.ts +1 -1
  29. package/css/components/MenuToggle/menu-toggle.js +1 -1
  30. package/css/components/MenuToggle/menu-toggle.mjs +1 -1
  31. package/css/components/OverflowMenu/overflow-menu.css +16 -0
  32. package/css/components/OverflowMenu/overflow-menu.d.ts +1 -0
  33. package/css/components/OverflowMenu/overflow-menu.js +1 -0
  34. package/css/components/OverflowMenu/overflow-menu.mjs +1 -0
  35. package/css/components/Page/page.css +15 -15
  36. package/css/components/Page/page.d.ts +2 -2
  37. package/css/components/Page/page.js +2 -2
  38. package/css/components/Page/page.mjs +2 -2
  39. package/css/components/Table/table.css +59 -21
  40. package/css/components/Table/table.d.ts +3 -1
  41. package/css/components/Table/table.js +3 -1
  42. package/css/components/Table/table.mjs +3 -1
  43. package/css/components/Toolbar/toolbar.css +100 -0
  44. package/css/components/Toolbar/toolbar.d.ts +10 -0
  45. package/css/components/Toolbar/toolbar.js +10 -0
  46. package/css/components/Toolbar/toolbar.mjs +10 -0
  47. package/css/components/Wizard/wizard.css +2 -2
  48. package/css/components/Wizard/wizard.d.ts +1 -1
  49. package/css/components/Wizard/wizard.js +1 -1
  50. package/css/components/Wizard/wizard.mjs +1 -1
  51. package/css/components/_index.css +230 -71
  52. package/css/components/_index.d.ts +14 -3
  53. package/css/components/_index.js +14 -3
  54. package/css/components/_index.mjs +14 -3
  55. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
  56. package/css/docs/components/Table/examples/Table.css +2 -1
  57. package/package.json +3 -3
@@ -258,7 +258,7 @@
258
258
  grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
259
259
  }
260
260
  }
261
- .pf-v6-c-page.pf-m-dock {
261
+ .pf-v6-c-page.pf-m-docked {
262
262
  --pf-v6-c-page--masthead--main-container--GridArea: main;
263
263
  --pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight);
264
264
  --pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart);
@@ -267,7 +267,7 @@
267
267
  grid-template-columns: auto 1fr;
268
268
  }
269
269
  @media (min-width: 62rem) {
270
- .pf-v6-c-page.pf-m-dock {
270
+ .pf-v6-c-page.pf-m-docked {
271
271
  --pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart);
272
272
  --pf-v6-c-page__main-container--MarginInlineStart: 0;
273
273
  grid-template-areas: "dock main";
@@ -275,7 +275,7 @@
275
275
  grid-template-columns: auto 1fr;
276
276
  column-gap: var(--pf-v6-c-page--m-dock--ColumnGap);
277
277
  }
278
- .pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
278
+ .pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead {
279
279
  display: none;
280
280
  }
281
281
  }
@@ -334,7 +334,7 @@
334
334
  z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
335
335
  grid-area: header;
336
336
  }
337
- .pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
337
+ .pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead {
338
338
  --pf-v6-c-masthead--m-display-inline--GridTemplateColumns: var(--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns);
339
339
  }
340
340
 
@@ -773,17 +773,17 @@
773
773
  outline: 0;
774
774
  }
775
775
 
776
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
777
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
778
- .pf-v6-c-page__main-breadcrumb.pf-m-plain,
779
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
780
- .pf-v6-c-page__main-tabs.pf-m-plain,
781
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
782
- .pf-v6-c-page__main-section.pf-m-plain,
783
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
784
- .pf-v6-c-page__main-wizard.pf-m-plain,
785
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
786
- .pf-v6-c-page__main-group.pf-m-plain {
776
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass),
777
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-breadcrumb.pf-m-plain,
778
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
779
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-tabs.pf-m-plain,
780
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
781
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-section.pf-m-plain,
782
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
783
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-wizard.pf-m-plain,
784
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
785
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-group.pf-m-plain,
786
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass) {
787
787
  --pf-v6-c-page__main-section--BackgroundColor: transparent;
788
788
  --pf-v6-c-page__main-subnav--BackgroundColor: transparent;
789
789
  --pf-v6-c-page__main-breadcrumb--BackgroundColor: transparent;
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  "masthead": "pf-v6-c-masthead",
9
9
  "mastheadToggle": "pf-v6-c-masthead__toggle",
10
10
  "modifiers": {
11
- "dock": "pf-m-dock",
11
+ "docked": "pf-m-docked",
12
12
  "hamburger": "pf-m-hamburger",
13
13
  "expanded": "pf-m-expanded",
14
14
  "collapsed": "pf-m-collapsed",
@@ -37,8 +37,8 @@ declare const _default: {
37
37
  "stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
38
38
  "stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
39
39
  "noSidebar": "pf-m-no-sidebar",
40
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
41
40
  "plain": "pf-m-plain",
41
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
42
42
  "secondary": "pf-m-secondary",
43
43
  "padding": "pf-m-padding",
44
44
  "noPadding": "pf-m-no-padding",
@@ -10,7 +10,7 @@ exports.default = {
10
10
  "masthead": "pf-v6-c-masthead",
11
11
  "mastheadToggle": "pf-v6-c-masthead__toggle",
12
12
  "modifiers": {
13
- "dock": "pf-m-dock",
13
+ "docked": "pf-m-docked",
14
14
  "hamburger": "pf-m-hamburger",
15
15
  "expanded": "pf-m-expanded",
16
16
  "collapsed": "pf-m-collapsed",
@@ -39,8 +39,8 @@ exports.default = {
39
39
  "stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
40
40
  "stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
41
41
  "noSidebar": "pf-m-no-sidebar",
42
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
43
42
  "plain": "pf-m-plain",
43
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
44
44
  "secondary": "pf-m-secondary",
45
45
  "padding": "pf-m-padding",
46
46
  "noPadding": "pf-m-no-padding",
@@ -8,7 +8,7 @@ export default {
8
8
  "masthead": "pf-v6-c-masthead",
9
9
  "mastheadToggle": "pf-v6-c-masthead__toggle",
10
10
  "modifiers": {
11
- "dock": "pf-m-dock",
11
+ "docked": "pf-m-docked",
12
12
  "hamburger": "pf-m-hamburger",
13
13
  "expanded": "pf-m-expanded",
14
14
  "collapsed": "pf-m-collapsed",
@@ -37,8 +37,8 @@ export default {
37
37
  "stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
38
38
  "stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
39
39
  "noSidebar": "pf-m-no-sidebar",
40
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
41
40
  "plain": "pf-m-plain",
41
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
42
42
  "secondary": "pf-m-secondary",
43
43
  "padding": "pf-m-padding",
44
44
  "noPadding": "pf-m-no-padding",
@@ -153,6 +153,9 @@
153
153
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
154
154
  --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
155
155
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
156
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
157
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
158
+ --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
156
159
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
157
160
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
158
161
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -160,55 +163,79 @@
160
163
  --pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
161
164
  --pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
162
165
  --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
166
+ --pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
163
167
  --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
164
168
  --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
165
169
  --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
170
+ --pf-v6-c-table--m-sticky-header--BorderRadius: 0;
171
+ --pf-v6-c-table--m-sticky-header--BoxShadow: 0;
172
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
173
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
174
+ --pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
175
+ --pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
176
+ --pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
177
+ --pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
178
+ }
179
+ :where(.pf-v6-theme-glass) .pf-v6-c-table {
180
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
181
+ --pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
182
+ --pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
166
183
  }
167
184
 
168
185
  .pf-v6-c-table {
169
186
  width: 100%;
170
187
  background-color: var(--pf-v6-c-table--BackgroundColor);
171
188
  }
172
- :where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
189
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-table.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass) {
173
190
  --pf-v6-c-table--BackgroundColor: transparent;
174
191
  --pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
175
192
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
176
193
  --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: 0;
177
194
  --pf-v6-c-table__control-row--BackgroundColor: transparent;
178
195
  }
179
-
180
196
  .pf-v6-c-table.pf-m-fixed {
181
197
  table-layout: fixed;
182
198
  }
183
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
184
- .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
199
+ .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
200
+ opacity: 0;
201
+ transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
202
+ transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
203
+ transition-property: opacity;
204
+ }
205
+ .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
206
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
207
+ }
208
+ .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
209
+ opacity: 1;
210
+ }
211
+ .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
212
+ position: relative;
213
+ }
214
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead {
185
215
  position: sticky;
186
216
  inset-block-start: 0;
187
217
  z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
188
- background: var(--pf-v6-c-table--BackgroundColor);
189
218
  }
190
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
191
- .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
219
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
192
220
  position: absolute;
193
- inset-block-start: 0;
194
- inset-block-end: 0;
195
- inset-inline-start: 0;
196
- inset-inline-end: 0;
197
- z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
221
+ inset: 0;
222
+ z-index: -1;
198
223
  pointer-events: none;
199
224
  content: "";
200
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
225
+ background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
226
+ border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
227
+ box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
201
228
  }
202
- .pf-v6-c-table.pf-m-sticky-header {
203
- position: relative;
204
- }
205
- .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
229
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
206
230
  z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
207
231
  }
208
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
209
- position: sticky;
210
- inset-block-start: 0;
211
- background: var(--pf-v6-c-table--BackgroundColor);
232
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
233
+ position: absolute;
234
+ inset: 0;
235
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
236
+ pointer-events: none;
237
+ content: "";
238
+ border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
212
239
  }
213
240
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
214
241
  border-block-end: 0;
@@ -899,6 +926,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
899
926
  --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
900
927
  vertical-align: bottom;
901
928
  }
929
+ .pf-v6-c-table__thead.pf-m-nested-column-header {
930
+ position: relative;
931
+ }
932
+ .pf-v6-c-table__thead.pf-m-nested-column-header::after {
933
+ position: absolute;
934
+ inset: 0;
935
+ z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
936
+ pointer-events: none;
937
+ content: "";
938
+ border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
939
+ }
902
940
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
903
941
  --pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
904
942
  --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  "check": "pf-v6-c-check",
5
5
  "dirRtl": "pf-v6-m-dir-rtl",
6
6
  "modifiers": {
7
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
8
7
  "plain": "pf-m-plain",
8
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
9
9
  "fixed": "pf-m-fixed",
10
+ "stickyHeaderBase": "pf-m-sticky-header-base",
10
11
  "stickyHeader": "pf-m-sticky-header",
12
+ "stickyHeaderStuck": "pf-m-sticky-header-stuck",
11
13
  "nestedColumnHeader": "pf-m-nested-column-header",
12
14
  "striped": "pf-m-striped",
13
15
  "expandable": "pf-m-expandable",
@@ -6,10 +6,12 @@ exports.default = {
6
6
  "check": "pf-v6-c-check",
7
7
  "dirRtl": "pf-v6-m-dir-rtl",
8
8
  "modifiers": {
9
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
10
9
  "plain": "pf-m-plain",
10
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
11
11
  "fixed": "pf-m-fixed",
12
+ "stickyHeaderBase": "pf-m-sticky-header-base",
12
13
  "stickyHeader": "pf-m-sticky-header",
14
+ "stickyHeaderStuck": "pf-m-sticky-header-stuck",
13
15
  "nestedColumnHeader": "pf-m-nested-column-header",
14
16
  "striped": "pf-m-striped",
15
17
  "expandable": "pf-m-expandable",
@@ -4,10 +4,12 @@ export default {
4
4
  "check": "pf-v6-c-check",
5
5
  "dirRtl": "pf-v6-m-dir-rtl",
6
6
  "modifiers": {
7
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
8
7
  "plain": "pf-m-plain",
8
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
9
9
  "fixed": "pf-m-fixed",
10
+ "stickyHeaderBase": "pf-m-sticky-header-base",
10
11
  "stickyHeader": "pf-m-sticky-header",
12
+ "stickyHeaderStuck": "pf-m-sticky-header-stuck",
11
13
  "nestedColumnHeader": "pf-m-nested-column-header",
12
14
  "striped": "pf-m-striped",
13
15
  "expandable": "pf-m-expandable",
@@ -66,6 +66,66 @@
66
66
  .pf-v6-c-toolbar__item.pf-m-hidden {
67
67
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
68
68
  }
69
+ @media screen and (min-height: 0) {
70
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm-height,
71
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-sm-height,
72
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-sm-height {
73
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
74
+ }
75
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-sm-height,
76
+ .pf-v6-c-toolbar__group.pf-m-visible-on-sm-height,
77
+ .pf-v6-c-toolbar__item.pf-m-visible-on-sm-height {
78
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
79
+ }
80
+ }
81
+ @media screen and (min-height: 40rem) {
82
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-md-height,
83
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-md-height,
84
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-md-height {
85
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
86
+ }
87
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-md-height,
88
+ .pf-v6-c-toolbar__group.pf-m-visible-on-md-height,
89
+ .pf-v6-c-toolbar__item.pf-m-visible-on-md-height {
90
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
91
+ }
92
+ }
93
+ @media screen and (min-height: 48rem) {
94
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg-height,
95
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-lg-height,
96
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-lg-height {
97
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
98
+ }
99
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-lg-height,
100
+ .pf-v6-c-toolbar__group.pf-m-visible-on-lg-height,
101
+ .pf-v6-c-toolbar__item.pf-m-visible-on-lg-height {
102
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
103
+ }
104
+ }
105
+ @media screen and (min-height: 60rem) {
106
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl-height,
107
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-xl-height,
108
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-xl-height {
109
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
110
+ }
111
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-xl-height,
112
+ .pf-v6-c-toolbar__group.pf-m-visible-on-xl-height,
113
+ .pf-v6-c-toolbar__item.pf-m-visible-on-xl-height {
114
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
115
+ }
116
+ }
117
+ @media screen and (min-height: 80rem) {
118
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl-height,
119
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-2xl-height,
120
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-2xl-height {
121
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
122
+ }
123
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-2xl-height,
124
+ .pf-v6-c-toolbar__group.pf-m-visible-on-2xl-height,
125
+ .pf-v6-c-toolbar__item.pf-m-visible-on-2xl-height {
126
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
127
+ }
128
+ }
69
129
  @media screen and (min-width: 36rem) {
70
130
  .pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
71
131
  .pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
@@ -141,6 +201,46 @@
141
201
  .pf-v6-c-toolbar__content.pf-m-hidden {
142
202
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
143
203
  }
204
+ @media screen and (min-height: 0) {
205
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-sm-height {
206
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
207
+ }
208
+ .pf-v6-c-toolbar__content.pf-m-visible-on-sm-height {
209
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
210
+ }
211
+ }
212
+ @media screen and (min-height: 40rem) {
213
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-md-height {
214
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
215
+ }
216
+ .pf-v6-c-toolbar__content.pf-m-visible-on-md-height {
217
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
218
+ }
219
+ }
220
+ @media screen and (min-height: 48rem) {
221
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-lg-height {
222
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
223
+ }
224
+ .pf-v6-c-toolbar__content.pf-m-visible-on-lg-height {
225
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
226
+ }
227
+ }
228
+ @media screen and (min-height: 60rem) {
229
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-xl-height {
230
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
231
+ }
232
+ .pf-v6-c-toolbar__content.pf-m-visible-on-xl-height {
233
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
234
+ }
235
+ }
236
+ @media screen and (min-height: 80rem) {
237
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-2xl-height {
238
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
239
+ }
240
+ .pf-v6-c-toolbar__content.pf-m-visible-on-2xl-height {
241
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
242
+ }
243
+ }
144
244
  @media screen and (min-width: 36rem) {
145
245
  .pf-v6-c-toolbar__content.pf-m-hidden-on-sm {
146
246
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
@@ -3,6 +3,16 @@ declare const _default: {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
4
  "modifiers": {
5
5
  "hidden": "pf-m-hidden",
6
+ "hiddenOnSmHeight": "pf-m-hidden-on-sm-height",
7
+ "visibleOnSmHeight": "pf-m-visible-on-sm-height",
8
+ "hiddenOnMdHeight": "pf-m-hidden-on-md-height",
9
+ "visibleOnMdHeight": "pf-m-visible-on-md-height",
10
+ "hiddenOnLgHeight": "pf-m-hidden-on-lg-height",
11
+ "visibleOnLgHeight": "pf-m-visible-on-lg-height",
12
+ "hiddenOnXlHeight": "pf-m-hidden-on-xl-height",
13
+ "visibleOnXlHeight": "pf-m-visible-on-xl-height",
14
+ "hiddenOn_2xlHeight": "pf-m-hidden-on-2xl-height",
15
+ "visibleOn_2xlHeight": "pf-m-visible-on-2xl-height",
6
16
  "hiddenOnSm": "pf-m-hidden-on-sm",
7
17
  "visibleOnSm": "pf-m-visible-on-sm",
8
18
  "hiddenOnMd": "pf-m-hidden-on-md",
@@ -5,6 +5,16 @@ exports.default = {
5
5
  "dirRtl": "pf-v6-m-dir-rtl",
6
6
  "modifiers": {
7
7
  "hidden": "pf-m-hidden",
8
+ "hiddenOnSmHeight": "pf-m-hidden-on-sm-height",
9
+ "visibleOnSmHeight": "pf-m-visible-on-sm-height",
10
+ "hiddenOnMdHeight": "pf-m-hidden-on-md-height",
11
+ "visibleOnMdHeight": "pf-m-visible-on-md-height",
12
+ "hiddenOnLgHeight": "pf-m-hidden-on-lg-height",
13
+ "visibleOnLgHeight": "pf-m-visible-on-lg-height",
14
+ "hiddenOnXlHeight": "pf-m-hidden-on-xl-height",
15
+ "visibleOnXlHeight": "pf-m-visible-on-xl-height",
16
+ "hiddenOn_2xlHeight": "pf-m-hidden-on-2xl-height",
17
+ "visibleOn_2xlHeight": "pf-m-visible-on-2xl-height",
8
18
  "hiddenOnSm": "pf-m-hidden-on-sm",
9
19
  "visibleOnSm": "pf-m-visible-on-sm",
10
20
  "hiddenOnMd": "pf-m-hidden-on-md",
@@ -3,6 +3,16 @@ export default {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
4
  "modifiers": {
5
5
  "hidden": "pf-m-hidden",
6
+ "hiddenOnSmHeight": "pf-m-hidden-on-sm-height",
7
+ "visibleOnSmHeight": "pf-m-visible-on-sm-height",
8
+ "hiddenOnMdHeight": "pf-m-hidden-on-md-height",
9
+ "visibleOnMdHeight": "pf-m-visible-on-md-height",
10
+ "hiddenOnLgHeight": "pf-m-hidden-on-lg-height",
11
+ "visibleOnLgHeight": "pf-m-visible-on-lg-height",
12
+ "hiddenOnXlHeight": "pf-m-hidden-on-xl-height",
13
+ "visibleOnXlHeight": "pf-m-visible-on-xl-height",
14
+ "hiddenOn_2xlHeight": "pf-m-hidden-on-2xl-height",
15
+ "visibleOn_2xlHeight": "pf-m-visible-on-2xl-height",
6
16
  "hiddenOnSm": "pf-m-hidden-on-sm",
7
17
  "visibleOnSm": "pf-m-visible-on-sm",
8
18
  "hiddenOnMd": "pf-m-hidden-on-md",
@@ -163,14 +163,14 @@
163
163
  .pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
164
164
  display: none;
165
165
  }
166
- :where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
166
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
167
167
  --pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
168
168
  --pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
169
169
  --pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
170
170
  --pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
171
171
  }
172
172
  @media screen and (min-width: 62rem) {
173
- :where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
173
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
174
174
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
175
175
  }
176
176
  }
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  "modalBox": "pf-v6-c-modal-box",
6
6
  "modifiers": {
7
7
  "finished": "pf-m-finished",
8
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
9
8
  "plain": "pf-m-plain",
9
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
10
10
  "expanded": "pf-m-expanded",
11
11
  "danger": "pf-m-danger",
12
12
  "warning": "pf-m-warning",
@@ -7,8 +7,8 @@ exports.default = {
7
7
  "modalBox": "pf-v6-c-modal-box",
8
8
  "modifiers": {
9
9
  "finished": "pf-m-finished",
10
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
11
10
  "plain": "pf-m-plain",
11
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
12
12
  "expanded": "pf-m-expanded",
13
13
  "danger": "pf-m-danger",
14
14
  "warning": "pf-m-warning",
@@ -5,8 +5,8 @@ export default {
5
5
  "modalBox": "pf-v6-c-modal-box",
6
6
  "modifiers": {
7
7
  "finished": "pf-m-finished",
8
- "noPlainOnGlass": "pf-m-no-plain-on-glass",
9
8
  "plain": "pf-m-plain",
9
+ "noPlainOnGlass": "pf-m-no-plain-on-glass",
10
10
  "expanded": "pf-m-expanded",
11
11
  "danger": "pf-m-danger",
12
12
  "warning": "pf-m-warning",