@patternfly/patternfly-doc-core 1.15.3 → 1.15.5
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/.astro/content-modules.mjs +108 -108
- package/README.mdx +1 -0
- package/astro.config.mjs +0 -1
- package/cli/cli.ts +71 -29
- package/cli/convertToMDX.ts +2 -5
- package/cli/createCollectionContent.ts +5 -0
- package/cli/fileExists.ts +7 -0
- package/cli/getConfig.ts +1 -0
- package/cli/templates/apiIndex.json +6 -0
- package/dist/apiIndex.json +561 -0
- package/dist/cli/cli.js +63 -25
- package/dist/cli/convertToMDX.js +2 -4
- package/dist/cli/createCollectionContent.js +4 -0
- package/dist/cli/fileExists.js +6 -0
- package/dist/cli/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/_routes.json +2 -2
- package/dist/docs/_worker.js/_@astrojs-ssr-adapter.mjs +1 -1
- package/dist/docs/_worker.js/_astro-internal_middleware.mjs +3 -3
- package/dist/docs/_worker.js/chunks/{_@astro-renderers_BpFPQHrI.mjs → _@astro-renderers_OzpRq-hZ.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/{_@astrojs-ssr-adapter_RmG4VnRF.mjs → _@astrojs-ssr-adapter_CUrpr6E7.mjs} +4 -4
- package/dist/docs/_worker.js/chunks/{_astro_assets_AaeU3frQ.mjs → _astro_assets_451XBA7N.mjs} +2 -2
- package/dist/docs/_worker.js/chunks/apiHelpers_CD8DANYs.mjs +30 -0
- package/dist/docs/_worker.js/chunks/astro/{server_BWAOeKNd.mjs → server_DX9A26-_.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/{astro-designed-error-pages_b9BuL4GU.mjs → astro-designed-error-pages_BbC4Kpqb.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/fetch_CoXtH9RF.mjs +12 -0
- package/dist/docs/_worker.js/chunks/getConfig_DO3RhTb7.mjs +18 -0
- package/dist/docs/_worker.js/chunks/{index_CRHoXX3T.mjs → index_DjAlCotm.mjs} +2 -2
- package/dist/docs/_worker.js/chunks/{noop-middleware_B9eLgP9f.mjs → noop-middleware_C6lNwrEu.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/{sharp_D2Zua4YO.mjs → sharp_CjpuQ_OE.mjs} +2 -2
- package/dist/docs/_worker.js/index.js +27 -11
- package/dist/docs/_worker.js/manifest_DIDAejNV.mjs +100 -0
- package/dist/docs/_worker.js/pages/_image.astro.mjs +2 -2
- package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_/_tab_.astro.mjs +1 -0
- package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_.astro.mjs +44 -0
- package/dist/docs/_worker.js/pages/api/_version_/_section_.astro.mjs +43 -0
- package/dist/docs/_worker.js/pages/api/_version_.astro.mjs +38 -0
- package/dist/docs/_worker.js/pages/api/openapi.json.astro.mjs +399 -0
- package/dist/docs/_worker.js/pages/api/versions.astro.mjs +27 -0
- package/dist/docs/_worker.js/pages/api.astro.mjs +181 -0
- package/dist/docs/_worker.js/pages/apiindex.json.astro.mjs +1 -0
- package/dist/docs/_worker.js/pages/props.astro.mjs +2 -17
- package/dist/docs/_worker.js/renderers.mjs +1 -1
- package/dist/docs/api/v6/components/about-modal/html +63 -0
- package/dist/docs/api/v6/components/about-modal/html-demos +368 -0
- package/dist/docs/api/v6/components/about-modal/react +18 -0
- package/dist/docs/api/v6/components/accordion/html +78 -0
- package/dist/docs/api/v6/components/accordion/react +36 -0
- package/dist/docs/api/v6/components/action-list/html +40 -0
- package/dist/docs/api/v6/components/action-list/react +29 -0
- package/dist/docs/api/v6/components/alert/html +208 -0
- package/dist/docs/api/v6/components/alert/html-demos +1375 -0
- package/dist/docs/api/v6/components/alert/react +452 -0
- package/dist/docs/api/v6/components/avatar/html +66 -0
- package/dist/docs/api/v6/components/avatar/react +22 -0
- package/dist/docs/api/v6/components/back-to-top/html +19 -0
- package/dist/docs/api/v6/components/back-to-top/html-demos +434 -0
- package/dist/docs/api/v6/components/back-to-top/react +14 -0
- package/dist/docs/api/v6/components/backdrop/html +21 -0
- package/dist/docs/api/v6/components/backdrop/react +6 -0
- package/dist/docs/api/v6/components/background-image/html +24 -0
- package/dist/docs/api/v6/components/background-image/react +6 -0
- package/dist/docs/api/v6/components/badge/html +37 -0
- package/dist/docs/api/v6/components/badge/react +24 -0
- package/dist/docs/api/v6/components/banner/html +48 -0
- package/dist/docs/api/v6/components/banner/html-demos +905 -0
- package/dist/docs/api/v6/components/banner/react +23 -0
- package/dist/docs/api/v6/components/brand/html +38 -0
- package/dist/docs/api/v6/components/brand/react +23 -0
- package/dist/docs/api/v6/components/breadcrumb/html +66 -0
- package/dist/docs/api/v6/components/breadcrumb/react +29 -0
- package/dist/docs/api/v6/components/button/html +167 -0
- package/dist/docs/api/v6/components/button/html-demos +22 -0
- package/dist/docs/api/v6/components/button/react +144 -0
- package/dist/docs/api/v6/components/calendar-month/html +69 -0
- package/dist/docs/api/v6/components/calendar-month/react +19 -0
- package/dist/docs/api/v6/components/card/html +254 -0
- package/dist/docs/api/v6/components/card/html-demos +143 -0
- package/dist/docs/api/v6/components/card/react +198 -0
- package/dist/docs/api/v6/components/checkbox/html +100 -0
- package/dist/docs/api/v6/components/checkbox/react +73 -0
- package/dist/docs/api/v6/components/chip/react-deprecated +33 -0
- package/dist/docs/api/v6/components/clipboard-copy/html +81 -0
- package/dist/docs/api/v6/components/clipboard-copy/react +87 -0
- package/dist/docs/api/v6/components/code-block/html +36 -0
- package/dist/docs/api/v6/components/code-block/react +19 -0
- package/dist/docs/api/v6/components/code-editor/html +75 -0
- package/dist/docs/api/v6/components/content/html +55 -0
- package/dist/docs/api/v6/components/content/react +74 -0
- package/dist/docs/api/v6/components/data-list/html +252 -0
- package/dist/docs/api/v6/components/data-list/html-demos +4059 -0
- package/dist/docs/api/v6/components/data-list/react +93 -0
- package/dist/docs/api/v6/components/date-picker/html +59 -0
- package/dist/docs/api/v6/components/date-picker/react +70 -0
- package/dist/docs/api/v6/components/description-list/html +250 -0
- package/dist/docs/api/v6/components/description-list/html-demos +1543 -0
- package/dist/docs/api/v6/components/description-list/react +204 -0
- package/dist/docs/api/v6/components/divider/html +100 -0
- package/dist/docs/api/v6/components/divider/react +64 -0
- package/dist/docs/api/v6/components/drag-and-drop/html +35 -0
- package/dist/docs/api/v6/components/drag-and-drop/react-deprecated +38 -0
- package/dist/docs/api/v6/components/drawer/html +195 -0
- package/dist/docs/api/v6/components/drawer/html-demos +1928 -0
- package/dist/docs/api/v6/components/drawer/react +142 -0
- package/dist/docs/api/v6/components/dropdown/react +48 -0
- package/dist/docs/api/v6/components/dual-list-selector/html +110 -0
- package/dist/docs/api/v6/components/dual-list-selector/react +80 -0
- package/dist/docs/api/v6/components/dual-list-selector/react-deprecated +96 -0
- package/dist/docs/api/v6/components/empty-state/html +75 -0
- package/dist/docs/api/v6/components/empty-state/react +55 -0
- package/dist/docs/api/v6/components/expandable-section/html +92 -0
- package/dist/docs/api/v6/components/expandable-section/react +67 -0
- package/dist/docs/api/v6/components/form/html +139 -0
- package/dist/docs/api/v6/components/form/html-demos +36 -0
- package/dist/docs/api/v6/components/form/react +94 -0
- package/dist/docs/api/v6/components/form-control/html +57 -0
- package/dist/docs/api/v6/components/form-select/react +29 -0
- package/dist/docs/api/v6/components/helper-text/html +51 -0
- package/dist/docs/api/v6/components/helper-text/html-demos +12 -0
- package/dist/docs/api/v6/components/helper-text/react +24 -0
- package/dist/docs/api/v6/components/hint/html +35 -0
- package/dist/docs/api/v6/components/hint/react +28 -0
- package/dist/docs/api/v6/components/icon/html +84 -0
- package/dist/docs/api/v6/components/icon/react +76 -0
- package/dist/docs/api/v6/components/inline-edit/html +135 -0
- package/dist/docs/api/v6/components/input-group/html +34 -0
- package/dist/docs/api/v6/components/input-group/react +36 -0
- package/dist/docs/api/v6/components/jump-links/html +110 -0
- package/dist/docs/api/v6/components/jump-links/html-demos +2410 -0
- package/dist/docs/api/v6/components/jump-links/react +39 -0
- package/dist/docs/api/v6/components/label/html +253 -0
- package/dist/docs/api/v6/components/label/react +119 -0
- package/dist/docs/api/v6/components/list/html +66 -0
- package/dist/docs/api/v6/components/list/react +42 -0
- package/dist/docs/api/v6/components/login-page/html +1255 -0
- package/dist/docs/api/v6/components/login-page/react +24 -0
- package/dist/docs/api/v6/components/masthead/html +57 -0
- package/dist/docs/api/v6/components/masthead/html-demos +2708 -0
- package/dist/docs/api/v6/components/masthead/react +67 -0
- package/dist/docs/api/v6/components/menu/html +363 -0
- package/dist/docs/api/v6/components/menu/react +232 -0
- package/dist/docs/api/v6/components/menu-toggle/html +201 -0
- package/dist/docs/api/v6/components/menu-toggle/react +263 -0
- package/dist/docs/api/v6/components/modal/html +614 -0
- package/dist/docs/api/v6/components/modal/html-demos +2175 -0
- package/dist/docs/api/v6/components/modal/react +148 -0
- package/dist/docs/api/v6/components/modal/react-deprecated +158 -0
- package/dist/docs/api/v6/components/multiple-file-upload/html +77 -0
- package/dist/docs/api/v6/components/multiple-file-upload/react +57 -0
- package/dist/docs/api/v6/components/navigation/html +161 -0
- package/dist/docs/api/v6/components/navigation/html-demos +2027 -0
- package/dist/docs/api/v6/components/navigation/react +93 -0
- package/dist/docs/api/v6/components/notification-badge/react +34 -0
- package/dist/docs/api/v6/components/notification-drawer/html +61 -0
- package/dist/docs/api/v6/components/notification-drawer/html-demos +4412 -0
- package/dist/docs/api/v6/components/notification-drawer/react +22 -0
- package/dist/docs/api/v6/components/number-input/html +70 -0
- package/dist/docs/api/v6/components/number-input/react +59 -0
- package/dist/docs/api/v6/components/overflow-menu/html +97 -0
- package/dist/docs/api/v6/components/overflow-menu/react +40 -0
- package/dist/docs/api/v6/components/page/html +101 -0
- package/dist/docs/api/v6/components/page/html-demos +5146 -0
- package/dist/docs/api/v6/components/page/react +122 -0
- package/dist/docs/api/v6/components/pagination/html +121 -0
- package/dist/docs/api/v6/components/pagination/react +71 -0
- package/dist/docs/api/v6/components/panel/html +88 -0
- package/dist/docs/api/v6/components/panel/html-demos +8 -0
- package/dist/docs/api/v6/components/panel/react +190 -0
- package/dist/docs/api/v6/components/password-generator/html-demos +12 -0
- package/dist/docs/api/v6/components/password-strength/html-demos +33 -0
- package/dist/docs/api/v6/components/popover/html +723 -0
- package/dist/docs/api/v6/components/popover/react +97 -0
- package/dist/docs/api/v6/components/progress/html +181 -0
- package/dist/docs/api/v6/components/progress/react +109 -0
- package/dist/docs/api/v6/components/progress-stepper/html +147 -0
- package/dist/docs/api/v6/components/progress-stepper/react +63 -0
- package/dist/docs/api/v6/components/radio/html +91 -0
- package/dist/docs/api/v6/components/radio/react +66 -0
- package/dist/docs/api/v6/components/search-input/react +60 -0
- package/dist/docs/api/v6/components/select/react +165 -0
- package/dist/docs/api/v6/components/sidebar/html +116 -0
- package/dist/docs/api/v6/components/sidebar/react +57 -0
- package/dist/docs/api/v6/components/simple-file-upload/html +66 -0
- package/dist/docs/api/v6/components/simple-file-upload/react +97 -0
- package/dist/docs/api/v6/components/simple-list/html +42 -0
- package/dist/docs/api/v6/components/simple-list/react +29 -0
- package/dist/docs/api/v6/components/skeleton/html +51 -0
- package/dist/docs/api/v6/components/skeleton/html-demos +420 -0
- package/dist/docs/api/v6/components/skeleton/react +36 -0
- package/dist/docs/api/v6/components/skip-to-content/html +148 -0
- package/dist/docs/api/v6/components/skip-to-content/react +4 -0
- package/dist/docs/api/v6/components/slider/html +75 -0
- package/dist/docs/api/v6/components/slider/react +62 -0
- package/dist/docs/api/v6/components/spinner/html +64 -0
- package/dist/docs/api/v6/components/spinner/react +24 -0
- package/dist/docs/api/v6/components/switch/html +70 -0
- package/dist/docs/api/v6/components/switch/react +45 -0
- package/dist/docs/api/v6/components/table/html +805 -0
- package/dist/docs/api/v6/components/table/html-demos +16254 -0
- package/dist/docs/api/v6/components/tabs/html +633 -0
- package/dist/docs/api/v6/components/tabs/html-demos +3660 -0
- package/dist/docs/api/v6/components/tabs/react +258 -0
- package/dist/docs/api/v6/components/text-area/react +71 -0
- package/dist/docs/api/v6/components/text-input/react +57 -0
- package/dist/docs/api/v6/components/text-input-group/html +159 -0
- package/dist/docs/api/v6/components/text-input-group/react +48 -0
- package/dist/docs/api/v6/components/tile/html-deprecated +56 -0
- package/dist/docs/api/v6/components/tile/react-deprecated +151 -0
- package/dist/docs/api/v6/components/time-picker/react +47 -0
- package/dist/docs/api/v6/components/timestamp/html +18 -0
- package/dist/docs/api/v6/components/timestamp/react +63 -0
- package/dist/docs/api/v6/components/title/html +58 -0
- package/dist/docs/api/v6/components/title/react +12 -0
- package/dist/docs/api/v6/components/toggle-group/html +50 -0
- package/dist/docs/api/v6/components/toggle-group/react +61 -0
- package/dist/docs/api/v6/components/toolbar/html +309 -0
- package/dist/docs/api/v6/components/toolbar/html-demos +1939 -0
- package/dist/docs/api/v6/components/toolbar/react +135 -0
- package/dist/docs/api/v6/components/tooltip/html +71 -0
- package/dist/docs/api/v6/components/tooltip/react +42 -0
- package/dist/docs/api/v6/components/tree-view/html +118 -0
- package/dist/docs/api/v6/components/tree-view/react +107 -0
- package/dist/docs/api/v6/components/truncate/html +38 -0
- package/dist/docs/api/v6/components/truncate/react +47 -0
- package/dist/docs/api/v6/components/wizard/html +2867 -0
- package/dist/docs/api/v6/components/wizard/html-demos +5333 -0
- package/dist/docs/api/v6/components/wizard/react +162 -0
- package/dist/docs/api/v6/components/wizard/react-deprecated +380 -0
- package/dist/docs/api/v6/extensions/quick-starts/Basic-quick-starts +26 -0
- package/dist/docs/api/v6/extensions/quick-starts/In-app-documentation +14 -0
- package/dist/docs/api/v6/extensions/quick-starts/about +71 -0
- package/dist/docs/api/v6/extensions/quick-starts/design-guidelines +166 -0
- package/dist/docs/api/v6/layouts/bullseye/html +23 -0
- package/dist/docs/api/v6/layouts/flex/html +428 -0
- package/dist/docs/api/v6/layouts/gallery/html +79 -0
- package/dist/docs/api/v6/layouts/grid/html +116 -0
- package/dist/docs/api/v6/layouts/level/html +38 -0
- package/dist/docs/api/v6/layouts/split/html +40 -0
- package/dist/docs/api/v6/layouts/stack/html +32 -0
- package/dist/docs/api/v6/patterns/card-view/html-demos +1103 -0
- package/dist/docs/api/v6/patterns/dashboard/html-demos +1610 -0
- package/dist/docs/api/v6/patterns/primary-detail/html-demos +6371 -0
- package/dist/docs/api/v6/utility-classes/accessibility/html +35 -0
- package/dist/docs/api/v6/utility-classes/alignment/html +25 -0
- package/dist/docs/api/v6/utility-classes/background-color/html +26 -0
- package/dist/docs/api/v6/utility-classes/box-shadow/html +50 -0
- package/dist/docs/api/v6/utility-classes/display/html +88 -0
- package/dist/docs/api/v6/utility-classes/flex/html +130 -0
- package/dist/docs/api/v6/utility-classes/float/html +23 -0
- package/dist/docs/api/v6/utility-classes/sizing/html +195 -0
- package/dist/docs/api/v6/utility-classes/spacing/html +78 -0
- package/dist/docs/api/v6/utility-classes/text/html +104 -0
- package/dist/docs/apiIndex.json +561 -0
- package/dist/docs/components/about-modal/html/index.html +8 -8
- package/dist/docs/components/about-modal/html-demos/index.html +4 -4
- package/dist/docs/components/about-modal/index.html +5 -5
- package/dist/docs/components/accordion/html/index.html +25 -25
- package/dist/docs/components/accordion/index.html +10 -10
- package/dist/docs/components/action-list/html/index.html +11 -11
- package/dist/docs/components/action-list/index.html +9 -9
- package/dist/docs/components/action-list/react/index.html +6 -6
- package/dist/docs/components/alert/html/index.html +28 -28
- package/dist/docs/components/alert/html-demos/index.html +7 -7
- package/dist/docs/components/alert/index.html +80 -80
- package/dist/docs/components/alert/react/index.html +80 -80
- package/dist/docs/components/avatar/html/index.html +16 -16
- package/dist/docs/components/avatar/index.html +8 -8
- package/dist/docs/components/avatar/react/index.html +8 -8
- package/dist/docs/components/back-to-top/html/index.html +9 -9
- package/dist/docs/components/back-to-top/html-demos/index.html +4 -4
- package/dist/docs/components/back-to-top/index.html +8 -8
- package/dist/docs/components/back-to-top/react/index.html +8 -8
- package/dist/docs/components/backdrop/html/index.html +8 -8
- package/dist/docs/components/backdrop/index.html +3 -3
- package/dist/docs/components/backdrop/react/index.html +6 -6
- package/dist/docs/components/background-image/html/index.html +8 -8
- package/dist/docs/components/background-image/index.html +3 -3
- package/dist/docs/components/background-image/react/index.html +6 -6
- package/dist/docs/components/badge/html/index.html +12 -12
- package/dist/docs/components/badge/index.html +8 -8
- package/dist/docs/components/badge/react/index.html +8 -8
- package/dist/docs/components/banner/html/index.html +12 -12
- package/dist/docs/components/banner/html-demos/index.html +6 -6
- package/dist/docs/components/banner/index.html +11 -11
- package/dist/docs/components/banner/react/index.html +11 -11
- package/dist/docs/components/brand/html/index.html +13 -13
- package/dist/docs/components/brand/index.html +9 -9
- package/dist/docs/components/breadcrumb/html/index.html +18 -18
- package/dist/docs/components/breadcrumb/index.html +9 -9
- package/dist/docs/components/button/html-demos/index.html +8 -8
- package/dist/docs/components/button/react/index.html +34 -34
- package/dist/docs/components/calendar-month/react/index.html +9 -9
- package/dist/docs/components/card/html/index.html +37 -37
- package/dist/docs/components/card/html-demos/index.html +22 -22
- package/dist/docs/components/card/index.html +52 -52
- package/dist/docs/components/card/react/index.html +52 -52
- package/dist/docs/components/checkbox/react/index.html +16 -16
- package/dist/docs/components/chip/index.html +11 -11
- package/dist/docs/components/chip/react-deprecated/index.html +11 -11
- package/dist/docs/components/clipboard-copy/html/index.html +15 -15
- package/dist/docs/components/clipboard-copy/index.html +18 -18
- package/dist/docs/components/clipboard-copy/react/index.html +15 -15
- package/dist/docs/components/code-block/html/index.html +10 -10
- package/dist/docs/components/code-block/index.html +9 -9
- package/dist/docs/components/code-block/react/index.html +6 -6
- package/dist/docs/components/content/html/index.html +21 -21
- package/dist/docs/components/content/index.html +19 -19
- package/dist/docs/components/data-list/html/index.html +38 -38
- package/dist/docs/components/data-list/html-demos/index.html +12 -12
- package/dist/docs/components/data-list/index.html +21 -21
- package/dist/docs/components/date-picker/html/index.html +14 -14
- package/dist/docs/components/date-picker/index.html +17 -17
- package/dist/docs/components/date-picker/react/index.html +17 -17
- package/dist/docs/components/description-list/html-demos/index.html +11 -11
- package/dist/docs/components/description-list/react/index.html +39 -39
- package/dist/docs/components/divider/react/index.html +14 -14
- package/dist/docs/components/drag-and-drop/react-deprecated/index.html +9 -9
- package/dist/docs/components/drawer/html/index.html +30 -30
- package/dist/docs/components/drawer/html-demos/index.html +16 -16
- package/dist/docs/components/drawer/index.html +28 -28
- package/dist/docs/components/drawer/react/index.html +28 -28
- package/dist/docs/components/dropdown/index.html +17 -17
- package/dist/docs/components/dropdown/react/index.html +17 -17
- package/dist/docs/components/dual-list-selector/html/index.html +16 -16
- package/dist/docs/components/dual-list-selector/index.html +20 -20
- package/dist/docs/components/dual-list-selector/react/index.html +20 -20
- package/dist/docs/components/empty-state/html/index.html +11 -11
- package/dist/docs/components/empty-state/index.html +10 -10
- package/dist/docs/components/empty-state/react/index.html +13 -13
- package/dist/docs/components/expandable-section/html/index.html +17 -17
- package/dist/docs/components/expandable-section/index.html +18 -18
- package/dist/docs/components/expandable-section/react/index.html +18 -18
- package/dist/docs/components/form/html/index.html +16 -16
- package/dist/docs/components/form/html-demos/index.html +9 -9
- package/dist/docs/components/form/index.html +16 -16
- package/dist/docs/components/form/react/index.html +19 -19
- package/dist/docs/components/form-select/index.html +9 -9
- package/dist/docs/components/form-select/react/index.html +9 -9
- package/dist/docs/components/hint/react/index.html +11 -11
- package/dist/docs/components/icon/react/index.html +20 -20
- package/dist/docs/components/inline-edit/html/index.html +26 -26
- package/dist/docs/components/inline-edit/index.html +26 -26
- package/dist/docs/components/input-group/html/index.html +9 -9
- package/dist/docs/components/input-group/index.html +9 -9
- package/dist/docs/components/input-group/react/index.html +12 -12
- package/dist/docs/components/jump-links/html/index.html +17 -17
- package/dist/docs/components/jump-links/index.html +9 -9
- package/dist/docs/components/jump-links/react/index.html +12 -12
- package/dist/docs/components/list/html/index.html +16 -16
- package/dist/docs/components/list/index.html +12 -12
- package/dist/docs/components/list/react/index.html +12 -12
- package/dist/docs/components/login-page/html/index.html +14 -14
- package/dist/docs/components/login-page/index.html +10 -10
- package/dist/docs/components/login-page/react/index.html +13 -13
- package/dist/docs/components/masthead/html/index.html +13 -13
- package/dist/docs/components/masthead/html-demos/index.html +23 -23
- package/dist/docs/components/masthead/index.html +18 -18
- package/dist/docs/components/masthead/react/index.html +15 -15
- package/dist/docs/components/menu/html/index.html +46 -46
- package/dist/docs/components/menu/index.html +68 -68
- package/dist/docs/components/menu/react/index.html +68 -68
- package/dist/docs/components/menu-toggle/html/index.html +35 -35
- package/dist/docs/components/menu-toggle/index.html +66 -66
- package/dist/docs/components/menu-toggle/react/index.html +66 -66
- package/dist/docs/components/modal/html-demos/index.html +16 -16
- package/dist/docs/components/modal/react/index.html +41 -41
- package/dist/docs/components/multiple-file-upload/html/index.html +14 -14
- package/dist/docs/components/multiple-file-upload/index.html +29 -29
- package/dist/docs/components/multiple-file-upload/react/index.html +29 -29
- package/dist/docs/components/navigation/html/index.html +29 -29
- package/dist/docs/components/navigation/index.html +21 -21
- package/dist/docs/components/notification-drawer/html-demos/index.html +16 -16
- package/dist/docs/components/overflow-menu/react/index.html +9 -9
- package/dist/docs/components/page/html-demos/index.html +35 -35
- package/dist/docs/components/page/react/index.html +47 -47
- package/dist/docs/components/pagination/react/index.html +17 -17
- package/dist/docs/components/panel/html-demos/index.html +5 -5
- package/dist/docs/components/panel/react/index.html +25 -25
- package/dist/docs/components/popover/react/index.html +20 -20
- package/dist/docs/components/progress/react/index.html +20 -20
- package/dist/docs/components/progress-stepper/react/index.html +13 -13
- package/dist/docs/components/radio/react/index.html +12 -12
- package/dist/docs/components/search-input/index.html +14 -14
- package/dist/docs/components/search-input/react/index.html +14 -14
- package/dist/docs/components/select/index.html +62 -62
- package/dist/docs/components/select/react/index.html +62 -62
- package/dist/docs/components/sidebar/react/index.html +17 -17
- package/dist/docs/components/simple-file-upload/html/index.html +15 -15
- package/dist/docs/components/simple-file-upload/index.html +32 -32
- package/dist/docs/components/simple-file-upload/react/index.html +32 -32
- package/dist/docs/components/simple-list/react/index.html +9 -9
- package/dist/docs/components/skeleton/react/index.html +7 -7
- package/dist/docs/components/skip-to-content/react/index.html +3 -3
- package/dist/docs/components/slider/react/index.html +19 -19
- package/dist/docs/components/spinner/react/index.html +6 -6
- package/dist/docs/components/switch/react/index.html +12 -12
- package/dist/docs/components/table/html/index.html +129 -129
- package/dist/docs/components/table/html-demos/index.html +33 -33
- package/dist/docs/components/table/index.html +129 -129
- package/dist/docs/components/tabs/html/index.html +64 -64
- package/dist/docs/components/tabs/html-demos/index.html +13 -13
- package/dist/docs/components/tabs/index.html +74 -74
- package/dist/docs/components/tabs/react/index.html +74 -74
- package/dist/docs/components/text-area/index.html +15 -15
- package/dist/docs/components/text-area/react/index.html +15 -15
- package/dist/docs/components/text-input/index.html +10 -10
- package/dist/docs/components/text-input/react/index.html +10 -10
- package/dist/docs/components/text-input-group/html/index.html +27 -27
- package/dist/docs/components/text-input-group/index.html +16 -16
- package/dist/docs/components/text-input-group/react/index.html +16 -16
- package/dist/docs/components/tile/html-deprecated/index.html +14 -14
- package/dist/docs/components/tile/index.html +26 -26
- package/dist/docs/components/tile/react-deprecated/index.html +26 -26
- package/dist/docs/components/time-picker/index.html +10 -10
- package/dist/docs/components/time-picker/react/index.html +10 -10
- package/dist/docs/components/timestamp/html/index.html +5 -5
- package/dist/docs/components/timestamp/index.html +18 -18
- package/dist/docs/components/timestamp/react/index.html +18 -18
- package/dist/docs/components/title/react/index.html +7 -7
- package/dist/docs/components/toggle-group/react/index.html +21 -21
- package/dist/docs/components/toolbar/html-demos/index.html +12 -12
- package/dist/docs/components/toolbar/react/index.html +39 -39
- package/dist/docs/components/tooltip/react/index.html +9 -9
- package/dist/docs/components/tree-view/react/index.html +20 -20
- package/dist/docs/components/truncate/react/index.html +10 -10
- package/dist/docs/components/wizard/html/index.html +29 -29
- package/dist/docs/components/wizard/html-demos/index.html +22 -22
- package/dist/docs/components/wizard/index.html +32 -32
- package/dist/docs/components/wizard/react/index.html +32 -32
- package/dist/docs/components/wizard/react-deprecated/index.html +22 -22
- package/dist/docs/layouts/bullseye/html/index.html +8 -8
- package/dist/docs/layouts/bullseye/index.html +8 -8
- package/dist/docs/layouts/flex/html/index.html +87 -87
- package/dist/docs/layouts/flex/index.html +87 -87
- package/dist/docs/layouts/gallery/html/index.html +20 -20
- package/dist/docs/layouts/gallery/index.html +20 -20
- package/dist/docs/layouts/grid/html/index.html +22 -22
- package/dist/docs/layouts/grid/index.html +22 -22
- package/dist/docs/layouts/level/html/index.html +10 -10
- package/dist/docs/layouts/level/index.html +10 -10
- package/dist/docs/layouts/split/html/index.html +13 -13
- package/dist/docs/layouts/split/index.html +13 -13
- package/dist/docs/layouts/stack/html/index.html +12 -12
- package/dist/docs/layouts/stack/index.html +12 -12
- package/dist/docs/patterns/card-view/html-demos/index.html +4 -4
- package/dist/docs/patterns/card-view/index.html +4 -4
- package/dist/docs/patterns/dashboard/html-demos/index.html +4 -4
- package/dist/docs/patterns/dashboard/index.html +4 -4
- package/dist/docs/patterns/primary-detail/html-demos/index.html +20 -20
- package/dist/docs/patterns/primary-detail/index.html +20 -20
- package/dist/docs/utility-classes/accessibility/html/index.html +8 -8
- package/dist/docs/utility-classes/accessibility/index.html +8 -8
- package/dist/docs/utility-classes/alignment/html/index.html +7 -7
- package/dist/docs/utility-classes/alignment/index.html +7 -7
- package/dist/docs/utility-classes/background-color/html/index.html +9 -9
- package/dist/docs/utility-classes/background-color/index.html +9 -9
- package/dist/docs/utility-classes/flex/html/index.html +17 -17
- package/dist/docs/utility-classes/flex/index.html +17 -17
- package/dist/docs/utility-classes/float/html/index.html +10 -10
- package/dist/docs/utility-classes/float/index.html +10 -10
- package/dist/docs/utility-classes/sizing/html/index.html +31 -31
- package/dist/docs/utility-classes/sizing/index.html +31 -31
- package/dist/docs/utility-classes/spacing/html/index.html +12 -12
- package/dist/docs/utility-classes/spacing/index.html +12 -12
- package/dist/props.json +1 -1
- package/jest.config.ts +2 -0
- package/package.json +8 -6
- package/public/_routes.json +22 -0
- package/src/__mocks__/astro-content.ts +6 -0
- package/src/content.ts +1 -1
- package/src/pages/api/[version]/[section]/[page]/[tab].ts +153 -0
- package/src/pages/api/[version]/[section]/[page].ts +38 -0
- package/src/pages/api/[version]/[section].ts +37 -0
- package/src/pages/api/[version].ts +32 -0
- package/src/pages/api/index.ts +172 -0
- package/src/pages/api/openapi.json.ts +398 -0
- package/src/pages/api/versions.ts +17 -0
- package/src/pages/apiIndex.json.ts +27 -0
- package/src/utils/apiHelpers.ts +50 -0
- package/src/utils/apiIndex/fetch.ts +20 -0
- package/src/utils/apiIndex/generate.ts +164 -0
- package/src/utils/apiIndex/get.ts +94 -0
- package/src/utils/apiIndex/index.ts +8 -0
- package/src/utils/getOutputDir.ts +19 -0
- package/src/utils/packageUtils.ts +5 -3
- package/test.setup.ts +26 -0
- package/tsconfig.json +9 -4
- package/wrangler.jsonc +3 -7
- package/dist/docs/_worker.js/manifest_xB4kYTib.mjs +0 -100
- /package/dist/docs/_worker.js/chunks/{AboutModalBox_Cu3lYj-F.mjs → AboutModalBox_BNczOYyR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModalBox_CuJGPHPL.mjs → AboutModalBox_C8zbG7Rg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModal_2kPyLvs3.mjs → AboutModal_BPvzWsrK.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModal_B0z7yzIi.mjs → AboutModal_CeYYXWLv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModal_BDdESuuB.mjs → AboutModal_DJyd9uvp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModal_Dz2U27Vz.mjs → AboutModal_NzRG49E2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accessibility_BRx5nlJS.mjs → Accessibility_COWkI0jH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accessibility_qcjoR3_w.mjs → Accessibility_DSa9S6Ia.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_BkjW7yKq.mjs → Accordion_BlqY2C4D.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_CeHgjBz5.mjs → Accordion_CBBb0bLf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_Cf63uWRp.mjs → Accordion_DAJlnIsZ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_CpKvLzts.mjs → Accordion_DPHcrnYm.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_CF8a0IE9.mjs → ActionList_BkFDr382.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_Ch2LF-uv.mjs → ActionList_ChWZANBN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_DWfW-IXs.mjs → ActionList_CuNEWpkC.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_Do_u7FsF.mjs → ActionList_DY0cKgjH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_BRqRi--b.mjs → Alert_BMKUu0xa.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_BkfSiopo.mjs → Alert_BxxG-qhM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_BvereOfi.mjs → Alert_CuWvSmhx.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_DUygPpQ5.mjs → Alert_DSyLCSlk.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_QN7Mib-4.mjs → Alert_DY6c8Khh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_e-PUKVbG.mjs → Alert_GrG2aXYs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alignment_BUigz3LN.mjs → Alignment_CheFF91a.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alignment_BoQxc0QM.mjs → Alignment_PVMuqeaO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_BQ-g5V1O.mjs → Avatar_BaNh8rVy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_CaZKESle.mjs → Avatar_C869bl5e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_D8ATrjy5.mjs → Avatar_fcU0a-xJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_DKuiyYnc.mjs → Avatar_oNtW34f1.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_BoRi2cA8.mjs → BackToTop_3FLvF2xk.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_CJUUzsiv.mjs → BackToTop_BA7x9mvO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_Cl-uD2kH.mjs → BackToTop_Bc0G7rHN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_Czsq0Qaz.mjs → BackToTop_Bs32_WdM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_Do5ZHwh-.mjs → BackToTop_C9BdLTse.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop__KYf0zZz.mjs → BackToTop_Dc0HPyKc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_1jDnW_h-.mjs → Backdrop_7uK7x__z.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_9cK5Uglb.mjs → Backdrop_BG6uadcI.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_D5kOAkXn.mjs → Backdrop_BtWYFg-O.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_FSaNVAb6.mjs → Backdrop_BvxFQdF9.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundColor_DBPo2sc5.mjs → BackgroundColor_D1Af2EE6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundColor_DVx1LiIA.mjs → BackgroundColor_km2Swoh1.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_1B4Xqvjz.mjs → BackgroundImage_5kJenDad.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_BFGSvlXv.mjs → BackgroundImage_BMN4T5dS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_CuYgrC7t.mjs → BackgroundImage_CLlcp6_G.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_Dw6e0Lyu.mjs → BackgroundImage_WY20wili.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_B-DCK0co.mjs → Badge_BbfV9eFd.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_B3H9xO69.mjs → Badge_CH4M-tWN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_BcySz2jh.mjs → Badge_CWzUxB8l.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_Jsmi3Kxq.mjs → Badge_CmDTaJjh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_B8ITz2zL.mjs → Banner_BUnrevVM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_BGiPyzR_.mjs → Banner_Cahzlmat.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_Cg9HPJpG.mjs → Banner_FHaHghSg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_Cn7uthlJ.mjs → Banner_FlNcMFkL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_CxwqlJVm.mjs → Banner_JU8blRLq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_DOUhfqWw.mjs → Banner_PXq9izyR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BasicForms_B8tjSKLE.mjs → BasicForms_CRKLIxWY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BasicForms_CwmafI57.mjs → BasicForms_DfSp5KU7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_Bc16U4sl.mjs → Brand_B30r7hZ6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_Ca5twYGi.mjs → Brand_BfmPCXwg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_CiRWWx3E.mjs → Brand_BvvdXzb1.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_EXmEIPy8.mjs → Brand_GLhvVdyd.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_BX2cFjiF.mjs → Breadcrumb_3JGDbbuT.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_BjI3zcaO.mjs → Breadcrumb_BRgcJqnY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_BpBuLVTr.mjs → Breadcrumb_BpSRoboz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_CirgAHgC.mjs → Breadcrumb_DZII1CYA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Bullseye_BIs4SLst.mjs → Bullseye_CBKv8V48.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Bullseye_CN1FN4JT.mjs → Bullseye_DDNLt3fh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_8xH2aT7J.mjs → Button_B-Y4jih0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_B1kHGK3S.mjs → Button_BSFDzlps.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_C-S6OiP6.mjs → Button_CFHM4AFH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_DFy1CpC-.mjs → Button_D38jkR7H.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_XADBi_Ls.mjs → Button_DmVPT4H2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_danYwnXx.mjs → Button_agojXX0J.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_B09a0u_g.mjs → CalendarMonth_C8v3gM3y.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_BgAdBBc2.mjs → CalendarMonth_CWncV4uY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_CBumh51r.mjs → CalendarMonth_D_e29EfW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_C_WNUtgk.mjs → CalendarMonth_FATpCVIq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CardView_DJgLPA2i.mjs → CardView_B-NDMEtF.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CardView_D_SJbntJ.mjs → CardView_Dpll06PH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_-kgmEE9_.mjs → Card_7s4QIA2Z.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_BGXuqPsV.mjs → Card_B5XzQFdM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_Bvgop1nZ.mjs → Card_BLB4dGR8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_C6PpZ7gQ.mjs → Card_BS60F8kt.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_Ckqju2uX.mjs → Card_BtN8CqII.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_uIM_n8iH.mjs → Card_D8DoqX5T.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Check_DtQoPD6Z.mjs → Check_BB20AYbW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Check_dBL7Gl6I.mjs → Check_DHkkgahn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Checkbox_DvLpvMWN.mjs → Checkbox_DjV26Wgr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Checkbox_DzcSGlbI.mjs → Checkbox_xflCkZIF.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Chip_CKLvI_Mf.mjs → Chip_BUMeI1O4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Chip_DMEUR3Vv.mjs → Chip_BgLdVWOV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_BXBMqMCs.mjs → ClipboardCopy_BIF12RM4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_CFhZKIF0.mjs → ClipboardCopy_C4BuHCoz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_DfLdAhwk.mjs → ClipboardCopy_DO-6QDpS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_fnGItLg6.mjs → ClipboardCopy_qiS1xwMp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_0C7qF2dr.mjs → CodeBlock_CYx5pFrZ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_C6bcm2cn.mjs → CodeBlock_N2kfXLK5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_C7Wzj1gx.mjs → CodeBlock_jCqMrKer.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_CdTE84x7.mjs → CodeBlock_lFFVflex.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeEditor_CWTZGsBI.mjs → CodeEditor_B9FvAqQv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeEditor_D38VxLRX.mjs → CodeEditor_iJZcldbJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_BZxSjz_J.mjs → Content_DLR-SAaR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_BmQwKJh_.mjs → Content_DQlmPrb8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_DBNy5xBO.mjs → Content_DfqlBN-S.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_DrBKqT0k.mjs → Content_DhQ5uoQR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dashboard_B83TJg4a.mjs → Dashboard_BX0o5ROG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dashboard_DOtfffa6.mjs → Dashboard_CmcIupy1.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_BjvE1-EN.mjs → DataList_BopnpeSv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_C8kDWfRu.mjs → DataList_C77dw91k.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_CbE2AChO.mjs → DataList_C8deNCCm.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_DSWugIlK.mjs → DataList_CHDx7o8c.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_UQvuLrIO.mjs → DataList_DL12oPLb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_fAvCqaO9.mjs → DataList_DgaFlNxX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_ChDlX3iu.mjs → DatePicker_9PDaPseK.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_DmPubMAh.mjs → DatePicker_DMkVH-KU.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_DxC4SjdP.mjs → DatePicker_DsGMOhWO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_LoutNOXE.mjs → DatePicker_EvLi4WDs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_3lGdBb0U.mjs → DescriptionList_ASlHyhtz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_BDELBpRj.mjs → DescriptionList_BnVlCfDg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_CLtdawK9.mjs → DescriptionList_ByVHfI3x.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_D1-hsrAN.mjs → DescriptionList_C1LMmPyz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_nVVfmKOa.mjs → DescriptionList_CWoVmHWI.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_qJOduyx2.mjs → DescriptionList_D5Q0rs8C.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Display_IGnId0qr.mjs → Display_CAsjZFSd.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Display_s4e7T1j8.mjs → Display_xCEc_Oca.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_CmZybpc_.mjs → Divider_B6OiIkro.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_CvaEHek5.mjs → Divider_Bxbf5mZN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_DvFZnJJ7.mjs → Divider_CKYfxMgN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_pyLZ_EMM.mjs → Divider_Cnzfsx6G.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_BvPhro74.mjs → DragDrop_1en70gW4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_CT1WBYhp.mjs → DragDrop_C0v3e_cU.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_CUw_-GtF.mjs → DragDrop_Cin3wle-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_DSAdhUHP.mjs → DragDrop_mB4sMgjx.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_BVm5Yhus.mjs → Drawer_BW9erPO2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_Bhax3CGl.mjs → Drawer_C-WgSkcG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_CIBwlqQC.mjs → Drawer_C1KBDQ5l.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_CeYoRuud.mjs → Drawer_DA64hmKf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_DpEoCU11.mjs → Drawer_DMc1uO89.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_GCYNgR69.mjs → Drawer_PeZQnMIO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dropdown_1ERtwj9O.mjs → Dropdown_Dg9_E15P.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dropdown_D6m8nATe.mjs → Dropdown_Dn5FUndI.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_BeocT9BY.mjs → DualListSelector_-ZCw4aJP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_CnuREgii.mjs → DualListSelector_BNVGJkd3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_D7bU59cy.mjs → DualListSelector_Bjmq7VyJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_DaQc0u7L.mjs → DualListSelector_Bx4TqnjA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_DnK-4e_t.mjs → DualListSelector_C4FOl0eW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_eNCJBkn3.mjs → DualListSelector__iK-h_oy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_4aPHv0oS.mjs → EmptyState_BqEcPKpc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_BxopGC5Y.mjs → EmptyState_C0R60QYB.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_CGPjIFR2.mjs → EmptyState_DRiJr40u.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_Cm7R7m5E.mjs → EmptyState_b8WjbK6G.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_7MhgwzIQ.mjs → ExpandableSection_C5wB6yQe.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_C9EV1430.mjs → ExpandableSection_CAudiMeL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_ChLVmhmz.mjs → ExpandableSection_h__Wlq_8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_DbaTBUK0.mjs → ExpandableSection_rino3ake.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_-AMCHxRs.mjs → FileUpload_BBytFSDi.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_Bh088GWC.mjs → FileUpload_Brcpxjgy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_Bp400wRv.mjs → FileUpload_CCluI7Qg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_Bw9Y-_MR.mjs → FileUpload_CJv9o7iX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Flex_CKc1G2R_.mjs → Flex_BSEvNiCq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Flex_CZUMPRAJ.mjs → Flex_DBp4St0L.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Flex_DKSXSurr.mjs → Flex_DMpmr1cB.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Flex_YfCm5HaC.mjs → Flex_MwVi3xPw.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Float_BPeNj4E6.mjs → Float_CSEpZMsA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Float_iQZnnAiX.mjs → Float_DiHaeRgP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormControl_CZWnehfz.mjs → FormControl_CwgwqtI-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormControl_Cx-ba5Qk.mjs → FormControl_kYJyUVQi.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormSelect_-gqb1xwe.mjs → FormSelect_DCumhhO4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormSelect_DEsRV24d.mjs → FormSelect_DorfB_dn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_D1nKt_79.mjs → Form_BoHYDmOW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_D3G3m68w.mjs → Form_Bzc8we9g.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_DWJD_soL.mjs → Form_CkOABJis.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_PYxb5bzV.mjs → Form_opnqDEUL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Gallery_B0D9c9SA.mjs → Gallery_CaNW5BKu.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Gallery_DXqxzx-Z.mjs → Gallery_Cl9YyYS-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Grid_Cd2BcI08.mjs → Grid_CRvH-aCL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Grid_Dox2ZoC6.mjs → Grid_DGUOKf99.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_8gmB4M_G.mjs → HelperText_7uSwd4Bo.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_B8Cok64Y.mjs → HelperText_BGQ-3A0k.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_BHC4l-i3.mjs → HelperText_BLszq2Gb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_BpmMVNF4.mjs → HelperText_BrRGcKIR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_DD9mIdb7.mjs → HelperText_DxtUrixW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_X1kywm1k.mjs → HelperText_Mxj1MT36.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_BOj5Ckqk.mjs → Hint_0gsAL_6K.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_Btj22muI.mjs → Hint_CFny7XG0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_CRiLDYNg.mjs → Hint_DefhAp7H.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_XUWVZoQD.mjs → Hint_DvPFB4ub.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_5GI-2iys.mjs → Icon_BWLCvO1K.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_BLzTbMWd.mjs → Icon_BczAebuY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_CqNe5xhP.mjs → Icon_CsUv3L9e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_NgZ_DoK3.mjs → Icon_u3du6xT4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InlineEdit_B969VsU7.mjs → InlineEdit_Baoy8Mpe.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InlineEdit_fEHXpDuD.mjs → InlineEdit_DWDZ_00O.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_5rI-0jg-.mjs → InputGroup_BsEj5wS8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_CP0BMHVg.mjs → InputGroup_DjQzimD7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_CpVp7l7v.mjs → InputGroup_P8g0qhgK.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_nIpwoKB2.mjs → InputGroup_d8k8cWIf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_3QOMFEfu.mjs → JumpLinks_BCPXiiLz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_BxcpZFcw.mjs → JumpLinks_Bla_syZz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_Cjqgk36d.mjs → JumpLinks_C5D_xKoP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_D0c3iyVx.mjs → JumpLinks_CM0JaWX5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_DRKVlWuV.mjs → JumpLinks_D6n6zbys.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_wCe-iuR1.mjs → JumpLinks_wOWDSGdE.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_D7g8PiVp.mjs → Label_10PYmgmY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_Ui5uJD3i.mjs → Label_B5OSeK3h.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_WP06UeBh.mjs → Label_BT-0r2eh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_r4hFZ6er.mjs → Label_joomVXEb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Level_BAc2AXw7.mjs → Level_BI1SxWef.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Level_CEIrAmfV.mjs → Level_C3pSfUGg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_C6OSxDQM.mjs → List_BpLWxsBw.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_DSMt7Cat.mjs → List_CPsQIcHe.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_DhQEOBM-.mjs → List_DyPWZ4dC.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_DysZ1TvG.mjs → List_EjRUnTW3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{LoginPage_C4gxnxqJ.mjs → LoginPage_Bys39qKW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{LoginPage_gWBzKOCs.mjs → LoginPage_D6cqn-De.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Login_BwwgZ1z_.mjs → Login_CRFcCJ1F.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Login_e4VsumLx.mjs → Login_DjNhEc3s.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_BaLmq3V3.mjs → Masthead_CHNvxuLR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_BtIJoqaR.mjs → Masthead_CUO_hUC8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_Cusyq_Me.mjs → Masthead_DmXqVBTy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_DQwZX3rc.mjs → Masthead_uCL2Ca9k.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_CDNmk80b.mjs → MenuToggle_4nodyVMz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_CZbKtgll.mjs → MenuToggle_DtK3RWjL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_Cvxc6Do1.mjs → MenuToggle_bgqkjE6A.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_DQwNzPE1.mjs → MenuToggle_o4Dqsi3u.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_BC8Spjbp.mjs → Menu_0LT543_p.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_DB5IGI1b.mjs → Menu_2b0UR-6T.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_Dd7cUFxO.mjs → Menu_CBGdbN93.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_e6jsNFoi.mjs → Menu_hqH2xQxg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ModalBox_B28Vs7V3.mjs → ModalBox_CzkZSzrd.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ModalBox_BDco84SU.mjs → ModalBox_kwfBIunq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_84GGyH0c.mjs → Modal_Bpx0iW6c.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_BOmjGSKk.mjs → Modal_CSIoBkBr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_BdeZYZZs.mjs → Modal_CnPo-ABL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_BnHK8dnm.mjs → Modal_DKilyTAV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_CqYltJNt.mjs → Modal_DN-Azg_w.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_D6jcNSOq.mjs → Modal_DzYmzeGE.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_CQN5eUgt.mjs → MultipleFileUpload_CjEU9p7V.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_Cv3T9cn-.mjs → MultipleFileUpload_D4LKDzYq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_D2RhoUzE.mjs → MultipleFileUpload_DdxtAP19.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_DqffoKSG.mjs → MultipleFileUpload_wDTOxCC9.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_CG7pNOh5.mjs → Nav_BATtn7bk.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_DTgr-Deb.mjs → Nav_BqMj_gPp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_DsgaUTlX.mjs → Nav_D33MzYMl.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_Dwv1wbS7.mjs → Nav_tA7NbsS3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Navigation_BmHwp3BY.mjs → Navigation_DoWPQ5LS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Navigation_Gm42mz-n.mjs → Navigation_Rmf0M5K4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationBadge_BCxxwhDV.mjs → NotificationBadge_BIHI5GFt.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationBadge_gtf3PjsJ.mjs → NotificationBadge_DiyARpVj.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BFcw-JMX.mjs → NotificationDrawer_013jjH_e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BKBxtVES.mjs → NotificationDrawer_BNxY5Eah.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Bddrf2Un.mjs → NotificationDrawer_C3thy49Y.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BoAeQOU8.mjs → NotificationDrawer_C8Fjmo5m.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_CwqkMymK.mjs → NotificationDrawer_DHwcy9f5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Ku2DG1ck.mjs → NotificationDrawer_rTWPksCc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_CPArAL8e.mjs → NumberInput_BFDxFV9D.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_D4ffcrpz.mjs → NumberInput_D5vYFjne.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_D7DKDbT0.mjs → NumberInput_M0Sd7UfY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_Dt8GUVeQ.mjs → NumberInput_aqt4W9hb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{OverflowMenu_BZPvRQE6.mjs → OverflowMenu_BWVYHmco.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{OverflowMenu_ywYA4why.mjs → OverflowMenu_BkMc8O29.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_Bbclnhop.mjs → Page_BgiPPfGJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_Bherxii8.mjs → Page_Bpdexkck.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_BnDMk5TN.mjs → Page_C6e3Wcvf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_CL3iohOb.mjs → Page_DxVMDs1z.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_Cpy3VIi2.mjs → Page_HCEWkfu-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_KSsf23kL.mjs → Page_QHbf9_pN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_4C0r1YU8.mjs → Pagination_Bf0U8Ppq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_CsIksseS.mjs → Pagination_C4FcSv9N.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_Y-MqM1T2.mjs → Pagination_DFSrNbL0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_p8GOVfco.mjs → Pagination_DMyPaqOU.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_BdXDuvHb.mjs → Panel_B996ca4L.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_CUpAdYDW.mjs → Panel_C1AAzXYr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_DoOUm9Ui.mjs → Panel_CAKH2f-p.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_DxdabmGX.mjs → Panel_D7grKWqD.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_Ed2XE25E.mjs → Panel_EzQ0x3Cl.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_Uvk5Q-8b.mjs → Panel_JVXI7u2T.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PasswordGenerator_DvtvKIPr.mjs → PasswordGenerator_hm2WtbqS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PasswordGenerator__CRlL6Re.mjs → PasswordGenerator_nLFggIPn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PasswordStrength_CDkQk5jS.mjs → PasswordStrength_BNeZqh0T.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PasswordStrength_FDVp9qOu.mjs → PasswordStrength_BmyxbfzW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_BaxEBPGC.mjs → Popover_BlGq8udJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_BvJgRsDX.mjs → Popover_C5RkMhat.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_Crzi2U7s.mjs → Popover_CUrAn16A.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_D4Rprb88.mjs → Popover_CmkeaOXw.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PrimaryDetail_BJX8A5gh.mjs → PrimaryDetail_Br4DBd7-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{PrimaryDetail_ohevNTGn.mjs → PrimaryDetail_wETOUBby.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_BwYdpB3M.mjs → ProgressStepper_5hC5ErHJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_C0MIrCHO.mjs → ProgressStepper_B5W2DDfg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_CoG2KqNj.mjs → ProgressStepper_CCxjkVxY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_EYSOoJUK.mjs → ProgressStepper_jzLizIsd.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_77N7LoDl.mjs → Progress_9GoLjGCC.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_DnHKih8B.mjs → Progress_BCdRu5w5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_SH8Wgn2l.mjs → Progress_Da4xoZKv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_ga6ne-3u.mjs → Progress_DjisjMjt.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_DpoGB369.mjs → Radio_AVu3xWm4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_PEZsmW0U.mjs → Radio_B930vzjv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_kGQfeHsD.mjs → Radio_BOfPilA6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_tRqHqPQC.mjs → Radio_BymcVmAF.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SearchInput_B7s6DghY.mjs → SearchInput_BbysWK99.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SearchInput_BVsGlLbd.mjs → SearchInput_o6iAoUM3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Select_CPToiYlj.mjs → Select_B0bVVHCs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Select_yedC6G6t.mjs → Select_d8RkzaRn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_C2fiat3y.mjs → Sidebar_BB5vNO8S.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_CYHBu70Q.mjs → Sidebar_C3vaosQs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_C_9Fd52y.mjs → Sidebar_Hbc-hyfz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_D2waDqIj.mjs → Sidebar_zLhCCgEz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_BBtw7RRV.mjs → SimpleList_BIjPmYgM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_BHWzWOok.mjs → SimpleList_BMBZ4ubr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_BOv36gbU.mjs → SimpleList_ByrTBIUc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_Dj69rLVv.mjs → SimpleList_DFm_g-fn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sizing_C1QZFL_E.mjs → Sizing_WiM96Coa.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sizing_Dxrc30Nv.mjs → Sizing_lxaijvdJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_B6Mm1DZz.mjs → Skeleton_BVzopubP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_BKiE51CM.mjs → Skeleton_CMBKL_QY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_Bu6zp0Dn.mjs → Skeleton_D1d7Ls--.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_D4bhr8Fv.mjs → Skeleton_D8IYbMNE.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_qabG-AnL.mjs → Skeleton_DDzCYYny.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_vrnkYUgg.mjs → Skeleton_skXxBW7s.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_DCpg7iCB.mjs → SkipToContent_ByrvpLJG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_DnwyBXH-.mjs → SkipToContent_D_f2s3oX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_DzTXUDDa.mjs → SkipToContent_XG5tgamW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_egXh8jOg.mjs → SkipToContent_wi7cJyLp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_BNpuV7kj.mjs → Slider_B2n8OwKz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_Bbs3MNsS.mjs → Slider_BtsGJYz-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_D2plXDyI.mjs → Slider_DsaVwsvm.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_DL27qP5s.mjs → Slider_rSWH_Kh6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spacing_lSym62Jb.mjs → Spacing_BuqgBwB8.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spacing_rYOSzgN4.mjs → Spacing_Lx-Ift4n.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner_BiZsT9RJ.mjs → Spinner_BYmNLzfa.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner_Cf38mPT8.mjs → Spinner_Bn8uoaFN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner_Hd_tIbvz.mjs → Spinner_CLB8PnLk.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner__fZrVHb_.mjs → Spinner_W5fBcNMl.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Split_D1treaJe.mjs → Split_BCMByRGx.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Split_PwujWn3H.mjs → Split_DVq_P7jJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Stack_D8fP-Krt.mjs → Stack_CEJQmOQp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Stack_crS9__0f.mjs → Stack_mclPdvKq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_CC3_2NhS.mjs → Switch_CBPbTZT6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_CLQhY1q4.mjs → Switch_CFUA_-7x.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_CP8w40yf.mjs → Switch_DfMCf8Qs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_DAZIPRwK.mjs → Switch_DkWcAwQ2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Table_Bg9neNya.mjs → Table_4f1UVsxf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Table_By3XLAbP.mjs → Table_CTLwlrmC.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Table_CeZ1KrPd.mjs → Table_Ckn3tIvz.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Table_D6thvL40.mjs → Table_ukl7L5L2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_B1gKCwOC.mjs → Tabs_BvzXxAc6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_BhhJ5Ftf.mjs → Tabs_CL9eue4_.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_C9OJ01tj.mjs → Tabs_CVD4lSlI.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_DW9gdUkB.mjs → Tabs_CiXrCf-A.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_Dv_8eEvW.mjs → Tabs_DLatEAC7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_YNs2w28m.mjs → Tabs_gPZ5ZJaf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextArea_BMuaxWhv.mjs → TextArea_B4emCO1_.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextArea_j6zBu7_-.mjs → TextArea_DIq23_hN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_BFhlZdjS.mjs → TextInputGroup_BGOKfb53.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_Bn4eLBe-.mjs → TextInputGroup_CHjZ1eHK.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_DdEFYYfN.mjs → TextInputGroup_CQc6AuHy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_Ds9p0rE6.mjs → TextInputGroup_Dr84Rg8o.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInput_BqM5E3Nt.mjs → TextInput_B1ftVWip.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInput_W9YdZtmx.mjs → TextInput_CTT_OaeG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Text_BTYUaBli.mjs → Text_B96Pq1eG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Text_BVDJzfkC.mjs → Text_km3miJkE.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_BGfP6xoy.mjs → Tile_CG-4K6d7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_C4zOvKwd.mjs → Tile_D0SH9RAu.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_Dy6xv_Cx.mjs → Tile_DfOQnjlU.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_OcShDyfi.mjs → Tile_DwxoFKM2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TimePicker_D40pO6wL.mjs → TimePicker_CGnrbJgo.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TimePicker_DronltvG.mjs → TimePicker_Dp-iVUGJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_21KOF4vK.mjs → Timestamp_BhBOsF9y.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_4_JX0dDI.mjs → Timestamp_Cl_hobA3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_BebzYDpV.mjs → Timestamp_D8Wm7LvG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_CYTDOiws.mjs → Timestamp_DEE4pnOa.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_45FgJuMK.mjs → Title_C5gY1ttM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_B6WLu_lw.mjs → Title_CZzoppNi.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_D5Nq2Wex.mjs → Title_CraETtu5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_vNHWmeYM.mjs → Title_D25rXJDg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ToggleGroup_1zohLndp.mjs → ToggleGroup_CdQWI1aq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ToggleGroup_Y5-8u3wt.mjs → ToggleGroup_DiGmwYSP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_53YUEEhi.mjs → Toolbar_BHFDnwNR.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_BpXenvLj.mjs → Toolbar_BexYCxNQ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_C-AcF9uj.mjs → Toolbar_CT5vy6AJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_DS_vHjV3.mjs → Toolbar_CW-KWv-e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_DiNbbLGg.mjs → Toolbar_CgZpzlTs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_wqfahDgc.mjs → Toolbar_DPUJsI9K.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_44WsJIOB.mjs → Tooltip_BDkcJde6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_BSztkX0m.mjs → Tooltip_BsIMWQvJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_CIac-NZx.mjs → Tooltip_C0gMcoBo.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_DruZ98cK.mjs → Tooltip_D73WL3Yc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_B4xKcNrk.mjs → TreeView_B1LgfJxG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_BvRhO1Us.mjs → TreeView_Bst6EAOX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_C5SUZ79O.mjs → TreeView_DzM9Dtep.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_HH9MOFmF.mjs → TreeView_erP6wJjQ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_B2_q-NHO.mjs → Truncate_BANjurQG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_DSOgC9hI.mjs → Truncate_BEYXOQpC.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_Dvdk_cdg.mjs → Truncate_CG2j6fJ9.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_yKB95wE0.mjs → Truncate_D-INkH--.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_6knDiT3b.mjs → Wizard_BDa84iy2.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_BWVkfCTC.mjs → Wizard_BlE6qJYH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_Cw7v74Sx.mjs → Wizard_Bz9X33xp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_D-wsNWVf.mjs → Wizard_C8sit3YJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_DHYZ5P7Q.mjs → Wizard_CUUUgGve.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_DX6SJprj.mjs → Wizard_CaIfr29G.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_Db5Q0rrQ.mjs → Wizard_CaQ5l58F.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_UbK2L1Fy.mjs → Wizard_DBhMWLET.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_v7v7STWW.mjs → _astro_data-layer-content_DGZXfKa-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{about_B9g18soY.mjs → about_C4jqumHf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{about_B_iNQ2se.mjs → about_CUtbL8xJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{basic_Bn4gZz2D.mjs → basic_BMgY0hVg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{basic_D7OIjFL3.mjs → basic_CubN1z_e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{box-shadow_DJuAPJj8.mjs → box-shadow_BFw7I_Qi.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{box-shadow_WBDPI9Z3.mjs → box-shadow_DDE9_lv_.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{content-modules_cOjZw1C2.mjs → content-modules_Db1avyLw.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{design-guidelines_B9IO-z0b.mjs → design-guidelines_DJYn76LL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{design-guidelines_CsBgW3S3.mjs → design-guidelines_LVZULFBJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{help-topics_CdxDqeFk.mjs → help-topics_CyJGoMWS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{help-topics_DASztffY.mjs → help-topics_HrtJVYcm.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{masthead_C4B8LpBQ.mjs → masthead_BSMeFNPJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{masthead_CS5HjMra.mjs → masthead_C-edUoO3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{overflow-menu_DOp8WZvG.mjs → overflow-menu_8fT3tk-P.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{overflow-menu_DfeP-cgT.mjs → overflow-menu_DkITWeoo.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{toggle-group_D0EWmiBe.mjs → toggle-group_BPSXdQ7e.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{toggle-group_G71mustV.mjs → toggle-group_BoojZGfb.mjs} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!DOCTYPE html><html lang="en" data-astro-transition-scope="astro-iidcp2e2-1"> <head><script type="module">const n=e=>{requestAnimationFrame(()=>{document.documentElement.classList.toggle("pf-v6-theme-dark",e==="dark")})};document.addEventListener("astro:before-swap",()=>{const e=localStorage.getItem("theme-preference");n(e||"light")});const o=e=>{const t=document.querySelector(e);t&&t.scrollIntoView({behavior:"smooth"})};document.addEventListener("DOMContentLoaded",()=>{if(window.location.hash){const e=window.location.hash;history.replaceState(null,""," "),setTimeout(()=>{o(e),history.replaceState(null,"",e)},500)}});window.addEventListener("hashchange",()=>{window.location.hash&&o(window.location.hash)});</script><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.15.9"><title>Astro</title><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><script type="module" src="/_astro/ClientRouter.astro_astro_type_script_index_0_lang.QW52Ox2j.js"></script><link rel="stylesheet" href="/_astro/_page_.BG_fQ4i5.css">
|
|
2
|
-
<link rel="stylesheet" href="/_astro/
|
|
3
|
-
<link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
|
|
2
|
+
<link rel="stylesheet" href="/_astro/_page_.DxJDkZPc.css">
|
|
4
3
|
<link rel="stylesheet" href="/_astro/LiveExample.CxJsMvEq.css">
|
|
5
|
-
<link rel="stylesheet" href="/_astro/
|
|
4
|
+
<link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
|
|
5
|
+
<link rel="stylesheet" href="/_astro/AutoLinkHeader.Chv_bGyU.css"><style>[data-astro-transition-scope="astro-iidcp2e2-1"] { view-transition-name: astro-iidcp2e2-1; }@layer astro { ::view-transition-old(astro-iidcp2e2-1) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-iidcp2e2-1) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-iidcp2e2-1) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-iidcp2e2-1"],
|
|
6
6
|
[data-astro-transition-fallback="old"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-iidcp2e2-1"],
|
|
7
7
|
[data-astro-transition-fallback="new"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }</style><style>[data-astro-transition-scope="astro-xikxfxwm-3"] { view-transition-name: astro-xikxfxwm-3; }@layer astro { ::view-transition-old(astro-xikxfxwm-3) {
|
|
8
8
|
animation-duration: 180ms;
|
|
@@ -42,23 +42,23 @@
|
|
|
42
42
|
animation-fill-mode: both;
|
|
43
43
|
animation-name: astroFadeIn; }</style><style>[data-astro-transition-scope="astro-2e6ke2uy-4"] { view-transition-name: astro-2e6ke2uy-4; }@layer astro { ::view-transition-old(astro-2e6ke2uy-4) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-2e6ke2uy-4) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-2e6ke2uy-4) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
|
|
44
44
|
[data-astro-transition-fallback="old"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
|
|
45
|
-
[data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="9iThe" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{"data-astro-transition-persist":[0,"astro-u5p5alki-2"]}" ssr client="idle" opts="{"name":"PageToggle","value":true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-538"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="Z1iTGtt" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{"name":"ReactToolbar","value":true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-180"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-539"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-540"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-180"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{"navData":[1,[[1,[[0,{"id":[0,"src/components/aboutmodal/examples/aboutmodal"],"data":[0,{"id":[0,"About modal"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/accordion/examples/accordion"],"data":[0,{"id":[0,"Accordion"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/actionlist/examples/actionlist"],"data":[0,{"id":[0,"Action list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/alert/examples/alert"],"data":[0,{"id":[0,"Alert"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/avatar/examples/avatar"],"data":[0,{"id":[0,"Avatar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backtotop/examples/backtotop"],"data":[0,{"id":[0,"Back to top"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backdrop/examples/backdrop"],"data":[0,{"id":[0,"Backdrop"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backgroundimage/examples/backgroundimage"],"data":[0,{"id":[0,"Background image"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/badge/examples/badge"],"data":[0,{"id":[0,"Badge"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/banner/examples/banner"],"data":[0,{"id":[0,"Banner"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/brand/examples/brand"],"data":[0,{"id":[0,"Brand"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/breadcrumb/examples/breadcrumb"],"data":[0,{"id":[0,"Breadcrumb"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/button/examples/button"],"data":[0,{"id":[0,"Button"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/calendarmonth/examples/calendarmonth"],"data":[0,{"id":[0,"Calendar month"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/card/examples/card"],"data":[0,{"id":[0,"Card"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/checkbox/examples/checkbox"],"data":[0,{"id":[0,"Checkbox"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/chip/examples/chip"],"data":[0,{"id":[0,"Chip"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/clipboardcopy/examples/clipboardcopy"],"data":[0,{"id":[0,"Clipboard copy"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/codeblock/examples/codeblock"],"data":[0,{"id":[0,"Code block"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/codeeditor/examples/codeeditor"],"data":[0,{"id":[0,"Code editor"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/content/examples/content"],"data":[0,{"id":[0,"Content"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/datalist/examples/datalist"],"data":[0,{"id":[0,"Data list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/datepicker/examples/datepicker"],"data":[0,{"id":[0,"Date picker"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/descriptionlist/examples/descriptionlist"],"data":[0,{"id":[0,"Description list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/divider/examples/divider"],"data":[0,{"id":[0,"Divider"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/dragdrop/examples/dragdrop"],"data":[0,{"id":[0,"Drag and drop"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/drawer/examples/drawer"],"data":[0,{"id":[0,"Drawer"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/dropdown/examples/dropdown"],"data":[0,{"id":[0,"Dropdown"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/duallistselector/examples/duallistselector"],"data":[0,{"id":[0,"Dual list selector"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/emptystate/examples/emptystate"],"data":[0,{"id":[0,"Empty state"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/expandablesection/examples/expandablesection"],"data":[0,{"id":[0,"Expandable section"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/form/examples/form"],"data":[0,{"id":[0,"Form"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/formcontrol/examples/formcontrol"],"data":[0,{"id":[0,"Form control"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/formselect/examples/formselect"],"data":[0,{"id":[0,"Form select"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/helpertext/examples/helpertext"],"data":[0,{"id":[0,"Helper text"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/hint/examples/hint"],"data":[0,{"id":[0,"Hint"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/icon/examples/icon"],"data":[0,{"id":[0,"Icon"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/inlineedit/examples/inlineedit"],"data":[0,{"id":[0,"Inline edit"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/inputgroup/examples/inputgroup"],"data":[0,{"id":[0,"Input group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/jumplinks/examples/jumplinks"],"data":[0,{"id":[0,"Jump links"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/label/examples/label"],"data":[0,{"id":[0,"Label"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/list/examples/list"],"data":[0,{"id":[0,"List"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/loginpage/examples/loginpage"],"data":[0,{"id":[0,"Login page"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/masthead/examples/masthead"],"data":[0,{"id":[0,"Masthead"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/menu/examples/menu"],"data":[0,{"id":[0,"Menu"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/menutoggle/examples/menutoggle"],"data":[0,{"id":[0,"Menu toggle"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/modal/examples/modal"],"data":[0,{"id":[0,"Modal"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/multiplefileupload/examples/multiplefileupload"],"data":[0,{"id":[0,"Multiple file upload"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/nav/examples/nav"],"data":[0,{"id":[0,"Navigation"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/notificationbadge/examples/notificationbadge"],"data":[0,{"id":[0,"Notification badge"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/notificationdrawer/examples/notificationdrawer"],"data":[0,{"id":[0,"Notification drawer"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/numberinput/examples/numberinput"],"data":[0,{"id":[0,"Number input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/overflowmenu/examples/overflowmenu"],"data":[0,{"id":[0,"Overflow menu"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/page/examples/page"],"data":[0,{"id":[0,"Page"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/pagination/examples/pagination"],"data":[0,{"id":[0,"Pagination"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/panel/examples/panel"],"data":[0,{"id":[0,"Panel"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/passwordgenerator/examples/passwordgenerator"],"data":[0,{"id":[0,"Password generator"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/passwordstrength/examples/passwordstrength"],"data":[0,{"id":[0,"Password strength"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/popover/examples/popover"],"data":[0,{"id":[0,"Popover"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/progress/examples/progress"],"data":[0,{"id":[0,"Progress"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/progressstepper/examples/progressstepper"],"data":[0,{"id":[0,"Progress stepper"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/radio/examples/radio"],"data":[0,{"id":[0,"Radio"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/searchinput/examples/searchinput"],"data":[0,{"id":[0,"Search input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/select/examples/select"],"data":[0,{"id":[0,"Select"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/sidebar/examples/sidebar"],"data":[0,{"id":[0,"Sidebar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/fileupload/examples/fileupload"],"data":[0,{"id":[0,"Simple file upload"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/simplelist/examples/simplelist"],"data":[0,{"id":[0,"Simple list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/skeleton/examples/skeleton"],"data":[0,{"id":[0,"Skeleton"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/skiptocontent/examples/skiptocontent"],"data":[0,{"id":[0,"Skip to content"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/slider/examples/slider"],"data":[0,{"id":[0,"Slider"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/spinner/examples/spinner"],"data":[0,{"id":[0,"Spinner"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/switch/examples/switch"],"data":[0,{"id":[0,"Switch"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/table/examples/table"],"data":[0,{"id":[0,"Table"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/tabs/examples/tabs"],"data":[0,{"id":[0,"Tabs"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textarea/examples/textarea"],"data":[0,{"id":[0,"Text area"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textinput/examples/textinput"],"data":[0,{"id":[0,"Text input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textinputgroup/examples/textinputgroup"],"data":[0,{"id":[0,"Text input group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/tile/examples/tile"],"data":[0,{"id":[0,"Tile"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/timepicker/examples/timepicker"],"data":[0,{"id":[0,"Time picker"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/timestamp/examples/timestamp"],"data":[0,{"id":[0,"Timestamp"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/title/examples/title"],"data":[0,{"id":[0,"Title"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/togglegroup/examples/togglegroup"],"data":[0,{"id":[0,"Toggle group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/toolbar/examples/toolbar"],"data":[0,{"id":[0,"Toolbar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/tooltip/examples/tooltip"],"data":[0,{"id":[0,"Tooltip"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/treeview/examples/treeview"],"data":[0,{"id":[0,"Tree view"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/truncate/examples/truncate"],"data":[0,{"id":[0,"Truncate"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/wizard/examples/wizard"],"data":[0,{"id":[0,"Wizard"],"section":[0,"components"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines"],"data":[0,{"id":[0,"Quick starts"],"section":[0,"extensions"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/layouts/bullseye/examples/bullseye"],"data":[0,{"id":[0,"Bullseye"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/flex/examples/flex"],"data":[0,{"id":[0,"Flex"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/gallery/examples/gallery"],"data":[0,{"id":[0,"Gallery"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/grid/examples/grid"],"data":[0,{"id":[0,"Grid"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/level/examples/level"],"data":[0,{"id":[0,"Level"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/split/examples/split"],"data":[0,{"id":[0,"Split"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/stack/examples/stack"],"data":[0,{"id":[0,"Stack"],"section":[0,"layouts"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/demos/cardview/examples/cardview"],"data":[0,{"id":[0,"Card view"],"section":[0,"patterns"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/dashboard/examples/dashboard"],"data":[0,{"id":[0,"Dashboard"],"section":[0,"patterns"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/primarydetail/examples/primarydetail"],"data":[0,{"id":[0,"Primary-detail"],"section":[0,"patterns"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/utilities/accessibility/examples/accessibility"],"data":[0,{"id":[0,"Accessibility"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/alignment/examples/alignment"],"data":[0,{"id":[0,"Alignment"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/backgroundcolor/examples/backgroundcolor"],"data":[0,{"id":[0,"Background color"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/boxshadow/examples/box-shadow"],"data":[0,{"id":[0,"Box shadow"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/display/examples/display"],"data":[0,{"id":[0,"Display"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/flex/examples/flex"],"data":[0,{"id":[0,"Flex"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/float/examples/float"],"data":[0,{"id":[0,"Float"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/sizing/examples/sizing"],"data":[0,{"id":[0,"Sizing"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/spacing/examples/spacing"],"data":[0,{"id":[0,"Spacing"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/text/examples/text"],"data":[0,{"id":[0,"Text"],"section":[0,"utility-classes"],"sortValue":[0]}]}]]]]],"data-astro-transition-scope":[0,"astro-xikxfxwm-3"]}" ssr client="only" opts="{"name":"ReactNav","value":"react"}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/tile/react-deprecated"> React deprecated </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/tile/html-deprecated"> Html deprecated </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3195" data-pf-content="true" class="pf-v6-c-content--p">import ’./Tile.css’</p>
|
|
46
|
-
<h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
47
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
45
|
+
[data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="Z2uKYXT" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{"data-astro-transition-persist":[0,"astro-u5p5alki-2"]}" ssr client="idle" opts="{"name":"PageToggle","value":true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-535"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="Z1OJrMg" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{"name":"ReactToolbar","value":true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-179"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-536"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-537"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-179"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{"navData":[1,[[1,[[0,{"id":[0,"src/components/aboutmodal/examples/aboutmodal"],"data":[0,{"id":[0,"About modal"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/accordion/examples/accordion"],"data":[0,{"id":[0,"Accordion"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/actionlist/examples/actionlist"],"data":[0,{"id":[0,"Action list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/alert/examples/alert"],"data":[0,{"id":[0,"Alert"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/avatar/examples/avatar"],"data":[0,{"id":[0,"Avatar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backtotop/examples/backtotop"],"data":[0,{"id":[0,"Back to top"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backdrop/examples/backdrop"],"data":[0,{"id":[0,"Backdrop"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/backgroundimage/examples/backgroundimage"],"data":[0,{"id":[0,"Background image"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/badge/examples/badge"],"data":[0,{"id":[0,"Badge"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/banner/examples/banner"],"data":[0,{"id":[0,"Banner"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/brand/examples/brand"],"data":[0,{"id":[0,"Brand"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/breadcrumb/examples/breadcrumb"],"data":[0,{"id":[0,"Breadcrumb"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/button/examples/button"],"data":[0,{"id":[0,"Button"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/calendarmonth/examples/calendarmonth"],"data":[0,{"id":[0,"Calendar month"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/card/examples/card"],"data":[0,{"id":[0,"Card"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/checkbox/examples/checkbox"],"data":[0,{"id":[0,"Checkbox"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/chip/examples/chip"],"data":[0,{"id":[0,"Chip"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/clipboardcopy/examples/clipboardcopy"],"data":[0,{"id":[0,"Clipboard copy"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/codeblock/examples/codeblock"],"data":[0,{"id":[0,"Code block"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/codeeditor/examples/codeeditor"],"data":[0,{"id":[0,"Code editor"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/content/examples/content"],"data":[0,{"id":[0,"Content"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/datalist/examples/datalist"],"data":[0,{"id":[0,"Data list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/datepicker/examples/datepicker"],"data":[0,{"id":[0,"Date picker"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/descriptionlist/examples/descriptionlist"],"data":[0,{"id":[0,"Description list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/divider/examples/divider"],"data":[0,{"id":[0,"Divider"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/dragdrop/examples/dragdrop"],"data":[0,{"id":[0,"Drag and drop"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/drawer/examples/drawer"],"data":[0,{"id":[0,"Drawer"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/dropdown/examples/dropdown"],"data":[0,{"id":[0,"Dropdown"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/duallistselector/examples/duallistselector"],"data":[0,{"id":[0,"Dual list selector"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/emptystate/examples/emptystate"],"data":[0,{"id":[0,"Empty state"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/expandablesection/examples/expandablesection"],"data":[0,{"id":[0,"Expandable section"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/form/examples/form"],"data":[0,{"id":[0,"Form"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/formcontrol/examples/formcontrol"],"data":[0,{"id":[0,"Form control"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/formselect/examples/formselect"],"data":[0,{"id":[0,"Form select"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/helpertext/examples/helpertext"],"data":[0,{"id":[0,"Helper text"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/hint/examples/hint"],"data":[0,{"id":[0,"Hint"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/icon/examples/icon"],"data":[0,{"id":[0,"Icon"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/components/inlineedit/examples/inlineedit"],"data":[0,{"id":[0,"Inline edit"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/inputgroup/examples/inputgroup"],"data":[0,{"id":[0,"Input group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/jumplinks/examples/jumplinks"],"data":[0,{"id":[0,"Jump links"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/label/examples/label"],"data":[0,{"id":[0,"Label"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/list/examples/list"],"data":[0,{"id":[0,"List"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/loginpage/examples/loginpage"],"data":[0,{"id":[0,"Login page"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/masthead/examples/masthead"],"data":[0,{"id":[0,"Masthead"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/menu/examples/menu"],"data":[0,{"id":[0,"Menu"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/menutoggle/examples/menutoggle"],"data":[0,{"id":[0,"Menu toggle"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/modal/examples/modal"],"data":[0,{"id":[0,"Modal"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/multiplefileupload/examples/multiplefileupload"],"data":[0,{"id":[0,"Multiple file upload"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/nav/examples/nav"],"data":[0,{"id":[0,"Navigation"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/notificationbadge/examples/notificationbadge"],"data":[0,{"id":[0,"Notification badge"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/notificationdrawer/examples/notificationdrawer"],"data":[0,{"id":[0,"Notification drawer"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/numberinput/examples/numberinput"],"data":[0,{"id":[0,"Number input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/overflowmenu/examples/overflowmenu"],"data":[0,{"id":[0,"Overflow menu"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/page/examples/page"],"data":[0,{"id":[0,"Page"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/pagination/examples/pagination"],"data":[0,{"id":[0,"Pagination"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/panel/examples/panel"],"data":[0,{"id":[0,"Panel"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/passwordgenerator/examples/passwordgenerator"],"data":[0,{"id":[0,"Password generator"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/passwordstrength/examples/passwordstrength"],"data":[0,{"id":[0,"Password strength"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/popover/examples/popover"],"data":[0,{"id":[0,"Popover"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/progress/examples/progress"],"data":[0,{"id":[0,"Progress"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/progressstepper/examples/progressstepper"],"data":[0,{"id":[0,"Progress stepper"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/radio/examples/radio"],"data":[0,{"id":[0,"Radio"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/searchinput/examples/searchinput"],"data":[0,{"id":[0,"Search input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/select/examples/select"],"data":[0,{"id":[0,"Select"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/sidebar/examples/sidebar"],"data":[0,{"id":[0,"Sidebar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/fileupload/examples/fileupload"],"data":[0,{"id":[0,"Simple file upload"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/simplelist/examples/simplelist"],"data":[0,{"id":[0,"Simple list"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/skeleton/examples/skeleton"],"data":[0,{"id":[0,"Skeleton"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/skiptocontent/examples/skiptocontent"],"data":[0,{"id":[0,"Skip to content"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/slider/examples/slider"],"data":[0,{"id":[0,"Slider"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/spinner/examples/spinner"],"data":[0,{"id":[0,"Spinner"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/switch/examples/switch"],"data":[0,{"id":[0,"Switch"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/table/examples/table"],"data":[0,{"id":[0,"Table"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/tabs/examples/tabs"],"data":[0,{"id":[0,"Tabs"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textarea/examples/textarea"],"data":[0,{"id":[0,"Text area"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textinput/examples/textinput"],"data":[0,{"id":[0,"Text input"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/textinputgroup/examples/textinputgroup"],"data":[0,{"id":[0,"Text input group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/deprecated/components/tile/examples/tile"],"data":[0,{"id":[0,"Tile"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/timepicker/examples/timepicker"],"data":[0,{"id":[0,"Time picker"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/timestamp/examples/timestamp"],"data":[0,{"id":[0,"Timestamp"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/title/examples/title"],"data":[0,{"id":[0,"Title"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/togglegroup/examples/togglegroup"],"data":[0,{"id":[0,"Toggle group"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/toolbar/examples/toolbar"],"data":[0,{"id":[0,"Toolbar"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/tooltip/examples/tooltip"],"data":[0,{"id":[0,"Tooltip"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/treeview/examples/treeview"],"data":[0,{"id":[0,"Tree view"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/truncate/examples/truncate"],"data":[0,{"id":[0,"Truncate"],"section":[0,"components"],"sortValue":[0]}]}],[0,{"id":[0,"src/components/wizard/examples/wizard"],"data":[0,{"id":[0,"Wizard"],"section":[0,"components"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines"],"data":[0,{"id":[0,"Quick starts"],"section":[0,"extensions"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/layouts/bullseye/examples/bullseye"],"data":[0,{"id":[0,"Bullseye"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/flex/examples/flex"],"data":[0,{"id":[0,"Flex"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/gallery/examples/gallery"],"data":[0,{"id":[0,"Gallery"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/grid/examples/grid"],"data":[0,{"id":[0,"Grid"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/level/examples/level"],"data":[0,{"id":[0,"Level"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/split/examples/split"],"data":[0,{"id":[0,"Split"],"section":[0,"layouts"],"sortValue":[0]}]}],[0,{"id":[0,"docs/layouts/stack/examples/stack"],"data":[0,{"id":[0,"Stack"],"section":[0,"layouts"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/demos/cardview/examples/cardview"],"data":[0,{"id":[0,"Card view"],"section":[0,"patterns"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/dashboard/examples/dashboard"],"data":[0,{"id":[0,"Dashboard"],"section":[0,"patterns"],"sortValue":[0]}]}],[0,{"id":[0,"docs/demos/primarydetail/examples/primarydetail"],"data":[0,{"id":[0,"Primary-detail"],"section":[0,"patterns"],"sortValue":[0]}]}]]],[1,[[0,{"id":[0,"docs/utilities/accessibility/examples/accessibility"],"data":[0,{"id":[0,"Accessibility"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/alignment/examples/alignment"],"data":[0,{"id":[0,"Alignment"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/backgroundcolor/examples/backgroundcolor"],"data":[0,{"id":[0,"Background color"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/boxshadow/examples/box-shadow"],"data":[0,{"id":[0,"Box shadow"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/display/examples/display"],"data":[0,{"id":[0,"Display"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/flex/examples/flex"],"data":[0,{"id":[0,"Flex"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/float/examples/float"],"data":[0,{"id":[0,"Float"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/sizing/examples/sizing"],"data":[0,{"id":[0,"Sizing"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/spacing/examples/spacing"],"data":[0,{"id":[0,"Spacing"],"section":[0,"utility-classes"],"sortValue":[0]}]}],[0,{"id":[0,"docs/utilities/text/examples/text"],"data":[0,{"id":[0,"Text"],"section":[0,"utility-classes"],"sortValue":[0]}]}]]]]],"data-astro-transition-scope":[0,"astro-xikxfxwm-3"]}" ssr client="only" opts="{"name":"ReactNav","value":"react"}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/tile/react-deprecated"> React deprecated </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/tile/html-deprecated"> Html deprecated </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3233" data-pf-content="true" class="pf-v6-c-content--p">import ’./Tile.css’</p>
|
|
46
|
+
<h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3234" data-pf-content="true" class="pf-v6-c-content--h2">Examples</h2>
|
|
47
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3235" data-pf-content="true" class="pf-v6-c-content--h3">Basic tiles</h3>
|
|
48
48
|
|
|
49
49
|
<style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Nel0G" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{"src":[0],"html":[0,"<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-plus\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-plus\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-plus\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n"]}" ssr client="only" opts="{"name":"LiveExampleBase","value":"react"}"></astro-island>
|
|
50
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
50
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3236" data-pf-content="true" class="pf-v6-c-content--h3">Stacked tiles</h3>
|
|
51
51
|
|
|
52
52
|
<astro-island uid="Z1JQhEb" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{"src":[0],"html":[0,"<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-pf-logo-default)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-pf-logo-default)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-pf-logo-default\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-pf-logo-default\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-pf-logo-selected)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-pf-logo-selected)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-pf-logo-selected\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-pf-logo-selected\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-pf-logo-disabled)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-pf-logo-disabled)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-pf-logo-disabled\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-pf-logo-disabled\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <svg\n width=\"2.59em\"\n height=\"1em\"\n viewBox=\"0 0 140 54\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <title>Logo-Red_Hat-Insights-A-Standard-RGB</title>\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill-rule=\"nonzero\">\n <polygon\n fill=\"#000000\"\n points=\"50.99625 32.5665 53.45325 32.5665 53.45325 48.9465 50.99625 48.9465\"\n />\n <path\n d=\"M56.51775,37.035 L58.85775,37.035 L58.85775,38.22975 C59.8067449,37.2846364 61.1008052,36.7684754 62.43975,36.801 C65.17575,36.801 67.095,38.69775 67.095,41.4585 L67.095,48.9465 L64.755,48.9465 L64.755,41.85 C64.755,39.978 63.60975,38.8305 61.8075,38.8305 C60.6212439,38.7905177 59.5011836,39.3766057 58.85775,40.374 L58.85775,48.93975 L56.51775,48.93975 L56.51775,37.035 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M69.9255,45.85725 C71.1675,46.8405 72.477,47.35575 73.81125,47.35575 C75.4965,47.35575 76.6665,46.629 76.6665,45.576 C76.6665,44.7345 76.05675,44.24175 74.74725,44.055 L72.594,43.75125 C70.2315,43.40025 69.03675,42.3 69.03675,40.45275 C69.03675,38.2995 70.90875,36.85275 73.69425,36.85275 C75.4135277,36.8419204 77.0923292,37.3742233 78.49125,38.37375 L77.29875,39.91725 C75.987,39.05325 74.7945,38.6775 73.53,38.6775 C72.1035,38.6775 71.14275,39.33225 71.14275,40.293 C71.14275,41.15925 71.70525,41.58 73.10925,41.78925 L75.2625,42.09525 C77.625,42.44625 78.8625,43.569 78.8625,45.41625 C78.8625,47.547 76.7115,49.1625 73.87875,49.1625 C71.82,49.1625 69.9705,48.55275 68.661,47.40525 L69.9255,45.85725 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M80.4105,33.6645 C80.4069047,33.283003 80.5553213,32.9157674 80.8229733,32.6438937 C81.0906253,32.3720201 81.4554935,32.217875 81.837,32.2155 C82.3687044,32.194552 82.8692347,32.4662713 83.1413188,32.9235662 C83.4134029,33.3808611 83.4134029,33.9503889 83.1413188,34.4076838 C82.8692347,34.8649787 82.3687044,35.136698 81.837,35.11575 C81.4552881,35.1127801 81.0904257,34.958136 80.8228378,34.6859054 C80.5552498,34.4136748 80.4069042,34.0462065 80.4105,33.6645 L80.4105,33.6645 Z M83.007,48.9465 L80.667,48.9465 L80.667,37.035 L83.007,37.035 L83.007,48.9465 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M85.23,42.93225 C85.2033544,41.3167935 85.8285349,39.7586992 86.9644096,38.6097003 C88.1002842,37.4607015 89.651094,36.8176637 91.26675,36.8256746 C92.5435648,36.8268531 93.7849591,37.2456558 94.8015,38.01825 L94.8015,37.035 L97.11675,37.035 L97.11675,49.11075 C97.11675,52.2 95.175,53.93025 91.665,53.93025 C89.9937961,53.9434018 88.3454783,53.5413731 86.868,52.76025 L87.7815,50.9355 C89.1315,51.6375 90.33075,51.966 91.59525,51.966 C93.6765,51.966 94.77675,50.98275 94.77675,49.11075 L94.77675,47.7765 C93.7744176,48.6004219 92.5170042,49.0505775 91.2195,49.05 C87.87375,49.05 85.23,46.35 85.23,42.93225 Z M91.50075,47.00475 C92.85075,47.00475 94.005,46.512 94.77675,45.62325 L94.77675,40.24125 C93.9355396,39.3292017 92.7410291,38.8254726 91.50075,38.85975 C89.25075,38.85975 87.52275,40.6395 87.52275,42.93225 C87.52275,45.225 89.25525,47.00475 91.50075,47.00475 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M99.8775,32.5665 L102.2175,32.05125 L102.2175,38.22975 C103.166495,37.2846364 104.460555,36.7684754 105.7995,36.801 C108.5355,36.801 110.45475,38.69775 110.45475,41.4585 L110.45475,48.9465 L108.11475,48.9465 L108.11475,41.85 C108.11475,39.978 106.9695,38.8305 105.16725,38.8305 C103.980994,38.7905177 102.860934,39.3766057 102.2175,40.374 L102.2175,48.93975 L99.8775,48.93975 L99.8775,32.5665 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M114.2235,39.0015 L111.6945,39.0015 L111.6945,37.035 L114.2235,37.035 L114.2235,33.993 L116.53875,33.4305 L116.53875,37.0305 L120.04875,37.0305 L120.04875,38.997 L116.55,38.997 L116.55,45.45 C116.55,46.66725 117.04275,47.11275 118.305,47.11275 C118.886878,47.1273258 119.466277,47.0319044 120.01275,46.8315 L120.01275,48.798 C119.292655,49.0220233 118.543837,49.1402578 117.78975,49.149 C115.4745,49.149 114.23475,48.04875 114.23475,45.999 L114.2235,39.0015 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M122.15475,45.85725 C123.3945,46.8405 124.70625,47.35575 126.03825,47.35575 C127.7235,47.35575 128.8935,46.629 128.8935,45.576 C128.8935,44.7345 128.286,44.24175 126.97425,44.055 L124.82325,43.75125 C122.4585,43.40025 121.275,42.3 121.275,40.45275 C121.275,38.2995 123.147,36.85275 125.93025,36.85275 C127.648195,36.8415428 129.325954,37.3721902 130.725,38.36925 L129.53025,39.91275 C128.22075,39.04875 127.026,38.673 125.76375,38.673 C124.335,38.673 123.3765,39.32775 123.3765,40.2885 C123.3765,41.15475 123.93675,41.5755 125.34075,41.78475 L127.494,42.09075 C129.85875,42.44175 131.094,43.5645 131.094,45.41175 C131.094,47.5425 128.94075,49.158 126.11025,49.158 C124.04925,49.158 122.202,48.54825 120.89025,47.40075 L122.15475,45.85725 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M28.575,18.675 C31.38975,18.675 35.46225,18.0945 35.46225,14.7465 C35.4706654,14.4881096 35.4472392,14.2296659 35.3925,13.977 L33.71625,6.696 C33.32925,5.094 32.9895,4.36725 30.177,2.961 C27.98775,1.84275 23.2335,0 21.825,0 C20.5155,0 20.12625,1.6965 18.57375,1.6965 C17.07075,1.6965 15.95475,0.4365 14.5485,0.4365 C13.1985,0.4365 12.31875,1.35675 11.63925,3.249 C11.63925,3.249 9.747,8.586 9.504,9.36 C9.46385916,9.50189759 9.44564877,9.64909823 9.45,9.7965 C9.45,11.871 17.62425,18.675 28.575,18.675 M35.89875,16.1055 C36.288,17.94825 36.288,18.14175 36.288,18.38475 C36.288,21.53475 32.7465,23.283 28.09125,23.283 C17.55,23.28075 8.343,17.1225 8.343,13.05 C8.34239181,12.4828126 8.45802021,11.9215171 8.68275,11.40075 C4.89825,11.592 0,12.2715 0,16.587 C0,23.67 16.78275,32.4 30.07125,32.4 C40.25925,32.4 42.82875,27.792 42.82875,24.15375 C42.82875,21.29175 40.35375,18.04275 35.892,16.10325\"\n fill=\"#EE0000\"\n />\n <path\n d=\"M35.892,16.10325 C36.28125,17.946 36.28125,18.1395 36.28125,18.3825 C36.28125,21.5325 32.73975,23.28075 28.0845,23.28075 C17.55,23.28075 8.34299761,17.1225 8.34299761,13.05 C8.34239181,12.4828126 8.45802021,11.9215171 8.68275,11.40075 L9.50625,9.36225 C9.46557648,9.50330773 9.44660928,9.64973447 9.45,9.7965 C9.45,11.871 17.62425,18.675 28.575,18.675 C31.38975,18.675 35.46225,18.0945 35.46225,14.7465 C35.4706654,14.4881096 35.4472392,14.2296659 35.3925,13.977 L35.892,16.10325 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M130.329,20.7675 C130.329,23.44275 131.93775,24.74325 134.87175,24.74325 C135.775087,24.7207606 136.672795,24.5939187 137.547,24.36525 L137.547,21.26475 C136.988249,21.4418223 136.405122,21.5298988 135.819,21.52575 C134.61075,21.52575 134.163,21.14775 134.163,20.0115 L134.163,15.255 L137.664,15.255 L137.664,12.06 L134.163,12.06 L134.163,8.01 L130.338,8.838 L130.338,12.06 L127.8,12.06 L127.8,15.255 L130.33125,15.255 L130.329,20.7675 Z M118.404,20.8395 C118.404,20.0115 119.23425,19.60875 120.4875,19.60875 C121.253536,19.6132028 122.016349,19.7083656 122.76,19.89225 L122.76,21.501 C122.029149,21.9001512 121.20767,22.1039709 120.375,22.09275 C119.1465,22.09275 118.41075,21.62025 118.41075,20.8395 M119.58075,24.7905 C120.93075,24.7905 122.01975,24.507 123.03675,23.82075 L123.03675,24.579 L126.82125,24.579 L126.82125,16.5555 C126.82125,13.5045 124.76475,11.8305 121.3335,11.8305 C119.4165,11.8305 117.522,12.2805 115.4835,13.203 L116.856,16.02 C118.323,15.4035 119.556,15.0255 120.64275,15.0255 C122.21775,15.0255 123.03225,15.63975 123.03225,16.89525 L123.03225,17.5095 C122.104961,17.2694643 121.150595,17.1499795 120.19275,17.154 C116.973,17.154 115.0335,18.504 115.0335,20.91825 C115.0335,23.11875 116.784,24.79725 119.57625,24.79725 M98.77725,24.58575 L102.8475,24.58575 L102.8475,18.0945 L109.66275,18.0945 L109.66275,24.579 L113.733,24.579 L113.733,8.0145 L109.67175,8.0145 L109.67175,14.37975 L102.8565,14.37975 L102.8565,8.0145 L98.78625,8.0145 L98.77725,24.58575 Z M83.277,18.30825 C83.277,16.50825 84.69675,15.13575 86.5665,15.13575 C87.5407999,15.1148903 88.4871798,15.4619498 89.217,16.10775 L89.217,20.475 C88.5013929,21.1465643 87.5472457,21.504572 86.5665,21.4695 C84.7215,21.4695 83.277,20.097 83.277,18.29925 M89.26425,24.57 L93.051,24.57 L93.051,7.1865 L89.226,8.0145 L89.226,12.72375 C88.2522856,12.1717322 87.1502635,11.8861378 86.031,11.89575 C82.38825,11.89575 79.524,14.7105 79.524,18.30825 C79.5010519,20.0130972 80.1639908,21.6556876 81.3638838,22.867004 C82.5637767,24.0783205 84.2000119,24.7567934 85.905,24.7500643 C87.1120686,24.7557569 88.2892756,24.374919 89.26425,23.66325 L89.26425,24.57 Z M71.8965,14.9625 C73.1025,14.9625 74.1195,15.74325 74.52225,16.94925 L69.3,16.94925 C69.678,15.696 70.62525,14.9625 71.90325,14.9625 M65.43675,18.33075 C65.43675,21.97575 68.418,24.81525 72.24975,24.81525 C74.35575,24.81525 75.89475,24.246 77.481,22.92075 L74.9475,20.67075 C74.35575,21.28725 73.4805,21.618 72.441,21.618 C71.1029548,21.6556867 69.8796675,20.866094 69.363,19.63125 L78.28425,19.63125 L78.28425,18.68625 C78.28425,14.7105 75.61125,11.8485 71.96625,11.8485 C70.2352666,11.8223817 68.5669176,12.495545 67.3387715,13.7156446 C66.1106255,14.9357441 65.4265103,16.5996324 65.44125,18.33075 M58.83525,11.493 C60.18525,11.493 60.94125,12.3435 60.94125,13.36275 C60.94125,14.382 60.183,15.2325 58.83525,15.2325 L54.81225,15.2325 L54.81225,11.493 L58.83525,11.493 Z M50.73525,24.579 L54.8055,24.579 L54.8055,18.5445 L57.90375,18.5445 L61.029,24.579 L65.57175,24.579 L61.92675,17.95275 C63.8218627,17.1820151 65.0580914,15.3365787 65.04975,13.29075 C65.04975,10.3095 62.7075,8.0145 59.19975,8.0145 L50.742,8.0145 L50.73525,24.579 Z\"\n fill=\"#000000\"\n />\n </g>\n </g>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <?xml version=\"1.0\" encoding=\"utf-8\"?>\n <!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\n <svg\n version=\"1.1\"\n width=\"6.65em\"\n height=\"1em\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 1616.7 243.1\"\n style=\"enable-background:new 0 0 1616.7 243.1;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: #ee0000;\n }\n </style>\n <title>Logo-Red_Hat-OpenShift_Container_Platform-A-Standard-RGB</title>\n <path\n d=\"M263.4,220.7c-21.2,0-37.9-16.5-37.9-37.5s16.6-37.6,37.9-37.6s38,16.5,38,37.6S284.6,220.7,263.4,220.7z M263.4,155.7\n \tc-15.1,0-26.7,11.9-26.7,27.5s11.6,27.4,26.7,27.4c15.1,0,26.8-12,26.8-27.4S278.6,155.7,263.4,155.7z\"\n />\n <path\n d=\"M311.8,166.6H322v5.1c4.5-3.9,10.3-6,16.2-5.9c15,0,26.7,12,26.7,27.2s-11.8,27.4-26.9,27.4c-5.7,0-11.3-1.8-15.9-5.2v25.9\n \th-10.4L311.8,166.6z M322.1,181.2v23.9c3.3,3.9,8.8,6.2,14.8,6.2c10.2,0,17.9-7.8,17.9-18.2s-7.8-18.3-17.9-18.3\n \tC330.9,174.8,325.6,177.1,322.1,181.2z\"\n />\n <path\n d=\"M400.5,220.5c-15.6,0-27.8-12-27.8-27.5c0-15.3,11.6-27.2,26.5-27.2c14.6,0,25.6,12.1,25.6,27.7v3H383\n \tc1.3,8.8,9,15.3,17.9,15.2c4.9,0.1,9.6-1.5,13.4-4.6l6.7,6.6C415.1,218.2,407.9,220.7,400.5,220.5z M383.1,188.6h31.4\n \tc-1.6-8.1-7.8-14.1-15.5-14.1C391,174.5,384.6,180.2,383.1,188.6z\"\n />\n <path\n d=\"M434.7,166.6h10.4v5.3c4.2-4.2,10-6.5,15.9-6.4c12.2,0,20.7,8.4,20.7,20.7v33.3h-10.4V188c0-8.3-5.1-13.4-13.1-13.4\n \tc-5.3-0.2-10.3,2.4-13.1,6.9v38.1h-10.4L434.7,166.6z\"\n />\n <path\n d=\"M495,199.8c7.9,7.7,16,11.4,25.1,11.4c10.5,0,17.7-5,17.7-12.2c0-6.4-4.2-9.7-14.8-11.4l-12.2-2\n \tc-13.3-2.2-19.9-8.4-19.9-18.9c0-12.7,10.6-20.9,26.8-20.9c10.6,0,20.9,3.5,29.3,9.9l-6,8.3c-7.9-6-15.7-8.9-23.8-8.9\n \tc-9.5,0-15.8,4.4-15.8,10.8c0,5.9,3.6,8.7,13,10.3l11.7,1.8c15.4,2.5,22.4,8.8,22.4,20.2c0,13.4-11.7,22.4-29,22.4\n \tc-11.7,0-23-4.7-31.2-13.1L495,199.8z\"\n />\n <path\n d=\"M557.4,146.7l10.4-2.3v27.5c4.2-4.2,10-6.5,15.9-6.4c12.2,0,20.7,8.4,20.7,20.7v33.3H594V188c0-8.3-5.1-13.4-13.1-13.4\n \tc-5.3-0.2-10.2,2.4-13.1,6.9v38.1h-10.4V146.7z\"\n />\n <path\n d=\"M615.2,151.6c0-3.5,2.8-6.4,6.3-6.4c0,0,0,0,0,0c3.6-0.1,6.6,2.6,6.7,6.2c0.1,3.6-2.6,6.6-6.2,6.7c-0.2,0-0.3,0-0.5,0\n \tC618,158,615.2,155.2,615.2,151.6C615.2,151.6,615.2,151.6,615.2,151.6z M626.8,219.5h-10.4v-52.9h10.4V219.5z\"\n />\n <path\n d=\"M646.9,166.6v-8c0-11,6.3-17.1,18-17.1c2.5,0,5,0.3,7.5,0.9v9.1c-2.1-0.7-4.3-1-6.5-0.9c-5.7,0-8.5,2.6-8.5,8.2v7.8h15.1\n \tv8.7h-15.1v44.2h-10.4v-44.2h-12.3v-8.8H646.9z\"\n />\n <path\n d=\"M688.2,175.3H677v-8.7h11.2v-13.5l10.3-2.5v16h15.6v8.7h-15.6V204c0,5.4,2.2,7.4,7.8,7.4c2.6,0.1,5.2-0.4,7.6-1.2v8.7\n \tc-3.2,1-6.5,1.5-9.9,1.6c-10.3,0-15.8-4.9-15.8-14L688.2,175.3z\"\n />\n <path\n d=\"M803.1,203.3l5.2,5.4c-7.5,7.7-17.8,12.1-28.6,12c-20.7,0.3-37.8-16.2-38.2-36.9s16.2-37.8,36.9-38.2c0.4,0,0.8,0,1.2,0\n \tc11.3,0,21.7,4.4,28.8,12l-5.3,5.6c-6-6.6-14.6-10.3-23.5-10.2c-16.8,0-29.6,13.1-29.6,30.2s12.9,30.1,29.9,30.1\n \tC789,213.3,797.6,209.6,803.1,203.3z\"\n />\n <path\n d=\"M841.2,166.4c14.8,0,26.5,11.9,26.5,27s-11.7,27.2-26.5,27.2s-26.6-11.9-26.6-27.1S826.3,166.4,841.2,166.4z M860.1,193.4\n \tc0-11.3-8.3-20.2-18.9-20.2s-19,8.8-19,20.2s8.3,20.3,19,20.3S860.1,204.8,860.1,193.4L860.1,193.4z\"\n />\n <path\n d=\"M878.4,167.4h7.7v6.1c4-4.8,9.7-7.2,16.4-7.2c11.9,0,20.1,8.2,20.1,20.2v33H915v-31.4c0-9.3-5.6-15-14.6-15\n \tc-5.9-0.1-11.4,2.9-14.3,8v38.4h-7.7L878.4,167.4z\"\n />\n <path\n d=\"M939.9,174h-11.2v-6.6h11.2v-13.2l7.6-2v15.2h15.7v6.6h-15.7v31.9c0,5.6,2.3,7.8,8,7.8c2.6,0.1,5.2-0.4,7.6-1.4v6.8\n \tc-3,0.9-6,1.4-9.2,1.4c-9,0-14-4.4-14-12.6L939.9,174z\"\n />\n <path\n d=\"M968.6,204.8c0-9.8,8-15.9,20.8-15.9c5.3,0,10.5,1.2,15.3,3.5v-6.9c0-8.3-4.8-12.6-13.8-12.6c-5.1,0-10.1,1.4-16.3,4.6\n \tl-2.9-5.9c7.5-3.6,13.6-5.2,20-5.2c13.2,0,20.6,6.4,20.6,18.1v35h-7.5v-5.1c-4.7,4-10.7,6.2-16.8,6\n \tC976.4,220.5,968.6,214.1,968.6,204.8z M989.2,214.4c6.2,0,11.3-1.9,15.5-6v-9.8c-4.3-2.9-9-4.2-15.1-4.2c-8.3,0-13.6,4-13.6,10.1\n \tC976,210.4,981.4,214.4,989.2,214.4z\"\n />\n <path\n d=\"M1023.7,152.2c0-2.9,2.3-5.2,5.2-5.2c2.8,0,5.2,2.3,5.2,5.1c0,0,0,0.1,0,0.1c0,2.9-2.3,5.2-5.2,5.2\n \tC1026.1,157.4,1023.8,155.1,1023.7,152.2z M1032.7,219.5h-7.7v-52.1h7.7V219.5z\"\n />\n <path\n d=\"M1045.9,167.4h7.7v6.1c4-4.8,9.7-7.2,16.4-7.2c11.8,0,20.1,8.2,20.1,20.2v33h-7.6v-31.4c0-9.3-5.6-15-14.6-15\n \tc-5.9-0.1-11.4,2.9-14.3,8v38.4h-7.7V167.4z\"\n />\n <path\n d=\"M1127.4,220.5c-14.7,0.2-26.7-11.6-26.8-26.3c0-0.2,0-0.5,0-0.7c0-15,11.3-26.8,25.7-26.8c13.8,0,24.7,11.9,24.7,26.8v2.4\n \th-42.7c1.1,10.3,9.2,17.9,19.6,17.9c5.4,0,10.8-1.8,14.3-4.8l4.8,5.1C1141.3,218.4,1134.4,220.6,1127.4,220.5z M1108.4,189.7h34.8\n \tc-1.3-9.3-8.5-16.3-17.2-16.3C1117,173.4,1109.8,180.1,1108.4,189.7L1108.4,189.7z\"\n />\n <path\n d=\"M1161.6,167.4h7.7v7.4c2.9-5.3,8.5-8.6,14.6-8.5c1.7,0,3.3,0.2,4.9,0.7v7.1c-1.7-0.6-3.6-0.9-5.4-0.9\n \tc-6.4,0-11.3,3.8-14,10.7v35.7h-7.7L1161.6,167.4z\"\n />\n <path\n d=\"M1221.4,146.7h31.6c14.2,0,23.5,8.3,23.5,21s-9.4,21.1-23.5,21.1h-23.6v30.7h-8L1221.4,146.7z M1229.4,153.9v28h23\n \tc9.9,0,16.1-5.4,16.1-14s-6.2-13.9-16.1-13.9L1229.4,153.9z\"\n />\n <path d=\"M1295,219.5h-7.7v-72.8l7.7-1.7V219.5z\" />\n <path\n d=\"M1305.2,204.8c0-9.8,8-15.9,20.8-15.9c5.3,0,10.5,1.2,15.3,3.5v-6.9c0-8.3-4.8-12.6-13.8-12.6c-5.1,0-10.1,1.4-16.3,4.6\n \tl-2.9-5.9c7.5-3.6,13.6-5.2,20-5.2c13.2,0,20.6,6.4,20.6,18.1v35h-7.5v-5.1c-4.7,4-10.7,6.2-16.8,6\n \tC1313,220.5,1305.2,214.1,1305.2,204.8z M1325.8,214.4c6.2,0,11.3-1.9,15.5-6v-9.8c-4.3-2.9-9-4.2-15.1-4.2c-8.3,0-13.6,4-13.6,10.1\n \tC1312.6,210.4,1318,214.4,1325.8,214.4z\"\n />\n <path\n d=\"M1366.1,174h-11.2v-6.6h11.2v-13.2l7.6-2v15.2h15.7v6.6h-15.7v31.9c0,5.6,2.3,7.8,8,7.8c2.6,0.1,5.2-0.4,7.6-1.4v6.8\n \tc-3,0.9-6,1.4-9.2,1.4c-9,0-14-4.4-14-12.6L1366.1,174z\"\n />\n <path\n d=\"M1406.1,167.4v-9.9c0-10.2,5.7-15.8,16.1-15.8c2.4-0.1,4.7,0.2,7,0.9v6.9c-2.1-0.7-4.3-1-6.4-1c-6.1,0-9,2.9-9,9.3v9.7h15.5\n \tv6.5h-15.5v45.6h-7.6V174h-12.3v-6.6L1406.1,167.4z\"\n />\n <path\n d=\"M1459.1,166.4c14.8,0,26.5,11.9,26.5,27s-11.8,27.1-26.5,27.1s-26.6-11.9-26.6-27.1S1444.2,166.4,1459.1,166.4z M1478,193.4\n \tc0-11.3-8.3-20.2-18.9-20.2s-19,8.8-19,20.2s8.3,20.3,19,20.3S1478,204.8,1478,193.4L1478,193.4z\"\n />\n <path\n d=\"M1496.3,167.4h7.7v7.4c2.9-5.3,8.5-8.6,14.6-8.5c1.7,0,3.3,0.2,4.9,0.7v7.1c-1.7-0.6-3.6-0.9-5.4-0.9\n \tc-6.4,0-11.3,3.8-14,10.7v35.7h-7.7L1496.3,167.4z\"\n />\n <path\n d=\"M1532.3,167.4h7.7v5.7c3.8-4.4,9.4-6.9,15.3-6.8c6.8-0.2,13.1,3.5,16.4,9.5c3.9-6.1,10.7-9.7,17.9-9.5\n \tc11.3,0,19.1,8.2,19.1,20.2v33h-7.6v-31.4c0-9.3-5.2-15-13.5-15c-5.7,0-10.5,2.9-13.8,8.5c0.3,1.6,0.5,3.2,0.5,4.9v33h-7.6v-31.4\n \tc0-9.3-5.2-15-13.4-15c-5.6,0-10.1,2.6-13.3,7.6v38.8h-7.7L1532.3,167.4z\"\n />\n <path\n class=\"st0\"\n d=\"M129,85c12.5,0,30.6-2.6,30.6-17.5c0-1.1-0.1-2.3-0.3-3.4l-7.4-32.4c-1.7-7.1-3.2-10.4-15.7-16.6\n \tC126.4,10.2,105.3,2,99,2c-5.8,0-7.6,7.5-14.4,7.5c-6.7,0-11.6-5.6-17.9-5.6c-6,0-9.9,4.1-12.9,12.5c0,0-8.4,23.7-9.5,27.2\n \tc-0.2,0.6-0.3,1.3-0.2,1.9C44,54.8,80.3,85,129,85 M161.6,73.6c1.7,8.2,1.7,9.1,1.7,10.1c0,14-15.7,21.8-36.4,21.8\n \tC80,105.5,39.1,78.1,39.1,60c0-2.5,0.5-5,1.5-7.3C23.8,53.5,2,56.5,2,75.7C2,107.2,76.6,146,135.6,146c45.3,0,56.7-20.5,56.7-36.7\n \tC192.3,96.6,181.3,82.2,161.6,73.6\"\n />\n <path\n d=\"M161.5,73.6c1.7,8.2,1.7,9.1,1.7,10.1c0,14-15.7,21.8-36.4,21.8C80,105.5,39.1,78.1,39.1,60c0-2.5,0.5-5,1.5-7.3l3.7-9.1\n \tc-0.2,0.6-0.3,1.3-0.2,1.9C44,54.8,80.3,85,129,85c12.5,0,30.6-2.6,30.6-17.5c0-1.1-0.1-2.3-0.3-3.4L161.5,73.6z\"\n />\n <path\n d=\"M581.2,94.3c0,11.9,7.2,17.7,20.2,17.7c4-0.1,8-0.7,11.9-1.7V96.5c-2.5,0.8-5.1,1.2-7.7,1.2c-5.4,0-7.4-1.7-7.4-6.7V69.8\n \th15.6V55.6h-15.6v-18l-17,3.7v14.3H570v14.2h11.2L581.2,94.3z M528.2,94.6c0-3.7,3.7-5.5,9.3-5.5c3.4,0,6.8,0.4,10.1,1.3v7.2\n \tc-3.2,1.8-6.9,2.7-10.6,2.6C531.5,100.2,528.3,98.1,528.2,94.6 M533.5,112.2c6,0,10.8-1.3,15.4-4.3v3.4h16.8V75.6\n \tc0-13.6-9.1-21-24.4-21c-8.5,0-16.9,2-26,6.1l6.1,12.5c6.5-2.7,12-4.4,16.8-4.4c7,0,10.6,2.7,10.6,8.3v2.7\n \tc-4.1-1.1-8.4-1.6-12.6-1.6c-14.3,0-22.9,6-22.9,16.7C513.3,104.8,521,112.2,533.5,112.2 M441,111.3h18.1V82.4h30.3v28.8h18.1V37.6\n \th-18.1v28.3h-30.3V37.6H441L441,111.3z M372.1,83.4c0-8,6.3-14.1,14.6-14.1c4.3-0.1,8.5,1.4,11.8,4.3V93c-3.2,3-7.4,4.6-11.8,4.4\n \tC378.5,97.4,372.1,91.3,372.1,83.4 M398.7,111.2h16.8V33.9l-17,3.7v20.9c-4.3-2.5-9.2-3.7-14.2-3.7c-16.2,0-28.9,12.5-28.9,28.5\n \tc-0.2,15.6,12.3,28.4,27.9,28.6c0.2,0,0.3,0,0.5,0c5.4,0,10.6-1.7,14.9-4.8V111.2z M321.5,68.5c5.4,0,9.9,3.5,11.7,8.8H310\n \tC311.7,71.8,315.9,68.5,321.5,68.5 M292.8,83.5c0,16.2,13.2,28.8,30.3,28.8c9.4,0,16.2-2.5,23.2-8.4l-11.3-10\n \tc-2.6,2.7-6.5,4.2-11.1,4.2c-5.9,0.2-11.4-3.3-13.7-8.8h39.6v-4.2c0-17.7-11.9-30.4-28.1-30.4c-15.8-0.2-28.8,12.4-29,28.1\n \tC292.8,83,292.8,83.2,292.8,83.5 M263.5,53.1c6,0,9.4,3.8,9.4,8.3s-3.4,8.3-9.4,8.3h-17.9V53.1H263.5z M227.5,111.2h18.1V84.4h13.8\n \tl13.9,26.8h20.2l-16.2-29.5c8.4-3.4,13.9-11.6,13.9-20.7c0-13.2-10.4-23.5-26-23.5h-37.6L227.5,111.2z\"\n />\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n"]}" ssr client="only" opts="{"name":"LiveExampleBase","value":"react"}"></astro-island>
|
|
53
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
53
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3237" data-pf-content="true" class="pf-v6-c-content--h3">Stacked tiles large</h3>
|
|
54
54
|
|
|
55
55
|
<astro-island uid="Z1d23Kf" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{"src":[0],"html":[0,"<div class=\"pf-v6-c-tile pf-m-display-lg\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-selected pf-m-display-lg\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled pf-m-display-lg\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile pf-m-display-lg\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-large-pf-logo-default)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-large-pf-logo-default)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-large-pf-logo-default\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-large-pf-logo-default\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-display-lg pf-m-selected\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-large-pf-logo-selected)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-large-pf-logo-selected)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-large-pf-logo-selected\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-large-pf-logo-selected\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Selected</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-disabled pf-m-display-lg\" tabindex=\"-1\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 40 40\">\n <g>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z\"\n fill=\"#0066CC\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z\"\n fill=\"url(#paint0_linear_6460_7774-stacked-large-pf-logo-disabled)\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z\"\n fill=\"url(#paint1_linear_6460_7774-stacked-large-pf-logo-disabled)\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"paint0_linear_6460_7774-stacked-large-pf-logo-disabled\"\n x1=\"1613.04\"\n y1=\"0.869504\"\n x2=\"-337.034\"\n y2=\"3251\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_6460_7774-stacked-large-pf-logo-disabled\"\n x1=\"39.1305\"\n y1=\"-1573.04\"\n x2=\"-3211\"\n y2=\"377.033\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#2B9AF3\" />\n <stop offset=\"1\" stop-color=\"#73BCF7\" stop-opacity=\"0.502213\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Disabled</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<br />\n<br />\n\n<div class=\"pf-v6-c-tile pf-m-display-lg\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <svg\n width=\"2.59em\"\n height=\"1em\"\n viewBox=\"0 0 140 54\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <title>Logo-Red_Hat-Insights-A-Standard-RGB</title>\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill-rule=\"nonzero\">\n <polygon\n fill=\"#000000\"\n points=\"50.99625 32.5665 53.45325 32.5665 53.45325 48.9465 50.99625 48.9465\"\n />\n <path\n d=\"M56.51775,37.035 L58.85775,37.035 L58.85775,38.22975 C59.8067449,37.2846364 61.1008052,36.7684754 62.43975,36.801 C65.17575,36.801 67.095,38.69775 67.095,41.4585 L67.095,48.9465 L64.755,48.9465 L64.755,41.85 C64.755,39.978 63.60975,38.8305 61.8075,38.8305 C60.6212439,38.7905177 59.5011836,39.3766057 58.85775,40.374 L58.85775,48.93975 L56.51775,48.93975 L56.51775,37.035 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M69.9255,45.85725 C71.1675,46.8405 72.477,47.35575 73.81125,47.35575 C75.4965,47.35575 76.6665,46.629 76.6665,45.576 C76.6665,44.7345 76.05675,44.24175 74.74725,44.055 L72.594,43.75125 C70.2315,43.40025 69.03675,42.3 69.03675,40.45275 C69.03675,38.2995 70.90875,36.85275 73.69425,36.85275 C75.4135277,36.8419204 77.0923292,37.3742233 78.49125,38.37375 L77.29875,39.91725 C75.987,39.05325 74.7945,38.6775 73.53,38.6775 C72.1035,38.6775 71.14275,39.33225 71.14275,40.293 C71.14275,41.15925 71.70525,41.58 73.10925,41.78925 L75.2625,42.09525 C77.625,42.44625 78.8625,43.569 78.8625,45.41625 C78.8625,47.547 76.7115,49.1625 73.87875,49.1625 C71.82,49.1625 69.9705,48.55275 68.661,47.40525 L69.9255,45.85725 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M80.4105,33.6645 C80.4069047,33.283003 80.5553213,32.9157674 80.8229733,32.6438937 C81.0906253,32.3720201 81.4554935,32.217875 81.837,32.2155 C82.3687044,32.194552 82.8692347,32.4662713 83.1413188,32.9235662 C83.4134029,33.3808611 83.4134029,33.9503889 83.1413188,34.4076838 C82.8692347,34.8649787 82.3687044,35.136698 81.837,35.11575 C81.4552881,35.1127801 81.0904257,34.958136 80.8228378,34.6859054 C80.5552498,34.4136748 80.4069042,34.0462065 80.4105,33.6645 L80.4105,33.6645 Z M83.007,48.9465 L80.667,48.9465 L80.667,37.035 L83.007,37.035 L83.007,48.9465 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M85.23,42.93225 C85.2033544,41.3167935 85.8285349,39.7586992 86.9644096,38.6097003 C88.1002842,37.4607015 89.651094,36.8176637 91.26675,36.8256746 C92.5435648,36.8268531 93.7849591,37.2456558 94.8015,38.01825 L94.8015,37.035 L97.11675,37.035 L97.11675,49.11075 C97.11675,52.2 95.175,53.93025 91.665,53.93025 C89.9937961,53.9434018 88.3454783,53.5413731 86.868,52.76025 L87.7815,50.9355 C89.1315,51.6375 90.33075,51.966 91.59525,51.966 C93.6765,51.966 94.77675,50.98275 94.77675,49.11075 L94.77675,47.7765 C93.7744176,48.6004219 92.5170042,49.0505775 91.2195,49.05 C87.87375,49.05 85.23,46.35 85.23,42.93225 Z M91.50075,47.00475 C92.85075,47.00475 94.005,46.512 94.77675,45.62325 L94.77675,40.24125 C93.9355396,39.3292017 92.7410291,38.8254726 91.50075,38.85975 C89.25075,38.85975 87.52275,40.6395 87.52275,42.93225 C87.52275,45.225 89.25525,47.00475 91.50075,47.00475 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M99.8775,32.5665 L102.2175,32.05125 L102.2175,38.22975 C103.166495,37.2846364 104.460555,36.7684754 105.7995,36.801 C108.5355,36.801 110.45475,38.69775 110.45475,41.4585 L110.45475,48.9465 L108.11475,48.9465 L108.11475,41.85 C108.11475,39.978 106.9695,38.8305 105.16725,38.8305 C103.980994,38.7905177 102.860934,39.3766057 102.2175,40.374 L102.2175,48.93975 L99.8775,48.93975 L99.8775,32.5665 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M114.2235,39.0015 L111.6945,39.0015 L111.6945,37.035 L114.2235,37.035 L114.2235,33.993 L116.53875,33.4305 L116.53875,37.0305 L120.04875,37.0305 L120.04875,38.997 L116.55,38.997 L116.55,45.45 C116.55,46.66725 117.04275,47.11275 118.305,47.11275 C118.886878,47.1273258 119.466277,47.0319044 120.01275,46.8315 L120.01275,48.798 C119.292655,49.0220233 118.543837,49.1402578 117.78975,49.149 C115.4745,49.149 114.23475,48.04875 114.23475,45.999 L114.2235,39.0015 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M122.15475,45.85725 C123.3945,46.8405 124.70625,47.35575 126.03825,47.35575 C127.7235,47.35575 128.8935,46.629 128.8935,45.576 C128.8935,44.7345 128.286,44.24175 126.97425,44.055 L124.82325,43.75125 C122.4585,43.40025 121.275,42.3 121.275,40.45275 C121.275,38.2995 123.147,36.85275 125.93025,36.85275 C127.648195,36.8415428 129.325954,37.3721902 130.725,38.36925 L129.53025,39.91275 C128.22075,39.04875 127.026,38.673 125.76375,38.673 C124.335,38.673 123.3765,39.32775 123.3765,40.2885 C123.3765,41.15475 123.93675,41.5755 125.34075,41.78475 L127.494,42.09075 C129.85875,42.44175 131.094,43.5645 131.094,45.41175 C131.094,47.5425 128.94075,49.158 126.11025,49.158 C124.04925,49.158 122.202,48.54825 120.89025,47.40075 L122.15475,45.85725 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M28.575,18.675 C31.38975,18.675 35.46225,18.0945 35.46225,14.7465 C35.4706654,14.4881096 35.4472392,14.2296659 35.3925,13.977 L33.71625,6.696 C33.32925,5.094 32.9895,4.36725 30.177,2.961 C27.98775,1.84275 23.2335,0 21.825,0 C20.5155,0 20.12625,1.6965 18.57375,1.6965 C17.07075,1.6965 15.95475,0.4365 14.5485,0.4365 C13.1985,0.4365 12.31875,1.35675 11.63925,3.249 C11.63925,3.249 9.747,8.586 9.504,9.36 C9.46385916,9.50189759 9.44564877,9.64909823 9.45,9.7965 C9.45,11.871 17.62425,18.675 28.575,18.675 M35.89875,16.1055 C36.288,17.94825 36.288,18.14175 36.288,18.38475 C36.288,21.53475 32.7465,23.283 28.09125,23.283 C17.55,23.28075 8.343,17.1225 8.343,13.05 C8.34239181,12.4828126 8.45802021,11.9215171 8.68275,11.40075 C4.89825,11.592 0,12.2715 0,16.587 C0,23.67 16.78275,32.4 30.07125,32.4 C40.25925,32.4 42.82875,27.792 42.82875,24.15375 C42.82875,21.29175 40.35375,18.04275 35.892,16.10325\"\n fill=\"#EE0000\"\n />\n <path\n d=\"M35.892,16.10325 C36.28125,17.946 36.28125,18.1395 36.28125,18.3825 C36.28125,21.5325 32.73975,23.28075 28.0845,23.28075 C17.55,23.28075 8.34299761,17.1225 8.34299761,13.05 C8.34239181,12.4828126 8.45802021,11.9215171 8.68275,11.40075 L9.50625,9.36225 C9.46557648,9.50330773 9.44660928,9.64973447 9.45,9.7965 C9.45,11.871 17.62425,18.675 28.575,18.675 C31.38975,18.675 35.46225,18.0945 35.46225,14.7465 C35.4706654,14.4881096 35.4472392,14.2296659 35.3925,13.977 L35.892,16.10325 Z\"\n fill=\"#000000\"\n />\n <path\n d=\"M130.329,20.7675 C130.329,23.44275 131.93775,24.74325 134.87175,24.74325 C135.775087,24.7207606 136.672795,24.5939187 137.547,24.36525 L137.547,21.26475 C136.988249,21.4418223 136.405122,21.5298988 135.819,21.52575 C134.61075,21.52575 134.163,21.14775 134.163,20.0115 L134.163,15.255 L137.664,15.255 L137.664,12.06 L134.163,12.06 L134.163,8.01 L130.338,8.838 L130.338,12.06 L127.8,12.06 L127.8,15.255 L130.33125,15.255 L130.329,20.7675 Z M118.404,20.8395 C118.404,20.0115 119.23425,19.60875 120.4875,19.60875 C121.253536,19.6132028 122.016349,19.7083656 122.76,19.89225 L122.76,21.501 C122.029149,21.9001512 121.20767,22.1039709 120.375,22.09275 C119.1465,22.09275 118.41075,21.62025 118.41075,20.8395 M119.58075,24.7905 C120.93075,24.7905 122.01975,24.507 123.03675,23.82075 L123.03675,24.579 L126.82125,24.579 L126.82125,16.5555 C126.82125,13.5045 124.76475,11.8305 121.3335,11.8305 C119.4165,11.8305 117.522,12.2805 115.4835,13.203 L116.856,16.02 C118.323,15.4035 119.556,15.0255 120.64275,15.0255 C122.21775,15.0255 123.03225,15.63975 123.03225,16.89525 L123.03225,17.5095 C122.104961,17.2694643 121.150595,17.1499795 120.19275,17.154 C116.973,17.154 115.0335,18.504 115.0335,20.91825 C115.0335,23.11875 116.784,24.79725 119.57625,24.79725 M98.77725,24.58575 L102.8475,24.58575 L102.8475,18.0945 L109.66275,18.0945 L109.66275,24.579 L113.733,24.579 L113.733,8.0145 L109.67175,8.0145 L109.67175,14.37975 L102.8565,14.37975 L102.8565,8.0145 L98.78625,8.0145 L98.77725,24.58575 Z M83.277,18.30825 C83.277,16.50825 84.69675,15.13575 86.5665,15.13575 C87.5407999,15.1148903 88.4871798,15.4619498 89.217,16.10775 L89.217,20.475 C88.5013929,21.1465643 87.5472457,21.504572 86.5665,21.4695 C84.7215,21.4695 83.277,20.097 83.277,18.29925 M89.26425,24.57 L93.051,24.57 L93.051,7.1865 L89.226,8.0145 L89.226,12.72375 C88.2522856,12.1717322 87.1502635,11.8861378 86.031,11.89575 C82.38825,11.89575 79.524,14.7105 79.524,18.30825 C79.5010519,20.0130972 80.1639908,21.6556876 81.3638838,22.867004 C82.5637767,24.0783205 84.2000119,24.7567934 85.905,24.7500643 C87.1120686,24.7557569 88.2892756,24.374919 89.26425,23.66325 L89.26425,24.57 Z M71.8965,14.9625 C73.1025,14.9625 74.1195,15.74325 74.52225,16.94925 L69.3,16.94925 C69.678,15.696 70.62525,14.9625 71.90325,14.9625 M65.43675,18.33075 C65.43675,21.97575 68.418,24.81525 72.24975,24.81525 C74.35575,24.81525 75.89475,24.246 77.481,22.92075 L74.9475,20.67075 C74.35575,21.28725 73.4805,21.618 72.441,21.618 C71.1029548,21.6556867 69.8796675,20.866094 69.363,19.63125 L78.28425,19.63125 L78.28425,18.68625 C78.28425,14.7105 75.61125,11.8485 71.96625,11.8485 C70.2352666,11.8223817 68.5669176,12.495545 67.3387715,13.7156446 C66.1106255,14.9357441 65.4265103,16.5996324 65.44125,18.33075 M58.83525,11.493 C60.18525,11.493 60.94125,12.3435 60.94125,13.36275 C60.94125,14.382 60.183,15.2325 58.83525,15.2325 L54.81225,15.2325 L54.81225,11.493 L58.83525,11.493 Z M50.73525,24.579 L54.8055,24.579 L54.8055,18.5445 L57.90375,18.5445 L61.029,24.579 L65.57175,24.579 L61.92675,17.95275 C63.8218627,17.1820151 65.0580914,15.3365787 65.04975,13.29075 C65.04975,10.3095 62.7075,8.0145 59.19975,8.0145 L50.742,8.0145 L50.73525,24.579 Z\"\n fill=\"#000000\"\n />\n </g>\n </g>\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n<div class=\"pf-v6-c-tile pf-m-display-lg\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <?xml version=\"1.0\" encoding=\"utf-8\"?>\n <!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\n <svg\n version=\"1.1\"\n width=\"6.65em\"\n height=\"1em\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 1616.7 243.1\"\n style=\"enable-background:new 0 0 1616.7 243.1;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: #ee0000;\n }\n </style>\n <title>Logo-Red_Hat-OpenShift_Container_Platform-A-Standard-RGB</title>\n <path\n d=\"M263.4,220.7c-21.2,0-37.9-16.5-37.9-37.5s16.6-37.6,37.9-37.6s38,16.5,38,37.6S284.6,220.7,263.4,220.7z M263.4,155.7\n \tc-15.1,0-26.7,11.9-26.7,27.5s11.6,27.4,26.7,27.4c15.1,0,26.8-12,26.8-27.4S278.6,155.7,263.4,155.7z\"\n />\n <path\n d=\"M311.8,166.6H322v5.1c4.5-3.9,10.3-6,16.2-5.9c15,0,26.7,12,26.7,27.2s-11.8,27.4-26.9,27.4c-5.7,0-11.3-1.8-15.9-5.2v25.9\n \th-10.4L311.8,166.6z M322.1,181.2v23.9c3.3,3.9,8.8,6.2,14.8,6.2c10.2,0,17.9-7.8,17.9-18.2s-7.8-18.3-17.9-18.3\n \tC330.9,174.8,325.6,177.1,322.1,181.2z\"\n />\n <path\n d=\"M400.5,220.5c-15.6,0-27.8-12-27.8-27.5c0-15.3,11.6-27.2,26.5-27.2c14.6,0,25.6,12.1,25.6,27.7v3H383\n \tc1.3,8.8,9,15.3,17.9,15.2c4.9,0.1,9.6-1.5,13.4-4.6l6.7,6.6C415.1,218.2,407.9,220.7,400.5,220.5z M383.1,188.6h31.4\n \tc-1.6-8.1-7.8-14.1-15.5-14.1C391,174.5,384.6,180.2,383.1,188.6z\"\n />\n <path\n d=\"M434.7,166.6h10.4v5.3c4.2-4.2,10-6.5,15.9-6.4c12.2,0,20.7,8.4,20.7,20.7v33.3h-10.4V188c0-8.3-5.1-13.4-13.1-13.4\n \tc-5.3-0.2-10.3,2.4-13.1,6.9v38.1h-10.4L434.7,166.6z\"\n />\n <path\n d=\"M495,199.8c7.9,7.7,16,11.4,25.1,11.4c10.5,0,17.7-5,17.7-12.2c0-6.4-4.2-9.7-14.8-11.4l-12.2-2\n \tc-13.3-2.2-19.9-8.4-19.9-18.9c0-12.7,10.6-20.9,26.8-20.9c10.6,0,20.9,3.5,29.3,9.9l-6,8.3c-7.9-6-15.7-8.9-23.8-8.9\n \tc-9.5,0-15.8,4.4-15.8,10.8c0,5.9,3.6,8.7,13,10.3l11.7,1.8c15.4,2.5,22.4,8.8,22.4,20.2c0,13.4-11.7,22.4-29,22.4\n \tc-11.7,0-23-4.7-31.2-13.1L495,199.8z\"\n />\n <path\n d=\"M557.4,146.7l10.4-2.3v27.5c4.2-4.2,10-6.5,15.9-6.4c12.2,0,20.7,8.4,20.7,20.7v33.3H594V188c0-8.3-5.1-13.4-13.1-13.4\n \tc-5.3-0.2-10.2,2.4-13.1,6.9v38.1h-10.4V146.7z\"\n />\n <path\n d=\"M615.2,151.6c0-3.5,2.8-6.4,6.3-6.4c0,0,0,0,0,0c3.6-0.1,6.6,2.6,6.7,6.2c0.1,3.6-2.6,6.6-6.2,6.7c-0.2,0-0.3,0-0.5,0\n \tC618,158,615.2,155.2,615.2,151.6C615.2,151.6,615.2,151.6,615.2,151.6z M626.8,219.5h-10.4v-52.9h10.4V219.5z\"\n />\n <path\n d=\"M646.9,166.6v-8c0-11,6.3-17.1,18-17.1c2.5,0,5,0.3,7.5,0.9v9.1c-2.1-0.7-4.3-1-6.5-0.9c-5.7,0-8.5,2.6-8.5,8.2v7.8h15.1\n \tv8.7h-15.1v44.2h-10.4v-44.2h-12.3v-8.8H646.9z\"\n />\n <path\n d=\"M688.2,175.3H677v-8.7h11.2v-13.5l10.3-2.5v16h15.6v8.7h-15.6V204c0,5.4,2.2,7.4,7.8,7.4c2.6,0.1,5.2-0.4,7.6-1.2v8.7\n \tc-3.2,1-6.5,1.5-9.9,1.6c-10.3,0-15.8-4.9-15.8-14L688.2,175.3z\"\n />\n <path\n d=\"M803.1,203.3l5.2,5.4c-7.5,7.7-17.8,12.1-28.6,12c-20.7,0.3-37.8-16.2-38.2-36.9s16.2-37.8,36.9-38.2c0.4,0,0.8,0,1.2,0\n \tc11.3,0,21.7,4.4,28.8,12l-5.3,5.6c-6-6.6-14.6-10.3-23.5-10.2c-16.8,0-29.6,13.1-29.6,30.2s12.9,30.1,29.9,30.1\n \tC789,213.3,797.6,209.6,803.1,203.3z\"\n />\n <path\n d=\"M841.2,166.4c14.8,0,26.5,11.9,26.5,27s-11.7,27.2-26.5,27.2s-26.6-11.9-26.6-27.1S826.3,166.4,841.2,166.4z M860.1,193.4\n \tc0-11.3-8.3-20.2-18.9-20.2s-19,8.8-19,20.2s8.3,20.3,19,20.3S860.1,204.8,860.1,193.4L860.1,193.4z\"\n />\n <path\n d=\"M878.4,167.4h7.7v6.1c4-4.8,9.7-7.2,16.4-7.2c11.9,0,20.1,8.2,20.1,20.2v33H915v-31.4c0-9.3-5.6-15-14.6-15\n \tc-5.9-0.1-11.4,2.9-14.3,8v38.4h-7.7L878.4,167.4z\"\n />\n <path\n d=\"M939.9,174h-11.2v-6.6h11.2v-13.2l7.6-2v15.2h15.7v6.6h-15.7v31.9c0,5.6,2.3,7.8,8,7.8c2.6,0.1,5.2-0.4,7.6-1.4v6.8\n \tc-3,0.9-6,1.4-9.2,1.4c-9,0-14-4.4-14-12.6L939.9,174z\"\n />\n <path\n d=\"M968.6,204.8c0-9.8,8-15.9,20.8-15.9c5.3,0,10.5,1.2,15.3,3.5v-6.9c0-8.3-4.8-12.6-13.8-12.6c-5.1,0-10.1,1.4-16.3,4.6\n \tl-2.9-5.9c7.5-3.6,13.6-5.2,20-5.2c13.2,0,20.6,6.4,20.6,18.1v35h-7.5v-5.1c-4.7,4-10.7,6.2-16.8,6\n \tC976.4,220.5,968.6,214.1,968.6,204.8z M989.2,214.4c6.2,0,11.3-1.9,15.5-6v-9.8c-4.3-2.9-9-4.2-15.1-4.2c-8.3,0-13.6,4-13.6,10.1\n \tC976,210.4,981.4,214.4,989.2,214.4z\"\n />\n <path\n d=\"M1023.7,152.2c0-2.9,2.3-5.2,5.2-5.2c2.8,0,5.2,2.3,5.2,5.1c0,0,0,0.1,0,0.1c0,2.9-2.3,5.2-5.2,5.2\n \tC1026.1,157.4,1023.8,155.1,1023.7,152.2z M1032.7,219.5h-7.7v-52.1h7.7V219.5z\"\n />\n <path\n d=\"M1045.9,167.4h7.7v6.1c4-4.8,9.7-7.2,16.4-7.2c11.8,0,20.1,8.2,20.1,20.2v33h-7.6v-31.4c0-9.3-5.6-15-14.6-15\n \tc-5.9-0.1-11.4,2.9-14.3,8v38.4h-7.7V167.4z\"\n />\n <path\n d=\"M1127.4,220.5c-14.7,0.2-26.7-11.6-26.8-26.3c0-0.2,0-0.5,0-0.7c0-15,11.3-26.8,25.7-26.8c13.8,0,24.7,11.9,24.7,26.8v2.4\n \th-42.7c1.1,10.3,9.2,17.9,19.6,17.9c5.4,0,10.8-1.8,14.3-4.8l4.8,5.1C1141.3,218.4,1134.4,220.6,1127.4,220.5z M1108.4,189.7h34.8\n \tc-1.3-9.3-8.5-16.3-17.2-16.3C1117,173.4,1109.8,180.1,1108.4,189.7L1108.4,189.7z\"\n />\n <path\n d=\"M1161.6,167.4h7.7v7.4c2.9-5.3,8.5-8.6,14.6-8.5c1.7,0,3.3,0.2,4.9,0.7v7.1c-1.7-0.6-3.6-0.9-5.4-0.9\n \tc-6.4,0-11.3,3.8-14,10.7v35.7h-7.7L1161.6,167.4z\"\n />\n <path\n d=\"M1221.4,146.7h31.6c14.2,0,23.5,8.3,23.5,21s-9.4,21.1-23.5,21.1h-23.6v30.7h-8L1221.4,146.7z M1229.4,153.9v28h23\n \tc9.9,0,16.1-5.4,16.1-14s-6.2-13.9-16.1-13.9L1229.4,153.9z\"\n />\n <path d=\"M1295,219.5h-7.7v-72.8l7.7-1.7V219.5z\" />\n <path\n d=\"M1305.2,204.8c0-9.8,8-15.9,20.8-15.9c5.3,0,10.5,1.2,15.3,3.5v-6.9c0-8.3-4.8-12.6-13.8-12.6c-5.1,0-10.1,1.4-16.3,4.6\n \tl-2.9-5.9c7.5-3.6,13.6-5.2,20-5.2c13.2,0,20.6,6.4,20.6,18.1v35h-7.5v-5.1c-4.7,4-10.7,6.2-16.8,6\n \tC1313,220.5,1305.2,214.1,1305.2,204.8z M1325.8,214.4c6.2,0,11.3-1.9,15.5-6v-9.8c-4.3-2.9-9-4.2-15.1-4.2c-8.3,0-13.6,4-13.6,10.1\n \tC1312.6,210.4,1318,214.4,1325.8,214.4z\"\n />\n <path\n d=\"M1366.1,174h-11.2v-6.6h11.2v-13.2l7.6-2v15.2h15.7v6.6h-15.7v31.9c0,5.6,2.3,7.8,8,7.8c2.6,0.1,5.2-0.4,7.6-1.4v6.8\n \tc-3,0.9-6,1.4-9.2,1.4c-9,0-14-4.4-14-12.6L1366.1,174z\"\n />\n <path\n d=\"M1406.1,167.4v-9.9c0-10.2,5.7-15.8,16.1-15.8c2.4-0.1,4.7,0.2,7,0.9v6.9c-2.1-0.7-4.3-1-6.4-1c-6.1,0-9,2.9-9,9.3v9.7h15.5\n \tv6.5h-15.5v45.6h-7.6V174h-12.3v-6.6L1406.1,167.4z\"\n />\n <path\n d=\"M1459.1,166.4c14.8,0,26.5,11.9,26.5,27s-11.8,27.1-26.5,27.1s-26.6-11.9-26.6-27.1S1444.2,166.4,1459.1,166.4z M1478,193.4\n \tc0-11.3-8.3-20.2-18.9-20.2s-19,8.8-19,20.2s8.3,20.3,19,20.3S1478,204.8,1478,193.4L1478,193.4z\"\n />\n <path\n d=\"M1496.3,167.4h7.7v7.4c2.9-5.3,8.5-8.6,14.6-8.5c1.7,0,3.3,0.2,4.9,0.7v7.1c-1.7-0.6-3.6-0.9-5.4-0.9\n \tc-6.4,0-11.3,3.8-14,10.7v35.7h-7.7L1496.3,167.4z\"\n />\n <path\n d=\"M1532.3,167.4h7.7v5.7c3.8-4.4,9.4-6.9,15.3-6.8c6.8-0.2,13.1,3.5,16.4,9.5c3.9-6.1,10.7-9.7,17.9-9.5\n \tc11.3,0,19.1,8.2,19.1,20.2v33h-7.6v-31.4c0-9.3-5.2-15-13.5-15c-5.7,0-10.5,2.9-13.8,8.5c0.3,1.6,0.5,3.2,0.5,4.9v33h-7.6v-31.4\n \tc0-9.3-5.2-15-13.4-15c-5.6,0-10.1,2.6-13.3,7.6v38.8h-7.7L1532.3,167.4z\"\n />\n <path\n class=\"st0\"\n d=\"M129,85c12.5,0,30.6-2.6,30.6-17.5c0-1.1-0.1-2.3-0.3-3.4l-7.4-32.4c-1.7-7.1-3.2-10.4-15.7-16.6\n \tC126.4,10.2,105.3,2,99,2c-5.8,0-7.6,7.5-14.4,7.5c-6.7,0-11.6-5.6-17.9-5.6c-6,0-9.9,4.1-12.9,12.5c0,0-8.4,23.7-9.5,27.2\n \tc-0.2,0.6-0.3,1.3-0.2,1.9C44,54.8,80.3,85,129,85 M161.6,73.6c1.7,8.2,1.7,9.1,1.7,10.1c0,14-15.7,21.8-36.4,21.8\n \tC80,105.5,39.1,78.1,39.1,60c0-2.5,0.5-5,1.5-7.3C23.8,53.5,2,56.5,2,75.7C2,107.2,76.6,146,135.6,146c45.3,0,56.7-20.5,56.7-36.7\n \tC192.3,96.6,181.3,82.2,161.6,73.6\"\n />\n <path\n d=\"M161.5,73.6c1.7,8.2,1.7,9.1,1.7,10.1c0,14-15.7,21.8-36.4,21.8C80,105.5,39.1,78.1,39.1,60c0-2.5,0.5-5,1.5-7.3l3.7-9.1\n \tc-0.2,0.6-0.3,1.3-0.2,1.9C44,54.8,80.3,85,129,85c12.5,0,30.6-2.6,30.6-17.5c0-1.1-0.1-2.3-0.3-3.4L161.5,73.6z\"\n />\n <path\n d=\"M581.2,94.3c0,11.9,7.2,17.7,20.2,17.7c4-0.1,8-0.7,11.9-1.7V96.5c-2.5,0.8-5.1,1.2-7.7,1.2c-5.4,0-7.4-1.7-7.4-6.7V69.8\n \th15.6V55.6h-15.6v-18l-17,3.7v14.3H570v14.2h11.2L581.2,94.3z M528.2,94.6c0-3.7,3.7-5.5,9.3-5.5c3.4,0,6.8,0.4,10.1,1.3v7.2\n \tc-3.2,1.8-6.9,2.7-10.6,2.6C531.5,100.2,528.3,98.1,528.2,94.6 M533.5,112.2c6,0,10.8-1.3,15.4-4.3v3.4h16.8V75.6\n \tc0-13.6-9.1-21-24.4-21c-8.5,0-16.9,2-26,6.1l6.1,12.5c6.5-2.7,12-4.4,16.8-4.4c7,0,10.6,2.7,10.6,8.3v2.7\n \tc-4.1-1.1-8.4-1.6-12.6-1.6c-14.3,0-22.9,6-22.9,16.7C513.3,104.8,521,112.2,533.5,112.2 M441,111.3h18.1V82.4h30.3v28.8h18.1V37.6\n \th-18.1v28.3h-30.3V37.6H441L441,111.3z M372.1,83.4c0-8,6.3-14.1,14.6-14.1c4.3-0.1,8.5,1.4,11.8,4.3V93c-3.2,3-7.4,4.6-11.8,4.4\n \tC378.5,97.4,372.1,91.3,372.1,83.4 M398.7,111.2h16.8V33.9l-17,3.7v20.9c-4.3-2.5-9.2-3.7-14.2-3.7c-16.2,0-28.9,12.5-28.9,28.5\n \tc-0.2,15.6,12.3,28.4,27.9,28.6c0.2,0,0.3,0,0.5,0c5.4,0,10.6-1.7,14.9-4.8V111.2z M321.5,68.5c5.4,0,9.9,3.5,11.7,8.8H310\n \tC311.7,71.8,315.9,68.5,321.5,68.5 M292.8,83.5c0,16.2,13.2,28.8,30.3,28.8c9.4,0,16.2-2.5,23.2-8.4l-11.3-10\n \tc-2.6,2.7-6.5,4.2-11.1,4.2c-5.9,0.2-11.4-3.3-13.7-8.8h39.6v-4.2c0-17.7-11.9-30.4-28.1-30.4c-15.8-0.2-28.8,12.4-29,28.1\n \tC292.8,83,292.8,83.2,292.8,83.5 M263.5,53.1c6,0,9.4,3.8,9.4,8.3s-3.4,8.3-9.4,8.3h-17.9V53.1H263.5z M227.5,111.2h18.1V84.4h13.8\n \tl13.9,26.8h20.2l-16.2-29.5c8.4-3.4,13.9-11.6,13.9-20.7c0-13.2-10.4-23.5-26-23.5h-37.6L227.5,111.2z\"\n />\n </svg>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n"]}" ssr client="only" opts="{"name":"LiveExampleBase","value":"react"}"></astro-island>
|
|
56
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
56
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3238" data-pf-content="true" class="pf-v6-c-content--h3">Extra content</h3>
|
|
57
57
|
|
|
58
58
|
<astro-island uid="ZNtEj7" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{"src":[0],"html":[0,"<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div\n class=\"pf-v6-c-tile__body\"\n >This is really really long subtext that goes on for so long that it has to wrap to the next line. This is really really long subtext that goes on for so long that it has to wrap to the next line.</div>\n</div>\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div\n class=\"pf-v6-c-tile__body\"\n >This is really really long subtext that goes on for so long that it has to wrap to the next line.</div>\n</div>\n<div class=\"pf-v6-c-tile\" tabindex=\"0\">\n <div class=\"pf-v6-c-tile__header pf-m-stacked\">\n <div class=\"pf-v6-c-tile__icon\">\n <i class=\"fas fa-bell\" aria-hidden=\"true\"></i>\n </div>\n <div class=\"pf-v6-c-tile__title\">Default</div>\n </div>\n <div class=\"pf-v6-c-tile__body\">Subtext goes here</div>\n</div>\n"]}" ssr client="only" opts="{"name":"LiveExampleBase","value":"react"}"></astro-island>
|
|
59
|
-
<h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
60
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
61
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
59
|
+
<h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3239" data-pf-content="true" class="pf-v6-c-content--h2">Documentation</h2>
|
|
60
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3240" data-pf-content="true" class="pf-v6-c-content--h3">Overview</h3>
|
|
61
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3241" data-pf-content="true" class="pf-v6-c-content--h3">Accessibility</h3>
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
<table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>tabindex="0"</code></td><td><code>.pf-v6-c-tile</code></td><td>Inserts the tile into the tab order of the page so that it is focusable. <strong>Required</strong></td></tr><tr><td><code>tabindex="-1"</code></td><td><code>.pf-v6-c-tile</code></td><td>Removes the tile from keyboard focus when it is disabled.</td></tr></tbody></table>
|
|
83
|
-
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
83
|
+
<h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3242" data-pf-content="true" class="pf-v6-c-content--h3">Usage</h3>
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
|
|
@@ -136,6 +136,6 @@
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
<table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-tile</code></td><td><code><div></code></td><td>Initiates a tile. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-tile__header</code></td><td><code><div></code></td><td>Initiates the tile header.</td></tr><tr><td><code>.pf-v6-c-tile__title</code></td><td><code><div></code></td><td>Initiates the tile title.</td></tr><tr><td><code>.pf-v6-c-tile__icon</code></td><td><code><div></code></td><td>Initiates the tile icon or image.</td></tr><tr><td><code>.pf-v6-c-tile__body</code></td><td><code><div></code></td><td>Initiates the tile body.</td></tr><tr><td><code>.pf-m-selected</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile for the selected state.</td></tr><tr><td><code>.pf-m-disabled</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile for the disabled state.</td></tr><tr><td><code>.pf-m-stacked</code></td><td><code>.pf-v6-c-tile__header</code></td><td>Modifies the tile header to be stacked vertically.</td></tr><tr><td><code>.pf-m-display-lg</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile to have large display styling.</td></tr></tbody></table> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-
|
|
139
|
+
<table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-tile</code></td><td><code><div></code></td><td>Initiates a tile. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-tile__header</code></td><td><code><div></code></td><td>Initiates the tile header.</td></tr><tr><td><code>.pf-v6-c-tile__title</code></td><td><code><div></code></td><td>Initiates the tile title.</td></tr><tr><td><code>.pf-v6-c-tile__icon</code></td><td><code><div></code></td><td>Initiates the tile icon or image.</td></tr><tr><td><code>.pf-v6-c-tile__body</code></td><td><code><div></code></td><td>Initiates the tile body.</td></tr><tr><td><code>.pf-m-selected</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile for the selected state.</td></tr><tr><td><code>.pf-m-disabled</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile for the disabled state.</td></tr><tr><td><code>.pf-m-stacked</code></td><td><code>.pf-v6-c-tile__header</code></td><td>Modifies the tile header to be stacked vertically.</td></tr><tr><td><code>.pf-m-display-lg</code></td><td><code>.pf-v6-c-tile</code></td><td>Modifies the tile to have large display styling.</td></tr></tbody></table> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-3232" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
|
|
140
140
|
CSS variables
|
|
141
141
|
</h2></div></div></div><div class="pf-v6-l-stack__item"><astro-island uid="Z1Ff8uA" component-url="/_astro/CSSTable.DRfZMeKo.js" component-export="CSSTable" renderer-url="/_astro/client.DN8ES6L5.js" props="{"autoLinkHeader":[0,false],"cssPrefix":[0,"pf-v6-c-tile"]}" ssr client="only" opts="{"name":"CSSTableComponent","value":"react"}"></astro-island></div></div></div></div> </div></section> </div></section> </main> </div> </div> <script type="module">try{localStorage.getItem("theme-preference")==="dark"&&document.documentElement.classList.add("pf-v6-theme-dark")}catch(e){console.error("Failed to set initial theme:",e)}</script></body></html>
|