@patternfly/react-styles 6.0.0-alpha.3 → 6.0.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  3. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  4. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  5. package/css/components/Accordion/accordion.css +1 -1
  6. package/css/components/Alert/alert.css +2 -2
  7. package/css/components/Avatar/avatar.css +10 -13
  8. package/css/components/Avatar/avatar.d.ts +1 -2
  9. package/css/components/Avatar/avatar.js +1 -2
  10. package/css/components/Avatar/avatar.mjs +1 -2
  11. package/css/components/Backdrop/backdrop.css +6 -2
  12. package/css/components/Banner/banner.css +5 -1
  13. package/css/components/Banner/banner.d.ts +1 -0
  14. package/css/components/Banner/banner.js +1 -0
  15. package/css/components/Banner/banner.mjs +1 -0
  16. package/css/components/Breadcrumb/breadcrumb.css +19 -16
  17. package/css/components/Button/button.css +1 -1
  18. package/css/components/Card/card.css +3 -0
  19. package/css/components/Card/card.d.ts +2 -0
  20. package/css/components/Card/card.js +2 -0
  21. package/css/components/Card/card.mjs +2 -0
  22. package/css/components/Content/content.css +7 -7
  23. package/css/components/EmptyState/empty-state.css +57 -34
  24. package/css/components/EmptyState/empty-state.d.ts +6 -1
  25. package/css/components/EmptyState/empty-state.js +6 -1
  26. package/css/components/EmptyState/empty-state.mjs +6 -1
  27. package/css/components/ExpandableSection/expandable-section.css +10 -17
  28. package/css/components/ExpandableSection/expandable-section.d.ts +1 -1
  29. package/css/components/ExpandableSection/expandable-section.js +1 -1
  30. package/css/components/ExpandableSection/expandable-section.mjs +1 -1
  31. package/css/components/Form/form.css +6 -0
  32. package/css/components/HelperText/helper-text.css +28 -34
  33. package/css/components/HelperText/helper-text.d.ts +1 -2
  34. package/css/components/HelperText/helper-text.js +1 -2
  35. package/css/components/HelperText/helper-text.mjs +1 -2
  36. package/css/components/Hint/hint.css +2 -2
  37. package/css/components/InlineEdit/inline-edit.css +5 -5
  38. package/css/components/Login/login.css +1 -1
  39. package/css/components/MenuToggle/menu-toggle.css +2 -1
  40. package/css/components/ModalBox/modal-box.css +1 -1
  41. package/css/components/Nav/nav.css +2 -2
  42. package/css/components/Pagination/pagination.css +61 -121
  43. package/css/components/Pagination/pagination.d.ts +2 -5
  44. package/css/components/Pagination/pagination.js +2 -5
  45. package/css/components/Pagination/pagination.mjs +2 -5
  46. package/css/components/Popover/popover.css +0 -2
  47. package/css/components/SimpleList/simple-list.css +35 -52
  48. package/css/components/SimpleList/simple-list.d.ts +2 -2
  49. package/css/components/SimpleList/simple-list.js +2 -2
  50. package/css/components/SimpleList/simple-list.mjs +2 -2
  51. package/css/components/Table/table.css +6 -6
  52. package/css/components/Title/title.css +6 -6
  53. package/css/components/Tooltip/tooltip.css +0 -2
  54. package/css/components/Truncate/truncate.css +4 -0
  55. package/css/docs/components/Nav/examples/Navigation.css +18 -2
  56. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
  57. package/css/docs/components/Nav/examples/Navigation.js +0 -1
  58. package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
  59. package/css/docs/components/Truncate/examples/Truncate.css +2 -2
  60. package/package.json +3 -3
  61. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  62. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  63. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  64. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
@@ -3,11 +3,6 @@
3
3
  --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-t--global--spacer--md);
4
4
  --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
5
5
  --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
6
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-t--global--color--brand--default);
7
- --pf-v5-c-expandable-section__toggle--hover--Color: var(--pf-t--global--color--brand--hover);
8
- --pf-v5-c-expandable-section__toggle--active--Color: var(--pf-t--global--color--brand--hover);
9
- --pf-v5-c-expandable-section__toggle--focus--Color: var(--pf-t--global--color--brand--hover);
10
- --pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-t--global--color--brand--hover);
11
6
  --pf-v5-c-expandable-section__toggle--BackgroundColor: transparent;
12
7
  --pf-v5-c-expandable-section__toggle--ColumnGap: calc(var(--pf-t--global--spacer--xs) + var(--pf-t--global--spacer--sm));
13
8
  --pf-v5-c-expandable-section__toggle-icon--MinWidth: 1em;
@@ -17,6 +12,9 @@
17
12
  --pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
18
13
  --pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
19
14
  --pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
15
+ --pf-v5-c-expandable-section__toggle-text--Color: var(--pf-t--global--color--brand--default);
16
+ --pf-v5-c-expandable-section__toggle-text--hover--Color: var(--pf-t--global--color--brand--hover);
17
+ --pf-v5-c-expandable-section--m-expanded__toggle-text--Color: var(--pf-t--global--color--brand--hover);
20
18
  --pf-v5-c-expandable-section__content--PaddingTop: var(--pf-t--global--spacer--sm);
21
19
  --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-t--global--spacer--sm);
22
20
  --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-t--global--spacer--sm);
@@ -51,7 +49,7 @@
51
49
  }
52
50
 
53
51
  .pf-v5-c-expandable-section.pf-m-expanded {
54
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--m-expanded--Color);
52
+ --pf-v5-c-expandable-section__toggle-text--Color: var(--pf-v5-c-expandable-section--m-expanded__toggle-text--Color);
55
53
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate);
56
54
  --pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate);
57
55
  --pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor);
@@ -106,23 +104,14 @@
106
104
  padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
107
105
  padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
108
106
  padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
109
- color: var(--pf-v5-c-expandable-section__toggle--Color);
110
107
  background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
111
108
  border: none;
112
109
  border-radius: var(--pf-v5-c-expandable-section__toggle--BorderRadius, 0);
113
110
  }
114
- .pf-v5-c-expandable-section__toggle:hover {
115
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--hover--Color);
111
+ .pf-v5-c-expandable-section__toggle:is(:hover, :focus) {
112
+ --pf-v5-c-expandable-section__toggle-text--Color: var(--pf-v5-c-expandable-section__toggle-text--hover--Color);
116
113
  --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--hover--BackgroundColor, initial);
117
114
  }
118
- .pf-v5-c-expandable-section__toggle:active, .pf-v5-c-expandable-section__toggle.pf-m-active {
119
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--active--Color);
120
- --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--active--BackgroundColor, initial);
121
- }
122
- .pf-v5-c-expandable-section__toggle:focus {
123
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
124
- --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--focus--BackgroundColor, initial);
125
- }
126
115
 
127
116
  .pf-v5-c-expandable-section__toggle-icon {
128
117
  min-width: var(--pf-v5-c-expandable-section__toggle-icon--MinWidth);
@@ -138,6 +127,10 @@
138
127
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
139
128
  }
140
129
 
130
+ .pf-v5-c-expandable-section__toggle-text {
131
+ color: var(--pf-v5-c-expandable-section__toggle-text--Color);
132
+ }
133
+
141
134
  .pf-v5-c-expandable-section__content {
142
135
  max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
143
136
  padding-block-start: var(--pf-v5-c-expandable-section__content--PaddingTop);
@@ -5,13 +5,13 @@ declare const _default: {
5
5
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
6
6
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
7
7
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
8
+ "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
8
9
  "modifiers": {
9
10
  "expanded": "pf-m-expanded",
10
11
  "limitWidth": "pf-m-limit-width",
11
12
  "displayLg": "pf-m-display-lg",
12
13
  "indented": "pf-m-indented",
13
14
  "truncate": "pf-m-truncate",
14
- "active": "pf-m-active",
15
15
  "expandTop": "pf-m-expand-top"
16
16
  }
17
17
  };
@@ -7,13 +7,13 @@ exports.default = {
7
7
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
8
8
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
9
9
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
10
+ "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
10
11
  "modifiers": {
11
12
  "expanded": "pf-m-expanded",
12
13
  "limitWidth": "pf-m-limit-width",
13
14
  "displayLg": "pf-m-display-lg",
14
15
  "indented": "pf-m-indented",
15
16
  "truncate": "pf-m-truncate",
16
- "active": "pf-m-active",
17
17
  "expandTop": "pf-m-expand-top"
18
18
  }
19
19
  };
@@ -5,13 +5,13 @@ export default {
5
5
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
6
6
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
7
7
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
8
+ "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
8
9
  "modifiers": {
9
10
  "expanded": "pf-m-expanded",
10
11
  "limitWidth": "pf-m-limit-width",
11
12
  "displayLg": "pf-m-display-lg",
12
13
  "indented": "pf-m-indented",
13
14
  "truncate": "pf-m-truncate",
14
- "active": "pf-m-active",
15
15
  "expandTop": "pf-m-expand-top"
16
16
  }
17
17
  };
@@ -247,6 +247,9 @@
247
247
  max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
248
248
  }
249
249
 
250
+ .pf-v5-c-form__group {
251
+ min-width: 0;
252
+ }
250
253
  .pf-v5-c-form__group.pf-m-action {
251
254
  margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
252
255
  overflow: hidden;
@@ -335,6 +338,9 @@
335
338
  --pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
336
339
  }
337
340
 
341
+ .pf-v5-c-form__group-control {
342
+ min-width: 0;
343
+ }
338
344
  .pf-v5-c-form__group-control.pf-m-inline {
339
345
  display: flex;
340
346
  flex-flow: row wrap;
@@ -1,27 +1,28 @@
1
+ :root {
2
+ --pf-v5-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
3
+ --pf-v5-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
4
+ --pf-v5-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
5
+ --pf-v5-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
6
+ --pf-v5-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
7
+ --pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
8
+ --pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
9
+ --pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
10
+ --pf-v5-c-helper-text__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
11
+ --pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
12
+ --pf-v5-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
13
+ --pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
14
+ --pf-v5-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
15
+ --pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
16
+ --pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
17
+ --pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
18
+ --pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
19
+ --pf-v5-c-helper-text--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
20
+ --pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
21
+ --pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
22
+ --pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
23
+ }
24
+
1
25
  .pf-v5-c-helper-text {
2
- --pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
3
- --pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
4
- --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-global--Color--100);
5
- --pf-v5-c-helper-text__item-text--Color: var(--pf-v5-global--Color--100);
6
- --pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-v5-global--Color--200);
7
- --pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-v5-global--Color--200);
8
- --pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-v5-global--warning-color--100);
9
- --pf-v5-c-helper-text__item-text--m-warning--Color: var(--pf-v5-global--warning-color--200);
10
- --pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-v5-global--success-color--100);
11
- --pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--200);
12
- --pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-v5-global--danger-color--100);
13
- --pf-v5-c-helper-text__item-text--m-error--Color: var(--pf-v5-global--danger-color--200);
14
- --pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-global--Color--100);
15
- --pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-global--Color--100);
16
- --pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-v5-global--Color--200);
17
- --pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-v5-global--Color--200);
18
- --pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-v5-global--warning-color--100);
19
- --pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color: var(--pf-v5-global--Color--200);
20
- --pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-v5-global--success-color--100);
21
- --pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color: var(--pf-v5-global--Color--200);
22
- --pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-v5-global--danger-color--100);
23
- --pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color: var(--pf-v5-global--Color--100);
24
- --pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-v5-global--spacer--xs);
25
26
  display: grid;
26
27
  gap: var(--pf-v5-c-helper-text--Gap);
27
28
  font-size: var(--pf-v5-c-helper-text--FontSize);
@@ -33,6 +34,7 @@
33
34
 
34
35
  .pf-v5-c-helper-text__item {
35
36
  display: flex;
37
+ font-weight: var(--pf-v5-c-helper-text__item-text--FontWeight);
36
38
  }
37
39
  .pf-v5-c-helper-text__item.pf-m-indeterminate {
38
40
  --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-indeterminate--Color);
@@ -41,25 +43,21 @@
41
43
  --pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color);
42
44
  }
43
45
  .pf-v5-c-helper-text__item.pf-m-warning {
46
+ --pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-warning--FontWeight);
44
47
  --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-warning--Color);
45
- --pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-warning--Color);
46
48
  --pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color);
47
- --pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color);
48
49
  }
49
50
  .pf-v5-c-helper-text__item.pf-m-success {
51
+ --pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-success--FontWeight);
50
52
  --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-success--Color);
51
- --pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-success--Color);
52
53
  --pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color);
53
- --pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color);
54
54
  }
55
55
  .pf-v5-c-helper-text__item.pf-m-error {
56
+ --pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-error--FontWeight);
56
57
  --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-error--Color);
57
- --pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-error--Color);
58
58
  --pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color);
59
- --pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color);
60
59
  }
61
60
  .pf-v5-c-helper-text__item.pf-m-dynamic {
62
- --pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic__item-text--Color);
63
61
  --pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic__item-icon--Color);
64
62
  }
65
63
 
@@ -70,8 +68,4 @@
70
68
 
71
69
  .pf-v5-c-helper-text__item-text {
72
70
  color: var(--pf-v5-c-helper-text__item-text--Color);
73
- }
74
-
75
- :where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
76
- --pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
77
71
  }
@@ -11,7 +11,6 @@ declare const _default: {
11
11
  "success": "pf-m-success",
12
12
  "error": "pf-m-error",
13
13
  "dynamic": "pf-m-dynamic"
14
- },
15
- "themeDark": "pf-v5-theme-dark"
14
+ }
16
15
  };
17
16
  export default _default;
@@ -13,6 +13,5 @@ exports.default = {
13
13
  "success": "pf-m-success",
14
14
  "error": "pf-m-error",
15
15
  "dynamic": "pf-m-dynamic"
16
- },
17
- "themeDark": "pf-v5-theme-dark"
16
+ }
18
17
  };
@@ -11,6 +11,5 @@ export default {
11
11
  "success": "pf-m-success",
12
12
  "error": "pf-m-error",
13
13
  "dynamic": "pf-m-dynamic"
14
- },
15
- "themeDark": "pf-v5-theme-dark"
14
+ }
16
15
  };
@@ -6,14 +6,14 @@
6
6
  --pf-v5-c-hint--PaddingLeft: var(--pf-t--global--spacer--lg);
7
7
  --pf-v5-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
8
  --pf-v5-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
9
- --pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--200);
9
+ --pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
10
10
  --pf-v5-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
11
11
  --pf-v5-c-hint--Color: var(--pf-t--global--text--color--regular);
12
12
  --pf-v5-c-hint__title--FontFamily: var(--pf-t--global--font--family--heading);
13
13
  --pf-v5-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
14
14
  --pf-v5-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
15
15
  --pf-v5-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
16
- --pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--md);
16
+ --pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
17
17
  --pf-v5-c-hint__footer--MarginTop: var(--pf-t--global--spacer--sm);
18
18
  --pf-v5-c-hint__footer--child--MarginRight: var(--pf-t--global--spacer--md);
19
19
  --pf-v5-c-hint__actions--MarginLeft: var(--pf-t--global--spacer--2xl);
@@ -1,10 +1,10 @@
1
1
  .pf-v5-c-inline-edit {
2
- --pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-v5-global--spacer--sm);
3
- --pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-v5-global--link--Color);
4
- --pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-v5-global--link--Color--hover);
2
+ --pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
3
+ --pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
4
+ --pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
5
5
  --pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: 0;
6
- --pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-v5-global--spacer--xl);
7
- --pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-v5-global--FontWeight--bold);
6
+ --pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
7
+ --pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
8
8
  }
9
9
 
10
10
  .pf-v5-c-inline-edit__group {
@@ -27,7 +27,7 @@
27
27
  --pf-v5-c-login__main-header--RowGap: var(--pf-t--global--spacer--md);
28
28
  --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-t--global--spacer--sm);
29
29
  --pf-v5-c-login__main-header-desc--md--MarginBottom: 0;
30
- --pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--md);
30
+ --pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--default);
31
31
  --pf-v5-c-login__main-body--PaddingRight: var(--pf-t--global--spacer--xl);
32
32
  --pf-v5-c-login__main-body--PaddingBottom: var(--pf-t--global--spacer--xl);
33
33
  --pf-v5-c-login__main-body--PaddingLeft: var(--pf-t--global--spacer--xl);
@@ -4,7 +4,7 @@
4
4
  --pf-v5-c-menu-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
5
5
  --pf-v5-c-menu-toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
6
6
  --pf-v5-c-menu-toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
7
- --pf-v5-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--md);
7
+ --pf-v5-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
8
8
  --pf-v5-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
9
9
  --pf-v5-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
10
10
  --pf-v5-c-menu-toggle--BackgroundColor: var(--pf-t--global--background--color--control--default);
@@ -273,6 +273,7 @@
273
273
  align-self: stretch;
274
274
  }
275
275
  .pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
276
+ --pf-v5-c-check__input--TranslateY: 0;
276
277
  align-self: center;
277
278
  }
278
279
  .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
@@ -31,7 +31,7 @@
31
31
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
32
32
  --pf-v5-c-modal-box__description--FontSize: var(--pf-t--global--font--size--body--sm);
33
33
  --pf-v5-c-modal-box__description--Color: var(--pf-t--global--text--color--subtle);
34
- --pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-t--global--font--size--body) * var(--pf-t--global--font--line-height--body));
34
+ --pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body));
35
35
  --pf-v5-c-modal-box__body--PaddingTop: var(--pf-t--global--spacer--lg);
36
36
  --pf-v5-c-modal-box__body--PaddingRight: var(--pf-t--global--spacer--lg);
37
37
  --pf-v5-c-modal-box__body--PaddingLeft: var(--pf-t--global--spacer--lg);
@@ -33,7 +33,7 @@
33
33
  --pf-v5-c-nav__item--BorderRadius: var(--pf-t--global--border--radius--small);
34
34
  --pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-global--BackgroundColor--dark-200);
35
35
  --pf-v5-c-nav__item--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
36
- --pf-v5-c-nav__link--FontSize: var(--pf-t--global--font--size--body);
36
+ --pf-v5-c-nav__link--FontSize: var(--pf-t--global--font--size--body--default);
37
37
  --pf-v5-c-nav__link--FontWeight: var(--pf-t--global--font--weight--body);
38
38
  --pf-v5-c-nav__link--PaddingTop: var(--pf-t--global--spacer--md);
39
39
  --pf-v5-c-nav__link--PaddingRight: var(--pf-t--global--spacer--md);
@@ -200,7 +200,7 @@
200
200
  --pf-v5-c-nav__section-title--MarginBottom: var(--pf-t--global--spacer--sm);
201
201
  --pf-v5-c-nav__section-title--xl--PaddingRight: var(--pf-t--global--spacer--xl);
202
202
  --pf-v5-c-nav__section-title--xl--PaddingLeft: var(--pf-t--global--spacer--xl);
203
- --pf-v5-c-nav__section-title--FontSize: var(--pf-t--global--font--size--body);
203
+ --pf-v5-c-nav__section-title--FontSize: var(--pf-t--global--font--size--body--default);
204
204
  --pf-v5-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
205
205
  --pf-v5-c-nav__section-title--BorderBottomColor: transparent;
206
206
  --pf-v5-c-nav__section-title--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);