@patternfly/react-styles 6.0.0-alpha.30 → 6.0.0-alpha.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +11 -11
  3. package/css/components/Accordion/accordion.css +2 -0
  4. package/css/components/Avatar/avatar.css +40 -40
  5. package/css/components/BackToTop/back-to-top.css +1 -1
  6. package/css/components/Banner/banner.css +1 -1
  7. package/css/components/Brand/brand.css +10 -10
  8. package/css/components/Breadcrumb/breadcrumb.css +9 -6
  9. package/css/components/Button/button.css +16 -7
  10. package/css/components/Card/card.css +1 -1
  11. package/css/components/Content/content.css +12 -9
  12. package/css/components/DataList/data-list-grid.css +19 -19
  13. package/css/components/DataList/data-list.css +37 -41
  14. package/css/components/DescriptionList/description-list-order.css +5 -5
  15. package/css/components/DescriptionList/description-list.css +26 -31
  16. package/css/components/Divider/divider.css +20 -20
  17. package/css/components/Drawer/drawer.css +12 -12
  18. package/css/components/Form/form.css +6 -6
  19. package/css/components/JumpLinks/jump-links.css +6 -6
  20. package/css/components/Label/label.css +18 -17
  21. package/css/components/Login/login.css +13 -13
  22. package/css/components/Masthead/masthead.css +201 -103
  23. package/css/components/Menu/menu.css +10 -10
  24. package/css/components/MenuToggle/menu-toggle.css +6 -0
  25. package/css/components/MenuToggle/menu-toggle.d.ts +2 -1
  26. package/css/components/MenuToggle/menu-toggle.js +2 -1
  27. package/css/components/MenuToggle/menu-toggle.mjs +2 -1
  28. package/css/components/ModalBox/modal-box.css +2 -2
  29. package/css/components/Nav/nav.css +5 -4
  30. package/css/components/Nav/nav.d.ts +1 -1
  31. package/css/components/Nav/nav.js +1 -1
  32. package/css/components/Nav/nav.mjs +1 -1
  33. package/css/components/Page/page.css +47 -166
  34. package/css/components/Page/page.d.ts +0 -2
  35. package/css/components/Page/page.js +0 -2
  36. package/css/components/Page/page.mjs +0 -2
  37. package/css/components/Pagination/pagination.css +8 -8
  38. package/css/components/ProgressStepper/progress-stepper.css +14 -13
  39. package/css/components/Sidebar/sidebar.css +8 -8
  40. package/css/components/SimpleList/simple-list.css +1 -1
  41. package/css/components/TabContent/tab-content.css +1 -1
  42. package/css/components/Table/table-grid.css +14 -20
  43. package/css/components/Table/table-tree-view.css +44 -54
  44. package/css/components/Table/table-tree-view.d.ts +1 -3
  45. package/css/components/Table/table-tree-view.js +1 -3
  46. package/css/components/Table/table-tree-view.mjs +1 -3
  47. package/css/components/Table/table.css +5 -5
  48. package/css/components/Tabs/tabs.css +11 -11
  49. package/css/components/Timestamp/timestamp.css +8 -17
  50. package/css/components/ToggleGroup/toggle-group.css +2 -2
  51. package/css/components/Toolbar/toolbar.css +30 -29
  52. package/css/components/Wizard/wizard.css +6 -6
  53. package/css/components/_index.css +664 -692
  54. package/css/components/_index.d.ts +2 -3
  55. package/css/components/_index.js +2 -3
  56. package/css/components/_index.mjs +2 -3
  57. package/css/layouts/Flex/flex.css +35 -35
  58. package/css/layouts/Gallery/gallery.css +10 -10
  59. package/css/layouts/Grid/grid.css +15 -15
  60. package/css/layouts/_index.css +60 -60
  61. package/css/utilities/Accessibility/accessibility.css +15 -15
  62. package/css/utilities/Alignment/alignment.css +5 -5
  63. package/css/utilities/BackgroundColor/background-color.css +5 -5
  64. package/css/utilities/Display/display.css +5 -5
  65. package/css/utilities/Flex/flex.css +50 -50
  66. package/css/utilities/Float/float.css +5 -5
  67. package/css/utilities/Sizing/sizing.css +30 -30
  68. package/css/utilities/Spacing/spacing.css +700 -700
  69. package/css/utilities/Text/text.css +20 -20
  70. package/css/utilities/_index.css +835 -835
  71. package/package.json +3 -3
  72. package/css/components/Consoles/AccessConsoles.css +0 -14
  73. package/css/components/Consoles/AccessConsoles.d.ts +0 -6
  74. package/css/components/Consoles/AccessConsoles.js +0 -7
  75. package/css/components/Consoles/AccessConsoles.mjs +0 -5
  76. package/css/components/Consoles/DesktopViewer.css +0 -6
  77. package/css/components/Consoles/DesktopViewer.d.ts +0 -5
  78. package/css/components/Consoles/DesktopViewer.js +0 -6
  79. package/css/components/Consoles/DesktopViewer.mjs +0 -4
  80. package/css/components/Consoles/SerialConsole.css +0 -11
  81. package/css/components/Consoles/SerialConsole.d.ts +0 -6
  82. package/css/components/Consoles/SerialConsole.js +0 -7
  83. package/css/components/Consoles/SerialConsole.mjs +0 -5
  84. package/css/components/Consoles/VncConsole.css +0 -10
  85. package/css/components/Consoles/VncConsole.d.ts +0 -6
  86. package/css/components/Consoles/VncConsole.js +0 -7
  87. package/css/components/Consoles/VncConsole.mjs +0 -5
  88. package/css/components/Consoles/xterm.css +0 -171
  89. package/css/components/Consoles/xterm.d.ts +0 -26
  90. package/css/components/Consoles/xterm.js +0 -27
  91. package/css/components/Consoles/xterm.mjs +0 -25
  92. package/src/css/components/Consoles/AccessConsoles.css +0 -14
  93. package/src/css/components/Consoles/DesktopViewer.css +0 -6
  94. package/src/css/components/Consoles/SerialConsole.css +0 -11
  95. package/src/css/components/Consoles/VncConsole.css +0 -10
  96. package/src/css/components/Consoles/xterm.css +0 -171
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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-alpha.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.31...@patternfly/react-styles@6.0.0-alpha.32) (2024-07-29)
7
+
8
+ ### Features
9
+
10
+ - **Masthead:** Updates for new masthead structure in Penta ([#10809](https://github.com/patternfly/patternfly-react/issues/10809)) ([266ee47](https://github.com/patternfly/patternfly-react/commit/266ee476020c51487ae4d426fdab90efc73d12f1))
11
+
12
+ # [6.0.0-alpha.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.30...@patternfly/react-styles@6.0.0-alpha.31) (2024-07-29)
13
+
14
+ ### Features
15
+
16
+ - **MenuToggle:** replaced custom styles with text modifier V6 ([#10793](https://github.com/patternfly/patternfly-react/issues/10793)) ([95a204c](https://github.com/patternfly/patternfly-react/commit/95a204c166019a433facfdc77204ccb33ce1726e))
17
+
6
18
  # [6.0.0-alpha.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.29...@patternfly/react-styles@6.0.0-alpha.30) (2024-07-22)
7
19
 
8
20
  ### Features
@@ -49,35 +49,35 @@
49
49
  --pf-v6-c-about-modal-box--BackgroundPosition: bottom left;
50
50
  }
51
51
 
52
- @media screen and (min-width: 576px) {
52
+ @media screen and (min-width: 36rem) {
53
53
  :where(:root, .pf-v6-c-about-modal-box) {
54
54
  --pf-v6-c-about-modal-box__brand--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineEnd);
55
55
  --pf-v6-c-about-modal-box__brand--PaddingInlineStart: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineStart);
56
56
  --pf-v6-c-about-modal-box__brand--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingBlockEnd);
57
57
  }
58
58
  }
59
- @media only screen and (min-width: 576px) {
59
+ @media only screen and (min-width: 36rem) {
60
60
  :where(:root, .pf-v6-c-about-modal-box) {
61
61
  --pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd);
62
62
  }
63
63
  }
64
- @media only screen and (min-width: 992px) {
64
+ @media only screen and (min-width: 62rem) {
65
65
  :where(:root, .pf-v6-c-about-modal-box) {
66
66
  --pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd);
67
67
  }
68
68
  }
69
- @media only screen and (min-width: 576px) {
69
+ @media only screen and (min-width: 36rem) {
70
70
  :where(:root, .pf-v6-c-about-modal-box) {
71
71
  --pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd);
72
72
  --pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart);
73
73
  }
74
74
  }
75
- @media only screen and (min-width: 576px) {
75
+ @media only screen and (min-width: 36rem) {
76
76
  :where(:root, .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
- @media only screen and (min-width: 576px) {
80
+ @media only screen and (min-width: 36rem) {
81
81
  :where(:root, .pf-v6-c-about-modal-box) {
82
82
  --pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockStart);
83
83
  --pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd);
@@ -101,13 +101,13 @@
101
101
  background-position: var(--pf-v6-c-about-modal-box--BackgroundPosition);
102
102
  background-size: var(--pf-v6-c-about-modal-box--BackgroundSize);
103
103
  }
104
- @media only screen and (min-width: 576px) {
104
+ @media only screen and (min-width: 36rem) {
105
105
  .pf-v6-c-about-modal-box {
106
106
  grid-template-areas: "brand close" "header close" "content close";
107
107
  grid-template-columns: var(--pf-v6-c-about-modal-box--sm--GridTemplateColumns);
108
108
  }
109
109
  }
110
- @media only screen and (min-width: 992px) {
110
+ @media only screen and (min-width: 62rem) {
111
111
  .pf-v6-c-about-modal-box {
112
112
  --pf-v6-c-about-modal-box--Height: var(--pf-v6-c-about-modal-box--lg--Height);
113
113
  --pf-v6-c-about-modal-box--Width: var(--pf-v6-c-about-modal-box--lg--Width);
@@ -159,7 +159,7 @@
159
159
  word-break: break-word;
160
160
  -webkit-overflow-scrolling: touch;
161
161
  }
162
- @media screen and (min-width: 576px) {
162
+ @media screen and (min-width: 36rem) {
163
163
  .pf-v6-c-about-modal-box__content {
164
164
  overflow: visible;
165
165
  overscroll-behavior: auto;
@@ -177,13 +177,13 @@
177
177
  padding-block-end: var(--pf-v6-c-about-modal-box__close--PaddingBlockEnd);
178
178
  padding-inline-end: var(--pf-v6-c-about-modal-box__close--PaddingInlineEnd);
179
179
  }
180
- @media only screen and (min-width: 576px) {
180
+ @media only screen and (min-width: 36rem) {
181
181
  .pf-v6-c-about-modal-box__close {
182
182
  grid-area: 1/2;
183
183
  justify-content: center;
184
184
  }
185
185
  }
186
- @media only screen and (min-width: 992px) {
186
+ @media only screen and (min-width: 62rem) {
187
187
  .pf-v6-c-about-modal-box__close {
188
188
  justify-content: flex-end;
189
189
  }
@@ -16,6 +16,7 @@
16
16
  --pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
17
17
  --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
18
18
  --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
19
+ --pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
19
20
  --pf-v6-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
20
21
  --pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
21
22
  --pf-v6-c-accordion__expandable-content--MarginInlineEnd: var(--pf-t--global--spacer--md);
@@ -64,6 +65,7 @@
64
65
  --pf-v6-c-accordion__toggle--FontFamily: var(--pf-v6-c-accordion--m-display-lg__toggle--FontFamily);
65
66
  --pf-v6-c-accordion__toggle--FontSize: var(--pf-v6-c-accordion--m-display-lg__toggle--FontSize);
66
67
  --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight);
68
+ --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
67
69
  --pf-v6-c-accordion__expandable-content--FontSize: var(--pf-v6-c-accordion--m-display-lg__expandable-content--FontSize);
68
70
  --pf-v6-c-accordion__expandable-content--Color: var(--pf-v6-c-accordion--m-display-lg__expandable-content--Color);
69
71
  }
@@ -30,52 +30,52 @@
30
30
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width);
31
31
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height);
32
32
  }
33
- @media (min-width: 576px) {
33
+ @media (min-width: 36rem) {
34
34
  .pf-v6-c-avatar.pf-m-sm {
35
35
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width));
36
36
  }
37
37
  }
38
- @media (min-width: 768px) {
38
+ @media (min-width: 48rem) {
39
39
  .pf-v6-c-avatar.pf-m-sm {
40
40
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width)));
41
41
  }
42
42
  }
43
- @media (min-width: 992px) {
43
+ @media (min-width: 62rem) {
44
44
  .pf-v6-c-avatar.pf-m-sm {
45
45
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width))));
46
46
  }
47
47
  }
48
- @media (min-width: 1200px) {
48
+ @media (min-width: 75rem) {
49
49
  .pf-v6-c-avatar.pf-m-sm {
50
50
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-xl, var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width)))));
51
51
  }
52
52
  }
53
- @media (min-width: 1450px) {
53
+ @media (min-width: 90.625rem) {
54
54
  .pf-v6-c-avatar.pf-m-sm {
55
55
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-2xl, var(--pf-v6-c-avatar--m-sm--Width-on-xl, var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width))))));
56
56
  }
57
57
  }
58
- @media (min-width: 576px) {
58
+ @media (min-width: 36rem) {
59
59
  .pf-v6-c-avatar.pf-m-sm {
60
60
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height));
61
61
  }
62
62
  }
63
- @media (min-width: 768px) {
63
+ @media (min-width: 48rem) {
64
64
  .pf-v6-c-avatar.pf-m-sm {
65
65
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height)));
66
66
  }
67
67
  }
68
- @media (min-width: 992px) {
68
+ @media (min-width: 62rem) {
69
69
  .pf-v6-c-avatar.pf-m-sm {
70
70
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height))));
71
71
  }
72
72
  }
73
- @media (min-width: 1200px) {
73
+ @media (min-width: 75rem) {
74
74
  .pf-v6-c-avatar.pf-m-sm {
75
75
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-xl, var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height)))));
76
76
  }
77
77
  }
78
- @media (min-width: 1450px) {
78
+ @media (min-width: 90.625rem) {
79
79
  .pf-v6-c-avatar.pf-m-sm {
80
80
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-2xl, var(--pf-v6-c-avatar--m-sm--Height-on-xl, var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height))))));
81
81
  }
@@ -84,52 +84,52 @@
84
84
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width);
85
85
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height);
86
86
  }
87
- @media (min-width: 576px) {
87
+ @media (min-width: 36rem) {
88
88
  .pf-v6-c-avatar.pf-m-md {
89
89
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width));
90
90
  }
91
91
  }
92
- @media (min-width: 768px) {
92
+ @media (min-width: 48rem) {
93
93
  .pf-v6-c-avatar.pf-m-md {
94
94
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width)));
95
95
  }
96
96
  }
97
- @media (min-width: 992px) {
97
+ @media (min-width: 62rem) {
98
98
  .pf-v6-c-avatar.pf-m-md {
99
99
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width))));
100
100
  }
101
101
  }
102
- @media (min-width: 1200px) {
102
+ @media (min-width: 75rem) {
103
103
  .pf-v6-c-avatar.pf-m-md {
104
104
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-xl, var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width)))));
105
105
  }
106
106
  }
107
- @media (min-width: 1450px) {
107
+ @media (min-width: 90.625rem) {
108
108
  .pf-v6-c-avatar.pf-m-md {
109
109
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-2xl, var(--pf-v6-c-avatar--m-md--Width-on-xl, var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width))))));
110
110
  }
111
111
  }
112
- @media (min-width: 576px) {
112
+ @media (min-width: 36rem) {
113
113
  .pf-v6-c-avatar.pf-m-md {
114
114
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height));
115
115
  }
116
116
  }
117
- @media (min-width: 768px) {
117
+ @media (min-width: 48rem) {
118
118
  .pf-v6-c-avatar.pf-m-md {
119
119
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height)));
120
120
  }
121
121
  }
122
- @media (min-width: 992px) {
122
+ @media (min-width: 62rem) {
123
123
  .pf-v6-c-avatar.pf-m-md {
124
124
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height))));
125
125
  }
126
126
  }
127
- @media (min-width: 1200px) {
127
+ @media (min-width: 75rem) {
128
128
  .pf-v6-c-avatar.pf-m-md {
129
129
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-xl, var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height)))));
130
130
  }
131
131
  }
132
- @media (min-width: 1450px) {
132
+ @media (min-width: 90.625rem) {
133
133
  .pf-v6-c-avatar.pf-m-md {
134
134
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-2xl, var(--pf-v6-c-avatar--m-md--Height-on-xl, var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height))))));
135
135
  }
@@ -138,52 +138,52 @@
138
138
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width);
139
139
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height);
140
140
  }
141
- @media (min-width: 576px) {
141
+ @media (min-width: 36rem) {
142
142
  .pf-v6-c-avatar.pf-m-lg {
143
143
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width));
144
144
  }
145
145
  }
146
- @media (min-width: 768px) {
146
+ @media (min-width: 48rem) {
147
147
  .pf-v6-c-avatar.pf-m-lg {
148
148
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width)));
149
149
  }
150
150
  }
151
- @media (min-width: 992px) {
151
+ @media (min-width: 62rem) {
152
152
  .pf-v6-c-avatar.pf-m-lg {
153
153
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width))));
154
154
  }
155
155
  }
156
- @media (min-width: 1200px) {
156
+ @media (min-width: 75rem) {
157
157
  .pf-v6-c-avatar.pf-m-lg {
158
158
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-xl, var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width)))));
159
159
  }
160
160
  }
161
- @media (min-width: 1450px) {
161
+ @media (min-width: 90.625rem) {
162
162
  .pf-v6-c-avatar.pf-m-lg {
163
163
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-2xl, var(--pf-v6-c-avatar--m-lg--Width-on-xl, var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width))))));
164
164
  }
165
165
  }
166
- @media (min-width: 576px) {
166
+ @media (min-width: 36rem) {
167
167
  .pf-v6-c-avatar.pf-m-lg {
168
168
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height));
169
169
  }
170
170
  }
171
- @media (min-width: 768px) {
171
+ @media (min-width: 48rem) {
172
172
  .pf-v6-c-avatar.pf-m-lg {
173
173
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height)));
174
174
  }
175
175
  }
176
- @media (min-width: 992px) {
176
+ @media (min-width: 62rem) {
177
177
  .pf-v6-c-avatar.pf-m-lg {
178
178
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height))));
179
179
  }
180
180
  }
181
- @media (min-width: 1200px) {
181
+ @media (min-width: 75rem) {
182
182
  .pf-v6-c-avatar.pf-m-lg {
183
183
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-xl, var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height)))));
184
184
  }
185
185
  }
186
- @media (min-width: 1450px) {
186
+ @media (min-width: 90.625rem) {
187
187
  .pf-v6-c-avatar.pf-m-lg {
188
188
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-2xl, var(--pf-v6-c-avatar--m-lg--Height-on-xl, var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height))))));
189
189
  }
@@ -192,52 +192,52 @@
192
192
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width);
193
193
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height);
194
194
  }
195
- @media (min-width: 576px) {
195
+ @media (min-width: 36rem) {
196
196
  .pf-v6-c-avatar.pf-m-xl {
197
197
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width));
198
198
  }
199
199
  }
200
- @media (min-width: 768px) {
200
+ @media (min-width: 48rem) {
201
201
  .pf-v6-c-avatar.pf-m-xl {
202
202
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width)));
203
203
  }
204
204
  }
205
- @media (min-width: 992px) {
205
+ @media (min-width: 62rem) {
206
206
  .pf-v6-c-avatar.pf-m-xl {
207
207
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width))));
208
208
  }
209
209
  }
210
- @media (min-width: 1200px) {
210
+ @media (min-width: 75rem) {
211
211
  .pf-v6-c-avatar.pf-m-xl {
212
212
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-xl, var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width)))));
213
213
  }
214
214
  }
215
- @media (min-width: 1450px) {
215
+ @media (min-width: 90.625rem) {
216
216
  .pf-v6-c-avatar.pf-m-xl {
217
217
  --pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-2xl, var(--pf-v6-c-avatar--m-xl--Width-on-xl, var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width))))));
218
218
  }
219
219
  }
220
- @media (min-width: 576px) {
220
+ @media (min-width: 36rem) {
221
221
  .pf-v6-c-avatar.pf-m-xl {
222
222
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height));
223
223
  }
224
224
  }
225
- @media (min-width: 768px) {
225
+ @media (min-width: 48rem) {
226
226
  .pf-v6-c-avatar.pf-m-xl {
227
227
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height)));
228
228
  }
229
229
  }
230
- @media (min-width: 992px) {
230
+ @media (min-width: 62rem) {
231
231
  .pf-v6-c-avatar.pf-m-xl {
232
232
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))));
233
233
  }
234
234
  }
235
- @media (min-width: 1200px) {
235
+ @media (min-width: 75rem) {
236
236
  .pf-v6-c-avatar.pf-m-xl {
237
237
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height)))));
238
238
  }
239
239
  }
240
- @media (min-width: 1450px) {
240
+ @media (min-width: 90.625rem) {
241
241
  .pf-v6-c-avatar.pf-m-xl {
242
242
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-2xl, var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))))));
243
243
  }
@@ -9,7 +9,7 @@
9
9
  --pf-v6-c-back-to-top--c-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
10
10
  --pf-v6-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
11
11
  }
12
- @media (min-width: 768px) {
12
+ @media (min-width: 48rem) {
13
13
  :where(:root, .pf-v6-c-back-to-top) {
14
14
  --pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-v6-c-back-to-top--md--InsetBlockEnd);
15
15
  }
@@ -43,7 +43,7 @@
43
43
  --pf-v6-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
44
44
  --pf-v6-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
45
45
  }
46
- @media (min-width: 768px) {
46
+ @media (min-width: 48rem) {
47
47
  :where(:root, .pf-v6-c-banner) {
48
48
  --pf-v6-c-banner--PaddingInlineEnd: var(--pf-v6-c-banner--md--PaddingInlineEnd);
49
49
  --pf-v6-c-banner--PaddingInlineStart: var(--pf-v6-c-banner--md--PaddingInlineStart);
@@ -9,52 +9,52 @@
9
9
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width);
10
10
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height);
11
11
  }
12
- @media (min-width: 576px) {
12
+ @media (min-width: 36rem) {
13
13
  .pf-v6-c-brand {
14
14
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width));
15
15
  }
16
16
  }
17
- @media (min-width: 768px) {
17
+ @media (min-width: 48rem) {
18
18
  .pf-v6-c-brand {
19
19
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width)));
20
20
  }
21
21
  }
22
- @media (min-width: 992px) {
22
+ @media (min-width: 62rem) {
23
23
  .pf-v6-c-brand {
24
24
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width))));
25
25
  }
26
26
  }
27
- @media (min-width: 1200px) {
27
+ @media (min-width: 75rem) {
28
28
  .pf-v6-c-brand {
29
29
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-xl, var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width)))));
30
30
  }
31
31
  }
32
- @media (min-width: 1450px) {
32
+ @media (min-width: 90.625rem) {
33
33
  .pf-v6-c-brand {
34
34
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-2xl, var(--pf-v6-c-brand--Width-on-xl, var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width))))));
35
35
  }
36
36
  }
37
- @media (min-width: 576px) {
37
+ @media (min-width: 36rem) {
38
38
  .pf-v6-c-brand {
39
39
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height));
40
40
  }
41
41
  }
42
- @media (min-width: 768px) {
42
+ @media (min-width: 48rem) {
43
43
  .pf-v6-c-brand {
44
44
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height)));
45
45
  }
46
46
  }
47
- @media (min-width: 992px) {
47
+ @media (min-width: 62rem) {
48
48
  .pf-v6-c-brand {
49
49
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height))));
50
50
  }
51
51
  }
52
- @media (min-width: 1200px) {
52
+ @media (min-width: 75rem) {
53
53
  .pf-v6-c-brand {
54
54
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-xl, var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height)))));
55
55
  }
56
56
  }
57
- @media (min-width: 1450px) {
57
+ @media (min-width: 90.625rem) {
58
58
  .pf-v6-c-brand {
59
59
  --pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-2xl, var(--pf-v6-c-brand--Height-on-xl, var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height))))));
60
60
  }
@@ -8,9 +8,11 @@
8
8
  --pf-v6-c-breadcrumb__link--PaddingInlineStart: var(--pf-t--global--spacer--sm);
9
9
  --pf-v6-c-breadcrumb__link--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
10
10
  --pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
11
- --pf-v6-c-breadcrumb__link--TextDecoration: var(--pf-t--global--link--text-decoration);
11
+ --pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
12
+ --pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
12
13
  --pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
13
- --pf-v6-c-breadcrumb__link--hover--TextDecoration: var(--pf-t--global--link--text-decoration--hover);
14
+ --pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
15
+ --pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
14
16
  --pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
15
17
  --pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
16
18
  --pf-v6-c-breadcrumb__heading--FontSize: var( --pf-t--global--font--size--body--sm);
@@ -63,18 +65,19 @@
63
65
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
64
66
  line-height: inherit;
65
67
  color: var(--pf-v6-c-breadcrumb__link--Color);
66
- text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecoration);
68
+ text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine) var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
67
69
  word-break: break-word;
68
70
  background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
69
71
  }
70
- .pf-v6-c-breadcrumb__link:hover {
72
+ .pf-v6-c-breadcrumb__link:is(:hover, :focus) {
71
73
  --pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
72
- --pf-v6-c-breadcrumb__link--TextDecoration: var(--pf-v6-c-breadcrumb__link--hover--TextDecoration);
74
+ --pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
75
+ --pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
73
76
  }
74
77
  .pf-v6-c-breadcrumb__link.pf-m-current {
75
78
  cursor: default;
76
79
  }
77
- .pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:hover {
80
+ .pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
78
81
  color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
79
82
  text-decoration: none;
80
83
  }
@@ -15,14 +15,16 @@
15
15
  --pf-v6-c-button--BorderColor: transparent;
16
16
  --pf-v6-c-button--BorderWidth: var(--pf-t--global--border--width--action--default);
17
17
  --pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
18
- --pf-v6-c-button--TextDecoration: none;
18
+ --pf-v6-c-button--TextDecorationLine: none;
19
+ --pf-v6-c-button--TextDecorationStyle: none;
19
20
  --pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
20
21
  --pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
21
22
  --pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
22
23
  --pf-v6-c-button--hover--BackgroundColor: transparent;
23
24
  --pf-v6-c-button--hover--BorderColor: transparent;
24
25
  --pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
25
- --pf-v6-c-button--hover--TextDecoration: none;
26
+ --pf-v6-c-button--hover--TextDecorationLine: none;
27
+ --pf-v6-c-button--hover--TextDecorationStyle: none;
26
28
  --pf-v6-c-button--m-clicked--BackgroundColor: transparent;
27
29
  --pf-v6-c-button--m-clicked--BorderColor: transparent;
28
30
  --pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
@@ -92,7 +94,10 @@
92
94
  --pf-v6-c-button--m-link--m-inline--PaddingInlineEnd: 0;
93
95
  --pf-v6-c-button--m-link--m-inline--PaddingBlockEnd: 0;
94
96
  --pf-v6-c-button--m-link--m-inline--PaddingInlineStart: 0;
95
- --pf-v6-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-t--global--link--text-decoration--hover);
97
+ --pf-v6-c-button--m-link--m-inline--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
98
+ --pf-v6-c-button--m-link--m-inline--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
99
+ --pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
100
+ --pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
96
101
  --pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart: var(--pf-t--global--spacer--xs);
97
102
  --pf-v6-c-button--m-link--m-inline--m-in-progress--PaddingInlineStart: calc(var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart) + 1rem + var(--pf-t--global--spacer--sm));
98
103
  --pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -247,7 +252,7 @@
247
252
  line-height: var(--pf-v6-c-button--LineHeight, inherit);
248
253
  color: var(--pf-v6-c-button--Color);
249
254
  text-align: center;
250
- text-decoration: var(--pf-v6-c-button--TextDecoration);
255
+ text-decoration: var(--pf-v6-c-button--TextDecorationLine) var(--pf-v6-c-button--TextDecorationStyle);
251
256
  white-space: nowrap;
252
257
  cursor: pointer;
253
258
  user-select: none;
@@ -347,7 +352,10 @@
347
352
  --pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineStart);
348
353
  --pf-v6-c-button--BackgroundColor: transparent;
349
354
  --pf-v6-c-button__progress--InsetInlineStart: var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart);
350
- --pf-v6-c-button--hover--TextDecoration: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecoration);
355
+ --pf-v6-c-button--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--TextDecorationLine);
356
+ --pf-v6-c-button--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--TextDecorationStyle);
357
+ --pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
358
+ --pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
351
359
  --pf-v6-c-button--hover--BackgroundColor: transparent;
352
360
  --pf-v6-c-button--m-clicked--BackgroundColor: transparent;
353
361
  --pf-v6-c-button--disabled--BackgroundColor: transparent;
@@ -509,8 +517,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
509
517
  --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
510
518
  --pf-v6-c-button--BorderColor: var(--pf-v6-c-button--hover--BorderColor);
511
519
  --pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
512
- --pf-v6-c-button--TextDecoration: var(--pf-v6-c-button--hover--TextDecoration);
513
520
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
521
+ text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine) var(--pf-v6-c-button--hover--TextDecorationStyle);
514
522
  }
515
523
  .pf-v6-c-button.pf-m-clicked {
516
524
  --pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
@@ -533,7 +541,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
533
541
  color: var(--pf-v6-c-button--disabled__icon--Color);
534
542
  }
535
543
  .pf-v6-c-button.pf-m-aria-disabled {
536
- --pf-v6-c-button--m-link--m-inline--hover--TextDecoration: none;
544
+ --pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-v6-c-button--TextDecorationLine);
545
+ --pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-v6-c-button--TextDecorationStyle);
537
546
  cursor: default;
538
547
  }
539
548
  .pf-v6-c-button.pf-m-progress {
@@ -26,7 +26,7 @@
26
26
  --pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
27
27
  --pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
28
28
  --pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
29
- --pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain) * -1);
29
+ --pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
30
30
  --pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
31
31
  --pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
32
32
  --pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
@@ -40,9 +40,11 @@
40
40
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
41
41
  --pf-v6-c-content--small--Color: var(--pf-t--global--text--color--subtle);
42
42
  --pf-v6-c-content--a--Color: var(--pf-t--global--text--color--link--default);
43
- --pf-v6-c-content--a--TextDecoration: var(--pf-t--global--link--text-decoration);
43
+ --pf-v6-c-content--a--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
44
+ --pf-v6-c-content--a--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
44
45
  --pf-v6-c-content--a--hover--Color: var(--pf-t--global--text--color--link--hover);
45
- --pf-v6-c-content--a--hover--TextDecoration: var(--pf-t--global--link--text-decoration);
46
+ --pf-v6-c-content--a--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
47
+ --pf-v6-c-content--a--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
46
48
  --pf-v6-c-content--a--visited--Color: var(--pf-t--global--text--color--link--visited);
47
49
  --pf-v6-c-content--blockquote--PaddingBlockStart: var(--pf-t--global--spacer--md);
48
50
  --pf-v6-c-content--blockquote--PaddingInlineEnd: var(--pf-t--global--spacer--md);
@@ -71,11 +73,12 @@
71
73
  }
72
74
  :is(.pf-v6-c-content--a, .pf-v6-c-content a) {
73
75
  color: var(--pf-v6-c-content--a--Color);
74
- text-decoration: var(--pf-v6-c-content--a--TextDecoration);
76
+ text-decoration: var(--pf-v6-c-content--a--TextDecorationLine) var(--pf-v6-c-content--a--TextDecorationStyle);
75
77
  }
76
- :is(.pf-v6-c-content--a, .pf-v6-c-content a):hover {
78
+ :is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
77
79
  --pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
78
- --pf-v6-c-content--a--TextDecoration: var(--pf-v6-c-content--a--hover--TextDecoration);
80
+ --pf-v6-c-content--a--TextDecorationLine: var(--pf-v6-c-content--a--hover--TextDecorationLine);
81
+ --pf-v6-c-content--a--TextDecorationStyle: var(--pf-v6-c-content--a--hover--TextDecorationStyle);
79
82
  }
80
83
 
81
84
  :is(.pf-v6-c-content--a.pf-m-visited, .pf-v6-c-content.pf-m-visited a, .pf-v6-c-content a.pf-m-visited):visited {
@@ -225,7 +228,7 @@ ul) {
225
228
  display: grid;
226
229
  grid-template-columns: 1fr;
227
230
  }
228
- @media screen and (min-width: 576px) {
231
+ @media screen and (min-width: 36rem) {
229
232
  :is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
230
233
  grid-template: auto/auto 1fr;
231
234
  grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
@@ -239,18 +242,18 @@ ul) {
239
242
  :is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
240
243
  margin-block-start: var(--pf-v6-c-content--dt--MarginBlockStart);
241
244
  }
242
- @media screen and (min-width: 576px) {
245
+ @media screen and (min-width: 36rem) {
243
246
  :is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
244
247
  --pf-v6-c-content--dt--MarginBlockStart: var(--pf-v6-c-content--dt--sm--MarginBlockStart);
245
248
  }
246
249
  }
247
- @media screen and (min-width: 576px) {
250
+ @media screen and (min-width: 36rem) {
248
251
  :is(.pf-v6-c-content--dt, .pf-v6-c-content dt) {
249
252
  grid-column: 1;
250
253
  }
251
254
  }
252
255
 
253
- @media screen and (min-width: 576px) {
256
+ @media screen and (min-width: 36rem) {
254
257
  :is(.pf-v6-c-content--dd, .pf-v6-c-content dd) {
255
258
  grid-column: 2;
256
259
  }