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

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 +8 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +18 -13
  3. package/css/components/Accordion/accordion.css +4 -3
  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 +3 -2
  17. package/css/components/Card/card.css +6 -4
  18. package/css/components/Check/check.css +3 -2
  19. package/css/components/ClipboardCopy/clipboard-copy.css +5 -7
  20. package/css/components/CodeBlock/code-block.css +2 -1
  21. package/css/components/CodeEditor/code-editor.css +3 -2
  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 +20 -13
  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 +7 -4
  29. package/css/components/DualListSelector/dual-list-selector.css +6 -4
  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 +3 -2
  33. package/css/components/Form/form.css +14 -18
  34. package/css/components/FormControl/form-control.css +4 -3
  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 +3 -2
  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 +3 -2
  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 +337 -224
  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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.0.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-prerelease.2...@patternfly/react-styles@6.0.0-prerelease.3) (2024-09-11)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # [6.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-prerelease.1...@patternfly/react-styles@6.0.0-prerelease.2) (2024-09-10)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
6
14
  # [6.0.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.35...@patternfly/react-styles@6.0.0-prerelease.1) (2024-09-07)
7
15
 
8
16
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
- :where(:root, .pf-v6-c-about-modal-box) {
1
+ :root,
2
+ .pf-v6-c-about-modal-box {
2
3
  --pf-v6-c-about-modal-box--BackgroundImage: none;
3
4
  --pf-v6-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
4
- --pf-v6-c-about-modal-box--BackgroundPosition: bottom right;
5
5
  --pf-v6-c-about-modal-box--BackgroundSize--min-width: 200px;
6
6
  --pf-v6-c-about-modal-box--BackgroundSize--width: 60%;
7
7
  --pf-v6-c-about-modal-box--BackgroundSize--max-width: 600px;
@@ -11,7 +11,6 @@
11
11
  --pf-v6-c-about-modal-box--Width: 100%;
12
12
  --pf-v6-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
13
13
  --pf-v6-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
14
- --pf-v6-c-about-modal-box--BackgroundPosition: bottom right;
15
14
  --pf-v6-c-about-modal-box__brand--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
16
15
  --pf-v6-c-about-modal-box__brand--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
17
16
  --pf-v6-c-about-modal-box__brand--PaddingInlineStart: var(--pf-t--global--spacer--xl);
@@ -45,40 +44,42 @@
45
44
  --pf-v6-c-about-modal-box__content--sm--MarginBlockEnd: var(--pf-t--global--spacer--2xl);
46
45
  --pf-v6-c-about-modal-box__content--sm--MarginInlineStart: var(--pf-t--global--spacer--3xl);
47
46
  }
48
- :where(.pf-v6-m-dir-rtl, [dir=rtl]) :where(:root, .pf-v6-c-about-modal-box) {
49
- --pf-v6-c-about-modal-box--BackgroundPosition: bottom left;
50
- }
51
-
52
47
  @media screen and (min-width: 36rem) {
53
- :where(:root, .pf-v6-c-about-modal-box) {
48
+ :root,
49
+ .pf-v6-c-about-modal-box {
54
50
  --pf-v6-c-about-modal-box__brand--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineEnd);
55
51
  --pf-v6-c-about-modal-box__brand--PaddingInlineStart: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineStart);
56
52
  --pf-v6-c-about-modal-box__brand--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingBlockEnd);
57
53
  }
58
54
  }
59
55
  @media only screen and (min-width: 36rem) {
60
- :where(:root, .pf-v6-c-about-modal-box) {
56
+ :root,
57
+ .pf-v6-c-about-modal-box {
61
58
  --pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd);
62
59
  }
63
60
  }
64
61
  @media only screen and (min-width: 62rem) {
65
- :where(:root, .pf-v6-c-about-modal-box) {
62
+ :root,
63
+ .pf-v6-c-about-modal-box {
66
64
  --pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd);
67
65
  }
68
66
  }
69
67
  @media only screen and (min-width: 36rem) {
70
- :where(:root, .pf-v6-c-about-modal-box) {
68
+ :root,
69
+ .pf-v6-c-about-modal-box {
71
70
  --pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd);
72
71
  --pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart);
73
72
  }
74
73
  }
75
74
  @media only screen and (min-width: 36rem) {
76
- :where(:root, .pf-v6-c-about-modal-box) {
75
+ :root,
76
+ .pf-v6-c-about-modal-box {
77
77
  --pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart);
78
78
  }
79
79
  }
80
80
  @media only screen and (min-width: 36rem) {
81
- :where(:root, .pf-v6-c-about-modal-box) {
81
+ :root,
82
+ .pf-v6-c-about-modal-box {
82
83
  --pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockStart);
83
84
  --pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd);
84
85
  --pf-v6-c-about-modal-box__content--MarginBlockEnd: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockEnd);
@@ -100,6 +101,7 @@
100
101
  background-repeat: no-repeat;
101
102
  background-position: var(--pf-v6-c-about-modal-box--BackgroundPosition);
102
103
  background-size: var(--pf-v6-c-about-modal-box--BackgroundSize);
104
+ --pf-v6-c-about-modal-box--BackgroundPosition: bottom right;
103
105
  }
104
106
  @media only screen and (min-width: 36rem) {
105
107
  .pf-v6-c-about-modal-box {
@@ -115,6 +117,9 @@
115
117
  grid-template-columns: var(--pf-v6-c-about-modal-box--lg--GridTemplateColumns);
116
118
  }
117
119
  }
120
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-about-modal-box {
121
+ --pf-v6-c-about-modal-box--BackgroundPosition: bottom left;
122
+ }
118
123
 
119
124
  .pf-v6-c-about-modal-box__brand {
120
125
  display: flex;
@@ -1,9 +1,10 @@
1
- :where(:root, .pf-v6-c-accordion) {
1
+ :root,
2
+ .pf-v6-c-accordion {
2
3
  --pf-v6-c-accordion--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-accordion--RowGap: var(--pf-t--global--spacer--xs);
4
5
  --pf-v6-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
5
6
  --pf-v6-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
6
- --pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--sm);
7
+ --pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
7
8
  --pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
8
9
  --pf-v6-c-accordion__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
9
10
  --pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
@@ -12,7 +13,7 @@
12
13
  --pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
13
14
  --pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
14
15
  --pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
15
- --pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--md);
16
+ --pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
16
17
  --pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
17
18
  --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
18
19
  --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-action-list) {
1
+ :root,
2
+ .pf-v6-c-action-list {
2
3
  --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
3
4
  --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
4
5
  --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-alert-group) {
1
+ :root,
2
+ .pf-v6-c-alert-group {
2
3
  --pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--gap--group--vertical);
3
4
  --pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
4
5
  --pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-alert) {
1
+ :root,
2
+ .pf-v6-c-alert {
2
3
  --pf-v6-c-alert--BoxShadow: var(--pf-t--global--box-shadow--lg);
3
4
  --pf-v6-c-alert--BackgroundColor: var(--pf-t--global--background--color--floating--default);
4
5
  --pf-v6-c-alert--GridTemplateColumns: max-content 1fr max-content;
@@ -18,7 +19,8 @@
18
19
  --pf-v6-c-alert__toggle--MarginBlockEnd: calc(-1 * var(--pf-t--global--spacer--control--vertical--default));
19
20
  --pf-v6-c-alert__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
20
21
  --pf-v6-c-alert__toggle-icon--Rotate: 0;
21
- --pf-v6-c-alert__toggle-icon--Transition: var(--pf-t--global--transition);
22
+ --pf-v6-c-alert__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
23
+ --pf-v6-c-alert__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
22
24
  --pf-v6-c-alert__icon--Color: var(--pf-t--global--icon--color--regular);
23
25
  --pf-v6-c-alert__icon--MarginBlockStart: 0.25rem;
24
26
  --pf-v6-c-alert__icon--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
@@ -139,7 +141,7 @@
139
141
 
140
142
  .pf-v6-c-alert__toggle-icon {
141
143
  display: inline-block;
142
- transition: var(--pf-v6-c-alert__toggle-icon--Transition);
144
+ transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
143
145
  transform: rotate(var(--pf-v6-c-alert__toggle-icon--Rotate));
144
146
  }
145
147
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-alert__toggle-icon {
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-avatar) {
1
+ :root,
2
+ .pf-v6-c-avatar {
2
3
  --pf-v6-c-avatar--BorderColor: transparent;
3
4
  --pf-v6-c-avatar--BorderWidth: 0;
4
5
  --pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-back-to-top) {
1
+ :root,
2
+ .pf-v6-c-back-to-top {
2
3
  --pf-v6-c-back-to-top--InsetInlineEnd: var(--pf-t--global--spacer--2xl);
3
4
  --pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-t--global--spacer--lg);
4
5
  --pf-v6-c-back-to-top--md--InsetBlockEnd: var(--pf-t--global--spacer--2xl);
@@ -10,7 +11,8 @@
10
11
  --pf-v6-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
11
12
  }
12
13
  @media (min-width: 48rem) {
13
- :where(:root, .pf-v6-c-back-to-top) {
14
+ :root,
15
+ .pf-v6-c-back-to-top {
14
16
  --pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-v6-c-back-to-top--md--InsetBlockEnd);
15
17
  }
16
18
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-backdrop) {
1
+ :root,
2
+ .pf-v6-c-backdrop {
2
3
  --pf-v6-c-backdrop--Position: fixed;
3
4
  --pf-v6-c-backdrop--ZIndex: var(--pf-t--global--z-index--lg);
4
5
  --pf-v6-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-background-image) {
1
+ :root,
2
+ .pf-v6-c-background-image {
2
3
  --pf-v6-c-background-image--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-background-image--BackgroundImage: none;
4
5
  --pf-v6-c-background-image--BackgroundSize--min-width: 200px;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-badge) {
1
+ :root,
2
+ .pf-v6-c-badge {
2
3
  --pf-v6-c-badge--BorderColor: transparent;
3
4
  --pf-v6-c-badge--BorderWidth: var(--pf-t--global--border--width--regular);
4
5
  --pf-v6-c-badge--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-banner) {
1
+ :root,
2
+ .pf-v6-c-banner {
2
3
  --pf-v6-c-banner--PaddingBlockStart: var(--pf-t--global--spacer--xs);
3
4
  --pf-v6-c-banner--PaddingInlineEnd: var(--pf-t--global--spacer--md);
4
5
  --pf-v6-c-banner--md--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
@@ -42,7 +43,8 @@
42
43
  --pf-v6-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
43
44
  }
44
45
  @media (min-width: 48rem) {
45
- :where(:root, .pf-v6-c-banner) {
46
+ :root,
47
+ .pf-v6-c-banner {
46
48
  --pf-v6-c-banner--PaddingInlineEnd: var(--pf-v6-c-banner--md--PaddingInlineEnd);
47
49
  --pf-v6-c-banner--PaddingInlineStart: var(--pf-v6-c-banner--md--PaddingInlineStart);
48
50
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-brand) {
1
+ :root,
2
+ .pf-v6-c-brand {
2
3
  --pf-v6-c-brand--Width: auto;
3
4
  --pf-v6-c-brand--Height: auto;
4
5
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-breadcrumb) {
1
+ :root,
2
+ .pf-v6-c-breadcrumb {
2
3
  --pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--sm);
3
4
  --pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
4
5
  --pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
@@ -1,8 +1,10 @@
1
- :where(:root, .pf-v6-c-button) {
1
+ :root,
2
+ .pf-v6-c-button {
2
3
  --pf-v6-c-button--Display: inline-flex;
3
4
  --pf-v6-c-button--AlignItems: baseline;
4
5
  --pf-v6-c-button--JustifyContent: center;
5
6
  --pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
7
+ --pf-v6-c-button--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--PaddingBlockStart) + var(--pf-v6-c-button--PaddingBlockEnd));
6
8
  --pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
7
9
  --pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
8
10
  --pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
@@ -111,7 +113,6 @@
111
113
  --pf-v6-c-button--m-plain--Color: var(--pf-t--global--icon--color--regular);
112
114
  --pf-v6-c-button--m-plain__icon--Color: var(--pf-t--global--text--color--regular);
113
115
  --pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
114
- --pf-v6-c-button--m-plain--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--PaddingBlockStart) + var(--pf-v6-c-button--PaddingBlockEnd));
115
116
  --pf-v6-c-button--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
116
117
  --pf-v6-c-button--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
117
118
  --pf-v6-c-button--m-plain--m-clicked--Color: var(--pf-t--global--icon--color--regular);
@@ -239,6 +240,7 @@
239
240
  gap: var(--pf-v6-c-button--Gap);
240
241
  align-items: var(--pf-v6-c-button--AlignItems);
241
242
  justify-content: var(--pf-v6-c-button--JustifyContent);
243
+ min-width: var(--pf-v6-c-button--MinWidth);
242
244
  padding-block-start: var(--pf-v6-c-button--PaddingBlockStart);
243
245
  padding-block-end: var(--pf-v6-c-button--PaddingBlockEnd);
244
246
  padding-inline-start: var(--pf-v6-c-button--PaddingInlineStart);
@@ -475,7 +477,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
475
477
  --pf-v6-c-button--disabled--BackgroundColor: var(--pf-v6-c-button--m-plain--disabled--BackgroundColor);
476
478
  --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd);
477
479
  --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineStart);
478
- min-width: var(--pf-v6-c-button--m-plain--MinWidth);
479
480
  }
480
481
  .pf-v6-c-button.pf-m-plain.pf-m-no-padding {
481
482
  --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-plain--m-no-padding--BackgroundColor);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-calendar-month) {
1
+ :root,
2
+ .pf-v6-c-calendar-month {
2
3
  --pf-v6-c-calendar-month--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-calendar-month--PaddingBlockStart: var(--pf-t--global--spacer--lg);
4
5
  --pf-v6-c-calendar-month--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
@@ -6,7 +7,7 @@
6
7
  --pf-v6-c-calendar-month--PaddingInlineStart: var(--pf-t--global--spacer--lg);
7
8
  --pf-v6-c-calendar-month--FontSize: var(--pf-t--global--font--size--sm);
8
9
  --pf-v6-c-calendar-month__header--MarginBlockEnd: var(--pf-t--global--spacer--md);
9
- --pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--xs);
10
+ --pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
10
11
  --pf-v6-c-calendar-month__header-year--Width: 9ch;
11
12
  --pf-v6-c-calendar-month__header-nav-control--MarginInlineEnd: 0;
12
13
  --pf-v6-c-calendar-month__header-nav-control--MarginInlineStart: 0;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-card) {
1
+ :root,
2
+ .pf-v6-c-card {
2
3
  --pf-v6-c-card--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-card--BorderColor: var(--pf-t--global--border--color--default);
4
5
  --pf-v6-c-card--BorderStyle: solid;
@@ -20,14 +21,15 @@
20
21
  --pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
21
22
  --pf-v6-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
22
23
  --pf-v6-c-card__actions--PaddingInlineStart: var(--pf-t--global--spacer--md);
23
- --pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
24
+ --pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
24
25
  --pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
25
26
  --pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
26
27
  --pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
27
28
  --pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
28
29
  --pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
29
30
  --pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
30
- --pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
31
+ --pf-v6-c-card__header-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
32
+ --pf-v6-c-card__header-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
31
33
  --pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
32
34
  --pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
33
35
  --pf-v6-c-card--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
@@ -200,7 +202,7 @@
200
202
 
201
203
  .pf-v6-c-card__header-toggle-icon {
202
204
  display: inline-block;
203
- transition: var(--pf-v6-c-card__header-toggle-icon--Transition);
205
+ transition: transform var(--pf-v6-c-card__header-toggle-icon--TransitionDuration) var(--pf-v6-c-card__header-toggle-icon--TransitionTimingFunction);
204
206
  }
205
207
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-card__header-toggle-icon {
206
208
  scale: -1 1;
@@ -1,5 +1,6 @@
1
- :where(:root, .pf-v6-c-check) {
2
- --pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
1
+ :root,
2
+ .pf-v6-c-check {
3
+ --pf-v6-c-check--GridGap: var(--pf-t--global--spacer--gap--group--vertical) var(--pf-t--global--spacer--gap--text-to-element--default);
3
4
  --pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
4
5
  --pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
5
6
  --pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-clipboard-copy) {
1
+ :root,
2
+ .pf-v6-c-clipboard-copy {
2
3
  --pf-v6-c-clipboard-copy__toggle-icon--Transition: .2s ease-in 0s;
3
4
  --pf-v6-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
4
5
  --pf-v6-c-clipboard-copy__expandable-content--MarginBlockStart: var(--pf-t--global--spacer--xs);
@@ -14,12 +15,12 @@
14
15
  --pf-v6-c-clipboard-copy__expandable-content--BorderColor: var(--pf-t--global--border--color--default);
15
16
  --pf-v6-c-clipboard-copy__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
16
17
  --pf-v6-c-clipboard-copy__expandable-content--OutlineOffset: var(--pf-t--global--spacer--xs);
17
- --pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--xs);
18
+ --pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
18
19
  --pf-v6-c-clipboard-copy--m-inline--PaddingInlineStart: var(--pf-t--global--spacer--xs);
19
20
  --pf-v6-c-clipboard-copy--m-inline--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
20
21
  --pf-v6-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
21
- --pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--sm);
22
- --pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--xs);
22
+ --pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
23
+ --pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--compact);
23
24
  --pf-v6-c-clipboard-copy__actions-item--button--Color: var(--pf-t--global--icon--color--subtle);
24
25
  --pf-v6-c-clipboard-copy__actions-item--button--hover--Color: var(--pf-t--global--icon--color--regular);
25
26
  --pf-v6-c-clipboard-copy__text--m-code--FontFamily: var(--pf-t--global--font--family--mono);
@@ -44,9 +45,6 @@
44
45
  display: flex;
45
46
  gap: var(--pf-v6-c-clipboard-copy__group--Gap);
46
47
  }
47
- .pf-v6-c-clipboard-copy__group > * + * {
48
- margin-inline-start: -1px;
49
- }
50
48
 
51
49
  .pf-v6-c-clipboard-copy__toggle-icon {
52
50
  transition: var(--pf-v6-c-clipboard-copy__toggle-icon--Transition);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-code-block) {
1
+ :root,
2
+ .pf-v6-c-code-block {
2
3
  --pf-v6-c-code-block--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
3
4
  --pf-v6-c-code-block--BorderRadius: var(--pf-t--global--border--radius--medium);
4
5
  --pf-v6-c-code-block__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
@@ -1,6 +1,7 @@
1
- :where(:root, .pf-v6-c-code-editor) {
1
+ :root,
2
+ .pf-v6-c-code-editor {
2
3
  --pf-v6-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
3
- --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--xs);
4
+ --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
4
5
  --pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
5
6
  --pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
6
7
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-content) {
1
+ :root,
2
+ .pf-v6-c-content {
2
3
  --pf-v6-c-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
3
4
  --pf-v6-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
4
5
  --pf-v6-c-content--FontSize: var(--pf-t--global--font--size--body--default);
@@ -404,7 +404,8 @@
404
404
  }
405
405
  }
406
406
 
407
- :where(:root, .pf-v6-c-data-list) {
407
+ :root,
408
+ .pf-v6-c-data-list {
408
409
  --pf-v6-c-data-list--FontSize: var( --pf-t--global--font--size--body);
409
410
  --pf-v6-c-data-list--LineHeight: var(--pf-t--global--font--line-height--body);
410
411
  --pf-v6-c-data-list--BorderBlockStartColor: var(--pf-t--global--border--color--default);
@@ -514,13 +515,15 @@
514
515
  --pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
515
516
  }
516
517
  @media screen and (min-width: 36rem) {
517
- :where(:root, .pf-v6-c-data-list) {
518
+ :root,
519
+ .pf-v6-c-data-list {
518
520
  --pf-v6-c-data-list--BorderBlockStartColor: var(--pf-v6-c-data-list--sm--BorderBlockStartColor);
519
521
  --pf-v6-c-data-list--BorderBlockStartWidth: var(--pf-v6-c-data-list--sm--BorderBlockStartWidth);
520
522
  }
521
523
  }
522
524
  @media screen and (min-width: 36rem) {
523
- :where(:root, .pf-v6-c-data-list) {
525
+ :root,
526
+ .pf-v6-c-data-list {
524
527
  --pf-v6-c-data-list__item--BorderBlockEndWidth: var(--pf-v6-c-data-list__item--sm--BorderBlockEndWidth);
525
528
  --pf-v6-c-data-list__item--BorderBlockEndColor: var(--pf-v6-c-data-list__item--sm--BorderBlockEndColor);
526
529
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-date-picker) {
1
+ :root,
2
+ .pf-v6-c-date-picker {
2
3
  --pf-v6-c-date-picker--m-top__calendar--InsetBlockStart: 0;
3
4
  --pf-v6-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-t--global--spacer--xs));
4
5
  --pf-v6-c-date-picker__helper-text--MarginBlockStart: var(--pf-t--global--spacer--sm);
@@ -1,16 +1,17 @@
1
- :where(:root, .pf-v6-c-description-list) {
2
- --pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--lg);
3
- --pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--lg);
1
+ :root,
2
+ .pf-v6-c-description-list {
3
+ --pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
4
+ --pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
4
5
  --pf-v6-c-description-list--GridTemplateColumns--count: 1;
5
6
  --pf-v6-c-description-list--GridTemplateColumns--width: 1fr;
6
7
  --pf-v6-c-description-list--GridTemplateColumns--min: 0;
7
- --pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--sm);
8
- --pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--sm);
8
+ --pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
9
+ --pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
9
10
  --pf-v6-c-description-list__group--GridTemplateColumns: auto;
10
11
  --pf-v6-c-description-list__group--GridTemplateRows: auto 1fr;
11
12
  --pf-v6-c-description-list__group--GridColumn: auto;
12
- --pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--md);
13
- --pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--sm);
13
+ --pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--compact);
14
+ --pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--compact);
14
15
  --pf-v6-c-description-list__term--Display: inline;
15
16
  --pf-v6-c-description-list__term--sm--Display: flex;
16
17
  --pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
@@ -45,32 +46,38 @@
45
46
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width);
46
47
  }
47
48
  @media screen and (min-width: 36rem) {
48
- :where(:root, .pf-v6-c-description-list) {
49
+ :root,
50
+ .pf-v6-c-description-list {
49
51
  --pf-v6-c-description-list__term--Display: var(--pf-v6-c-description-list__term--sm--Display);
50
52
  }
51
53
  }
52
54
  @media (min-width: 36rem) {
53
- :where(:root, .pf-v6-c-description-list) {
55
+ :root,
56
+ .pf-v6-c-description-list {
54
57
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width));
55
58
  }
56
59
  }
57
60
  @media (min-width: 48rem) {
58
- :where(:root, .pf-v6-c-description-list) {
61
+ :root,
62
+ .pf-v6-c-description-list {
59
63
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)));
60
64
  }
61
65
  }
62
66
  @media (min-width: 62rem) {
63
- :where(:root, .pf-v6-c-description-list) {
67
+ :root,
68
+ .pf-v6-c-description-list {
64
69
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))));
65
70
  }
66
71
  }
67
72
  @media (min-width: 75rem) {
68
- :where(:root, .pf-v6-c-description-list) {
73
+ :root,
74
+ .pf-v6-c-description-list {
69
75
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)))));
70
76
  }
71
77
  }
72
78
  @media (min-width: 90.625rem) {
73
- :where(:root, .pf-v6-c-description-list) {
79
+ :root,
80
+ .pf-v6-c-description-list {
74
81
  --pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-2xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))))));
75
82
  }
76
83
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-divider) {
1
+ :root,
2
+ .pf-v6-c-divider {
2
3
  --pf-v6-c-divider--Display: flex;
3
4
  --pf-v6-c-divider--Color: var(--pf-t--global--border--color--default);
4
5
  --pf-v6-c-divider--Size: var(--pf-t--global--border--width--divider--default);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-draggable) {
1
+ :root,
2
+ .pf-v6-c-draggable {
2
3
  --pf-v6-c-draggable--Cursor: auto;
3
4
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
4
5
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
@@ -34,7 +35,8 @@
34
35
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-v6-c-draggable--m-drag-outside--after--BorderColor);
35
36
  }
36
37
 
37
- :where(:root, .pf-v6-c-droppable) {
38
+ :root,
39
+ .pf-v6-c-droppable {
38
40
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
39
41
  --pf-v6-c-droppable--before--Opacity: 0;
40
42
  --pf-v6-c-droppable--after--BorderWidth: 0;
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-drawer) {
1
+ :root,
2
+ .pf-v6-c-drawer {
2
3
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
4
  --pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
4
5
  --pf-v6-c-drawer__content--FlexBasis: 100%;
@@ -31,7 +32,7 @@
31
32
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
32
33
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
33
34
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
34
- --pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--sm);
35
+ --pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
35
36
  --pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
36
37
  --pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
37
38
  --pf-v6-c-drawer__head--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -106,10 +107,12 @@
106
107
  --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
107
108
  }
108
109
  @media screen and (min-width: 75rem) {
109
- :where(:root, .pf-v6-c-drawer) {
110
+ :root,
111
+ .pf-v6-c-drawer {
110
112
  --pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
111
113
  }
112
- :where(:root, .pf-v6-c-drawer).pf-m-panel-bottom {
114
+ :root.pf-m-panel-bottom,
115
+ .pf-v6-c-drawer.pf-m-panel-bottom {
113
116
  --pf-v6-c-drawer__panel--MinWidth: auto;
114
117
  --pf-v6-c-drawer__panel--MinHeight: var(--pf-v6-c-drawer--m-panel-bottom__panel--xl--MinHeight);
115
118
  }
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-dual-list-selector) {
1
+ :root,
2
+ .pf-v6-c-dual-list-selector {
2
3
  --pf-v6-c-dual-list-selector__header--GridArea: pane-header;
3
4
  --pf-v6-c-dual-list-selector__tools--GridArea: pane-tools;
4
5
  --pf-v6-c-dual-list-selector__status--GridArea: pane-status;
@@ -43,7 +44,7 @@
43
44
  --pf-v6-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
44
45
  --pf-v6-c-dual-list-selector__controls--PaddingInlineEnd: var(--pf-t--global--spacer--md);
45
46
  --pf-v6-c-dual-list-selector__controls--PaddingInlineStart: var(--pf-t--global--spacer--md);
46
- --pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--sm);
47
+ --pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
47
48
  --pf-v6-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
48
49
  --pf-v6-c-dual-list-selector__item-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
49
50
  --pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart: 0;
@@ -53,7 +54,8 @@
53
54
  --pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
54
55
  --pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
55
56
  --pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
56
- --pf-v6-c-dual-list-selector__item-toggle-icon--Transition: var(--pf-t--global--transition);
57
+ --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
58
+ --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
57
59
  --pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
58
60
  --pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
59
61
  }
@@ -276,7 +278,7 @@
276
278
  min-width: var(--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth);
277
279
  color: var(--pf-v6-c-dual-list-selector__item-toggle-icon--Color, inherit);
278
280
  text-align: center;
279
- transition: var(--pf-v6-c-dual-list-selector__item-toggle-icon--Transition);
281
+ transition: transform var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration) var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction);
280
282
  transform: rotate(var(--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate));
281
283
  }
282
284
 
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-empty-state) {
1
+ :root,
2
+ .pf-v6-c-empty-state {
2
3
  --pf-v6-c-empty-state--PaddingBlockStart: var(--pf-t--global--spacer--xl);
3
4
  --pf-v6-c-empty-state--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
4
5
  --pf-v6-c-empty-state--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
@@ -1,4 +1,5 @@
1
- :where(:root, .pf-v6-c-expandable-section) {
1
+ :root,
2
+ .pf-v6-c-expandable-section {
2
3
  --pf-v6-c-expandable-section--Gap: var(--pf-t--global--spacer--sm);
3
4
  --pf-v6-c-expandable-section__toggle-icon--MinWidth: 1em;
4
5
  --pf-v6-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);