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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/css/assets/images/PF-Backdrop.svg +1 -0
  3. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  4. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  5. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  6. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  7. package/css/assets/images/PF-IconLogo.svg +17 -0
  8. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  9. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  10. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  11. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  12. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  13. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  14. package/css/assets/images/pf_logo_white.hbs +35 -0
  15. package/css/assets/images/pf_logo_white.svg +38 -0
  16. package/css/components/AboutModalBox/about-modal-box.css +59 -98
  17. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  18. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  19. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  20. package/css/components/Accordion/accordion.css +85 -177
  21. package/css/components/Accordion/accordion.d.ts +3 -2
  22. package/css/components/Accordion/accordion.js +3 -2
  23. package/css/components/Accordion/accordion.mjs +3 -2
  24. package/css/components/Alert/alert.css +3 -3
  25. package/css/components/Avatar/avatar.css +10 -13
  26. package/css/components/Avatar/avatar.d.ts +1 -2
  27. package/css/components/Avatar/avatar.js +1 -2
  28. package/css/components/Avatar/avatar.mjs +1 -2
  29. package/css/components/BackToTop/back-to-top.css +17 -15
  30. package/css/components/Backdrop/backdrop.css +6 -2
  31. package/css/components/Badge/badge.css +23 -15
  32. package/css/components/Badge/badge.d.ts +2 -2
  33. package/css/components/Badge/badge.js +2 -2
  34. package/css/components/Badge/badge.mjs +2 -2
  35. package/css/components/Banner/banner.css +90 -64
  36. package/css/components/Banner/banner.d.ts +12 -4
  37. package/css/components/Banner/banner.js +12 -4
  38. package/css/components/Banner/banner.mjs +12 -4
  39. package/css/components/Breadcrumb/breadcrumb.css +19 -16
  40. package/css/components/Button/button.css +2 -2
  41. package/css/components/Card/card.css +3 -0
  42. package/css/components/Card/card.d.ts +2 -0
  43. package/css/components/Card/card.js +2 -0
  44. package/css/components/Card/card.mjs +2 -0
  45. package/css/components/Check/check.css +10 -8
  46. package/css/components/Content/content.css +7 -7
  47. package/css/components/Dropdown/dropdown.css +1 -3
  48. package/css/components/Dropdown/dropdown.d.ts +0 -1
  49. package/css/components/Dropdown/dropdown.js +0 -1
  50. package/css/components/Dropdown/dropdown.mjs +0 -1
  51. package/css/components/EmptyState/empty-state.css +57 -34
  52. package/css/components/EmptyState/empty-state.d.ts +6 -1
  53. package/css/components/EmptyState/empty-state.js +6 -1
  54. package/css/components/EmptyState/empty-state.mjs +6 -1
  55. package/css/components/ExpandableSection/expandable-section.css +64 -62
  56. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  57. package/css/components/ExpandableSection/expandable-section.js +1 -3
  58. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  59. package/css/components/Form/form.css +6 -0
  60. package/css/components/HelperText/helper-text.css +28 -34
  61. package/css/components/HelperText/helper-text.d.ts +1 -2
  62. package/css/components/HelperText/helper-text.js +1 -2
  63. package/css/components/HelperText/helper-text.mjs +1 -2
  64. package/css/components/Hint/hint.css +28 -21
  65. package/css/components/Hint/hint.d.ts +1 -2
  66. package/css/components/Hint/hint.js +1 -2
  67. package/css/components/Hint/hint.mjs +1 -2
  68. package/css/components/InlineEdit/inline-edit.css +5 -5
  69. package/css/components/List/list.css +16 -16
  70. package/css/components/Login/login.css +70 -97
  71. package/css/components/Login/login.d.ts +0 -2
  72. package/css/components/Login/login.js +0 -2
  73. package/css/components/Login/login.mjs +0 -2
  74. package/css/components/Menu/menu.css +3 -0
  75. package/css/components/Menu/menu.d.ts +1 -0
  76. package/css/components/Menu/menu.js +1 -0
  77. package/css/components/Menu/menu.mjs +1 -0
  78. package/css/components/MenuToggle/menu-toggle.css +4 -4
  79. package/css/components/ModalBox/modal-box.css +59 -52
  80. package/css/components/ModalBox/modal-box.d.ts +1 -2
  81. package/css/components/ModalBox/modal-box.js +1 -2
  82. package/css/components/ModalBox/modal-box.mjs +1 -2
  83. package/css/components/Nav/nav.css +2 -2
  84. package/css/components/Page/page.css +9 -7
  85. package/css/components/Pagination/pagination.css +61 -121
  86. package/css/components/Pagination/pagination.d.ts +2 -5
  87. package/css/components/Pagination/pagination.js +2 -5
  88. package/css/components/Pagination/pagination.mjs +2 -5
  89. package/css/components/Popover/popover.css +42 -53
  90. package/css/components/Popover/popover.d.ts +1 -2
  91. package/css/components/Popover/popover.js +1 -2
  92. package/css/components/Popover/popover.mjs +1 -2
  93. package/css/components/Radio/radio.css +13 -10
  94. package/css/components/SimpleList/simple-list.css +35 -52
  95. package/css/components/SimpleList/simple-list.d.ts +2 -2
  96. package/css/components/SimpleList/simple-list.js +2 -2
  97. package/css/components/SimpleList/simple-list.mjs +2 -2
  98. package/css/components/SkipToContent/skip-to-content.css +6 -3
  99. package/css/components/Switch/switch.css +1 -1
  100. package/css/components/Table/table.css +12 -8
  101. package/css/components/Table/table.d.ts +2 -0
  102. package/css/components/Table/table.js +2 -0
  103. package/css/components/Table/table.mjs +2 -0
  104. package/css/components/Title/title.css +70 -19
  105. package/css/components/Title/title.d.ts +7 -1
  106. package/css/components/Title/title.js +7 -1
  107. package/css/components/Title/title.mjs +7 -1
  108. package/css/components/Toolbar/toolbar.css +9 -1
  109. package/css/components/Toolbar/toolbar.d.ts +1 -0
  110. package/css/components/Toolbar/toolbar.js +1 -0
  111. package/css/components/Toolbar/toolbar.mjs +1 -0
  112. package/css/components/Tooltip/tooltip.css +16 -18
  113. package/css/components/Tooltip/tooltip.d.ts +0 -1
  114. package/css/components/Tooltip/tooltip.js +0 -1
  115. package/css/components/Tooltip/tooltip.mjs +0 -1
  116. package/css/components/Truncate/truncate.css +4 -0
  117. package/css/docs/components/Brand/examples/Brand.css +12 -0
  118. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  119. package/css/docs/components/Brand/examples/Brand.js +11 -0
  120. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  121. package/css/docs/components/Nav/examples/Navigation.css +18 -2
  122. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
  123. package/css/docs/components/Nav/examples/Navigation.js +0 -1
  124. package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
  125. package/css/docs/components/Truncate/examples/Truncate.css +2 -2
  126. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  127. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  128. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  129. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  130. package/package.json +3 -3
  131. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  132. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  133. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  134. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
@@ -15,6 +15,7 @@ exports.default = {
15
15
  "cardSrInput": "pf-v5-c-card__sr-input",
16
16
  "cardTitle": "pf-v5-c-card__title",
17
17
  "cardTitleText": "pf-v5-c-card__title-text",
18
+ "check": "pf-v5-c-check",
18
19
  "checkInput": "pf-v5-c-check__input",
19
20
  "checkLabel": "pf-v5-c-check__label",
20
21
  "dirRtl": "pf-v5-m-dir-rtl",
@@ -40,6 +41,7 @@ exports.default = {
40
41
  "noOffset": "pf-m-no-offset",
41
42
  "noFill": "pf-m-no-fill"
42
43
  },
44
+ "radio": "pf-v5-c-radio",
43
45
  "radioInput": "pf-v5-c-radio__input",
44
46
  "radioLabel": "pf-v5-c-radio__label",
45
47
  "themeDark": "pf-v5-theme-dark"
@@ -13,6 +13,7 @@ export default {
13
13
  "cardSrInput": "pf-v5-c-card__sr-input",
14
14
  "cardTitle": "pf-v5-c-card__title",
15
15
  "cardTitleText": "pf-v5-c-card__title-text",
16
+ "check": "pf-v5-c-check",
16
17
  "checkInput": "pf-v5-c-check__input",
17
18
  "checkLabel": "pf-v5-c-check__label",
18
19
  "dirRtl": "pf-v5-m-dir-rtl",
@@ -38,6 +39,7 @@ export default {
38
39
  "noOffset": "pf-m-no-offset",
39
40
  "noFill": "pf-m-no-fill"
40
41
  },
42
+ "radio": "pf-v5-c-radio",
41
43
  "radioInput": "pf-v5-c-radio__input",
42
44
  "radioLabel": "pf-v5-c-radio__label",
43
45
  "themeDark": "pf-v5-theme-dark"
@@ -5,7 +5,8 @@
5
5
  --pf-v5-c-check__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
6
6
  --pf-v5-c-check__label--FontSize: var(--pf-v5-global--FontSize--md);
7
7
  --pf-v5-c-check__label--LineHeight: var(--pf-v5-global--LineHeight--md);
8
- --pf-v5-c-check__input--TranslateY--moz: 5px;
8
+ --pf-v5-c-check__input--TranslateY: calc((var(--pf-v5-c-check__label--LineHeight) * var(--pf-v5-c-check__label--FontSize) / 2 ) - 50%);
9
+ --pf-v5-c-check__input--TranslateY--moz: var(--pf-v5-c-check__input--TranslateY);
9
10
  --pf-v5-c-check__description--FontSize: var(--pf-v5-global--FontSize--sm);
10
11
  --pf-v5-c-check__description--Color: var(--pf-v5-global--Color--200);
11
12
  --pf-v5-c-check__body--MarginTop: var(--pf-v5-global--spacer--sm);
@@ -15,15 +16,21 @@
15
16
  display: grid;
16
17
  grid-template-columns: auto 1fr;
17
18
  grid-gap: var(--pf-v5-c-check--GridGap);
19
+ align-items: baseline;
18
20
  }
19
21
  .pf-v5-c-check.pf-m-standalone {
20
22
  --pf-v5-c-check--GridGap: 0;
21
- --pf-v5-c-check__input--TranslateY--moz: 0;
23
+ --pf-v5-c-check__input--TranslateY: none;
22
24
  display: inline-grid;
23
25
  }
24
26
 
27
+ .pf-v5-c-check__input {
28
+ align-self: start;
29
+ -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
30
+ transform: translateY(var(--pf-v5-c-check__input--TranslateY));
31
+ }
32
+
25
33
  .pf-v5-c-check__label {
26
- align-self: baseline;
27
34
  font-size: var(--pf-v5-c-check__label--FontSize);
28
35
  font-weight: var(--pf-v5-c-check__label--FontWeight);
29
36
  line-height: var(--pf-v5-c-check__label--LineHeight);
@@ -41,11 +48,6 @@
41
48
  margin-block-start: var(--pf-v5-c-check__body--MarginTop);
42
49
  }
43
50
 
44
- .pf-v5-c-check__input {
45
- align-self: baseline;
46
- -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
47
- }
48
-
49
51
  .pf-v5-c-check__label,
50
52
  .pf-v5-c-check__input {
51
53
  justify-self: start;
@@ -1,39 +1,39 @@
1
1
  .pf-v5-c-content {
2
2
  --pf-v5-c-content--MarginBottom: var(--pf-t--global--spacer--md);
3
3
  --pf-v5-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
4
- --pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body);
4
+ --pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body--default);
5
5
  --pf-v5-c-content--FontWeight: var(--pf-t--global--font--weight--body);
6
6
  --pf-v5-c-content--Color: var(--pf-t--global--text--color--regular);
7
7
  --pf-v5-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
8
8
  --pf-v5-c-content--h1--MarginTop: var(--pf-t--global--spacer--lg);
9
9
  --pf-v5-c-content--h1--MarginBottom: var(--pf-t--global--spacer--sm);
10
10
  --pf-v5-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
11
- --pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--lg);
11
+ --pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--h1);
12
12
  --pf-v5-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
13
13
  --pf-v5-c-content--h2--MarginTop: var(--pf-t--global--spacer--lg);
14
14
  --pf-v5-c-content--h2--MarginBottom: var(--pf-t--global--spacer--sm);
15
15
  --pf-v5-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
16
- --pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--md);
16
+ --pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--h2);
17
17
  --pf-v5-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
18
18
  --pf-v5-c-content--h3--MarginTop: var(--pf-t--global--spacer--lg);
19
19
  --pf-v5-c-content--h3--MarginBottom: var(--pf-t--global--spacer--sm);
20
20
  --pf-v5-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
21
- --pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--sm);
21
+ --pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--h3);
22
22
  --pf-v5-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
23
23
  --pf-v5-c-content--h4--MarginTop: var(--pf-t--global--spacer--lg);
24
24
  --pf-v5-c-content--h4--MarginBottom: var(--pf-t--global--spacer--sm);
25
25
  --pf-v5-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
26
- --pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--xs);
26
+ --pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--h4);
27
27
  --pf-v5-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
28
28
  --pf-v5-c-content--h5--MarginTop: var(--pf-t--global--spacer--lg);
29
29
  --pf-v5-c-content--h5--MarginBottom: var(--pf-t--global--spacer--sm);
30
30
  --pf-v5-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
31
- --pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--xs);
31
+ --pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--h5);
32
32
  --pf-v5-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
33
33
  --pf-v5-c-content--h6--MarginTop: var(--pf-t--global--spacer--lg);
34
34
  --pf-v5-c-content--h6--MarginBottom: var(--pf-t--global--spacer--sm);
35
35
  --pf-v5-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
36
- --pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--xs);
36
+ --pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
37
37
  --pf-v5-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
38
38
  --pf-v5-c-content--small--MarginBottom: var(--pf-t--global--spacer--md);
39
39
  --pf-v5-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
@@ -279,14 +279,12 @@
279
279
  }
280
280
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
281
281
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
282
+ --pf-v5-c-check__input--TranslateY: none;
282
283
  align-self: revert;
283
284
  width: auto;
284
285
  cursor: pointer;
285
286
  visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
286
287
  }
287
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check__input {
288
- -moz-transform: none;
289
- }
290
288
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
291
289
  color: var(--pf-v5-c-dropdown__toggle-button--Color);
292
290
  background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
@@ -2,7 +2,6 @@ import './dropdown.css';
2
2
  declare const _default: {
3
3
  "badge": "pf-v5-c-badge",
4
4
  "check": "pf-v5-c-check",
5
- "checkInput": "pf-v5-c-check__input",
6
5
  "divider": "pf-v5-c-divider",
7
6
  "dropdown": "pf-v5-c-dropdown",
8
7
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -4,7 +4,6 @@ require('./dropdown.css');
4
4
  exports.default = {
5
5
  "badge": "pf-v5-c-badge",
6
6
  "check": "pf-v5-c-check",
7
- "checkInput": "pf-v5-c-check__input",
8
7
  "divider": "pf-v5-c-divider",
9
8
  "dropdown": "pf-v5-c-dropdown",
10
9
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -2,7 +2,6 @@ import './dropdown.css';
2
2
  export default {
3
3
  "badge": "pf-v5-c-badge",
4
4
  "check": "pf-v5-c-check",
5
- "checkInput": "pf-v5-c-check__input",
6
5
  "divider": "pf-v5-c-divider",
7
6
  "dropdown": "pf-v5-c-dropdown",
8
7
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -1,41 +1,49 @@
1
- .pf-v5-c-empty-state {
2
- --pf-v5-c-empty-state--PaddingTop: var(--pf-v5-global--spacer--xl);
3
- --pf-v5-c-empty-state--PaddingRight: var(--pf-v5-global--spacer--xl);
4
- --pf-v5-c-empty-state--PaddingBottom: var(--pf-v5-global--spacer--xl);
5
- --pf-v5-c-empty-state--PaddingLeft: var(--pf-v5-global--spacer--xl);
6
- --pf-v5-c-empty-state--m-xs--PaddingTop: var(--pf-v5-global--spacer--md);
7
- --pf-v5-c-empty-state--m-xs--PaddingRight: var(--pf-v5-global--spacer--md);
8
- --pf-v5-c-empty-state--m-xs--PaddingBottom: var(--pf-v5-global--spacer--md);
9
- --pf-v5-c-empty-state--m-xs--PaddingLeft: var(--pf-v5-global--spacer--md);
1
+ :root {
2
+ --pf-v5-c-empty-state--PaddingTop: var(--pf-t--global--spacer--xl);
3
+ --pf-v5-c-empty-state--PaddingRight: var(--pf-t--global--spacer--xl);
4
+ --pf-v5-c-empty-state--PaddingBottom: var(--pf-t--global--spacer--xl);
5
+ --pf-v5-c-empty-state--PaddingLeft: var(--pf-t--global--spacer--xl);
6
+ --pf-v5-c-empty-state--m-xs--PaddingTop: var(--pf-t--global--spacer--md);
7
+ --pf-v5-c-empty-state--m-xs--PaddingRight: var(--pf-t--global--spacer--md);
8
+ --pf-v5-c-empty-state--m-xs--PaddingBottom: var(--pf-t--global--spacer--md);
9
+ --pf-v5-c-empty-state--m-xs--PaddingLeft: var(--pf-t--global--spacer--md);
10
10
  --pf-v5-c-empty-state__content--MaxWidth: none;
11
11
  --pf-v5-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
12
12
  --pf-v5-c-empty-state--m-sm__content--MaxWidth: 25rem;
13
13
  --pf-v5-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
14
- --pf-v5-c-empty-state__icon--MarginBottom: var(--pf-v5-global--spacer--lg);
15
- --pf-v5-c-empty-state__icon--FontSize: var(--pf-v5-global--icon--FontSize--xl);
16
- --pf-v5-c-empty-state__icon--Color: var(--pf-v5-global--icon--Color--light);
17
- --pf-v5-c-empty-state--m-xs__icon--MarginBottom: var(--pf-v5-global--spacer--md);
18
- --pf-v5-c-empty-state--m-xl__icon--MarginBottom: var(--pf-v5-global--spacer--xl);
19
- --pf-v5-c-empty-state--m-xl__icon--FontSize: 6.25rem;
20
- --pf-v5-c-empty-state__title-text--FontFamily: var(--pf-v5-global--FontFamily--heading);
21
- --pf-v5-c-empty-state__title-text--FontSize: var(--pf-v5-global--FontSize--xl);
22
- --pf-v5-c-empty-state__title-text--FontWeight: var(--pf-v5-global--FontWeight--normal);
23
- --pf-v5-c-empty-state__title-text--LineHeight: var(--pf-v5-global--LineHeight--md);
24
- --pf-v5-c-empty-state--m-xs__title-text--FontSize: var(--pf-v5-global--FontSize--md);
25
- --pf-v5-c-empty-state--m-xl__title-text--FontSize: var(--pf-v5-global--FontSize--4xl);
26
- --pf-v5-c-empty-state--m-xl__title-text--LineHeight: var(--pf-v5-global--LineHeight--sm);
27
- --pf-v5-c-empty-state__body--MarginTop: var(--pf-v5-global--spacer--md);
28
- --pf-v5-c-empty-state__body--Color: var(--pf-v5-global--Color--200);
29
- --pf-v5-c-empty-state--body--FontSize: var(--pf-v5-global--FontSize--md);
30
- --pf-v5-c-empty-state--m-xs__body--FontSize: var(--pf-v5-global--FontSize--sm);
31
- --pf-v5-c-empty-state--m-xs__body--MarginTop: var(--pf-v5-global--spacer--md);
32
- --pf-v5-c-empty-state--m-xl__body--FontSize: var(--pf-v5-global--FontSize--xl);
33
- --pf-v5-c-empty-state--m-xl__body--MarginTop: var(--pf-v5-global--spacer--lg);
34
- --pf-v5-c-empty-state__footer--RowGap: var(--pf-v5-global--spacer--sm);
35
- --pf-v5-c-empty-state__footer--MarginTop: var(--pf-v5-global--spacer--xl);
36
- --pf-v5-c-empty-state--m-xs__footer--MarginTop: var(--pf-v5-global--spacer--md);
37
- --pf-v5-c-empty-state__actions--RowGap: var(--pf-v5-global--spacer--xs);
38
- --pf-v5-c-empty-state__actions--ColumnGap: var(--pf-v5-global--spacer--xs);
14
+ --pf-v5-c-empty-state__icon--MarginBottom: var(--pf-t--global--spacer--lg);
15
+ --pf-v5-c-empty-state__icon--FontSize: var(--pf-t--global--icon--size--2xl);
16
+ --pf-v5-c-empty-state__icon--Color: var(--pf-t--global--icon--color--subtle);
17
+ --pf-v5-c-empty-state--m-xs__icon--MarginBottom: var(--pf-t--global--spacer--lg);
18
+ --pf-v5-c-empty-state--m-xl__icon--MarginBottom: var(--pf-t--global--spacer--xl);
19
+ --pf-v5-c-empty-state--m-xl__icon--FontSize: var(--pf-t--global--icon--size--3xl);
20
+ --pf-v5-c-empty-state--m-danger__icon--Color: var(--pf-t--global--icon--color--status--danger--default);
21
+ --pf-v5-c-empty-state--m-warning__icon--Color: var(--pf-t--global--icon--color--status--warning--default);
22
+ --pf-v5-c-empty-state--m-success__icon--Color: var(--pf-t--global--icon--color--status--success--default);
23
+ --pf-v5-c-empty-state--m-info__icon--Color: var(--pf-t--global--icon--color--status--info--default);
24
+ --pf-v5-c-empty-state--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
25
+ --pf-v5-c-empty-state__title-text--FontFamily: var(--pf-t--global--font--family--heading);
26
+ --pf-v5-c-empty-state__title-text--FontSize: var(--pf-t--global--font--size--heading--md);
27
+ --pf-v5-c-empty-state__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
28
+ --pf-v5-c-empty-state__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
29
+ --pf-v5-c-empty-state--m-xs__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
30
+ --pf-v5-c-empty-state--m-xl__title-text--FontSize: var(--pf-t--global--font--size--heading--2xl);
31
+ --pf-v5-c-empty-state--m-xl__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
32
+ --pf-v5-c-empty-state__body--MarginTop: var(--pf-t--global--spacer--md);
33
+ --pf-v5-c-empty-state__body--Color: var(--pf-t--global--text--color--subtle);
34
+ --pf-v5-c-empty-state--body--FontSize: var(--pf-t--global--font--size--body--lg);
35
+ --pf-v5-c-empty-state--m-xs__body--FontSize: var(--pf-t--global--font--size--body--lg);
36
+ --pf-v5-c-empty-state--m-xs__body--MarginTop: var(--pf-t--global--spacer--md);
37
+ --pf-v5-c-empty-state--m-xl__body--FontSize: var(--pf-t--global--font--size--body--lg);
38
+ --pf-v5-c-empty-state--m-xl__body--MarginTop: var(--pf-t--global--spacer--xl);
39
+ --pf-v5-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--sm);
40
+ --pf-v5-c-empty-state__footer--MarginTop: var(--pf-t--global--spacer--xl);
41
+ --pf-v5-c-empty-state--m-xs__footer--MarginTop: var(--pf-t--global--spacer--md);
42
+ --pf-v5-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--sm);
43
+ --pf-v5-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--md);
44
+ }
45
+
46
+ .pf-v5-c-empty-state {
39
47
  display: flex;
40
48
  align-items: center;
41
49
  justify-content: center;
@@ -74,6 +82,21 @@
74
82
  .pf-v5-c-empty-state.pf-m-full-height {
75
83
  height: 100%;
76
84
  }
85
+ .pf-v5-c-empty-state.pf-m-danger {
86
+ --pf-v5-c-empty-state__icon--Color: var(--pf-v5-c-empty-state--m-danger__icon--Color);
87
+ }
88
+ .pf-v5-c-empty-state.pf-m-warning {
89
+ --pf-v5-c-empty-state__icon--Color: var(--pf-v5-c-empty-state--m-warning__icon--Color);
90
+ }
91
+ .pf-v5-c-empty-state.pf-m-success {
92
+ --pf-v5-c-empty-state__icon--Color: var(--pf-v5-c-empty-state--m-success__icon--Color);
93
+ }
94
+ .pf-v5-c-empty-state.pf-m-info {
95
+ --pf-v5-c-empty-state__icon--Color: var(--pf-v5-c-empty-state--m-info__icon--Color);
96
+ }
97
+ .pf-v5-c-empty-state.pf-m-custom {
98
+ --pf-v5-c-empty-state__icon--Color: var(--pf-v5-c-empty-state--m-custom__icon--Color);
99
+ }
77
100
 
78
101
  .pf-v5-c-empty-state__content {
79
102
  max-width: var(--pf-v5-c-empty-state__content--MaxWidth);
@@ -12,7 +12,12 @@ declare const _default: {
12
12
  "sm": "pf-m-sm",
13
13
  "lg": "pf-m-lg",
14
14
  "xl": "pf-m-xl",
15
- "fullHeight": "pf-m-full-height"
15
+ "fullHeight": "pf-m-full-height",
16
+ "danger": "pf-m-danger",
17
+ "warning": "pf-m-warning",
18
+ "success": "pf-m-success",
19
+ "info": "pf-m-info",
20
+ "custom": "pf-m-custom"
16
21
  }
17
22
  };
18
23
  export default _default;
@@ -14,6 +14,11 @@ exports.default = {
14
14
  "sm": "pf-m-sm",
15
15
  "lg": "pf-m-lg",
16
16
  "xl": "pf-m-xl",
17
- "fullHeight": "pf-m-full-height"
17
+ "fullHeight": "pf-m-full-height",
18
+ "danger": "pf-m-danger",
19
+ "warning": "pf-m-warning",
20
+ "success": "pf-m-success",
21
+ "info": "pf-m-info",
22
+ "custom": "pf-m-custom"
18
23
  }
19
24
  };
@@ -12,6 +12,11 @@ export default {
12
12
  "sm": "pf-m-sm",
13
13
  "lg": "pf-m-lg",
14
14
  "xl": "pf-m-xl",
15
- "fullHeight": "pf-m-full-height"
15
+ "fullHeight": "pf-m-full-height",
16
+ "danger": "pf-m-danger",
17
+ "warning": "pf-m-warning",
18
+ "success": "pf-m-success",
19
+ "info": "pf-m-info",
20
+ "custom": "pf-m-custom"
16
21
  }
17
22
  };
@@ -1,50 +1,59 @@
1
- .pf-v5-c-expandable-section {
2
- --pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-v5-global--spacer--form-element);
3
- --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
4
- --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-global--spacer--form-element);
5
- --pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
6
- --pf-v5-c-expandable-section__toggle--MarginTop: 0;
7
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-global--link--Color);
8
- --pf-v5-c-expandable-section__toggle--hover--Color: var(--pf-v5-global--link--Color--hover);
9
- --pf-v5-c-expandable-section__toggle--active--Color: var(--pf-v5-global--link--Color--hover);
10
- --pf-v5-c-expandable-section__toggle--focus--Color: var(--pf-v5-global--link--Color--hover);
11
- --pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-v5-global--link--Color--hover);
1
+ :root {
2
+ --pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
3
+ --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-t--global--spacer--md);
4
+ --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
5
+ --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
12
6
  --pf-v5-c-expandable-section__toggle--BackgroundColor: transparent;
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;
14
- --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-v5-global--Color--100);
9
+ --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
15
10
  --pf-v5-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
16
11
  --pf-v5-c-expandable-section__toggle-icon--Rotate: 0;
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;
20
- --pf-v5-c-expandable-section__toggle-text--MarginLeft: calc(var(--pf-v5-global--spacer--xs) + var(--pf-v5-global--spacer--sm));
21
- --pf-v5-c-expandable-section__content--MarginTop: var(--pf-v5-global--spacer--md);
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);
18
+ --pf-v5-c-expandable-section__content--PaddingTop: var(--pf-t--global--spacer--sm);
19
+ --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-t--global--spacer--sm);
20
+ --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-t--global--spacer--sm);
21
+ --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-t--global--spacer--sm);
22
22
  --pf-v5-c-expandable-section__content--MaxWidth: auto;
23
23
  --pf-v5-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
24
- --pf-v5-c-expandable-section--m-display-lg--BoxShadow: var(--pf-v5-global--BoxShadow--md);
25
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-v5-global--spacer--md);
26
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
27
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-v5-global--spacer--md);
28
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
29
- --pf-v5-c-expandable-section--m-display-lg__content--MarginTop: 0;
30
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-v5-global--spacer--lg);
31
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-v5-global--spacer--lg);
32
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-v5-global--spacer--lg);
33
- --pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: transparent;
34
- --pf-v5-c-expandable-section--m-display-lg--after--Width: var(--pf-v5-global--BorderWidth--lg);
35
- --pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
36
- --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section__toggle-text--MarginLeft) + var(--pf-v5-c-expandable-section__toggle-icon--MinWidth));
24
+ --pf-v5-c-expandable-section--m-display-lg--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
25
+ --pf-v5-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
26
+ --pf-v5-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
27
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-t--global--spacer--md);
28
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-t--global--spacer--lg);
29
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-t--global--spacer--md);
30
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
31
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium);
32
+ --pf-v5-c-expandable-section--m-display-lg__toggle--Width: 100%;
33
+ --pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
34
+ --pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
35
+ --pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
36
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-t--global--spacer--lg);
37
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-t--global--spacer--md);
38
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-t--global--spacer--lg);
39
+ --pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium) var(--pf-t--global--border--radius--medium) 0 0;
40
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base: calc(var(--pf-v5-c-expandable-section__toggle--ColumnGap) + var(--pf-v5-c-expandable-section__toggle-icon--MinWidth));
41
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section__toggle--PaddingLeft));
42
+ --pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft));
43
+ --pf-v5-c-expandable-section--m-truncate--PaddingTop: var(--pf-t--global--spacer--sm);
44
+ --pf-v5-c-expandable-section--m-truncate--PaddingRight: var(--pf-t--global--spacer--md);
45
+ --pf-v5-c-expandable-section--m-truncate--PaddingBottom: var(--pf-t--global--spacer--sm);
46
+ --pf-v5-c-expandable-section--m-truncate--PaddingLeft: var(--pf-t--global--spacer--md);
47
+ --pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
37
48
  --pf-v5-c-expandable-section--m-truncate__content--LineClamp: 3;
38
- --pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: var(--pf-v5-global--spacer--xs);
39
49
  }
50
+
40
51
  .pf-v5-c-expandable-section.pf-m-expanded {
41
- --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);
42
53
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate);
43
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);
44
55
  --pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor);
45
- }
46
- .pf-v5-c-expandable-section.pf-m-detached, .pf-v5-c-expandable-section.pf-m-truncate {
47
- --pf-v5-c-expandable-section__content--MarginTop: 0;
56
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius);
48
57
  }
49
58
  .pf-v5-c-expandable-section.pf-m-limit-width {
50
59
  --pf-v5-c-expandable-section__content--MaxWidth: var(--pf-v5-c-expandable-section--m-limit-width__content--MaxWidth);
@@ -54,31 +63,31 @@
54
63
  --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight);
55
64
  --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom);
56
65
  --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft);
66
+ --pf-v5-c-expandable-section__toggle--hover--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor);
67
+ --pf-v5-c-expandable-section__toggle--active--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor);
68
+ --pf-v5-c-expandable-section__toggle--focus--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor);
69
+ --pf-v5-c-expandable-section__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius);
70
+ --pf-v5-c-expandable-section__toggle--Width: var(--pf-v5-c-expandable-section--m-display-lg__toggle--Width);
57
71
  --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingRight);
58
72
  --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom);
59
73
  --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft);
60
- --pf-v5-c-expandable-section__content--MarginTop: var(--pf-v5-c-expandable-section--m-display-lg__content--MarginTop);
61
- position: relative;
62
- box-shadow: var(--pf-v5-c-expandable-section--m-display-lg--BoxShadow);
63
- }
64
- .pf-v5-c-expandable-section.pf-m-display-lg::after {
65
- position: absolute;
66
- inset-block-start: 0;
67
- inset-block-end: 0;
68
- inset-inline-start: 0;
69
- width: var(--pf-v5-c-expandable-section--m-display-lg--after--Width);
70
- content: "";
71
- background-color: var(--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor);
74
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft);
75
+ background-color: var(--pf-v5-c-expandable-section--m-display-lg--BackgroundColor);
76
+ border: solid 1px var(--pf-v5-c-expandable-section--m-display-lg--BorderColor);
77
+ border-radius: var(--pf-v5-c-expandable-section--m-display-lg--BorderRadius);
72
78
  }
73
79
  .pf-v5-c-expandable-section.pf-m-indented {
74
80
  --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft);
75
81
  }
76
82
  .pf-v5-c-expandable-section.pf-m-truncate {
77
- --pf-v5-c-expandable-section__toggle--MarginTop: var(--pf-v5-c-expandable-section--m-truncate__toggle--MarginTop);
78
83
  --pf-v5-c-expandable-section__toggle--PaddingTop: 0;
79
84
  --pf-v5-c-expandable-section__toggle--PaddingRight: 0;
80
- --pf-v5-c-expandable-section__toggle--PaddingBottom: 0;
81
- --pf-v5-c-expandable-section__toggle-text--MarginLeft: 0;
85
+ --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom);
86
+ --pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
87
+ --pf-v5-c-expandable-section__content--PaddingTop: 0;
88
+ --pf-v5-c-expandable-section__content--PaddingRight: 0;
89
+ --pf-v5-c-expandable-section__content--PaddingBottom: 0;
90
+ --pf-v5-c-expandable-section__content--PaddingLeft: 0;
82
91
  }
83
92
  .pf-v5-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v5-c-expandable-section__content {
84
93
  display: -webkit-box;
@@ -86,29 +95,22 @@
86
95
  -webkit-line-clamp: var(--pf-v5-c-expandable-section--m-truncate__content--LineClamp);
87
96
  overflow: hidden;
88
97
  }
89
- .pf-v5-c-expandable-section.pf-m-detached {
90
- --pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: 0;
91
- }
92
98
 
93
99
  .pf-v5-c-expandable-section__toggle {
94
100
  display: flex;
101
+ column-gap: var(--pf-v5-c-expandable-section__toggle--ColumnGap);
102
+ width: var(--pf-v5-c-expandable-section__toggle--Width, initial);
95
103
  padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
96
104
  padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
97
105
  padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
98
106
  padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
99
- margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
100
- color: var(--pf-v5-c-expandable-section__toggle--Color);
101
107
  background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
102
108
  border: none;
109
+ border-radius: var(--pf-v5-c-expandable-section__toggle--BorderRadius, 0);
103
110
  }
104
- .pf-v5-c-expandable-section__toggle:hover {
105
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--hover--Color);
106
- }
107
- .pf-v5-c-expandable-section__toggle:active, .pf-v5-c-expandable-section__toggle.pf-m-active {
108
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--active--Color);
109
- }
110
- .pf-v5-c-expandable-section__toggle:focus {
111
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--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);
113
+ --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--hover--BackgroundColor, initial);
112
114
  }
113
115
 
114
116
  .pf-v5-c-expandable-section__toggle-icon {
@@ -126,13 +128,13 @@
126
128
  }
127
129
 
128
130
  .pf-v5-c-expandable-section__toggle-text {
129
- margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
131
+ color: var(--pf-v5-c-expandable-section__toggle-text--Color);
130
132
  }
131
133
 
132
134
  .pf-v5-c-expandable-section__content {
133
135
  max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
136
+ padding-block-start: var(--pf-v5-c-expandable-section__content--PaddingTop);
134
137
  padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
135
138
  padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
136
139
  padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
137
- margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
138
140
  }
@@ -8,12 +8,10 @@ declare const _default: {
8
8
  "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
9
9
  "modifiers": {
10
10
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
11
  "limitWidth": "pf-m-limit-width",
14
12
  "displayLg": "pf-m-display-lg",
15
13
  "indented": "pf-m-indented",
16
- "active": "pf-m-active",
14
+ "truncate": "pf-m-truncate",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }
19
17
  };
@@ -10,12 +10,10 @@ exports.default = {
10
10
  "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
11
11
  "modifiers": {
12
12
  "expanded": "pf-m-expanded",
13
- "detached": "pf-m-detached",
14
- "truncate": "pf-m-truncate",
15
13
  "limitWidth": "pf-m-limit-width",
16
14
  "displayLg": "pf-m-display-lg",
17
15
  "indented": "pf-m-indented",
18
- "active": "pf-m-active",
16
+ "truncate": "pf-m-truncate",
19
17
  "expandTop": "pf-m-expand-top"
20
18
  }
21
19
  };
@@ -8,12 +8,10 @@ export default {
8
8
  "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
9
9
  "modifiers": {
10
10
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
11
  "limitWidth": "pf-m-limit-width",
14
12
  "displayLg": "pf-m-display-lg",
15
13
  "indented": "pf-m-indented",
16
- "active": "pf-m-active",
14
+ "truncate": "pf-m-truncate",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }
19
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;