@patternfly/quickstarts 2.4.2 → 5.0.0-prerelease.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/README.md +32 -23
  2. package/dist/ConsoleInternal/components/markdown-view.d.ts +19 -19
  3. package/dist/ConsoleInternal/components/utils/camel-case-wrap.d.ts +6 -6
  4. package/dist/ConsoleInternal/components/utils/index.d.ts +3 -3
  5. package/dist/ConsoleInternal/components/utils/router.d.ts +9 -9
  6. package/dist/ConsoleInternal/components/utils/status-box.d.ts +20 -20
  7. package/dist/ConsoleInternal/module/k8s/types.d.ts +42 -42
  8. package/dist/ConsoleShared/index.d.ts +1 -1
  9. package/dist/ConsoleShared/src/components/index.d.ts +7 -7
  10. package/dist/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.d.ts +13 -13
  11. package/dist/ConsoleShared/src/components/markdown-extensions/accordion-extension.d.ts +7 -7
  12. package/dist/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.d.ts +6 -6
  13. package/dist/ConsoleShared/src/components/markdown-extensions/admonition-extension.d.ts +7 -7
  14. package/dist/ConsoleShared/src/components/markdown-extensions/code-extension.d.ts +7 -7
  15. package/dist/ConsoleShared/src/components/markdown-extensions/const.d.ts +5 -5
  16. package/dist/ConsoleShared/src/components/markdown-extensions/index.d.ts +7 -7
  17. package/dist/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.d.ts +7 -7
  18. package/dist/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.d.ts +7 -7
  19. package/dist/ConsoleShared/src/components/markdown-extensions/utils.d.ts +1 -1
  20. package/dist/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.d.ts +7 -7
  21. package/dist/ConsoleShared/src/components/markdown-highlight-extension/highlight-consts.d.ts +4 -4
  22. package/dist/ConsoleShared/src/components/markdown-highlight-extension/index.d.ts +1 -1
  23. package/dist/ConsoleShared/src/components/modal/Modal.d.ts +9 -9
  24. package/dist/ConsoleShared/src/components/modal/index.d.ts +1 -1
  25. package/dist/ConsoleShared/src/components/popper/Portal.d.ts +8 -7
  26. package/dist/ConsoleShared/src/components/popper/SimplePopper.d.ts +6 -3
  27. package/dist/ConsoleShared/src/components/popper/index.d.ts +2 -2
  28. package/dist/ConsoleShared/src/components/spotlight/InteractiveSpotlight.d.ts +7 -7
  29. package/dist/ConsoleShared/src/components/spotlight/Spotlight.d.ts +7 -7
  30. package/dist/ConsoleShared/src/components/spotlight/StaticSpotlight.d.ts +7 -7
  31. package/dist/ConsoleShared/src/components/spotlight/index.d.ts +1 -1
  32. package/dist/ConsoleShared/src/components/status/GenericStatus.d.ts +12 -11
  33. package/dist/ConsoleShared/src/components/status/NotStartedIcon.d.ts +3 -2
  34. package/dist/ConsoleShared/src/components/status/PopoverStatus.d.ts +13 -12
  35. package/dist/ConsoleShared/src/components/status/Status.d.ts +11 -11
  36. package/dist/ConsoleShared/src/components/status/StatusIconAndText.d.ts +8 -8
  37. package/dist/ConsoleShared/src/components/status/icons.d.ts +9 -9
  38. package/dist/ConsoleShared/src/components/status/index.d.ts +1 -1
  39. package/dist/ConsoleShared/src/components/status/statuses.d.ts +5 -5
  40. package/dist/ConsoleShared/src/components/status/types.d.ts +9 -7
  41. package/dist/ConsoleShared/src/components/utils/FallbackImg.d.ts +9 -9
  42. package/dist/ConsoleShared/src/components/utils/index.d.ts +1 -1
  43. package/dist/ConsoleShared/src/constants/index.d.ts +1 -1
  44. package/dist/ConsoleShared/src/constants/ui.d.ts +1 -1
  45. package/dist/ConsoleShared/src/hooks/index.d.ts +6 -6
  46. package/dist/ConsoleShared/src/hooks/scroll.d.ts +8 -8
  47. package/dist/ConsoleShared/src/hooks/useBoundingClientRect.d.ts +3 -1
  48. package/dist/ConsoleShared/src/hooks/useEventListener.d.ts +1 -1
  49. package/dist/ConsoleShared/src/hooks/useForceRender.d.ts +4 -4
  50. package/dist/ConsoleShared/src/hooks/useResizeObserver.d.ts +1 -1
  51. package/dist/ConsoleShared/src/hooks/useScrollShadows.d.ts +7 -7
  52. package/dist/ConsoleShared/src/index.d.ts +4 -4
  53. package/dist/ConsoleShared/src/utils/index.d.ts +1 -1
  54. package/dist/ConsoleShared/src/utils/useCombineRefs.d.ts +2 -2
  55. package/dist/HelpTopicDrawer.d.ts +33 -32
  56. package/dist/HelpTopicPanelContent.d.ts +11 -11
  57. package/dist/QuickStartCatalogPage.d.ts +14 -14
  58. package/dist/QuickStartCloseModal.d.ts +8 -8
  59. package/dist/QuickStartController.d.ts +10 -10
  60. package/dist/QuickStartDrawer.d.ts +62 -62
  61. package/dist/QuickStartMarkdownView.d.ts +9 -9
  62. package/dist/QuickStartPanelContent.d.ts +15 -15
  63. package/dist/catalog/Catalog/QuickStartCatalogHeader.d.ts +6 -6
  64. package/dist/catalog/Catalog/QuickStartCatalogSection.d.ts +5 -5
  65. package/dist/catalog/Catalog/QuickStartCatalogToolbar.d.ts +5 -5
  66. package/dist/catalog/Catalog/index.d.ts +3 -3
  67. package/dist/catalog/QuickStartCatalog.d.ts +8 -8
  68. package/dist/catalog/QuickStartTile.d.ts +11 -11
  69. package/dist/catalog/QuickStartTileDescription.d.ts +8 -8
  70. package/dist/catalog/QuickStartTileFooter.d.ts +8 -8
  71. package/dist/catalog/QuickStartTileFooterExternal.d.ts +8 -8
  72. package/dist/catalog/QuickStartTileHeader.d.ts +12 -12
  73. package/dist/catalog/Toolbar/QuickStartCatalogFilter.d.ts +10 -10
  74. package/dist/catalog/Toolbar/QuickStartCatalogFilterItems.d.ts +31 -31
  75. package/dist/catalog/index.d.ts +9 -9
  76. package/dist/controller/QuickStartConclusion.d.ts +12 -12
  77. package/dist/controller/QuickStartContent.d.ts +14 -14
  78. package/dist/controller/QuickStartFooter.d.ts +14 -14
  79. package/dist/controller/QuickStartIntroduction.d.ts +12 -12
  80. package/dist/controller/QuickStartTaskHeader.d.ts +15 -15
  81. package/dist/controller/QuickStartTaskHeaderList.d.ts +10 -10
  82. package/dist/controller/QuickStartTaskReview.d.ts +10 -10
  83. package/dist/controller/QuickStartTasks.d.ts +12 -12
  84. package/dist/data/mocks/json/explore-pipeline-quickstart.d.ts +2 -2
  85. package/dist/data/mocks/json/explore-serverless-quickstart.d.ts +2 -2
  86. package/dist/data/mocks/json/monitor-sampleapp-quickstart.d.ts +2 -2
  87. package/dist/data/mocks/json/tour-icons.d.ts +2 -2
  88. package/dist/data/quick-start-test-data.d.ts +2 -2
  89. package/dist/data/test-utils.d.ts +8 -7
  90. package/dist/index.d.ts +16 -16
  91. package/dist/index.es.js +2346 -2391
  92. package/dist/index.es.js.map +1 -1
  93. package/dist/index.js +2346 -2390
  94. package/dist/index.js.map +1 -1
  95. package/dist/patternfly-docs/quick-starts/examples/Basic.jsx +1 -1
  96. package/dist/patternfly-docs/quick-starts/examples/HelpTopic.jsx +2 -4
  97. package/dist/patternfly-global.css +752 -1110
  98. package/dist/patternfly-nested.css +8784 -9605
  99. package/dist/quickstarts-base.css +188 -188
  100. package/dist/quickstarts-full.es.js +19627 -10887
  101. package/dist/quickstarts-full.es.js.map +1 -1
  102. package/dist/quickstarts-standalone.css +216 -219
  103. package/dist/quickstarts-standalone.min.css +4 -4
  104. package/dist/quickstarts-vendor.css +71 -71
  105. package/dist/quickstarts.css +259 -259
  106. package/dist/quickstarts.min.css +1 -1
  107. package/dist/styles/patternfly-global-entry.d.ts +1 -1
  108. package/dist/styles/patternfly-nested-entry.d.ts +1 -1
  109. package/dist/styles/quickstarts-standalone-entry.d.ts +1 -1
  110. package/dist/styles/vendor-entry.d.ts +1 -1
  111. package/dist/utils/PluralResolver.d.ts +16 -10
  112. package/dist/utils/asciidoc-procedure-parser.d.ts +12 -12
  113. package/dist/utils/const.d.ts +6 -6
  114. package/dist/utils/help-topic-context.d.ts +23 -23
  115. package/dist/utils/help-topic-types.d.ts +13 -13
  116. package/dist/utils/quick-start-context.d.ts +81 -81
  117. package/dist/utils/quick-start-types.d.ts +60 -58
  118. package/dist/utils/quick-start-utils.d.ts +10 -10
  119. package/dist/utils/useLocalStorage.d.ts +1 -1
  120. package/package.json +17 -13
  121. package/src/ConsoleInternal/components/_icon-and-text.scss +2 -2
  122. package/src/ConsoleInternal/components/catalog/_catalog.scss +20 -20
  123. package/src/ConsoleInternal/components/markdown-view.tsx +23 -52
  124. package/src/ConsoleInternal/components/utils/_status-box.scss +1 -1
  125. package/src/ConsoleInternal/components/utils/camel-case-wrap.tsx +3 -3
  126. package/src/ConsoleInternal/components/utils/router.ts +0 -2
  127. package/src/ConsoleInternal/components/utils/status-box.tsx +8 -46
  128. package/src/ConsoleInternal/module/k8s/types.ts +6 -6
  129. package/src/ConsoleShared/src/components/layout/PageLayout.scss +10 -10
  130. package/src/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.tsx +13 -11
  131. package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +3 -4
  132. package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +7 -7
  133. package/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx +4 -4
  134. package/src/ConsoleShared/src/components/markdown-extensions/code-extension.tsx +1 -3
  135. package/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx +5 -5
  136. package/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx +8 -8
  137. package/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss +5 -5
  138. package/src/ConsoleShared/src/components/markdown-extensions/utils.ts +1 -3
  139. package/src/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.tsx +7 -6
  140. package/src/ConsoleShared/src/components/popper/Portal.tsx +6 -4
  141. package/src/ConsoleShared/src/components/popper/SimplePopper.tsx +7 -5
  142. package/src/ConsoleShared/src/components/spotlight/InteractiveSpotlight.tsx +2 -2
  143. package/src/ConsoleShared/src/components/spotlight/Spotlight.tsx +2 -2
  144. package/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx +3 -3
  145. package/src/ConsoleShared/src/components/spotlight/spotlight.scss +4 -4
  146. package/src/ConsoleShared/src/components/status/GenericStatus.tsx +1 -0
  147. package/src/ConsoleShared/src/components/status/PopoverStatus.tsx +20 -23
  148. package/src/ConsoleShared/src/components/status/Status.tsx +2 -2
  149. package/src/ConsoleShared/src/components/status/icons.tsx +17 -55
  150. package/src/ConsoleShared/src/components/status/statuses.tsx +1 -17
  151. package/src/ConsoleShared/src/components/status/types.ts +3 -2
  152. package/src/ConsoleShared/src/components/utils/FallbackImg.tsx +2 -2
  153. package/src/ConsoleShared/src/hooks/useResizeObserver.ts +5 -6
  154. package/src/ConsoleShared/src/utils/useCombineRefs.ts +2 -3
  155. package/src/HelpTopicDrawer.tsx +6 -14
  156. package/src/HelpTopicPanelContent.tsx +57 -49
  157. package/src/QuickStartCatalogPage.tsx +19 -14
  158. package/src/QuickStartCloseModal.tsx +2 -2
  159. package/src/QuickStartController.tsx +3 -5
  160. package/src/QuickStartDrawer.scss +1 -1
  161. package/src/QuickStartDrawer.tsx +2 -2
  162. package/src/QuickStartMarkdownView.tsx +4 -4
  163. package/src/QuickStartPanelContent.scss +8 -8
  164. package/src/QuickStartPanelContent.tsx +8 -9
  165. package/src/catalog/Catalog/QuickStartCatalogHeader.tsx +2 -2
  166. package/src/catalog/Catalog/QuickStartCatalogSection.tsx +2 -2
  167. package/src/catalog/Catalog/QuickStartCatalogToolbar.tsx +2 -2
  168. package/src/catalog/QuickStartCatalog.scss +1 -1
  169. package/src/catalog/QuickStartCatalog.tsx +2 -2
  170. package/src/catalog/QuickStartTile.tsx +20 -15
  171. package/src/catalog/QuickStartTileDescription.scss +4 -4
  172. package/src/catalog/QuickStartTileDescription.tsx +2 -2
  173. package/src/catalog/QuickStartTileFooter.tsx +2 -2
  174. package/src/catalog/QuickStartTileFooterExternal.tsx +2 -2
  175. package/src/catalog/QuickStartTileHeader.scss +5 -5
  176. package/src/catalog/QuickStartTileHeader.tsx +2 -2
  177. package/src/catalog/Toolbar/QuickStartCatalogFilter.scss +9 -9
  178. package/src/catalog/Toolbar/QuickStartCatalogFilter.tsx +1 -3
  179. package/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx +49 -30
  180. package/src/controller/QuickStartConclusion.tsx +3 -3
  181. package/src/controller/QuickStartContent.scss +2 -2
  182. package/src/controller/QuickStartContent.tsx +2 -2
  183. package/src/controller/QuickStartFooter.scss +3 -3
  184. package/src/controller/QuickStartFooter.tsx +6 -10
  185. package/src/controller/QuickStartIntroduction.scss +7 -7
  186. package/src/controller/QuickStartIntroduction.tsx +5 -7
  187. package/src/controller/QuickStartTaskHeader.scss +15 -15
  188. package/src/controller/QuickStartTaskHeader.tsx +14 -12
  189. package/src/controller/QuickStartTaskHeaderList.scss +1 -1
  190. package/src/controller/QuickStartTaskHeaderList.tsx +3 -5
  191. package/src/controller/QuickStartTaskReview.scss +7 -7
  192. package/src/controller/QuickStartTaskReview.tsx +2 -2
  193. package/src/controller/QuickStartTasks.scss +13 -13
  194. package/src/controller/QuickStartTasks.tsx +2 -2
  195. package/src/controller/__tests__/QuickStartTaskHeader.spec.tsx +4 -17
  196. package/src/styles/_base.scss +5 -5
  197. package/src/styles/_dark-custom-override.scss +28 -28
  198. package/src/styles/legacy-bootstrap/_variables.scss +7 -7
  199. package/src/styles/patternfly-global.scss +6 -6
  200. package/src/styles/patternfly-nested.scss +1 -1
  201. package/src/utils/PluralResolver.ts +29 -23
  202. package/src/utils/asciidoc-procedure-parser.ts +2 -4
  203. package/src/utils/help-topic-context.tsx +3 -5
  204. package/src/utils/help-topic-types.ts +4 -4
  205. package/src/utils/quick-start-context.tsx +8 -12
  206. package/src/utils/quick-start-types.ts +15 -14
  207. package/src/utils/quick-start-utils.ts +2 -6
@@ -1,586 +1,253 @@
1
- :root {
2
- --pf-global--palette--black-100: #fafafa;
3
- --pf-global--palette--black-150: #f5f5f5;
4
- --pf-global--palette--black-200: #f0f0f0;
5
- --pf-global--palette--black-300: #d2d2d2;
6
- --pf-global--palette--black-400: #b8bbbe;
7
- --pf-global--palette--black-500: #8a8d90;
8
- --pf-global--palette--black-600: #6a6e73;
9
- --pf-global--palette--black-700: #4f5255;
10
- --pf-global--palette--black-800: #3c3f42;
11
- --pf-global--palette--black-850: #212427;
12
- --pf-global--palette--black-900: #151515;
13
- --pf-global--palette--black-1000: #030303;
14
- --pf-global--palette--blue-50: #e7f1fa;
15
- --pf-global--palette--blue-100: #bee1f4;
16
- --pf-global--palette--blue-200: #73bcf7;
17
- --pf-global--palette--blue-300: #2b9af3;
18
- --pf-global--palette--blue-400: #06c;
19
- --pf-global--palette--blue-500: #004080;
20
- --pf-global--palette--blue-600: #002952;
21
- --pf-global--palette--blue-700: #001223;
22
- --pf-global--palette--cyan-50: #f2f9f9;
23
- --pf-global--palette--cyan-100: #a2d9d9;
24
- --pf-global--palette--cyan-200: #73c5c5;
25
- --pf-global--palette--cyan-300: #009596;
26
- --pf-global--palette--cyan-400: #005f60;
27
- --pf-global--palette--cyan-500: #003737;
28
- --pf-global--palette--cyan-600: #002323;
29
- --pf-global--palette--cyan-700: #000f0f;
30
- --pf-global--palette--gold-50: #fdf7e7;
31
- --pf-global--palette--gold-100: #f9e0a2;
32
- --pf-global--palette--gold-200: #f6d173;
33
- --pf-global--palette--gold-300: #f4c145;
34
- --pf-global--palette--gold-400: #f0ab00;
35
- --pf-global--palette--gold-500: #c58c00;
36
- --pf-global--palette--gold-600: #795600;
37
- --pf-global--palette--gold-700: #3d2c00;
38
- --pf-global--palette--green-50: #f3faf2;
39
- --pf-global--palette--green-100: #bde5b8;
40
- --pf-global--palette--green-200: #95d58e;
41
- --pf-global--palette--green-300: #6ec664;
42
- --pf-global--palette--green-400: #5ba352;
43
- --pf-global--palette--green-500: #3e8635;
44
- --pf-global--palette--green-600: #1e4f18;
45
- --pf-global--palette--green-700: #0f280d;
46
- --pf-global--palette--light-blue-100: #beedf9;
47
- --pf-global--palette--light-blue-200: #7cdbf3;
48
- --pf-global--palette--light-blue-300: #35caed;
49
- --pf-global--palette--light-blue-400: #00b9e4;
50
- --pf-global--palette--light-blue-500: #008bad;
51
- --pf-global--palette--light-blue-600: #005c73;
52
- --pf-global--palette--light-blue-700: #002d39;
53
- --pf-global--palette--light-green-100: #e4f5bc;
54
- --pf-global--palette--light-green-200: #c8eb79;
55
- --pf-global--palette--light-green-300: #ace12e;
56
- --pf-global--palette--light-green-400: #92d400;
57
- --pf-global--palette--light-green-500: #6ca100;
58
- --pf-global--palette--light-green-600: #486b00;
59
- --pf-global--palette--light-green-700: #253600;
60
- --pf-global--palette--orange-50: #fff6ec;
61
- --pf-global--palette--orange-100: #f4b678;
62
- --pf-global--palette--orange-200: #ef9234;
63
- --pf-global--palette--orange-300: #ec7a08;
64
- --pf-global--palette--orange-400: #c46100;
65
- --pf-global--palette--orange-500: #8f4700;
66
- --pf-global--palette--orange-600: #773d00;
67
- --pf-global--palette--orange-700: #3b1f00;
68
- --pf-global--palette--purple-50: #f2f0fc;
69
- --pf-global--palette--purple-100: #cbc1ff;
70
- --pf-global--palette--purple-200: #b2a3ff;
71
- --pf-global--palette--purple-300: #a18fff;
72
- --pf-global--palette--purple-400: #8476d1;
73
- --pf-global--palette--purple-500: #6753ac;
74
- --pf-global--palette--purple-600: #40199a;
75
- --pf-global--palette--purple-700: #1f0066;
76
- --pf-global--palette--red-50: #faeae8;
77
- --pf-global--palette--red-100: #c9190b;
78
- --pf-global--palette--red-200: #a30000;
79
- --pf-global--palette--red-300: #7d1007;
80
- --pf-global--palette--red-400: #470000;
81
- --pf-global--palette--red-500: #2c0000;
82
- --pf-global--palette--white: #fff;
83
- --pf-global--BackgroundColor--100: #fff;
84
- --pf-global--BackgroundColor--150: #fafafa;
85
- --pf-global--BackgroundColor--200: #f0f0f0;
86
- --pf-global--BackgroundColor--light-100: #fff;
87
- --pf-global--BackgroundColor--light-200: #fafafa;
88
- --pf-global--BackgroundColor--light-300: #f0f0f0;
89
- --pf-global--BackgroundColor--dark-100: #151515;
90
- --pf-global--BackgroundColor--dark-200: #3c3f42;
91
- --pf-global--BackgroundColor--dark-300: #212427;
92
- --pf-global--BackgroundColor--dark-400: #4f5255;
93
- --pf-global--BackgroundColor--dark-transparent-100: rgba(3, 3, 3, 0.62);
94
- --pf-global--BackgroundColor--dark-transparent-200: rgba(3, 3, 3, 0.32);
95
- --pf-global--Color--100: #151515;
96
- --pf-global--Color--200: #6a6e73;
97
- --pf-global--Color--300: #3c3f42;
98
- --pf-global--Color--400: #8a8d90;
99
- --pf-global--Color--light-100: #fff;
100
- --pf-global--Color--light-200: #f0f0f0;
101
- --pf-global--Color--light-300: #d2d2d2;
102
- --pf-global--Color--dark-100: #151515;
103
- --pf-global--Color--dark-200: #6a6e73;
104
- --pf-global--active-color--100: #06c;
105
- --pf-global--active-color--200: #bee1f4;
106
- --pf-global--active-color--300: #2b9af3;
107
- --pf-global--active-color--400: #73bcf7;
108
- --pf-global--disabled-color--100: #6a6e73;
109
- --pf-global--disabled-color--200: #d2d2d2;
110
- --pf-global--disabled-color--300: #f0f0f0;
111
- --pf-global--primary-color--100: #06c;
112
- --pf-global--primary-color--200: #004080;
113
- --pf-global--primary-color--light-100: #73bcf7;
114
- --pf-global--primary-color--dark-100: #06c;
115
- --pf-global--secondary-color--100: #6a6e73;
116
- --pf-global--default-color--100: #73c5c5;
117
- --pf-global--default-color--200: #009596;
118
- --pf-global--default-color--300: #003737;
119
- --pf-global--success-color--100: #3e8635;
120
- --pf-global--success-color--200: #1e4f18;
121
- --pf-global--info-color--100: #2b9af3;
122
- --pf-global--info-color--200: #002952;
123
- --pf-global--warning-color--100: #f0ab00;
124
- --pf-global--warning-color--200: #795600;
125
- --pf-global--danger-color--100: #c9190b;
126
- --pf-global--danger-color--200: #a30000;
127
- --pf-global--danger-color--300: #470000;
128
- --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.12), 0 0 0.125rem 0 rgba(3, 3, 3, 0.06);
129
- --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
130
- --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
131
- --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
132
- --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
133
- --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.12), 0 0 0.25rem 0 rgba(3, 3, 3, 0.06);
134
- --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
135
- --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
136
- --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
137
- --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
138
- --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08);
139
- --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
140
- --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
141
- --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
142
- --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
143
- --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.16), 0 0 0.5rem 0 rgba(3, 3, 3, 0.1);
144
- --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
145
- --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
146
- --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
147
- --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
148
- --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 rgba(3, 3, 3, 0.25);
149
- --pf-global--font-path: "./assets/fonts";
150
- --pf-global--fonticon-path: "./assets/pficon";
151
- --pf-global--spacer--xs: 0.25rem;
152
- --pf-global--spacer--sm: 0.5rem;
153
- --pf-global--spacer--md: 1rem;
154
- --pf-global--spacer--lg: 1.5rem;
155
- --pf-global--spacer--xl: 2rem;
156
- --pf-global--spacer--2xl: 3rem;
157
- --pf-global--spacer--3xl: 4rem;
158
- --pf-global--spacer--4xl: 5rem;
159
- --pf-global--spacer--form-element: 0.375rem;
160
- --pf-global--gutter: 1rem;
161
- --pf-global--gutter--md: 1.5rem;
162
- --pf-global--ZIndex--xs: 100;
163
- --pf-global--ZIndex--sm: 200;
164
- --pf-global--ZIndex--md: 300;
165
- --pf-global--ZIndex--lg: 400;
166
- --pf-global--ZIndex--xl: 500;
167
- --pf-global--ZIndex--2xl: 600;
168
- --pf-global--breakpoint--xs: 0;
169
- --pf-global--breakpoint--sm: 576px;
170
- --pf-global--breakpoint--md: 768px;
171
- --pf-global--breakpoint--lg: 992px;
172
- --pf-global--breakpoint--xl: 1200px;
173
- --pf-global--breakpoint--2xl: 1450px;
174
- --pf-global--height-breakpoint--sm: 0;
175
- --pf-global--height-breakpoint--md: 40rem;
176
- --pf-global--height-breakpoint--lg: 48rem;
177
- --pf-global--height-breakpoint--xl: 60rem;
178
- --pf-global--height-breakpoint--2xl: 80rem;
179
- --pf-global--link--Color: #06c;
180
- --pf-global--link--Color--hover: #004080;
181
- --pf-global--link--Color--light: #2b9af3;
182
- --pf-global--link--Color--light--hover: #73bcf7;
183
- --pf-global--link--Color--dark: #06c;
184
- --pf-global--link--Color--dark--hover: #004080;
185
- --pf-global--link--Color--visited: #40199a;
186
- --pf-global--link--TextDecoration: none;
187
- --pf-global--link--TextDecoration--hover: underline;
188
- --pf-global--BorderWidth--sm: 1px;
189
- --pf-global--BorderWidth--md: 2px;
190
- --pf-global--BorderWidth--lg: 3px;
191
- --pf-global--BorderWidth--xl: 4px;
192
- --pf-global--BorderColor--100: #d2d2d2;
193
- --pf-global--BorderColor--200: #8a8d90;
194
- --pf-global--BorderColor--300: #f0f0f0;
195
- --pf-global--BorderColor--dark-100: #d2d2d2;
196
- --pf-global--BorderColor--light-100: #b8bbbe;
197
- --pf-global--BorderRadius--sm: 3px;
198
- --pf-global--BorderRadius--lg: 30em;
199
- --pf-global--icon--Color--light: #6a6e73;
200
- --pf-global--icon--Color--dark: #151515;
201
- --pf-global--icon--FontSize--sm: 0.625rem;
202
- --pf-global--icon--FontSize--md: 1.125rem;
203
- --pf-global--icon--FontSize--lg: 1.5rem;
204
- --pf-global--icon--FontSize--xl: 3.375rem;
205
- --pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
206
- --pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
207
- --pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
208
- --pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
209
- --pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
210
- --pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
211
- --pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
212
- --pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
213
- --pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
214
- --pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
215
- --pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
216
- --pf-global--FontSize--4xl: 2.25rem;
217
- --pf-global--FontSize--3xl: 1.75rem;
218
- --pf-global--FontSize--2xl: 1.5rem;
219
- --pf-global--FontSize--xl: 1.25rem;
220
- --pf-global--FontSize--lg: 1.125rem;
221
- --pf-global--FontSize--md: 1rem;
222
- --pf-global--FontSize--sm: 0.875rem;
223
- --pf-global--FontSize--xs: 0.75rem;
224
- --pf-global--FontWeight--light: 300;
225
- --pf-global--FontWeight--normal: 400;
226
- --pf-global--FontWeight--semi-bold: 700;
227
- --pf-global--FontWeight--overpass--semi-bold: 500;
228
- --pf-global--FontWeight--bold: 700;
229
- --pf-global--FontWeight--overpass--bold: 600;
230
- --pf-global--LineHeight--sm: 1.3;
231
- --pf-global--LineHeight--md: 1.5;
232
- --pf-global--ListStyle: disc outside;
233
- --pf-global--Transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
234
- --pf-global--TimingFunction: cubic-bezier(0.645, 0.045, 0.355, 1);
235
- --pf-global--TransitionDuration: 250ms;
236
- --pf-global--arrow--width: 0.9375rem;
237
- --pf-global--arrow--width-lg: 1.5625rem;
238
- --pf-global--target-size--MinWidth: 44px;
239
- --pf-global--target-size--MinHeight: 44px;
240
- }
241
-
242
- .pf-m-overpass-font {
243
- --pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--overpass--sans-serif);
244
- --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--sans-serif);
245
- --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--overpass--monospace);
246
- --pf-global--FontWeight--semi-bold: var(--pf-global--FontWeight--overpass--semi-bold);
247
- --pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
248
- }
249
-
250
- :root:where(.pf-theme-dark) {
251
- --pf-global--palette--black-50: #e0e0e0;
252
- --pf-global--palette--black-100: #c6c7c8;
253
- --pf-global--palette--black-200: #aaabac;
254
- --pf-global--palette--black-300: #868789;
255
- --pf-global--palette--black-400: #57585a;
256
- --pf-global--palette--black-500: #444548;
257
- --pf-global--palette--black-600: #36373a;
258
- --pf-global--palette--black-700: #26292d;
259
- --pf-global--palette--black-800: #1b1d21;
260
- --pf-global--palette--black-900: #0f1214;
261
- --pf-global--palette--red-9999: #fe5142;
262
- --pf-global--palette--red-8888: #ff7468;
263
- --pf-global--palette--blue-300: #1fa7f8;
264
- --pf-global--BackgroundColor--100: #1b1d21;
265
- --pf-global--BackgroundColor--150: #212427;
266
- --pf-global--BackgroundColor--200: #0f1214;
267
- --pf-global--BackgroundColor--300: #26292d;
268
- --pf-global--BackgroundColor--400: #36373a;
269
- --pf-global--BorderColor--100: #444548;
270
- --pf-global--BorderColor--200: #444548;
271
- --pf-global--BorderColor--300: #57585a;
272
- --pf-global--BorderColor--400: #aaabac;
273
- --pf-global--Color--100: #e0e0e0;
274
- --pf-global--Color--200: #aaabac;
275
- --pf-global--active-color--100: #1fa7f8;
276
- --pf-global--primary-color--100: #1fa7f8;
277
- --pf-global--primary-color--300: #06c;
278
- --pf-global--success-color--100: #5ba352;
279
- --pf-global--warning-color--100: #f0ab00;
280
- --pf-global--warning-color--200: #f4c145;
281
- --pf-global--danger-color--100: #fe5142;
282
- --pf-global--danger-color--200: #ff7468;
283
- --pf-global--link--Color: #1fa7f8;
284
- --pf-global--link--Color--hover: #73bcf7;
285
- --pf-global--link--Color--visited: #a18fff;
286
- --pf-global--disabled-color--100: #57585a;
287
- --pf-global--disabled-color--200: #444548;
288
- --pf-global--disabled-color--300: #aaabac;
289
- --pf-global--icon--Color--light: #aaabac;
290
- --pf-global--icon--Color--dark: #aaabac;
291
- --pf-global--Color--dark-100: #e0e0e0;
292
- --pf-global--Color--dark-200: #aaabac;
293
- --pf-global--Color--light-100: #e0e0e0;
294
- --pf-global--Color--light-200: #aaabac;
295
- --pf-global--Color--light-300: #3c3f42;
296
- --pf-global--BorderColor--dark-100: #444548;
297
- --pf-global--BorderColor--light-100: #444548;
298
- --pf-global--primary-color--light-100: #1fa7f8;
299
- --pf-global--primary-color--dark-100: #1fa7f8;
300
- --pf-global--link--Color--light: #1fa7f8;
301
- --pf-global--link--Color--light--hover: #73bcf7;
302
- --pf-global--link--Color--dark: #1fa7f8;
303
- --pf-global--link--Color--dark--hover: #73bcf7;
304
- --pf-global--BackgroundColor--light-100: #1b1d21;
305
- --pf-global--BackgroundColor--light-200: #0f1214;
306
- --pf-global--BackgroundColor--light-300: #26292d;
307
- --pf-global--BackgroundColor--dark-100: #1b1d21;
308
- --pf-global--BackgroundColor--dark-200: #0f1214;
309
- --pf-global--BackgroundColor--dark-300: #26292d;
310
- --pf-global--BackgroundColor--dark-400: #36373a;
311
- --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
312
- --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
313
- --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
314
- --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
315
- --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
316
- --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
317
- --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
318
- --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
319
- --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
320
- --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
321
- --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
322
- --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
323
- --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
324
- --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
325
- --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
326
- --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
327
- --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
328
- --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
329
- --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
330
- --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
331
- --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
332
- }
333
-
334
- .pf-c-drawer {
335
- --pf-c-drawer__section--BackgroundColor: var(--pf-global--BackgroundColor--100);
336
- --pf-c-drawer__section--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
337
- --pf-c-drawer__content--FlexBasis: 100%;
338
- --pf-c-drawer__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
339
- --pf-c-drawer__content--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
340
- --pf-c-drawer__content--ZIndex: var(--pf-global--ZIndex--xs);
341
- --pf-c-drawer__panel--MinWidth: 50%;
342
- --pf-c-drawer__panel--MaxHeight: auto;
343
- --pf-c-drawer__panel--ZIndex: var(--pf-global--ZIndex--sm);
344
- --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
345
- --pf-c-drawer__panel--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
346
- --pf-c-drawer__panel--TransitionDuration: var(--pf-global--TransitionDuration);
347
- --pf-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
348
- --pf-c-drawer__panel--FlexBasis: 100%;
349
- --pf-c-drawer__panel--md--FlexBasis--min: 1.5rem;
350
- --pf-c-drawer__panel--md--FlexBasis: 50%;
351
- --pf-c-drawer__panel--md--FlexBasis--max: 100%;
352
- --pf-c-drawer__panel--xl--MinWidth: 28.125rem;
353
- --pf-c-drawer__panel--xl--FlexBasis: 28.125rem;
354
- --pf-c-drawer--m-panel-bottom__panel--md--MinHeight: 50%;
355
- --pf-c-drawer--m-panel-bottom__panel--xl--MinHeight: 18.75rem;
356
- --pf-c-drawer--m-panel-bottom__panel--xl--FlexBasis: 18.75rem;
357
- --pf-c-drawer__panel--m-resizable--FlexDirection: row;
358
- --pf-c-drawer__panel--m-resizable--md--FlexBasis--min: var(--pf-c-drawer__splitter--m-vertical--Width);
359
- --pf-c-drawer__panel--m-resizable--MinWidth: 1.5rem;
360
- --pf-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
361
- --pf-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
362
- --pf-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
363
- --pf-c-drawer--child--PaddingTop: var(--pf-global--spacer--md);
364
- --pf-c-drawer--child--PaddingRight: var(--pf-global--spacer--md);
365
- --pf-c-drawer--child--PaddingBottom: var(--pf-global--spacer--md);
366
- --pf-c-drawer--child--PaddingLeft: var(--pf-global--spacer--md);
367
- --pf-c-drawer--child--md--PaddingTop: var(--pf-global--spacer--lg);
368
- --pf-c-drawer--child--md--PaddingRight: var(--pf-global--spacer--lg);
369
- --pf-c-drawer--child--md--PaddingBottom: var(--pf-global--spacer--lg);
370
- --pf-c-drawer--child--md--PaddingLeft: var(--pf-global--spacer--lg);
371
- --pf-c-drawer--child--m-padding--PaddingTop: var(--pf-global--spacer--md);
372
- --pf-c-drawer--child--m-padding--PaddingRight: var(--pf-global--spacer--md);
373
- --pf-c-drawer--child--m-padding--PaddingBottom: var(--pf-global--spacer--md);
374
- --pf-c-drawer--child--m-padding--PaddingLeft: var(--pf-global--spacer--md);
375
- --pf-c-drawer--child--m-padding--md--PaddingTop: var(--pf-global--spacer--lg);
376
- --pf-c-drawer--child--m-padding--md--PaddingRight: var(--pf-global--spacer--lg);
377
- --pf-c-drawer--child--m-padding--md--PaddingBottom: var(--pf-global--spacer--lg);
378
- --pf-c-drawer--child--m-padding--md--PaddingLeft: var(--pf-global--spacer--lg);
379
- --pf-c-drawer__content--child--PaddingTop: 0;
380
- --pf-c-drawer__content--child--PaddingRight: 0;
381
- --pf-c-drawer__content--child--PaddingBottom: 0;
382
- --pf-c-drawer__content--child--PaddingLeft: 0;
383
- --pf-c-drawer__splitter--Height: 0.5625rem;
384
- --pf-c-drawer__splitter--Width: 100%;
385
- --pf-c-drawer__splitter--BackgroundColor: var(--pf-global--BackgroundColor--100);
386
- --pf-c-drawer__splitter--Cursor: row-resize;
387
- --pf-c-drawer__splitter--m-vertical--Height: 100%;
388
- --pf-c-drawer__splitter--m-vertical--Width: 0.5625rem;
389
- --pf-c-drawer__splitter--m-vertical--Cursor: col-resize;
390
- --pf-c-drawer--m-inline__splitter--focus--OutlineOffset: -0.0625rem;
391
- --pf-c-drawer__splitter--after--BorderColor: var(--pf-global--BorderColor--100);
392
- --pf-c-drawer__splitter--after--border-width--base: var(--pf-global--BorderWidth--sm);
393
- --pf-c-drawer__splitter--after--BorderTopWidth: 0;
394
- --pf-c-drawer__splitter--after--BorderRightWidth: var(--pf-c-drawer__splitter--after--border-width--base);
395
- --pf-c-drawer__splitter--after--BorderBottomWidth: 0;
396
- --pf-c-drawer__splitter--after--BorderLeftWidth: 0;
397
- --pf-c-drawer--m-panel-left__splitter--after--BorderLeftWidth: var(--pf-c-drawer__splitter--after--border-width--base);
398
- --pf-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth: var(--pf-c-drawer__splitter--after--border-width--base);
399
- --pf-c-drawer--m-inline__splitter--m-vertical--Width: 0.625rem;
400
- --pf-c-drawer--m-inline__splitter-handle--Left: 50%;
401
- --pf-c-drawer--m-inline__splitter--after--BorderRightWidth: var(--pf-c-drawer__splitter--after--border-width--base);
402
- --pf-c-drawer--m-inline__splitter--after--BorderLeftWidth: var(--pf-c-drawer__splitter--after--border-width--base);
403
- --pf-c-drawer--m-inline--m-panel-bottom__splitter--Height: 0.625rem;
404
- --pf-c-drawer--m-inline--m-panel-bottom__splitter-handle--Top: 50%;
405
- --pf-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderTopWidth: var(--pf-c-drawer__splitter--after--border-width--base);
406
- --pf-c-drawer__splitter-handle--Top: 50%;
407
- --pf-c-drawer__splitter-handle--Left: calc(50% - var(--pf-c-drawer__splitter--after--border-width--base));
408
- --pf-c-drawer--m-panel-left__splitter-handle--Left: 50%;
409
- --pf-c-drawer--m-panel-bottom__splitter-handle--Top: calc(50% - var(--pf-c-drawer__splitter--after--border-width--base));
410
- --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-global--Color--200);
411
- --pf-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-global--BorderWidth--sm);
412
- --pf-c-drawer__splitter-handle--after--BorderRightWidth: 0;
413
- --pf-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
414
- --pf-c-drawer__splitter-handle--after--BorderLeftWidth: 0;
415
- --pf-c-drawer__splitter--hover__splitter-handle--after--BorderColor: var(--pf-global--Color--100);
416
- --pf-c-drawer__splitter--focus__splitter-handle--after--BorderColor: var(--pf-global--Color--100);
417
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth: 0;
418
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth: var(--pf-global--BorderWidth--sm);
419
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth: 0;
420
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
421
- --pf-c-drawer__splitter-handle--after--Width: 0.75rem;
422
- --pf-c-drawer__splitter-handle--after--Height: 0.25rem;
423
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
424
- --pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 0.75rem;
425
- --pf-c-drawer__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
426
- --pf-c-drawer__actions--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
427
- --pf-c-drawer__panel--BoxShadow: none;
428
- --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-global--BoxShadow--lg-left);
429
- --pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-global--BoxShadow--lg-right);
430
- --pf-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-global--BoxShadow--lg-top);
431
- --pf-c-drawer__panel--after--Width: var(--pf-global--BorderWidth--sm);
432
- --pf-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-global--BorderWidth--sm);
433
- --pf-c-drawer__panel--after--BackgroundColor: transparent;
434
- --pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-global--BorderColor--100);
435
- --pf-c-drawer--m-inline__panel--PaddingLeft: var(--pf-c-drawer__panel--after--Width);
436
- --pf-c-drawer--m-panel-left--m-inline__panel--PaddingRight: var(--pf-c-drawer__panel--after--Width);
437
- --pf-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop: var(--pf-c-drawer__panel--after--Width);
1
+ .pf-v5-c-drawer {
2
+ --pf-v5-c-drawer__section--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
3
+ --pf-v5-c-drawer__section--m-light-200--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
4
+ --pf-v5-c-drawer__content--FlexBasis: 100%;
5
+ --pf-v5-c-drawer__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
6
+ --pf-v5-c-drawer__content--m-light-200--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
7
+ --pf-v5-c-drawer__content--ZIndex: var(--pf-v5-global--ZIndex--xs);
8
+ --pf-v5-c-drawer__panel--MinWidth: 50%;
9
+ --pf-v5-c-drawer__panel--MaxHeight: auto;
10
+ --pf-v5-c-drawer__panel--ZIndex: var(--pf-v5-global--ZIndex--sm);
11
+ --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
12
+ --pf-v5-c-drawer__panel--m-light-200--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
13
+ --pf-v5-c-drawer__panel--TransitionDuration: var(--pf-v5-global--TransitionDuration);
14
+ --pf-v5-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
15
+ --pf-v5-c-drawer__panel--FlexBasis: 100%;
16
+ --pf-v5-c-drawer__panel--md--FlexBasis--min: 1.5rem;
17
+ --pf-v5-c-drawer__panel--md--FlexBasis: 50%;
18
+ --pf-v5-c-drawer__panel--md--FlexBasis--max: 100%;
19
+ --pf-v5-c-drawer__panel--xl--MinWidth: 28.125rem;
20
+ --pf-v5-c-drawer__panel--xl--FlexBasis: 28.125rem;
21
+ --pf-v5-c-drawer--m-panel-bottom__panel--md--MinHeight: 50%;
22
+ --pf-v5-c-drawer--m-panel-bottom__panel--xl--MinHeight: 18.75rem;
23
+ --pf-v5-c-drawer--m-panel-bottom__panel--xl--FlexBasis: 18.75rem;
24
+ --pf-v5-c-drawer__panel--m-resizable--FlexDirection: row;
25
+ --pf-v5-c-drawer__panel--m-resizable--md--FlexBasis--min: var(--pf-v5-c-drawer__splitter--m-vertical--Width);
26
+ --pf-v5-c-drawer__panel--m-resizable--MinWidth: 1.5rem;
27
+ --pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
28
+ --pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
29
+ --pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
30
+ --pf-v5-c-drawer--child--PaddingTop: var(--pf-v5-global--spacer--md);
31
+ --pf-v5-c-drawer--child--PaddingRight: var(--pf-v5-global--spacer--md);
32
+ --pf-v5-c-drawer--child--PaddingBottom: var(--pf-v5-global--spacer--md);
33
+ --pf-v5-c-drawer--child--PaddingLeft: var(--pf-v5-global--spacer--md);
34
+ --pf-v5-c-drawer--child--md--PaddingTop: var(--pf-v5-global--spacer--lg);
35
+ --pf-v5-c-drawer--child--md--PaddingRight: var(--pf-v5-global--spacer--lg);
36
+ --pf-v5-c-drawer--child--md--PaddingBottom: var(--pf-v5-global--spacer--lg);
37
+ --pf-v5-c-drawer--child--md--PaddingLeft: var(--pf-v5-global--spacer--lg);
38
+ --pf-v5-c-drawer--child--m-padding--PaddingTop: var(--pf-v5-global--spacer--md);
39
+ --pf-v5-c-drawer--child--m-padding--PaddingRight: var(--pf-v5-global--spacer--md);
40
+ --pf-v5-c-drawer--child--m-padding--PaddingBottom: var(--pf-v5-global--spacer--md);
41
+ --pf-v5-c-drawer--child--m-padding--PaddingLeft: var(--pf-v5-global--spacer--md);
42
+ --pf-v5-c-drawer--child--m-padding--md--PaddingTop: var(--pf-v5-global--spacer--lg);
43
+ --pf-v5-c-drawer--child--m-padding--md--PaddingRight: var(--pf-v5-global--spacer--lg);
44
+ --pf-v5-c-drawer--child--m-padding--md--PaddingBottom: var(--pf-v5-global--spacer--lg);
45
+ --pf-v5-c-drawer--child--m-padding--md--PaddingLeft: var(--pf-v5-global--spacer--lg);
46
+ --pf-v5-c-drawer__content--child--PaddingTop: 0;
47
+ --pf-v5-c-drawer__content--child--PaddingRight: 0;
48
+ --pf-v5-c-drawer__content--child--PaddingBottom: 0;
49
+ --pf-v5-c-drawer__content--child--PaddingLeft: 0;
50
+ --pf-v5-c-drawer__splitter--Height: 0.5625rem;
51
+ --pf-v5-c-drawer__splitter--Width: 100%;
52
+ --pf-v5-c-drawer__splitter--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
53
+ --pf-v5-c-drawer__splitter--Cursor: row-resize;
54
+ --pf-v5-c-drawer__splitter--m-vertical--Height: 100%;
55
+ --pf-v5-c-drawer__splitter--m-vertical--Width: 0.5625rem;
56
+ --pf-v5-c-drawer__splitter--m-vertical--Cursor: col-resize;
57
+ --pf-v5-c-drawer--m-inline__splitter--focus--OutlineOffset: -0.0625rem;
58
+ --pf-v5-c-drawer__splitter--after--BorderColor: var(--pf-v5-global--BorderColor--100);
59
+ --pf-v5-c-drawer__splitter--after--border-width--base: var(--pf-v5-global--BorderWidth--sm);
60
+ --pf-v5-c-drawer__splitter--after--BorderTopWidth: 0;
61
+ --pf-v5-c-drawer__splitter--after--BorderRightWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
62
+ --pf-v5-c-drawer__splitter--after--BorderBottomWidth: 0;
63
+ --pf-v5-c-drawer__splitter--after--BorderLeftWidth: 0;
64
+ --pf-v5-c-drawer--m-panel-left__splitter--after--BorderLeftWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
65
+ --pf-v5-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
66
+ --pf-v5-c-drawer--m-inline__splitter--m-vertical--Width: 0.625rem;
67
+ --pf-v5-c-drawer--m-inline__splitter-handle--Left: 50%;
68
+ --pf-v5-c-drawer--m-inline__splitter--after--BorderRightWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
69
+ --pf-v5-c-drawer--m-inline__splitter--after--BorderLeftWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
70
+ --pf-v5-c-drawer--m-inline--m-panel-bottom__splitter--Height: 0.625rem;
71
+ --pf-v5-c-drawer--m-inline--m-panel-bottom__splitter-handle--Top: 50%;
72
+ --pf-v5-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderTopWidth: var(--pf-v5-c-drawer__splitter--after--border-width--base);
73
+ --pf-v5-c-drawer__splitter-handle--Top: 50%;
74
+ --pf-v5-c-drawer__splitter-handle--Left: calc(50% - var(--pf-v5-c-drawer__splitter--after--border-width--base));
75
+ --pf-v5-c-drawer--m-panel-left__splitter-handle--Left: 50%;
76
+ --pf-v5-c-drawer--m-panel-bottom__splitter-handle--Top: calc(50% - var(--pf-v5-c-drawer__splitter--after--border-width--base));
77
+ --pf-v5-c-drawer__splitter-handle--after--BorderColor: var(--pf-v5-global--Color--200);
78
+ --pf-v5-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
79
+ --pf-v5-c-drawer__splitter-handle--after--BorderRightWidth: 0;
80
+ --pf-v5-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
81
+ --pf-v5-c-drawer__splitter-handle--after--BorderLeftWidth: 0;
82
+ --pf-v5-c-drawer__splitter--hover__splitter-handle--after--BorderColor: var(--pf-v5-global--Color--100);
83
+ --pf-v5-c-drawer__splitter--focus__splitter-handle--after--BorderColor: var(--pf-v5-global--Color--100);
84
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth: 0;
85
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
86
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth: 0;
87
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
88
+ --pf-v5-c-drawer__splitter-handle--after--Width: 0.75rem;
89
+ --pf-v5-c-drawer__splitter-handle--after--Height: 0.25rem;
90
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
91
+ --pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 0.75rem;
92
+ --pf-v5-c-drawer__actions--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
93
+ --pf-v5-c-drawer__actions--MarginRight: calc(var(--pf-v5-global--spacer--form-element) * -1);
94
+ --pf-v5-c-drawer__panel--BoxShadow: none;
95
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-left);
96
+ --pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-right);
97
+ --pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-top);
98
+ --pf-v5-c-drawer__panel--after--Width: var(--pf-v5-global--BorderWidth--sm);
99
+ --pf-v5-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-v5-global--BorderWidth--sm);
100
+ --pf-v5-c-drawer__panel--after--BackgroundColor: transparent;
101
+ --pf-v5-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-v5-global--BorderColor--100);
102
+ --pf-v5-c-drawer--m-inline__panel--PaddingLeft: var(--pf-v5-c-drawer__panel--after--Width);
103
+ --pf-v5-c-drawer--m-panel-left--m-inline__panel--PaddingRight: var(--pf-v5-c-drawer__panel--after--Width);
104
+ --pf-v5-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop: var(--pf-v5-c-drawer__panel--after--Width);
438
105
  display: flex;
439
106
  flex-direction: column;
440
107
  height: 100%;
441
108
  overflow-x: hidden;
442
109
  }
443
110
  @media screen and (min-width: 768px) {
444
- .pf-c-drawer {
445
- --pf-c-drawer--child--PaddingTop: var(--pf-c-drawer--child--md--PaddingTop);
446
- --pf-c-drawer--child--PaddingRight: var(--pf-c-drawer--child--md--PaddingRight);
447
- --pf-c-drawer--child--PaddingBottom: var(--pf-c-drawer--child--md--PaddingBottom);
448
- --pf-c-drawer--child--PaddingLeft: var(--pf-c-drawer--child--md--PaddingLeft);
449
- --pf-c-drawer--child--m-padding--PaddingTop: var(--pf-c-drawer--child--m-padding--md--PaddingTop);
450
- --pf-c-drawer--child--m-padding--PaddingRight: var(--pf-c-drawer--child--m-padding--md--PaddingRight);
451
- --pf-c-drawer--child--m-padding--PaddingBottom: var(--pf-c-drawer--child--m-padding--md--PaddingBottom);
452
- --pf-c-drawer--child--m-padding--PaddingLeft: var(--pf-c-drawer--child--m-padding--md--PaddingLeft);
111
+ .pf-v5-c-drawer {
112
+ --pf-v5-c-drawer--child--PaddingTop: var(--pf-v5-c-drawer--child--md--PaddingTop);
113
+ --pf-v5-c-drawer--child--PaddingRight: var(--pf-v5-c-drawer--child--md--PaddingRight);
114
+ --pf-v5-c-drawer--child--PaddingBottom: var(--pf-v5-c-drawer--child--md--PaddingBottom);
115
+ --pf-v5-c-drawer--child--PaddingLeft: var(--pf-v5-c-drawer--child--md--PaddingLeft);
116
+ --pf-v5-c-drawer--child--m-padding--PaddingTop: var(--pf-v5-c-drawer--child--m-padding--md--PaddingTop);
117
+ --pf-v5-c-drawer--child--m-padding--PaddingRight: var(--pf-v5-c-drawer--child--m-padding--md--PaddingRight);
118
+ --pf-v5-c-drawer--child--m-padding--PaddingBottom: var(--pf-v5-c-drawer--child--m-padding--md--PaddingBottom);
119
+ --pf-v5-c-drawer--child--m-padding--PaddingLeft: var(--pf-v5-c-drawer--child--m-padding--md--PaddingLeft);
453
120
  }
454
121
  }
455
122
  @media screen and (min-width: 1200px) {
456
- .pf-c-drawer {
457
- --pf-c-drawer__panel--MinWidth: var(--pf-c-drawer__panel--xl--MinWidth);
123
+ .pf-v5-c-drawer {
124
+ --pf-v5-c-drawer__panel--MinWidth: var(--pf-v5-c-drawer__panel--xl--MinWidth);
458
125
  }
459
- .pf-c-drawer.pf-m-panel-bottom {
460
- --pf-c-drawer__panel--MinWidth: auto;
461
- --pf-c-drawer__panel--MinHeight: var(--pf-c-drawer--m-panel-bottom__panel--xl--MinHeight);
126
+ .pf-v5-c-drawer.pf-m-panel-bottom {
127
+ --pf-v5-c-drawer__panel--MinWidth: auto;
128
+ --pf-v5-c-drawer__panel--MinHeight: var(--pf-v5-c-drawer--m-panel-bottom__panel--xl--MinHeight);
462
129
  }
463
130
  }
464
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
465
- padding-left: var(--pf-c-drawer--m-inline__panel--PaddingLeft);
131
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
132
+ padding-left: var(--pf-v5-c-drawer--m-inline__panel--PaddingLeft);
466
133
  }
467
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
134
+ .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
468
135
  order: 0;
469
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
136
+ margin-right: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
470
137
  transform: translateX(-100%);
471
138
  }
472
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__content {
139
+ .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
473
140
  order: 1;
474
141
  }
475
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main {
142
+ .pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main {
476
143
  flex-direction: column;
477
144
  }
478
- .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
145
+ .pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
479
146
  transform: translateX(-100%);
480
147
  }
481
- .pf-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
148
+ .pf-v5-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
482
149
  transform: translateX(0);
483
150
  }
484
- .pf-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
151
+ .pf-v5-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
485
152
  transform: translate(0, -100%);
486
153
  }
487
- .pf-c-drawer.pf-m-resizing {
488
- --pf-c-drawer__panel--TransitionProperty: none;
154
+ .pf-v5-c-drawer.pf-m-resizing {
155
+ --pf-v5-c-drawer__panel--TransitionProperty: none;
489
156
  pointer-events: none;
490
157
  }
491
- .pf-c-drawer.pf-m-resizing .pf-c-drawer__splitter {
158
+ .pf-v5-c-drawer.pf-m-resizing .pf-v5-c-drawer__splitter {
492
159
  pointer-events: auto;
493
160
  }
494
161
 
495
- .pf-c-drawer__section {
162
+ .pf-v5-c-drawer__section {
496
163
  flex-grow: 0;
497
- background-color: var(--pf-c-drawer__section--BackgroundColor);
164
+ background-color: var(--pf-v5-c-drawer__section--BackgroundColor);
498
165
  }
499
- .pf-c-drawer__section.pf-m-no-background {
500
- --pf-c-drawer__section--BackgroundColor: transparent;
166
+ .pf-v5-c-drawer__section.pf-m-no-background {
167
+ --pf-v5-c-drawer__section--BackgroundColor: transparent;
501
168
  }
502
- .pf-c-drawer__section.pf-m-light-200 {
503
- --pf-c-drawer__section--BackgroundColor: var(--pf-c-drawer__section--m-light-200--BackgroundColor);
169
+ .pf-v5-c-drawer__section.pf-m-light-200 {
170
+ --pf-v5-c-drawer__section--BackgroundColor: var(--pf-v5-c-drawer__section--m-light-200--BackgroundColor);
504
171
  }
505
172
 
506
- .pf-c-drawer__main {
173
+ .pf-v5-c-drawer__main {
507
174
  display: flex;
508
175
  flex: 1;
509
176
  overflow: hidden;
510
177
  }
511
178
 
512
- .pf-c-drawer__content,
513
- .pf-c-drawer__panel,
514
- .pf-c-drawer__panel-main {
179
+ .pf-v5-c-drawer__content,
180
+ .pf-v5-c-drawer__panel,
181
+ .pf-v5-c-drawer__panel-main {
515
182
  display: flex;
516
183
  flex-direction: column;
517
184
  flex-shrink: 0;
518
185
  overflow: auto;
519
186
  }
520
187
 
521
- .pf-c-drawer__content {
522
- z-index: var(--pf-c-drawer__content--ZIndex);
523
- flex-basis: var(--pf-c-drawer__content--FlexBasis);
188
+ .pf-v5-c-drawer__content {
189
+ z-index: var(--pf-v5-c-drawer__content--ZIndex);
190
+ flex-basis: var(--pf-v5-c-drawer__content--FlexBasis);
524
191
  order: 0;
525
- background-color: var(--pf-c-drawer__content--BackgroundColor);
192
+ background-color: var(--pf-v5-c-drawer__content--BackgroundColor);
526
193
  }
527
- .pf-c-drawer__content.pf-m-no-background {
528
- --pf-c-drawer__content--BackgroundColor: transparent;
194
+ .pf-v5-c-drawer__content.pf-m-no-background {
195
+ --pf-v5-c-drawer__content--BackgroundColor: transparent;
529
196
  }
530
- .pf-c-drawer__content.pf-m-light-200 {
531
- --pf-c-drawer__content--BackgroundColor: var(--pf-c-drawer__content--m-light-200--BackgroundColor);
197
+ .pf-v5-c-drawer__content.pf-m-light-200 {
198
+ --pf-v5-c-drawer__content--BackgroundColor: var(--pf-v5-c-drawer__content--m-light-200--BackgroundColor);
532
199
  }
533
- .pf-c-drawer__content > .pf-c-drawer__body {
534
- padding: var(--pf-c-drawer__content--child--PaddingTop) var(--pf-c-drawer__content--child--PaddingRight) var(--pf-c-drawer__content--child--PaddingBottom) var(--pf-c-drawer__content--child--PaddingLeft);
200
+ .pf-v5-c-drawer__content > .pf-v5-c-drawer__body {
201
+ padding: var(--pf-v5-c-drawer__content--child--PaddingTop) var(--pf-v5-c-drawer__content--child--PaddingRight) var(--pf-v5-c-drawer__content--child--PaddingBottom) var(--pf-v5-c-drawer__content--child--PaddingLeft);
535
202
  }
536
203
 
537
- .pf-c-drawer__panel {
204
+ .pf-v5-c-drawer__panel {
538
205
  position: relative;
539
- z-index: var(--pf-c-drawer__panel--ZIndex);
540
- flex-basis: var(--pf-c-drawer__panel--FlexBasis);
206
+ z-index: var(--pf-v5-c-drawer__panel--ZIndex);
207
+ flex-basis: var(--pf-v5-c-drawer__panel--FlexBasis);
541
208
  order: 1;
542
- max-height: var(--pf-c-drawer__panel--MaxHeight);
209
+ max-height: var(--pf-v5-c-drawer__panel--MaxHeight);
543
210
  overflow: auto;
544
- background-color: var(--pf-c-drawer__panel--BackgroundColor);
545
- box-shadow: var(--pf-c-drawer__panel--BoxShadow);
546
- transition-duration: var(--pf-c-drawer__panel--TransitionDuration);
547
- transition-property: var(--pf-c-drawer__panel--TransitionProperty);
211
+ background-color: var(--pf-v5-c-drawer__panel--BackgroundColor);
212
+ box-shadow: var(--pf-v5-c-drawer__panel--BoxShadow);
213
+ transition-duration: var(--pf-v5-c-drawer__panel--TransitionDuration);
214
+ transition-property: var(--pf-v5-c-drawer__panel--TransitionProperty);
548
215
  -webkit-overflow-scrolling: touch;
549
216
  }
550
- .pf-c-drawer__panel::after {
217
+ .pf-v5-c-drawer__panel::after {
551
218
  position: absolute;
552
219
  top: 0;
553
220
  left: 0;
554
- width: var(--pf-c-drawer__panel--after--Width);
221
+ width: var(--pf-v5-c-drawer__panel--after--Width);
555
222
  height: 100%;
556
223
  content: "";
557
- background-color: var(--pf-c-drawer__panel--after--BackgroundColor);
224
+ background-color: var(--pf-v5-c-drawer__panel--after--BackgroundColor);
558
225
  }
559
- .pf-c-drawer__panel.pf-m-no-background {
560
- --pf-c-drawer__panel--BackgroundColor: transparent;
226
+ .pf-v5-c-drawer__panel.pf-m-no-background {
227
+ --pf-v5-c-drawer__panel--BackgroundColor: transparent;
561
228
  }
562
- .pf-c-drawer__panel.pf-m-light-200 {
563
- --pf-c-drawer__panel--BackgroundColor: var(--pf-c-drawer__panel--m-light-200--BackgroundColor);
229
+ .pf-v5-c-drawer__panel.pf-m-light-200 {
230
+ --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-c-drawer__panel--m-light-200--BackgroundColor);
564
231
  }
565
232
  @media screen and (min-width: 768px) {
566
- .pf-c-drawer__panel {
567
- --pf-c-drawer__panel--FlexBasis:
233
+ .pf-v5-c-drawer__panel {
234
+ --pf-v5-c-drawer__panel--FlexBasis:
568
235
  max(
569
- var(--pf-c-drawer__panel--md--FlexBasis--min),
570
- min(var(--pf-c-drawer__panel--md--FlexBasis), var(--pf-c-drawer__panel--md--FlexBasis--max))
236
+ var(--pf-v5-c-drawer__panel--md--FlexBasis--min),
237
+ min(var(--pf-v5-c-drawer__panel--md--FlexBasis), var(--pf-v5-c-drawer__panel--md--FlexBasis--max))
571
238
  );
572
239
  }
573
240
  }
574
241
  @media screen and (min-width: 1200px) {
575
- .pf-c-drawer__panel {
576
- --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer__panel--xl--FlexBasis);
242
+ .pf-v5-c-drawer__panel {
243
+ --pf-v5-c-drawer__panel--md--FlexBasis: var(--pf-v5-c-drawer__panel--xl--FlexBasis);
577
244
  }
578
- .pf-c-drawer.pf-m-panel-bottom .pf-c-drawer__panel {
579
- --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer--m-panel-bottom__panel--xl--FlexBasis);
245
+ .pf-v5-c-drawer.pf-m-panel-bottom .pf-v5-c-drawer__panel {
246
+ --pf-v5-c-drawer__panel--md--FlexBasis: var(--pf-v5-c-drawer--m-panel-bottom__panel--xl--FlexBasis);
580
247
  }
581
248
  }
582
249
 
583
- .pf-c-drawer__panel-main {
250
+ .pf-v5-c-drawer__panel-main {
584
251
  flex-grow: 1;
585
252
  }
586
253
 
@@ -589,1072 +256,1047 @@
589
256
  visibility: hidden;
590
257
  }
591
258
  }
592
- .pf-c-drawer__panel[hidden] {
259
+ .pf-v5-c-drawer__panel[hidden] {
593
260
  animation-name: pf-remove-tab-focus;
594
- animation-delay: var(--pf-c-drawer__panel--TransitionDuration);
261
+ animation-delay: var(--pf-v5-c-drawer__panel--TransitionDuration);
595
262
  animation-fill-mode: forwards;
596
263
  }
597
264
 
598
- .pf-c-drawer__head {
265
+ .pf-v5-c-drawer__head {
599
266
  display: grid;
600
267
  grid-template-columns: auto;
601
268
  grid-auto-columns: max-content;
602
269
  }
603
- .pf-c-drawer__head > * {
270
+ .pf-v5-c-drawer__head > * {
604
271
  grid-column: 1;
605
272
  }
606
273
 
607
- .pf-c-drawer__actions {
608
- grid-column: 2;
609
- grid-row: 1;
274
+ .pf-v5-c-drawer__actions {
610
275
  display: flex;
276
+ grid-row: 1;
277
+ grid-column: 2;
611
278
  align-self: baseline;
612
- margin-top: var(--pf-c-drawer__actions--MarginTop);
613
- margin-right: var(--pf-c-drawer__actions--MarginRight);
279
+ margin-top: var(--pf-v5-c-drawer__actions--MarginTop);
280
+ margin-right: var(--pf-v5-c-drawer__actions--MarginRight);
614
281
  }
615
282
 
616
- .pf-c-drawer__body {
617
- min-height: 0;
618
- padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
283
+ .pf-v5-c-drawer__body {
284
+ padding: var(--pf-v5-c-drawer--child--PaddingTop) var(--pf-v5-c-drawer--child--PaddingRight) var(--pf-v5-c-drawer--child--PaddingBottom) var(--pf-v5-c-drawer--child--PaddingLeft);
619
285
  }
620
- .pf-c-drawer__body.pf-m-no-padding {
286
+ .pf-v5-c-drawer__body.pf-m-no-padding {
621
287
  padding: 0;
622
288
  }
623
- .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__actions,
624
- .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__head > .pf-c-drawer__actions {
289
+ .pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__actions,
290
+ .pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__head > .pf-v5-c-drawer__actions {
625
291
  margin-top: 0;
626
292
  margin-right: 0;
627
293
  }
628
- .pf-c-drawer__body.pf-m-padding {
629
- padding: var(--pf-c-drawer--child--m-padding--PaddingTop) var(--pf-c-drawer--child--m-padding--PaddingRight) var(--pf-c-drawer--child--m-padding--PaddingBottom) var(--pf-c-drawer--child--m-padding--PaddingLeft);
294
+ .pf-v5-c-drawer__body.pf-m-padding {
295
+ padding: var(--pf-v5-c-drawer--child--m-padding--PaddingTop) var(--pf-v5-c-drawer--child--m-padding--PaddingRight) var(--pf-v5-c-drawer--child--m-padding--PaddingBottom) var(--pf-v5-c-drawer--child--m-padding--PaddingLeft);
630
296
  }
631
- .pf-c-drawer__body:not(.pf-m-no-padding) + * {
297
+ .pf-v5-c-drawer__body:not(.pf-m-no-padding) + * {
632
298
  padding-top: 0;
633
299
  }
634
- .pf-c-drawer__body:last-child {
300
+ .pf-v5-c-drawer__body:last-child {
635
301
  flex: 1 1;
636
302
  }
637
303
 
638
- .pf-c-drawer__body > .pf-c-page__main {
304
+ .pf-v5-c-drawer__body > .pf-v5-c-page__main {
639
305
  height: 100%;
640
306
  }
641
307
 
642
- .pf-c-drawer__splitter {
308
+ .pf-v5-c-drawer__splitter {
643
309
  position: relative;
644
310
  display: none;
645
- width: var(--pf-c-drawer__splitter--Width);
646
- height: var(--pf-c-drawer__splitter--Height);
647
- cursor: var(--pf-c-drawer__splitter--Cursor);
648
- visibility: hidden;
649
- background-color: var(--pf-c-drawer__splitter--BackgroundColor);
650
- }
651
- .pf-c-drawer__splitter.pf-m-vertical {
652
- --pf-c-drawer__splitter--Height: var(--pf-c-drawer__splitter--m-vertical--Height);
653
- --pf-c-drawer__splitter--Width: var(--pf-c-drawer__splitter--m-vertical--Width);
654
- --pf-c-drawer__splitter--Cursor: var(--pf-c-drawer__splitter--m-vertical--Cursor);
655
- --pf-c-drawer__splitter-handle--after--Width: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width);
656
- --pf-c-drawer__splitter-handle--after--Height: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height);
657
- --pf-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth);
658
- --pf-c-drawer__splitter-handle--after--BorderRightWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth);
659
- --pf-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth);
660
- --pf-c-drawer__splitter-handle--after--BorderLeftWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth);
661
- }
662
- .pf-c-drawer__splitter:hover {
663
- --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--hover__splitter-handle--after--BorderColor);
664
- }
665
- .pf-c-drawer__splitter:focus {
666
- --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--focus__splitter-handle--after--BorderColor);
667
- }
668
- .pf-c-drawer__splitter::after {
311
+ width: var(--pf-v5-c-drawer__splitter--Width);
312
+ height: var(--pf-v5-c-drawer__splitter--Height);
313
+ cursor: var(--pf-v5-c-drawer__splitter--Cursor);
314
+ background-color: var(--pf-v5-c-drawer__splitter--BackgroundColor);
315
+ }
316
+ .pf-v5-c-drawer__splitter.pf-m-vertical {
317
+ --pf-v5-c-drawer__splitter--Height: var(--pf-v5-c-drawer__splitter--m-vertical--Height);
318
+ --pf-v5-c-drawer__splitter--Width: var(--pf-v5-c-drawer__splitter--m-vertical--Width);
319
+ --pf-v5-c-drawer__splitter--Cursor: var(--pf-v5-c-drawer__splitter--m-vertical--Cursor);
320
+ --pf-v5-c-drawer__splitter-handle--after--Width: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--Width);
321
+ --pf-v5-c-drawer__splitter-handle--after--Height: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--Height);
322
+ --pf-v5-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth);
323
+ --pf-v5-c-drawer__splitter-handle--after--BorderRightWidth: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth);
324
+ --pf-v5-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth);
325
+ --pf-v5-c-drawer__splitter-handle--after--BorderLeftWidth: var(--pf-v5-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth);
326
+ }
327
+ .pf-v5-c-drawer__splitter:hover {
328
+ --pf-v5-c-drawer__splitter-handle--after--BorderColor: var(--pf-v5-c-drawer__splitter--hover__splitter-handle--after--BorderColor);
329
+ }
330
+ .pf-v5-c-drawer__splitter:focus {
331
+ --pf-v5-c-drawer__splitter-handle--after--BorderColor: var(--pf-v5-c-drawer__splitter--focus__splitter-handle--after--BorderColor);
332
+ }
333
+ .pf-v5-c-drawer__splitter::after {
669
334
  position: absolute;
670
335
  top: 0;
671
336
  right: 0;
672
337
  bottom: 0;
673
338
  left: 0;
674
339
  content: "";
675
- border: solid var(--pf-c-drawer__splitter--after--BorderColor);
676
- border-width: var(--pf-c-drawer__splitter--after--BorderTopWidth) var(--pf-c-drawer__splitter--after--BorderRightWidth) var(--pf-c-drawer__splitter--after--BorderBottomWidth) var(--pf-c-drawer__splitter--after--BorderLeftWidth);
340
+ border: solid var(--pf-v5-c-drawer__splitter--after--BorderColor);
341
+ border-width: var(--pf-v5-c-drawer__splitter--after--BorderTopWidth) var(--pf-v5-c-drawer__splitter--after--BorderRightWidth) var(--pf-v5-c-drawer__splitter--after--BorderBottomWidth) var(--pf-v5-c-drawer__splitter--after--BorderLeftWidth);
677
342
  }
678
343
 
679
- .pf-c-drawer__splitter-handle {
344
+ .pf-v5-c-drawer__splitter-handle {
680
345
  position: absolute;
681
- top: var(--pf-c-drawer__splitter-handle--Top);
682
- left: var(--pf-c-drawer__splitter-handle--Left);
346
+ top: var(--pf-v5-c-drawer__splitter-handle--Top);
347
+ left: var(--pf-v5-c-drawer__splitter-handle--Left);
683
348
  transform: translate(-50%, -50%);
684
349
  }
685
- .pf-c-drawer__splitter-handle::after {
350
+ .pf-v5-c-drawer__splitter-handle::after {
686
351
  display: block;
687
- width: var(--pf-c-drawer__splitter-handle--after--Width);
688
- height: var(--pf-c-drawer__splitter-handle--after--Height);
352
+ width: var(--pf-v5-c-drawer__splitter-handle--after--Width);
353
+ height: var(--pf-v5-c-drawer__splitter-handle--after--Height);
689
354
  content: "";
690
- border-color: var(--pf-c-drawer__splitter-handle--after--BorderColor);
355
+ border-color: var(--pf-v5-c-drawer__splitter-handle--after--BorderColor);
691
356
  border-style: solid;
692
- border-width: var(--pf-c-drawer__splitter-handle--after--BorderTopWidth) var(--pf-c-drawer__splitter-handle--after--BorderRightWidth) var(--pf-c-drawer__splitter-handle--after--BorderBottomWidth) var(--pf-c-drawer__splitter-handle--after--BorderLeftWidth);
357
+ border-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderTopWidth) var(--pf-v5-c-drawer__splitter-handle--after--BorderRightWidth) var(--pf-v5-c-drawer__splitter-handle--after--BorderBottomWidth) var(--pf-v5-c-drawer__splitter-handle--after--BorderLeftWidth);
693
358
  }
694
359
 
695
360
  @media screen and (min-width: 768px) {
696
- .pf-c-drawer {
697
- min-width: var(--pf-c-drawer__panel--MinWidth);
361
+ .pf-v5-c-drawer {
362
+ min-width: var(--pf-v5-c-drawer__panel--MinWidth);
698
363
  }
699
- .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
700
- box-shadow: var(--pf-c-drawer--m-expanded__panel--BoxShadow);
364
+ .pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
365
+ box-shadow: var(--pf-v5-c-drawer--m-expanded__panel--BoxShadow);
701
366
  }
702
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
703
- --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer__panel--m-resizable--md--FlexBasis--min);
704
- flex-direction: var(--pf-c-drawer__panel--m-resizable--FlexDirection);
705
- min-width: var(--pf-c-drawer__panel--m-resizable--MinWidth);
367
+ .pf-v5-c-drawer > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable {
368
+ --pf-v5-c-drawer__panel--md--FlexBasis--min: var(--pf-v5-c-drawer__panel--m-resizable--md--FlexBasis--min);
369
+ flex-direction: var(--pf-v5-c-drawer__panel--m-resizable--FlexDirection);
370
+ min-width: var(--pf-v5-c-drawer__panel--m-resizable--MinWidth);
706
371
  }
707
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable::after {
372
+ .pf-v5-c-drawer > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable::after {
708
373
  width: 0;
709
374
  height: 0;
710
375
  }
711
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
376
+ .pf-v5-c-drawer > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
712
377
  flex-shrink: 0;
713
378
  }
714
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__panel-main {
379
+ .pf-v5-c-drawer > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__panel-main {
715
380
  flex-shrink: 1;
716
381
  }
717
382
 
718
- .pf-c-drawer.pf-m-panel-left {
719
- --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
383
+ .pf-v5-c-drawer.pf-m-panel-left {
384
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
720
385
  }
721
- .pf-c-drawer.pf-m-panel-left.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-panel-left.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
722
- padding-right: var(--pf-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
386
+ .pf-v5-c-drawer.pf-m-panel-left.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-left.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
387
+ padding-right: var(--pf-v5-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
723
388
  padding-left: 0;
724
389
  }
725
- .pf-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
390
+ .pf-v5-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
726
391
  transform: translateX(0);
727
392
  }
728
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel::after {
393
+ .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
729
394
  right: 0;
730
395
  left: auto;
731
396
  }
732
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
733
- --pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-panel-left__splitter-handle--Left);
734
- --pf-c-drawer__splitter--after--BorderRightWidth: 0;
735
- --pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-panel-left__splitter--after--BorderLeftWidth);
397
+ .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
398
+ --pf-v5-c-drawer__splitter-handle--Left: var(--pf-v5-c-drawer--m-panel-left__splitter-handle--Left);
399
+ --pf-v5-c-drawer__splitter--after--BorderRightWidth: 0;
400
+ --pf-v5-c-drawer__splitter--after--BorderLeftWidth: var(--pf-v5-c-drawer--m-panel-left__splitter--after--BorderLeftWidth);
736
401
  order: 1;
737
402
  }
738
403
 
739
- .pf-c-drawer.pf-m-panel-bottom {
740
- --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
741
- --pf-c-drawer__panel--MaxHeight: 100%;
742
- --pf-c-drawer__panel--FlexBasis--min: var(--pf-c-drawer--m-panel-bottom__panel--FlexBasis--min);
404
+ .pf-v5-c-drawer.pf-m-panel-bottom {
405
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
406
+ --pf-v5-c-drawer__panel--MaxHeight: 100%;
407
+ --pf-v5-c-drawer__panel--FlexBasis--min: var(--pf-v5-c-drawer--m-panel-bottom__panel--FlexBasis--min);
743
408
  min-width: auto;
744
- min-height: var(--pf-c-drawer--m-panel-bottom__panel--md--MinHeight);
409
+ min-height: var(--pf-v5-c-drawer--m-panel-bottom__panel--md--MinHeight);
745
410
  }
746
- .pf-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
747
- padding-top: var(--pf-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
411
+ .pf-v5-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
412
+ padding-top: var(--pf-v5-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
748
413
  padding-left: 0;
749
414
  }
750
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel::after {
415
+ .pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
751
416
  top: 0;
752
417
  left: auto;
753
418
  width: 100%;
754
- height: var(--pf-c-drawer--m-panel-bottom__panel--after--Height);
419
+ height: var(--pf-v5-c-drawer--m-panel-bottom__panel--after--Height);
755
420
  }
756
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
757
- --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
758
- --pf-c-drawer__panel--m-resizable--FlexDirection: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
759
- --pf-c-drawer__panel--m-resizable--MinWidth: 0;
760
- min-height: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight);
421
+ .pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable {
422
+ --pf-v5-c-drawer__panel--md--FlexBasis--min: var(--pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
423
+ --pf-v5-c-drawer__panel--m-resizable--FlexDirection: var(--pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
424
+ --pf-v5-c-drawer__panel--m-resizable--MinWidth: 0;
425
+ min-height: var(--pf-v5-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight);
761
426
  }
762
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
763
- --pf-c-drawer__splitter-handle--Top: var(--pf-c-drawer--m-panel-bottom__splitter-handle--Top);
764
- --pf-c-drawer__splitter--after--BorderRightWidth: 0;
765
- --pf-c-drawer__splitter--after--BorderBottomWidth: var(--pf-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth);
427
+ .pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
428
+ --pf-v5-c-drawer__splitter-handle--Top: var(--pf-v5-c-drawer--m-panel-bottom__splitter-handle--Top);
429
+ --pf-v5-c-drawer__splitter--after--BorderRightWidth: 0;
430
+ --pf-v5-c-drawer__splitter--after--BorderBottomWidth: var(--pf-v5-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth);
766
431
  }
767
432
 
768
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
769
- --pf-c-drawer__splitter--m-vertical--Width: var(--pf-c-drawer--m-inline__splitter--m-vertical--Width);
770
- --pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-inline__splitter-handle--Left);
771
- --pf-c-drawer__splitter--after--BorderRightWidth: var(--pf-c-drawer--m-inline__splitter--after--BorderRightWidth);
772
- --pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-inline__splitter--after--BorderLeftWidth);
773
- outline-offset: var(--pf-c-drawer--m-inline__splitter--focus--OutlineOffset);
433
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
434
+ --pf-v5-c-drawer__splitter--m-vertical--Width: var(--pf-v5-c-drawer--m-inline__splitter--m-vertical--Width);
435
+ --pf-v5-c-drawer__splitter-handle--Left: var(--pf-v5-c-drawer--m-inline__splitter-handle--Left);
436
+ --pf-v5-c-drawer__splitter--after--BorderRightWidth: var(--pf-v5-c-drawer--m-inline__splitter--after--BorderRightWidth);
437
+ --pf-v5-c-drawer__splitter--after--BorderLeftWidth: var(--pf-v5-c-drawer--m-inline__splitter--after--BorderLeftWidth);
438
+ outline-offset: var(--pf-v5-c-drawer--m-inline__splitter--focus--OutlineOffset);
774
439
  }
775
- .pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
776
- --pf-c-drawer__splitter--Height: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter--Height);
777
- --pf-c-drawer__splitter-handle--Top: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter-handle--Top);
778
- --pf-c-drawer__splitter--after--BorderTopWidth: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderTopWidth);
779
- --pf-c-drawer__splitter--after--BorderRightWidth: 0;
780
- --pf-c-drawer__splitter--after--BorderLeftWidth: 0;
440
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
441
+ --pf-v5-c-drawer__splitter--Height: var(--pf-v5-c-drawer--m-inline--m-panel-bottom__splitter--Height);
442
+ --pf-v5-c-drawer__splitter-handle--Top: var(--pf-v5-c-drawer--m-inline--m-panel-bottom__splitter-handle--Top);
443
+ --pf-v5-c-drawer__splitter--after--BorderTopWidth: var(--pf-v5-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderTopWidth);
444
+ --pf-v5-c-drawer__splitter--after--BorderRightWidth: 0;
445
+ --pf-v5-c-drawer__splitter--after--BorderLeftWidth: 0;
781
446
  }
782
447
 
783
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border,
784
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
785
- --pf-c-drawer--m-expanded__panel--BoxShadow: none;
448
+ .pf-v5-c-drawer > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-no-border,
449
+ .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-no-border {
450
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: none;
786
451
  }
787
452
 
788
- .pf-c-drawer__splitter {
453
+ .pf-v5-c-drawer__splitter {
789
454
  display: block;
790
- visibility: visible;
791
455
  }
792
456
  }
793
457
  @media (min-width: 768px) {
794
- .pf-c-drawer__panel.pf-m-width-25 {
795
- --pf-c-drawer__panel--md--FlexBasis: 25%;
458
+ .pf-v5-c-drawer__panel.pf-m-width-25 {
459
+ --pf-v5-c-drawer__panel--md--FlexBasis: 25%;
796
460
  }
797
461
 
798
- .pf-c-drawer__panel.pf-m-width-33 {
799
- --pf-c-drawer__panel--md--FlexBasis: 33%;
462
+ .pf-v5-c-drawer__panel.pf-m-width-33 {
463
+ --pf-v5-c-drawer__panel--md--FlexBasis: 33%;
800
464
  }
801
465
 
802
- .pf-c-drawer__panel.pf-m-width-50 {
803
- --pf-c-drawer__panel--md--FlexBasis: 50%;
466
+ .pf-v5-c-drawer__panel.pf-m-width-50 {
467
+ --pf-v5-c-drawer__panel--md--FlexBasis: 50%;
804
468
  }
805
469
 
806
- .pf-c-drawer__panel.pf-m-width-66 {
807
- --pf-c-drawer__panel--md--FlexBasis: 66%;
470
+ .pf-v5-c-drawer__panel.pf-m-width-66 {
471
+ --pf-v5-c-drawer__panel--md--FlexBasis: 66%;
808
472
  }
809
473
 
810
- .pf-c-drawer__panel.pf-m-width-75 {
811
- --pf-c-drawer__panel--md--FlexBasis: 75%;
474
+ .pf-v5-c-drawer__panel.pf-m-width-75 {
475
+ --pf-v5-c-drawer__panel--md--FlexBasis: 75%;
812
476
  }
813
477
 
814
- .pf-c-drawer__panel.pf-m-width-100 {
815
- --pf-c-drawer__panel--md--FlexBasis: 100%;
478
+ .pf-v5-c-drawer__panel.pf-m-width-100 {
479
+ --pf-v5-c-drawer__panel--md--FlexBasis: 100%;
816
480
  }
817
481
  }
818
482
  @media (min-width: 992px) {
819
- .pf-c-drawer__panel.pf-m-width-25-on-lg {
820
- --pf-c-drawer__panel--md--FlexBasis: 25%;
483
+ .pf-v5-c-drawer__panel.pf-m-width-25-on-lg {
484
+ --pf-v5-c-drawer__panel--md--FlexBasis: 25%;
821
485
  }
822
486
 
823
- .pf-c-drawer__panel.pf-m-width-33-on-lg {
824
- --pf-c-drawer__panel--md--FlexBasis: 33%;
487
+ .pf-v5-c-drawer__panel.pf-m-width-33-on-lg {
488
+ --pf-v5-c-drawer__panel--md--FlexBasis: 33%;
825
489
  }
826
490
 
827
- .pf-c-drawer__panel.pf-m-width-50-on-lg {
828
- --pf-c-drawer__panel--md--FlexBasis: 50%;
491
+ .pf-v5-c-drawer__panel.pf-m-width-50-on-lg {
492
+ --pf-v5-c-drawer__panel--md--FlexBasis: 50%;
829
493
  }
830
494
 
831
- .pf-c-drawer__panel.pf-m-width-66-on-lg {
832
- --pf-c-drawer__panel--md--FlexBasis: 66%;
495
+ .pf-v5-c-drawer__panel.pf-m-width-66-on-lg {
496
+ --pf-v5-c-drawer__panel--md--FlexBasis: 66%;
833
497
  }
834
498
 
835
- .pf-c-drawer__panel.pf-m-width-75-on-lg {
836
- --pf-c-drawer__panel--md--FlexBasis: 75%;
499
+ .pf-v5-c-drawer__panel.pf-m-width-75-on-lg {
500
+ --pf-v5-c-drawer__panel--md--FlexBasis: 75%;
837
501
  }
838
502
 
839
- .pf-c-drawer__panel.pf-m-width-100-on-lg {
840
- --pf-c-drawer__panel--md--FlexBasis: 100%;
503
+ .pf-v5-c-drawer__panel.pf-m-width-100-on-lg {
504
+ --pf-v5-c-drawer__panel--md--FlexBasis: 100%;
841
505
  }
842
506
  }
843
507
  @media (min-width: 1200px) {
844
- .pf-c-drawer__panel.pf-m-width-25-on-xl {
845
- --pf-c-drawer__panel--md--FlexBasis: 25%;
508
+ .pf-v5-c-drawer__panel.pf-m-width-25-on-xl {
509
+ --pf-v5-c-drawer__panel--md--FlexBasis: 25%;
846
510
  }
847
511
 
848
- .pf-c-drawer__panel.pf-m-width-33-on-xl {
849
- --pf-c-drawer__panel--md--FlexBasis: 33%;
512
+ .pf-v5-c-drawer__panel.pf-m-width-33-on-xl {
513
+ --pf-v5-c-drawer__panel--md--FlexBasis: 33%;
850
514
  }
851
515
 
852
- .pf-c-drawer__panel.pf-m-width-50-on-xl {
853
- --pf-c-drawer__panel--md--FlexBasis: 50%;
516
+ .pf-v5-c-drawer__panel.pf-m-width-50-on-xl {
517
+ --pf-v5-c-drawer__panel--md--FlexBasis: 50%;
854
518
  }
855
519
 
856
- .pf-c-drawer__panel.pf-m-width-66-on-xl {
857
- --pf-c-drawer__panel--md--FlexBasis: 66%;
520
+ .pf-v5-c-drawer__panel.pf-m-width-66-on-xl {
521
+ --pf-v5-c-drawer__panel--md--FlexBasis: 66%;
858
522
  }
859
523
 
860
- .pf-c-drawer__panel.pf-m-width-75-on-xl {
861
- --pf-c-drawer__panel--md--FlexBasis: 75%;
524
+ .pf-v5-c-drawer__panel.pf-m-width-75-on-xl {
525
+ --pf-v5-c-drawer__panel--md--FlexBasis: 75%;
862
526
  }
863
527
 
864
- .pf-c-drawer__panel.pf-m-width-100-on-xl {
865
- --pf-c-drawer__panel--md--FlexBasis: 100%;
528
+ .pf-v5-c-drawer__panel.pf-m-width-100-on-xl {
529
+ --pf-v5-c-drawer__panel--md--FlexBasis: 100%;
866
530
  }
867
531
  }
868
532
  @media (min-width: 1450px) {
869
- .pf-c-drawer__panel.pf-m-width-25-on-2xl {
870
- --pf-c-drawer__panel--md--FlexBasis: 25%;
533
+ .pf-v5-c-drawer__panel.pf-m-width-25-on-2xl {
534
+ --pf-v5-c-drawer__panel--md--FlexBasis: 25%;
871
535
  }
872
536
 
873
- .pf-c-drawer__panel.pf-m-width-33-on-2xl {
874
- --pf-c-drawer__panel--md--FlexBasis: 33%;
537
+ .pf-v5-c-drawer__panel.pf-m-width-33-on-2xl {
538
+ --pf-v5-c-drawer__panel--md--FlexBasis: 33%;
875
539
  }
876
540
 
877
- .pf-c-drawer__panel.pf-m-width-50-on-2xl {
878
- --pf-c-drawer__panel--md--FlexBasis: 50%;
541
+ .pf-v5-c-drawer__panel.pf-m-width-50-on-2xl {
542
+ --pf-v5-c-drawer__panel--md--FlexBasis: 50%;
879
543
  }
880
544
 
881
- .pf-c-drawer__panel.pf-m-width-66-on-2xl {
882
- --pf-c-drawer__panel--md--FlexBasis: 66%;
545
+ .pf-v5-c-drawer__panel.pf-m-width-66-on-2xl {
546
+ --pf-v5-c-drawer__panel--md--FlexBasis: 66%;
883
547
  }
884
548
 
885
- .pf-c-drawer__panel.pf-m-width-75-on-2xl {
886
- --pf-c-drawer__panel--md--FlexBasis: 75%;
549
+ .pf-v5-c-drawer__panel.pf-m-width-75-on-2xl {
550
+ --pf-v5-c-drawer__panel--md--FlexBasis: 75%;
887
551
  }
888
552
 
889
- .pf-c-drawer__panel.pf-m-width-100-on-2xl {
890
- --pf-c-drawer__panel--md--FlexBasis: 100%;
553
+ .pf-v5-c-drawer__panel.pf-m-width-100-on-2xl {
554
+ --pf-v5-c-drawer__panel--md--FlexBasis: 100%;
891
555
  }
892
556
  }
893
557
  @media (min-width: 768px) {
894
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content,
895
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__content {
558
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content,
559
+ .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
896
560
  flex-shrink: 1;
897
561
  }
898
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel,
899
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
900
- --pf-c-drawer--m-expanded__panel--BoxShadow: none;
562
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel,
563
+ .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
564
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: none;
901
565
  }
902
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
903
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
904
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
566
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after,
567
+ .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after {
568
+ background-color: var(--pf-v5-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
905
569
  }
906
570
 
907
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content {
571
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
908
572
  overflow-x: auto;
909
573
  }
910
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel {
911
- margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
574
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
575
+ margin-left: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
912
576
  transform: translateX(100%);
913
577
  }
914
- .pf-c-drawer.pf-m-inline.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
578
+ .pf-v5-c-drawer.pf-m-inline.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
915
579
  margin-left: 0;
916
580
  transform: translateX(0);
917
581
  }
918
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
582
+ .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
919
583
  display: unset;
920
- visibility: visible;
921
584
  }
922
- .pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
923
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
585
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
586
+ margin-right: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
924
587
  margin-left: 0;
925
588
  transform: translateX(-100%);
926
589
  }
927
- .pf-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
590
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
928
591
  margin-right: 0;
929
592
  transform: translateX(0);
930
593
  }
931
- .pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
594
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
932
595
  display: unset;
933
- visibility: visible;
934
596
  }
935
- .pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
936
- margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
597
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
598
+ margin-bottom: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
937
599
  transform: translateY(100%);
938
600
  }
939
- .pf-c-drawer.pf-m-inline.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
601
+ .pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
940
602
  margin-bottom: 0;
941
603
  transform: translateY(0);
942
604
  }
943
605
 
944
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
606
+ .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
945
607
  transform: translateX(0);
946
608
  }
947
- .pf-c-drawer.pf-m-static.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
609
+ .pf-v5-c-drawer.pf-m-static.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
948
610
  margin-right: 0;
949
611
  transform: translateX(0);
950
612
  }
951
- .pf-c-drawer.pf-m-static.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
613
+ .pf-v5-c-drawer.pf-m-static.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
952
614
  transform: translateX(0);
953
615
  }
954
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
616
+ .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
955
617
  display: none;
956
- visibility: hidden;
957
618
  }
958
619
  }
959
620
  @media (min-width: 992px) {
960
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content,
961
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
621
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content,
622
+ .pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
962
623
  flex-shrink: 1;
963
624
  }
964
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel,
965
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
966
- --pf-c-drawer--m-expanded__panel--BoxShadow: none;
625
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel,
626
+ .pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
627
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: none;
967
628
  }
968
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
969
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
970
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
629
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after,
630
+ .pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after {
631
+ background-color: var(--pf-v5-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
971
632
  }
972
633
 
973
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
634
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
974
635
  overflow-x: auto;
975
636
  }
976
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
977
- margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
637
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
638
+ margin-left: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
978
639
  transform: translateX(100%);
979
640
  }
980
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
641
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
981
642
  margin-left: 0;
982
643
  transform: translateX(0);
983
644
  }
984
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
645
+ .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
985
646
  display: unset;
986
- visibility: visible;
987
647
  }
988
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
989
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
648
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
649
+ margin-right: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
990
650
  margin-left: 0;
991
651
  transform: translateX(-100%);
992
652
  }
993
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
653
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
994
654
  margin-right: 0;
995
655
  transform: translateX(0);
996
656
  }
997
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
657
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
998
658
  display: unset;
999
- visibility: visible;
1000
659
  }
1001
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
1002
- margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
660
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
661
+ margin-bottom: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1003
662
  transform: translateY(100%);
1004
663
  }
1005
- .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
664
+ .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1006
665
  margin-bottom: 0;
1007
666
  transform: translateY(0);
1008
667
  }
1009
668
 
1010
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
669
+ .pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1011
670
  transform: translateX(0);
1012
671
  }
1013
- .pf-c-drawer.pf-m-static-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
672
+ .pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1014
673
  margin-right: 0;
1015
674
  transform: translateX(0);
1016
675
  }
1017
- .pf-c-drawer.pf-m-static-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
676
+ .pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1018
677
  transform: translateX(0);
1019
678
  }
1020
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
679
+ .pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1021
680
  display: none;
1022
- visibility: hidden;
1023
681
  }
1024
682
  }
1025
683
  @media (min-width: 1200px) {
1026
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content,
1027
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
684
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content,
685
+ .pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
1028
686
  flex-shrink: 1;
1029
687
  }
1030
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel,
1031
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1032
- --pf-c-drawer--m-expanded__panel--BoxShadow: none;
688
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel,
689
+ .pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
690
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: none;
1033
691
  }
1034
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
1035
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
1036
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
692
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after,
693
+ .pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after {
694
+ background-color: var(--pf-v5-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
1037
695
  }
1038
696
 
1039
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
697
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
1040
698
  overflow-x: auto;
1041
699
  }
1042
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1043
- margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
700
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
701
+ margin-left: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1044
702
  transform: translateX(100%);
1045
703
  }
1046
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
704
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1047
705
  margin-left: 0;
1048
706
  transform: translateX(0);
1049
707
  }
1050
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
708
+ .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1051
709
  display: unset;
1052
- visibility: visible;
1053
710
  }
1054
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
1055
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
711
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
712
+ margin-right: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1056
713
  margin-left: 0;
1057
714
  transform: translateX(-100%);
1058
715
  }
1059
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
716
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1060
717
  margin-right: 0;
1061
718
  transform: translateX(0);
1062
719
  }
1063
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
720
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1064
721
  display: unset;
1065
- visibility: visible;
1066
722
  }
1067
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
1068
- margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
723
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
724
+ margin-bottom: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1069
725
  transform: translateY(100%);
1070
726
  }
1071
- .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
727
+ .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1072
728
  margin-bottom: 0;
1073
729
  transform: translateY(0);
1074
730
  }
1075
731
 
1076
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
732
+ .pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1077
733
  transform: translateX(0);
1078
734
  }
1079
- .pf-c-drawer.pf-m-static-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
735
+ .pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1080
736
  margin-right: 0;
1081
737
  transform: translateX(0);
1082
738
  }
1083
- .pf-c-drawer.pf-m-static-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
739
+ .pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1084
740
  transform: translateX(0);
1085
741
  }
1086
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
742
+ .pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1087
743
  display: none;
1088
- visibility: hidden;
1089
744
  }
1090
745
  }
1091
746
  @media (min-width: 1450px) {
1092
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content,
1093
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
747
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content,
748
+ .pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
1094
749
  flex-shrink: 1;
1095
750
  }
1096
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel,
1097
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1098
- --pf-c-drawer--m-expanded__panel--BoxShadow: none;
751
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel,
752
+ .pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
753
+ --pf-v5-c-drawer--m-expanded__panel--BoxShadow: none;
1099
754
  }
1100
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
1101
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
1102
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
755
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after,
756
+ .pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border)::after {
757
+ background-color: var(--pf-v5-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
1103
758
  }
1104
759
 
1105
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
760
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
1106
761
  overflow-x: auto;
1107
762
  }
1108
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1109
- margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
763
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
764
+ margin-left: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1110
765
  transform: translateX(100%);
1111
766
  }
1112
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
767
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1113
768
  margin-left: 0;
1114
769
  transform: translateX(0);
1115
770
  }
1116
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
771
+ .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1117
772
  display: unset;
1118
- visibility: visible;
1119
773
  }
1120
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
1121
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
774
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
775
+ margin-right: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1122
776
  margin-left: 0;
1123
777
  transform: translateX(-100%);
1124
778
  }
1125
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
779
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1126
780
  margin-right: 0;
1127
781
  transform: translateX(0);
1128
782
  }
1129
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
783
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1130
784
  display: unset;
1131
- visibility: visible;
1132
785
  }
1133
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
1134
- margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
786
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
787
+ margin-bottom: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
1135
788
  transform: translateY(100%);
1136
789
  }
1137
- .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
790
+ .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1138
791
  margin-bottom: 0;
1139
792
  transform: translateY(0);
1140
793
  }
1141
794
 
1142
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
795
+ .pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1143
796
  transform: translateX(0);
1144
797
  }
1145
- .pf-c-drawer.pf-m-static-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
798
+ .pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1146
799
  margin-right: 0;
1147
800
  transform: translateX(0);
1148
801
  }
1149
- .pf-c-drawer.pf-m-static-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
802
+ .pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
1150
803
  transform: translateX(0);
1151
804
  }
1152
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
805
+ .pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
1153
806
  display: none;
1154
- visibility: hidden;
1155
807
  }
1156
808
  }
1157
- :where(.pf-theme-dark) .pf-c-drawer {
1158
- --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
1159
- --pf-c-drawer__splitter--BackgroundColor: transparent;
1160
- }
1161
- :where(.pf-theme-dark) .pf-c-drawer.pf-m-inline, :where(.pf-theme-dark) .pf-c-drawer.pf-m-static {
1162
- --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
1163
- }
1164
-
1165
- .pf-c-popover {
1166
- --pf-c-popover--FontSize: var(--pf-global--FontSize--sm);
1167
- --pf-c-popover--MinWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
1168
- --pf-c-popover--MaxWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
1169
- --pf-c-popover--BoxShadow: var(--pf-global--BoxShadow--lg);
1170
- --pf-c-popover--m-danger__title-icon--Color: var(--pf-global--danger-color--100);
1171
- --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
1172
- --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
1173
- --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
1174
- --pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
1175
- --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
1176
- --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
1177
- --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
1178
- --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
1179
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
1180
- --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
1181
- --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
1182
- --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
1183
- --pf-c-popover__content--PaddingBottom: var(--pf-global--spacer--md);
1184
- --pf-c-popover__content--PaddingLeft: var(--pf-global--spacer--md);
1185
- --pf-c-popover__arrow--Width: var(--pf-global--arrow--width-lg);
1186
- --pf-c-popover__arrow--Height: var(--pf-global--arrow--width-lg);
1187
- --pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--lg);
1188
- --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--100);
1189
- --pf-c-popover__arrow--m-top--TranslateX: -50%;
1190
- --pf-c-popover__arrow--m-top--TranslateY: 50%;
1191
- --pf-c-popover__arrow--m-top--Rotate: 45deg;
1192
- --pf-c-popover__arrow--m-right--TranslateX: -50%;
1193
- --pf-c-popover__arrow--m-right--TranslateY: -50%;
1194
- --pf-c-popover__arrow--m-right--Rotate: 45deg;
1195
- --pf-c-popover__arrow--m-bottom--TranslateX: -50%;
1196
- --pf-c-popover__arrow--m-bottom--TranslateY: -50%;
1197
- --pf-c-popover__arrow--m-bottom--Rotate: 45deg;
1198
- --pf-c-popover__arrow--m-left--TranslateX: 50%;
1199
- --pf-c-popover__arrow--m-left--TranslateY: -50%;
1200
- --pf-c-popover__arrow--m-left--Rotate: 45deg;
1201
- --pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
1202
- --pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
1203
- --pf-c-popover--c-button--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
1204
- --pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
1205
- --pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
1206
- --pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
1207
- --pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
1208
- --pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
1209
- --pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
1210
- --pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
1211
- --pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
1212
- --pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
809
+ :where(.pf-v5-theme-dark) .pf-v5-c-drawer {
810
+ --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
811
+ --pf-v5-c-drawer__splitter--BackgroundColor: transparent;
812
+ }
813
+ :where(.pf-v5-theme-dark) .pf-v5-c-drawer.pf-m-inline, :where(.pf-v5-theme-dark) .pf-v5-c-drawer.pf-m-static {
814
+ --pf-v5-c-drawer__panel--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
815
+ }
816
+
817
+ .pf-v5-c-popover {
818
+ --pf-v5-c-popover--FontSize: var(--pf-v5-global--FontSize--sm);
819
+ --pf-v5-c-popover--MinWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
820
+ --pf-v5-c-popover--MaxWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
821
+ --pf-v5-c-popover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
822
+ --pf-v5-c-popover--m-danger__title-icon--Color: var(--pf-v5-global--danger-color--100);
823
+ --pf-v5-c-popover--m-warning__title-icon--Color: var(--pf-v5-global--warning-color--100);
824
+ --pf-v5-c-popover--m-success__title-icon--Color: var(--pf-v5-global--success-color--100);
825
+ --pf-v5-c-popover--m-info__title-icon--Color: var(--pf-v5-global--info-color--100);
826
+ --pf-v5-c-popover--m-custom__title-icon--Color: var(--pf-v5-global--custom-color--200);
827
+ --pf-v5-c-popover--m-danger__title-text--Color: var(--pf-v5-global--danger-color--200);
828
+ --pf-v5-c-popover--m-warning__title-text--Color: var(--pf-v5-global--warning-color--200);
829
+ --pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--200);
830
+ --pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--200);
831
+ --pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--300);
832
+ --pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
833
+ --pf-v5-c-popover__content--PaddingTop: var(--pf-v5-global--spacer--md);
834
+ --pf-v5-c-popover__content--PaddingRight: var(--pf-v5-global--spacer--md);
835
+ --pf-v5-c-popover__content--PaddingBottom: var(--pf-v5-global--spacer--md);
836
+ --pf-v5-c-popover__content--PaddingLeft: var(--pf-v5-global--spacer--md);
837
+ --pf-v5-c-popover__arrow--Width: var(--pf-v5-global--arrow--width-lg);
838
+ --pf-v5-c-popover__arrow--Height: var(--pf-v5-global--arrow--width-lg);
839
+ --pf-v5-c-popover__arrow--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
840
+ --pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
841
+ --pf-v5-c-popover__arrow--m-top--TranslateX: -50%;
842
+ --pf-v5-c-popover__arrow--m-top--TranslateY: 50%;
843
+ --pf-v5-c-popover__arrow--m-top--Rotate: 45deg;
844
+ --pf-v5-c-popover__arrow--m-right--TranslateX: -50%;
845
+ --pf-v5-c-popover__arrow--m-right--TranslateY: -50%;
846
+ --pf-v5-c-popover__arrow--m-right--Rotate: 45deg;
847
+ --pf-v5-c-popover__arrow--m-bottom--TranslateX: -50%;
848
+ --pf-v5-c-popover__arrow--m-bottom--TranslateY: -50%;
849
+ --pf-v5-c-popover__arrow--m-bottom--Rotate: 45deg;
850
+ --pf-v5-c-popover__arrow--m-left--TranslateX: 50%;
851
+ --pf-v5-c-popover__arrow--m-left--TranslateY: -50%;
852
+ --pf-v5-c-popover__arrow--m-left--Rotate: 45deg;
853
+ --pf-v5-c-popover__close--Top: calc(var(--pf-v5-c-popover__content--PaddingTop) - var(--pf-v5-global--spacer--form-element));
854
+ --pf-v5-c-popover__close--Right: calc(var(--pf-v5-c-popover__content--PaddingRight) - var(--pf-v5-global--spacer--md));
855
+ --pf-v5-c-popover__close--sibling--PaddingRight: var(--pf-v5-global--spacer--2xl);
856
+ --pf-v5-c-popover__header--MarginBottom: var(--pf-v5-global--spacer--sm);
857
+ --pf-v5-c-popover__title-text--LineHeight: var(--pf-v5-global--LineHeight--md);
858
+ --pf-v5-c-popover__title-text--FontFamily: var(--pf-v5-global--FontFamily--heading);
859
+ --pf-v5-c-popover__title-text--FontSize: var(--pf-v5-global--FontSize--md);
860
+ --pf-v5-c-popover__title-icon--MarginRight: var(--pf-v5-global--spacer--sm);
861
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-global--Color--100);
862
+ --pf-v5-c-popover__title-icon--FontSize: var(--pf-v5-global--FontSize--md);
863
+ --pf-v5-c-popover__footer--MarginTop: var(--pf-v5-global--spacer--md);
1213
864
  position: relative;
1214
- min-width: var(--pf-c-popover--MinWidth);
1215
- max-width: var(--pf-c-popover--MaxWidth);
1216
- font-size: var(--pf-c-popover--FontSize);
1217
- box-shadow: var(--pf-c-popover--BoxShadow);
1218
- }
1219
- .pf-c-popover.pf-m-no-padding {
1220
- --pf-c-popover__content--PaddingTop: 0px;
1221
- --pf-c-popover__content--PaddingRight: 0px;
1222
- --pf-c-popover__content--PaddingBottom: 0px;
1223
- --pf-c-popover__content--PaddingLeft: 0px;
1224
- }
1225
- .pf-c-popover.pf-m-width-auto {
1226
- --pf-c-popover--MinWidth: auto;
1227
- --pf-c-popover--MaxWidth: none;
1228
- }
1229
- .pf-c-popover.pf-m-top .pf-c-popover__arrow, .pf-c-popover.pf-m-top-left .pf-c-popover__arrow, .pf-c-popover.pf-m-top-right .pf-c-popover__arrow {
865
+ min-width: var(--pf-v5-c-popover--MinWidth);
866
+ max-width: var(--pf-v5-c-popover--MaxWidth);
867
+ font-size: var(--pf-v5-c-popover--FontSize);
868
+ box-shadow: var(--pf-v5-c-popover--BoxShadow);
869
+ }
870
+ .pf-v5-c-popover.pf-m-no-padding {
871
+ --pf-v5-c-popover__content--PaddingTop: 0px;
872
+ --pf-v5-c-popover__content--PaddingRight: 0px;
873
+ --pf-v5-c-popover__content--PaddingBottom: 0px;
874
+ --pf-v5-c-popover__content--PaddingLeft: 0px;
875
+ }
876
+ .pf-v5-c-popover.pf-m-width-auto {
877
+ --pf-v5-c-popover--MinWidth: auto;
878
+ --pf-v5-c-popover--MaxWidth: none;
879
+ }
880
+ .pf-v5-c-popover.pf-m-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow {
1230
881
  bottom: 0;
1231
882
  left: 50%;
1232
- transform: translateX(var(--pf-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-c-popover__arrow--m-top--Rotate));
883
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
1233
884
  }
1234
- .pf-c-popover.pf-m-bottom .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-left .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-right .pf-c-popover__arrow {
885
+ .pf-v5-c-popover.pf-m-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
1235
886
  top: 0;
1236
887
  left: 50%;
1237
- transform: translateX(var(--pf-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-popover__arrow--m-bottom--Rotate));
888
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
1238
889
  }
1239
- .pf-c-popover.pf-m-left .pf-c-popover__arrow, .pf-c-popover.pf-m-left-top .pf-c-popover__arrow, .pf-c-popover.pf-m-left-bottom .pf-c-popover__arrow {
890
+ .pf-v5-c-popover.pf-m-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow {
1240
891
  top: 50%;
1241
892
  right: 0;
1242
- transform: translateX(var(--pf-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-c-popover__arrow--m-left--Rotate));
893
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
1243
894
  }
1244
- .pf-c-popover.pf-m-right .pf-c-popover__arrow, .pf-c-popover.pf-m-right-top .pf-c-popover__arrow, .pf-c-popover.pf-m-right-bottom .pf-c-popover__arrow {
895
+ .pf-v5-c-popover.pf-m-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
1245
896
  top: 50%;
1246
897
  left: 0;
1247
- transform: translateX(var(--pf-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-c-popover__arrow--m-right--Rotate));
898
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
1248
899
  }
1249
- .pf-c-popover.pf-m-left-top .pf-c-popover__arrow, .pf-c-popover.pf-m-right-top .pf-c-popover__arrow {
1250
- top: var(--pf-c-popover__arrow--Height);
900
+ .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow {
901
+ top: var(--pf-v5-c-popover__arrow--Height);
1251
902
  }
1252
- .pf-c-popover.pf-m-left-bottom .pf-c-popover__arrow, .pf-c-popover.pf-m-right-bottom .pf-c-popover__arrow {
903
+ .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
1253
904
  top: auto;
1254
905
  bottom: 0;
1255
906
  }
1256
- .pf-c-popover.pf-m-top-left .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-left .pf-c-popover__arrow {
1257
- left: var(--pf-c-popover__arrow--Width);
907
+ .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow {
908
+ left: var(--pf-v5-c-popover__arrow--Width);
1258
909
  }
1259
- .pf-c-popover.pf-m-top-right .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-right .pf-c-popover__arrow {
910
+ .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
1260
911
  right: 0;
1261
912
  left: auto;
1262
913
  }
1263
- .pf-c-popover.pf-m-danger {
1264
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-danger__title-icon--Color);
1265
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-danger__title-text--Color);
914
+ .pf-v5-c-popover.pf-m-danger {
915
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
916
+ --pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-danger__title-text--Color);
1266
917
  }
1267
- .pf-c-popover.pf-m-warning {
1268
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-warning__title-icon--Color);
1269
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-warning__title-text--Color);
918
+ .pf-v5-c-popover.pf-m-warning {
919
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-warning__title-icon--Color);
920
+ --pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-warning__title-text--Color);
1270
921
  }
1271
- .pf-c-popover.pf-m-success {
1272
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
1273
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
922
+ .pf-v5-c-popover.pf-m-success {
923
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-success__title-icon--Color);
924
+ --pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-success__title-text--Color);
1274
925
  }
1275
- .pf-c-popover.pf-m-default {
1276
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
1277
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
926
+ .pf-v5-c-popover.pf-m-custom {
927
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-custom__title-icon--Color);
928
+ --pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-custom__title-text--Color);
1278
929
  }
1279
- .pf-c-popover.pf-m-info {
1280
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
1281
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-info__title-text--Color);
930
+ .pf-v5-c-popover.pf-m-info {
931
+ --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-info__title-icon--Color);
932
+ --pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-info__title-text--Color);
1282
933
  }
1283
934
 
1284
- .pf-c-popover__content {
935
+ .pf-v5-c-popover__content {
1285
936
  position: relative;
1286
- padding: var(--pf-c-popover__content--PaddingTop) var(--pf-c-popover__content--PaddingRight) var(--pf-c-popover__content--PaddingBottom) var(--pf-c-popover__content--PaddingLeft);
1287
- background-color: var(--pf-c-popover__content--BackgroundColor);
937
+ padding: var(--pf-v5-c-popover__content--PaddingTop) var(--pf-v5-c-popover__content--PaddingRight) var(--pf-v5-c-popover__content--PaddingBottom) var(--pf-v5-c-popover__content--PaddingLeft);
938
+ background-color: var(--pf-v5-c-popover__content--BackgroundColor);
1288
939
  }
1289
- .pf-c-popover__content > .pf-c-title {
1290
- margin-bottom: var(--pf-c-popover--c-title--MarginBottom);
1291
- }
1292
- .pf-c-popover__content > .pf-c-button {
940
+
941
+ .pf-v5-c-popover__close {
1293
942
  position: absolute;
1294
- top: var(--pf-c-popover--c-button--Top);
1295
- right: var(--pf-c-popover--c-button--Right);
943
+ top: var(--pf-v5-c-popover__close--Top);
944
+ right: var(--pf-v5-c-popover__close--Right);
1296
945
  }
1297
- .pf-c-popover__content > .pf-c-button + * {
1298
- padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight);
946
+ .pf-v5-c-popover__close + * {
947
+ padding-right: var(--pf-v5-c-popover__close--sibling--PaddingRight);
1299
948
  }
1300
949
 
1301
- .pf-c-popover__arrow {
950
+ .pf-v5-c-popover__arrow {
1302
951
  position: absolute;
1303
- width: var(--pf-c-popover__arrow--Width);
1304
- height: var(--pf-c-popover__arrow--Height);
952
+ width: var(--pf-v5-c-popover__arrow--Width);
953
+ height: var(--pf-v5-c-popover__arrow--Height);
1305
954
  pointer-events: none;
1306
- background-color: var(--pf-c-popover__arrow--BackgroundColor);
1307
- box-shadow: var(--pf-c-popover__arrow--BoxShadow);
955
+ background-color: var(--pf-v5-c-popover__arrow--BackgroundColor);
956
+ box-shadow: var(--pf-v5-c-popover__arrow--BoxShadow);
1308
957
  }
1309
958
 
1310
- .pf-c-popover__title {
1311
- flex: 0 0 auto;
1312
- margin-bottom: var(--pf-c-popover__title--MarginBottom);
1313
- font-family: var(--pf-c-popover__title--FontFamily);
1314
- font-size: var(--pf-c-popover__title--FontSize);
1315
- line-height: var(--pf-c-popover__title--LineHeight);
959
+ .pf-v5-c-popover__header {
960
+ margin-bottom: var(--pf-v5-c-popover__header--MarginBottom);
1316
961
  }
1317
- .pf-c-popover__title.pf-m-icon {
962
+
963
+ .pf-v5-c-popover__title {
1318
964
  display: flex;
965
+ flex: 0 0 auto;
1319
966
  }
1320
967
 
1321
- .pf-c-popover__title-icon {
1322
- margin-right: var(--pf-c-popover__title-icon--MarginRight);
1323
- color: var(--pf-c-popover__title-icon--Color);
968
+ .pf-v5-c-popover__title-icon {
969
+ margin-right: var(--pf-v5-c-popover__title-icon--MarginRight);
970
+ font-size: var(--pf-v5-c-popover__title-icon--FontSize);
971
+ color: var(--pf-v5-c-popover__title-icon--Color);
1324
972
  }
1325
973
 
1326
- .pf-c-popover__title-text {
1327
- color: var(--pf-c-popover__title-text--Color, inherit);
974
+ .pf-v5-c-popover__title-text {
975
+ font-family: var(--pf-v5-c-popover__title-text--FontFamily);
976
+ font-size: var(--pf-v5-c-popover__title-text--FontSize);
977
+ line-height: var(--pf-v5-c-popover__title-text--LineHeight);
978
+ color: var(--pf-v5-c-popover__title-text--Color, inherit);
1328
979
  }
1329
980
 
1330
- .pf-c-popover__body {
981
+ .pf-v5-c-popover__body {
1331
982
  word-wrap: break-word;
1332
983
  }
1333
984
 
1334
- .pf-c-popover__footer {
1335
- margin-top: var(--pf-c-popover__footer--MarginTop);
1336
- }
1337
-
1338
- :where(.pf-theme-dark) .pf-c-popover {
1339
- --pf-c-popover--BoxShadow: none;
1340
- --pf-c-popover__arrow--BoxShadow: none;
1341
- --pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
1342
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
1343
- --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
1344
- --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
1345
- }
1346
- :where(.pf-theme-dark) .pf-c-popover,
1347
- :where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
1348
- border: 4px solid var(--pf-global--BorderColor--400);
1349
- }
1350
-
1351
- .pf-c-modal-box {
1352
- --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--100);
1353
- --pf-c-modal-box--BoxShadow: var(--pf-global--BoxShadow--xl);
1354
- --pf-c-modal-box--ZIndex: var(--pf-global--ZIndex--xl);
1355
- --pf-c-modal-box--Width: 100%;
1356
- --pf-c-modal-box--MaxWidth: calc(100% - var(--pf-global--spacer--xl));
1357
- --pf-c-modal-box--m-sm--sm--MaxWidth: 35rem;
1358
- --pf-c-modal-box--m-md--Width: 52.5rem;
1359
- --pf-c-modal-box--m-lg--lg--MaxWidth: 70rem;
1360
- --pf-c-modal-box--MaxHeight: calc(100% - var(--pf-global--spacer--2xl));
1361
- --pf-c-modal-box--m-align-top--spacer: var(--pf-global--spacer--sm);
1362
- --pf-c-modal-box--m-align-top--xl--spacer: var(--pf-global--spacer--xl);
1363
- --pf-c-modal-box--m-align-top--MarginTop: var(--pf-c-modal-box--m-align-top--spacer);
1364
- --pf-c-modal-box--m-align-top--MaxHeight: calc(100% - min(var(--pf-c-modal-box--m-align-top--spacer), var(--pf-global--spacer--2xl)) - var(--pf-c-modal-box--m-align-top--spacer));
1365
- --pf-c-modal-box--m-align-top--MaxWidth: calc(100% - min(var(--pf-c-modal-box--m-align-top--spacer) * 2, var(--pf-global--spacer--xl)));
1366
- --pf-c-modal-box--m-danger__title-icon--Color: var(--pf-global--danger-color--100);
1367
- --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
1368
- --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
1369
- --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
1370
- --pf-c-modal-box--m-default__title-icon--Color: var(--pf-global--default-color--200);
1371
- --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
1372
- --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
1373
- --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
1374
- --pf-c-modal-box__header--last-child--PaddingBottom: var(--pf-global--spacer--lg);
1375
- --pf-c-modal-box__title--LineHeight: var(--pf-global--LineHeight--sm);
1376
- --pf-c-modal-box__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
1377
- --pf-c-modal-box__title--FontSize: var(--pf-global--FontSize--2xl);
1378
- --pf-c-modal-box__title-icon--MarginRight: var(--pf-global--spacer--sm);
1379
- --pf-c-modal-box__title-icon--Color: var(--pf-global--Color--100);
1380
- --pf-c-modal-box__description--PaddingTop: var(--pf-global--spacer--xs);
1381
- --pf-c-modal-box__body--MinHeight: calc(var(--pf-global--FontSize--md) * var(--pf-global--LineHeight--md));
1382
- --pf-c-modal-box__body--PaddingTop: var(--pf-global--spacer--lg);
1383
- --pf-c-modal-box__body--PaddingRight: var(--pf-global--spacer--lg);
1384
- --pf-c-modal-box__body--PaddingLeft: var(--pf-global--spacer--lg);
1385
- --pf-c-modal-box__body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
1386
- --pf-c-modal-box__header--body--PaddingTop: var(--pf-global--spacer--md);
1387
- --pf-c-modal-box--c-button--Top: calc(var(--pf-global--spacer--lg));
1388
- --pf-c-modal-box--c-button--Right: var(--pf-global--spacer--md);
1389
- --pf-c-modal-box--c-button--sibling--MarginRight: calc(var(--pf-global--spacer--xl) + var(--pf-global--spacer--sm));
1390
- --pf-c-modal-box__footer--PaddingTop: var(--pf-global--spacer--lg);
1391
- --pf-c-modal-box__footer--PaddingRight: var(--pf-global--spacer--lg);
1392
- --pf-c-modal-box__footer--PaddingBottom: var(--pf-global--spacer--lg);
1393
- --pf-c-modal-box__footer--PaddingLeft: var(--pf-global--spacer--lg);
1394
- --pf-c-modal-box__footer--c-button--MarginRight: var(--pf-global--spacer--md);
1395
- --pf-c-modal-box__footer--c-button--sm--MarginRight: calc(var(--pf-c-modal-box__footer--c-button--MarginRight) / 2);
985
+ .pf-v5-c-popover__footer {
986
+ margin-top: var(--pf-v5-c-popover__footer--MarginTop);
987
+ }
988
+
989
+ :where(.pf-v5-theme-dark) .pf-v5-c-popover {
990
+ --pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
991
+ --pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
992
+ --pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
993
+ --pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--100);
994
+ --pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--100);
995
+ }
996
+
997
+ .pf-v5-c-modal-box {
998
+ --pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
999
+ --pf-v5-c-modal-box--BoxShadow: var(--pf-v5-global--BoxShadow--xl);
1000
+ --pf-v5-c-modal-box--ZIndex: var(--pf-v5-global--ZIndex--xl);
1001
+ --pf-v5-c-modal-box--Width: 100%;
1002
+ --pf-v5-c-modal-box--MaxWidth: calc(100% - var(--pf-v5-global--spacer--xl));
1003
+ --pf-v5-c-modal-box--m-sm--sm--MaxWidth: 35rem;
1004
+ --pf-v5-c-modal-box--m-md--Width: 52.5rem;
1005
+ --pf-v5-c-modal-box--m-lg--lg--MaxWidth: 70rem;
1006
+ --pf-v5-c-modal-box--MaxHeight: calc(100% - var(--pf-v5-global--spacer--2xl));
1007
+ --pf-v5-c-modal-box--m-align-top--spacer: var(--pf-v5-global--spacer--sm);
1008
+ --pf-v5-c-modal-box--m-align-top--xl--spacer: var(--pf-v5-global--spacer--xl);
1009
+ --pf-v5-c-modal-box--m-align-top--MarginTop: var(--pf-v5-c-modal-box--m-align-top--spacer);
1010
+ --pf-v5-c-modal-box--m-align-top--MaxHeight: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer), var(--pf-v5-global--spacer--2xl)) - var(--pf-v5-c-modal-box--m-align-top--spacer));
1011
+ --pf-v5-c-modal-box--m-align-top--MaxWidth: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer) * 2, var(--pf-v5-global--spacer--xl)));
1012
+ --pf-v5-c-modal-box--m-danger__title-icon--Color: var(--pf-v5-global--danger-color--100);
1013
+ --pf-v5-c-modal-box--m-warning__title-icon--Color: var(--pf-v5-global--warning-color--100);
1014
+ --pf-v5-c-modal-box--m-success__title-icon--Color: var(--pf-v5-global--success-color--100);
1015
+ --pf-v5-c-modal-box--m-info__title-icon--Color: var(--pf-v5-global--info-color--100);
1016
+ --pf-v5-c-modal-box--m-custom__title-icon--Color: var(--pf-v5-global--custom-color--200);
1017
+ --pf-v5-c-modal-box__header--PaddingTop: var(--pf-v5-global--spacer--lg);
1018
+ --pf-v5-c-modal-box__header--PaddingRight: var(--pf-v5-global--spacer--lg);
1019
+ --pf-v5-c-modal-box__header--PaddingLeft: var(--pf-v5-global--spacer--lg);
1020
+ --pf-v5-c-modal-box__header--last-child--PaddingBottom: var(--pf-v5-global--spacer--lg);
1021
+ --pf-v5-c-modal-box__title--LineHeight: var(--pf-v5-global--LineHeight--sm);
1022
+ --pf-v5-c-modal-box__title--FontFamily: var(--pf-v5-global--FontFamily--heading);
1023
+ --pf-v5-c-modal-box__title--FontSize: var(--pf-v5-global--FontSize--2xl);
1024
+ --pf-v5-c-modal-box__title-icon--MarginRight: var(--pf-v5-global--spacer--sm);
1025
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-global--Color--100);
1026
+ --pf-v5-c-modal-box__description--PaddingTop: var(--pf-v5-global--spacer--xs);
1027
+ --pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-v5-global--FontSize--md) * var(--pf-v5-global--LineHeight--md));
1028
+ --pf-v5-c-modal-box__body--PaddingTop: var(--pf-v5-global--spacer--lg);
1029
+ --pf-v5-c-modal-box__body--PaddingRight: var(--pf-v5-global--spacer--lg);
1030
+ --pf-v5-c-modal-box__body--PaddingLeft: var(--pf-v5-global--spacer--lg);
1031
+ --pf-v5-c-modal-box__body--last-child--PaddingBottom: var(--pf-v5-global--spacer--lg);
1032
+ --pf-v5-c-modal-box__header--body--PaddingTop: var(--pf-v5-global--spacer--md);
1033
+ --pf-v5-c-modal-box__close--Top: calc(var(--pf-v5-global--spacer--lg));
1034
+ --pf-v5-c-modal-box__close--Right: var(--pf-v5-global--spacer--md);
1035
+ --pf-v5-c-modal-box__close--sibling--MarginRight: calc(var(--pf-v5-global--spacer--xl) + var(--pf-v5-global--spacer--sm));
1036
+ --pf-v5-c-modal-box__footer--PaddingTop: var(--pf-v5-global--spacer--lg);
1037
+ --pf-v5-c-modal-box__footer--PaddingRight: var(--pf-v5-global--spacer--lg);
1038
+ --pf-v5-c-modal-box__footer--PaddingBottom: var(--pf-v5-global--spacer--lg);
1039
+ --pf-v5-c-modal-box__footer--PaddingLeft: var(--pf-v5-global--spacer--lg);
1040
+ --pf-v5-c-modal-box__footer--c-button--MarginRight: var(--pf-v5-global--spacer--md);
1041
+ --pf-v5-c-modal-box__footer--c-button--sm--MarginRight: calc(var(--pf-v5-c-modal-box__footer--c-button--MarginRight) / 2);
1396
1042
  position: relative;
1397
- z-index: var(--pf-c-modal-box--ZIndex);
1043
+ z-index: var(--pf-v5-c-modal-box--ZIndex);
1398
1044
  display: flex;
1399
1045
  flex-direction: column;
1400
- width: var(--pf-c-modal-box--Width);
1401
- max-width: var(--pf-c-modal-box--MaxWidth);
1402
- max-height: var(--pf-c-modal-box--MaxHeight);
1403
- background-color: var(--pf-c-modal-box--BackgroundColor);
1404
- box-shadow: var(--pf-c-modal-box--BoxShadow);
1046
+ width: var(--pf-v5-c-modal-box--Width);
1047
+ max-width: var(--pf-v5-c-modal-box--MaxWidth);
1048
+ max-height: var(--pf-v5-c-modal-box--MaxHeight);
1049
+ background-color: var(--pf-v5-c-modal-box--BackgroundColor);
1050
+ box-shadow: var(--pf-v5-c-modal-box--BoxShadow);
1405
1051
  }
1406
1052
  @media (min-width: 1200px) {
1407
- .pf-c-modal-box {
1408
- --pf-c-modal-box--m-align-top--spacer: var(--pf-c-modal-box--m-align-top--xl--spacer);
1053
+ .pf-v5-c-modal-box {
1054
+ --pf-v5-c-modal-box--m-align-top--spacer: var(--pf-v5-c-modal-box--m-align-top--xl--spacer);
1409
1055
  }
1410
1056
  }
1411
- .pf-c-modal-box.pf-m-sm {
1412
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-sm--sm--MaxWidth);
1057
+ .pf-v5-c-modal-box.pf-m-sm {
1058
+ --pf-v5-c-modal-box--Width: var(--pf-v5-c-modal-box--m-sm--sm--MaxWidth);
1413
1059
  }
1414
- .pf-c-modal-box.pf-m-md {
1415
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-md--Width);
1060
+ .pf-v5-c-modal-box.pf-m-md {
1061
+ --pf-v5-c-modal-box--Width: var(--pf-v5-c-modal-box--m-md--Width);
1416
1062
  }
1417
- .pf-c-modal-box.pf-m-lg {
1418
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-lg--lg--MaxWidth);
1063
+ .pf-v5-c-modal-box.pf-m-lg {
1064
+ --pf-v5-c-modal-box--Width: var(--pf-v5-c-modal-box--m-lg--lg--MaxWidth);
1419
1065
  }
1420
- .pf-c-modal-box.pf-m-align-top {
1421
- top: var(--pf-c-modal-box--m-align-top--MarginTop);
1066
+ .pf-v5-c-modal-box.pf-m-align-top {
1067
+ top: var(--pf-v5-c-modal-box--m-align-top--MarginTop);
1422
1068
  align-self: flex-start;
1423
- max-width: var(--pf-c-modal-box--m-align-top--MaxWidth);
1424
- max-height: var(--pf-c-modal-box--m-align-top--MaxHeight);
1069
+ max-width: var(--pf-v5-c-modal-box--m-align-top--MaxWidth);
1070
+ max-height: var(--pf-v5-c-modal-box--m-align-top--MaxHeight);
1425
1071
  }
1426
- .pf-c-modal-box.pf-m-danger {
1427
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-danger__title-icon--Color);
1072
+ .pf-v5-c-modal-box.pf-m-danger {
1073
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-danger__title-icon--Color);
1428
1074
  }
1429
- .pf-c-modal-box.pf-m-warning {
1430
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-warning__title-icon--Color);
1075
+ .pf-v5-c-modal-box.pf-m-warning {
1076
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-warning__title-icon--Color);
1431
1077
  }
1432
- .pf-c-modal-box.pf-m-success {
1433
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
1078
+ .pf-v5-c-modal-box.pf-m-success {
1079
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-success__title-icon--Color);
1434
1080
  }
1435
- .pf-c-modal-box.pf-m-default {
1436
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
1081
+ .pf-v5-c-modal-box.pf-m-custom {
1082
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-custom__title-icon--Color);
1437
1083
  }
1438
- .pf-c-modal-box.pf-m-info {
1439
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
1084
+ .pf-v5-c-modal-box.pf-m-info {
1085
+ --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-info__title-icon--Color);
1440
1086
  }
1441
- .pf-c-modal-box > .pf-c-button {
1087
+
1088
+ .pf-v5-c-modal-box__close {
1442
1089
  position: absolute;
1443
- top: var(--pf-c-modal-box--c-button--Top);
1444
- right: var(--pf-c-modal-box--c-button--Right);
1090
+ top: var(--pf-v5-c-modal-box__close--Top);
1091
+ right: var(--pf-v5-c-modal-box__close--Right);
1445
1092
  }
1446
- .pf-c-modal-box > .pf-c-button + * {
1447
- margin-right: var(--pf-c-modal-box--c-button--sibling--MarginRight);
1093
+ .pf-v5-c-modal-box__close + * {
1094
+ margin-right: var(--pf-v5-c-modal-box__close--sibling--MarginRight);
1448
1095
  }
1449
1096
 
1450
- .pf-c-modal-box__header {
1097
+ .pf-v5-c-modal-box__header {
1451
1098
  display: flex;
1452
1099
  flex-direction: column;
1453
1100
  flex-shrink: 0;
1454
- padding-top: var(--pf-c-modal-box__header--PaddingTop);
1455
- padding-right: var(--pf-c-modal-box__header--PaddingRight);
1456
- padding-left: var(--pf-c-modal-box__header--PaddingLeft);
1101
+ padding-top: var(--pf-v5-c-modal-box__header--PaddingTop);
1102
+ padding-right: var(--pf-v5-c-modal-box__header--PaddingRight);
1103
+ padding-left: var(--pf-v5-c-modal-box__header--PaddingLeft);
1457
1104
  }
1458
- .pf-c-modal-box__header.pf-m-help {
1105
+ .pf-v5-c-modal-box__header.pf-m-help {
1459
1106
  display: flex;
1460
1107
  flex-direction: row;
1461
1108
  }
1462
- .pf-c-modal-box__header:last-child {
1463
- padding-bottom: var(--pf-c-modal-box__header--last-child--PaddingBottom);
1109
+ .pf-v5-c-modal-box__header:last-child {
1110
+ padding-bottom: var(--pf-v5-c-modal-box__header--last-child--PaddingBottom);
1464
1111
  }
1465
- .pf-c-modal-box__header + .pf-c-modal-box__body {
1466
- --pf-c-modal-box__body--PaddingTop: var(--pf-c-modal-box__header--body--PaddingTop);
1112
+ .pf-v5-c-modal-box__header + .pf-v5-c-modal-box__body {
1113
+ --pf-v5-c-modal-box__body--PaddingTop: var(--pf-v5-c-modal-box__header--body--PaddingTop);
1467
1114
  }
1468
1115
 
1469
- .pf-c-modal-box__header-main {
1116
+ .pf-v5-c-modal-box__header-main {
1470
1117
  flex-grow: 1;
1471
1118
  min-width: 0;
1472
1119
  }
1473
1120
 
1474
- .pf-c-modal-box__title,
1475
- .pf-c-modal-box__title-text {
1121
+ .pf-v5-c-modal-box__title,
1122
+ .pf-v5-c-modal-box__title-text {
1476
1123
  overflow: hidden;
1477
1124
  text-overflow: ellipsis;
1478
1125
  white-space: nowrap;
1479
1126
  }
1480
1127
 
1481
- .pf-c-modal-box__title {
1128
+ .pf-v5-c-modal-box__title {
1482
1129
  flex: 0 0 auto;
1483
- font-family: var(--pf-c-modal-box__title--FontFamily);
1484
- font-size: var(--pf-c-modal-box__title--FontSize);
1485
- line-height: var(--pf-c-modal-box__title--LineHeight);
1130
+ font-family: var(--pf-v5-c-modal-box__title--FontFamily);
1131
+ font-size: var(--pf-v5-c-modal-box__title--FontSize);
1132
+ line-height: var(--pf-v5-c-modal-box__title--LineHeight);
1486
1133
  }
1487
- .pf-c-modal-box__title.pf-m-icon {
1134
+ .pf-v5-c-modal-box__title.pf-m-icon {
1488
1135
  display: flex;
1489
1136
  }
1490
1137
 
1491
- .pf-c-modal-box__title-icon {
1492
- margin-right: var(--pf-c-modal-box__title-icon--MarginRight);
1493
- color: var(--pf-c-modal-box__title-icon--Color);
1138
+ .pf-v5-c-modal-box__title-icon {
1139
+ margin-right: var(--pf-v5-c-modal-box__title-icon--MarginRight);
1140
+ color: var(--pf-v5-c-modal-box__title-icon--Color);
1494
1141
  }
1495
1142
 
1496
- .pf-c-modal-box__description {
1497
- padding-top: var(--pf-c-modal-box__description--PaddingTop);
1143
+ .pf-v5-c-modal-box__description {
1144
+ padding-top: var(--pf-v5-c-modal-box__description--PaddingTop);
1498
1145
  }
1499
1146
 
1500
- .pf-c-modal-box__body {
1147
+ .pf-v5-c-modal-box__body {
1501
1148
  flex: 1 1 auto;
1502
- min-height: var(--pf-c-modal-box__body--MinHeight);
1503
- padding-top: var(--pf-c-modal-box__body--PaddingTop);
1504
- padding-right: var(--pf-c-modal-box__body--PaddingRight);
1505
- padding-left: var(--pf-c-modal-box__body--PaddingLeft);
1149
+ min-height: var(--pf-v5-c-modal-box__body--MinHeight);
1150
+ padding-top: var(--pf-v5-c-modal-box__body--PaddingTop);
1151
+ padding-right: var(--pf-v5-c-modal-box__body--PaddingRight);
1152
+ padding-left: var(--pf-v5-c-modal-box__body--PaddingLeft);
1506
1153
  overflow-x: hidden;
1507
1154
  overflow-y: auto;
1508
1155
  overscroll-behavior: contain;
1509
1156
  word-break: break-word;
1510
1157
  -webkit-overflow-scrolling: touch;
1511
1158
  }
1512
- .pf-c-modal-box__body:last-child {
1513
- padding-bottom: var(--pf-c-modal-box__body--last-child--PaddingBottom);
1159
+ .pf-v5-c-modal-box__body:last-child {
1160
+ padding-bottom: var(--pf-v5-c-modal-box__body--last-child--PaddingBottom);
1514
1161
  }
1515
1162
 
1516
- .pf-c-modal-box__footer {
1163
+ .pf-v5-c-modal-box__footer {
1517
1164
  display: flex;
1518
1165
  flex: 0 0 auto;
1519
1166
  align-items: center;
1520
- padding-top: var(--pf-c-modal-box__footer--PaddingTop);
1521
- padding-right: var(--pf-c-modal-box__footer--PaddingRight);
1522
- padding-bottom: var(--pf-c-modal-box__footer--PaddingBottom);
1523
- padding-left: var(--pf-c-modal-box__footer--PaddingLeft);
1167
+ padding-top: var(--pf-v5-c-modal-box__footer--PaddingTop);
1168
+ padding-right: var(--pf-v5-c-modal-box__footer--PaddingRight);
1169
+ padding-bottom: var(--pf-v5-c-modal-box__footer--PaddingBottom);
1170
+ padding-left: var(--pf-v5-c-modal-box__footer--PaddingLeft);
1524
1171
  }
1525
- .pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
1526
- margin-right: var(--pf-c-modal-box__footer--c-button--MarginRight);
1172
+ .pf-v5-c-modal-box__footer > .pf-v5-c-button:not(:last-child) {
1173
+ margin-right: var(--pf-v5-c-modal-box__footer--c-button--MarginRight);
1527
1174
  }
1528
1175
  @media screen and (min-width: 576px) {
1529
- .pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
1530
- --pf-c-modal-box__footer--c-button--MarginRight: var(--pf-c-modal-box__footer--c-button--sm--MarginRight);
1176
+ .pf-v5-c-modal-box__footer > .pf-v5-c-button:not(:last-child) {
1177
+ --pf-v5-c-modal-box__footer--c-button--MarginRight: var(--pf-v5-c-modal-box__footer--c-button--sm--MarginRight);
1531
1178
  }
1532
1179
  }
1533
1180
 
1534
- :where(.pf-theme-dark) .pf-c-modal-box {
1535
- --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
1181
+ :where(.pf-v5-theme-dark) .pf-v5-c-modal-box {
1182
+ --pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
1536
1183
  }
1537
1184
 
1538
- .pf-c-backdrop {
1539
- --pf-c-backdrop--Position: fixed;
1540
- --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
1541
- --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
1542
- position: var(--pf-c-backdrop--Position);
1185
+ .pf-v5-c-backdrop {
1186
+ --pf-v5-c-backdrop--Position: fixed;
1187
+ --pf-v5-c-backdrop--ZIndex: var(--pf-v5-global--ZIndex--lg);
1188
+ --pf-v5-c-backdrop--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-transparent-100);
1189
+ position: var(--pf-v5-c-backdrop--Position);
1543
1190
  top: 0;
1544
1191
  left: 0;
1545
- z-index: var(--pf-c-backdrop--ZIndex);
1192
+ z-index: var(--pf-v5-c-backdrop--ZIndex);
1546
1193
  width: 100%;
1547
1194
  height: 100%;
1548
- background-color: var(--pf-c-backdrop--BackgroundColor);
1195
+ background-color: var(--pf-v5-c-backdrop--BackgroundColor);
1549
1196
  }
1550
1197
 
1551
- .pf-c-backdrop__open {
1198
+ .pf-v5-c-backdrop__open {
1552
1199
  overflow: hidden;
1553
1200
  }
1554
1201
 
1555
- .pf-l-bullseye {
1556
- --pf-l-bullseye--Padding: 0;
1202
+ .pf-v5-l-bullseye {
1203
+ --pf-v5-l-bullseye--Padding: 0;
1557
1204
  display: flex;
1558
1205
  align-items: center;
1559
1206
  justify-content: center;
1560
1207
  height: 100%;
1561
- padding: var(--pf-l-bullseye--Padding);
1208
+ padding: var(--pf-v5-l-bullseye--Padding);
1562
1209
  margin: 0;
1563
1210
  }
1564
1211
 
1565
- .pf-c-tooltip {
1566
- --pf-c-tooltip--MaxWidth: 18.75rem;
1567
- --pf-c-tooltip--BoxShadow: var(--pf-global--BoxShadow--md);
1568
- --pf-c-tooltip__content--PaddingTop: var(--pf-global--spacer--sm);
1569
- --pf-c-tooltip__content--PaddingRight: var(--pf-global--spacer--sm);
1570
- --pf-c-tooltip__content--PaddingBottom: var(--pf-global--spacer--sm);
1571
- --pf-c-tooltip__content--PaddingLeft: var(--pf-global--spacer--sm);
1572
- --pf-c-tooltip__content--Color: var(--pf-global--Color--light-100);
1573
- --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
1574
- --pf-c-tooltip__content--FontSize: var(--pf-global--FontSize--sm);
1575
- --pf-c-tooltip__arrow--Width: 0.5rem;
1576
- --pf-c-tooltip__arrow--Height: 0.5rem;
1577
- --pf-c-tooltip__arrow--m-top--TranslateX: -50%;
1578
- --pf-c-tooltip__arrow--m-top--TranslateY: 50%;
1579
- --pf-c-tooltip__arrow--m-top--Rotate: 45deg;
1580
- --pf-c-tooltip__arrow--m-right--TranslateX: -50%;
1581
- --pf-c-tooltip__arrow--m-right--TranslateY: -50%;
1582
- --pf-c-tooltip__arrow--m-right--Rotate: 45deg;
1583
- --pf-c-tooltip__arrow--m-bottom--TranslateX: -50%;
1584
- --pf-c-tooltip__arrow--m-bottom--TranslateY: -50%;
1585
- --pf-c-tooltip__arrow--m-bottom--Rotate: 45deg;
1586
- --pf-c-tooltip__arrow--m-left--TranslateX: 50%;
1587
- --pf-c-tooltip__arrow--m-left--TranslateY: -50%;
1588
- --pf-c-tooltip__arrow--m-left--Rotate: 45deg;
1212
+ .pf-v5-c-tooltip {
1213
+ --pf-v5-c-tooltip--MaxWidth: 18.75rem;
1214
+ --pf-v5-c-tooltip--BoxShadow: var(--pf-v5-global--BoxShadow--md);
1215
+ --pf-v5-c-tooltip__content--PaddingTop: var(--pf-v5-global--spacer--sm);
1216
+ --pf-v5-c-tooltip__content--PaddingRight: var(--pf-v5-global--spacer--sm);
1217
+ --pf-v5-c-tooltip__content--PaddingBottom: var(--pf-v5-global--spacer--sm);
1218
+ --pf-v5-c-tooltip__content--PaddingLeft: var(--pf-v5-global--spacer--sm);
1219
+ --pf-v5-c-tooltip__content--Color: var(--pf-v5-global--Color--light-100);
1220
+ --pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
1221
+ --pf-v5-c-tooltip__content--FontSize: var(--pf-v5-global--FontSize--sm);
1222
+ --pf-v5-c-tooltip__arrow--Width: 0.9375rem;
1223
+ --pf-v5-c-tooltip__arrow--Height: 0.9375rem;
1224
+ --pf-v5-c-tooltip__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
1225
+ --pf-v5-c-tooltip__arrow--BoxShadow: var(--pf-v5-global--BoxShadow--md);
1226
+ --pf-v5-c-tooltip__arrow--m-top--TranslateX: -50%;
1227
+ --pf-v5-c-tooltip__arrow--m-top--TranslateY: 50%;
1228
+ --pf-v5-c-tooltip__arrow--m-top--Rotate: 45deg;
1229
+ --pf-v5-c-tooltip__arrow--m-right--TranslateX: -50%;
1230
+ --pf-v5-c-tooltip__arrow--m-right--TranslateY: -50%;
1231
+ --pf-v5-c-tooltip__arrow--m-right--Rotate: 45deg;
1232
+ --pf-v5-c-tooltip__arrow--m-bottom--TranslateX: -50%;
1233
+ --pf-v5-c-tooltip__arrow--m-bottom--TranslateY: -50%;
1234
+ --pf-v5-c-tooltip__arrow--m-bottom--Rotate: 45deg;
1235
+ --pf-v5-c-tooltip__arrow--m-left--TranslateX: 50%;
1236
+ --pf-v5-c-tooltip__arrow--m-left--TranslateY: -50%;
1237
+ --pf-v5-c-tooltip__arrow--m-left--Rotate: 45deg;
1589
1238
  position: relative;
1590
- max-width: var(--pf-c-tooltip--MaxWidth);
1591
- box-shadow: var(--pf-c-tooltip--BoxShadow);
1239
+ max-width: var(--pf-v5-c-tooltip--MaxWidth);
1240
+ box-shadow: var(--pf-v5-c-tooltip--BoxShadow);
1592
1241
  }
1593
- .pf-c-tooltip.pf-m-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-top-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-top-right .pf-c-tooltip__arrow {
1242
+ .pf-v5-c-tooltip.pf-m-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow {
1594
1243
  bottom: 0;
1595
1244
  left: 50%;
1596
- transform: translateX(var(--pf-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-top--Rotate));
1245
+ transform: translateX(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
1597
1246
  }
1598
- .pf-c-tooltip.pf-m-bottom .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-right .pf-c-tooltip__arrow {
1247
+ .pf-v5-c-tooltip.pf-m-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
1599
1248
  top: 0;
1600
1249
  left: 50%;
1601
- transform: translateX(var(--pf-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-bottom--Rotate));
1250
+ transform: translateX(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
1602
1251
  }
1603
- .pf-c-tooltip.pf-m-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-left-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-left-bottom .pf-c-tooltip__arrow {
1252
+ .pf-v5-c-tooltip.pf-m-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow {
1604
1253
  top: 50%;
1605
1254
  right: 0;
1606
- transform: translateX(var(--pf-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-left--Rotate));
1255
+ transform: translateX(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
1607
1256
  }
1608
- .pf-c-tooltip.pf-m-right .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-bottom .pf-c-tooltip__arrow {
1257
+ .pf-v5-c-tooltip.pf-m-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
1609
1258
  top: 50%;
1610
1259
  left: 0;
1611
- transform: translateX(var(--pf-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-right--Rotate));
1260
+ transform: translateX(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
1612
1261
  }
1613
- .pf-c-tooltip.pf-m-left-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-top .pf-c-tooltip__arrow {
1614
- top: var(--pf-c-tooltip__arrow--Height);
1262
+ .pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow {
1263
+ top: var(--pf-v5-c-tooltip__arrow--Height);
1615
1264
  }
1616
- .pf-c-tooltip.pf-m-left-bottom .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-bottom .pf-c-tooltip__arrow {
1265
+ .pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
1617
1266
  top: auto;
1618
1267
  bottom: 0;
1619
1268
  }
1620
- .pf-c-tooltip.pf-m-top-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-left .pf-c-tooltip__arrow {
1621
- left: var(--pf-c-tooltip__arrow--Width);
1269
+ .pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow {
1270
+ left: var(--pf-v5-c-tooltip__arrow--Width);
1622
1271
  }
1623
- .pf-c-tooltip.pf-m-top-right .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-right .pf-c-tooltip__arrow {
1272
+ .pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
1624
1273
  right: 0;
1625
1274
  left: auto;
1626
1275
  }
1627
1276
 
1628
- .pf-c-tooltip__content {
1277
+ .pf-v5-c-tooltip__content {
1629
1278
  position: relative;
1630
- padding: var(--pf-c-tooltip__content--PaddingTop) var(--pf-c-tooltip__content--PaddingRight) var(--pf-c-tooltip__content--PaddingBottom) var(--pf-c-tooltip__content--PaddingLeft);
1631
- font-size: var(--pf-c-tooltip__content--FontSize);
1632
- color: var(--pf-c-tooltip__content--Color);
1279
+ padding: var(--pf-v5-c-tooltip__content--PaddingTop) var(--pf-v5-c-tooltip__content--PaddingRight) var(--pf-v5-c-tooltip__content--PaddingBottom) var(--pf-v5-c-tooltip__content--PaddingLeft);
1280
+ font-size: var(--pf-v5-c-tooltip__content--FontSize);
1281
+ color: var(--pf-v5-c-tooltip__content--Color);
1633
1282
  text-align: center;
1634
1283
  word-break: break-word;
1635
- background-color: var(--pf-c-tooltip__content--BackgroundColor);
1284
+ background-color: var(--pf-v5-c-tooltip__content--BackgroundColor);
1636
1285
  }
1637
- .pf-c-tooltip__content.pf-m-text-align-left {
1286
+ .pf-v5-c-tooltip__content.pf-m-text-align-left {
1638
1287
  text-align: left;
1639
1288
  }
1640
1289
 
1641
- .pf-c-tooltip__arrow {
1290
+ .pf-v5-c-tooltip__arrow {
1642
1291
  position: absolute;
1643
- width: var(--pf-c-tooltip__arrow--Width);
1644
- height: var(--pf-c-tooltip__arrow--Height);
1292
+ width: var(--pf-v5-c-tooltip__arrow--Width);
1293
+ height: var(--pf-v5-c-tooltip__arrow--Height);
1645
1294
  pointer-events: none;
1646
- background-color: var(--pf-c-tooltip__content--BackgroundColor);
1295
+ background-color: var(--pf-v5-c-tooltip__arrow--BackgroundColor);
1296
+ box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
1647
1297
  }
1648
1298
 
1649
- :where(.pf-theme-dark) .pf-c-tooltip {
1650
- --pf-c-tooltip--BoxShadow: none;
1651
- --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
1652
- }
1653
- :where(.pf-theme-dark) .pf-c-tooltip,
1654
- :where(.pf-theme-dark) .pf-c-tooltip__arrow {
1655
- border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
1656
- }
1657
- :where(.pf-theme-dark) .pf-c-tooltip__arrow {
1658
- --pf-c-tooltip__arrow--Width: 0.9375rem;
1659
- --pf-c-tooltip__arrow--Height: 0.9375rem;
1299
+ :where(.pf-v5-theme-dark) .pf-v5-c-tooltip {
1300
+ --pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
1301
+ --pf-v5-c-tooltip__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
1660
1302
  }