@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
|
@@ -0,0 +1,1928 @@
|
|
|
1
|
+
## Demos
|
|
2
|
+
|
|
3
|
+
### Collapsed
|
|
4
|
+
|
|
5
|
+
```html isFullscreen
|
|
6
|
+
<div class="pf-v6-c-page" id="drawer-collapsed-example">
|
|
7
|
+
<div class="pf-v6-c-skip-to-content">
|
|
8
|
+
<a
|
|
9
|
+
class="pf-v6-c-button pf-m-primary"
|
|
10
|
+
href="#main-content-drawer-collapsed-example"
|
|
11
|
+
>
|
|
12
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
13
|
+
</a>
|
|
14
|
+
</div>
|
|
15
|
+
<header class="pf-v6-c-masthead" id="drawer-collapsed-example-masthead">
|
|
16
|
+
<div class="pf-v6-c-masthead__main">
|
|
17
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
18
|
+
<button
|
|
19
|
+
class="pf-v6-c-button pf-m-plain"
|
|
20
|
+
type="button"
|
|
21
|
+
aria-label="Global navigation"
|
|
22
|
+
>
|
|
23
|
+
<span class="pf-v6-c-button__icon">
|
|
24
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
25
|
+
</span>
|
|
26
|
+
</button>
|
|
27
|
+
</span>
|
|
28
|
+
<div class="pf-v6-c-masthead__brand">
|
|
29
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
30
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
31
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
32
|
+
<defs>
|
|
33
|
+
<linearGradient
|
|
34
|
+
x1="68%"
|
|
35
|
+
y1="2.25860997e-13%"
|
|
36
|
+
x2="32%"
|
|
37
|
+
y2="100%"
|
|
38
|
+
id="linearGradient-drawer-collapsed-example-masthead"
|
|
39
|
+
>
|
|
40
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
41
|
+
<stop
|
|
42
|
+
stop-color="#73BCF7"
|
|
43
|
+
stop-opacity="0.502212631"
|
|
44
|
+
offset="100%"
|
|
45
|
+
/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
</defs>
|
|
48
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
49
|
+
<g
|
|
50
|
+
transform="translate(206.000000, 45.750000)"
|
|
51
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
52
|
+
fill-rule="nonzero"
|
|
53
|
+
>
|
|
54
|
+
<path
|
|
55
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
74
|
+
/>
|
|
75
|
+
<polygon
|
|
76
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
77
|
+
/>
|
|
78
|
+
<polygon
|
|
79
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
83
|
+
/>
|
|
84
|
+
</g>
|
|
85
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
86
|
+
<path
|
|
87
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
88
|
+
fill="#0066CC"
|
|
89
|
+
/>
|
|
90
|
+
<path
|
|
91
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
92
|
+
fill="url(#linearGradient-drawer-collapsed-example-masthead)"
|
|
93
|
+
/>
|
|
94
|
+
<path
|
|
95
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
96
|
+
fill="url(#linearGradient-drawer-collapsed-example-masthead)"
|
|
97
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
98
|
+
/>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
</svg>
|
|
102
|
+
</a>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="pf-v6-c-masthead__content">
|
|
106
|
+
<div
|
|
107
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
108
|
+
id="drawer-collapsed-example-masthead-toolbar"
|
|
109
|
+
>
|
|
110
|
+
<div class="pf-v6-c-toolbar__content">
|
|
111
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
112
|
+
<div
|
|
113
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
114
|
+
>
|
|
115
|
+
<div
|
|
116
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
117
|
+
>
|
|
118
|
+
<div class="pf-v6-c-toolbar__item">
|
|
119
|
+
<button
|
|
120
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
121
|
+
type="button"
|
|
122
|
+
aria-expanded="false"
|
|
123
|
+
aria-label="Application launcher"
|
|
124
|
+
>
|
|
125
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
126
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
127
|
+
</span>
|
|
128
|
+
</button>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="pf-v6-c-toolbar__item">
|
|
131
|
+
<button
|
|
132
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
133
|
+
type="button"
|
|
134
|
+
aria-expanded="false"
|
|
135
|
+
aria-label="Settings"
|
|
136
|
+
>
|
|
137
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
138
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
139
|
+
</span>
|
|
140
|
+
</button>
|
|
141
|
+
</div>
|
|
142
|
+
<div class="pf-v6-c-toolbar__item">
|
|
143
|
+
<button
|
|
144
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
145
|
+
type="button"
|
|
146
|
+
aria-expanded="false"
|
|
147
|
+
aria-label="Help"
|
|
148
|
+
>
|
|
149
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
150
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
151
|
+
</span>
|
|
152
|
+
</button>
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
|
155
|
+
|
|
156
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
157
|
+
<button
|
|
158
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
159
|
+
type="button"
|
|
160
|
+
aria-expanded="false"
|
|
161
|
+
aria-label="Actions"
|
|
162
|
+
>
|
|
163
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
164
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
165
|
+
</span>
|
|
166
|
+
</button>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</header>
|
|
174
|
+
<div class="pf-v6-c-page__sidebar">
|
|
175
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
176
|
+
<nav
|
|
177
|
+
class="pf-v6-c-nav"
|
|
178
|
+
id="drawer-collapsed-example-primary-nav"
|
|
179
|
+
aria-label="Global"
|
|
180
|
+
>
|
|
181
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
182
|
+
<li class="pf-v6-c-nav__item">
|
|
183
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
184
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
185
|
+
</a>
|
|
186
|
+
</li>
|
|
187
|
+
<li class="pf-v6-c-nav__item">
|
|
188
|
+
<a
|
|
189
|
+
href="#"
|
|
190
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
191
|
+
aria-current="page"
|
|
192
|
+
>
|
|
193
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
194
|
+
</a>
|
|
195
|
+
</li>
|
|
196
|
+
<li class="pf-v6-c-nav__item">
|
|
197
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
198
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
199
|
+
</a>
|
|
200
|
+
</li>
|
|
201
|
+
<li class="pf-v6-c-nav__item">
|
|
202
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
203
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
204
|
+
</a>
|
|
205
|
+
</li>
|
|
206
|
+
<li class="pf-v6-c-nav__item">
|
|
207
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
208
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
209
|
+
</a>
|
|
210
|
+
</li>
|
|
211
|
+
</ul>
|
|
212
|
+
</nav>
|
|
213
|
+
</div>
|
|
214
|
+
</div>
|
|
215
|
+
<div class="pf-v6-c-page__drawer">
|
|
216
|
+
<div class="pf-v6-c-drawer">
|
|
217
|
+
<div class="pf-v6-c-drawer__main">
|
|
218
|
+
<div class="pf-v6-c-drawer__content">
|
|
219
|
+
<div class="pf-v6-c-drawer__body">
|
|
220
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
221
|
+
<main
|
|
222
|
+
class="pf-v6-c-page__main"
|
|
223
|
+
tabindex="-1"
|
|
224
|
+
id="main-content-drawer-collapsed-example"
|
|
225
|
+
>
|
|
226
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
227
|
+
<div class="pf-v6-c-page__main-body">
|
|
228
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
229
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
230
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
231
|
+
<a
|
|
232
|
+
href="#"
|
|
233
|
+
class="pf-v6-c-breadcrumb__link"
|
|
234
|
+
>Section home</a>
|
|
235
|
+
</li>
|
|
236
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
237
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
238
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
239
|
+
</span>
|
|
240
|
+
|
|
241
|
+
<a
|
|
242
|
+
href="#"
|
|
243
|
+
class="pf-v6-c-breadcrumb__link"
|
|
244
|
+
>Section title</a>
|
|
245
|
+
</li>
|
|
246
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
247
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
248
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
249
|
+
</span>
|
|
250
|
+
|
|
251
|
+
<a
|
|
252
|
+
href="#"
|
|
253
|
+
class="pf-v6-c-breadcrumb__link"
|
|
254
|
+
>Section title</a>
|
|
255
|
+
</li>
|
|
256
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
257
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
258
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
259
|
+
</span>
|
|
260
|
+
|
|
261
|
+
<a
|
|
262
|
+
href="#"
|
|
263
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
264
|
+
aria-current="page"
|
|
265
|
+
>Section landing</a>
|
|
266
|
+
</li>
|
|
267
|
+
</ol>
|
|
268
|
+
</nav>
|
|
269
|
+
</div>
|
|
270
|
+
</section>
|
|
271
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
272
|
+
<div class="pf-v6-c-page__main-body">
|
|
273
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
274
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
275
|
+
</div>
|
|
276
|
+
</section>
|
|
277
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
278
|
+
<div class="pf-v6-c-page__main-body">
|
|
279
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
280
|
+
<div class="pf-v6-c-card">
|
|
281
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="pf-v6-c-card">
|
|
284
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
285
|
+
</div>
|
|
286
|
+
<div class="pf-v6-c-card">
|
|
287
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
288
|
+
</div>
|
|
289
|
+
<div class="pf-v6-c-card">
|
|
290
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
291
|
+
</div>
|
|
292
|
+
<div class="pf-v6-c-card">
|
|
293
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
294
|
+
</div>
|
|
295
|
+
<div class="pf-v6-c-card">
|
|
296
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
297
|
+
</div>
|
|
298
|
+
<div class="pf-v6-c-card">
|
|
299
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
300
|
+
</div>
|
|
301
|
+
<div class="pf-v6-c-card">
|
|
302
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
303
|
+
</div>
|
|
304
|
+
<div class="pf-v6-c-card">
|
|
305
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
306
|
+
</div>
|
|
307
|
+
<div class="pf-v6-c-card">
|
|
308
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
</div>
|
|
312
|
+
</section>
|
|
313
|
+
</main>
|
|
314
|
+
</div>
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
|
+
<div class="pf-v6-c-drawer__panel pf-m-width-33-on-lg" hidden>
|
|
318
|
+
<div class="pf-v6-c-drawer__body">
|
|
319
|
+
<div class="pf-v6-c-drawer__head">
|
|
320
|
+
<div class="pf-v6-c-drawer__actions">
|
|
321
|
+
<button
|
|
322
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
323
|
+
type="button"
|
|
324
|
+
aria-expanded="false"
|
|
325
|
+
aria-label="Menu toggle"
|
|
326
|
+
id="drawer-collapsed-example-toggle"
|
|
327
|
+
>
|
|
328
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
329
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
330
|
+
</span>
|
|
331
|
+
</button>
|
|
332
|
+
<div class="pf-v6-c-drawer__close">
|
|
333
|
+
<button
|
|
334
|
+
class="pf-v6-c-button pf-m-plain"
|
|
335
|
+
type="button"
|
|
336
|
+
aria-label="Close drawer panel"
|
|
337
|
+
>
|
|
338
|
+
<span class="pf-v6-c-button__icon">
|
|
339
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
340
|
+
</span>
|
|
341
|
+
</button>
|
|
342
|
+
</div>
|
|
343
|
+
</div>
|
|
344
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
345
|
+
<div class="pf-v6-l-flex__item">
|
|
346
|
+
<span class="pf-v6-c-label pf-m-compact pf-m-blue">
|
|
347
|
+
<span class="pf-v6-c-label__content">
|
|
348
|
+
<span class="pf-v6-c-label__text">DC</span>
|
|
349
|
+
</span>
|
|
350
|
+
</span>
|
|
351
|
+
</div>
|
|
352
|
+
<div class="pf-v6-l-flex__item">
|
|
353
|
+
<h2
|
|
354
|
+
class="pf-v6-c-title pf-m-xl"
|
|
355
|
+
id="drawer-collapsed-example-drawer-label"
|
|
356
|
+
>mary-test</h2>
|
|
357
|
+
</div>
|
|
358
|
+
</div>
|
|
359
|
+
</div>
|
|
360
|
+
</div>
|
|
361
|
+
<div class="pf-v6-c-drawer__body pf-m-no-padding">
|
|
362
|
+
<div class="pf-v6-c-tabs pf-m-box pf-m-fill">
|
|
363
|
+
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
364
|
+
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
365
|
+
<button
|
|
366
|
+
type="button"
|
|
367
|
+
class="pf-v6-c-tabs__link"
|
|
368
|
+
role="tab"
|
|
369
|
+
id="drawer-collapsed-example-panel-tabs-tab1-link"
|
|
370
|
+
>
|
|
371
|
+
<span class="pf-v6-c-tabs__item-text">Overview</span>
|
|
372
|
+
</button>
|
|
373
|
+
</li>
|
|
374
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
375
|
+
<button
|
|
376
|
+
type="button"
|
|
377
|
+
class="pf-v6-c-tabs__link"
|
|
378
|
+
role="tab"
|
|
379
|
+
id="drawer-collapsed-example-panel-tabs-tab2-link"
|
|
380
|
+
>
|
|
381
|
+
<span class="pf-v6-c-tabs__item-text">Activity</span>
|
|
382
|
+
</button>
|
|
383
|
+
</li>
|
|
384
|
+
</ul>
|
|
385
|
+
</div>
|
|
386
|
+
</div>
|
|
387
|
+
<div class="pf-v6-c-drawer__body">
|
|
388
|
+
<section
|
|
389
|
+
class="pf-v6-c-tab-content"
|
|
390
|
+
id="drawer-collapsed-example-panel-tabs-tab1-panel"
|
|
391
|
+
aria-labelledby="drawer-collapsed-example-panel-tabs-tab1-link"
|
|
392
|
+
role="tabpanel"
|
|
393
|
+
tabindex="0"
|
|
394
|
+
>
|
|
395
|
+
<div class="pf-v6-c-tab-content__body">
|
|
396
|
+
<div class="pf-v6-l-flex pf-m-column pf-m-space-items-lg">
|
|
397
|
+
<div class="pf-v6-l-flex__item">
|
|
398
|
+
<p>The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.</p>
|
|
399
|
+
</div>
|
|
400
|
+
<div class="pf-v6-l-flex__item">
|
|
401
|
+
<div class="pf-v6-c-progress" id="-progress-example1">
|
|
402
|
+
<div
|
|
403
|
+
class="pf-v6-c-progress__description"
|
|
404
|
+
id="-progress-example1-description"
|
|
405
|
+
>Capacity</div>
|
|
406
|
+
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
407
|
+
<span class="pf-v6-c-progress__measure">33%</span>
|
|
408
|
+
</div>
|
|
409
|
+
<div
|
|
410
|
+
class="pf-v6-c-progress__bar"
|
|
411
|
+
role="progressbar"
|
|
412
|
+
aria-valuemin="0"
|
|
413
|
+
aria-valuemax="100"
|
|
414
|
+
aria-valuenow="33"
|
|
415
|
+
aria-labelledby="-progress-example1-description"
|
|
416
|
+
aria-label="Progress 1"
|
|
417
|
+
>
|
|
418
|
+
<div
|
|
419
|
+
class="pf-v6-c-progress__indicator"
|
|
420
|
+
style="width:33%;"
|
|
421
|
+
></div>
|
|
422
|
+
</div>
|
|
423
|
+
</div>
|
|
424
|
+
</div>
|
|
425
|
+
<div class="pf-v6-l-flex__item">
|
|
426
|
+
<div class="pf-v6-c-progress" id="-progress-example2">
|
|
427
|
+
<div
|
|
428
|
+
class="pf-v6-c-progress__description"
|
|
429
|
+
id="-progress-example2-description"
|
|
430
|
+
>Modules</div>
|
|
431
|
+
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
432
|
+
<span class="pf-v6-c-progress__measure">66%</span>
|
|
433
|
+
</div>
|
|
434
|
+
<div
|
|
435
|
+
class="pf-v6-c-progress__bar"
|
|
436
|
+
role="progressbar"
|
|
437
|
+
aria-valuemin="0"
|
|
438
|
+
aria-valuemax="100"
|
|
439
|
+
aria-valuenow="66"
|
|
440
|
+
aria-labelledby="-progress-example2-description"
|
|
441
|
+
aria-label="Progress 2"
|
|
442
|
+
>
|
|
443
|
+
<div
|
|
444
|
+
class="pf-v6-c-progress__indicator"
|
|
445
|
+
style="width:66%;"
|
|
446
|
+
></div>
|
|
447
|
+
</div>
|
|
448
|
+
</div>
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
451
|
+
</div>
|
|
452
|
+
</section>
|
|
453
|
+
<section
|
|
454
|
+
class="pf-v6-c-tab-content"
|
|
455
|
+
id="drawer-collapsed-example-panel-tabs-tab2-panel"
|
|
456
|
+
aria-labelledby="drawer-collapsed-example-panel-tabs-tab2-link"
|
|
457
|
+
role="tabpanel"
|
|
458
|
+
tabindex="0"
|
|
459
|
+
hidden
|
|
460
|
+
>
|
|
461
|
+
<div class="pf-v6-c-tab-content__body">Panel 2</div>
|
|
462
|
+
</section>
|
|
463
|
+
</div>
|
|
464
|
+
</div>
|
|
465
|
+
</div>
|
|
466
|
+
</div>
|
|
467
|
+
</div>
|
|
468
|
+
</div>
|
|
469
|
+
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
### Expanded
|
|
473
|
+
|
|
474
|
+
```html isFullscreen
|
|
475
|
+
<div class="pf-v6-c-page" id="drawer-expanded-example">
|
|
476
|
+
<div class="pf-v6-c-skip-to-content">
|
|
477
|
+
<a
|
|
478
|
+
class="pf-v6-c-button pf-m-primary"
|
|
479
|
+
href="#main-content-drawer-expanded-example"
|
|
480
|
+
>
|
|
481
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
482
|
+
</a>
|
|
483
|
+
</div>
|
|
484
|
+
<header class="pf-v6-c-masthead" id="drawer-expanded-example-masthead">
|
|
485
|
+
<div class="pf-v6-c-masthead__main">
|
|
486
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
487
|
+
<button
|
|
488
|
+
class="pf-v6-c-button pf-m-plain"
|
|
489
|
+
type="button"
|
|
490
|
+
aria-label="Global navigation"
|
|
491
|
+
>
|
|
492
|
+
<span class="pf-v6-c-button__icon">
|
|
493
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
494
|
+
</span>
|
|
495
|
+
</button>
|
|
496
|
+
</span>
|
|
497
|
+
<div class="pf-v6-c-masthead__brand">
|
|
498
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
499
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
500
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
501
|
+
<defs>
|
|
502
|
+
<linearGradient
|
|
503
|
+
x1="68%"
|
|
504
|
+
y1="2.25860997e-13%"
|
|
505
|
+
x2="32%"
|
|
506
|
+
y2="100%"
|
|
507
|
+
id="linearGradient-drawer-expanded-example-masthead"
|
|
508
|
+
>
|
|
509
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
510
|
+
<stop
|
|
511
|
+
stop-color="#73BCF7"
|
|
512
|
+
stop-opacity="0.502212631"
|
|
513
|
+
offset="100%"
|
|
514
|
+
/>
|
|
515
|
+
</linearGradient>
|
|
516
|
+
</defs>
|
|
517
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
518
|
+
<g
|
|
519
|
+
transform="translate(206.000000, 45.750000)"
|
|
520
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
521
|
+
fill-rule="nonzero"
|
|
522
|
+
>
|
|
523
|
+
<path
|
|
524
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
525
|
+
/>
|
|
526
|
+
<path
|
|
527
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
528
|
+
/>
|
|
529
|
+
<path
|
|
530
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
531
|
+
/>
|
|
532
|
+
<path
|
|
533
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
534
|
+
/>
|
|
535
|
+
<path
|
|
536
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
537
|
+
/>
|
|
538
|
+
<path
|
|
539
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
540
|
+
/>
|
|
541
|
+
<path
|
|
542
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
543
|
+
/>
|
|
544
|
+
<polygon
|
|
545
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
546
|
+
/>
|
|
547
|
+
<polygon
|
|
548
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
549
|
+
/>
|
|
550
|
+
<path
|
|
551
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
552
|
+
/>
|
|
553
|
+
</g>
|
|
554
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
555
|
+
<path
|
|
556
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
557
|
+
fill="#0066CC"
|
|
558
|
+
/>
|
|
559
|
+
<path
|
|
560
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
561
|
+
fill="url(#linearGradient-drawer-expanded-example-masthead)"
|
|
562
|
+
/>
|
|
563
|
+
<path
|
|
564
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
565
|
+
fill="url(#linearGradient-drawer-expanded-example-masthead)"
|
|
566
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
567
|
+
/>
|
|
568
|
+
</g>
|
|
569
|
+
</g>
|
|
570
|
+
</svg>
|
|
571
|
+
</a>
|
|
572
|
+
</div>
|
|
573
|
+
</div>
|
|
574
|
+
<div class="pf-v6-c-masthead__content">
|
|
575
|
+
<div
|
|
576
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
577
|
+
id="drawer-expanded-example-masthead-toolbar"
|
|
578
|
+
>
|
|
579
|
+
<div class="pf-v6-c-toolbar__content">
|
|
580
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
581
|
+
<div
|
|
582
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
583
|
+
>
|
|
584
|
+
<div
|
|
585
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
586
|
+
>
|
|
587
|
+
<div class="pf-v6-c-toolbar__item">
|
|
588
|
+
<button
|
|
589
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
590
|
+
type="button"
|
|
591
|
+
aria-expanded="false"
|
|
592
|
+
aria-label="Application launcher"
|
|
593
|
+
>
|
|
594
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
595
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
596
|
+
</span>
|
|
597
|
+
</button>
|
|
598
|
+
</div>
|
|
599
|
+
<div class="pf-v6-c-toolbar__item">
|
|
600
|
+
<button
|
|
601
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
602
|
+
type="button"
|
|
603
|
+
aria-expanded="false"
|
|
604
|
+
aria-label="Settings"
|
|
605
|
+
>
|
|
606
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
607
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
608
|
+
</span>
|
|
609
|
+
</button>
|
|
610
|
+
</div>
|
|
611
|
+
<div class="pf-v6-c-toolbar__item">
|
|
612
|
+
<button
|
|
613
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
614
|
+
type="button"
|
|
615
|
+
aria-expanded="false"
|
|
616
|
+
aria-label="Help"
|
|
617
|
+
>
|
|
618
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
619
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
620
|
+
</span>
|
|
621
|
+
</button>
|
|
622
|
+
</div>
|
|
623
|
+
</div>
|
|
624
|
+
|
|
625
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
626
|
+
<button
|
|
627
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
628
|
+
type="button"
|
|
629
|
+
aria-expanded="false"
|
|
630
|
+
aria-label="Actions"
|
|
631
|
+
>
|
|
632
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
633
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
634
|
+
</span>
|
|
635
|
+
</button>
|
|
636
|
+
</div>
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
</div>
|
|
640
|
+
</div>
|
|
641
|
+
</div>
|
|
642
|
+
</header>
|
|
643
|
+
<div class="pf-v6-c-page__sidebar">
|
|
644
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
645
|
+
<nav
|
|
646
|
+
class="pf-v6-c-nav"
|
|
647
|
+
id="drawer-expanded-example-primary-nav"
|
|
648
|
+
aria-label="Global"
|
|
649
|
+
>
|
|
650
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
651
|
+
<li class="pf-v6-c-nav__item">
|
|
652
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
653
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
654
|
+
</a>
|
|
655
|
+
</li>
|
|
656
|
+
<li class="pf-v6-c-nav__item">
|
|
657
|
+
<a
|
|
658
|
+
href="#"
|
|
659
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
660
|
+
aria-current="page"
|
|
661
|
+
>
|
|
662
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
663
|
+
</a>
|
|
664
|
+
</li>
|
|
665
|
+
<li class="pf-v6-c-nav__item">
|
|
666
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
667
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
668
|
+
</a>
|
|
669
|
+
</li>
|
|
670
|
+
<li class="pf-v6-c-nav__item">
|
|
671
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
672
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
673
|
+
</a>
|
|
674
|
+
</li>
|
|
675
|
+
<li class="pf-v6-c-nav__item">
|
|
676
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
677
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
678
|
+
</a>
|
|
679
|
+
</li>
|
|
680
|
+
</ul>
|
|
681
|
+
</nav>
|
|
682
|
+
</div>
|
|
683
|
+
</div>
|
|
684
|
+
<div class="pf-v6-c-page__drawer">
|
|
685
|
+
<div class="pf-v6-c-drawer pf-m-expanded">
|
|
686
|
+
<div class="pf-v6-c-drawer__main">
|
|
687
|
+
<div class="pf-v6-c-drawer__content">
|
|
688
|
+
<div class="pf-v6-c-drawer__body">
|
|
689
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
690
|
+
<main
|
|
691
|
+
class="pf-v6-c-page__main"
|
|
692
|
+
tabindex="-1"
|
|
693
|
+
id="main-content-drawer-expanded-example"
|
|
694
|
+
>
|
|
695
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
696
|
+
<div class="pf-v6-c-page__main-body">
|
|
697
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
698
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
699
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
700
|
+
<a
|
|
701
|
+
href="#"
|
|
702
|
+
class="pf-v6-c-breadcrumb__link"
|
|
703
|
+
>Section home</a>
|
|
704
|
+
</li>
|
|
705
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
706
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
707
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
708
|
+
</span>
|
|
709
|
+
|
|
710
|
+
<a
|
|
711
|
+
href="#"
|
|
712
|
+
class="pf-v6-c-breadcrumb__link"
|
|
713
|
+
>Section title</a>
|
|
714
|
+
</li>
|
|
715
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
716
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
717
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
718
|
+
</span>
|
|
719
|
+
|
|
720
|
+
<a
|
|
721
|
+
href="#"
|
|
722
|
+
class="pf-v6-c-breadcrumb__link"
|
|
723
|
+
>Section title</a>
|
|
724
|
+
</li>
|
|
725
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
726
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
727
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
728
|
+
</span>
|
|
729
|
+
|
|
730
|
+
<a
|
|
731
|
+
href="#"
|
|
732
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
733
|
+
aria-current="page"
|
|
734
|
+
>Section landing</a>
|
|
735
|
+
</li>
|
|
736
|
+
</ol>
|
|
737
|
+
</nav>
|
|
738
|
+
</div>
|
|
739
|
+
</section>
|
|
740
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
741
|
+
<div class="pf-v6-c-page__main-body">
|
|
742
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
743
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
744
|
+
</div>
|
|
745
|
+
</section>
|
|
746
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
747
|
+
<div class="pf-v6-c-page__main-body">
|
|
748
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
749
|
+
<div class="pf-v6-c-card">
|
|
750
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
751
|
+
</div>
|
|
752
|
+
<div class="pf-v6-c-card">
|
|
753
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
754
|
+
</div>
|
|
755
|
+
<div class="pf-v6-c-card">
|
|
756
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
757
|
+
</div>
|
|
758
|
+
<div class="pf-v6-c-card">
|
|
759
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
760
|
+
</div>
|
|
761
|
+
<div class="pf-v6-c-card">
|
|
762
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
763
|
+
</div>
|
|
764
|
+
<div class="pf-v6-c-card">
|
|
765
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
766
|
+
</div>
|
|
767
|
+
<div class="pf-v6-c-card">
|
|
768
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
769
|
+
</div>
|
|
770
|
+
<div class="pf-v6-c-card">
|
|
771
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
772
|
+
</div>
|
|
773
|
+
<div class="pf-v6-c-card">
|
|
774
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
775
|
+
</div>
|
|
776
|
+
<div class="pf-v6-c-card">
|
|
777
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
778
|
+
</div>
|
|
779
|
+
</div>
|
|
780
|
+
</div>
|
|
781
|
+
</section>
|
|
782
|
+
</main>
|
|
783
|
+
</div>
|
|
784
|
+
</div>
|
|
785
|
+
</div>
|
|
786
|
+
<div class="pf-v6-c-drawer__panel">
|
|
787
|
+
<div class="pf-v6-c-drawer__body">drawer panel</div>
|
|
788
|
+
</div>
|
|
789
|
+
</div>
|
|
790
|
+
</div>
|
|
791
|
+
</div>
|
|
792
|
+
</div>
|
|
793
|
+
|
|
794
|
+
```
|
|
795
|
+
|
|
796
|
+
### Expanded bottom
|
|
797
|
+
|
|
798
|
+
```html isFullscreen
|
|
799
|
+
<div class="pf-v6-c-page" id="drawer-expanded-bottom-example">
|
|
800
|
+
<div class="pf-v6-c-skip-to-content">
|
|
801
|
+
<a
|
|
802
|
+
class="pf-v6-c-button pf-m-primary"
|
|
803
|
+
href="#main-content-drawer-expanded-bottom-example"
|
|
804
|
+
>
|
|
805
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
806
|
+
</a>
|
|
807
|
+
</div>
|
|
808
|
+
<header class="pf-v6-c-masthead" id="drawer-expanded-bottom-example-masthead">
|
|
809
|
+
<div class="pf-v6-c-masthead__main">
|
|
810
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
811
|
+
<button
|
|
812
|
+
class="pf-v6-c-button pf-m-plain"
|
|
813
|
+
type="button"
|
|
814
|
+
aria-label="Global navigation"
|
|
815
|
+
>
|
|
816
|
+
<span class="pf-v6-c-button__icon">
|
|
817
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
818
|
+
</span>
|
|
819
|
+
</button>
|
|
820
|
+
</span>
|
|
821
|
+
<div class="pf-v6-c-masthead__brand">
|
|
822
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
823
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
824
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
825
|
+
<defs>
|
|
826
|
+
<linearGradient
|
|
827
|
+
x1="68%"
|
|
828
|
+
y1="2.25860997e-13%"
|
|
829
|
+
x2="32%"
|
|
830
|
+
y2="100%"
|
|
831
|
+
id="linearGradient-drawer-expanded-bottom-example-masthead"
|
|
832
|
+
>
|
|
833
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
834
|
+
<stop
|
|
835
|
+
stop-color="#73BCF7"
|
|
836
|
+
stop-opacity="0.502212631"
|
|
837
|
+
offset="100%"
|
|
838
|
+
/>
|
|
839
|
+
</linearGradient>
|
|
840
|
+
</defs>
|
|
841
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
842
|
+
<g
|
|
843
|
+
transform="translate(206.000000, 45.750000)"
|
|
844
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
845
|
+
fill-rule="nonzero"
|
|
846
|
+
>
|
|
847
|
+
<path
|
|
848
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
849
|
+
/>
|
|
850
|
+
<path
|
|
851
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
852
|
+
/>
|
|
853
|
+
<path
|
|
854
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
855
|
+
/>
|
|
856
|
+
<path
|
|
857
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
858
|
+
/>
|
|
859
|
+
<path
|
|
860
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
861
|
+
/>
|
|
862
|
+
<path
|
|
863
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
864
|
+
/>
|
|
865
|
+
<path
|
|
866
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
867
|
+
/>
|
|
868
|
+
<polygon
|
|
869
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
870
|
+
/>
|
|
871
|
+
<polygon
|
|
872
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
873
|
+
/>
|
|
874
|
+
<path
|
|
875
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
876
|
+
/>
|
|
877
|
+
</g>
|
|
878
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
879
|
+
<path
|
|
880
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
881
|
+
fill="#0066CC"
|
|
882
|
+
/>
|
|
883
|
+
<path
|
|
884
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
885
|
+
fill="url(#linearGradient-drawer-expanded-bottom-example-masthead)"
|
|
886
|
+
/>
|
|
887
|
+
<path
|
|
888
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
889
|
+
fill="url(#linearGradient-drawer-expanded-bottom-example-masthead)"
|
|
890
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
891
|
+
/>
|
|
892
|
+
</g>
|
|
893
|
+
</g>
|
|
894
|
+
</svg>
|
|
895
|
+
</a>
|
|
896
|
+
</div>
|
|
897
|
+
</div>
|
|
898
|
+
<div class="pf-v6-c-masthead__content">
|
|
899
|
+
<div
|
|
900
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
901
|
+
id="drawer-expanded-bottom-example-masthead-toolbar"
|
|
902
|
+
>
|
|
903
|
+
<div class="pf-v6-c-toolbar__content">
|
|
904
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
905
|
+
<div
|
|
906
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
907
|
+
>
|
|
908
|
+
<div
|
|
909
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
910
|
+
>
|
|
911
|
+
<div class="pf-v6-c-toolbar__item">
|
|
912
|
+
<button
|
|
913
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
914
|
+
type="button"
|
|
915
|
+
aria-expanded="false"
|
|
916
|
+
aria-label="Application launcher"
|
|
917
|
+
>
|
|
918
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
919
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
920
|
+
</span>
|
|
921
|
+
</button>
|
|
922
|
+
</div>
|
|
923
|
+
<div class="pf-v6-c-toolbar__item">
|
|
924
|
+
<button
|
|
925
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
926
|
+
type="button"
|
|
927
|
+
aria-expanded="false"
|
|
928
|
+
aria-label="Settings"
|
|
929
|
+
>
|
|
930
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
931
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
932
|
+
</span>
|
|
933
|
+
</button>
|
|
934
|
+
</div>
|
|
935
|
+
<div class="pf-v6-c-toolbar__item">
|
|
936
|
+
<button
|
|
937
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
938
|
+
type="button"
|
|
939
|
+
aria-expanded="false"
|
|
940
|
+
aria-label="Help"
|
|
941
|
+
>
|
|
942
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
943
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
944
|
+
</span>
|
|
945
|
+
</button>
|
|
946
|
+
</div>
|
|
947
|
+
</div>
|
|
948
|
+
|
|
949
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
950
|
+
<button
|
|
951
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
952
|
+
type="button"
|
|
953
|
+
aria-expanded="false"
|
|
954
|
+
aria-label="Actions"
|
|
955
|
+
>
|
|
956
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
957
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
958
|
+
</span>
|
|
959
|
+
</button>
|
|
960
|
+
</div>
|
|
961
|
+
</div>
|
|
962
|
+
</div>
|
|
963
|
+
</div>
|
|
964
|
+
</div>
|
|
965
|
+
</div>
|
|
966
|
+
</header>
|
|
967
|
+
<div class="pf-v6-c-page__sidebar">
|
|
968
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
969
|
+
<nav
|
|
970
|
+
class="pf-v6-c-nav"
|
|
971
|
+
id="drawer-expanded-bottom-example-primary-nav"
|
|
972
|
+
aria-label="Global"
|
|
973
|
+
>
|
|
974
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
975
|
+
<li class="pf-v6-c-nav__item">
|
|
976
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
977
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
978
|
+
</a>
|
|
979
|
+
</li>
|
|
980
|
+
<li class="pf-v6-c-nav__item">
|
|
981
|
+
<a
|
|
982
|
+
href="#"
|
|
983
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
984
|
+
aria-current="page"
|
|
985
|
+
>
|
|
986
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
987
|
+
</a>
|
|
988
|
+
</li>
|
|
989
|
+
<li class="pf-v6-c-nav__item">
|
|
990
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
991
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
992
|
+
</a>
|
|
993
|
+
</li>
|
|
994
|
+
<li class="pf-v6-c-nav__item">
|
|
995
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
996
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
997
|
+
</a>
|
|
998
|
+
</li>
|
|
999
|
+
<li class="pf-v6-c-nav__item">
|
|
1000
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1001
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1002
|
+
</a>
|
|
1003
|
+
</li>
|
|
1004
|
+
</ul>
|
|
1005
|
+
</nav>
|
|
1006
|
+
</div>
|
|
1007
|
+
</div>
|
|
1008
|
+
<div class="pf-v6-c-page__drawer">
|
|
1009
|
+
<div class="pf-v6-c-drawer pf-m-expanded pf-m-panel-bottom">
|
|
1010
|
+
<div class="pf-v6-c-drawer__main">
|
|
1011
|
+
<div class="pf-v6-c-drawer__content">
|
|
1012
|
+
<div class="pf-v6-c-drawer__body">
|
|
1013
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1014
|
+
<main
|
|
1015
|
+
class="pf-v6-c-page__main"
|
|
1016
|
+
tabindex="-1"
|
|
1017
|
+
id="main-content-drawer-expanded-bottom-example"
|
|
1018
|
+
>
|
|
1019
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1020
|
+
<div class="pf-v6-c-page__main-body">
|
|
1021
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1022
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1023
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1024
|
+
<a
|
|
1025
|
+
href="#"
|
|
1026
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1027
|
+
>Section home</a>
|
|
1028
|
+
</li>
|
|
1029
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1030
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1031
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1032
|
+
</span>
|
|
1033
|
+
|
|
1034
|
+
<a
|
|
1035
|
+
href="#"
|
|
1036
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1037
|
+
>Section title</a>
|
|
1038
|
+
</li>
|
|
1039
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1040
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1041
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1042
|
+
</span>
|
|
1043
|
+
|
|
1044
|
+
<a
|
|
1045
|
+
href="#"
|
|
1046
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1047
|
+
>Section title</a>
|
|
1048
|
+
</li>
|
|
1049
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1050
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1051
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1052
|
+
</span>
|
|
1053
|
+
|
|
1054
|
+
<a
|
|
1055
|
+
href="#"
|
|
1056
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1057
|
+
aria-current="page"
|
|
1058
|
+
>Section landing</a>
|
|
1059
|
+
</li>
|
|
1060
|
+
</ol>
|
|
1061
|
+
</nav>
|
|
1062
|
+
</div>
|
|
1063
|
+
</section>
|
|
1064
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1065
|
+
<div class="pf-v6-c-page__main-body">
|
|
1066
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
1067
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
1068
|
+
</div>
|
|
1069
|
+
</section>
|
|
1070
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1071
|
+
<div class="pf-v6-c-page__main-body">
|
|
1072
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1073
|
+
<div class="pf-v6-c-card">
|
|
1074
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1075
|
+
</div>
|
|
1076
|
+
<div class="pf-v6-c-card">
|
|
1077
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1078
|
+
</div>
|
|
1079
|
+
<div class="pf-v6-c-card">
|
|
1080
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1081
|
+
</div>
|
|
1082
|
+
<div class="pf-v6-c-card">
|
|
1083
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1084
|
+
</div>
|
|
1085
|
+
<div class="pf-v6-c-card">
|
|
1086
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1087
|
+
</div>
|
|
1088
|
+
<div class="pf-v6-c-card">
|
|
1089
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1090
|
+
</div>
|
|
1091
|
+
<div class="pf-v6-c-card">
|
|
1092
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1093
|
+
</div>
|
|
1094
|
+
<div class="pf-v6-c-card">
|
|
1095
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1096
|
+
</div>
|
|
1097
|
+
<div class="pf-v6-c-card">
|
|
1098
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1099
|
+
</div>
|
|
1100
|
+
<div class="pf-v6-c-card">
|
|
1101
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1102
|
+
</div>
|
|
1103
|
+
</div>
|
|
1104
|
+
</div>
|
|
1105
|
+
</section>
|
|
1106
|
+
</main>
|
|
1107
|
+
</div>
|
|
1108
|
+
</div>
|
|
1109
|
+
</div>
|
|
1110
|
+
<div class="pf-v6-c-drawer__panel">
|
|
1111
|
+
<div class="pf-v6-c-drawer__body">drawer panel</div>
|
|
1112
|
+
</div>
|
|
1113
|
+
</div>
|
|
1114
|
+
</div>
|
|
1115
|
+
</div>
|
|
1116
|
+
</div>
|
|
1117
|
+
|
|
1118
|
+
```
|
|
1119
|
+
|
|
1120
|
+
### Collapsed drawer with jump links
|
|
1121
|
+
|
|
1122
|
+
```html isFullscreen
|
|
1123
|
+
<div class="pf-v6-c-page" id="drawer-jump-links">
|
|
1124
|
+
<div class="pf-v6-c-skip-to-content">
|
|
1125
|
+
<a
|
|
1126
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1127
|
+
href="#main-content-drawer-jump-links"
|
|
1128
|
+
>
|
|
1129
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1130
|
+
</a>
|
|
1131
|
+
</div>
|
|
1132
|
+
<header class="pf-v6-c-masthead" id="drawer-jump-links-masthead">
|
|
1133
|
+
<div class="pf-v6-c-masthead__main">
|
|
1134
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1135
|
+
<button
|
|
1136
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1137
|
+
type="button"
|
|
1138
|
+
aria-label="Global navigation"
|
|
1139
|
+
>
|
|
1140
|
+
<span class="pf-v6-c-button__icon">
|
|
1141
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1142
|
+
</span>
|
|
1143
|
+
</button>
|
|
1144
|
+
</span>
|
|
1145
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1146
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1147
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1148
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1149
|
+
<defs>
|
|
1150
|
+
<linearGradient
|
|
1151
|
+
x1="68%"
|
|
1152
|
+
y1="2.25860997e-13%"
|
|
1153
|
+
x2="32%"
|
|
1154
|
+
y2="100%"
|
|
1155
|
+
id="linearGradient-drawer-jump-links-masthead"
|
|
1156
|
+
>
|
|
1157
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1158
|
+
<stop
|
|
1159
|
+
stop-color="#73BCF7"
|
|
1160
|
+
stop-opacity="0.502212631"
|
|
1161
|
+
offset="100%"
|
|
1162
|
+
/>
|
|
1163
|
+
</linearGradient>
|
|
1164
|
+
</defs>
|
|
1165
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1166
|
+
<g
|
|
1167
|
+
transform="translate(206.000000, 45.750000)"
|
|
1168
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1169
|
+
fill-rule="nonzero"
|
|
1170
|
+
>
|
|
1171
|
+
<path
|
|
1172
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1173
|
+
/>
|
|
1174
|
+
<path
|
|
1175
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1176
|
+
/>
|
|
1177
|
+
<path
|
|
1178
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1179
|
+
/>
|
|
1180
|
+
<path
|
|
1181
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1182
|
+
/>
|
|
1183
|
+
<path
|
|
1184
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1185
|
+
/>
|
|
1186
|
+
<path
|
|
1187
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1188
|
+
/>
|
|
1189
|
+
<path
|
|
1190
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1191
|
+
/>
|
|
1192
|
+
<polygon
|
|
1193
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1194
|
+
/>
|
|
1195
|
+
<polygon
|
|
1196
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1197
|
+
/>
|
|
1198
|
+
<path
|
|
1199
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1200
|
+
/>
|
|
1201
|
+
</g>
|
|
1202
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1203
|
+
<path
|
|
1204
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1205
|
+
fill="#0066CC"
|
|
1206
|
+
/>
|
|
1207
|
+
<path
|
|
1208
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1209
|
+
fill="url(#linearGradient-drawer-jump-links-masthead)"
|
|
1210
|
+
/>
|
|
1211
|
+
<path
|
|
1212
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1213
|
+
fill="url(#linearGradient-drawer-jump-links-masthead)"
|
|
1214
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1215
|
+
/>
|
|
1216
|
+
</g>
|
|
1217
|
+
</g>
|
|
1218
|
+
</svg>
|
|
1219
|
+
</a>
|
|
1220
|
+
</div>
|
|
1221
|
+
</div>
|
|
1222
|
+
<div class="pf-v6-c-masthead__content">
|
|
1223
|
+
<div
|
|
1224
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
1225
|
+
id="drawer-jump-links-masthead-toolbar"
|
|
1226
|
+
>
|
|
1227
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1228
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1229
|
+
<div
|
|
1230
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1231
|
+
>
|
|
1232
|
+
<div
|
|
1233
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1234
|
+
>
|
|
1235
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1236
|
+
<button
|
|
1237
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1238
|
+
type="button"
|
|
1239
|
+
aria-expanded="false"
|
|
1240
|
+
aria-label="Application launcher"
|
|
1241
|
+
>
|
|
1242
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1243
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1244
|
+
</span>
|
|
1245
|
+
</button>
|
|
1246
|
+
</div>
|
|
1247
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1248
|
+
<button
|
|
1249
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1250
|
+
type="button"
|
|
1251
|
+
aria-expanded="false"
|
|
1252
|
+
aria-label="Settings"
|
|
1253
|
+
>
|
|
1254
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1255
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1256
|
+
</span>
|
|
1257
|
+
</button>
|
|
1258
|
+
</div>
|
|
1259
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1260
|
+
<button
|
|
1261
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1262
|
+
type="button"
|
|
1263
|
+
aria-expanded="false"
|
|
1264
|
+
aria-label="Help"
|
|
1265
|
+
>
|
|
1266
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1267
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1268
|
+
</span>
|
|
1269
|
+
</button>
|
|
1270
|
+
</div>
|
|
1271
|
+
</div>
|
|
1272
|
+
|
|
1273
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1274
|
+
<button
|
|
1275
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1276
|
+
type="button"
|
|
1277
|
+
aria-expanded="false"
|
|
1278
|
+
aria-label="Actions"
|
|
1279
|
+
>
|
|
1280
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1281
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1282
|
+
</span>
|
|
1283
|
+
</button>
|
|
1284
|
+
</div>
|
|
1285
|
+
</div>
|
|
1286
|
+
</div>
|
|
1287
|
+
</div>
|
|
1288
|
+
</div>
|
|
1289
|
+
</div>
|
|
1290
|
+
</header>
|
|
1291
|
+
<div class="pf-v6-c-page__sidebar">
|
|
1292
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1293
|
+
<nav
|
|
1294
|
+
class="pf-v6-c-nav"
|
|
1295
|
+
id="drawer-jump-links-primary-nav"
|
|
1296
|
+
aria-label="Global"
|
|
1297
|
+
>
|
|
1298
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1299
|
+
<li class="pf-v6-c-nav__item">
|
|
1300
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1301
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1302
|
+
</a>
|
|
1303
|
+
</li>
|
|
1304
|
+
<li class="pf-v6-c-nav__item">
|
|
1305
|
+
<a
|
|
1306
|
+
href="#"
|
|
1307
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1308
|
+
aria-current="page"
|
|
1309
|
+
>
|
|
1310
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1311
|
+
</a>
|
|
1312
|
+
</li>
|
|
1313
|
+
<li class="pf-v6-c-nav__item">
|
|
1314
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1315
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1316
|
+
</a>
|
|
1317
|
+
</li>
|
|
1318
|
+
<li class="pf-v6-c-nav__item">
|
|
1319
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1320
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1321
|
+
</a>
|
|
1322
|
+
</li>
|
|
1323
|
+
<li class="pf-v6-c-nav__item">
|
|
1324
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1325
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1326
|
+
</a>
|
|
1327
|
+
</li>
|
|
1328
|
+
</ul>
|
|
1329
|
+
</nav>
|
|
1330
|
+
</div>
|
|
1331
|
+
</div>
|
|
1332
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1333
|
+
<main
|
|
1334
|
+
class="pf-v6-c-page__main"
|
|
1335
|
+
tabindex="-1"
|
|
1336
|
+
id="main-content-drawer-jump-links"
|
|
1337
|
+
>
|
|
1338
|
+
<div class="pf-v6-c-drawer">
|
|
1339
|
+
<div class="pf-v6-c-drawer__main">
|
|
1340
|
+
<div
|
|
1341
|
+
class="pf-v6-c-drawer__content"
|
|
1342
|
+
id="drawer-jump-links-drawer-scrollable-container"
|
|
1343
|
+
>
|
|
1344
|
+
<div class="pf-v6-c-drawer__body">
|
|
1345
|
+
<div class="pf-v6-c-sidebar">
|
|
1346
|
+
<div class="pf-v6-c-sidebar__main">
|
|
1347
|
+
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
1348
|
+
<section class="pf-v6-c-page__main-section">
|
|
1349
|
+
<div class="pf-v6-c-page__main-body">
|
|
1350
|
+
<nav
|
|
1351
|
+
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
1352
|
+
>
|
|
1353
|
+
<div class="pf-v6-c-jump-links__header">
|
|
1354
|
+
<div class="pf-v6-c-jump-links__toggle">
|
|
1355
|
+
<button
|
|
1356
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1357
|
+
type="button"
|
|
1358
|
+
aria-label="Toggle jump links"
|
|
1359
|
+
>
|
|
1360
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1361
|
+
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1362
|
+
<i
|
|
1363
|
+
class="fas fa-angle-right"
|
|
1364
|
+
aria-hidden="true"
|
|
1365
|
+
></i>
|
|
1366
|
+
</span>
|
|
1367
|
+
</span>
|
|
1368
|
+
<span
|
|
1369
|
+
class="pf-v6-c-button__text"
|
|
1370
|
+
>Jump to section</span>
|
|
1371
|
+
</button>
|
|
1372
|
+
</div>
|
|
1373
|
+
<div
|
|
1374
|
+
class="pf-v6-c-jump-links__label"
|
|
1375
|
+
>Jump to section</div>
|
|
1376
|
+
</div>
|
|
1377
|
+
<ul class="pf-v6-c-jump-links__list" role="list">
|
|
1378
|
+
<li class="pf-v6-c-jump-links__item pf-m-current">
|
|
1379
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1380
|
+
<a
|
|
1381
|
+
class="pf-v6-c-button pf-m-link"
|
|
1382
|
+
href="#drawer-jump-links-jump-links-first"
|
|
1383
|
+
>
|
|
1384
|
+
<span class="pf-v6-c-button__text">
|
|
1385
|
+
<span
|
|
1386
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1387
|
+
>First section</span>
|
|
1388
|
+
</span>
|
|
1389
|
+
</a>
|
|
1390
|
+
</span>
|
|
1391
|
+
</li>
|
|
1392
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1393
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1394
|
+
<a
|
|
1395
|
+
class="pf-v6-c-button pf-m-link"
|
|
1396
|
+
href="#drawer-jump-links-jump-links-second"
|
|
1397
|
+
>
|
|
1398
|
+
<span class="pf-v6-c-button__text">
|
|
1399
|
+
<span
|
|
1400
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1401
|
+
>Second section</span>
|
|
1402
|
+
</span>
|
|
1403
|
+
</a>
|
|
1404
|
+
</span>
|
|
1405
|
+
</li>
|
|
1406
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1407
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1408
|
+
<a
|
|
1409
|
+
class="pf-v6-c-button pf-m-link"
|
|
1410
|
+
href="#drawer-jump-links-jump-links-third"
|
|
1411
|
+
>
|
|
1412
|
+
<span class="pf-v6-c-button__text">
|
|
1413
|
+
<span
|
|
1414
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1415
|
+
>Third section</span>
|
|
1416
|
+
</span>
|
|
1417
|
+
</a>
|
|
1418
|
+
</span>
|
|
1419
|
+
</li>
|
|
1420
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1421
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1422
|
+
<a
|
|
1423
|
+
class="pf-v6-c-button pf-m-link"
|
|
1424
|
+
href="#drawer-jump-links-jump-links-fourth"
|
|
1425
|
+
>
|
|
1426
|
+
<span class="pf-v6-c-button__text">
|
|
1427
|
+
<span
|
|
1428
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1429
|
+
>Fourth section</span>
|
|
1430
|
+
</span>
|
|
1431
|
+
</a>
|
|
1432
|
+
</span>
|
|
1433
|
+
</li>
|
|
1434
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1435
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1436
|
+
<a
|
|
1437
|
+
class="pf-v6-c-button pf-m-link"
|
|
1438
|
+
href="#drawer-jump-links-jump-links-fifth"
|
|
1439
|
+
>
|
|
1440
|
+
<span class="pf-v6-c-button__text">
|
|
1441
|
+
<span
|
|
1442
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1443
|
+
>Fifth section</span>
|
|
1444
|
+
</span>
|
|
1445
|
+
</a>
|
|
1446
|
+
</span>
|
|
1447
|
+
</li>
|
|
1448
|
+
</ul>
|
|
1449
|
+
</nav>
|
|
1450
|
+
</div>
|
|
1451
|
+
</section>
|
|
1452
|
+
</div>
|
|
1453
|
+
<div class="pf-v6-c-sidebar__content">
|
|
1454
|
+
<section class="pf-v6-c-page__main-section">
|
|
1455
|
+
<div class="pf-v6-c-page__main-body">
|
|
1456
|
+
<div class="pf-v6-c-content">
|
|
1457
|
+
<p>
|
|
1458
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
1459
|
+
</p>
|
|
1460
|
+
|
|
1461
|
+
<h2
|
|
1462
|
+
id="drawer-jump-links-jump-links-first"
|
|
1463
|
+
>First section</h2>
|
|
1464
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1465
|
+
|
|
1466
|
+
<h2
|
|
1467
|
+
id="drawer-jump-links-jump-links-second"
|
|
1468
|
+
>Second section</h2>
|
|
1469
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1470
|
+
|
|
1471
|
+
<h2
|
|
1472
|
+
id="drawer-jump-links-jump-links-third"
|
|
1473
|
+
>Third section</h2>
|
|
1474
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1475
|
+
|
|
1476
|
+
<h2
|
|
1477
|
+
id="drawer-jump-links-jump-links-fourth"
|
|
1478
|
+
>Fourth section</h2>
|
|
1479
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1480
|
+
|
|
1481
|
+
<h2
|
|
1482
|
+
id="drawer-jump-links-jump-links-fifth"
|
|
1483
|
+
>Fifth section</h2>
|
|
1484
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1485
|
+
</div>
|
|
1486
|
+
</div>
|
|
1487
|
+
</section>
|
|
1488
|
+
</div>
|
|
1489
|
+
</div>
|
|
1490
|
+
</div>
|
|
1491
|
+
</div>
|
|
1492
|
+
</div>
|
|
1493
|
+
<div class="pf-v6-c-drawer__panel" hidden>
|
|
1494
|
+
<div class="pf-v6-c-drawer__head">
|
|
1495
|
+
<span>Drawer panel header content</span>
|
|
1496
|
+
<div class="pf-v6-c-drawer__actions">
|
|
1497
|
+
<div class="pf-v6-c-drawer__close">
|
|
1498
|
+
<button
|
|
1499
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1500
|
+
type="button"
|
|
1501
|
+
aria-label="Close drawer panel"
|
|
1502
|
+
>
|
|
1503
|
+
<span class="pf-v6-c-button__icon">
|
|
1504
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1505
|
+
</span>
|
|
1506
|
+
</button>
|
|
1507
|
+
</div>
|
|
1508
|
+
</div>
|
|
1509
|
+
</div>
|
|
1510
|
+
<div
|
|
1511
|
+
class="pf-v6-c-drawer__description"
|
|
1512
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1513
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1514
|
+
</div>
|
|
1515
|
+
</div>
|
|
1516
|
+
</div>
|
|
1517
|
+
</main>
|
|
1518
|
+
</div>
|
|
1519
|
+
</div>
|
|
1520
|
+
|
|
1521
|
+
```
|
|
1522
|
+
|
|
1523
|
+
### Expanded drawer with jump links
|
|
1524
|
+
|
|
1525
|
+
```html isFullscreen
|
|
1526
|
+
<div class="pf-v6-c-page" id="drawer-expanded-jump-links">
|
|
1527
|
+
<div class="pf-v6-c-skip-to-content">
|
|
1528
|
+
<a
|
|
1529
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1530
|
+
href="#main-content-drawer-expanded-jump-links"
|
|
1531
|
+
>
|
|
1532
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1533
|
+
</a>
|
|
1534
|
+
</div>
|
|
1535
|
+
<header class="pf-v6-c-masthead" id="drawer-expanded-jump-links-masthead">
|
|
1536
|
+
<div class="pf-v6-c-masthead__main">
|
|
1537
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1538
|
+
<button
|
|
1539
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1540
|
+
type="button"
|
|
1541
|
+
aria-label="Global navigation"
|
|
1542
|
+
>
|
|
1543
|
+
<span class="pf-v6-c-button__icon">
|
|
1544
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1545
|
+
</span>
|
|
1546
|
+
</button>
|
|
1547
|
+
</span>
|
|
1548
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1549
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1550
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1551
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1552
|
+
<defs>
|
|
1553
|
+
<linearGradient
|
|
1554
|
+
x1="68%"
|
|
1555
|
+
y1="2.25860997e-13%"
|
|
1556
|
+
x2="32%"
|
|
1557
|
+
y2="100%"
|
|
1558
|
+
id="linearGradient-drawer-expanded-jump-links-masthead"
|
|
1559
|
+
>
|
|
1560
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1561
|
+
<stop
|
|
1562
|
+
stop-color="#73BCF7"
|
|
1563
|
+
stop-opacity="0.502212631"
|
|
1564
|
+
offset="100%"
|
|
1565
|
+
/>
|
|
1566
|
+
</linearGradient>
|
|
1567
|
+
</defs>
|
|
1568
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1569
|
+
<g
|
|
1570
|
+
transform="translate(206.000000, 45.750000)"
|
|
1571
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1572
|
+
fill-rule="nonzero"
|
|
1573
|
+
>
|
|
1574
|
+
<path
|
|
1575
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1576
|
+
/>
|
|
1577
|
+
<path
|
|
1578
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1579
|
+
/>
|
|
1580
|
+
<path
|
|
1581
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1582
|
+
/>
|
|
1583
|
+
<path
|
|
1584
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1585
|
+
/>
|
|
1586
|
+
<path
|
|
1587
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1588
|
+
/>
|
|
1589
|
+
<path
|
|
1590
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1591
|
+
/>
|
|
1592
|
+
<path
|
|
1593
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1594
|
+
/>
|
|
1595
|
+
<polygon
|
|
1596
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1597
|
+
/>
|
|
1598
|
+
<polygon
|
|
1599
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1600
|
+
/>
|
|
1601
|
+
<path
|
|
1602
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1603
|
+
/>
|
|
1604
|
+
</g>
|
|
1605
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1606
|
+
<path
|
|
1607
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1608
|
+
fill="#0066CC"
|
|
1609
|
+
/>
|
|
1610
|
+
<path
|
|
1611
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1612
|
+
fill="url(#linearGradient-drawer-expanded-jump-links-masthead)"
|
|
1613
|
+
/>
|
|
1614
|
+
<path
|
|
1615
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1616
|
+
fill="url(#linearGradient-drawer-expanded-jump-links-masthead)"
|
|
1617
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1618
|
+
/>
|
|
1619
|
+
</g>
|
|
1620
|
+
</g>
|
|
1621
|
+
</svg>
|
|
1622
|
+
</a>
|
|
1623
|
+
</div>
|
|
1624
|
+
</div>
|
|
1625
|
+
<div class="pf-v6-c-masthead__content">
|
|
1626
|
+
<div
|
|
1627
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
1628
|
+
id="drawer-expanded-jump-links-masthead-toolbar"
|
|
1629
|
+
>
|
|
1630
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1631
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1632
|
+
<div
|
|
1633
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1634
|
+
>
|
|
1635
|
+
<div
|
|
1636
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1637
|
+
>
|
|
1638
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1639
|
+
<button
|
|
1640
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1641
|
+
type="button"
|
|
1642
|
+
aria-expanded="false"
|
|
1643
|
+
aria-label="Application launcher"
|
|
1644
|
+
>
|
|
1645
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1646
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1647
|
+
</span>
|
|
1648
|
+
</button>
|
|
1649
|
+
</div>
|
|
1650
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1651
|
+
<button
|
|
1652
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1653
|
+
type="button"
|
|
1654
|
+
aria-expanded="false"
|
|
1655
|
+
aria-label="Settings"
|
|
1656
|
+
>
|
|
1657
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1658
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1659
|
+
</span>
|
|
1660
|
+
</button>
|
|
1661
|
+
</div>
|
|
1662
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1663
|
+
<button
|
|
1664
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1665
|
+
type="button"
|
|
1666
|
+
aria-expanded="false"
|
|
1667
|
+
aria-label="Help"
|
|
1668
|
+
>
|
|
1669
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1670
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1671
|
+
</span>
|
|
1672
|
+
</button>
|
|
1673
|
+
</div>
|
|
1674
|
+
</div>
|
|
1675
|
+
|
|
1676
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1677
|
+
<button
|
|
1678
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1679
|
+
type="button"
|
|
1680
|
+
aria-expanded="false"
|
|
1681
|
+
aria-label="Actions"
|
|
1682
|
+
>
|
|
1683
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1684
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1685
|
+
</span>
|
|
1686
|
+
</button>
|
|
1687
|
+
</div>
|
|
1688
|
+
</div>
|
|
1689
|
+
</div>
|
|
1690
|
+
</div>
|
|
1691
|
+
</div>
|
|
1692
|
+
</div>
|
|
1693
|
+
</header>
|
|
1694
|
+
<div class="pf-v6-c-page__sidebar">
|
|
1695
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1696
|
+
<nav
|
|
1697
|
+
class="pf-v6-c-nav"
|
|
1698
|
+
id="drawer-expanded-jump-links-primary-nav"
|
|
1699
|
+
aria-label="Global"
|
|
1700
|
+
>
|
|
1701
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1702
|
+
<li class="pf-v6-c-nav__item">
|
|
1703
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1704
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1705
|
+
</a>
|
|
1706
|
+
</li>
|
|
1707
|
+
<li class="pf-v6-c-nav__item">
|
|
1708
|
+
<a
|
|
1709
|
+
href="#"
|
|
1710
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1711
|
+
aria-current="page"
|
|
1712
|
+
>
|
|
1713
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1714
|
+
</a>
|
|
1715
|
+
</li>
|
|
1716
|
+
<li class="pf-v6-c-nav__item">
|
|
1717
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1718
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1719
|
+
</a>
|
|
1720
|
+
</li>
|
|
1721
|
+
<li class="pf-v6-c-nav__item">
|
|
1722
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1723
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1724
|
+
</a>
|
|
1725
|
+
</li>
|
|
1726
|
+
<li class="pf-v6-c-nav__item">
|
|
1727
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1728
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1729
|
+
</a>
|
|
1730
|
+
</li>
|
|
1731
|
+
</ul>
|
|
1732
|
+
</nav>
|
|
1733
|
+
</div>
|
|
1734
|
+
</div>
|
|
1735
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1736
|
+
<main
|
|
1737
|
+
class="pf-v6-c-page__main"
|
|
1738
|
+
tabindex="-1"
|
|
1739
|
+
id="main-content-drawer-expanded-jump-links"
|
|
1740
|
+
>
|
|
1741
|
+
<div class="pf-v6-c-drawer pf-m-expanded">
|
|
1742
|
+
<div class="pf-v6-c-drawer__main">
|
|
1743
|
+
<div
|
|
1744
|
+
class="pf-v6-c-drawer__content"
|
|
1745
|
+
id="drawer-expanded-jump-links-drawer-scrollable-container"
|
|
1746
|
+
>
|
|
1747
|
+
<div class="pf-v6-c-drawer__body">
|
|
1748
|
+
<div class="pf-v6-c-sidebar">
|
|
1749
|
+
<div class="pf-v6-c-sidebar__main">
|
|
1750
|
+
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
1751
|
+
<section class="pf-v6-c-page__main-section">
|
|
1752
|
+
<div class="pf-v6-c-page__main-body">
|
|
1753
|
+
<nav
|
|
1754
|
+
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
1755
|
+
>
|
|
1756
|
+
<div class="pf-v6-c-jump-links__header">
|
|
1757
|
+
<div class="pf-v6-c-jump-links__toggle">
|
|
1758
|
+
<button
|
|
1759
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1760
|
+
type="button"
|
|
1761
|
+
aria-label="Toggle jump links"
|
|
1762
|
+
>
|
|
1763
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1764
|
+
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1765
|
+
<i
|
|
1766
|
+
class="fas fa-angle-right"
|
|
1767
|
+
aria-hidden="true"
|
|
1768
|
+
></i>
|
|
1769
|
+
</span>
|
|
1770
|
+
</span>
|
|
1771
|
+
<span
|
|
1772
|
+
class="pf-v6-c-button__text"
|
|
1773
|
+
>Jump to section</span>
|
|
1774
|
+
</button>
|
|
1775
|
+
</div>
|
|
1776
|
+
<div
|
|
1777
|
+
class="pf-v6-c-jump-links__label"
|
|
1778
|
+
>Jump to section</div>
|
|
1779
|
+
</div>
|
|
1780
|
+
<ul class="pf-v6-c-jump-links__list" role="list">
|
|
1781
|
+
<li class="pf-v6-c-jump-links__item pf-m-current">
|
|
1782
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1783
|
+
<a
|
|
1784
|
+
class="pf-v6-c-button pf-m-link"
|
|
1785
|
+
href="#drawer-expanded-jump-links-jump-links-first"
|
|
1786
|
+
>
|
|
1787
|
+
<span class="pf-v6-c-button__text">
|
|
1788
|
+
<span
|
|
1789
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1790
|
+
>First section</span>
|
|
1791
|
+
</span>
|
|
1792
|
+
</a>
|
|
1793
|
+
</span>
|
|
1794
|
+
</li>
|
|
1795
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1796
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1797
|
+
<a
|
|
1798
|
+
class="pf-v6-c-button pf-m-link"
|
|
1799
|
+
href="#drawer-expanded-jump-links-jump-links-second"
|
|
1800
|
+
>
|
|
1801
|
+
<span class="pf-v6-c-button__text">
|
|
1802
|
+
<span
|
|
1803
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1804
|
+
>Second section</span>
|
|
1805
|
+
</span>
|
|
1806
|
+
</a>
|
|
1807
|
+
</span>
|
|
1808
|
+
</li>
|
|
1809
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1810
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1811
|
+
<a
|
|
1812
|
+
class="pf-v6-c-button pf-m-link"
|
|
1813
|
+
href="#drawer-expanded-jump-links-jump-links-third"
|
|
1814
|
+
>
|
|
1815
|
+
<span class="pf-v6-c-button__text">
|
|
1816
|
+
<span
|
|
1817
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1818
|
+
>Third section</span>
|
|
1819
|
+
</span>
|
|
1820
|
+
</a>
|
|
1821
|
+
</span>
|
|
1822
|
+
</li>
|
|
1823
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1824
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1825
|
+
<a
|
|
1826
|
+
class="pf-v6-c-button pf-m-link"
|
|
1827
|
+
href="#drawer-expanded-jump-links-jump-links-fourth"
|
|
1828
|
+
>
|
|
1829
|
+
<span class="pf-v6-c-button__text">
|
|
1830
|
+
<span
|
|
1831
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1832
|
+
>Fourth section</span>
|
|
1833
|
+
</span>
|
|
1834
|
+
</a>
|
|
1835
|
+
</span>
|
|
1836
|
+
</li>
|
|
1837
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1838
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1839
|
+
<a
|
|
1840
|
+
class="pf-v6-c-button pf-m-link"
|
|
1841
|
+
href="#drawer-expanded-jump-links-jump-links-fifth"
|
|
1842
|
+
>
|
|
1843
|
+
<span class="pf-v6-c-button__text">
|
|
1844
|
+
<span
|
|
1845
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1846
|
+
>Fifth section</span>
|
|
1847
|
+
</span>
|
|
1848
|
+
</a>
|
|
1849
|
+
</span>
|
|
1850
|
+
</li>
|
|
1851
|
+
</ul>
|
|
1852
|
+
</nav>
|
|
1853
|
+
</div>
|
|
1854
|
+
</section>
|
|
1855
|
+
</div>
|
|
1856
|
+
<div class="pf-v6-c-sidebar__content">
|
|
1857
|
+
<section class="pf-v6-c-page__main-section">
|
|
1858
|
+
<div class="pf-v6-c-page__main-body">
|
|
1859
|
+
<div class="pf-v6-c-content">
|
|
1860
|
+
<p>
|
|
1861
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
1862
|
+
</p>
|
|
1863
|
+
|
|
1864
|
+
<h2
|
|
1865
|
+
id="drawer-expanded-jump-links-jump-links-first"
|
|
1866
|
+
>First section</h2>
|
|
1867
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1868
|
+
|
|
1869
|
+
<h2
|
|
1870
|
+
id="drawer-expanded-jump-links-jump-links-second"
|
|
1871
|
+
>Second section</h2>
|
|
1872
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1873
|
+
|
|
1874
|
+
<h2
|
|
1875
|
+
id="drawer-expanded-jump-links-jump-links-third"
|
|
1876
|
+
>Third section</h2>
|
|
1877
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1878
|
+
|
|
1879
|
+
<h2
|
|
1880
|
+
id="drawer-expanded-jump-links-jump-links-fourth"
|
|
1881
|
+
>Fourth section</h2>
|
|
1882
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1883
|
+
|
|
1884
|
+
<h2
|
|
1885
|
+
id="drawer-expanded-jump-links-jump-links-fifth"
|
|
1886
|
+
>Fifth section</h2>
|
|
1887
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1888
|
+
</div>
|
|
1889
|
+
</div>
|
|
1890
|
+
</section>
|
|
1891
|
+
</div>
|
|
1892
|
+
</div>
|
|
1893
|
+
</div>
|
|
1894
|
+
</div>
|
|
1895
|
+
</div>
|
|
1896
|
+
<div class="pf-v6-c-drawer__panel">
|
|
1897
|
+
<div class="pf-v6-c-drawer__head">
|
|
1898
|
+
<span>Drawer panel header content</span>
|
|
1899
|
+
<div class="pf-v6-c-drawer__actions">
|
|
1900
|
+
<div class="pf-v6-c-drawer__close">
|
|
1901
|
+
<button
|
|
1902
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1903
|
+
type="button"
|
|
1904
|
+
aria-label="Close drawer panel"
|
|
1905
|
+
>
|
|
1906
|
+
<span class="pf-v6-c-button__icon">
|
|
1907
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1908
|
+
</span>
|
|
1909
|
+
</button>
|
|
1910
|
+
</div>
|
|
1911
|
+
</div>
|
|
1912
|
+
</div>
|
|
1913
|
+
<div
|
|
1914
|
+
class="pf-v6-c-drawer__description"
|
|
1915
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1916
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1917
|
+
</div>
|
|
1918
|
+
</div>
|
|
1919
|
+
</div>
|
|
1920
|
+
</main>
|
|
1921
|
+
</div>
|
|
1922
|
+
</div>
|
|
1923
|
+
|
|
1924
|
+
```
|
|
1925
|
+
|
|
1926
|
+
## Documentation
|
|
1927
|
+
|
|
1928
|
+
This demo implements the drawer in context of the page component.
|