@patternfly/react-styles 6.0.0-prerelease.1 → 6.0.0-prerelease.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +18 -13
  3. package/css/components/Accordion/accordion.css +2 -1
  4. package/css/components/ActionList/action-list.css +2 -1
  5. package/css/components/Alert/alert-group.css +2 -1
  6. package/css/components/Alert/alert.css +5 -3
  7. package/css/components/Avatar/avatar.css +2 -1
  8. package/css/components/BackToTop/back-to-top.css +4 -2
  9. package/css/components/Backdrop/backdrop.css +2 -1
  10. package/css/components/BackgroundImage/background-image.css +2 -1
  11. package/css/components/Badge/badge.css +2 -1
  12. package/css/components/Banner/banner.css +4 -2
  13. package/css/components/Brand/brand.css +2 -1
  14. package/css/components/Breadcrumb/breadcrumb.css +2 -1
  15. package/css/components/Button/button.css +4 -3
  16. package/css/components/CalendarMonth/calendar-month.css +2 -1
  17. package/css/components/Card/card.css +5 -3
  18. package/css/components/Check/check.css +2 -1
  19. package/css/components/ClipboardCopy/clipboard-copy.css +2 -4
  20. package/css/components/CodeBlock/code-block.css +2 -1
  21. package/css/components/CodeEditor/code-editor.css +2 -1
  22. package/css/components/Content/content.css +2 -1
  23. package/css/components/DataList/data-list.css +6 -3
  24. package/css/components/DatePicker/date-picker.css +2 -1
  25. package/css/components/DescriptionList/description-list.css +14 -7
  26. package/css/components/Divider/divider.css +2 -1
  27. package/css/components/DragDrop/drag-drop.css +4 -2
  28. package/css/components/Drawer/drawer.css +6 -3
  29. package/css/components/DualListSelector/dual-list-selector.css +5 -3
  30. package/css/components/EmptyState/empty-state.css +2 -1
  31. package/css/components/ExpandableSection/expandable-section.css +2 -1
  32. package/css/components/FileUpload/file-upload.css +2 -1
  33. package/css/components/Form/form.css +5 -3
  34. package/css/components/FormControl/form-control.css +2 -1
  35. package/css/components/HelperText/helper-text.css +2 -1
  36. package/css/components/Hint/hint.css +2 -1
  37. package/css/components/Icon/icon.css +2 -1
  38. package/css/components/InlineEdit/inline-edit.css +2 -1
  39. package/css/components/InputGroup/input-group.css +2 -1
  40. package/css/components/JumpLinks/jump-links.css +5 -3
  41. package/css/components/Label/label-group.css +2 -1
  42. package/css/components/Label/label.css +2 -1
  43. package/css/components/List/list.css +2 -1
  44. package/css/components/Login/login.css +18 -9
  45. package/css/components/Masthead/masthead.css +2 -1
  46. package/css/components/Menu/menu.css +6 -5
  47. package/css/components/MenuToggle/menu-toggle.css +2 -1
  48. package/css/components/ModalBox/modal-box.css +4 -2
  49. package/css/components/MultipleFileUpload/multiple-file-upload.css +2 -1
  50. package/css/components/Nav/nav.css +2 -1
  51. package/css/components/NotificationDrawer/notification-drawer.css +2 -1
  52. package/css/components/NumberInput/number-input.css +2 -1
  53. package/css/components/OverflowMenu/overflow-menu.css +2 -1
  54. package/css/components/Page/page.css +7 -4
  55. package/css/components/Pagination/pagination.css +6 -3
  56. package/css/components/Panel/panel.css +2 -1
  57. package/css/components/Popover/popover.css +2 -1
  58. package/css/components/Progress/progress.css +2 -1
  59. package/css/components/ProgressStepper/progress-stepper.css +4 -2
  60. package/css/components/Radio/radio.css +2 -1
  61. package/css/components/Sidebar/sidebar.css +2 -1
  62. package/css/components/SimpleList/simple-list.css +2 -1
  63. package/css/components/Skeleton/skeleton.css +2 -1
  64. package/css/components/SkipToContent/skip-to-content.css +2 -1
  65. package/css/components/Slider/slider.css +2 -1
  66. package/css/components/Spinner/spinner.css +2 -1
  67. package/css/components/Switch/switch.css +2 -1
  68. package/css/components/TabContent/tab-content.css +2 -1
  69. package/css/components/Table/table-grid.css +2 -1
  70. package/css/components/Table/table-scrollable.css +2 -1
  71. package/css/components/Table/table-tree-view.css +2 -1
  72. package/css/components/Table/table.css +44 -42
  73. package/css/components/Table/table.d.ts +5 -5
  74. package/css/components/Table/table.js +5 -5
  75. package/css/components/Table/table.mjs +5 -5
  76. package/css/components/Tabs/tabs.css +2 -1
  77. package/css/components/TextInputGroup/text-input-group.css +2 -1
  78. package/css/components/Tile/tile.css +2 -1
  79. package/css/components/Timestamp/timestamp.css +2 -1
  80. package/css/components/Title/title.css +2 -1
  81. package/css/components/ToggleGroup/toggle-group.css +2 -1
  82. package/css/components/Toolbar/toolbar.css +5 -3
  83. package/css/components/Tooltip/tooltip.css +2 -1
  84. package/css/components/TreeView/tree-view.css +2 -1
  85. package/css/components/Truncate/truncate.css +2 -1
  86. package/css/components/Wizard/wizard.css +7 -4
  87. package/css/components/_index.css +306 -187
  88. package/css/components/_index.d.ts +1 -1
  89. package/css/components/_index.js +1 -1
  90. package/css/components/_index.mjs +1 -1
  91. package/css/layouts/Bullseye/bullseye.css +2 -1
  92. package/css/layouts/Flex/flex.css +2 -1
  93. package/css/layouts/Gallery/gallery.css +2 -1
  94. package/css/layouts/Grid/grid.css +2 -1
  95. package/css/layouts/Level/level.css +2 -1
  96. package/css/layouts/Split/split.css +2 -1
  97. package/css/layouts/Stack/stack.css +2 -1
  98. package/css/layouts/_index.css +14 -7
  99. package/css/utilities/Text/text.css +6 -6
  100. package/css/utilities/_index.css +6 -6
  101. package/package.json +3 -3
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-jump-links) {
1
+ :root,
2
+ .pf-v6-c-jump-links {
2
3
  --pf-v6-c-jump-links__list--Display: flex;
3
4
  --pf-v6-c-jump-links__list--PaddingBlockStart: 0;
4
5
  --pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-t--global--spacer--md);
@@ -45,7 +46,8 @@
45
46
  --pf-v6-c-jump-links--m-expanded__toggle--MarginBlockEnd: var(--pf-t--global--spacer--sm);
46
47
  --pf-v6-c-jump-links__toggle--Display: none;
47
48
  --pf-v6-c-jump-links__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
48
- --pf-v6-c-jump-links__toggle-icon--Transition: var(--pf-t--global--transition);
49
+ --pf-v6-c-jump-links__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
50
+ --pf-v6-c-jump-links__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
49
51
  --pf-v6-c-jump-links__toggle-icon--Rotate: 0;
50
52
  --pf-v6-c-jump-links--m-expanded__toggle-icon--Rotate: 90deg;
51
53
  }
@@ -236,7 +238,7 @@
236
238
  .pf-v6-c-jump-links__toggle-icon {
237
239
  display: inline-block;
238
240
  color: var(--pf-v6-c-jump-links__toggle-icon--Color);
239
- transition: var(--pf-v6-c-jump-links__toggle-icon--Transition);
241
+ transition: transform var(--pf-v6-c-jump-links__toggle-icon--TransitionDuration) var(--pf-v6-c-jump-links__toggle-icon--TransitionTimingFunction);
240
242
  transform: rotate(var(--pf-v6-c-jump-links__toggle-icon--Rotate));
241
243
  }
242
244
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-jump-links__toggle-icon {
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-label-group) {
1
+ :root,
2
+ .pf-v6-c-label-group {
2
3
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
4
5
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-label) {
1
+ :root,
2
+ .pf-v6-c-label {
2
3
  --pf-v6-c-label--PaddingBlockStart: var(--pf-t--global--spacer--xs);
3
4
  --pf-v6-c-label--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
4
5
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-list) {
1
+ :root,
2
+ .pf-v6-c-list {
2
3
  --pf-v6-c-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
3
4
  --pf-v6-c-list--ul--ListStyle: var(--pf-t--global--list-style);
4
5
  --pf-v6-c-list--Gap: var(--pf-t--global--spacer--sm);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-login) {
1
+ :root,
2
+ .pf-v6-c-login {
2
3
  --pf-v6-c-login--PaddingBlockStart: var(--pf-t--global--spacer--lg);
3
4
  --pf-v6-c-login--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
4
5
  --pf-v6-c-login__container--xl--GridColumnGap: var(--pf-t--global--spacer--3xl);
@@ -54,48 +55,56 @@
54
55
  --pf-v6-c-login__footer--c-list--xl--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
55
56
  }
56
57
  @media (min-width: 75rem) {
57
- :where(:root, .pf-v6-c-login) {
58
+ :root,
59
+ .pf-v6-c-login {
58
60
  --pf-v6-c-login__container--MaxWidth: var(--pf-v6-c-login__container--xl--MaxWidth);
59
61
  }
60
62
  }
61
63
  @media (min-width: 36rem) {
62
- :where(:root, .pf-v6-c-login) {
64
+ :root,
65
+ .pf-v6-c-login {
63
66
  --pf-v6-c-login__header--PaddingInlineEnd: 0;
64
67
  --pf-v6-c-login__header--PaddingInlineStart: 0;
65
68
  }
66
69
  }
67
70
  @media (min-width: 75rem) {
68
- :where(:root, .pf-v6-c-login) {
71
+ :root,
72
+ .pf-v6-c-login {
69
73
  --pf-v6-c-login__header--MarginBlockEnd: var(--pf-v6-c-login__header--xl--MarginBlockEnd);
70
74
  --pf-v6-c-login__header--c-brand--MarginBlockEnd: var(--pf-v6-c-login__header--c-brand--xl--MarginBlockEnd);
71
75
  }
72
76
  }
73
77
  @media (min-width: 75rem) {
74
- :where(:root, .pf-v6-c-login) {
78
+ :root,
79
+ .pf-v6-c-login {
75
80
  --pf-v6-c-login__main--MarginBlockEnd: 0;
76
81
  }
77
82
  }
78
83
  @media (min-width: 48rem) {
79
- :where(:root, .pf-v6-c-login) {
84
+ :root,
85
+ .pf-v6-c-login {
80
86
  --pf-v6-c-login__main-header--PaddingInlineEnd: var(--pf-v6-c-login__main-header--md--PaddingInlineEnd);
81
87
  --pf-v6-c-login__main-header--PaddingInlineStart: var(--pf-v6-c-login__main-header--md--PaddingInlineStart);
82
88
  --pf-v6-c-login__main-header-desc--MarginBlockEnd: var(--pf-v6-c-login__main-header-desc--md--MarginBlockEnd);
83
89
  }
84
90
  }
85
91
  @media (min-width: 48rem) {
86
- :where(:root, .pf-v6-c-login) {
92
+ :root,
93
+ .pf-v6-c-login {
87
94
  --pf-v6-c-login__main-body--PaddingInlineEnd: var(--pf-v6-c-login__main-body--md--PaddingInlineEnd);
88
95
  --pf-v6-c-login__main-body--PaddingInlineStart: var(--pf-v6-c-login__main-body--md--PaddingInlineStart);
89
96
  }
90
97
  }
91
98
  @media (min-width: 36rem) {
92
- :where(:root, .pf-v6-c-login) {
99
+ :root,
100
+ .pf-v6-c-login {
93
101
  --pf-v6-c-login__footer--PaddingInlineEnd: 0;
94
102
  --pf-v6-c-login__footer--PaddingInlineStart: 0;
95
103
  }
96
104
  }
97
105
  @media (min-width: 75rem) {
98
- :where(:root, .pf-v6-c-login) {
106
+ :root,
107
+ .pf-v6-c-login {
99
108
  --pf-v6-c-login__footer--c-list--PaddingBlockStart: var(--pf-v6-c-login__footer--c-list--xl--PaddingBlockStart);
100
109
  }
101
110
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-masthead) {
1
+ :root,
2
+ .pf-v6-c-masthead {
2
3
  --pf-v6-c-masthead--RowGap: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-masthead--ColumnGap: var(--pf-t--global--spacer--gutter--default);
4
5
  --pf-v6-c-masthead--BorderWidth: var(--pf-t--global--border--width--divider--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-menu) {
1
+ :root,
2
+ .pf-v6-c-menu {
2
3
  --pf-v6-c-menu--RowGap: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-menu--Width: auto;
4
5
  --pf-v6-c-menu--MinWidth: auto;
@@ -84,13 +85,13 @@
84
85
  --pf-v6-c-menu--m-flyout__menu--InsetInlineStart: calc(100% + var(--pf-v6-c-menu--m-flyout__menu--left-offset));
85
86
  --pf-v6-c-menu--m-flyout__menu--m-top--InsetBlockEnd: calc(var(--pf-v6-c-menu__list--PaddingBlockStart) * -1);
86
87
  --pf-v6-c-menu--m-flyout__menu--m-left--InsetInlineEnd: calc(100% + var(--pf-v6-c-menu--m-flyout__menu--m-left--right-offset));
87
- --pf-v6-c-menu--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transition--duration);
88
- --pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transition--duration);
88
+ --pf-v6-c-menu--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--motion--duration--slide-in--default);
89
+ --pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
89
90
  --pf-v6-c-menu--m-drilldown__content--Transition: transform var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform), height var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--height);
90
91
  --pf-v6-c-menu--m-drilldown--c-menu--InsetBlockStart: 0;
91
- --pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transition--duration);
92
+ --pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
92
93
  --pf-v6-c-menu--m-drilldown--c-menu--Transition: transform var(--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform);
93
- --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transition--duration);
94
+ --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
94
95
  --pf-v6-c-menu--m-drilldown__list--Transition: transform var(--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform);
95
96
  --pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--z-index--xs);
96
97
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-menu-toggle) {
1
+ :root,
2
+ .pf-v6-c-menu-toggle {
2
3
  --pf-v6-c-menu-toggle--ColumnGap: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-menu-toggle--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
4
5
  --pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-modal-box) {
1
+ :root,
2
+ .pf-v6-c-modal-box {
2
3
  --pf-v6-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
3
4
  --pf-v6-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
4
5
  --pf-v6-c-modal-box--BoxShadow: var(--pf-t--global--box-shadow--lg);
@@ -51,7 +52,8 @@
51
52
  --pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd: calc(var(--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd) / 2);
52
53
  }
53
54
  @media (min-width: 75rem) {
54
- :where(:root, .pf-v6-c-modal-box) {
55
+ :root,
56
+ .pf-v6-c-modal-box {
55
57
  --pf-v6-c-modal-box--m-align-top--spacer: var(--pf-v6-c-modal-box--m-align-top--xl--spacer);
56
58
  }
57
59
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-multiple-file-upload) {
1
+ :root,
2
+ .pf-v6-c-multiple-file-upload {
2
3
  --pf-v6-c-multiple-file-upload--GridTemplateColumns: 1fr;
3
4
  --pf-v6-c-multiple-file-upload--Gap: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-multiple-file-upload__main--TextAlign: center;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-nav) {
1
+ :root,
2
+ .pf-v6-c-nav {
2
3
  --pf-v6-c-nav__link--PaddingBlockStart: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-nav__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
4
5
  --pf-v6-c-nav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-notification-drawer) {
1
+ :root,
2
+ .pf-v6-c-notification-drawer {
2
3
  --pf-v6-c-notification-drawer--BackgroundColor: var(--pf-t--global--background--color--floating--default);
3
4
  --pf-v6-c-notification-drawer__header--PaddingBlockStart: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-notification-drawer__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-number-input) {
1
+ :root,
2
+ .pf-v6-c-number-input {
2
3
  --pf-v6-c-number-input__unit--c-input-group--MarginInlineStart: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-number-input__icon--FontSize: var(--pf-t--global--font--size--xs);
4
5
  --pf-v6-c-number-input--c-form-control--width-base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-t--global--border--width--box--default) * 2);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-overflow-menu) {
1
+ :root,
2
+ .pf-v6-c-overflow-menu {
2
3
  --pf-v6-c-overflow-menu--ColumnGap: var(--pf-t--global--spacer--md);
3
4
  --pf-v6-c-overflow-menu__group--ColumnGap: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-overflow-menu__group--m-button-group--ColumnGap: var(--pf-t--global--spacer--sm);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-page) {
1
+ :root,
2
+ .pf-v6-c-page {
2
3
  --pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
3
4
  --pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
4
5
  --pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
@@ -6,7 +7,8 @@
6
7
  --pf-v6-c-page__sidebar--Width: 18.125rem;
7
8
  --pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
8
9
  --pf-v6-c-page__sidebar--BoxShadow: none;
9
- --pf-v6-c-page__sidebar--Transition: var(--pf-t--global--transition);
10
+ --pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
11
+ --pf-v6-c-page__sidebar--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
10
12
  --pf-v6-c-page__sidebar--TranslateX: -100%;
11
13
  --pf-v6-c-page__sidebar--TranslateZ: 0;
12
14
  --pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
@@ -78,7 +80,8 @@
78
80
  --pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
79
81
  }
80
82
  @media screen and (min-width: 75rem) {
81
- :where(:root, .pf-v6-c-page) {
83
+ :root,
84
+ .pf-v6-c-page {
82
85
  --pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
83
86
  }
84
87
  }
@@ -127,7 +130,7 @@
127
130
  overflow-y: auto;
128
131
  -webkit-overflow-scrolling: touch;
129
132
  background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
130
- transition: var(--pf-v6-c-page__sidebar--Transition);
133
+ transition: transform var(--pf-v6-c-page__sidebar--TransitionDuration) var(--pf-v6-c-page__sidebar--TransitionTimingFunction);
131
134
  transform: translateX(var(--pf-v6-c-page__sidebar--TranslateX)) translateZ(var(--pf-v6-c-page__sidebar--TranslateZ));
132
135
  }
133
136
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-page__sidebar {
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-pagination) {
1
+ :root,
2
+ .pf-v6-c-pagination {
2
3
  --pf-v6-c-pagination--inset: 0;
3
4
  --pf-v6-c-pagination--ColumnGap: var(--pf-t--global--spacer--lg);
4
5
  --pf-v6-c-pagination--m-page-insets--inset: var(--pf-t--global--spacer--lg);
@@ -36,7 +37,8 @@
36
37
  --pf-v6-c-pagination__page-menu--md--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
37
38
  }
38
39
  @media screen and (min-width: 48rem) {
39
- :where(:root, .pf-v6-c-pagination) {
40
+ :root,
41
+ .pf-v6-c-pagination {
40
42
  --pf-v6-c-pagination--m-bottom--BoxShadow: none;
41
43
  --pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination__page-menu--md--Display);
42
44
  --pf-v6-c-pagination__nav--Display: inline-flex;
@@ -44,7 +46,8 @@
44
46
  }
45
47
  }
46
48
  @media screen and (min-width: 75rem) {
47
- :where(:root, .pf-v6-c-pagination) {
49
+ :root,
50
+ .pf-v6-c-pagination {
48
51
  --pf-v6-c-pagination__scroll-button--Width: var(--pf-v6-c-pagination__scroll-button--xl--Width);
49
52
  }
50
53
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-panel) {
1
+ :root,
2
+ .pf-v6-c-panel {
2
3
  --pf-v6-c-panel--Width: auto;
3
4
  --pf-v6-c-panel--MinWidth: auto;
4
5
  --pf-v6-c-panel--MaxWidth: none;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-popover) {
1
+ :root,
2
+ .pf-v6-c-popover {
2
3
  --pf-v6-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
3
4
  --pf-v6-c-popover--MinWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
4
5
  --pf-v6-c-popover--MaxWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-progress) {
1
+ :root,
2
+ .pf-v6-c-progress {
2
3
  --pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
3
4
  --pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-progress-stepper) {
1
+ :root,
2
+ .pf-v6-c-progress-stepper {
2
3
  --pf-v6-c-progress-stepper--m-vertical--GridAutoFlow: row;
3
4
  --pf-v6-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
4
5
  --pf-v6-c-progress-stepper--m-vertical__step-connector--before--InsetBlockStart: 0;
@@ -119,7 +120,8 @@
119
120
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
120
121
  }
121
122
  @media screen and (min-width: 48rem) {
122
- :where(:root, .pf-v6-c-progress-stepper) {
123
+ :root,
124
+ .pf-v6-c-progress-stepper {
123
125
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
124
126
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
125
127
  --pf-v6-c-progress-stepper__step-connector--before--InsetBlockStart: var(--pf-v6-c-progress-stepper--m-horizontal__step-connector--before--InsetBlockStart);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-radio) {
1
+ :root,
2
+ .pf-v6-c-radio {
2
3
  --pf-v6-c-radio--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-radio--AccentColor: var(--pf-t--global--icon--color--brand--default);
4
5
  --pf-v6-c-radio--Height: calc(var(--pf-v6-c-radio__label--FontSize) * var(--pf-v6-c-radio__label--LineHeight));
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-sidebar) {
1
+ :root,
2
+ .pf-v6-c-sidebar {
2
3
  --pf-v6-c-sidebar--inset: var(--pf-t--global--spacer--md);
3
4
  --pf-v6-c-sidebar--xl--inset: var(--pf-t--global--spacer--lg);
4
5
  --pf-v6-c-sidebar--BorderWidth--base: var(--pf-t--global--border--width--regular);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-simple-list) {
1
+ :root,
2
+ .pf-v6-c-simple-list {
2
3
  --pf-v6-c-simple-list__item-link--PaddingBlockStart: var(--pf-t--global--spacer--xs);
3
4
  --pf-v6-c-simple-list__item-link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-simple-list__item-link--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -1,5 +1,6 @@
1
1
  @charset "UTF-8";
2
- :where(:root, .pf-v6-c-skeleton) {
2
+ :root,
3
+ .pf-v6-c-skeleton {
3
4
  --pf-v6-c-skeleton--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
4
5
  --pf-v6-c-skeleton--Width: auto;
5
6
  --pf-v6-c-skeleton--Height: auto;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-skip-to-content) {
1
+ :root,
2
+ .pf-v6-c-skip-to-content {
2
3
  --pf-v6-c-skip-to-content--InsetBlockStart: var(--pf-t--global--spacer--md);
3
4
  --pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--z-index--2xl);
4
5
  --pf-v6-c-skip-to-content--focus--InsetInlineStart: var(--pf-t--global--spacer--md);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-slider) {
1
+ :root,
2
+ .pf-v6-c-slider {
2
3
  --pf-v6-c-slider--value: 0;
3
4
  --pf-v6-c-slider__step--InsetInlineStart: 0;
4
5
  --pf-v6-c-slider__rail--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-spinner) {
1
+ :root,
2
+ .pf-v6-c-spinner {
2
3
  --pf-v6-c-spinner--diameter: var(--pf-t--global--icon--size--2xl);
3
4
  --pf-v6-c-spinner--Width: var(--pf-v6-c-spinner--diameter);
4
5
  --pf-v6-c-spinner--Height: var(--pf-v6-c-spinner--diameter);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-switch) {
1
+ :root,
2
+ .pf-v6-c-switch {
2
3
  --pf-v6-c-switch--FontSize: var(--pf-t--global--font--size--sm);
3
4
  --pf-v6-c-switch--ColumnGap: var(--pf-t--global--spacer--sm);
4
5
  --pf-v6-c-switch__toggle-icon--FontSize: calc(var(--pf-v6-c-switch--FontSize) * .625);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-tab-content) {
1
+ :root,
2
+ .pf-v6-c-tab-content {
2
3
  --pf-v6-c-tab-content__body--PaddingBlockStart: 0;
3
4
  --pf-v6-c-tab-content__body--PaddingInlineEnd: 0;
4
5
  --pf-v6-c-tab-content__body--PaddingBlockEnd: 0;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-table[class*=pf-m-grid]) {
1
+ :root,
2
+ .pf-v6-c-table {
2
3
  --pf-v6-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
3
4
  --pf-v6-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
4
5
  --pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-table) {
1
+ :root,
2
+ .pf-v6-c-table {
2
3
  --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
3
4
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
4
5
  --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--z-index--xs);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-table) {
1
+ :root,
2
+ .pf-v6-c-table {
2
3
  --pf-v6-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-table__tree-view-icon--MinWidth));
3
4
  --pf-v6-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v6-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
4
5
  --pf-v6-c-table__tree-view-main--c-button--MarginInlineEnd: var(--pf-t--global--spacer--sm);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-table) {
1
+ :root,
2
+ .pf-v6-c-table {
2
3
  --pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
4
5
  --pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
@@ -48,7 +49,8 @@
48
49
  --pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);
49
50
  --pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
50
51
  --pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
51
- --pf-v6-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
52
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
53
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
52
54
  --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
53
55
  --pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
54
56
  --pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
@@ -71,7 +73,6 @@
71
73
  --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
72
74
  --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
73
75
  --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
74
- --pf-v6-c-table__expandable-row--Transition: var(--pf-t--global--transition);
75
76
  --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
76
77
  --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
77
78
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -300,6 +301,11 @@
300
301
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
301
302
  --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
302
303
  --pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
304
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
305
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
306
+ --pf-v6-c-table--cell--Overflow: hidden;
307
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
308
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
303
309
  }
304
310
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
305
311
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
@@ -326,40 +332,6 @@
326
332
  .pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
327
333
  min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
328
334
  }
329
- .pf-v6-c-table > thead, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-truncate, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-truncate {
330
- --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
331
- --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
332
- --pf-v6-c-table--cell--Overflow: hidden;
333
- --pf-v6-c-table--cell--TextOverflow: ellipsis;
334
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
335
- }
336
-
337
- .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
338
- --pf-v6-c-table--cell--MinWidth: 0;
339
- --pf-v6-c-table--cell--MaxWidth: none;
340
- --pf-v6-c-table--cell--Overflow: visible;
341
- --pf-v6-c-table--cell--TextOverflow: clip;
342
- --pf-v6-c-table--cell--WhiteSpace: normal;
343
- }
344
- .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
345
- --pf-v6-c-table--cell--MinWidth: 0;
346
- --pf-v6-c-table--cell--MaxWidth: none;
347
- --pf-v6-c-table--cell--Overflow: visible;
348
- --pf-v6-c-table--cell--TextOverflow: clip;
349
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
350
- }
351
- .pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
352
- --pf-v6-c-table--cell--MinWidth: fit-content;
353
- --pf-v6-c-table--cell--MaxWidth: none;
354
- --pf-v6-c-table--cell--Width: 1%;
355
- --pf-v6-c-table--cell--Overflow: visible;
356
- --pf-v6-c-table--cell--TextOverflow: clip;
357
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
358
- }
359
- .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
360
- --pf-v6-c-table--cell--WordBreak: break-word;
361
- --pf-v6-c-table--cell--WhiteSpace: normal;
362
- }
363
335
  .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
364
336
  --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
365
337
  --pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
@@ -423,6 +395,40 @@
423
395
  --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
424
396
  }
425
397
 
398
+ [class*=pf-v6-c-table].pf-m-truncate {
399
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
400
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
401
+ --pf-v6-c-table--cell--Overflow: hidden;
402
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
403
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
404
+ }
405
+ [class*=pf-v6-c-table].pf-m-wrap {
406
+ --pf-v6-c-table--cell--MinWidth: 0;
407
+ --pf-v6-c-table--cell--MaxWidth: none;
408
+ --pf-v6-c-table--cell--Overflow: visible;
409
+ --pf-v6-c-table--cell--TextOverflow: clip;
410
+ --pf-v6-c-table--cell--WhiteSpace: normal;
411
+ }
412
+ [class*=pf-v6-c-table].pf-m-nowrap {
413
+ --pf-v6-c-table--cell--MinWidth: 0;
414
+ --pf-v6-c-table--cell--MaxWidth: none;
415
+ --pf-v6-c-table--cell--Overflow: visible;
416
+ --pf-v6-c-table--cell--TextOverflow: clip;
417
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
418
+ }
419
+ [class*=pf-v6-c-table] .pf-v6-c-table__icon, [class*=pf-v6-c-table].pf-m-fit-content {
420
+ --pf-v6-c-table--cell--MinWidth: fit-content;
421
+ --pf-v6-c-table--cell--MaxWidth: none;
422
+ --pf-v6-c-table--cell--Width: 1%;
423
+ --pf-v6-c-table--cell--Overflow: visible;
424
+ --pf-v6-c-table--cell--TextOverflow: clip;
425
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
426
+ }
427
+ [class*=pf-v6-c-table].pf-m-break-word {
428
+ --pf-v6-c-table--cell--WordBreak: break-word;
429
+ --pf-v6-c-table--cell--WhiteSpace: normal;
430
+ }
431
+
426
432
  .pf-v6-c-table__text {
427
433
  --pf-v6-c-table--cell--MaxWidth: 100%;
428
434
  position: relative;
@@ -537,7 +543,7 @@
537
543
  transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
538
544
  }
539
545
  .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
540
- transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--Transition);
546
+ transition: transform var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration) var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);
541
547
  transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
542
548
  }
543
549
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
@@ -689,10 +695,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
689
695
  position: relative;
690
696
  border-block-end: 0 solid transparent;
691
697
  }
692
- .pf-v6-c-table__expandable-row,
693
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
694
- transition: var(--pf-v6-c-table__expandable-row--Transition);
695
- }
696
698
  :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
697
699
  :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
698
700
  padding-block-start: 0;
@@ -27,17 +27,17 @@ declare const _default: {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
- "truncate": "pf-m-truncate",
31
- "wrap": "pf-m-wrap",
32
- "nowrap": "pf-m-nowrap",
33
- "fitContent": "pf-m-fit-content",
34
- "breakWord": "pf-m-break-word",
35
30
  "noBorderRows": "pf-m-no-border-rows",
36
31
  "expanded": "pf-m-expanded",
37
32
  "clickable": "pf-m-clickable",
38
33
  "selected": "pf-m-selected",
39
34
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
40
35
  "dragOver": "pf-m-drag-over",
36
+ "truncate": "pf-m-truncate",
37
+ "wrap": "pf-m-wrap",
38
+ "nowrap": "pf-m-nowrap",
39
+ "fitContent": "pf-m-fit-content",
40
+ "breakWord": "pf-m-break-word",
41
41
  "standalone": "pf-m-standalone",
42
42
  "favorited": "pf-m-favorited",
43
43
  "noPadding": "pf-m-no-padding",
@@ -29,17 +29,17 @@ exports.default = {
29
29
  "favorite": "pf-m-favorite",
30
30
  "borderRight": "pf-m-border-right",
31
31
  "borderLeft": "pf-m-border-left",
32
- "truncate": "pf-m-truncate",
33
- "wrap": "pf-m-wrap",
34
- "nowrap": "pf-m-nowrap",
35
- "fitContent": "pf-m-fit-content",
36
- "breakWord": "pf-m-break-word",
37
32
  "noBorderRows": "pf-m-no-border-rows",
38
33
  "expanded": "pf-m-expanded",
39
34
  "clickable": "pf-m-clickable",
40
35
  "selected": "pf-m-selected",
41
36
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
42
37
  "dragOver": "pf-m-drag-over",
38
+ "truncate": "pf-m-truncate",
39
+ "wrap": "pf-m-wrap",
40
+ "nowrap": "pf-m-nowrap",
41
+ "fitContent": "pf-m-fit-content",
42
+ "breakWord": "pf-m-break-word",
43
43
  "standalone": "pf-m-standalone",
44
44
  "favorited": "pf-m-favorited",
45
45
  "noPadding": "pf-m-no-padding",
@@ -27,17 +27,17 @@ export default {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
- "truncate": "pf-m-truncate",
31
- "wrap": "pf-m-wrap",
32
- "nowrap": "pf-m-nowrap",
33
- "fitContent": "pf-m-fit-content",
34
- "breakWord": "pf-m-break-word",
35
30
  "noBorderRows": "pf-m-no-border-rows",
36
31
  "expanded": "pf-m-expanded",
37
32
  "clickable": "pf-m-clickable",
38
33
  "selected": "pf-m-selected",
39
34
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
40
35
  "dragOver": "pf-m-drag-over",
36
+ "truncate": "pf-m-truncate",
37
+ "wrap": "pf-m-wrap",
38
+ "nowrap": "pf-m-nowrap",
39
+ "fitContent": "pf-m-fit-content",
40
+ "breakWord": "pf-m-break-word",
41
41
  "standalone": "pf-m-standalone",
42
42
  "favorited": "pf-m-favorited",
43
43
  "noPadding": "pf-m-no-padding",