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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/assets/images/PF-Backdrop.svg +1 -0
  3. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  4. package/css/assets/images/PF-IconLogo.svg +17 -0
  5. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  6. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  7. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  8. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  9. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  10. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  11. package/css/assets/images/pf_logo_white.hbs +35 -0
  12. package/css/assets/images/pf_logo_white.svg +38 -0
  13. package/css/components/AboutModalBox/about-modal-box.css +59 -98
  14. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  15. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  16. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  17. package/css/components/Accordion/accordion.css +85 -177
  18. package/css/components/Accordion/accordion.d.ts +3 -2
  19. package/css/components/Accordion/accordion.js +3 -2
  20. package/css/components/Accordion/accordion.mjs +3 -2
  21. package/css/components/Alert/alert.css +1 -1
  22. package/css/components/BackToTop/back-to-top.css +17 -15
  23. package/css/components/Badge/badge.css +23 -15
  24. package/css/components/Badge/badge.d.ts +2 -2
  25. package/css/components/Badge/badge.js +2 -2
  26. package/css/components/Badge/badge.mjs +2 -2
  27. package/css/components/Banner/banner.css +86 -64
  28. package/css/components/Banner/banner.d.ts +11 -4
  29. package/css/components/Banner/banner.js +11 -4
  30. package/css/components/Banner/banner.mjs +11 -4
  31. package/css/components/Button/button.css +1 -1
  32. package/css/components/Check/check.css +10 -8
  33. package/css/components/Dropdown/dropdown.css +1 -3
  34. package/css/components/Dropdown/dropdown.d.ts +0 -1
  35. package/css/components/Dropdown/dropdown.js +0 -1
  36. package/css/components/Dropdown/dropdown.mjs +0 -1
  37. package/css/components/ExpandableSection/expandable-section.css +64 -55
  38. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  39. package/css/components/ExpandableSection/expandable-section.js +1 -3
  40. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  41. package/css/components/Hint/hint.css +28 -21
  42. package/css/components/Hint/hint.d.ts +1 -2
  43. package/css/components/Hint/hint.js +1 -2
  44. package/css/components/Hint/hint.mjs +1 -2
  45. package/css/components/List/list.css +16 -16
  46. package/css/components/Login/login.css +70 -97
  47. package/css/components/Login/login.d.ts +0 -2
  48. package/css/components/Login/login.js +0 -2
  49. package/css/components/Login/login.mjs +0 -2
  50. package/css/components/Menu/menu.css +3 -0
  51. package/css/components/Menu/menu.d.ts +1 -0
  52. package/css/components/Menu/menu.js +1 -0
  53. package/css/components/Menu/menu.mjs +1 -0
  54. package/css/components/MenuToggle/menu-toggle.css +2 -3
  55. package/css/components/ModalBox/modal-box.css +59 -52
  56. package/css/components/ModalBox/modal-box.d.ts +1 -2
  57. package/css/components/ModalBox/modal-box.js +1 -2
  58. package/css/components/ModalBox/modal-box.mjs +1 -2
  59. package/css/components/Page/page.css +9 -7
  60. package/css/components/Popover/popover.css +42 -51
  61. package/css/components/Popover/popover.d.ts +1 -2
  62. package/css/components/Popover/popover.js +1 -2
  63. package/css/components/Popover/popover.mjs +1 -2
  64. package/css/components/Radio/radio.css +13 -10
  65. package/css/components/SkipToContent/skip-to-content.css +6 -3
  66. package/css/components/Switch/switch.css +1 -1
  67. package/css/components/Table/table.css +6 -2
  68. package/css/components/Table/table.d.ts +2 -0
  69. package/css/components/Table/table.js +2 -0
  70. package/css/components/Table/table.mjs +2 -0
  71. package/css/components/Title/title.css +70 -19
  72. package/css/components/Title/title.d.ts +7 -1
  73. package/css/components/Title/title.js +7 -1
  74. package/css/components/Title/title.mjs +7 -1
  75. package/css/components/Toolbar/toolbar.css +9 -1
  76. package/css/components/Toolbar/toolbar.d.ts +1 -0
  77. package/css/components/Toolbar/toolbar.js +1 -0
  78. package/css/components/Toolbar/toolbar.mjs +1 -0
  79. package/css/components/Tooltip/tooltip.css +16 -16
  80. package/css/components/Tooltip/tooltip.d.ts +0 -1
  81. package/css/components/Tooltip/tooltip.js +0 -1
  82. package/css/components/Tooltip/tooltip.mjs +0 -1
  83. package/css/docs/components/Brand/examples/Brand.css +12 -0
  84. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  85. package/css/docs/components/Brand/examples/Brand.js +11 -0
  86. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  87. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  88. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  89. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  90. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  91. package/package.json +3 -3
@@ -1,56 +1,56 @@
1
- .pf-v5-c-banner.pf-m-gold, .pf-v5-c-banner.pf-m-blue {
2
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
3
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
4
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
5
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
6
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
7
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
8
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
9
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
10
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
11
- }
12
-
13
- .pf-v5-c-banner {
14
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
15
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
16
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
17
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--light-100);
18
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
19
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
20
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
21
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
22
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
23
- }
24
- .pf-v5-c-banner .pf-v5-c-button {
25
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
26
- }
27
-
28
- .pf-v5-c-banner {
29
- --pf-v5-c-banner--PaddingTop: var(--pf-v5-global--spacer--xs);
30
- --pf-v5-c-banner--PaddingRight: var(--pf-v5-global--spacer--md);
31
- --pf-v5-c-banner--md--PaddingRight: var(--pf-v5-global--spacer--lg);
32
- --pf-v5-c-banner--PaddingBottom: var(--pf-v5-global--spacer--xs);
33
- --pf-v5-c-banner--PaddingLeft: var(--pf-v5-global--spacer--md);
34
- --pf-v5-c-banner--md--PaddingLeft: var(--pf-v5-global--spacer--lg);
35
- --pf-v5-c-banner--FontSize: var(--pf-v5-global--FontSize--sm);
36
- --pf-v5-c-banner--Color: var(--pf-v5-global--Color--100);
37
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-400);
1
+ :root {
2
+ --pf-v5-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
3
+ --pf-v5-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
4
+ --pf-v5-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
5
+ --pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
6
+ --pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
7
+ --pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
8
+ --pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
9
+ --pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
10
+ --pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
38
11
  --pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
39
12
  --pf-v5-c-banner--link--TextDecoration: underline;
40
13
  --pf-v5-c-banner--link--hover--Color: var(--pf-v5-c-banner--Color);
41
- --pf-v5-c-banner--link--hover--FontWeight: var(--pf-v5-global--FontWeight--bold);
14
+ --pf-v5-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
42
15
  --pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
43
16
  --pf-v5-c-banner--link--disabled--TextDecoration: none;
44
- --pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
45
- --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
46
- --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
47
- --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
48
17
  --pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
49
- --pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
50
- color: var(--pf-v5-global--Color--100);
51
- overflow: hidden;
52
- text-overflow: ellipsis;
53
- white-space: nowrap;
18
+ --pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
19
+ --pf-v5-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
20
+ --pf-v5-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
21
+ --pf-v5-c-banner--m-success--BackgroundColor: var(--pf-t--global--color--status--success--default);
22
+ --pf-v5-c-banner--m-success--Color: var(--pf-t--global--text--color--status--on-success--default);
23
+ --pf-v5-c-banner--m-warning--BackgroundColor: var(--pf-t--global--color--status--warning--default);
24
+ --pf-v5-c-banner--m-warning--Color: var(--pf-t--global--text--color--status--on-warning--default);
25
+ --pf-v5-c-banner--m-info--BackgroundColor: var(--pf-t--global--color--status--info--default);
26
+ --pf-v5-c-banner--m-info--Color: var(--pf-t--global--text--color--status--on-info--default);
27
+ --pf-v5-c-banner--m-custom--BackgroundColor: var(--pf-t--global--color--status--custom--default);
28
+ --pf-v5-c-banner--m-custom--Color: var(--pf-t--global--text--color--status--on-custom--default);
29
+ --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
30
+ --pf-v5-c-banner--m-red--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
31
+ --pf-v5-c-banner--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
32
+ --pf-v5-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
33
+ --pf-v5-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
34
+ --pf-v5-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
35
+ --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-t--global--color--nonstatus--gold--default);
36
+ --pf-v5-c-banner--m-gold--Color: var(--pf-t--global--text--color--nonstatus--on-gold--default);
37
+ --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
38
+ --pf-v5-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
39
+ --pf-v5-c-banner--m-cyan--BackgroundColor: var(--pf-t--global--color--nonstatus--cyan--default);
40
+ --pf-v5-c-banner--m-cyan--Color: var(--pf-t--global--text--color--nonstatus--on-cyan--default);
41
+ --pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
42
+ --pf-v5-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
43
+ --pf-v5-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
44
+ --pf-v5-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
45
+ }
46
+ @media (min-width: 768px) {
47
+ :root {
48
+ --pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
49
+ --pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
50
+ }
51
+ }
52
+
53
+ .pf-v5-c-banner {
54
54
  flex-shrink: 0;
55
55
  padding-block-start: var(--pf-v5-c-banner--PaddingTop);
56
56
  padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
@@ -61,23 +61,53 @@
61
61
  white-space: nowrap;
62
62
  background-color: var(--pf-v5-c-banner--BackgroundColor);
63
63
  }
64
- @media (min-width: 768px) {
65
- .pf-v5-c-banner {
66
- --pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
67
- --pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
68
- }
64
+ .pf-v5-c-banner.pf-m-danger {
65
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-danger--BackgroundColor);
66
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-danger--Color);
69
67
  }
70
- .pf-v5-c-banner.pf-m-blue {
71
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
68
+ .pf-v5-c-banner.pf-m-success {
69
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-success--BackgroundColor);
70
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-success--Color);
71
+ }
72
+ .pf-v5-c-banner.pf-m-warning {
73
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-warning--BackgroundColor);
74
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-warning--Color);
75
+ }
76
+ .pf-v5-c-banner.pf-m-info {
77
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
78
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
72
79
  }
73
80
  .pf-v5-c-banner.pf-m-red {
74
81
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
82
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
75
83
  }
76
- .pf-v5-c-banner.pf-m-green {
77
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
84
+ .pf-v5-c-banner.pf-m-orangered {
85
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orangered--BackgroundColor);
86
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orangered--Color);
87
+ }
88
+ .pf-v5-c-banner.pf-m-orange {
89
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orange--BackgroundColor);
90
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orange--Color);
78
91
  }
79
92
  .pf-v5-c-banner.pf-m-gold {
80
93
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
94
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-gold--Color);
95
+ }
96
+ .pf-v5-c-banner.pf-m-green {
97
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
98
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-green--Color);
99
+ }
100
+ .pf-v5-c-banner.pf-m-cyan {
101
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-cyan--BackgroundColor);
102
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-cyan--Color);
103
+ }
104
+ .pf-v5-c-banner.pf-m-blue {
105
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
106
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-blue--Color);
107
+ }
108
+ .pf-v5-c-banner.pf-m-purple {
109
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-purple--BackgroundColor);
110
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-purple--Color);
81
111
  }
82
112
  .pf-v5-c-banner.pf-m-sticky {
83
113
  position: sticky;
@@ -111,12 +141,4 @@
111
141
  .pf-v5-c-banner .pf-v5-c-button.pf-m-inline:disabled, .pf-v5-c-banner .pf-v5-c-button.pf-m-inline.pf-m-disabled {
112
142
  --pf-v5-c-banner--link--TextDecoration: var(--pf-v5-c-banner--link--disabled--TextDecoration);
113
143
  cursor: not-allowed;
114
- }
115
-
116
- :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
117
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
118
- }
119
-
120
- :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
121
- --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
122
144
  }
@@ -3,14 +3,21 @@ declare const _default: {
3
3
  "banner": "pf-v5-c-banner",
4
4
  "button": "pf-v5-c-button",
5
5
  "modifiers": {
6
- "gold": "pf-m-gold",
7
- "blue": "pf-m-blue",
6
+ "danger": "pf-m-danger",
7
+ "success": "pf-m-success",
8
+ "warning": "pf-m-warning",
9
+ "info": "pf-m-info",
8
10
  "red": "pf-m-red",
11
+ "orangered": "pf-m-orangered",
12
+ "orange": "pf-m-orange",
13
+ "gold": "pf-m-gold",
9
14
  "green": "pf-m-green",
15
+ "cyan": "pf-m-cyan",
16
+ "blue": "pf-m-blue",
17
+ "purple": "pf-m-purple",
10
18
  "sticky": "pf-m-sticky",
11
19
  "disabled": "pf-m-disabled",
12
20
  "inline": "pf-m-inline"
13
- },
14
- "themeDark": "pf-v5-theme-dark"
21
+ }
15
22
  };
16
23
  export default _default;
@@ -5,13 +5,20 @@ exports.default = {
5
5
  "banner": "pf-v5-c-banner",
6
6
  "button": "pf-v5-c-button",
7
7
  "modifiers": {
8
- "gold": "pf-m-gold",
9
- "blue": "pf-m-blue",
8
+ "danger": "pf-m-danger",
9
+ "success": "pf-m-success",
10
+ "warning": "pf-m-warning",
11
+ "info": "pf-m-info",
10
12
  "red": "pf-m-red",
13
+ "orangered": "pf-m-orangered",
14
+ "orange": "pf-m-orange",
15
+ "gold": "pf-m-gold",
11
16
  "green": "pf-m-green",
17
+ "cyan": "pf-m-cyan",
18
+ "blue": "pf-m-blue",
19
+ "purple": "pf-m-purple",
12
20
  "sticky": "pf-m-sticky",
13
21
  "disabled": "pf-m-disabled",
14
22
  "inline": "pf-m-inline"
15
- },
16
- "themeDark": "pf-v5-theme-dark"
23
+ }
17
24
  };
@@ -3,13 +3,20 @@ export default {
3
3
  "banner": "pf-v5-c-banner",
4
4
  "button": "pf-v5-c-button",
5
5
  "modifiers": {
6
- "gold": "pf-m-gold",
7
- "blue": "pf-m-blue",
6
+ "danger": "pf-m-danger",
7
+ "success": "pf-m-success",
8
+ "warning": "pf-m-warning",
9
+ "info": "pf-m-info",
8
10
  "red": "pf-m-red",
11
+ "orangered": "pf-m-orangered",
12
+ "orange": "pf-m-orange",
13
+ "gold": "pf-m-gold",
9
14
  "green": "pf-m-green",
15
+ "cyan": "pf-m-cyan",
16
+ "blue": "pf-m-blue",
17
+ "purple": "pf-m-purple",
10
18
  "sticky": "pf-m-sticky",
11
19
  "disabled": "pf-m-disabled",
12
20
  "inline": "pf-m-inline"
13
- },
14
- "themeDark": "pf-v5-theme-dark"
21
+ }
15
22
  };
@@ -443,7 +443,7 @@
443
443
  .pf-v5-c-button.pf-m-plain.pf-m-no-padding {
444
444
  padding: 0;
445
445
  }
446
- .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus, .pf-v5-c-button.pf-m-plain:active {
446
+ .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus {
447
447
  --pf-v5-c-button--m-plain--BackgroundColor: var(--pf-v5-c-button--m-plain--hover--BackgroundColor);
448
448
  mix-blend-mode: var(--pf-t--global--background--color--action--plain--hover--blend);
449
449
  }
@@ -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;
@@ -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,50 +1,61 @@
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);
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);
12
11
  --pf-v5-c-expandable-section__toggle--BackgroundColor: transparent;
12
+ --pf-v5-c-expandable-section__toggle--ColumnGap: calc(var(--pf-t--global--spacer--xs) + var(--pf-t--global--spacer--sm));
13
13
  --pf-v5-c-expandable-section__toggle-icon--MinWidth: 1em;
14
- --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-v5-global--Color--100);
14
+ --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
15
15
  --pf-v5-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
16
16
  --pf-v5-c-expandable-section__toggle-icon--Rotate: 0;
17
17
  --pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
18
18
  --pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
19
19
  --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);
20
+ --pf-v5-c-expandable-section__content--PaddingTop: var(--pf-t--global--spacer--sm);
21
+ --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-t--global--spacer--sm);
22
+ --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-t--global--spacer--sm);
23
+ --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-t--global--spacer--sm);
22
24
  --pf-v5-c-expandable-section__content--MaxWidth: auto;
23
25
  --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));
26
+ --pf-v5-c-expandable-section--m-display-lg--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
27
+ --pf-v5-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
28
+ --pf-v5-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
29
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-t--global--spacer--md);
30
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-t--global--spacer--lg);
31
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-t--global--spacer--md);
32
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
33
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium);
34
+ --pf-v5-c-expandable-section--m-display-lg__toggle--Width: 100%;
35
+ --pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
36
+ --pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
37
+ --pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
38
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-t--global--spacer--lg);
39
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-t--global--spacer--md);
40
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-t--global--spacer--lg);
41
+ --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;
42
+ --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));
43
+ --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));
44
+ --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));
45
+ --pf-v5-c-expandable-section--m-truncate--PaddingTop: var(--pf-t--global--spacer--sm);
46
+ --pf-v5-c-expandable-section--m-truncate--PaddingRight: var(--pf-t--global--spacer--md);
47
+ --pf-v5-c-expandable-section--m-truncate--PaddingBottom: var(--pf-t--global--spacer--sm);
48
+ --pf-v5-c-expandable-section--m-truncate--PaddingLeft: var(--pf-t--global--spacer--md);
49
+ --pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
37
50
  --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
51
  }
52
+
40
53
  .pf-v5-c-expandable-section.pf-m-expanded {
41
54
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--m-expanded--Color);
42
55
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate);
43
56
  --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
57
  --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;
58
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius);
48
59
  }
49
60
  .pf-v5-c-expandable-section.pf-m-limit-width {
50
61
  --pf-v5-c-expandable-section__content--MaxWidth: var(--pf-v5-c-expandable-section--m-limit-width__content--MaxWidth);
@@ -54,31 +65,31 @@
54
65
  --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight);
55
66
  --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom);
56
67
  --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft);
68
+ --pf-v5-c-expandable-section__toggle--hover--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor);
69
+ --pf-v5-c-expandable-section__toggle--active--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor);
70
+ --pf-v5-c-expandable-section__toggle--focus--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor);
71
+ --pf-v5-c-expandable-section__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius);
72
+ --pf-v5-c-expandable-section__toggle--Width: var(--pf-v5-c-expandable-section--m-display-lg__toggle--Width);
57
73
  --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingRight);
58
74
  --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom);
59
75
  --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);
76
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft);
77
+ background-color: var(--pf-v5-c-expandable-section--m-display-lg--BackgroundColor);
78
+ border: solid 1px var(--pf-v5-c-expandable-section--m-display-lg--BorderColor);
79
+ border-radius: var(--pf-v5-c-expandable-section--m-display-lg--BorderRadius);
72
80
  }
73
81
  .pf-v5-c-expandable-section.pf-m-indented {
74
82
  --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft);
75
83
  }
76
84
  .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
85
  --pf-v5-c-expandable-section__toggle--PaddingTop: 0;
79
86
  --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;
87
+ --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom);
88
+ --pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
89
+ --pf-v5-c-expandable-section__content--PaddingTop: 0;
90
+ --pf-v5-c-expandable-section__content--PaddingRight: 0;
91
+ --pf-v5-c-expandable-section__content--PaddingBottom: 0;
92
+ --pf-v5-c-expandable-section__content--PaddingLeft: 0;
82
93
  }
83
94
  .pf-v5-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v5-c-expandable-section__content {
84
95
  display: -webkit-box;
@@ -86,29 +97,31 @@
86
97
  -webkit-line-clamp: var(--pf-v5-c-expandable-section--m-truncate__content--LineClamp);
87
98
  overflow: hidden;
88
99
  }
89
- .pf-v5-c-expandable-section.pf-m-detached {
90
- --pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: 0;
91
- }
92
100
 
93
101
  .pf-v5-c-expandable-section__toggle {
94
102
  display: flex;
103
+ column-gap: var(--pf-v5-c-expandable-section__toggle--ColumnGap);
104
+ width: var(--pf-v5-c-expandable-section__toggle--Width, initial);
95
105
  padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
96
106
  padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
97
107
  padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
98
108
  padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
99
- margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
100
109
  color: var(--pf-v5-c-expandable-section__toggle--Color);
101
110
  background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
102
111
  border: none;
112
+ border-radius: var(--pf-v5-c-expandable-section__toggle--BorderRadius, 0);
103
113
  }
104
114
  .pf-v5-c-expandable-section__toggle:hover {
105
115
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--hover--Color);
116
+ --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--hover--BackgroundColor, initial);
106
117
  }
107
118
  .pf-v5-c-expandable-section__toggle:active, .pf-v5-c-expandable-section__toggle.pf-m-active {
108
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);
109
121
  }
110
122
  .pf-v5-c-expandable-section__toggle:focus {
111
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);
112
125
  }
113
126
 
114
127
  .pf-v5-c-expandable-section__toggle-icon {
@@ -125,14 +138,10 @@
125
138
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
126
139
  }
127
140
 
128
- .pf-v5-c-expandable-section__toggle-text {
129
- margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
130
- }
131
-
132
141
  .pf-v5-c-expandable-section__content {
133
142
  max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
143
+ padding-block-start: var(--pf-v5-c-expandable-section__content--PaddingTop);
134
144
  padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
135
145
  padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
136
146
  padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
137
- margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
138
147
  }
@@ -5,14 +5,12 @@ 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",
9
8
  "modifiers": {
10
9
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
10
  "limitWidth": "pf-m-limit-width",
14
11
  "displayLg": "pf-m-display-lg",
15
12
  "indented": "pf-m-indented",
13
+ "truncate": "pf-m-truncate",
16
14
  "active": "pf-m-active",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }
@@ -7,14 +7,12 @@ 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",
11
10
  "modifiers": {
12
11
  "expanded": "pf-m-expanded",
13
- "detached": "pf-m-detached",
14
- "truncate": "pf-m-truncate",
15
12
  "limitWidth": "pf-m-limit-width",
16
13
  "displayLg": "pf-m-display-lg",
17
14
  "indented": "pf-m-indented",
15
+ "truncate": "pf-m-truncate",
18
16
  "active": "pf-m-active",
19
17
  "expandTop": "pf-m-expand-top"
20
18
  }
@@ -5,14 +5,12 @@ 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",
9
8
  "modifiers": {
10
9
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
10
  "limitWidth": "pf-m-limit-width",
14
11
  "displayLg": "pf-m-display-lg",
15
12
  "indented": "pf-m-indented",
13
+ "truncate": "pf-m-truncate",
16
14
  "active": "pf-m-active",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }