@patternfly/quickstarts 2.4.2 → 5.0.0-prerelease.1
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.
- package/README.md +32 -23
- package/dist/ConsoleInternal/components/markdown-view.d.ts +19 -19
- package/dist/ConsoleInternal/components/utils/camel-case-wrap.d.ts +6 -6
- package/dist/ConsoleInternal/components/utils/index.d.ts +3 -3
- package/dist/ConsoleInternal/components/utils/router.d.ts +9 -9
- package/dist/ConsoleInternal/components/utils/status-box.d.ts +20 -20
- package/dist/ConsoleInternal/module/k8s/types.d.ts +42 -42
- package/dist/ConsoleShared/index.d.ts +1 -1
- package/dist/ConsoleShared/src/components/index.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.d.ts +13 -13
- package/dist/ConsoleShared/src/components/markdown-extensions/accordion-extension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.d.ts +6 -6
- package/dist/ConsoleShared/src/components/markdown-extensions/admonition-extension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/code-extension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/const.d.ts +5 -5
- package/dist/ConsoleShared/src/components/markdown-extensions/index.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-extensions/utils.d.ts +1 -1
- package/dist/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.d.ts +7 -7
- package/dist/ConsoleShared/src/components/markdown-highlight-extension/highlight-consts.d.ts +4 -4
- package/dist/ConsoleShared/src/components/markdown-highlight-extension/index.d.ts +1 -1
- package/dist/ConsoleShared/src/components/modal/Modal.d.ts +9 -9
- package/dist/ConsoleShared/src/components/modal/index.d.ts +1 -1
- package/dist/ConsoleShared/src/components/popper/Portal.d.ts +8 -7
- package/dist/ConsoleShared/src/components/popper/SimplePopper.d.ts +6 -3
- package/dist/ConsoleShared/src/components/popper/index.d.ts +2 -2
- package/dist/ConsoleShared/src/components/spotlight/InteractiveSpotlight.d.ts +7 -7
- package/dist/ConsoleShared/src/components/spotlight/Spotlight.d.ts +7 -7
- package/dist/ConsoleShared/src/components/spotlight/StaticSpotlight.d.ts +7 -7
- package/dist/ConsoleShared/src/components/spotlight/index.d.ts +1 -1
- package/dist/ConsoleShared/src/components/status/GenericStatus.d.ts +12 -11
- package/dist/ConsoleShared/src/components/status/NotStartedIcon.d.ts +3 -2
- package/dist/ConsoleShared/src/components/status/PopoverStatus.d.ts +13 -12
- package/dist/ConsoleShared/src/components/status/Status.d.ts +11 -11
- package/dist/ConsoleShared/src/components/status/StatusIconAndText.d.ts +8 -8
- package/dist/ConsoleShared/src/components/status/icons.d.ts +9 -9
- package/dist/ConsoleShared/src/components/status/index.d.ts +1 -1
- package/dist/ConsoleShared/src/components/status/statuses.d.ts +5 -5
- package/dist/ConsoleShared/src/components/status/types.d.ts +9 -7
- package/dist/ConsoleShared/src/components/utils/FallbackImg.d.ts +9 -9
- package/dist/ConsoleShared/src/components/utils/index.d.ts +1 -1
- package/dist/ConsoleShared/src/constants/index.d.ts +1 -1
- package/dist/ConsoleShared/src/constants/ui.d.ts +1 -1
- package/dist/ConsoleShared/src/hooks/index.d.ts +6 -6
- package/dist/ConsoleShared/src/hooks/scroll.d.ts +8 -8
- package/dist/ConsoleShared/src/hooks/useBoundingClientRect.d.ts +3 -1
- package/dist/ConsoleShared/src/hooks/useEventListener.d.ts +1 -1
- package/dist/ConsoleShared/src/hooks/useForceRender.d.ts +4 -4
- package/dist/ConsoleShared/src/hooks/useResizeObserver.d.ts +1 -1
- package/dist/ConsoleShared/src/hooks/useScrollShadows.d.ts +7 -7
- package/dist/ConsoleShared/src/index.d.ts +4 -4
- package/dist/ConsoleShared/src/utils/index.d.ts +1 -1
- package/dist/ConsoleShared/src/utils/useCombineRefs.d.ts +2 -2
- package/dist/HelpTopicDrawer.d.ts +33 -32
- package/dist/HelpTopicPanelContent.d.ts +11 -11
- package/dist/QuickStartCatalogPage.d.ts +14 -14
- package/dist/QuickStartCloseModal.d.ts +8 -8
- package/dist/QuickStartController.d.ts +10 -10
- package/dist/QuickStartDrawer.d.ts +62 -62
- package/dist/QuickStartMarkdownView.d.ts +9 -9
- package/dist/QuickStartPanelContent.d.ts +15 -15
- package/dist/catalog/Catalog/QuickStartCatalogHeader.d.ts +6 -6
- package/dist/catalog/Catalog/QuickStartCatalogSection.d.ts +5 -5
- package/dist/catalog/Catalog/QuickStartCatalogToolbar.d.ts +5 -5
- package/dist/catalog/Catalog/index.d.ts +3 -3
- package/dist/catalog/QuickStartCatalog.d.ts +8 -8
- package/dist/catalog/QuickStartTile.d.ts +11 -11
- package/dist/catalog/QuickStartTileDescription.d.ts +8 -8
- package/dist/catalog/QuickStartTileFooter.d.ts +8 -8
- package/dist/catalog/QuickStartTileFooterExternal.d.ts +8 -8
- package/dist/catalog/QuickStartTileHeader.d.ts +12 -12
- package/dist/catalog/Toolbar/QuickStartCatalogFilter.d.ts +10 -10
- package/dist/catalog/Toolbar/QuickStartCatalogFilterItems.d.ts +31 -31
- package/dist/catalog/index.d.ts +9 -9
- package/dist/controller/QuickStartConclusion.d.ts +12 -12
- package/dist/controller/QuickStartContent.d.ts +14 -14
- package/dist/controller/QuickStartFooter.d.ts +14 -14
- package/dist/controller/QuickStartIntroduction.d.ts +12 -12
- package/dist/controller/QuickStartTaskHeader.d.ts +15 -15
- package/dist/controller/QuickStartTaskHeaderList.d.ts +10 -10
- package/dist/controller/QuickStartTaskReview.d.ts +10 -10
- package/dist/controller/QuickStartTasks.d.ts +12 -12
- package/dist/data/mocks/json/explore-pipeline-quickstart.d.ts +2 -2
- package/dist/data/mocks/json/explore-serverless-quickstart.d.ts +2 -2
- package/dist/data/mocks/json/monitor-sampleapp-quickstart.d.ts +2 -2
- package/dist/data/mocks/json/tour-icons.d.ts +2 -2
- package/dist/data/quick-start-test-data.d.ts +2 -2
- package/dist/data/test-utils.d.ts +8 -7
- package/dist/index.d.ts +16 -16
- package/dist/index.es.js +2340 -2390
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2340 -2389
- package/dist/index.js.map +1 -1
- package/dist/patternfly-docs/quick-starts/examples/Basic.jsx +1 -1
- package/dist/patternfly-docs/quick-starts/examples/HelpTopic.jsx +2 -4
- package/dist/patternfly-global.css +752 -1110
- package/dist/patternfly-nested.css +9248 -9609
- package/dist/quickstarts-base.css +173 -173
- package/dist/quickstarts-full.es.js +19535 -10749
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +216 -219
- package/dist/quickstarts-standalone.min.css +4 -4
- package/dist/quickstarts-vendor.css +71 -71
- package/dist/quickstarts.css +244 -244
- package/dist/quickstarts.min.css +1 -1
- package/dist/styles/patternfly-global-entry.d.ts +1 -1
- package/dist/styles/patternfly-nested-entry.d.ts +1 -1
- package/dist/styles/quickstarts-standalone-entry.d.ts +1 -1
- package/dist/styles/vendor-entry.d.ts +1 -1
- package/dist/utils/PluralResolver.d.ts +16 -10
- package/dist/utils/asciidoc-procedure-parser.d.ts +12 -12
- package/dist/utils/const.d.ts +6 -6
- package/dist/utils/help-topic-context.d.ts +23 -23
- package/dist/utils/help-topic-types.d.ts +13 -13
- package/dist/utils/quick-start-context.d.ts +81 -81
- package/dist/utils/quick-start-types.d.ts +60 -58
- package/dist/utils/quick-start-utils.d.ts +10 -10
- package/dist/utils/useLocalStorage.d.ts +1 -1
- package/package.json +17 -13
- package/src/ConsoleInternal/components/_icon-and-text.scss +2 -2
- package/src/ConsoleInternal/components/catalog/_catalog.scss +20 -20
- package/src/ConsoleInternal/components/markdown-view.tsx +23 -52
- package/src/ConsoleInternal/components/utils/_status-box.scss +1 -1
- package/src/ConsoleInternal/components/utils/camel-case-wrap.tsx +3 -3
- package/src/ConsoleInternal/components/utils/router.ts +0 -2
- package/src/ConsoleInternal/components/utils/status-box.tsx +8 -46
- package/src/ConsoleInternal/module/k8s/types.ts +6 -6
- package/src/ConsoleShared/src/components/layout/PageLayout.scss +10 -10
- package/src/ConsoleShared/src/components/markdown-extensions/MarkdownCopyClipboard.tsx +13 -11
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +3 -4
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +7 -7
- package/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx +4 -4
- package/src/ConsoleShared/src/components/markdown-extensions/code-extension.tsx +1 -3
- package/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx +5 -5
- package/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx +8 -8
- package/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss +5 -5
- package/src/ConsoleShared/src/components/markdown-extensions/utils.ts +1 -3
- package/src/ConsoleShared/src/components/markdown-highlight-extension/MarkdownHighlightExtension.tsx +7 -6
- package/src/ConsoleShared/src/components/popper/Portal.tsx +6 -4
- package/src/ConsoleShared/src/components/popper/SimplePopper.tsx +7 -5
- package/src/ConsoleShared/src/components/spotlight/InteractiveSpotlight.tsx +2 -2
- package/src/ConsoleShared/src/components/spotlight/Spotlight.tsx +2 -2
- package/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx +3 -3
- package/src/ConsoleShared/src/components/spotlight/spotlight.scss +4 -4
- package/src/ConsoleShared/src/components/status/GenericStatus.tsx +1 -0
- package/src/ConsoleShared/src/components/status/PopoverStatus.tsx +20 -23
- package/src/ConsoleShared/src/components/status/Status.tsx +2 -2
- package/src/ConsoleShared/src/components/status/icons.tsx +17 -55
- package/src/ConsoleShared/src/components/status/statuses.tsx +1 -17
- package/src/ConsoleShared/src/components/status/types.ts +3 -2
- package/src/ConsoleShared/src/components/utils/FallbackImg.tsx +2 -2
- package/src/ConsoleShared/src/hooks/useResizeObserver.ts +5 -6
- package/src/ConsoleShared/src/utils/useCombineRefs.ts +2 -3
- package/src/HelpTopicDrawer.tsx +6 -14
- package/src/HelpTopicPanelContent.tsx +57 -49
- package/src/QuickStartCatalogPage.tsx +19 -14
- package/src/QuickStartCloseModal.tsx +2 -2
- package/src/QuickStartController.tsx +3 -5
- package/src/QuickStartDrawer.scss +1 -1
- package/src/QuickStartDrawer.tsx +2 -2
- package/src/QuickStartMarkdownView.tsx +4 -4
- package/src/QuickStartPanelContent.scss +8 -8
- package/src/QuickStartPanelContent.tsx +8 -9
- package/src/catalog/Catalog/QuickStartCatalogHeader.tsx +2 -2
- package/src/catalog/Catalog/QuickStartCatalogSection.tsx +2 -2
- package/src/catalog/Catalog/QuickStartCatalogToolbar.tsx +2 -2
- package/src/catalog/QuickStartCatalog.scss +1 -1
- package/src/catalog/QuickStartCatalog.tsx +2 -2
- package/src/catalog/QuickStartTile.tsx +20 -15
- package/src/catalog/QuickStartTileDescription.scss +4 -4
- package/src/catalog/QuickStartTileDescription.tsx +2 -2
- package/src/catalog/QuickStartTileFooter.tsx +2 -2
- package/src/catalog/QuickStartTileFooterExternal.tsx +2 -2
- package/src/catalog/QuickStartTileHeader.scss +5 -5
- package/src/catalog/QuickStartTileHeader.tsx +2 -2
- package/src/catalog/Toolbar/QuickStartCatalogFilter.scss +9 -9
- package/src/catalog/Toolbar/QuickStartCatalogFilter.tsx +1 -3
- package/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx +49 -30
- package/src/controller/QuickStartConclusion.tsx +3 -3
- package/src/controller/QuickStartContent.scss +2 -2
- package/src/controller/QuickStartContent.tsx +2 -2
- package/src/controller/QuickStartFooter.scss +3 -3
- package/src/controller/QuickStartFooter.tsx +6 -10
- package/src/controller/QuickStartIntroduction.scss +7 -7
- package/src/controller/QuickStartIntroduction.tsx +5 -7
- package/src/controller/QuickStartTaskHeader.scss +15 -15
- package/src/controller/QuickStartTaskHeader.tsx +14 -12
- package/src/controller/QuickStartTaskHeaderList.scss +1 -1
- package/src/controller/QuickStartTaskHeaderList.tsx +3 -5
- package/src/controller/QuickStartTaskReview.scss +7 -7
- package/src/controller/QuickStartTaskReview.tsx +2 -2
- package/src/controller/QuickStartTasks.scss +13 -13
- package/src/controller/QuickStartTasks.tsx +2 -2
- package/src/controller/__tests__/QuickStartTaskHeader.spec.tsx +4 -17
- package/src/styles/_base.scss +5 -5
- package/src/styles/_dark-custom-override.scss +28 -28
- package/src/styles/legacy-bootstrap/_variables.scss +7 -7
- package/src/styles/patternfly-global.scss +6 -6
- package/src/styles/patternfly-nested.scss +1 -1
- package/src/utils/PluralResolver.ts +29 -23
- package/src/utils/asciidoc-procedure-parser.ts +2 -4
- package/src/utils/help-topic-context.tsx +3 -5
- package/src/utils/help-topic-types.ts +4 -4
- package/src/utils/quick-start-context.tsx +8 -12
- package/src/utils/quick-start-types.ts +15 -14
- package/src/utils/quick-start-utils.ts +2 -6
package/dist/quickstarts.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.pfext-quick-start-panel-content__body dl{margin:0}.pfext-quick-start-panel-content__body dt{font-weight:var(--pf-global--FontWeight--bold)}.pfext-quick-start-panel-content__body dd{margin-bottom:20px}.pfext-quick-start-panel-content__body dd:last-child{margin-bottom:0}.pfext-quick-start-panel-content__body input[type=number]{-webkit-appearance:textfield;appearance:textfield;max-width:100px}.pfext-quick-start-panel-content__body input[type=number]::-webkit-inner-spin-button,.pfext-quick-start-panel-content__body input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.pfext-quick-start-panel-content__body input[type=radio]{margin-right:7px}.pfext-quick-start-panel-content__body .pf-c-list{--pf-c-list--PaddingLeft:20px}.pfext-page-layout__content,.pfext-popover__base,.pfext-quick-start-panel-content__body,.pfext-quick-start-panel-content__header{--pf-global--FontSize--md:14px;--pf-global--FontSize--sm:13px}.pfext-page-layout__content ul,.pfext-popover__base ul,.pfext-quick-start-panel-content__body ul,.pfext-quick-start-panel-content__header ul{list-style-type:disc}.pfext-page-layout__content input[type=checkbox],.pfext-page-layout__content input[type=radio],.pfext-popover__base input[type=checkbox],.pfext-popover__base input[type=radio],.pfext-quick-start-panel-content__body input[type=checkbox],.pfext-quick-start-panel-content__body input[type=radio],.pfext-quick-start-panel-content__header input[type=checkbox],.pfext-quick-start-panel-content__header input[type=radio]{margin-top:1px!important}.pf-theme-dark .pfext-catalog-item-icon__img--large{filter:brightness(1.5) invert(1) hue-rotate(180deg) saturate(4)}.pf-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration{color:var(--pf-global--Color--light-100)}.pf-theme-dark .pfext-quick-start-task-header__subtitle{color:var(--pf-global--palette--black-200)!important}.pf-theme-dark .pfext-quick-start-task-header__task-icon-init{background-color:var(--pf-global--primary-color--300)}.pf-theme-dark .pfext-quick-start-task-header__tryagain{color:var(--pf-global--palette--black-200)!important}.pf-theme-dark .pfext-markdown-view pre{background-color:var(--pf-global--BackgroundColor--100);border-color:var(--pf-global--BorderColor--100)}.pf-theme-dark .pfext-markdown-view code{color:var(--pf-global--Color--100);background-color:var(--pf-global--palette--black-600)}.pf-theme-dark .pfext-markdown-view .pf-c-code-block,.pf-theme-dark .pfext-markdown-view .pf-c-code-block code{background-color:var(--pf-global--BackgroundColor--400)}.pf-theme-dark :where(.pfext-markdown-view) .pf-c-clipboard-copy.pf-m-inline{--pf-c-clipboard-copy--m-inline--BackgroundColor:var(--pf-global--BackgroundColor--400)}.pf-theme-dark .pfext-page-layout__content{background-color:var(--pf-global--BackgroundColor--200)}.pf-theme-dark .pfext-quick-start-catalog__gallery-item .pf-c-card{--pf-c-card--BackgroundColor:var(--pf-global--BackgroundColor--100)}.pf-theme-dark .pf-c-alert{--pf-c-alert--BackgroundColor:var(--pf-global--palette--black-700);--pf-c-alert--m-inline--BackgroundColor:var(--pf-global--palette--black-700);--pf-c-alert--m-inline--m-success--BackgroundColor:var(--pf-global--palette--black-700);--pf-c-alert--m-inline--m-danger--BackgroundColor:var(--pf-global--palette--black-700);--pf-c-alert--m-inline--m-warning--BackgroundColor:var(--pf-global--palette--black-700);--pf-c-alert--m-inline--m-info--BackgroundColor:var(--pf-global--palette--black-700)}.pfext-icon-and-text{align-items:baseline;display:flex}.pf-c-label__icon .pfext-icon-and-text{display:block}.pfext-icon-and-text__icon{flex-shrink:0;margin-right:5px}.pfext-markdown-view.is-empty{color:#999}.pfext-markdown-view table{display:block;margin-bottom:11.5px;overflow-x:auto}.pfext-markdown-view td,.pfext-markdown-view th{border-bottom:1px solid #ededed;padding:10px;vertical-align:top}.pfext-markdown-view th{padding-top:0}.catalog-item-header-pf-subtitle{font-size:13px}.catalog-tile-pf-body .catalog-tile-pf-subtitle{font-size:13px}.pfext-catalog{display:flex;flex-direction:column;min-height:100%;min-width:515px}.pfext-catalog-tile-view{display:flex;flex-wrap:wrap;--pf-l-gallery--GridTemplateColumns:repeat(auto-fill, 260px)!important}.pfext-catalog__body{min-width:575px}@media (min-width:768px){.pfext-catalog__body{min-width:590px}}.pfext-catalog-item-details{display:flex;margin:0 0 10px}.pfext-catalog-item-details__description{white-space:pre-wrap}.pfext-catalog-item-details__kind-label{font-weight:var(--pf-global--FontWeight--bold)}.pfext-catalog-item-details__name{margin-bottom:10px}.pfext-catalog-item-details__provider,.pfext-catalog-item-details__tags{margin-bottom:5px}.pfext-catalog-item-details__tag{color:#72767b;font-size:13px;margin-right:5px;text-transform:uppercase}.pfext-catalog-item-icon{padding-right:10px}.pfext-catalog-item-icon__icon{font-size:24px}.pfext-catalog-item-icon__icon--large{font-size:40px}.pfext-catalog-item-icon__img{max-height:24px;max-width:24px}.pfext-catalog-item-icon__img[src$=".svg"]{width:24px}.pfext-catalog-item-icon__img--large{max-height:40px;max-width:40px}.pfext-catalog-item-icon__img--large[src$=".svg"]{width:40px}.pfext-catalog-page{background:#fff;border:1px solid var(--pf-global--BorderColor--300);display:flex;flex:1;padding-top:15px}.pfext-catalog-page--with-sidebar{margin:0 15px;padding-bottom:15px}.pfext-catalog-page__btn-group__group-by{display:inline;margin-left:var(--pf-global--spacer--md)}.pfext-catalog-page__content{flex:1 1 auto;overflow:hidden}.pfext-catalog-page__description{margin-top:-10px;padding:0 15px 10px}@media (min-width:768px){.pfext-catalog-page__description{padding-left:30px;padding-right:30px}}.pfext-catalog-page__filter{display:flex;justify-content:space-between}.pfext-catalog-page__filter-toggle{margin-top:5px}.pfext-catalog-page__grid{background-color:#f5f5f5}.pfext-catalog-page__grouped-items{margin-bottom:var(--pf-global--spacer--md)}.pfext-catalog-page__group-title{margin-bottom:var(--pf-global--spacer--sm)}.pfext-catalog-page__header{margin:0 30px 0 0}.pfext-catalog-page__heading{font-size:16px;margin:0 0 20px 30px}.pfext-catalog-page__hint{margin:0 0 var(--pf-global--spacer--md) 0}.pfext-catalog-page__input{display:inline-flex!important;margin:0 0 20px 30px;width:auto!important}.pfext-catalog-page__sort{display:inline;margin-left:var(--pf-global--spacer--md)}.pfext-catalog-page__num-items{font-weight:var(--pf-global--FontWeight--bold);padding:0 0 20px}.pfext-catalog-page__info-icon{vertical-align:middle;color:#6a6e73}.pfext-catalog-page__info-icon:hover{color:#151515}.pfext-catalog-page__overlay{border:0!important}.pfext-catalog-page__overlay .modal-body .pfext-hint-block{margin-bottom:10px}.pfext-catalog-page__overlay .properties-side-panel-pf{flex:0 0 auto}.pfext-catalog-page__overlay--right{bottom:0;padding:0!important;right:0;top:4.75rem}.pfext-catalog-page__overlay--right .pf-c-modal-box__body{display:flex;flex-direction:column;margin:0!important;padding:0}.pfext-catalog-page__overlay--right .modal-body-inner-shadow-covers{padding-left:0!important;padding-right:0!important}.pfext-catalog-page__overlay--right h1{white-space:normal}.pfext-catalog-page__overlay-action{align-items:baseline;display:inline-flex!important;margin:var(--pf-global--spacer--sm) var(--pf-global--spacer--sm) 0 0;overflow-x:hidden}.pfext-catalog-page__overlay-action-icon{flex-shrink:0;font-size:14px;margin-left:6px}.pfext-catalog-page__overlay-action-label{overflow-x:hidden;text-overflow:ellipsis}.pfext-catalog-page__overlay-actions{display:flex;flex-wrap:wrap;margin-bottom:var(--pf-global--spacer--md);white-space:normal}.pfext-catalog-page__overlay-header{margin-bottom:var(--pf-global--spacer--md)}.pfext-catalog-page__overlay-body{margin:0;padding-left:var(--pf-global--spacer--lg);padding-right:var(--pf-global--spacer--lg);padding-top:var(--pf-global--spacer--md)}@media (min-width:768px){.pfext-catalog-page__overlay-body{display:flex}}.pfext-catalog-page__overlay-description{margin:20px 0 0;white-space:pre-wrap}.pfext-catalog-page__overlay-description h1,.pfext-catalog-page__overlay-description h2,.pfext-catalog-page__overlay-description h3{color:#333}.pfext-catalog-page__overlay-description h2{font-size:20px}.pfext-catalog-page__overlay-description li,.pfext-catalog-page__overlay-description ol,.pfext-catalog-page__overlay-description p{color:#333;font-size:14px!important}@media (min-width:768px){.pfext-catalog-page__overlay-description{flex:1 1 auto;margin-left:20px;margin-top:0}}.pfext-catalog-page__tabs{flex:0 0 220px;margin:0 15px 0 0}@media screen and (min-width:768px){.pf-c-modal-box.pfext-catalog-page__overlay{width:600px}}@media screen and (min-width:992px){.pf-c-modal-box.pfext-catalog-page__overlay{width:900px}}.pfext-catalog-tab__empty{color:#72767b}.pfext-modal-ignore-warning{height:initial}.pfext-modal-ignore-warning__checkbox.checkbox{margin-bottom:0;padding-top:15px}.pfext-modal-ignore-warning__content{display:flex}.pfext-modal-ignore-warning__icon{font-size:30px;margin-right:15px;min-width:30px}.pfext-modal-ignore-warning__link{display:block;margin:10px 0}.properties-side-panel-pf-property-label{font-size:13px}.properties-side-panel-pf-property-value__capability-level{color:var(--pf-global--Color--400);margin-bottom:5px;position:relative}.properties-side-panel-pf-property-value__capability-level--active{color:inherit}.properties-side-panel-pf-property-value__capability-level--active::before{display:none}.properties-side-panel-pf-property-value__capability-level::before{border:1px solid var(--pf-global--Color--400);border-radius:10px;content:"";height:14px;left:-20px;position:absolute;top:4px;width:14px}.properties-side-panel-pf-property-value__capability-level:not(:last-child)::after{background:var(--pf-global--Color--400);content:"";height:6px;left:-13px;position:absolute;top:21px;width:1px}.properties-side-panel-pf-property-value__capability-level-icon{left:-20px;position:absolute;top:4px}.properties-side-panel-pf-property-value__capability-levels{list-style:none}.pfext-status-box{padding:40px 20px}.pfext-status-box__loading-message{margin-top:var(--pf-global--spacer--sm)}.pfext-status-box--loading{align-items:center;display:flex;height:100%;justify-content:center;min-height:50px;width:100%;flex-direction:column}.pfext-m-loader{min-width:18px}.pfext-m-loader-dot__one,.pfext-m-loader-dot__three,.pfext-m-loader-dot__two{animation-delay:0;animation-direction:normal;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:bouncedelay;animation-play-state:running;animation-timing-function:ease-in-out;background:#419eda;border-radius:100%;display:inline-block;height:6px;width:6px}.pfext-m-loader-dot__one{animation-delay:-.32s}.pfext-m-loader-dot__two{animation-delay:-.16s}@keyframes bouncedelay{0%,100%,80%{transform:scale(.25,.25)}40%{transform:scale(1,1)}}.pfext-page-layout__content{padding:var(--pf-global--spacer--lg);flex:1}.pfext-page-layout__header{padding-top:1px;background-color:var(--pf-global--BackgroundColor--light-100)}.pfext-page-layout__hint{padding-left:var(--pf-global--spacer--lg);padding-right:var(--pf-global--spacer--lg);padding-bottom:var(--pf-global--spacer--md);font-size:14px}.pfext-page-layout__title{padding-left:var(--pf-global--spacer--lg);padding-right:var(--pf-global--spacer--lg);font-size:var(--pf-global--FontSize--2xl);margin-top:23px;margin-bottom:11.5px;font-family:var(--pf-global--FontFamily--heading--sans-serif);font-weight:var(--pf-global--FontWeight--normal);line-height:1.1}.pfext-markdown-view .pfext-code-block__pre{display:flex;border:none;border-radius:none;background-color:transparent;margin:0;padding:0}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-check{display:none}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-play{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-check{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-play{display:none}.pfext-markdown-view .pfext-markdown-admonition.pf-c-alert{margin:var(--pf-global--spacer--md) 0}.pfext-markdown-view .pfext-markdown-admonition.pf-c-alert .pf-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-c-alert__title--Color);word-break:break-word}.pfext-modal{position:absolute!important}@keyframes pfext-spotlight-expand{0%{outline-offset:-4px;outline-width:4px;opacity:1}100%{outline-offset:21px;outline-width:12px;opacity:0}}@keyframes pfext-spotlight-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes pfext-spotlight-fade-out{0%{opacity:1}100%{opacity:0}}.pfext-spotlight{pointer-events:none;position:absolute}.pfext-spotlight__with-backdrop{mix-blend-mode:hard-light}.pfext-spotlight__element-highlight-noanimate{border:var(--pf-global--BorderWidth--xl) solid var(--pf-global--palette--blue-200);background-color:var(--pf-global--palette--black-500);z-index:9999}.pfext-spotlight__element-highlight-animate{pointer-events:none;position:absolute;box-shadow:inset 0 0 0 4px var(--pf-global--palette--blue-200);opacity:0;animation:.4s pfext-spotlight-fade-in 0s ease-in-out,5s pfext-spotlight-fade-out 12.8s ease-in-out;animation-fill-mode:forwards}.pfext-spotlight__element-highlight-animate::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;animation:1.2s pfext-spotlight-expand 1.6s ease-out;animation-fill-mode:forwards;outline:4px solid var(--pf-global--palette--blue-200);outline-offset:-4px}.pfext-markdown-view .h1,.pfext-markdown-view .h2,.pfext-markdown-view .h3,.pfext-markdown-view .h4,.pfext-markdown-view .h5,.pfext-markdown-view .h6,.pfext-markdown-view h1,.pfext-markdown-view h2,.pfext-markdown-view h3,.pfext-markdown-view h4,.pfext-markdown-view h5,.pfext-markdown-view h6{font-family:var(--pf-global--FontFamily--heading--sans-serif);font-weight:var(--pf-global--FontWeight--normal);line-height:1.1;color:inherit}.pfext-markdown-view .h1,.pfext-markdown-view .h2,.pfext-markdown-view .h3,.pfext-markdown-view h1,.pfext-markdown-view h2,.pfext-markdown-view h3{margin-top:23px;margin-bottom:11.5px}.pfext-markdown-view .h4,.pfext-markdown-view .h5,.pfext-markdown-view .h6,.pfext-markdown-view h4,.pfext-markdown-view h5,.pfext-markdown-view h6{margin-top:11.5px;margin-bottom:11.5px}.pfext-markdown-view .h1,.pfext-markdown-view h1{font-size:var(--pf-global--FontSize--2xl)}.pfext-markdown-view .h2,.pfext-markdown-view h2{font-size:20px}.pfext-markdown-view .h3,.pfext-markdown-view h3{font-size:var(--pf-global--FontSize--lg)}.pfext-markdown-view .h4,.pfext-markdown-view h4{font-size:var(--pf-global--FontSize--md)}.pfext-markdown-view .h5,.pfext-markdown-view h5{font-size:var(--pf-global--FontSize--md)}.pfext-markdown-view .h6,.pfext-markdown-view h6{font-size:var(--pf-global--FontSize--md)}.pfext-markdown-view p{margin:0 0 11.5px}.pfext-markdown-view ol,.pfext-markdown-view ul{margin-top:0;margin-bottom:11.5px}.pfext-markdown-view ol ol,.pfext-markdown-view ol ul,.pfext-markdown-view ul ol,.pfext-markdown-view ul ul{margin-bottom:0}.pfext-markdown-view dl{margin-top:0;margin-bottom:23px}.pfext-markdown-view dd,.pfext-markdown-view dt{line-height:1.66666667}.pfext-markdown-view dt{font-weight:700}.pfext-markdown-view dd{margin-left:0}.pfext-markdown-view blockquote{padding:11.5px 23px;margin:0 0 23px;font-size:17.5px;border-left:5px solid #f1f1f1}.pfext-markdown-view blockquote ol:last-child,.pfext-markdown-view blockquote p:last-child,.pfext-markdown-view blockquote ul:last-child{margin-bottom:0}.pfext-markdown-view code,.pfext-markdown-view pre{font-family:Menlo,Monaco,Consolas,monospace}.pfext-markdown-view code{padding:2px 4px;font-size:90%;color:#004368;background-color:#def3ff;border-radius:1px}.pfext-markdown-view pre{display:block;padding:11px;margin:0 0 11.5px;font-size:13px;line-height:1.66666667;color:#363636;word-break:break-all;word-wrap:break-word;background-color:#fafafa;border:1px solid #ccc;border-radius:1px}.pfext-markdown-view pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pfext-markdown-view table{background-color:transparent}.pfext-markdown-view table col[class*=col-]{position:static;display:table-column;float:none}.pfext-markdown-view table td[class*=col-],.pfext-markdown-view table th[class*=col-]{position:static;display:table-cell;float:none}.pfext-markdown-view caption{padding-top:10px;padding-bottom:10px;color:#9c9c9c;text-align:left}.pfext-markdown-view th{text-align:left}.pfext-quick-start-drawer__body{display:flex;flex-direction:column;z-index:0;position:relative}.pfext-quick-start-drawer__modal>.pf-c-modal-box__footer{display:block}.pfext-quick-start-panel-content__header{position:sticky;top:0;background:inherit;z-index:var(--pf-global--ZIndex--xs)}.pfext-quick-start-panel-content__header__shadow{box-shadow:var(--pf-global--BoxShadow--sm-bottom)}.pfext-quick-start-panel-content__header--blue-white{background-color:var(--pf-global--palette--blue-400)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__title{color:var(--pf-global--Color--light-100)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration{color:var(--pf-global--Color--light-200)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__close-button button{color:var(--pf-global--Color--light-100)!important}.pfext-quick-start-panel-content__body{display:flex;flex-direction:column}.pfext-quick-start-panel-content__title{display:flex;align-items:center;flex-wrap:wrap}.pfext-quick-start-panel-content__duration{display:inline-block;font-size:var(--pf-global--FontSize--md);font-weight:400;line-height:1;color:#9c9c9c}.pfext-quick-start-panel-content__footer__shadow{box-shadow:var(--pf-global--BoxShadow--sm-top)}.pfext-quick-start-catalog__gallery{--pf-l-gallery--GridTemplateColumns:repeat(auto-fill, 300px)!important}.pfext-quick-start-catalog__gallery-item{display:inherit!important}.pfext-quick-start-tile{height:100%}.pfext-quick-start-tile .catalog-tile-pf-description .has-footer{display:block;-webkit-line-clamp:unset}.pfext-quick-start-tile .catalog-tile-pf-icon{display:flex}.pfext-quick-start-tile-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pfext-quick-start-tile-description p{margin:0 0 11.5px}.pfext-quick-start-tile-prerequisites{display:inline-flex}.pfext-quick-start-tile-prerequisites__text{margin-right:var(--pf-global--spacer--sm);font-size:var(--pf-global--FontSize--md);margin-top:11.5px;margin-bottom:11.5px;font-family:var(--pf-global--FontFamily--heading--sans-serif);font-weight:var(--pf-global--FontWeight--normal);line-height:1.1}.pfext-quick-start-tile-prerequisites-list{padding-left:20px}.pfext-quick-start-tile-header__status{margin:var(--pf-global--spacer--sm) 0}.pfext-quick-start-tile-header--margin{margin-right:var(--pf-global--spacer--sm);margin-bottom:var(--pf-global--spacer--sm)}.pfext-quick-start-tile-header .pf-c-badge:not(:last-of-type){margin-right:var(--pf-global--spacer--sm)}.pfext-markdown-view.is-empty{color:#999}.pfext-markdown-view table{display:block;margin-bottom:11.5px;overflow-x:auto}.pfext-markdown-view td,.pfext-markdown-view th{border-bottom:1px solid #ededed;padding:10px;vertical-align:top}.pfext-markdown-view th{padding-top:0}.pfext-quick-start-catalog-filter__input{flex-grow:1;max-width:500px}.pfext-quick-start-catalog-filter__count{font-weight:var(--pf-global--FontWeight--bold)}.pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex{--pf-c-toolbar--PaddingBottom:var(--pf-global--spacer--sm);--pf-c-toolbar--PaddingTop:var(--pf-global--spacer--sm);--pf-c-toolbar--RowGap:0;font-size:14px}.pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-c-select{--pf-c-select__toggle--FontSize:14px}.pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-c-check{--pf-c-check__label--FontSize:14px}.pfext-quick-start-content{flex:1 1 0;overflow:auto;padding:var(--pf-global--spacer--lg);font-size:16px}.pfext-quick-start-content .pf-c-alert__description p{font-size:13px}.pfext-quick-start-footer{background-color:var(--pf-global--BackgroundColor--100);flex:0 0 auto;padding:var(--pf-global--spacer--md) var(--pf-global--spacer--lg)}.pfext-quick-start-footer__actionbtn{margin-right:var(--pf-global--spacer--md)}.pfext-quick-start-footer__restartbtn{float:right}.pfext-quick-start-intro__prereq{margin-bottom:var(--pf-global--spacer--md)}.pfext-quick-start-intro__prereq .pf-c-expandable-section__content{margin-top:var(--pf-global--spacer--sm)}.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle{padding-top:0;padding-bottom:0}.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text{margin-left:var(--pf-global--spacer--sm)}.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon{color:var(--pf-c-expandable-section__toggle--Color)}.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus,.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover{--pf-c-expandable-section__toggle--Color:var(--pf-c-expandable-section__toggle--focus--Color)}.pfext-quick-start-intro__prereq-list{padding-left:20px}.pfext-quick-start-intro__prereq-list__item::marker{font-size:.8rem}.pfext-quick-start-intro__prereq-list__item-content{position:relative;left:2px}.pfext-quick-start-tasks__list button::before{content:none}.pfext-quick-start-tasks__list li.pf-c-wizard__nav-item{list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:var(--pf-global--spacer--xs)}.pfext-quick-start-tasks__list .pfext-quick-start-task__content{margin-bottom:var(--pf-global--spacer--md)}.pfext-quick-start-tasks__list .task-pflist-title{font-size:14px!important;margin-bottom:6px}.pfext-quick-start-tasks__list .task-pflist-subtitle{color:var(--pf-global--Color--200);font-size:16px}.pfext-quick-start-tasks__list .task-pflist-list{font-size:16px}.pfext-quick-start-tasks__list .task-pflist-list--prereq{padding-left:var(--pf-global--spacer--lg)}.pfext-quick-start-tasks__list .task-pflist-list--prereq li+li{margin-top:4px}.pfext-quick-start-tasks__list .task-pflist-list--proc{padding-left:10px}.pfext-quick-start-tasks__list .task-pflist-list--proc li+li{margin-top:16px}.pfext-quick-start-tasks__list .task-pflist-list__item--prereq::marker{font-size:.8rem}.pfext-quick-start-tasks__list .task-pflist-list__item--prereq .task-pflist-list__item__content{position:relative;left:2px}.pfext-quick-start-tasks__list .task-pflist-list__item--proc{font-size:14px}.pfext-quick-start-tasks__list .task-pflist-list__item--proc .task-pflist-list__item__content{position:relative;left:4px}.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-c-alert{margin:var(--pf-global--spacer--md) 0}.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-c-alert__title--Color);word-break:break-word}.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note{background-color:var(--pf-global--palette--blue-50);border-color:var(--pf-global--active-color--200);margin:var(--pf-global--spacer--md) 0}.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body{font-size:14px}.pfext-quick-start-task-header__list{padding:0!important}.pfext-quick-start-task-header__list button::before{content:none}.pfext-quick-start-task-header__list li{list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:var(--pf-global--spacer--xs)}.pfext-quick-start-task-header{margin-bottom:var(--pf-global--spacer--sm);display:grid;grid-template-columns:min-content auto;font-size:var(--pf-global--FontSize--md)}.pfext-quick-start-task-header button::before{content:none}.pfext-quick-start-task-header__title{color:var(--pf-global--primary-color--100)!important;margin-right:var(--pf-global--spacer--md)!important}.pfext-quick-start-task-header__subtitle{font-size:var(--pf-global--FontSize--sm);color:var(--pf-global--Color--dark-200)!important}.pfext-quick-start-task-header__tryagain{display:block;font-size:var(--pf-global--FontSize--md);color:var(--pf-global--Color--300)!important}.pfext-quick-start-task-header__title-success{color:var(--pf-global--success-color--100)!important}.pfext-quick-start-task-header__title-failed{color:var(--pf-global--danger-color--100)!important}.pfext-quick-start-task-header__task-icon-init{background-color:var(--pf-global--primary-color--100);border-radius:var(--pf-global--BorderRadius--lg);color:var(--pf-global--Color--light-100);display:inline-flex;justify-content:center;height:1.5em;width:1.5em}.pfext-quick-start-task-header__task-icon-failed,.pfext-quick-start-task-header__task-icon-success{vertical-align:middle!important}.pfext-quick-start-task-header__task-icon-success{color:var(--pf-global--success-color--100)!important}.pfext-quick-start-task-header__task-icon-failed{color:var(--pf-global--danger-color--100)!important}.pfext-quick-start-task-review-alert{margin:var(--pf-global--spacer--lg) 0}.pfext-quick-start-task-review{font-size:var(--pf-global--FontSize--md);line-height:var(--pf-global--FontSize--xl);font-family:var(--pf-global--FontFamily--heading--sans-serif)}.pfext-quick-start-task-review__actions{display:flex;align-items:flex-start;margin-bottom:var(--pf-global--spacer--sm)}.pfext-quick-start-task-review__actions input[type=radio]{margin-top:0;margin-right:0}.pfext-quick-start-task-review__radio{margin-right:var(--pf-global--spacer--xl)!important}.pfext-quick-start-task-review--success{color:var(--pf-global--success-color--100)!important}.pfext-quick-start-task-review--failed{color:var(--pf-chart-global--danger--Color--100)}.pfext-modal{position:absolute!important}.pfext-markdown-view .pfext-code-block__pre{display:flex;border:none;border-radius:none;background-color:transparent;margin:0;padding:0}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-check{display:none}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-play{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-check{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-play{display:none}.pfext-markdown-view .pfext-markdown-admonition.pf-c-alert{margin:var(--pf-global--spacer--md) 0}.pfext-markdown-view .pfext-markdown-admonition.pf-c-alert .pf-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-c-alert__title--Color);word-break:break-word}@keyframes pfext-spotlight-expand{0%{outline-offset:-4px;outline-width:4px;opacity:1}100%{outline-offset:21px;outline-width:12px;opacity:0}}@keyframes pfext-spotlight-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes pfext-spotlight-fade-out{0%{opacity:1}100%{opacity:0}}.pfext-spotlight{pointer-events:none;position:absolute}.pfext-spotlight__with-backdrop{mix-blend-mode:hard-light}.pfext-spotlight__element-highlight-noanimate{border:var(--pf-global--BorderWidth--xl) solid var(--pf-global--palette--blue-200);background-color:var(--pf-global--palette--black-500);z-index:9999}.pfext-spotlight__element-highlight-animate{pointer-events:none;position:absolute;box-shadow:inset 0 0 0 4px var(--pf-global--palette--blue-200);opacity:0;animation:.4s pfext-spotlight-fade-in 0s ease-in-out,5s pfext-spotlight-fade-out 12.8s ease-in-out;animation-fill-mode:forwards}.pfext-spotlight__element-highlight-animate::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;animation:1.2s pfext-spotlight-expand 1.6s ease-out;animation-fill-mode:forwards;outline:4px solid var(--pf-global--palette--blue-200);outline-offset:-4px}:root{--vertical-tab-pf-color:var(--pf-global--Color--100);--vertical-tab-pf-active-color:var(--pf-global--active-color--100)}.catalog-tile-pf.featured{border-top:2px solid var(--pf-global--active-color--100)}.catalog-tile-pf:active,.catalog-tile-pf:focus,.catalog-tile-pf:hover,.catalog-tile-pf:visited{color:inherit;text-decoration:none}.catalog-tile-pf .pf-c-card__actions{padding-left:5px}.catalog-tile-pf-header{font-size:16px;font-weight:400;padding-bottom:16px}.catalog-tile-pf-header .catalog-tile-pf-title{font-size:15px;font-weight:400}.catalog-tile-pf-header .catalog-tile-pf-subtitle{color:var(--pf-global--Color--200);font-size:13px;font-weight:initial}.catalog-tile-pf-header .catalog-tile-pf-subtitle a,.catalog-tile-pf-header .catalog-tile-pf-subtitle a:hover{text-decoration:none}.catalog-tile-pf-icon{font-size:40px;height:40px;max-width:60px;min-width:40px}.catalog-tile-pf-badge-container{display:flex;flex:1;justify-content:flex-end}.catalog-tile-pf-description{margin-top:0}.catalog-tile-pf-description span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.catalog-tile-pf-description .has-footer{-webkit-line-clamp:1}.pf-c-clipboard-copy{--pf-c-clipboard-copy__toggle-icon--Transition:.2s ease-in 0s;--pf-c-clipboard-copy--m-expanded__toggle-icon--Rotate:90deg;--pf-c-clipboard-copy__expandable-content--PaddingTop:var(--pf-global--spacer--md);--pf-c-clipboard-copy__expandable-content--PaddingRight:var(--pf-global--spacer--md);--pf-c-clipboard-copy__expandable-content--PaddingBottom:var(--pf-global--spacer--md);--pf-c-clipboard-copy__expandable-content--PaddingLeft:var(--pf-global--spacer--md);--pf-c-clipboard-copy__expandable-content--BackgroundColor:var(--pf-global--BackgroundColor--light-100);--pf-c-clipboard-copy__expandable-content--BorderTopWidth:0;--pf-c-clipboard-copy__expandable-content--BorderRightWidth:var(--pf-global--BorderWidth--sm);--pf-c-clipboard-copy__expandable-content--BorderBottomWidth:var(--pf-global--BorderWidth--sm);--pf-c-clipboard-copy__expandable-content--BorderLeftWidth:var(--pf-global--BorderWidth--sm);--pf-c-clipboard-copy__expandable-content--BorderColor:var(--pf-global--BorderColor--100);--pf-c-clipboard-copy__expandable-content--OutlineOffset:calc(-1 * var(--pf-global--spacer--xs));--pf-c-clipboard-copy--m-inline--PaddingTop:0;--pf-c-clipboard-copy--m-inline--PaddingBottom:0;--pf-c-clipboard-copy--m-inline--PaddingLeft:var(--pf-global--spacer--xs);--pf-c-clipboard-copy--m-inline--BackgroundColor:var(--pf-global--BackgroundColor--200);--pf-c-clipboard-copy__text--m-code--FontFamily:var(--pf-global--FontFamily--monospace);--pf-c-clipboard-copy__text--m-code--FontSize:var(--pf-global--FontSize--sm);--pf-c-clipboard-copy__actions-item--MarginTop:calc(-1 * var(--pf-global--spacer--form-element));--pf-c-clipboard-copy__actions-item--MarginBottom:calc(-1 * var(--pf-global--spacer--form-element));--pf-c-clipboard-copy__actions-item--button--PaddingTop:var(--pf-global--spacer--xs);--pf-c-clipboard-copy__actions-item--button--PaddingRight:var(--pf-global--spacer--sm);--pf-c-clipboard-copy__actions-item--button--PaddingBottom:var(--pf-global--spacer--xs);--pf-c-clipboard-copy__actions-item--button--PaddingLeft:var(--pf-global--spacer--sm)}.pf-c-clipboard-copy.pf-m-inline{display:inline;padding-top:var(--pf-c-clipboard-copy--m-inline--PaddingTop);padding-bottom:var(--pf-c-clipboard-copy--m-inline--PaddingBottom);padding-left:var(--pf-c-clipboard-copy--m-inline--PaddingLeft);white-space:nowrap;background-color:var(--pf-c-clipboard-copy--m-inline--BackgroundColor)}.pf-c-clipboard-copy.pf-m-inline.pf-m-block{display:block}.pf-c-clipboard-copy__text{word-break:break-word;white-space:normal}.pf-c-clipboard-copy__actions{display:inline-flex}.pf-c-clipboard-copy__actions-item{margin-top:calc(-1 * var(--pf-c-clipboard-copy__actions-item--button--PaddingTop));margin-bottom:calc(-1 * var(--pf-c-clipboard-copy__actions-item--button--PaddingBottom))}.pf-c-clipboard-copy__actions-item .pf-c-button{--pf-c-button--PaddingTop:var(--pf-c-clipboard-copy__actions-item--button--PaddingTop);--pf-c-button--PaddingRight:var(--pf-c-clipboard-copy__actions-item--button--PaddingRight);--pf-c-button--PaddingBottom:var(--pf-c-clipboard-copy__actions-item--button--PaddingBottom);--pf-c-button--PaddingLeft:var(--pf-c-clipboard-copy__actions-item--button--PaddingLeft)}:where(.pf-theme-dark) .pf-c-clipboard-copy{--pf-c-clipboard-copy__expandable-content--BackgroundColor:var(--pf-global--BackgroundColor--400)}.pf-c-code-block{--pf-c-code-block--BackgroundColor:var(--pf-global--BackgroundColor--200);--pf-c-code-block__header--BorderBottomWidth:var(--pf-global--BorderWidth--sm);--pf-c-code-block__header--BorderBottomColor:var(--pf-global--BorderColor--100);--pf-c-code-block__content--PaddingTop:var(--pf-global--spacer--md);--pf-c-code-block__content--PaddingRight:var(--pf-global--spacer--md);--pf-c-code-block__content--PaddingBottom:var(--pf-global--spacer--md);--pf-c-code-block__content--PaddingLeft:var(--pf-global--spacer--md);--pf-c-code-block__pre--FontFamily:var(--pf-global--FontFamily--monospace);--pf-c-code-block__pre--FontSize:var(--pf-global--FontSize--sm);background-color:var(--pf-c-code-block--BackgroundColor)}.pf-c-code-block__header{display:flex;border-bottom:var(--pf-c-code-block__header--BorderBottomWidth) solid var(--pf-c-code-block__header--BorderBottomColor)}.pf-c-code-block__actions{display:flex;margin-left:auto}.pf-c-code-block__content{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)}.pf-c-code-block__pre{font-family:var(--pf-c-code-block__pre--FontFamily);font-size:var(--pf-c-code-block__pre--FontSize);overflow-wrap:break-word;white-space:pre-wrap}.pf-c-code-block__code{font-family:var(--pf-c-code-block__code--FontFamily,inherit)}
|
|
1
|
+
@charset "UTF-8";.pfext-quick-start-panel-content__body dl{margin:0}.pfext-quick-start-panel-content__body dt{font-weight:var(--pf-v5-global--FontWeight--bold)}.pfext-quick-start-panel-content__body dd{margin-bottom:20px}.pfext-quick-start-panel-content__body dd:last-child{margin-bottom:0}.pfext-quick-start-panel-content__body input[type=number]{-webkit-appearance:textfield;appearance:textfield;max-width:100px}.pfext-quick-start-panel-content__body input[type=number]::-webkit-inner-spin-button,.pfext-quick-start-panel-content__body input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.pfext-quick-start-panel-content__body input[type=radio]{margin-right:7px}.pfext-quick-start-panel-content__body .pf-v5-c-list{--pf-v5-c-list--PaddingLeft:20px}.pfext-page-layout__content,.pfext-popover__base,.pfext-quick-start-panel-content__body,.pfext-quick-start-panel-content__header{--pf-v5-global--FontSize--md:14px;--pf-v5-global--FontSize--sm:13px}.pfext-page-layout__content ul,.pfext-popover__base ul,.pfext-quick-start-panel-content__body ul,.pfext-quick-start-panel-content__header ul{list-style-type:disc}.pfext-page-layout__content input[type=checkbox],.pfext-page-layout__content input[type=radio],.pfext-popover__base input[type=checkbox],.pfext-popover__base input[type=radio],.pfext-quick-start-panel-content__body input[type=checkbox],.pfext-quick-start-panel-content__body input[type=radio],.pfext-quick-start-panel-content__header input[type=checkbox],.pfext-quick-start-panel-content__header input[type=radio]{margin-top:1px!important}.pf-v5-theme-dark .pfext-catalog-item-icon__img--large{filter:brightness(1.5) invert(1) hue-rotate(180deg) saturate(4)}.pf-v5-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration{color:var(--pf-v5-global--Color--light-100)}.pf-v5-theme-dark .pfext-quick-start-task-header__subtitle{color:var(--pf-v5-global--palette--black-200)!important}.pf-v5-theme-dark .pfext-quick-start-task-header__task-icon-init{background-color:var(--pf-v5-global--primary-color--300)}.pf-v5-theme-dark .pfext-quick-start-task-header__tryagain{color:var(--pf-v5-global--palette--black-200)!important}.pf-v5-theme-dark .pfext-markdown-view pre:not(.pfext-code-block__pre){background-color:var(--pf-v5-global--BackgroundColor--100);border-color:var(--pf-v5-global--BorderColor--100)}.pf-v5-theme-dark .pfext-markdown-view code{color:var(--pf-v5-global--Color--100);background-color:var(--pf-v5-global--palette--black-600)}.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block,.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block code{background-color:var(--pf-v5-global--BackgroundColor--400)}.pf-v5-theme-dark :where(.pfext-markdown-view) .pf-v5-c-clipboard-copy.pf-m-inline{--pf-v5-c-clipboard-copy--m-inline--BackgroundColor:var(--pf-v5-global--BackgroundColor--400)}.pf-v5-theme-dark .pfext-page-layout__content{background-color:var(--pf-v5-global--BackgroundColor--200)}.pf-v5-theme-dark .pfext-quick-start-catalog__gallery-item .pf-v5-c-card{--pf-v5-c-card--BackgroundColor:var(--pf-v5-global--BackgroundColor--100)}.pf-v5-theme-dark .pf-v5-c-alert{--pf-v5-c-alert--BackgroundColor:var(--pf-v5-global--palette--black-700);--pf-v5-c-alert--m-inline--BackgroundColor:var(--pf-v5-global--palette--black-700);--pf-v5-c-alert--m-inline--m-success--BackgroundColor:var(--pf-v5-global--palette--black-700);--pf-v5-c-alert--m-inline--m-danger--BackgroundColor:var(--pf-v5-global--palette--black-700);--pf-v5-c-alert--m-inline--m-warning--BackgroundColor:var(--pf-v5-global--palette--black-700);--pf-v5-c-alert--m-inline--m-info--BackgroundColor:var(--pf-v5-global--palette--black-700)}.pfext-icon-and-text{align-items:baseline;display:flex}.pf-v5-c-label__icon .pfext-icon-and-text{display:block}.pfext-icon-and-text__icon{flex-shrink:0;margin-right:5px}.pfext-markdown-view.is-empty{color:#999}.pfext-markdown-view table{display:block;margin-bottom:11.5px;overflow-x:auto}.pfext-markdown-view td,.pfext-markdown-view th{border-bottom:1px solid #ededed;padding:10px;vertical-align:top}.pfext-markdown-view th{padding-top:0}.catalog-item-header-pf-subtitle{font-size:13px}.catalog-tile-pf-body .catalog-tile-pf-subtitle{font-size:13px}.pfext-catalog{display:flex;flex-direction:column;min-height:100%;min-width:515px}.pfext-catalog-tile-view{display:flex;flex-wrap:wrap;--pf-v5-l-gallery--GridTemplateColumns:repeat(auto-fill, 260px)!important}.pfext-catalog__body{min-width:575px}@media (min-width:768px){.pfext-catalog__body{min-width:590px}}.pfext-catalog-item-details{display:flex;margin:0 0 10px}.pfext-catalog-item-details__description{white-space:pre-wrap}.pfext-catalog-item-details__kind-label{font-weight:var(--pf-v5-global--FontWeight--bold)}.pfext-catalog-item-details__name{margin-bottom:10px}.pfext-catalog-item-details__provider,.pfext-catalog-item-details__tags{margin-bottom:5px}.pfext-catalog-item-details__tag{color:#72767b;font-size:13px;margin-right:5px;text-transform:uppercase}.pfext-catalog-item-icon{padding-right:10px}.pfext-catalog-item-icon__icon{font-size:24px}.pfext-catalog-item-icon__icon--large{font-size:40px}.pfext-catalog-item-icon__img{max-height:24px;max-width:24px}.pfext-catalog-item-icon__img[src$=".svg"]{width:24px}.pfext-catalog-item-icon__img--large{max-height:40px;max-width:40px}.pfext-catalog-item-icon__img--large[src$=".svg"]{width:40px}.pfext-catalog-page{background:#fff;border:1px solid var(--pf-v5-global--BorderColor--300);display:flex;flex:1;padding-top:15px}.pfext-catalog-page--with-sidebar{margin:0 15px;padding-bottom:15px}.pfext-catalog-page__btn-group__group-by{display:inline;margin-left:var(--pf-v5-global--spacer--md)}.pfext-catalog-page__content{flex:1 1 auto;overflow:hidden}.pfext-catalog-page__description{margin-top:-10px;padding:0 15px 10px}@media (min-width:768px){.pfext-catalog-page__description{padding-left:30px;padding-right:30px}}.pfext-catalog-page__filter{display:flex;justify-content:space-between}.pfext-catalog-page__filter-toggle{margin-top:5px}.pfext-catalog-page__grid{background-color:#f5f5f5}.pfext-catalog-page__grouped-items{margin-bottom:var(--pf-v5-global--spacer--md)}.pfext-catalog-page__group-title{margin-bottom:var(--pf-v5-global--spacer--sm)}.pfext-catalog-page__header{margin:0 30px 0 0}.pfext-catalog-page__heading{font-size:16px;margin:0 0 20px 30px}.pfext-catalog-page__hint{margin:0 0 var(--pf-v5-global--spacer--md) 0}.pfext-catalog-page__input{display:inline-flex!important;margin:0 0 20px 30px;width:auto!important}.pfext-catalog-page__sort{display:inline;margin-left:var(--pf-v5-global--spacer--md)}.pfext-catalog-page__num-items{font-weight:var(--pf-v5-global--FontWeight--bold);padding:0 0 20px}.pfext-catalog-page__info-icon{vertical-align:middle;color:#6a6e73}.pfext-catalog-page__info-icon:hover{color:#151515}.pfext-catalog-page__overlay{border:0!important}.pfext-catalog-page__overlay .modal-body .pfext-hint-block{margin-bottom:10px}.pfext-catalog-page__overlay .properties-side-panel-pf{flex:0 0 auto}.pfext-catalog-page__overlay--right{bottom:0;padding:0!important;right:0;top:4.75rem}.pfext-catalog-page__overlay--right .pf-v5-c-modal-box__body{display:flex;flex-direction:column;margin:0!important;padding:0}.pfext-catalog-page__overlay--right .modal-body-inner-shadow-covers{padding-left:0!important;padding-right:0!important}.pfext-catalog-page__overlay--right h1{white-space:normal}.pfext-catalog-page__overlay-action{align-items:baseline;display:inline-flex!important;margin:var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--sm) 0 0;overflow-x:hidden}.pfext-catalog-page__overlay-action-icon{flex-shrink:0;font-size:14px;margin-left:6px}.pfext-catalog-page__overlay-action-label{overflow-x:hidden;text-overflow:ellipsis}.pfext-catalog-page__overlay-actions{display:flex;flex-wrap:wrap;margin-bottom:var(--pf-v5-global--spacer--md);white-space:normal}.pfext-catalog-page__overlay-header{margin-bottom:var(--pf-v5-global--spacer--md)}.pfext-catalog-page__overlay-body{margin:0;padding-left:var(--pf-v5-global--spacer--lg);padding-right:var(--pf-v5-global--spacer--lg);padding-top:var(--pf-v5-global--spacer--md)}@media (min-width:768px){.pfext-catalog-page__overlay-body{display:flex}}.pfext-catalog-page__overlay-description{margin:20px 0 0;white-space:pre-wrap}.pfext-catalog-page__overlay-description h1,.pfext-catalog-page__overlay-description h2,.pfext-catalog-page__overlay-description h3{color:#333}.pfext-catalog-page__overlay-description h2{font-size:20px}.pfext-catalog-page__overlay-description li,.pfext-catalog-page__overlay-description ol,.pfext-catalog-page__overlay-description p{color:#333;font-size:14px!important}@media (min-width:768px){.pfext-catalog-page__overlay-description{flex:1 1 auto;margin-left:20px;margin-top:0}}.pfext-catalog-page__tabs{flex:0 0 220px;margin:0 15px 0 0}@media screen and (min-width:768px){.pf-v5-c-modal-box.pfext-catalog-page__overlay{width:600px}}@media screen and (min-width:992px){.pf-v5-c-modal-box.pfext-catalog-page__overlay{width:900px}}.pfext-catalog-tab__empty{color:#72767b}.pfext-modal-ignore-warning{height:initial}.pfext-modal-ignore-warning__checkbox.checkbox{margin-bottom:0;padding-top:15px}.pfext-modal-ignore-warning__content{display:flex}.pfext-modal-ignore-warning__icon{font-size:30px;margin-right:15px;min-width:30px}.pfext-modal-ignore-warning__link{display:block;margin:10px 0}.properties-side-panel-pf-property-label{font-size:13px}.properties-side-panel-pf-property-value__capability-level{color:var(--pf-v5-global--Color--400);margin-bottom:5px;position:relative}.properties-side-panel-pf-property-value__capability-level--active{color:inherit}.properties-side-panel-pf-property-value__capability-level--active::before{display:none}.properties-side-panel-pf-property-value__capability-level::before{border:1px solid var(--pf-v5-global--Color--400);border-radius:10px;content:"";height:14px;left:-20px;position:absolute;top:4px;width:14px}.properties-side-panel-pf-property-value__capability-level:not(:last-child)::after{background:var(--pf-v5-global--Color--400);content:"";height:6px;left:-13px;position:absolute;top:21px;width:1px}.properties-side-panel-pf-property-value__capability-level-icon{left:-20px;position:absolute;top:4px}.properties-side-panel-pf-property-value__capability-levels{list-style:none}.pfext-status-box{padding:40px 20px}.pfext-status-box__loading-message{margin-top:var(--pf-v5-global--spacer--sm)}.pfext-status-box--loading{align-items:center;display:flex;height:100%;justify-content:center;min-height:50px;width:100%;flex-direction:column}.pfext-m-loader{min-width:18px}.pfext-m-loader-dot__one,.pfext-m-loader-dot__three,.pfext-m-loader-dot__two{animation-delay:0;animation-direction:normal;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:bouncedelay;animation-play-state:running;animation-timing-function:ease-in-out;background:#419eda;border-radius:100%;display:inline-block;height:6px;width:6px}.pfext-m-loader-dot__one{animation-delay:-.32s}.pfext-m-loader-dot__two{animation-delay:-.16s}@keyframes bouncedelay{0%,100%,80%{transform:scale(.25,.25)}40%{transform:scale(1,1)}}.pfext-page-layout__content{padding:var(--pf-v5-global--spacer--lg);flex:1}.pfext-page-layout__header{padding-top:1px;background-color:var(--pf-v5-global--BackgroundColor--light-100)}.pfext-page-layout__hint{padding-left:var(--pf-v5-global--spacer--lg);padding-right:var(--pf-v5-global--spacer--lg);padding-bottom:var(--pf-v5-global--spacer--md);font-size:14px}.pfext-page-layout__title{padding-left:var(--pf-v5-global--spacer--lg);padding-right:var(--pf-v5-global--spacer--lg);font-size:var(--pf-v5-global--FontSize--2xl);margin-top:23px;margin-bottom:11.5px;font-family:var(--pf-v5-global--FontFamily--heading--sans-serif);font-weight:var(--pf-v5-global--FontWeight--normal);line-height:1.1}.pfext-markdown-view .pfext-code-block__pre{display:flex;border:none;border-radius:none;background-color:transparent;margin:0;padding:0}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-check{display:none}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-play{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-check{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-play{display:none}.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert{margin:var(--pf-v5-global--spacer--md) 0}.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-v5-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-v5-c-alert__title--Color);word-break:break-word}.pfext-modal{position:absolute!important}@keyframes pfext-spotlight-expand{0%{outline-offset:-4px;outline-width:4px;opacity:1}100%{outline-offset:21px;outline-width:12px;opacity:0}}@keyframes pfext-spotlight-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes pfext-spotlight-fade-out{0%{opacity:1}100%{opacity:0}}.pfext-spotlight{pointer-events:none;position:absolute}.pfext-spotlight__with-backdrop{mix-blend-mode:hard-light}.pfext-spotlight__element-highlight-noanimate{border:var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);background-color:var(--pf-v5-global--palette--black-500);z-index:9999}.pfext-spotlight__element-highlight-animate{pointer-events:none;position:absolute;box-shadow:inset 0 0 0 4px var(--pf-v5-global--palette--blue-200);opacity:0;animation:.4s pfext-spotlight-fade-in 0s ease-in-out,5s pfext-spotlight-fade-out 12.8s ease-in-out;animation-fill-mode:forwards}.pfext-spotlight__element-highlight-animate::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;animation:1.2s pfext-spotlight-expand 1.6s ease-out;animation-fill-mode:forwards;outline:4px solid var(--pf-v5-global--palette--blue-200);outline-offset:-4px}.pfext-markdown-view .h1,.pfext-markdown-view .h2,.pfext-markdown-view .h3,.pfext-markdown-view .h4,.pfext-markdown-view .h5,.pfext-markdown-view .h6,.pfext-markdown-view h1,.pfext-markdown-view h2,.pfext-markdown-view h3,.pfext-markdown-view h4,.pfext-markdown-view h5,.pfext-markdown-view h6{font-family:var(--pf-v5-global--FontFamily--heading--sans-serif);font-weight:var(--pf-v5-global--FontWeight--normal);line-height:1.1;color:inherit}.pfext-markdown-view .h1,.pfext-markdown-view .h2,.pfext-markdown-view .h3,.pfext-markdown-view h1,.pfext-markdown-view h2,.pfext-markdown-view h3{margin-top:23px;margin-bottom:11.5px}.pfext-markdown-view .h4,.pfext-markdown-view .h5,.pfext-markdown-view .h6,.pfext-markdown-view h4,.pfext-markdown-view h5,.pfext-markdown-view h6{margin-top:11.5px;margin-bottom:11.5px}.pfext-markdown-view .h1,.pfext-markdown-view h1{font-size:var(--pf-v5-global--FontSize--2xl)}.pfext-markdown-view .h2,.pfext-markdown-view h2{font-size:20px}.pfext-markdown-view .h3,.pfext-markdown-view h3{font-size:var(--pf-v5-global--FontSize--lg)}.pfext-markdown-view .h4,.pfext-markdown-view h4{font-size:var(--pf-v5-global--FontSize--md)}.pfext-markdown-view .h5,.pfext-markdown-view h5{font-size:var(--pf-v5-global--FontSize--md)}.pfext-markdown-view .h6,.pfext-markdown-view h6{font-size:var(--pf-v5-global--FontSize--md)}.pfext-markdown-view p{margin:0 0 11.5px}.pfext-markdown-view ol,.pfext-markdown-view ul{margin-top:0;margin-bottom:11.5px}.pfext-markdown-view ol ol,.pfext-markdown-view ol ul,.pfext-markdown-view ul ol,.pfext-markdown-view ul ul{margin-bottom:0}.pfext-markdown-view dl{margin-top:0;margin-bottom:23px}.pfext-markdown-view dd,.pfext-markdown-view dt{line-height:1.66666667}.pfext-markdown-view dt{font-weight:700}.pfext-markdown-view dd{margin-left:0}.pfext-markdown-view blockquote{padding:11.5px 23px;margin:0 0 23px;font-size:17.5px;border-left:5px solid #f1f1f1}.pfext-markdown-view blockquote ol:last-child,.pfext-markdown-view blockquote p:last-child,.pfext-markdown-view blockquote ul:last-child{margin-bottom:0}.pfext-markdown-view code,.pfext-markdown-view pre{font-family:Menlo,Monaco,Consolas,monospace}.pfext-markdown-view code{padding:2px 4px;font-size:90%;color:#004368;background-color:#def3ff;border-radius:1px}.pfext-markdown-view pre{display:block;padding:11px;margin:0 0 11.5px;font-size:13px;line-height:1.66666667;color:#363636;word-break:break-all;word-wrap:break-word;background-color:#fafafa;border:1px solid #ccc;border-radius:1px}.pfext-markdown-view pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pfext-markdown-view table{background-color:transparent}.pfext-markdown-view table col[class*=col-]{position:static;display:table-column;float:none}.pfext-markdown-view table td[class*=col-],.pfext-markdown-view table th[class*=col-]{position:static;display:table-cell;float:none}.pfext-markdown-view caption{padding-top:10px;padding-bottom:10px;color:#9c9c9c;text-align:left}.pfext-markdown-view th{text-align:left}.pfext-quick-start-drawer__body{display:flex;flex-direction:column;z-index:0;position:relative}.pfext-quick-start-drawer__modal>.pf-v5-c-modal-box__footer{display:block}.pfext-quick-start-panel-content__header{position:sticky;top:0;background:inherit;z-index:var(--pf-v5-global--ZIndex--xs)}.pfext-quick-start-panel-content__header__shadow{box-shadow:var(--pf-v5-global--BoxShadow--sm-bottom)}.pfext-quick-start-panel-content__header--blue-white{background-color:var(--pf-v5-global--palette--blue-400)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__title{color:var(--pf-v5-global--Color--light-100)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration{color:var(--pf-v5-global--Color--light-200)}.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__close-button button{color:var(--pf-v5-global--Color--light-100)!important}.pfext-quick-start-panel-content__body{display:flex;flex-direction:column}.pfext-quick-start-panel-content__title{display:flex;align-items:center;flex-wrap:wrap}.pfext-quick-start-panel-content__duration{display:inline-block;font-size:var(--pf-v5-global--FontSize--md);font-weight:400;line-height:1;color:#9c9c9c}.pfext-quick-start-panel-content__footer__shadow{box-shadow:var(--pf-v5-global--BoxShadow--sm-top)}.pfext-quick-start-catalog__gallery{--pf-v5-l-gallery--GridTemplateColumns:repeat(auto-fill, 300px)!important}.pfext-quick-start-catalog__gallery-item{display:inherit!important}.pfext-quick-start-tile{height:100%}.pfext-quick-start-tile .catalog-tile-pf-description .has-footer{display:block;-webkit-line-clamp:unset}.pfext-quick-start-tile .catalog-tile-pf-icon{display:flex}.pfext-quick-start-tile-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pfext-quick-start-tile-description p{margin:0 0 11.5px}.pfext-quick-start-tile-prerequisites{display:inline-flex}.pfext-quick-start-tile-prerequisites__text{margin-right:var(--pf-v5-global--spacer--sm);font-size:var(--pf-v5-global--FontSize--md);margin-top:11.5px;margin-bottom:11.5px;font-family:var(--pf-v5-global--FontFamily--heading--sans-serif);font-weight:var(--pf-v5-global--FontWeight--normal);line-height:1.1}.pfext-quick-start-tile-prerequisites-list{padding-left:20px}.pfext-quick-start-tile-header__status{margin:var(--pf-v5-global--spacer--sm) 0}.pfext-quick-start-tile-header--margin{margin-right:var(--pf-v5-global--spacer--sm);margin-bottom:var(--pf-v5-global--spacer--sm)}.pfext-quick-start-tile-header .pf-v5-c-badge:not(:last-of-type){margin-right:var(--pf-v5-global--spacer--sm)}.pfext-markdown-view.is-empty{color:#999}.pfext-markdown-view table{display:block;margin-bottom:11.5px;overflow-x:auto}.pfext-markdown-view td,.pfext-markdown-view th{border-bottom:1px solid #ededed;padding:10px;vertical-align:top}.pfext-markdown-view th{padding-top:0}.pfext-quick-start-catalog-filter__input{flex-grow:1;max-width:500px}.pfext-quick-start-catalog-filter__count{font-weight:var(--pf-v5-global--FontWeight--bold)}.pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex{--pf-v5-c-toolbar--PaddingBottom:var(--pf-v5-global--spacer--sm);--pf-v5-c-toolbar--PaddingTop:var(--pf-v5-global--spacer--sm);--pf-v5-c-toolbar--RowGap:0;font-size:14px}.pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-select{--pf-v5-c-select__toggle--FontSize:14px}.pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-check{--pf-v5-c-check__label--FontSize:14px}.pfext-quick-start-content{flex:1 1 0;overflow:auto;padding:var(--pf-v5-global--spacer--lg);font-size:16px}.pfext-quick-start-content .pf-v5-c-alert__description p{font-size:13px}.pfext-quick-start-footer{background-color:var(--pf-v5-global--BackgroundColor--100);flex:0 0 auto;padding:var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg)}.pfext-quick-start-footer__actionbtn{margin-right:var(--pf-v5-global--spacer--md)}.pfext-quick-start-footer__restartbtn{float:right}.pfext-quick-start-intro__prereq{margin-bottom:var(--pf-v5-global--spacer--md)}.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content{margin-top:var(--pf-v5-global--spacer--sm)}.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle{padding-top:0;padding-bottom:0}.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text{margin-left:var(--pf-v5-global--spacer--sm)}.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon{color:var(--pf-v5-c-expandable-section__toggle--Color)}.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{--pf-v5-c-expandable-section__toggle--Color:var(--pf-v5-c-expandable-section__toggle--focus--Color)}.pfext-quick-start-intro__prereq-list{padding-left:20px}.pfext-quick-start-intro__prereq-list__item::marker{font-size:.8rem}.pfext-quick-start-intro__prereq-list__item-content{position:relative;left:2px}.pfext-quick-start-tasks__list button::before{content:none}.pfext-quick-start-tasks__list li.pf-v5-c-wizard__nav-item{list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:var(--pf-v5-global--spacer--xs)}.pfext-quick-start-tasks__list .pfext-quick-start-task__content{margin-bottom:var(--pf-v5-global--spacer--md)}.pfext-quick-start-tasks__list .task-pflist-title{font-size:14px!important;margin-bottom:6px}.pfext-quick-start-tasks__list .task-pflist-subtitle{color:var(--pf-v5-global--Color--200);font-size:16px}.pfext-quick-start-tasks__list .task-pflist-list{font-size:16px}.pfext-quick-start-tasks__list .task-pflist-list--prereq{padding-left:var(--pf-v5-global--spacer--lg)}.pfext-quick-start-tasks__list .task-pflist-list--prereq li+li{margin-top:4px}.pfext-quick-start-tasks__list .task-pflist-list--proc{padding-left:10px}.pfext-quick-start-tasks__list .task-pflist-list--proc li+li{margin-top:16px}.pfext-quick-start-tasks__list .task-pflist-list__item--prereq::marker{font-size:.8rem}.pfext-quick-start-tasks__list .task-pflist-list__item--prereq .task-pflist-list__item__content{position:relative;left:2px}.pfext-quick-start-tasks__list .task-pflist-list__item--proc{font-size:14px}.pfext-quick-start-tasks__list .task-pflist-list__item--proc .task-pflist-list__item__content{position:relative;left:4px}.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert{margin:var(--pf-v5-global--spacer--md) 0}.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-v5-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-v5-c-alert__title--Color);word-break:break-word}.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note{background-color:var(--pf-v5-global--palette--blue-50);border-color:var(--pf-v5-global--active-color--200);margin:var(--pf-v5-global--spacer--md) 0}.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body{font-size:14px}.pfext-quick-start-task-header__list{padding:0!important}.pfext-quick-start-task-header__list button::before{content:none}.pfext-quick-start-task-header__list li{list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:var(--pf-v5-global--spacer--xs)}.pfext-quick-start-task-header{margin-bottom:var(--pf-v5-global--spacer--sm);display:grid;grid-template-columns:min-content auto;font-size:var(--pf-v5-global--FontSize--md)}.pfext-quick-start-task-header button::before{content:none}.pfext-quick-start-task-header__title{color:var(--pf-v5-global--primary-color--100)!important;margin-right:var(--pf-v5-global--spacer--md)!important}.pfext-quick-start-task-header__subtitle{font-size:var(--pf-v5-global--FontSize--sm);color:var(--pf-v5-global--Color--dark-200)!important}.pfext-quick-start-task-header__tryagain{display:block;font-size:var(--pf-v5-global--FontSize--md);color:var(--pf-v5-global--Color--300)!important}.pfext-quick-start-task-header__title-success{color:var(--pf-v5-global--success-color--100)!important}.pfext-quick-start-task-header__title-failed{color:var(--pf-v5-global--danger-color--100)!important}.pfext-quick-start-task-header__task-icon-init{background-color:var(--pf-v5-global--primary-color--100);border-radius:var(--pf-v5-global--BorderRadius--lg);color:var(--pf-v5-global--Color--light-100);display:inline-flex;justify-content:center;height:1.5em;width:1.5em}.pfext-quick-start-task-header__task-icon-failed,.pfext-quick-start-task-header__task-icon-success{vertical-align:middle!important}.pfext-quick-start-task-header__task-icon-success{color:var(--pf-v5-global--success-color--100)!important}.pfext-quick-start-task-header__task-icon-failed{color:var(--pf-v5-global--danger-color--100)!important}.pfext-quick-start-task-review-alert{margin:var(--pf-v5-global--spacer--lg) 0}.pfext-quick-start-task-review{font-size:var(--pf-v5-global--FontSize--md);line-height:var(--pf-v5-global--FontSize--xl);font-family:var(--pf-v5-global--FontFamily--heading--sans-serif)}.pfext-quick-start-task-review__actions{display:flex;align-items:flex-start;margin-bottom:var(--pf-v5-global--spacer--sm)}.pfext-quick-start-task-review__actions input[type=radio]{margin-top:0;margin-right:0}.pfext-quick-start-task-review__radio{margin-right:var(--pf-v5-global--spacer--xl)!important}.pfext-quick-start-task-review--success{color:var(--pf-v5-global--success-color--100)!important}.pfext-quick-start-task-review--failed{color:var(--pf-chart-global--danger--Color--100)}.pfext-modal{position:absolute!important}.pfext-markdown-view .pfext-code-block__pre{display:flex;border:none;border-radius:none;background-color:transparent;margin:0;padding:0}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-check{display:none}.pfext-markdown-view .pfext-markdown-execute-snippet__button>i.fa-play{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-check{display:inline}.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed]>i.fa-play{display:none}.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert{margin:var(--pf-v5-global--spacer--md) 0}.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title{margin-top:0;margin-bottom:0;font-weight:var(--pf-v5-c-alert__title--FontWeight);font-family:inherit;line-height:inherit;color:var(--pf-v5-c-alert__title--Color);word-break:break-word}@keyframes pfext-spotlight-expand{0%{outline-offset:-4px;outline-width:4px;opacity:1}100%{outline-offset:21px;outline-width:12px;opacity:0}}@keyframes pfext-spotlight-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes pfext-spotlight-fade-out{0%{opacity:1}100%{opacity:0}}.pfext-spotlight{pointer-events:none;position:absolute}.pfext-spotlight__with-backdrop{mix-blend-mode:hard-light}.pfext-spotlight__element-highlight-noanimate{border:var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);background-color:var(--pf-v5-global--palette--black-500);z-index:9999}.pfext-spotlight__element-highlight-animate{pointer-events:none;position:absolute;box-shadow:inset 0 0 0 4px var(--pf-v5-global--palette--blue-200);opacity:0;animation:.4s pfext-spotlight-fade-in 0s ease-in-out,5s pfext-spotlight-fade-out 12.8s ease-in-out;animation-fill-mode:forwards}.pfext-spotlight__element-highlight-animate::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;animation:1.2s pfext-spotlight-expand 1.6s ease-out;animation-fill-mode:forwards;outline:4px solid var(--pf-v5-global--palette--blue-200);outline-offset:-4px}:root{--vertical-tab-pf-color:var(--pf-v5-global--Color--100);--vertical-tab-pf-active-color:var(--pf-v5-global--active-color--100)}.catalog-tile-pf.featured{border-top:2px solid var(--pf-v5-global--active-color--100)}.catalog-tile-pf:active,.catalog-tile-pf:focus,.catalog-tile-pf:hover,.catalog-tile-pf:visited{color:inherit;text-decoration:none}.catalog-tile-pf .pf-v5-c-card__actions{padding-left:5px}.catalog-tile-pf-header{font-size:16px;font-weight:400;padding-bottom:16px}.catalog-tile-pf-header .catalog-tile-pf-title{font-size:15px;font-weight:400}.catalog-tile-pf-header .catalog-tile-pf-subtitle{color:var(--pf-v5-global--Color--200);font-size:13px;font-weight:initial}.catalog-tile-pf-header .catalog-tile-pf-subtitle a,.catalog-tile-pf-header .catalog-tile-pf-subtitle a:hover{text-decoration:none}.catalog-tile-pf-icon{font-size:40px;height:40px;max-width:60px;min-width:40px}.catalog-tile-pf-badge-container{display:flex;flex:1;justify-content:flex-end}.catalog-tile-pf-description{margin-top:0}.catalog-tile-pf-description span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.catalog-tile-pf-description .has-footer{-webkit-line-clamp:1}.pf-v5-c-clipboard-copy{--pf-v5-c-clipboard-copy__toggle-icon--Transition:.2s ease-in 0s;--pf-v5-c-clipboard-copy--m-expanded__toggle-icon--Rotate:90deg;--pf-v5-c-clipboard-copy__expandable-content--PaddingTop:var(--pf-v5-global--spacer--md);--pf-v5-c-clipboard-copy__expandable-content--PaddingRight:var(--pf-v5-global--spacer--md);--pf-v5-c-clipboard-copy__expandable-content--PaddingBottom:var(--pf-v5-global--spacer--md);--pf-v5-c-clipboard-copy__expandable-content--PaddingLeft:var(--pf-v5-global--spacer--md);--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor:var(--pf-v5-global--BackgroundColor--light-100);--pf-v5-c-clipboard-copy__expandable-content--BorderTopWidth:0;--pf-v5-c-clipboard-copy__expandable-content--BorderRightWidth:var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-clipboard-copy__expandable-content--BorderBottomWidth:var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-clipboard-copy__expandable-content--BorderLeftWidth:var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-clipboard-copy__expandable-content--BorderColor:var(--pf-v5-global--BorderColor--100);--pf-v5-c-clipboard-copy__expandable-content--OutlineOffset:calc(-1 * var(--pf-v5-global--spacer--xs));--pf-v5-c-clipboard-copy--m-inline--PaddingTop:0;--pf-v5-c-clipboard-copy--m-inline--PaddingBottom:0;--pf-v5-c-clipboard-copy--m-inline--PaddingLeft:var(--pf-v5-global--spacer--xs);--pf-v5-c-clipboard-copy--m-inline--BackgroundColor:var(--pf-v5-global--BackgroundColor--200);--pf-v5-c-clipboard-copy__text--m-code--FontFamily:var(--pf-v5-global--FontFamily--monospace);--pf-v5-c-clipboard-copy__text--m-code--FontSize:var(--pf-v5-global--FontSize--sm);--pf-v5-c-clipboard-copy__actions-item--MarginTop:calc(-1 * var(--pf-v5-global--spacer--form-element));--pf-v5-c-clipboard-copy__actions-item--MarginBottom:calc(-1 * var(--pf-v5-global--spacer--form-element));--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop:var(--pf-v5-global--spacer--xs);--pf-v5-c-clipboard-copy__actions-item--button--PaddingRight:var(--pf-v5-global--spacer--sm);--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom:var(--pf-v5-global--spacer--xs);--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft:var(--pf-v5-global--spacer--sm)}.pf-v5-c-clipboard-copy.pf-m-inline{display:inline;padding-top:var(--pf-v5-c-clipboard-copy--m-inline--PaddingTop);padding-bottom:var(--pf-v5-c-clipboard-copy--m-inline--PaddingBottom);padding-left:var(--pf-v5-c-clipboard-copy--m-inline--PaddingLeft);white-space:nowrap;background-color:var(--pf-v5-c-clipboard-copy--m-inline--BackgroundColor)}.pf-v5-c-clipboard-copy.pf-m-inline.pf-m-block{display:block}.pf-v5-c-clipboard-copy__text{word-break:break-word;white-space:normal}.pf-v5-c-clipboard-copy__actions{display:inline-flex}.pf-v5-c-clipboard-copy__actions-item{margin-top:calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop));margin-bottom:calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom))}.pf-v5-c-clipboard-copy__actions-item .pf-v5-c-button{--pf-v5-c-button--PaddingTop:var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop);--pf-v5-c-button--PaddingRight:var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingRight);--pf-v5-c-button--PaddingBottom:var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom);--pf-v5-c-button--PaddingLeft:var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft)}:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy{--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor:var(--pf-v5-global--BackgroundColor--400)}.pf-v5-c-code-block{--pf-v5-c-code-block--BackgroundColor:var(--pf-v5-global--BackgroundColor--200);--pf-v5-c-code-block__header--BorderBottomWidth:var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-code-block__header--BorderBottomColor:var(--pf-v5-global--BorderColor--100);--pf-v5-c-code-block__content--PaddingTop:var(--pf-v5-global--spacer--md);--pf-v5-c-code-block__content--PaddingRight:var(--pf-v5-global--spacer--md);--pf-v5-c-code-block__content--PaddingBottom:var(--pf-v5-global--spacer--md);--pf-v5-c-code-block__content--PaddingLeft:var(--pf-v5-global--spacer--md);--pf-v5-c-code-block__pre--FontFamily:var(--pf-v5-global--FontFamily--monospace);--pf-v5-c-code-block__pre--FontSize:var(--pf-v5-global--FontSize--sm);background-color:var(--pf-v5-c-code-block--BackgroundColor)}.pf-v5-c-code-block__header{display:flex;border-bottom:var(--pf-v5-c-code-block__header--BorderBottomWidth) solid var(--pf-v5-c-code-block__header--BorderBottomColor)}.pf-v5-c-code-block__actions{display:flex;margin-left:auto}.pf-v5-c-code-block__content{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)}.pf-v5-c-code-block__pre{font-family:var(--pf-v5-c-code-block__pre--FontFamily);font-size:var(--pf-v5-c-code-block__pre--FontSize);overflow-wrap:break-word;white-space:pre-wrap}.pf-v5-c-code-block__code{font-family:var(--pf-v5-c-code-block__code--FontFamily,inherit)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import './patternfly-global.scss';
|
|
1
|
+
import './patternfly-global.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import './patternfly-nested.scss';
|
|
1
|
+
import './patternfly-nested.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import './quickstarts-standalone.scss';
|
|
1
|
+
import './quickstarts-standalone.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import './vendor.scss';
|
|
1
|
+
import './vendor.scss';
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
declare class PluralResolver {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
declare class PluralResolver {
|
|
2
|
+
options: {
|
|
3
|
+
simplifyPluralSuffix?: string;
|
|
4
|
+
compatibilityJSON?: string;
|
|
5
|
+
prepend?: boolean;
|
|
6
|
+
};
|
|
7
|
+
rules: {};
|
|
8
|
+
constructor(options?: {});
|
|
9
|
+
addRule(lng: any, obj: any): void;
|
|
10
|
+
getRule(code: any): any;
|
|
11
|
+
needsPlural(code: any): boolean;
|
|
12
|
+
getPluralFormsOfKey(code: any, key: any): any;
|
|
13
|
+
getSuffixes(code: any): any;
|
|
14
|
+
getSuffix(code: any, count: any): any;
|
|
15
|
+
}
|
|
16
|
+
export default PluralResolver;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { QuickStart, QuickStartTask } from './quick-start-types';
|
|
2
|
-
export declare const ProcQuickStartParser: (quickStart: QuickStart & {
|
|
3
|
-
spec: {
|
|
4
|
-
tasks: QuickStartTask[] | string[];
|
|
5
|
-
};
|
|
6
|
-
}, environmentVariables?: {
|
|
7
|
-
[name: string]: string;
|
|
8
|
-
}) => QuickStart & {
|
|
9
|
-
spec: {
|
|
10
|
-
tasks: QuickStartTask[] | string[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
1
|
+
import { QuickStart, QuickStartTask } from './quick-start-types';
|
|
2
|
+
export declare const ProcQuickStartParser: (quickStart: QuickStart & {
|
|
3
|
+
spec: {
|
|
4
|
+
tasks: undefined | QuickStartTask[] | string[];
|
|
5
|
+
};
|
|
6
|
+
}, environmentVariables?: {
|
|
7
|
+
[name: string]: string;
|
|
8
|
+
}) => QuickStart & {
|
|
9
|
+
spec: {
|
|
10
|
+
tasks: undefined | QuickStartTask[] | string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
package/dist/utils/const.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QuickStartTaskStatus } from './quick-start-types';
|
|
2
|
-
export declare const QUICKSTART_SEARCH_FILTER_KEY = "keyword";
|
|
3
|
-
export declare const QUICKSTART_STATUS_FILTER_KEY = "status";
|
|
4
|
-
export declare const QUICKSTART_ID_FILTER_KEY = "quickstart";
|
|
5
|
-
export declare const QUICKSTART_TASKS_INITIAL_STATES: QuickStartTaskStatus[];
|
|
6
|
-
export declare const HELP_TOPIC_NAME_KEY = "topic";
|
|
1
|
+
import { QuickStartTaskStatus } from './quick-start-types';
|
|
2
|
+
export declare const QUICKSTART_SEARCH_FILTER_KEY = "keyword";
|
|
3
|
+
export declare const QUICKSTART_STATUS_FILTER_KEY = "status";
|
|
4
|
+
export declare const QUICKSTART_ID_FILTER_KEY = "quickstart";
|
|
5
|
+
export declare const QUICKSTART_TASKS_INITIAL_STATES: QuickStartTaskStatus[];
|
|
6
|
+
export declare const HELP_TOPIC_NAME_KEY = "topic";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HelpTopic } from './help-topic-types';
|
|
3
|
-
export
|
|
4
|
-
helpTopics?: HelpTopic[];
|
|
5
|
-
setHelpTopics?: React.Dispatch<React.SetStateAction<HelpTopic[]>>;
|
|
6
|
-
activeHelpTopic?: HelpTopic;
|
|
7
|
-
setActiveHelpTopicByName?: (helpTopicName: string) => void;
|
|
8
|
-
filteredHelpTopics?: HelpTopic[];
|
|
9
|
-
setFilteredHelpTopics?: React.Dispatch<React.SetStateAction<HelpTopic[]>>;
|
|
10
|
-
loading?: boolean;
|
|
11
|
-
setLoading?: any;
|
|
12
|
-
}
|
|
13
|
-
export declare const HelpTopicContextDefaults: {
|
|
14
|
-
helpTopics: any[];
|
|
15
|
-
setHelpTopics: () => void;
|
|
16
|
-
activeHelpTopic: any;
|
|
17
|
-
setActiveHelpTopicByName: () => void;
|
|
18
|
-
filteredHelpTopics: any[];
|
|
19
|
-
setFilteredHelpTopics: () => void;
|
|
20
|
-
loading: boolean;
|
|
21
|
-
};
|
|
22
|
-
export declare const HelpTopicContext: React.Context<HelpTopicContextValues>;
|
|
23
|
-
export declare const useValuesForHelpTopicContext: (value?: HelpTopicContextValues) => HelpTopicContextValues;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { HelpTopic } from './help-topic-types';
|
|
3
|
+
export interface HelpTopicContextValues {
|
|
4
|
+
helpTopics?: HelpTopic[];
|
|
5
|
+
setHelpTopics?: React.Dispatch<React.SetStateAction<HelpTopic[]>>;
|
|
6
|
+
activeHelpTopic?: HelpTopic;
|
|
7
|
+
setActiveHelpTopicByName?: (helpTopicName: string) => void;
|
|
8
|
+
filteredHelpTopics?: HelpTopic[];
|
|
9
|
+
setFilteredHelpTopics?: React.Dispatch<React.SetStateAction<HelpTopic[]>>;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
setLoading?: any;
|
|
12
|
+
}
|
|
13
|
+
export declare const HelpTopicContextDefaults: {
|
|
14
|
+
helpTopics: any[];
|
|
15
|
+
setHelpTopics: () => void;
|
|
16
|
+
activeHelpTopic: any;
|
|
17
|
+
setActiveHelpTopicByName: () => void;
|
|
18
|
+
filteredHelpTopics: any[];
|
|
19
|
+
setFilteredHelpTopics: () => void;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare const HelpTopicContext: React.Context<HelpTopicContextValues>;
|
|
23
|
+
export declare const useValuesForHelpTopicContext: (value?: HelpTopicContextValues) => HelpTopicContextValues;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export
|
|
2
|
-
href: string;
|
|
3
|
-
text?: string;
|
|
4
|
-
newTab?: boolean;
|
|
5
|
-
isExternal?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export
|
|
8
|
-
name: string;
|
|
9
|
-
title: string;
|
|
10
|
-
tags: string[];
|
|
11
|
-
content: string;
|
|
12
|
-
links?: HelpTopicLink[];
|
|
13
|
-
}
|
|
1
|
+
export interface HelpTopicLink {
|
|
2
|
+
href: string;
|
|
3
|
+
text?: string;
|
|
4
|
+
newTab?: boolean;
|
|
5
|
+
isExternal?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface HelpTopic {
|
|
8
|
+
name: string;
|
|
9
|
+
title: string;
|
|
10
|
+
tags: string[];
|
|
11
|
+
content: string;
|
|
12
|
+
links?: HelpTopicLink[];
|
|
13
|
+
}
|
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AllQuickStartStates, QuickStart, QuickStartState, QuickStartStatus, QuickStartTaskStatus } from './quick-start-types';
|
|
3
|
-
export
|
|
4
|
-
show?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const getDefaultQuickStartState: (totalTasks?: number, initialStatus?: QuickStartStatus) => {
|
|
7
|
-
status: QuickStartStatus;
|
|
8
|
-
taskNumber: number;
|
|
9
|
-
};
|
|
10
|
-
export
|
|
11
|
-
allQuickStarts?: QuickStart[];
|
|
12
|
-
setAllQuickStarts?: React.Dispatch<React.SetStateAction<QuickStart[]>>;
|
|
13
|
-
activeQuickStartID?: string;
|
|
14
|
-
setActiveQuickStartID?: React.Dispatch<React.SetStateAction<string>>;
|
|
15
|
-
allQuickStartStates?: AllQuickStartStates;
|
|
16
|
-
setAllQuickStartStates?: React.Dispatch<React.SetStateAction<AllQuickStartStates>>;
|
|
17
|
-
activeQuickStartState?: QuickStartState;
|
|
18
|
-
setActiveQuickStart?: (quickStartId: string, totalTasks?: number) => void;
|
|
19
|
-
startQuickStart?: (quickStartId: string, totalTasks?: number) => void;
|
|
20
|
-
restartQuickStart?: (quickStartId: string, totalTasks: number) => void;
|
|
21
|
-
nextStep?: (totalTasks: number) => void;
|
|
22
|
-
previousStep?: () => void;
|
|
23
|
-
setQuickStartTaskNumber?: (quickStartId: string, taskNumber: number) => void;
|
|
24
|
-
setQuickStartTaskStatus?: (taskStatus: QuickStartTaskStatus) => void;
|
|
25
|
-
getQuickStartForId?: (id: string) => QuickStartState;
|
|
26
|
-
footer?: FooterProps;
|
|
27
|
-
useLegacyHeaderColors?: boolean;
|
|
28
|
-
useQueryParams?: boolean;
|
|
29
|
-
markdown?: {
|
|
30
|
-
extensions?: any[];
|
|
31
|
-
renderExtension?: (docContext:
|
|
32
|
-
};
|
|
33
|
-
resourceBundle?: any;
|
|
34
|
-
getResource?: any;
|
|
35
|
-
setResourceBundle?: any;
|
|
36
|
-
language?: string;
|
|
37
|
-
setLanguage?: any;
|
|
38
|
-
filter?: {
|
|
39
|
-
keyword?: string;
|
|
40
|
-
status?: {
|
|
41
|
-
statusTypes?: any;
|
|
42
|
-
statusFilters?: any;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
setFilter?: any;
|
|
46
|
-
loading?: boolean;
|
|
47
|
-
setLoading?: any;
|
|
48
|
-
alwaysShowTaskReview?: boolean;
|
|
49
|
-
setAlwaysShowTaskReview?: any;
|
|
50
|
-
}
|
|
51
|
-
export declare const QuickStartContextDefaults: {
|
|
52
|
-
allQuickStarts: any[];
|
|
53
|
-
activeQuickStartID: string;
|
|
54
|
-
allQuickStartStates: {};
|
|
55
|
-
activeQuickStartState: {};
|
|
56
|
-
setAllQuickStarts: () => void;
|
|
57
|
-
resourceBundle: any;
|
|
58
|
-
getResource: (resource: string) => string;
|
|
59
|
-
language: string;
|
|
60
|
-
useQueryParams: boolean;
|
|
61
|
-
filter: {
|
|
62
|
-
keyword: string;
|
|
63
|
-
status: {
|
|
64
|
-
statusTypes: {};
|
|
65
|
-
statusFilters: any[];
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
setFilter: () => void;
|
|
69
|
-
footer: any;
|
|
70
|
-
useLegacyHeaderColors: boolean;
|
|
71
|
-
markdown: any;
|
|
72
|
-
loading: boolean;
|
|
73
|
-
alwaysShowTaskReview: boolean;
|
|
74
|
-
};
|
|
75
|
-
export declare const QuickStartContext: React.Context<QuickStartContextValues>;
|
|
76
|
-
export declare const getResource: (resource: string, options: any, resourceBundle: any, lng: string) => any;
|
|
77
|
-
export declare const useValuesForQuickStartContext: (value?: QuickStartContextValues) => QuickStartContextValues;
|
|
78
|
-
export declare const QuickStartContextProvider: React.FC<{
|
|
79
|
-
children: React.ReactNode;
|
|
80
|
-
value: QuickStartContextValues;
|
|
81
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AllQuickStartStates, QuickStart, QuickStartState, QuickStartStatus, QuickStartTaskStatus } from './quick-start-types';
|
|
3
|
+
export interface FooterProps {
|
|
4
|
+
show?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const getDefaultQuickStartState: (totalTasks?: number, initialStatus?: QuickStartStatus) => {
|
|
7
|
+
status: QuickStartStatus;
|
|
8
|
+
taskNumber: number;
|
|
9
|
+
};
|
|
10
|
+
export interface QuickStartContextValues {
|
|
11
|
+
allQuickStarts?: QuickStart[];
|
|
12
|
+
setAllQuickStarts?: React.Dispatch<React.SetStateAction<QuickStart[]>>;
|
|
13
|
+
activeQuickStartID?: string;
|
|
14
|
+
setActiveQuickStartID?: React.Dispatch<React.SetStateAction<string>>;
|
|
15
|
+
allQuickStartStates?: AllQuickStartStates;
|
|
16
|
+
setAllQuickStartStates?: React.Dispatch<React.SetStateAction<AllQuickStartStates>>;
|
|
17
|
+
activeQuickStartState?: QuickStartState;
|
|
18
|
+
setActiveQuickStart?: (quickStartId: string, totalTasks?: number) => void;
|
|
19
|
+
startQuickStart?: (quickStartId: string, totalTasks?: number) => void;
|
|
20
|
+
restartQuickStart?: (quickStartId: string, totalTasks: number) => void;
|
|
21
|
+
nextStep?: (totalTasks: number) => void;
|
|
22
|
+
previousStep?: () => void;
|
|
23
|
+
setQuickStartTaskNumber?: (quickStartId: string, taskNumber: number) => void;
|
|
24
|
+
setQuickStartTaskStatus?: (taskStatus: QuickStartTaskStatus) => void;
|
|
25
|
+
getQuickStartForId?: (id: string) => QuickStartState;
|
|
26
|
+
footer?: FooterProps;
|
|
27
|
+
useLegacyHeaderColors?: boolean;
|
|
28
|
+
useQueryParams?: boolean;
|
|
29
|
+
markdown?: {
|
|
30
|
+
extensions?: any[];
|
|
31
|
+
renderExtension?: (docContext: Document, rootSelector: string) => React.ReactNode;
|
|
32
|
+
};
|
|
33
|
+
resourceBundle?: any;
|
|
34
|
+
getResource?: any;
|
|
35
|
+
setResourceBundle?: any;
|
|
36
|
+
language?: string;
|
|
37
|
+
setLanguage?: any;
|
|
38
|
+
filter?: {
|
|
39
|
+
keyword?: string;
|
|
40
|
+
status?: {
|
|
41
|
+
statusTypes?: any;
|
|
42
|
+
statusFilters?: any;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
setFilter?: any;
|
|
46
|
+
loading?: boolean;
|
|
47
|
+
setLoading?: any;
|
|
48
|
+
alwaysShowTaskReview?: boolean;
|
|
49
|
+
setAlwaysShowTaskReview?: any;
|
|
50
|
+
}
|
|
51
|
+
export declare const QuickStartContextDefaults: {
|
|
52
|
+
allQuickStarts: any[];
|
|
53
|
+
activeQuickStartID: string;
|
|
54
|
+
allQuickStartStates: {};
|
|
55
|
+
activeQuickStartState: {};
|
|
56
|
+
setAllQuickStarts: () => void;
|
|
57
|
+
resourceBundle: any;
|
|
58
|
+
getResource: (resource: string) => string;
|
|
59
|
+
language: string;
|
|
60
|
+
useQueryParams: boolean;
|
|
61
|
+
filter: {
|
|
62
|
+
keyword: string;
|
|
63
|
+
status: {
|
|
64
|
+
statusTypes: {};
|
|
65
|
+
statusFilters: any[];
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
setFilter: () => void;
|
|
69
|
+
footer: any;
|
|
70
|
+
useLegacyHeaderColors: boolean;
|
|
71
|
+
markdown: any;
|
|
72
|
+
loading: boolean;
|
|
73
|
+
alwaysShowTaskReview: boolean;
|
|
74
|
+
};
|
|
75
|
+
export declare const QuickStartContext: React.Context<QuickStartContextValues>;
|
|
76
|
+
export declare const getResource: (resource: string, options: any, resourceBundle: any, lng: string) => any;
|
|
77
|
+
export declare const useValuesForQuickStartContext: (value?: QuickStartContextValues) => QuickStartContextValues;
|
|
78
|
+
export declare const QuickStartContextProvider: React.FC<{
|
|
79
|
+
children: React.ReactNode;
|
|
80
|
+
value: QuickStartContextValues;
|
|
81
|
+
}>;
|
|
@@ -1,58 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AccessReviewResourceAttributes, ObjectMetadata } from '../ConsoleInternal/module/k8s/types';
|
|
3
|
+
export interface QuickStart {
|
|
4
|
+
apiVersion?: string;
|
|
5
|
+
kind?: string;
|
|
6
|
+
metadata: ObjectMetadata;
|
|
7
|
+
spec: QuickStartSpec;
|
|
8
|
+
}
|
|
9
|
+
export interface QuickStartSpec {
|
|
10
|
+
version?: number;
|
|
11
|
+
displayName: string;
|
|
12
|
+
durationMinutes?: number;
|
|
13
|
+
icon: React.ReactNode;
|
|
14
|
+
description: string;
|
|
15
|
+
prerequisites?: string[];
|
|
16
|
+
introduction?: string;
|
|
17
|
+
tasks?: QuickStartTask[];
|
|
18
|
+
conclusion?: string;
|
|
19
|
+
nextQuickStart?: string[];
|
|
20
|
+
accessReviewResources?: AccessReviewResourceAttributes[];
|
|
21
|
+
link?: QuickStartExternal;
|
|
22
|
+
type?: QuickStartType;
|
|
23
|
+
}
|
|
24
|
+
export interface QuickStartTask {
|
|
25
|
+
title?: string;
|
|
26
|
+
description?: string;
|
|
27
|
+
review?: QuickStartTaskReview;
|
|
28
|
+
summary?: QuickStartTaskSummary;
|
|
29
|
+
proc?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface QuickStartTaskReview {
|
|
32
|
+
instructions?: string;
|
|
33
|
+
failedTaskHelp?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface QuickStartTaskSummary {
|
|
36
|
+
success?: string;
|
|
37
|
+
failed?: string;
|
|
38
|
+
}
|
|
39
|
+
export type AllQuickStartStates = Record<string, QuickStartState>;
|
|
40
|
+
export type QuickStartState = Record<string, string | number | QuickStartStatus>;
|
|
41
|
+
export declare enum QuickStartStatus {
|
|
42
|
+
COMPLETE = "Complete",
|
|
43
|
+
IN_PROGRESS = "In Progress",
|
|
44
|
+
NOT_STARTED = "Not started"
|
|
45
|
+
}
|
|
46
|
+
export declare enum QuickStartTaskStatus {
|
|
47
|
+
INIT = "Initial",
|
|
48
|
+
VISITED = "Visited",
|
|
49
|
+
REVIEW = "Review",
|
|
50
|
+
SUCCESS = "Success",
|
|
51
|
+
FAILED = "Failed"
|
|
52
|
+
}
|
|
53
|
+
export interface QuickStartExternal {
|
|
54
|
+
href: string;
|
|
55
|
+
text?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface QuickStartType {
|
|
58
|
+
text: string;
|
|
59
|
+
color?: 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey';
|
|
60
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { QuickStart, QuickStartStatus } from './quick-start-types';
|
|
2
|
-
export declare const QUICK_START_NAME = "console.openshift.io/name";
|
|
3
|
-
export declare const getQuickStartByName: (name: string, quickStarts: QuickStart[]) => QuickStart;
|
|
4
|
-
export declare const getQuickStartStatus: (allQuickStartStates:
|
|
5
|
-
export declare const getTaskStatusKey: (taskNumber: number) => string;
|
|
6
|
-
export declare const getQuickStartStatusCount: (allQuickStartStates:
|
|
7
|
-
export declare const getDisabledQuickStarts: () => string[];
|
|
8
|
-
export declare const isDisabledQuickStart: (quickstart: QuickStart, disabledQuickStarts: string[]) => boolean;
|
|
9
|
-
export declare const filterQuickStarts: (quickStarts: QuickStart[], filterText: string, statusFilters: string[], allQuickStartStates:
|
|
10
|
-
export declare const camelize: (str: string) => string;
|
|
1
|
+
import { AllQuickStartStates, QuickStart, QuickStartStatus } from './quick-start-types';
|
|
2
|
+
export declare const QUICK_START_NAME = "console.openshift.io/name";
|
|
3
|
+
export declare const getQuickStartByName: (name: string, quickStarts: QuickStart[]) => QuickStart;
|
|
4
|
+
export declare const getQuickStartStatus: (allQuickStartStates: AllQuickStartStates, quickStartID: string) => QuickStartStatus;
|
|
5
|
+
export declare const getTaskStatusKey: (taskNumber: number) => string;
|
|
6
|
+
export declare const getQuickStartStatusCount: (allQuickStartStates: AllQuickStartStates, quickStarts: QuickStart[]) => Record<QuickStartStatus, number>;
|
|
7
|
+
export declare const getDisabledQuickStarts: () => string[];
|
|
8
|
+
export declare const isDisabledQuickStart: (quickstart: QuickStart, disabledQuickStarts: string[]) => boolean;
|
|
9
|
+
export declare const filterQuickStarts: (quickStarts: QuickStart[], filterText: string, statusFilters: string[], allQuickStartStates: AllQuickStartStates) => QuickStart[];
|
|
10
|
+
export declare const camelize: (str: string) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useLocalStorage: (key: string, initialValue: any) => any[];
|
|
1
|
+
export declare const useLocalStorage: (key: string, initialValue: any) => any[];
|