@patternfly/quickstarts 2.4.1 → 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 (208) 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/design-guidelines/design-guidelines.md +1 -1
  96. package/dist/patternfly-docs/quick-starts/examples/Basic.jsx +1 -1
  97. package/dist/patternfly-docs/quick-starts/examples/HelpTopic.jsx +2 -4
  98. package/dist/patternfly-global.css +752 -1110
  99. package/dist/patternfly-nested.css +8784 -9605
  100. package/dist/quickstarts-base.css +188 -188
  101. package/dist/quickstarts-full.es.js +19627 -10887
  102. package/dist/quickstarts-full.es.js.map +1 -1
  103. package/dist/quickstarts-standalone.css +216 -219
  104. package/dist/quickstarts-standalone.min.css +4 -4
  105. package/dist/quickstarts-vendor.css +71 -71
  106. package/dist/quickstarts.css +259 -259
  107. package/dist/quickstarts.min.css +1 -1
  108. package/dist/styles/patternfly-global-entry.d.ts +1 -1
  109. package/dist/styles/patternfly-nested-entry.d.ts +1 -1
  110. package/dist/styles/quickstarts-standalone-entry.d.ts +1 -1
  111. package/dist/styles/vendor-entry.d.ts +1 -1
  112. package/dist/utils/PluralResolver.d.ts +16 -10
  113. package/dist/utils/asciidoc-procedure-parser.d.ts +12 -12
  114. package/dist/utils/const.d.ts +6 -6
  115. package/dist/utils/help-topic-context.d.ts +23 -23
  116. package/dist/utils/help-topic-types.d.ts +13 -13
  117. package/dist/utils/quick-start-context.d.ts +81 -81
  118. package/dist/utils/quick-start-types.d.ts +60 -58
  119. package/dist/utils/quick-start-utils.d.ts +10 -10
  120. package/dist/utils/useLocalStorage.d.ts +1 -1
  121. package/package.json +17 -13
  122. package/src/ConsoleInternal/components/_icon-and-text.scss +2 -2
  123. package/src/ConsoleInternal/components/catalog/_catalog.scss +20 -20
  124. package/src/ConsoleInternal/components/markdown-view.tsx +23 -52
  125. package/src/ConsoleInternal/components/utils/_status-box.scss +1 -1
  126. package/src/ConsoleInternal/components/utils/camel-case-wrap.tsx +3 -3
  127. package/src/ConsoleInternal/components/utils/router.ts +0 -2
  128. package/src/ConsoleInternal/components/utils/status-box.tsx +8 -46
  129. package/src/ConsoleInternal/module/k8s/types.ts +6 -6
  130. package/src/ConsoleShared/src/components/layout/PageLayout.scss +10 -10
  131. package/src/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.tsx +13 -11
  132. package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +3 -4
  133. package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +7 -7
  134. package/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx +4 -4
  135. package/src/ConsoleShared/src/components/markdown-extensions/code-extension.tsx +1 -3
  136. package/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx +5 -5
  137. package/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx +8 -8
  138. package/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss +5 -5
  139. package/src/ConsoleShared/src/components/markdown-extensions/utils.ts +1 -3
  140. package/src/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.tsx +7 -6
  141. package/src/ConsoleShared/src/components/popper/Portal.tsx +6 -4
  142. package/src/ConsoleShared/src/components/popper/SimplePopper.tsx +7 -5
  143. package/src/ConsoleShared/src/components/spotlight/InteractiveSpotlight.tsx +2 -2
  144. package/src/ConsoleShared/src/components/spotlight/Spotlight.tsx +2 -2
  145. package/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx +3 -3
  146. package/src/ConsoleShared/src/components/spotlight/spotlight.scss +4 -4
  147. package/src/ConsoleShared/src/components/status/GenericStatus.tsx +1 -0
  148. package/src/ConsoleShared/src/components/status/PopoverStatus.tsx +20 -23
  149. package/src/ConsoleShared/src/components/status/Status.tsx +2 -2
  150. package/src/ConsoleShared/src/components/status/icons.tsx +17 -55
  151. package/src/ConsoleShared/src/components/status/statuses.tsx +1 -17
  152. package/src/ConsoleShared/src/components/status/types.ts +3 -2
  153. package/src/ConsoleShared/src/components/utils/FallbackImg.tsx +2 -2
  154. package/src/ConsoleShared/src/hooks/useResizeObserver.ts +5 -6
  155. package/src/ConsoleShared/src/utils/useCombineRefs.ts +2 -3
  156. package/src/HelpTopicDrawer.tsx +6 -14
  157. package/src/HelpTopicPanelContent.tsx +57 -49
  158. package/src/QuickStartCatalogPage.tsx +19 -14
  159. package/src/QuickStartCloseModal.tsx +2 -2
  160. package/src/QuickStartController.tsx +3 -5
  161. package/src/QuickStartDrawer.scss +1 -1
  162. package/src/QuickStartDrawer.tsx +2 -2
  163. package/src/QuickStartMarkdownView.tsx +4 -4
  164. package/src/QuickStartPanelContent.scss +8 -8
  165. package/src/QuickStartPanelContent.tsx +8 -9
  166. package/src/catalog/Catalog/QuickStartCatalogHeader.tsx +2 -2
  167. package/src/catalog/Catalog/QuickStartCatalogSection.tsx +2 -2
  168. package/src/catalog/Catalog/QuickStartCatalogToolbar.tsx +2 -2
  169. package/src/catalog/QuickStartCatalog.scss +1 -1
  170. package/src/catalog/QuickStartCatalog.tsx +2 -2
  171. package/src/catalog/QuickStartTile.tsx +20 -15
  172. package/src/catalog/QuickStartTileDescription.scss +4 -4
  173. package/src/catalog/QuickStartTileDescription.tsx +2 -2
  174. package/src/catalog/QuickStartTileFooter.tsx +2 -2
  175. package/src/catalog/QuickStartTileFooterExternal.tsx +2 -2
  176. package/src/catalog/QuickStartTileHeader.scss +5 -5
  177. package/src/catalog/QuickStartTileHeader.tsx +2 -2
  178. package/src/catalog/Toolbar/QuickStartCatalogFilter.scss +9 -9
  179. package/src/catalog/Toolbar/QuickStartCatalogFilter.tsx +1 -3
  180. package/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx +49 -30
  181. package/src/controller/QuickStartConclusion.tsx +3 -3
  182. package/src/controller/QuickStartContent.scss +2 -2
  183. package/src/controller/QuickStartContent.tsx +2 -2
  184. package/src/controller/QuickStartFooter.scss +3 -3
  185. package/src/controller/QuickStartFooter.tsx +6 -10
  186. package/src/controller/QuickStartIntroduction.scss +7 -7
  187. package/src/controller/QuickStartIntroduction.tsx +5 -7
  188. package/src/controller/QuickStartTaskHeader.scss +15 -15
  189. package/src/controller/QuickStartTaskHeader.tsx +14 -12
  190. package/src/controller/QuickStartTaskHeaderList.scss +1 -1
  191. package/src/controller/QuickStartTaskHeaderList.tsx +3 -5
  192. package/src/controller/QuickStartTaskReview.scss +7 -7
  193. package/src/controller/QuickStartTaskReview.tsx +2 -2
  194. package/src/controller/QuickStartTasks.scss +13 -13
  195. package/src/controller/QuickStartTasks.tsx +2 -2
  196. package/src/controller/__tests__/QuickStartTaskHeader.spec.tsx +4 -17
  197. package/src/styles/_base.scss +5 -5
  198. package/src/styles/_dark-custom-override.scss +28 -28
  199. package/src/styles/legacy-bootstrap/_variables.scss +7 -7
  200. package/src/styles/patternfly-global.scss +6 -6
  201. package/src/styles/patternfly-nested.scss +1 -1
  202. package/src/utils/PluralResolver.ts +29 -23
  203. package/src/utils/asciidoc-procedure-parser.ts +2 -4
  204. package/src/utils/help-topic-context.tsx +3 -5
  205. package/src/utils/help-topic-types.ts +4 -4
  206. package/src/utils/quick-start-context.tsx +8 -12
  207. package/src/utils/quick-start-types.ts +15 -14
  208. package/src/utils/quick-start-utils.ts +2 -6
@@ -2,7 +2,7 @@
2
2
  margin: 0px;
3
3
  }
4
4
  .pfext-quick-start-panel-content__body dt {
5
- font-weight: var(--pf-global--FontWeight--bold);
5
+ font-weight: var(--pf-v5-global--FontWeight--bold);
6
6
  }
7
7
  .pfext-quick-start-panel-content__body dd {
8
8
  margin-bottom: 20px;
@@ -21,16 +21,16 @@
21
21
  .pfext-quick-start-panel-content__body input[type=radio] {
22
22
  margin-right: 7px;
23
23
  }
24
- .pfext-quick-start-panel-content__body .pf-c-list {
25
- --pf-c-list--PaddingLeft: 20px;
24
+ .pfext-quick-start-panel-content__body .pf-v5-c-list {
25
+ --pf-v5-c-list--PaddingLeft: 20px;
26
26
  }
27
27
 
28
28
  .pfext-quick-start-panel-content__header,
29
29
  .pfext-quick-start-panel-content__body,
30
30
  .pfext-page-layout__content,
31
31
  .pfext-popover__base {
32
- --pf-global--FontSize--md: 14px;
33
- --pf-global--FontSize--sm: 13px;
32
+ --pf-v5-global--FontSize--md: 14px;
33
+ --pf-v5-global--FontSize--sm: 13px;
34
34
  }
35
35
  .pfext-quick-start-panel-content__header ul,
36
36
  .pfext-quick-start-panel-content__body ul,
@@ -49,56 +49,56 @@
49
49
  margin-top: 1px !important;
50
50
  }
51
51
 
52
- .pf-theme-dark .pfext-catalog-item-icon__img--large {
52
+ .pf-v5-theme-dark .pfext-catalog-item-icon__img--large {
53
53
  filter: brightness(1.5) invert(1) hue-rotate(180deg) saturate(4);
54
54
  }
55
- .pf-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
56
- color: var(--pf-global--Color--light-100);
55
+ .pf-v5-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
56
+ color: var(--pf-v5-global--Color--light-100);
57
57
  }
58
- .pf-theme-dark .pfext-quick-start-task-header__subtitle {
59
- color: var(--pf-global--palette--black-200) !important;
58
+ .pf-v5-theme-dark .pfext-quick-start-task-header__subtitle {
59
+ color: var(--pf-v5-global--palette--black-200) !important;
60
60
  }
61
- .pf-theme-dark .pfext-quick-start-task-header__task-icon-init {
62
- background-color: var(--pf-global--primary-color--300);
61
+ .pf-v5-theme-dark .pfext-quick-start-task-header__task-icon-init {
62
+ background-color: var(--pf-v5-global--primary-color--300);
63
63
  }
64
- .pf-theme-dark .pfext-quick-start-task-header__tryagain {
65
- color: var(--pf-global--palette--black-200) !important;
64
+ .pf-v5-theme-dark .pfext-quick-start-task-header__tryagain {
65
+ color: var(--pf-v5-global--palette--black-200) !important;
66
66
  }
67
- .pf-theme-dark .pfext-markdown-view pre {
68
- background-color: var(--pf-global--BackgroundColor--100);
69
- border-color: var(--pf-global--BorderColor--100);
67
+ .pf-v5-theme-dark .pfext-markdown-view pre {
68
+ background-color: var(--pf-v5-global--BackgroundColor--100);
69
+ border-color: var(--pf-v5-global--BorderColor--100);
70
70
  }
71
- .pf-theme-dark .pfext-markdown-view code {
72
- color: var(--pf-global--Color--100);
73
- background-color: var(--pf-global--palette--black-600);
71
+ .pf-v5-theme-dark .pfext-markdown-view code {
72
+ color: var(--pf-v5-global--Color--100);
73
+ background-color: var(--pf-v5-global--palette--black-600);
74
74
  }
75
- .pf-theme-dark .pfext-markdown-view .pf-c-code-block,
76
- .pf-theme-dark .pfext-markdown-view .pf-c-code-block code {
77
- background-color: var(--pf-global--BackgroundColor--400);
75
+ .pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block,
76
+ .pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block code {
77
+ background-color: var(--pf-v5-global--BackgroundColor--400);
78
78
  }
79
- .pf-theme-dark :where(.pfext-markdown-view) .pf-c-clipboard-copy.pf-m-inline {
80
- --pf-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-global--BackgroundColor--400);
79
+ .pf-v5-theme-dark :where(.pfext-markdown-view) .pf-v5-c-clipboard-copy.pf-m-inline {
80
+ --pf-v5-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
81
81
  }
82
- .pf-theme-dark .pfext-page-layout__content {
83
- background-color: var(--pf-global--BackgroundColor--200);
82
+ .pf-v5-theme-dark .pfext-page-layout__content {
83
+ background-color: var(--pf-v5-global--BackgroundColor--200);
84
84
  }
85
- .pf-theme-dark .pfext-quick-start-catalog__gallery-item .pf-c-card {
86
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
85
+ .pf-v5-theme-dark .pfext-quick-start-catalog__gallery-item .pf-v5-c-card {
86
+ --pf-v5-c-card--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
87
87
  }
88
- .pf-theme-dark .pf-c-alert {
89
- --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-700);
90
- --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--black-700);
91
- --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--black-700);
92
- --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--black-700);
93
- --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--black-700);
94
- --pf-c-alert--m-inline--m-info--BackgroundColor: var(--pf-global--palette--black-700);
88
+ .pf-v5-theme-dark .pf-v5-c-alert {
89
+ --pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--palette--black-700);
90
+ --pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-global--palette--black-700);
91
+ --pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--palette--black-700);
92
+ --pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--palette--black-700);
93
+ --pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--palette--black-700);
94
+ --pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--palette--black-700);
95
95
  }
96
96
 
97
97
  .pfext-icon-and-text {
98
98
  align-items: baseline;
99
99
  display: flex;
100
100
  }
101
- .pf-c-label__icon .pfext-icon-and-text {
101
+ .pf-v5-c-label__icon .pfext-icon-and-text {
102
102
  display: block;
103
103
  }
104
104
 
@@ -143,7 +143,7 @@
143
143
  .pfext-catalog-tile-view {
144
144
  display: flex;
145
145
  flex-wrap: wrap;
146
- --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 260px) !important;
146
+ --pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 260px) !important;
147
147
  }
148
148
 
149
149
  .pfext-catalog__body {
@@ -163,7 +163,7 @@
163
163
  white-space: pre-wrap;
164
164
  }
165
165
  .pfext-catalog-item-details__kind-label {
166
- font-weight: var(--pf-global--FontWeight--bold);
166
+ font-weight: var(--pf-v5-global--FontWeight--bold);
167
167
  }
168
168
  .pfext-catalog-item-details__name {
169
169
  margin-bottom: 10px;
@@ -204,7 +204,7 @@
204
204
 
205
205
  .pfext-catalog-page {
206
206
  background: #fff;
207
- border: 1px solid var(--pf-global--BorderColor--300);
207
+ border: 1px solid var(--pf-v5-global--BorderColor--300);
208
208
  display: flex;
209
209
  flex: 1;
210
210
  padding-top: 15px;
@@ -215,7 +215,7 @@
215
215
  }
216
216
  .pfext-catalog-page__btn-group__group-by {
217
217
  display: inline;
218
- margin-left: var(--pf-global--spacer--md);
218
+ margin-left: var(--pf-v5-global--spacer--md);
219
219
  }
220
220
  .pfext-catalog-page__content {
221
221
  flex: 1 1 auto;
@@ -242,10 +242,10 @@
242
242
  background-color: #f5f5f5;
243
243
  }
244
244
  .pfext-catalog-page__grouped-items {
245
- margin-bottom: var(--pf-global--spacer--md);
245
+ margin-bottom: var(--pf-v5-global--spacer--md);
246
246
  }
247
247
  .pfext-catalog-page__group-title {
248
- margin-bottom: var(--pf-global--spacer--sm);
248
+ margin-bottom: var(--pf-v5-global--spacer--sm);
249
249
  }
250
250
  .pfext-catalog-page__header {
251
251
  margin: 0 30px 0 0;
@@ -255,7 +255,7 @@
255
255
  margin: 0 0 20px 30px;
256
256
  }
257
257
  .pfext-catalog-page__hint {
258
- margin: 0 0 var(--pf-global--spacer--md) 0;
258
+ margin: 0 0 var(--pf-v5-global--spacer--md) 0;
259
259
  }
260
260
  .pfext-catalog-page__input {
261
261
  display: inline-flex !important;
@@ -264,10 +264,10 @@
264
264
  }
265
265
  .pfext-catalog-page__sort {
266
266
  display: inline;
267
- margin-left: var(--pf-global--spacer--md);
267
+ margin-left: var(--pf-v5-global--spacer--md);
268
268
  }
269
269
  .pfext-catalog-page__num-items {
270
- font-weight: var(--pf-global--FontWeight--bold);
270
+ font-weight: var(--pf-v5-global--FontWeight--bold);
271
271
  padding: 0 0 20px;
272
272
  }
273
273
  .pfext-catalog-page__info-icon {
@@ -292,7 +292,7 @@
292
292
  right: 0;
293
293
  top: 4.75rem;
294
294
  }
295
- .pfext-catalog-page__overlay--right .pf-c-modal-box__body {
295
+ .pfext-catalog-page__overlay--right .pf-v5-c-modal-box__body {
296
296
  display: flex;
297
297
  flex-direction: column;
298
298
  margin: 0 !important;
@@ -308,7 +308,7 @@
308
308
  .pfext-catalog-page__overlay-action {
309
309
  align-items: baseline;
310
310
  display: inline-flex !important;
311
- margin: var(--pf-global--spacer--sm) var(--pf-global--spacer--sm) 0 0;
311
+ margin: var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--sm) 0 0;
312
312
  overflow-x: hidden;
313
313
  }
314
314
  .pfext-catalog-page__overlay-action-icon {
@@ -323,17 +323,17 @@
323
323
  .pfext-catalog-page__overlay-actions {
324
324
  display: flex;
325
325
  flex-wrap: wrap;
326
- margin-bottom: var(--pf-global--spacer--md);
326
+ margin-bottom: var(--pf-v5-global--spacer--md);
327
327
  white-space: normal;
328
328
  }
329
329
  .pfext-catalog-page__overlay-header {
330
- margin-bottom: var(--pf-global--spacer--md);
330
+ margin-bottom: var(--pf-v5-global--spacer--md);
331
331
  }
332
332
  .pfext-catalog-page__overlay-body {
333
333
  margin: 0;
334
- padding-left: var(--pf-global--spacer--lg);
335
- padding-right: var(--pf-global--spacer--lg);
336
- padding-top: var(--pf-global--spacer--md);
334
+ padding-left: var(--pf-v5-global--spacer--lg);
335
+ padding-right: var(--pf-v5-global--spacer--lg);
336
+ padding-top: var(--pf-v5-global--spacer--md);
337
337
  }
338
338
  @media (min-width: 768px) {
339
339
  .pfext-catalog-page__overlay-body {
@@ -371,12 +371,12 @@
371
371
  }
372
372
 
373
373
  @media screen and (min-width: 768px) {
374
- .pf-c-modal-box.pfext-catalog-page__overlay {
374
+ .pf-v5-c-modal-box.pfext-catalog-page__overlay {
375
375
  width: 600px;
376
376
  }
377
377
  }
378
378
  @media screen and (min-width: 992px) {
379
- .pf-c-modal-box.pfext-catalog-page__overlay {
379
+ .pf-v5-c-modal-box.pfext-catalog-page__overlay {
380
380
  width: 900px;
381
381
  }
382
382
  }
@@ -409,7 +409,7 @@
409
409
  }
410
410
 
411
411
  .properties-side-panel-pf-property-value__capability-level {
412
- color: var(--pf-global--Color--400);
412
+ color: var(--pf-v5-global--Color--400);
413
413
  margin-bottom: 5px;
414
414
  position: relative;
415
415
  }
@@ -420,7 +420,7 @@
420
420
  display: none;
421
421
  }
422
422
  .properties-side-panel-pf-property-value__capability-level::before {
423
- border: 1px solid var(--pf-global--Color--400);
423
+ border: 1px solid var(--pf-v5-global--Color--400);
424
424
  border-radius: 10px;
425
425
  content: "";
426
426
  height: 14px;
@@ -430,7 +430,7 @@
430
430
  width: 14px;
431
431
  }
432
432
  .properties-side-panel-pf-property-value__capability-level:not(:last-child)::after {
433
- background: var(--pf-global--Color--400);
433
+ background: var(--pf-v5-global--Color--400);
434
434
  content: "";
435
435
  height: 6px;
436
436
  left: -13px;
@@ -453,7 +453,7 @@
453
453
  padding: 40px 20px;
454
454
  }
455
455
  .pfext-status-box__loading-message {
456
- margin-top: var(--pf-global--spacer--sm);
456
+ margin-top: var(--pf-v5-global--spacer--sm);
457
457
  }
458
458
 
459
459
  .pfext-status-box--loading {
@@ -505,27 +505,27 @@
505
505
  }
506
506
  }
507
507
  .pfext-page-layout__content {
508
- padding: var(--pf-global--spacer--lg);
508
+ padding: var(--pf-v5-global--spacer--lg);
509
509
  flex: 1;
510
510
  }
511
511
  .pfext-page-layout__header {
512
512
  padding-top: 1px;
513
- background-color: var(--pf-global--BackgroundColor--light-100);
513
+ background-color: var(--pf-v5-global--BackgroundColor--light-100);
514
514
  }
515
515
  .pfext-page-layout__hint {
516
- padding-left: var(--pf-global--spacer--lg);
517
- padding-right: var(--pf-global--spacer--lg);
518
- padding-bottom: var(--pf-global--spacer--md);
516
+ padding-left: var(--pf-v5-global--spacer--lg);
517
+ padding-right: var(--pf-v5-global--spacer--lg);
518
+ padding-bottom: var(--pf-v5-global--spacer--md);
519
519
  font-size: 14px;
520
520
  }
521
521
  .pfext-page-layout__title {
522
- padding-left: var(--pf-global--spacer--lg);
523
- padding-right: var(--pf-global--spacer--lg);
524
- font-size: var(--pf-global--FontSize--2xl);
522
+ padding-left: var(--pf-v5-global--spacer--lg);
523
+ padding-right: var(--pf-v5-global--spacer--lg);
524
+ font-size: var(--pf-v5-global--FontSize--2xl);
525
525
  margin-top: 23px;
526
526
  margin-bottom: 11.5px;
527
- font-family: var(--pf-global--FontFamily--heading--sans-serif);
528
- font-weight: var(--pf-global--FontWeight--normal);
527
+ font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
528
+ font-weight: var(--pf-v5-global--FontWeight--normal);
529
529
  line-height: 1.1;
530
530
  }
531
531
 
@@ -550,16 +550,16 @@
550
550
  .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
551
551
  display: none;
552
552
  }
553
- .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert {
554
- margin: var(--pf-global--spacer--md) 0;
553
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert {
554
+ margin: var(--pf-v5-global--spacer--md) 0;
555
555
  }
556
- .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert .pf-c-alert__title {
556
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title {
557
557
  margin-top: 0;
558
558
  margin-bottom: 0;
559
- font-weight: var(--pf-c-alert__title--FontWeight);
559
+ font-weight: var(--pf-v5-c-alert__title--FontWeight);
560
560
  font-family: inherit;
561
561
  line-height: inherit;
562
- color: var(--pf-c-alert__title--Color);
562
+ color: var(--pf-v5-c-alert__title--Color);
563
563
  word-break: break-word;
564
564
  }
565
565
 
@@ -603,14 +603,14 @@
603
603
  mix-blend-mode: hard-light;
604
604
  }
605
605
  .pfext-spotlight__element-highlight-noanimate {
606
- border: var(--pf-global--BorderWidth--xl) solid var(--pf-global--palette--blue-200);
607
- background-color: var(--pf-global--palette--black-500);
606
+ border: var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);
607
+ background-color: var(--pf-v5-global--palette--black-500);
608
608
  z-index: 9999;
609
609
  }
610
610
  .pfext-spotlight__element-highlight-animate {
611
611
  pointer-events: none;
612
612
  position: absolute;
613
- box-shadow: inset 0px 0px 0px 4px var(--pf-global--palette--blue-200);
613
+ box-shadow: inset 0px 0px 0px 4px var(--pf-v5-global--palette--blue-200);
614
614
  opacity: 0;
615
615
  animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
616
616
  animation-fill-mode: forwards;
@@ -624,14 +624,14 @@
624
624
  bottom: 0;
625
625
  animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
626
626
  animation-fill-mode: forwards;
627
- outline: 4px solid var(--pf-global--palette--blue-200);
627
+ outline: 4px solid var(--pf-v5-global--palette--blue-200);
628
628
  outline-offset: -4px;
629
629
  }
630
630
 
631
631
  .pfext-markdown-view h1, .pfext-markdown-view h2, .pfext-markdown-view h3, .pfext-markdown-view h4, .pfext-markdown-view h5, .pfext-markdown-view h6,
632
632
  .pfext-markdown-view .h1, .pfext-markdown-view .h2, .pfext-markdown-view .h3, .pfext-markdown-view .h4, .pfext-markdown-view .h5, .pfext-markdown-view .h6 {
633
- font-family: var(--pf-global--FontFamily--heading--sans-serif);
634
- font-weight: var(--pf-global--FontWeight--normal);
633
+ font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
634
+ font-weight: var(--pf-v5-global--FontWeight--normal);
635
635
  line-height: 1.1;
636
636
  color: inherit;
637
637
  }
@@ -648,22 +648,22 @@
648
648
  margin-bottom: 11.5px;
649
649
  }
650
650
  .pfext-markdown-view h1, .pfext-markdown-view .h1 {
651
- font-size: var(--pf-global--FontSize--2xl);
651
+ font-size: var(--pf-v5-global--FontSize--2xl);
652
652
  }
653
653
  .pfext-markdown-view h2, .pfext-markdown-view .h2 {
654
654
  font-size: 20px;
655
655
  }
656
656
  .pfext-markdown-view h3, .pfext-markdown-view .h3 {
657
- font-size: var(--pf-global--FontSize--lg);
657
+ font-size: var(--pf-v5-global--FontSize--lg);
658
658
  }
659
659
  .pfext-markdown-view h4, .pfext-markdown-view .h4 {
660
- font-size: var(--pf-global--FontSize--md);
660
+ font-size: var(--pf-v5-global--FontSize--md);
661
661
  }
662
662
  .pfext-markdown-view h5, .pfext-markdown-view .h5 {
663
- font-size: var(--pf-global--FontSize--md);
663
+ font-size: var(--pf-v5-global--FontSize--md);
664
664
  }
665
665
  .pfext-markdown-view h6, .pfext-markdown-view .h6 {
666
- font-size: var(--pf-global--FontSize--md);
666
+ font-size: var(--pf-v5-global--FontSize--md);
667
667
  }
668
668
  .pfext-markdown-view p {
669
669
  margin: 0 0 11.5px;
@@ -766,7 +766,7 @@
766
766
  z-index: 0;
767
767
  position: relative;
768
768
  }
769
- .pfext-quick-start-drawer__modal > .pf-c-modal-box__footer {
769
+ .pfext-quick-start-drawer__modal > .pf-v5-c-modal-box__footer {
770
770
  display: block;
771
771
  }
772
772
 
@@ -774,22 +774,22 @@
774
774
  position: sticky;
775
775
  top: 0px;
776
776
  background: inherit;
777
- z-index: var(--pf-global--ZIndex--xs);
777
+ z-index: var(--pf-v5-global--ZIndex--xs);
778
778
  }
779
779
  .pfext-quick-start-panel-content__header__shadow {
780
- box-shadow: var(--pf-global--BoxShadow--sm-bottom);
780
+ box-shadow: var(--pf-v5-global--BoxShadow--sm-bottom);
781
781
  }
782
782
  .pfext-quick-start-panel-content__header--blue-white {
783
- background-color: var(--pf-global--palette--blue-400);
783
+ background-color: var(--pf-v5-global--palette--blue-400);
784
784
  }
785
785
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__title {
786
- color: var(--pf-global--Color--light-100);
786
+ color: var(--pf-v5-global--Color--light-100);
787
787
  }
788
788
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
789
- color: var(--pf-global--Color--light-200);
789
+ color: var(--pf-v5-global--Color--light-200);
790
790
  }
791
791
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__close-button button {
792
- color: var(--pf-global--Color--light-100) !important;
792
+ color: var(--pf-v5-global--Color--light-100) !important;
793
793
  }
794
794
  .pfext-quick-start-panel-content__body {
795
795
  display: flex;
@@ -802,33 +802,22 @@
802
802
  }
803
803
  .pfext-quick-start-panel-content__duration {
804
804
  display: inline-block;
805
- font-size: var(--pf-global--FontSize--md);
805
+ font-size: var(--pf-v5-global--FontSize--md);
806
806
  font-weight: 400;
807
807
  line-height: 1;
808
808
  color: #9c9c9c;
809
809
  }
810
810
  .pfext-quick-start-panel-content__footer__shadow {
811
- box-shadow: var(--pf-global--BoxShadow--sm-top);
811
+ box-shadow: var(--pf-v5-global--BoxShadow--sm-top);
812
812
  }
813
813
 
814
814
  .pfext-quick-start-catalog__gallery {
815
- --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
815
+ --pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
816
816
  }
817
817
  .pfext-quick-start-catalog__gallery-item {
818
818
  display: inherit !important;
819
819
  }
820
820
 
821
- .pfext-quick-start-tile {
822
- height: 100%;
823
- }
824
- .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
825
- display: block;
826
- -webkit-line-clamp: unset;
827
- }
828
- .pfext-quick-start-tile .catalog-tile-pf-icon {
829
- display: flex;
830
- }
831
-
832
821
  .pfext-quick-start-tile-description {
833
822
  display: -webkit-box;
834
823
  overflow: hidden;
@@ -842,27 +831,38 @@
842
831
  display: inline-flex;
843
832
  }
844
833
  .pfext-quick-start-tile-prerequisites__text {
845
- margin-right: var(--pf-global--spacer--sm);
846
- font-size: var(--pf-global--FontSize--md);
834
+ margin-right: var(--pf-v5-global--spacer--sm);
835
+ font-size: var(--pf-v5-global--FontSize--md);
847
836
  margin-top: 11.5px;
848
837
  margin-bottom: 11.5px;
849
- font-family: var(--pf-global--FontFamily--heading--sans-serif);
850
- font-weight: var(--pf-global--FontWeight--normal);
838
+ font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
839
+ font-weight: var(--pf-v5-global--FontWeight--normal);
851
840
  line-height: 1.1;
852
841
  }
853
842
  .pfext-quick-start-tile-prerequisites-list {
854
843
  padding-left: 20px;
855
844
  }
856
845
 
846
+ .pfext-quick-start-tile {
847
+ height: 100%;
848
+ }
849
+ .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
850
+ display: block;
851
+ -webkit-line-clamp: unset;
852
+ }
853
+ .pfext-quick-start-tile .catalog-tile-pf-icon {
854
+ display: flex;
855
+ }
856
+
857
857
  .pfext-quick-start-tile-header__status {
858
- margin: var(--pf-global--spacer--sm) 0;
858
+ margin: var(--pf-v5-global--spacer--sm) 0;
859
859
  }
860
860
  .pfext-quick-start-tile-header--margin {
861
- margin-right: var(--pf-global--spacer--sm);
862
- margin-bottom: var(--pf-global--spacer--sm);
861
+ margin-right: var(--pf-v5-global--spacer--sm);
862
+ margin-bottom: var(--pf-v5-global--spacer--sm);
863
863
  }
864
- .pfext-quick-start-tile-header .pf-c-badge:not(:last-of-type) {
865
- margin-right: var(--pf-global--spacer--sm);
864
+ .pfext-quick-start-tile-header .pf-v5-c-badge:not(:last-of-type) {
865
+ margin-right: var(--pf-v5-global--spacer--sm);
866
866
  }
867
867
 
868
868
  .pfext-markdown-view.is-empty {
@@ -888,62 +888,62 @@
888
888
  max-width: 500px;
889
889
  }
890
890
  .pfext-quick-start-catalog-filter__count {
891
- font-weight: var(--pf-global--FontWeight--bold);
891
+ font-weight: var(--pf-v5-global--FontWeight--bold);
892
892
  }
893
893
 
894
- .pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
895
- --pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--sm);
896
- --pf-c-toolbar--PaddingTop: var(--pf-global--spacer--sm);
897
- --pf-c-toolbar--RowGap: 0;
894
+ .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
895
+ --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-global--spacer--sm);
896
+ --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--sm);
897
+ --pf-v5-c-toolbar--RowGap: 0;
898
898
  font-size: 14px;
899
899
  }
900
- .pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-c-select {
901
- --pf-c-select__toggle--FontSize: 14px;
900
+ .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-select {
901
+ --pf-v5-c-select__toggle--FontSize: 14px;
902
902
  }
903
- .pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-c-check {
904
- --pf-c-check__label--FontSize: 14px;
903
+ .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-check {
904
+ --pf-v5-c-check__label--FontSize: 14px;
905
905
  }
906
906
 
907
907
  .pfext-quick-start-content {
908
908
  flex: 1 1 0;
909
909
  overflow: auto;
910
- padding: var(--pf-global--spacer--lg);
910
+ padding: var(--pf-v5-global--spacer--lg);
911
911
  font-size: 16px;
912
912
  }
913
- .pfext-quick-start-content .pf-c-alert__description p {
913
+ .pfext-quick-start-content .pf-v5-c-alert__description p {
914
914
  font-size: 13px;
915
915
  }
916
916
 
917
917
  .pfext-quick-start-footer {
918
- background-color: var(--pf-global--BackgroundColor--100);
918
+ background-color: var(--pf-v5-global--BackgroundColor--100);
919
919
  flex: 0 0 auto;
920
- padding: var(--pf-global--spacer--md) var(--pf-global--spacer--lg);
920
+ padding: var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg);
921
921
  }
922
922
  .pfext-quick-start-footer__actionbtn {
923
- margin-right: var(--pf-global--spacer--md);
923
+ margin-right: var(--pf-v5-global--spacer--md);
924
924
  }
925
925
  .pfext-quick-start-footer__restartbtn {
926
926
  float: right;
927
927
  }
928
928
 
929
929
  .pfext-quick-start-intro__prereq {
930
- margin-bottom: var(--pf-global--spacer--md);
930
+ margin-bottom: var(--pf-v5-global--spacer--md);
931
931
  }
932
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
933
- margin-top: var(--pf-global--spacer--sm);
932
+ .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
933
+ margin-top: var(--pf-v5-global--spacer--sm);
934
934
  }
935
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
935
+ .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
936
936
  padding-top: 0;
937
937
  padding-bottom: 0;
938
938
  }
939
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
940
- margin-left: var(--pf-global--spacer--sm);
939
+ .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
940
+ margin-left: var(--pf-v5-global--spacer--sm);
941
941
  }
942
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
943
- color: var(--pf-c-expandable-section__toggle--Color);
942
+ .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
943
+ color: var(--pf-v5-c-expandable-section__toggle--Color);
944
944
  }
945
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
946
- --pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color);
945
+ .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
946
+ --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
947
947
  }
948
948
  .pfext-quick-start-intro__prereq-list {
949
949
  padding-left: 20px;
@@ -959,29 +959,29 @@
959
959
  .pfext-quick-start-tasks__list button::before {
960
960
  content: none;
961
961
  }
962
- .pfext-quick-start-tasks__list li.pf-c-wizard__nav-item {
962
+ .pfext-quick-start-tasks__list li.pf-v5-c-wizard__nav-item {
963
963
  list-style-type: none;
964
964
  display: flex;
965
965
  flex-wrap: wrap;
966
966
  align-items: center;
967
- margin-bottom: var(--pf-global--spacer--xs);
967
+ margin-bottom: var(--pf-v5-global--spacer--xs);
968
968
  }
969
969
  .pfext-quick-start-tasks__list .pfext-quick-start-task__content {
970
- margin-bottom: var(--pf-global--spacer--md);
970
+ margin-bottom: var(--pf-v5-global--spacer--md);
971
971
  }
972
972
  .pfext-quick-start-tasks__list .task-pflist-title {
973
973
  font-size: 14px !important;
974
974
  margin-bottom: 6px;
975
975
  }
976
976
  .pfext-quick-start-tasks__list .task-pflist-subtitle {
977
- color: var(--pf-global--Color--200);
977
+ color: var(--pf-v5-global--Color--200);
978
978
  font-size: 16px;
979
979
  }
980
980
  .pfext-quick-start-tasks__list .task-pflist-list {
981
981
  font-size: 16px;
982
982
  }
983
983
  .pfext-quick-start-tasks__list .task-pflist-list--prereq {
984
- padding-left: var(--pf-global--spacer--lg);
984
+ padding-left: var(--pf-v5-global--spacer--lg);
985
985
  }
986
986
  .pfext-quick-start-tasks__list .task-pflist-list--prereq li + li {
987
987
  margin-top: 4px;
@@ -1006,22 +1006,22 @@
1006
1006
  position: relative;
1007
1007
  left: 4px;
1008
1008
  }
1009
- .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-c-alert {
1010
- margin: var(--pf-global--spacer--md) 0;
1009
+ .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert {
1010
+ margin: var(--pf-v5-global--spacer--md) 0;
1011
1011
  }
1012
- .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-c-alert__title {
1012
+ .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert__title {
1013
1013
  margin-top: 0;
1014
1014
  margin-bottom: 0;
1015
- font-weight: var(--pf-c-alert__title--FontWeight);
1015
+ font-weight: var(--pf-v5-c-alert__title--FontWeight);
1016
1016
  font-family: inherit;
1017
1017
  line-height: inherit;
1018
- color: var(--pf-c-alert__title--Color);
1018
+ color: var(--pf-v5-c-alert__title--Color);
1019
1019
  word-break: break-word;
1020
1020
  }
1021
1021
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note {
1022
- background-color: var(--pf-global--palette--blue-50);
1023
- border-color: var(--pf-global--active-color--200);
1024
- margin: var(--pf-global--spacer--md) 0;
1022
+ background-color: var(--pf-v5-global--palette--blue-50);
1023
+ border-color: var(--pf-v5-global--active-color--200);
1024
+ margin: var(--pf-v5-global--spacer--md) 0;
1025
1025
  }
1026
1026
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body {
1027
1027
  font-size: 14px;
@@ -1038,41 +1038,41 @@
1038
1038
  display: flex;
1039
1039
  flex-wrap: wrap;
1040
1040
  align-items: center;
1041
- margin-bottom: var(--pf-global--spacer--xs);
1041
+ margin-bottom: var(--pf-v5-global--spacer--xs);
1042
1042
  }
1043
1043
 
1044
1044
  .pfext-quick-start-task-header {
1045
- margin-bottom: var(--pf-global--spacer--sm);
1045
+ margin-bottom: var(--pf-v5-global--spacer--sm);
1046
1046
  display: grid;
1047
1047
  grid-template-columns: min-content auto;
1048
- font-size: var(--pf-global--FontSize--md);
1048
+ font-size: var(--pf-v5-global--FontSize--md);
1049
1049
  }
1050
1050
  .pfext-quick-start-task-header button::before {
1051
1051
  content: none;
1052
1052
  }
1053
1053
  .pfext-quick-start-task-header__title {
1054
- color: var(--pf-global--primary-color--100) !important;
1055
- margin-right: var(--pf-global--spacer--md) !important;
1054
+ color: var(--pf-v5-global--primary-color--100) !important;
1055
+ margin-right: var(--pf-v5-global--spacer--md) !important;
1056
1056
  }
1057
1057
  .pfext-quick-start-task-header__subtitle {
1058
- font-size: var(--pf-global--FontSize--sm);
1059
- color: var(--pf-global--Color--dark-200) !important;
1058
+ font-size: var(--pf-v5-global--FontSize--sm);
1059
+ color: var(--pf-v5-global--Color--dark-200) !important;
1060
1060
  }
1061
1061
  .pfext-quick-start-task-header__tryagain {
1062
1062
  display: block;
1063
- font-size: var(--pf-global--FontSize--md);
1064
- color: var(--pf-global--Color--300) !important;
1063
+ font-size: var(--pf-v5-global--FontSize--md);
1064
+ color: var(--pf-v5-global--Color--300) !important;
1065
1065
  }
1066
1066
  .pfext-quick-start-task-header__title-success {
1067
- color: var(--pf-global--success-color--100) !important;
1067
+ color: var(--pf-v5-global--success-color--100) !important;
1068
1068
  }
1069
1069
  .pfext-quick-start-task-header__title-failed {
1070
- color: var(--pf-global--danger-color--100) !important;
1070
+ color: var(--pf-v5-global--danger-color--100) !important;
1071
1071
  }
1072
1072
  .pfext-quick-start-task-header__task-icon-init {
1073
- background-color: var(--pf-global--primary-color--100);
1074
- border-radius: var(--pf-global--BorderRadius--lg);
1075
- color: var(--pf-global--Color--light-100);
1073
+ background-color: var(--pf-v5-global--primary-color--100);
1074
+ border-radius: var(--pf-v5-global--BorderRadius--lg);
1075
+ color: var(--pf-v5-global--Color--light-100);
1076
1076
  display: inline-flex;
1077
1077
  justify-content: center;
1078
1078
  height: 1.5em;
@@ -1082,44 +1082,40 @@
1082
1082
  vertical-align: middle !important;
1083
1083
  }
1084
1084
  .pfext-quick-start-task-header__task-icon-success {
1085
- color: var(--pf-global--success-color--100) !important;
1085
+ color: var(--pf-v5-global--success-color--100) !important;
1086
1086
  }
1087
1087
  .pfext-quick-start-task-header__task-icon-failed {
1088
- color: var(--pf-global--danger-color--100) !important;
1088
+ color: var(--pf-v5-global--danger-color--100) !important;
1089
1089
  }
1090
1090
 
1091
1091
  .pfext-quick-start-task-review-alert {
1092
- margin: var(--pf-global--spacer--lg) 0;
1092
+ margin: var(--pf-v5-global--spacer--lg) 0;
1093
1093
  }
1094
1094
 
1095
1095
  .pfext-quick-start-task-review {
1096
- font-size: var(--pf-global--FontSize--md);
1097
- line-height: var(--pf-global--FontSize--xl);
1098
- font-family: var(--pf-global--FontFamily--heading--sans-serif);
1096
+ font-size: var(--pf-v5-global--FontSize--md);
1097
+ line-height: var(--pf-v5-global--FontSize--xl);
1098
+ font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
1099
1099
  }
1100
1100
  .pfext-quick-start-task-review__actions {
1101
1101
  display: flex;
1102
1102
  align-items: flex-start;
1103
- margin-bottom: var(--pf-global--spacer--sm);
1103
+ margin-bottom: var(--pf-v5-global--spacer--sm);
1104
1104
  }
1105
1105
  .pfext-quick-start-task-review__actions input[type=radio] {
1106
1106
  margin-top: 0;
1107
1107
  margin-right: 0;
1108
1108
  }
1109
1109
  .pfext-quick-start-task-review__radio {
1110
- margin-right: var(--pf-global--spacer--xl) !important;
1110
+ margin-right: var(--pf-v5-global--spacer--xl) !important;
1111
1111
  }
1112
1112
  .pfext-quick-start-task-review--success {
1113
- color: var(--pf-global--success-color--100) !important;
1113
+ color: var(--pf-v5-global--success-color--100) !important;
1114
1114
  }
1115
1115
  .pfext-quick-start-task-review--failed {
1116
1116
  color: var(--pf-chart-global--danger--Color--100);
1117
1117
  }
1118
1118
 
1119
- .pfext-modal {
1120
- position: absolute !important;
1121
- }
1122
-
1123
1119
  .pfext-markdown-view .pfext-code-block__pre {
1124
1120
  /* override the styles applied by showdown while parsing <pre /> */
1125
1121
  display: flex;
@@ -1141,19 +1137,23 @@
1141
1137
  .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
1142
1138
  display: none;
1143
1139
  }
1144
- .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert {
1145
- margin: var(--pf-global--spacer--md) 0;
1140
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert {
1141
+ margin: var(--pf-v5-global--spacer--md) 0;
1146
1142
  }
1147
- .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert .pf-c-alert__title {
1143
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title {
1148
1144
  margin-top: 0;
1149
1145
  margin-bottom: 0;
1150
- font-weight: var(--pf-c-alert__title--FontWeight);
1146
+ font-weight: var(--pf-v5-c-alert__title--FontWeight);
1151
1147
  font-family: inherit;
1152
1148
  line-height: inherit;
1153
- color: var(--pf-c-alert__title--Color);
1149
+ color: var(--pf-v5-c-alert__title--Color);
1154
1150
  word-break: break-word;
1155
1151
  }
1156
1152
 
1153
+ .pfext-modal {
1154
+ position: absolute !important;
1155
+ }
1156
+
1157
1157
  @keyframes pfext-spotlight-expand {
1158
1158
  0% {
1159
1159
  outline-offset: -4px;
@@ -1190,14 +1190,14 @@
1190
1190
  mix-blend-mode: hard-light;
1191
1191
  }
1192
1192
  .pfext-spotlight__element-highlight-noanimate {
1193
- border: var(--pf-global--BorderWidth--xl) solid var(--pf-global--palette--blue-200);
1194
- background-color: var(--pf-global--palette--black-500);
1193
+ border: var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);
1194
+ background-color: var(--pf-v5-global--palette--black-500);
1195
1195
  z-index: 9999;
1196
1196
  }
1197
1197
  .pfext-spotlight__element-highlight-animate {
1198
1198
  pointer-events: none;
1199
1199
  position: absolute;
1200
- box-shadow: inset 0px 0px 0px 4px var(--pf-global--palette--blue-200);
1200
+ box-shadow: inset 0px 0px 0px 4px var(--pf-v5-global--palette--blue-200);
1201
1201
  opacity: 0;
1202
1202
  animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
1203
1203
  animation-fill-mode: forwards;
@@ -1211,25 +1211,25 @@
1211
1211
  bottom: 0;
1212
1212
  animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
1213
1213
  animation-fill-mode: forwards;
1214
- outline: 4px solid var(--pf-global--palette--blue-200);
1214
+ outline: 4px solid var(--pf-v5-global--palette--blue-200);
1215
1215
  outline-offset: -4px;
1216
1216
  }@charset "UTF-8";
1217
1217
  /**
1218
1218
  Patternfly React Extensions Partials
1219
1219
  */
1220
1220
  :root {
1221
- --vertical-tab-pf-color: var(--pf-global--Color--100);
1222
- --vertical-tab-pf-active-color: var(--pf-global--active-color--100);
1221
+ --vertical-tab-pf-color: var(--pf-v5-global--Color--100);
1222
+ --vertical-tab-pf-active-color: var(--pf-v5-global--active-color--100);
1223
1223
  }
1224
1224
 
1225
1225
  .catalog-tile-pf.featured {
1226
- border-top: 2px solid var(--pf-global--active-color--100);
1226
+ border-top: 2px solid var(--pf-v5-global--active-color--100);
1227
1227
  }
1228
1228
  .catalog-tile-pf:active, .catalog-tile-pf:hover, .catalog-tile-pf:focus, .catalog-tile-pf:visited {
1229
1229
  color: inherit;
1230
1230
  text-decoration: none;
1231
1231
  }
1232
- .catalog-tile-pf .pf-c-card__actions {
1232
+ .catalog-tile-pf .pf-v5-c-card__actions {
1233
1233
  padding-left: 5px;
1234
1234
  }
1235
1235
 
@@ -1243,7 +1243,7 @@
1243
1243
  font-weight: 400;
1244
1244
  }
1245
1245
  .catalog-tile-pf-header .catalog-tile-pf-subtitle {
1246
- color: var(--pf-global--Color--200);
1246
+ color: var(--pf-v5-global--Color--200);
1247
1247
  font-size: 13px;
1248
1248
  font-weight: initial;
1249
1249
  }
@@ -1278,103 +1278,103 @@
1278
1278
  -webkit-line-clamp: 1;
1279
1279
  }
1280
1280
 
1281
- .pf-c-clipboard-copy {
1282
- --pf-c-clipboard-copy__toggle-icon--Transition: .2s ease-in 0s;
1283
- --pf-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
1284
- --pf-c-clipboard-copy__expandable-content--PaddingTop: var(--pf-global--spacer--md);
1285
- --pf-c-clipboard-copy__expandable-content--PaddingRight: var(--pf-global--spacer--md);
1286
- --pf-c-clipboard-copy__expandable-content--PaddingBottom: var(--pf-global--spacer--md);
1287
- --pf-c-clipboard-copy__expandable-content--PaddingLeft: var(--pf-global--spacer--md);
1288
- --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
1289
- --pf-c-clipboard-copy__expandable-content--BorderTopWidth: 0;
1290
- --pf-c-clipboard-copy__expandable-content--BorderRightWidth: var(--pf-global--BorderWidth--sm);
1291
- --pf-c-clipboard-copy__expandable-content--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
1292
- --pf-c-clipboard-copy__expandable-content--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
1293
- --pf-c-clipboard-copy__expandable-content--BorderColor: var(--pf-global--BorderColor--100);
1294
- --pf-c-clipboard-copy__expandable-content--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
1295
- --pf-c-clipboard-copy--m-inline--PaddingTop: 0;
1296
- --pf-c-clipboard-copy--m-inline--PaddingBottom: 0;
1297
- --pf-c-clipboard-copy--m-inline--PaddingLeft: var(--pf-global--spacer--xs);
1298
- --pf-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-global--BackgroundColor--200);
1299
- --pf-c-clipboard-copy__text--m-code--FontFamily: var(--pf-global--FontFamily--monospace);
1300
- --pf-c-clipboard-copy__text--m-code--FontSize: var(--pf-global--FontSize--sm);
1301
- --pf-c-clipboard-copy__actions-item--MarginTop: calc(-1 * var(--pf-global--spacer--form-element));
1302
- --pf-c-clipboard-copy__actions-item--MarginBottom: calc(-1 * var(--pf-global--spacer--form-element));
1303
- --pf-c-clipboard-copy__actions-item--button--PaddingTop: var(--pf-global--spacer--xs);
1304
- --pf-c-clipboard-copy__actions-item--button--PaddingRight: var(--pf-global--spacer--sm);
1305
- --pf-c-clipboard-copy__actions-item--button--PaddingBottom: var(--pf-global--spacer--xs);
1306
- --pf-c-clipboard-copy__actions-item--button--PaddingLeft: var(--pf-global--spacer--sm);
1307
- }
1308
- .pf-c-clipboard-copy.pf-m-inline {
1281
+ .pf-v5-c-clipboard-copy {
1282
+ --pf-v5-c-clipboard-copy__toggle-icon--Transition: .2s ease-in 0s;
1283
+ --pf-v5-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
1284
+ --pf-v5-c-clipboard-copy__expandable-content--PaddingTop: var(--pf-v5-global--spacer--md);
1285
+ --pf-v5-c-clipboard-copy__expandable-content--PaddingRight: var(--pf-v5-global--spacer--md);
1286
+ --pf-v5-c-clipboard-copy__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
1287
+ --pf-v5-c-clipboard-copy__expandable-content--PaddingLeft: var(--pf-v5-global--spacer--md);
1288
+ --pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
1289
+ --pf-v5-c-clipboard-copy__expandable-content--BorderTopWidth: 0;
1290
+ --pf-v5-c-clipboard-copy__expandable-content--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
1291
+ --pf-v5-c-clipboard-copy__expandable-content--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
1292
+ --pf-v5-c-clipboard-copy__expandable-content--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
1293
+ --pf-v5-c-clipboard-copy__expandable-content--BorderColor: var(--pf-v5-global--BorderColor--100);
1294
+ --pf-v5-c-clipboard-copy__expandable-content--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
1295
+ --pf-v5-c-clipboard-copy--m-inline--PaddingTop: 0;
1296
+ --pf-v5-c-clipboard-copy--m-inline--PaddingBottom: 0;
1297
+ --pf-v5-c-clipboard-copy--m-inline--PaddingLeft: var(--pf-v5-global--spacer--xs);
1298
+ --pf-v5-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
1299
+ --pf-v5-c-clipboard-copy__text--m-code--FontFamily: var(--pf-v5-global--FontFamily--monospace);
1300
+ --pf-v5-c-clipboard-copy__text--m-code--FontSize: var(--pf-v5-global--FontSize--sm);
1301
+ --pf-v5-c-clipboard-copy__actions-item--MarginTop: calc(-1 * var(--pf-v5-global--spacer--form-element));
1302
+ --pf-v5-c-clipboard-copy__actions-item--MarginBottom: calc(-1 * var(--pf-v5-global--spacer--form-element));
1303
+ --pf-v5-c-clipboard-copy__actions-item--button--PaddingTop: var(--pf-v5-global--spacer--xs);
1304
+ --pf-v5-c-clipboard-copy__actions-item--button--PaddingRight: var(--pf-v5-global--spacer--sm);
1305
+ --pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom: var(--pf-v5-global--spacer--xs);
1306
+ --pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft: var(--pf-v5-global--spacer--sm);
1307
+ }
1308
+ .pf-v5-c-clipboard-copy.pf-m-inline {
1309
1309
  display: inline;
1310
- padding-top: var(--pf-c-clipboard-copy--m-inline--PaddingTop);
1311
- padding-bottom: var(--pf-c-clipboard-copy--m-inline--PaddingBottom);
1312
- padding-left: var(--pf-c-clipboard-copy--m-inline--PaddingLeft);
1310
+ padding-top: var(--pf-v5-c-clipboard-copy--m-inline--PaddingTop);
1311
+ padding-bottom: var(--pf-v5-c-clipboard-copy--m-inline--PaddingBottom);
1312
+ padding-left: var(--pf-v5-c-clipboard-copy--m-inline--PaddingLeft);
1313
1313
  white-space: nowrap;
1314
- background-color: var(--pf-c-clipboard-copy--m-inline--BackgroundColor);
1314
+ background-color: var(--pf-v5-c-clipboard-copy--m-inline--BackgroundColor);
1315
1315
  }
1316
- .pf-c-clipboard-copy.pf-m-inline.pf-m-block {
1316
+ .pf-v5-c-clipboard-copy.pf-m-inline.pf-m-block {
1317
1317
  display: block;
1318
1318
  }
1319
1319
 
1320
- .pf-c-clipboard-copy__text {
1320
+ .pf-v5-c-clipboard-copy__text {
1321
1321
  word-break: break-word;
1322
1322
  white-space: normal;
1323
1323
  }
1324
1324
 
1325
- .pf-c-clipboard-copy__actions {
1325
+ .pf-v5-c-clipboard-copy__actions {
1326
1326
  display: inline-flex;
1327
1327
  }
1328
1328
 
1329
- .pf-c-clipboard-copy__actions-item {
1330
- margin-top: calc(-1 * var(--pf-c-clipboard-copy__actions-item--button--PaddingTop));
1331
- margin-bottom: calc(-1 * var(--pf-c-clipboard-copy__actions-item--button--PaddingBottom));
1329
+ .pf-v5-c-clipboard-copy__actions-item {
1330
+ margin-top: calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop));
1331
+ margin-bottom: calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom));
1332
1332
  }
1333
- .pf-c-clipboard-copy__actions-item .pf-c-button {
1334
- --pf-c-button--PaddingTop: var(--pf-c-clipboard-copy__actions-item--button--PaddingTop);
1335
- --pf-c-button--PaddingRight: var(--pf-c-clipboard-copy__actions-item--button--PaddingRight);
1336
- --pf-c-button--PaddingBottom: var(--pf-c-clipboard-copy__actions-item--button--PaddingBottom);
1337
- --pf-c-button--PaddingLeft: var(--pf-c-clipboard-copy__actions-item--button--PaddingLeft);
1333
+ .pf-v5-c-clipboard-copy__actions-item .pf-v5-c-button {
1334
+ --pf-v5-c-button--PaddingTop: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop);
1335
+ --pf-v5-c-button--PaddingRight: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingRight);
1336
+ --pf-v5-c-button--PaddingBottom: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom);
1337
+ --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
1338
1338
  }
1339
1339
 
1340
- :where(.pf-theme-dark) .pf-c-clipboard-copy {
1341
- --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
1340
+ :where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy {
1341
+ --pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
1342
1342
  }
1343
1343
 
1344
- .pf-c-code-block {
1345
- --pf-c-code-block--BackgroundColor: var(--pf-global--BackgroundColor--200);
1346
- --pf-c-code-block__header--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
1347
- --pf-c-code-block__header--BorderBottomColor: var(--pf-global--BorderColor--100);
1348
- --pf-c-code-block__content--PaddingTop: var(--pf-global--spacer--md);
1349
- --pf-c-code-block__content--PaddingRight: var(--pf-global--spacer--md);
1350
- --pf-c-code-block__content--PaddingBottom: var(--pf-global--spacer--md);
1351
- --pf-c-code-block__content--PaddingLeft: var(--pf-global--spacer--md);
1352
- --pf-c-code-block__pre--FontFamily: var(--pf-global--FontFamily--monospace);
1353
- --pf-c-code-block__pre--FontSize: var(--pf-global--FontSize--sm);
1354
- background-color: var(--pf-c-code-block--BackgroundColor);
1344
+ .pf-v5-c-code-block {
1345
+ --pf-v5-c-code-block--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
1346
+ --pf-v5-c-code-block__header--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
1347
+ --pf-v5-c-code-block__header--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
1348
+ --pf-v5-c-code-block__content--PaddingTop: var(--pf-v5-global--spacer--md);
1349
+ --pf-v5-c-code-block__content--PaddingRight: var(--pf-v5-global--spacer--md);
1350
+ --pf-v5-c-code-block__content--PaddingBottom: var(--pf-v5-global--spacer--md);
1351
+ --pf-v5-c-code-block__content--PaddingLeft: var(--pf-v5-global--spacer--md);
1352
+ --pf-v5-c-code-block__pre--FontFamily: var(--pf-v5-global--FontFamily--monospace);
1353
+ --pf-v5-c-code-block__pre--FontSize: var(--pf-v5-global--FontSize--sm);
1354
+ background-color: var(--pf-v5-c-code-block--BackgroundColor);
1355
1355
  }
1356
1356
 
1357
- .pf-c-code-block__header {
1357
+ .pf-v5-c-code-block__header {
1358
1358
  display: flex;
1359
- border-bottom: var(--pf-c-code-block__header--BorderBottomWidth) solid var(--pf-c-code-block__header--BorderBottomColor);
1359
+ border-bottom: var(--pf-v5-c-code-block__header--BorderBottomWidth) solid var(--pf-v5-c-code-block__header--BorderBottomColor);
1360
1360
  }
1361
1361
 
1362
- .pf-c-code-block__actions {
1362
+ .pf-v5-c-code-block__actions {
1363
1363
  display: flex;
1364
1364
  margin-left: auto;
1365
1365
  }
1366
1366
 
1367
- .pf-c-code-block__content {
1368
- padding: var(--pf-c-code-block__content--PaddingTop) var(--pf-c-code-block__content--PaddingRight) var(--pf-c-code-block__content--PaddingBottom) var(--pf-c-code-block__content--PaddingLeft);
1367
+ .pf-v5-c-code-block__content {
1368
+ padding: var(--pf-v5-c-code-block__content--PaddingTop) var(--pf-v5-c-code-block__content--PaddingRight) var(--pf-v5-c-code-block__content--PaddingBottom) var(--pf-v5-c-code-block__content--PaddingLeft);
1369
1369
  }
1370
1370
 
1371
- .pf-c-code-block__pre {
1372
- font-family: var(--pf-c-code-block__pre--FontFamily);
1373
- font-size: var(--pf-c-code-block__pre--FontSize);
1371
+ .pf-v5-c-code-block__pre {
1372
+ font-family: var(--pf-v5-c-code-block__pre--FontFamily);
1373
+ font-size: var(--pf-v5-c-code-block__pre--FontSize);
1374
1374
  overflow-wrap: break-word;
1375
1375
  white-space: pre-wrap;
1376
1376
  }
1377
1377
 
1378
- .pf-c-code-block__code {
1379
- font-family: var(--pf-c-code-block__code--FontFamily, inherit);
1378
+ .pf-v5-c-code-block__code {
1379
+ font-family: var(--pf-v5-c-code-block__code--FontFamily, inherit);
1380
1380
  }