@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,166 @@
|
|
|
1
|
+
# Elements
|
|
2
|
+
|
|
3
|
+
## Quick start screen
|
|
4
|
+
|
|
5
|
+
<img src="./img/qs-context.png" alt="A quick start in context of a UI" width="1680"/>
|
|
6
|
+
|
|
7
|
+
Quick start screens contain a few different components:
|
|
8
|
+
- [Catalog view](/#catalog-view)
|
|
9
|
+
- [Cards](/#cards)
|
|
10
|
+
- [Drawer:](/#drawer) Contains an introduction screen, tasks, and a “check your work” module.
|
|
11
|
+
|
|
12
|
+
## Catalog view
|
|
13
|
+
Multiple quick starts are often presented to users in a catalog view of multiple cards.
|
|
14
|
+
|
|
15
|
+
<img src="./img/catalog-elements.png" alt="quick start catalog" width="1680"/>
|
|
16
|
+
|
|
17
|
+
Catalogs with 14 or fewer quick starts should include a simple toolbar with the following elements:
|
|
18
|
+
1. Keyword filter
|
|
19
|
+
1. Status filter
|
|
20
|
+
1. Item count
|
|
21
|
+
|
|
22
|
+
Catalogs with 15 or more quick starts should include a more complex toolbar with filtering functionality, presented as vertical filters on the side of the page.
|
|
23
|
+
|
|
24
|
+
For quick starts in a mixed catalog of resources, we recommend including 1 of the following action links on the card, so that users can easily recognize how to interact with it. Only display 1 action on a card at a time:
|
|
25
|
+
|
|
26
|
+
- **Start:** Use if the quick start hasn't been started yet.
|
|
27
|
+
- **Continue:** Use if the quick start is in progress.
|
|
28
|
+
- **Restart:** Use if the quick start has already been completed.
|
|
29
|
+
|
|
30
|
+
<img src="./img/mixed-catalog.png" alt="Mixed resource catalog" width="1062"/>
|
|
31
|
+
|
|
32
|
+
## Card
|
|
33
|
+
|
|
34
|
+
Quick starts are usually surfaced within a catalog as [clickable cards.](/components/card)
|
|
35
|
+
|
|
36
|
+
<img src="./img/card-elements.png" alt="Elements of a card" width="370"/>
|
|
37
|
+
|
|
38
|
+
1. **Icon:** An icon associated with the quick start topic. If no specific icon exists, use the rocket icon.
|
|
39
|
+
1. **Title:** The title (or display name) that briefly identifies the function that the quick start accomplishes. Avoid using the phrase “how to,” and instead begin the title with a gerund (verbs that end in ‘ing’).
|
|
40
|
+
- Example: “Creating a Jupyter notebook”
|
|
41
|
+
1. **Labels:** [Filled labels](/components/label#filled-labels) communicate the estimated completion time and status of a quick start. If the quick start is presented in a mixed catalog of resources, a label can indicate the type of resource.
|
|
42
|
+
1. **Description:** A description that summarizes the quick start outcome in 4 lines or fewer, without truncating. Begin the description with an action verb.
|
|
43
|
+
- Example: “Connect to Red Hat OpenShift Streams for Apache Kafka from a Jupyter notebook.”
|
|
44
|
+
1. **Prerequisites (optional):** A bulleted list of prerequisites, displayed in a popover, which outlines permissions needed to complete the tasks, and anything that must be pre-configured before starting the quick start. Avoid phrasing prerequisites as questions. The total number of prerequisites is listed in parentheses on the quick start card.
|
|
45
|
+
- Example: “You have completed the "Getting started with Red Hat OpenShift Streams for Apache Kafka" quick start”
|
|
46
|
+
|
|
47
|
+
<img src="./img/prerequisites.png" alt="Example of prerequisites" width="395"/>
|
|
48
|
+
|
|
49
|
+
## Drawer
|
|
50
|
+
Quick starts use the [drawer component](/components/drawer) to contain all step-by-step instructions and tasks.
|
|
51
|
+
|
|
52
|
+
<img src="./img/side-panel-elements.png" alt="Side panel elements" width="449"/>
|
|
53
|
+
|
|
54
|
+
1. **Quick start title:** The quick start title that is shown on the card.
|
|
55
|
+
2. **Duration:** The estimated amount of time the quick start will take to complete.
|
|
56
|
+
3. **Close:** The close button, which allows users to exit the quick start at any time.
|
|
57
|
+
4. **Button bar:** The button bar, which allows users to advance between quick start tasks.
|
|
58
|
+
- For task screens, the buttons are **Next**, **Back**, and **Restart**.
|
|
59
|
+
- For the intro screen, the only button is the **Start** button.
|
|
60
|
+
- On the completion screen, the buttons are **Close**, **Back**, and **Restart**.
|
|
61
|
+
|
|
62
|
+
The drawer does not overlay the UI and instead pushes it to the left, including the masthead. It can be resized as needed. Everything is contained in the drawer and remains anchored to the right, allowing the user to follow the steps without blocking any parts of the UI. This prevents any modals or side panels within the UI from covering the quick start instructions.
|
|
63
|
+
|
|
64
|
+
<img src="./img/side-panel.png" alt="Side panel" width="1680"/>
|
|
65
|
+
|
|
66
|
+
<img src="./img/side-panel-resized.png" alt="Resized side panel" width="1680"/>
|
|
67
|
+
|
|
68
|
+
### Introduction screen
|
|
69
|
+
The first screen of any quick start is the introductory screen, which includes most of the information from the quick start card.
|
|
70
|
+
|
|
71
|
+
A quick start introduction provides a concise and informative description of what the quick start accomplishes. A long introduction can overwhelm the user. Keep the introduction to a maximum of 4-5 sentences.
|
|
72
|
+
|
|
73
|
+
Write about what the user will do, not about the quick start itself. For example, instead of “This quick start will teach you how to deploy an application”, write “You will complete an application deployment in this quick start”.
|
|
74
|
+
|
|
75
|
+
<img src="./img/introduction-screen.png" alt="Introduction screen" width="449"/>
|
|
76
|
+
|
|
77
|
+
### Tasks
|
|
78
|
+
Tasks are high-level objectives users complete to accomplish the quick start’s overall goal. Task components include the title, description, failed task help, and a summary. Each task consists of 2-10 steps that help users navigate through the UI to complete the task goal.
|
|
79
|
+
|
|
80
|
+
<img src="./img/task.png" alt="Example task" width="449"/>
|
|
81
|
+
|
|
82
|
+
#### Task title
|
|
83
|
+
|
|
84
|
+
Each individual task must have a title. When naming a specific task, the title reflects what it accomplishes. Write the title as a statement (rather than a “how to” tutorial). Each title should begin with an action verb (such as connect, save, remove, create, launch, and so on) that indicates the specific action the task completes, followed by the title of the product it concerns.
|
|
85
|
+
|
|
86
|
+
Example: "View the details of your sample application"
|
|
87
|
+
|
|
88
|
+
#### Task description
|
|
89
|
+
|
|
90
|
+
In the task description, explain the importance of the task for the user. When writing a task description, begin with a call to action, or a statement that identifies a desired action or outcome. Then write a brief statement that explains how the user will accomplish the task and introduces the task’s steps.
|
|
91
|
+
|
|
92
|
+
Example: "Notebooks and applications need the connection information for your [product-title] instance. Follow these steps to save the required information for later use… To obtain connection information to [product-title]:”
|
|
93
|
+
|
|
94
|
+
#### Task steps
|
|
95
|
+
|
|
96
|
+
Steps are a sequenced list of actions to guide the user through completing a larger task. Make the steps concise and easy to follow, beginning where the user is when they access the quick start in the user interface.
|
|
97
|
+
|
|
98
|
+
When writing individual steps, use the word “click” to refer to buttons and labels, and use “select” to refer to check-boxes, drop-down menus, and radio buttons.
|
|
99
|
+
|
|
100
|
+
Example: “Select an application from the options provided in the drop-down menu.”
|
|
101
|
+
|
|
102
|
+
#### Task instructions
|
|
103
|
+
|
|
104
|
+
Instructions allow users to verify if they’ve completed the task successfully.
|
|
105
|
+
|
|
106
|
+
Remember to clearly distinguish between a user action and additional information on product functionality. Instructions are written as a question, and users should be given context to how it relates back to the task at hand.
|
|
107
|
+
|
|
108
|
+
Example: “To verify that you have launched the Jupyter notebook: Do you see a message in the page that says **The server is starting up**?“
|
|
109
|
+
|
|
110
|
+
#### Failed task help
|
|
111
|
+
|
|
112
|
+
Failed task help refers to a line in the quick start template where you can add a failed task message. The text you enter here alerts a user to an incomplete or failed portion of their task.
|
|
113
|
+
|
|
114
|
+
Example: “This task is not verified yet. Try the task again.”
|
|
115
|
+
|
|
116
|
+
You can include more context as needed.
|
|
117
|
+
|
|
118
|
+
#### Task summary
|
|
119
|
+
|
|
120
|
+
Quick starts have 2 potential task summaries: success or failure:
|
|
121
|
+
|
|
122
|
+
- **Success:** Tell users that they have finished their task. Keep the sentence short and use the personal pronoun "you".
|
|
123
|
+
- Example: “Congratulations, you have launched JupyterHub.”
|
|
124
|
+
|
|
125
|
+
- **Failure:** Notify the user that their task failed, and encourage them to try the task again. Avoid using the personal pronoun ‘you,’ because it places unnecessary blame on the user. If possible, provide the user with a brief suggestion as to why their task may have failed, or a suggestion as to what they can check if it continues to fail.
|
|
126
|
+
- Example: “Try these steps again.”
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### “Check your work” module
|
|
130
|
+
|
|
131
|
+
The “check your work” module, which can be made required or optional, helps users confirm that they’ve completed a task. The module is shown at the bottom of the side panel for each task. You should ask yes/no questions, allowing the user to select the radio button with the appropriate response.
|
|
132
|
+
|
|
133
|
+
<img src="./img/check-your-work.png" alt="Check your work module" width="431"/>
|
|
134
|
+
|
|
135
|
+
If a user selects **Yes**, the module and associated task header turn green, and the header icon becomes a checkmark.
|
|
136
|
+
|
|
137
|
+
<img src="./img/task-yes.png" alt="Check your work module with Yes selected" width="449"/>
|
|
138
|
+
|
|
139
|
+
If a user selects **No**, the module and associated task header turn red, and the header icon becomes an **X**. When possible, explain what a user must do to complete the task, or link to relevant documentation.
|
|
140
|
+
|
|
141
|
+
<img src="./img/task-no.png" alt="Check your work module with No selected" width="449"/>
|
|
142
|
+
|
|
143
|
+
## Content considerations
|
|
144
|
+
|
|
145
|
+
Quick starts can use a more conversational, informal tone. Aim for a “fairly conversational” style, which is authoritative but encouraging and approachable.
|
|
146
|
+
|
|
147
|
+
To achieve a more conversational tone, try the following:
|
|
148
|
+
|
|
149
|
+
- Use the second person (“you”).
|
|
150
|
+
- Example: “In minutes, you can set dates, document your first user story, assign a task or two, and dive into the code.
|
|
151
|
+
- Write shorter, simpler sentences, and keep content minimal to support easy skimming and avoid overwhelming users.
|
|
152
|
+
- Avoid unnecessary technical jargon, and define terms and phrases that might be unfamiliar to new users.
|
|
153
|
+
- Use contractions (you’ll, can’t, you’ve) to strike an informal tone, and to save space.
|
|
154
|
+
- Avoid sentence fragments, poor grammar, and excessive punctuation, which can distract from the task.
|
|
155
|
+
|
|
156
|
+
In addition to being conversational, you should adhere to the following guidelines to ensure that your quick start is useful and effective for all users:
|
|
157
|
+
|
|
158
|
+
- Always keep in mind that your content must be appropriate for a global audience.
|
|
159
|
+
- Clearly state the outcome at the beginning of the quick start and provide brief context to explain why the user is completing the tasks.
|
|
160
|
+
- Avoid screen captures. They require regular maintenance and can potentially lead to issues around accessibility and page loading.
|
|
161
|
+
- (Optional) Help users stay in the quick start by including necessary information within the quickstart and avoiding outbound links. As needed, provide a carefully curated set of links at specific points in the quick start. You may want to provide links:
|
|
162
|
+
- Within a quick start task, if users could benefit from additional conceptual or reference information.
|
|
163
|
+
- At the end of quick starts, if users could benefit from additional technical information upon completion.
|
|
164
|
+
- Within the [“check your work” module](#check-your-work-module), after a user answers **No**, if more robust information can help them understand the actions they must take to complete the task.
|
|
165
|
+
|
|
166
|
+
For more specific quick start content guidelines, refer to [“Best practices for writing quick starts” on UXD Hub](https://www.uxd-hub.com/entries/resource/best-practices-for-writing-quick-starts). The [Red Hat OpenShift documentation](https://docs.openshift.com/container-platform/4.16/web_console/creating-quick-start-tutorials.html) contains similar guidelines, specifically for Red Hat OpenShift.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import './Bullseye.css'
|
|
2
|
+
|
|
3
|
+
## Examples
|
|
4
|
+
|
|
5
|
+
### Basic
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
import Example1 from './Example1.html?raw'
|
|
9
|
+
|
|
10
|
+
<LiveExample html={Example1} />
|
|
11
|
+
|
|
12
|
+
## Documentation
|
|
13
|
+
|
|
14
|
+
### Overview
|
|
15
|
+
|
|
16
|
+
The bullseye layout is designed to center a single child element horizontally and vertically within its parent.
|
|
17
|
+
|
|
18
|
+
### Usage
|
|
19
|
+
|
|
20
|
+
| Class | Applied to | Outcome |
|
|
21
|
+
| -- | -- | -- |
|
|
22
|
+
| `.pf-v6-l-bullseye` | `<div>` | Initializes the bullseye layout. A bullseye can only have one child. |
|
|
23
|
+
| `.pf-v6-l-bullseye__item` | `<div>` | Explicitly sets the child for the bullseye. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
|
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
import './Flex.css'
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
|
|
5
|
+
The flex layout is based on the CSS Flex properties where the layout determines how a flex item will grow or shrink to fit the space available in its container. By default, a flex layout uses the [spacing system](#spacing-system) to space children along the main axis and [gap spacing](#gap-spacing) to space any wrapping children along the cross axis, `flex-wrap` is set to `wrap`, and `align-items` is set to `baseline`. The flex layout is infinitely nestable and can be nested to group items within.
|
|
6
|
+
|
|
7
|
+
### Spacing
|
|
8
|
+
|
|
9
|
+
The flex layout provides two ways of spacing its direct children.
|
|
10
|
+
|
|
11
|
+
* [Spacing system](#spacing-system)
|
|
12
|
+
* The spacing system applies a margin between the flex layout's direct children to create space between items along the main axis only. The benefit of the spacing system is that it allows for variable spacing between direct children. Use the spacing system when individual flex items along the main axis require a different spacer than sibling items.
|
|
13
|
+
* [Gap spacing](#gap-spacing)
|
|
14
|
+
* Gap spacing uses flex `gap` to space the flex layout's direct children, and can be applied to space rows (`row-gap`), columns (`column-gap`), or both (`gap`). The benefit of gap spacing is that item wrapping is improved and improved item spacing that works better with CSS flex's logical layout properties. E.g., spacing in RTL layouts that rely on logical properties is improved. Use the gap system when all direct children should use the same spacer for rows, columns, or both.
|
|
15
|
+
* **Note** using `gap` along the main axis will override any other spacing applied using the spacing system.
|
|
16
|
+
|
|
17
|
+
### Breakpoints
|
|
18
|
+
|
|
19
|
+
[Breakpoints](/tokens/all-patternfly-tokens) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
|
|
20
|
+
|
|
21
|
+
### Usefulness
|
|
22
|
+
|
|
23
|
+
* Use when content dictates layout and elements wrap when necessary.
|
|
24
|
+
* Use when a rigid grid is not necessary/wanted.
|
|
25
|
+
|
|
26
|
+
### Differences from utility class
|
|
27
|
+
|
|
28
|
+
* It contains multiple css declarations and does not use the `!important` tag.
|
|
29
|
+
* It does not require wrapping elements in columns or rows.
|
|
30
|
+
* It breaks the dependency upon adding utility classes to each child.
|
|
31
|
+
* It can be applied to container elements or components.
|
|
32
|
+
|
|
33
|
+
# Examples
|
|
34
|
+
|
|
35
|
+
## Basic flex layout
|
|
36
|
+
|
|
37
|
+
### Basic flex example
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
import Example1 from './Example1.html?raw'
|
|
41
|
+
|
|
42
|
+
<LiveExample html={Example1} />
|
|
43
|
+
|
|
44
|
+
### Nested flex example
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
import Example2 from './Example2.html?raw'
|
|
48
|
+
|
|
49
|
+
<LiveExample html={Example2} />
|
|
50
|
+
|
|
51
|
+
### Nested flex and items example
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import Example3 from './Example3.html?raw'
|
|
55
|
+
|
|
56
|
+
<LiveExample html={Example3} />
|
|
57
|
+
|
|
58
|
+
### Basic flex layout overview
|
|
59
|
+
|
|
60
|
+
The CSS approach, by keeping specificity low on base class properties and resetting css variable values at higher specificities, allows any spacer property to be overwritten with a single selector (specificity of 10 or greater).
|
|
61
|
+
|
|
62
|
+
### Basic flex layout usage
|
|
63
|
+
|
|
64
|
+
| Class | Applied to | Outcome |
|
|
65
|
+
| -- | -- | -- |
|
|
66
|
+
| `.pf-v6-l-flex` | `*` | Initiates the flex layout. **Required** |
|
|
67
|
+
| `.pf-v6-l-flex__item` | `.pf-v6-l-flex > *` | Initiates a flex item. **Required** |
|
|
68
|
+
|
|
69
|
+
## Spacing system
|
|
70
|
+
|
|
71
|
+
### Spacing system on parent example
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import Example4 from './Example4.html?raw'
|
|
75
|
+
|
|
76
|
+
<LiveExample html={Example4} />
|
|
77
|
+
|
|
78
|
+
### Spacing system on children example
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
import Example5 from './Example5.html?raw'
|
|
82
|
+
|
|
83
|
+
<LiveExample html={Example5} />
|
|
84
|
+
|
|
85
|
+
### Spacing system on parent and children example
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
import Example6 from './Example6.html?raw'
|
|
89
|
+
|
|
90
|
+
<LiveExample html={Example6} />
|
|
91
|
+
|
|
92
|
+
### Spacing system usage
|
|
93
|
+
|
|
94
|
+
| Class | Applied to | Outcome |
|
|
95
|
+
| -- | -- | -- |
|
|
96
|
+
| `.pf-m-space-items-{none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the spacer between direct children along the main axis of a flex layout. |
|
|
97
|
+
| `.pf-m-spacer-{none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `.pf-v6-l-flex > *` | Modifies the spacer for any individual direct child along the main axis of a flex layout. |
|
|
98
|
+
|
|
99
|
+
## Gap spacing
|
|
100
|
+
|
|
101
|
+
### Row gap example
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
import Example7 from './Example7.html?raw'
|
|
105
|
+
|
|
106
|
+
<LiveExample html={Example7} />
|
|
107
|
+
|
|
108
|
+
### Column gap example
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
import Example8 from './Example8.html?raw'
|
|
112
|
+
|
|
113
|
+
<LiveExample html={Example8} />
|
|
114
|
+
|
|
115
|
+
### Gap example
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import Example9 from './Example9.html?raw'
|
|
119
|
+
|
|
120
|
+
<LiveExample html={Example9} />
|
|
121
|
+
|
|
122
|
+
### Gap spacing usage
|
|
123
|
+
|
|
124
|
+
| Class | Applied to | Outcome |
|
|
125
|
+
| -- | -- | -- |
|
|
126
|
+
| `.pf-m-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between columns and rows. |
|
|
127
|
+
| `.pf-m-row-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between rows. |
|
|
128
|
+
| `.pf-m-column-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between columns. |
|
|
129
|
+
|
|
130
|
+
## Layout modifiers
|
|
131
|
+
|
|
132
|
+
### Default layout example
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
import Example10 from './Example10.html?raw'
|
|
136
|
+
|
|
137
|
+
<LiveExample html={Example10} />
|
|
138
|
+
|
|
139
|
+
### Inline flex layout example
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import Example11 from './Example11.html?raw'
|
|
143
|
+
|
|
144
|
+
<LiveExample html={Example11} />
|
|
145
|
+
|
|
146
|
+
### Basic flex grow example
|
|
147
|
+
|
|
148
|
+
Adjusting width with `.pf-m-grow`, which sets `flex-grow: 1`. In this example, the first group is set to `.pf-m-grow`, will occupy the remaining available space.
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
import Example12 from './Example12.html?raw'
|
|
152
|
+
|
|
153
|
+
<LiveExample html={Example12} />
|
|
154
|
+
|
|
155
|
+
### Flex grow 1 example
|
|
156
|
+
|
|
157
|
+
Adjusting width with `.pf-m-flex-1`. In this example, all groups are set to `.pf-m-flex-1`. They will share available space equally.
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
import Example13 from './Example13.html?raw'
|
|
161
|
+
|
|
162
|
+
<LiveExample html={Example13} />
|
|
163
|
+
|
|
164
|
+
### Flex grow 1-4 example
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
import Example14 from './Example14.html?raw'
|
|
168
|
+
|
|
169
|
+
<LiveExample html={Example14} />
|
|
170
|
+
|
|
171
|
+
### Layout modifiers usage
|
|
172
|
+
|
|
173
|
+
| Class | Applied to | Outcome |
|
|
174
|
+
| -- | -- | -- |
|
|
175
|
+
| `.pf-m-inline-flex{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout display property to inline-flex. |
|
|
176
|
+
| `.pf-m-grow{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex-grow property to 1. |
|
|
177
|
+
| `.pf-m-shrink{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex-shrink property to 1. |
|
|
178
|
+
| `.pf-m-full-width{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex item to full width of parent. |
|
|
179
|
+
| `.pf-m-flex-1{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 1 0 0. |
|
|
180
|
+
| `.pf-m-flex-2{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 2 0 0. |
|
|
181
|
+
| `.pf-m-flex-3{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 3 0 0. |
|
|
182
|
+
| `.pf-m-flex-4{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 4 0 0. |
|
|
183
|
+
| `.pf-m-flex-default{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Resets a nested flex layout or flex item flex shorthand property to 0 1 auto. |
|
|
184
|
+
| `.pf-m-flex-none{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to none. |
|
|
185
|
+
|
|
186
|
+
## Column layout modifiers
|
|
187
|
+
|
|
188
|
+
### Basic column example
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
import Example15 from './Example15.html?raw'
|
|
192
|
+
|
|
193
|
+
<LiveExample html={Example15} />
|
|
194
|
+
|
|
195
|
+
### Nested column example
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
import Example16 from './Example16.html?raw'
|
|
199
|
+
|
|
200
|
+
<LiveExample html={Example16} />
|
|
201
|
+
|
|
202
|
+
### Usage
|
|
203
|
+
|
|
204
|
+
| Class | Applied to | Outcome |
|
|
205
|
+
| -- | -- | -- |
|
|
206
|
+
| `.pf-m-column{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies flex-direction property to column. |
|
|
207
|
+
|
|
208
|
+
## Responsive layouts
|
|
209
|
+
|
|
210
|
+
### Flex direction responsive example
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
import Example17 from './Example17.html?raw'
|
|
214
|
+
|
|
215
|
+
<LiveExample html={Example17} />
|
|
216
|
+
|
|
217
|
+
### Responsive layouts usage
|
|
218
|
+
|
|
219
|
+
| Class | Applied to | Outcome |
|
|
220
|
+
| -- | -- | -- |
|
|
221
|
+
| `.pf-m-column{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies flex-direction property to column. |
|
|
222
|
+
| `.pf-m-row{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies flex-direction property to row. |
|
|
223
|
+
|
|
224
|
+
## Alignment
|
|
225
|
+
|
|
226
|
+
### Basic align right example
|
|
227
|
+
|
|
228
|
+
Aligning right with `.pf-m-align-right`. This solution will always align element right by setting margin-inline-start: auto, including when wrapped.
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
import Example18 from './Example18.html?raw'
|
|
232
|
+
|
|
233
|
+
<LiveExample html={Example18} />
|
|
234
|
+
|
|
235
|
+
### Align right on single item example
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
import Example19 from './Example19.html?raw'
|
|
239
|
+
|
|
240
|
+
<LiveExample html={Example19} />
|
|
241
|
+
|
|
242
|
+
### Align right on multiple groups example
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
import Example20 from './Example20.html?raw'
|
|
246
|
+
|
|
247
|
+
<LiveExample html={Example20} />
|
|
248
|
+
|
|
249
|
+
#### Alignment using .pf-m-flex-1 example
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
import Example21 from './Example21.html?raw'
|
|
253
|
+
|
|
254
|
+
<LiveExample html={Example21} />
|
|
255
|
+
|
|
256
|
+
### Alignment using .pf-m-align-self-flex-end example
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
import Example22 from './Example22.html?raw'
|
|
260
|
+
|
|
261
|
+
<LiveExample html={Example22} />
|
|
262
|
+
|
|
263
|
+
### Aligning nested columns with .pf-m-align-self-center example
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
import Example23 from './Example23.html?raw'
|
|
267
|
+
|
|
268
|
+
<LiveExample html={Example23} />
|
|
269
|
+
|
|
270
|
+
### Aligning nested columns with .pf-m-align-self-baseline example
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
import Example24 from './Example24.html?raw'
|
|
274
|
+
|
|
275
|
+
<LiveExample html={Example24} />
|
|
276
|
+
|
|
277
|
+
### Aligning nested columns with .pf-m-align-self-stretch example
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
import Example25 from './Example25.html?raw'
|
|
281
|
+
|
|
282
|
+
<LiveExample html={Example25} />
|
|
283
|
+
|
|
284
|
+
### Alignment usage
|
|
285
|
+
|
|
286
|
+
| Class | Applied to | Outcome |
|
|
287
|
+
| -- | -- | -- |
|
|
288
|
+
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies margin-inline-start property to auto. |
|
|
289
|
+
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Resets margin-inline-start property 0. |
|
|
290
|
+
| `.pf-m-align-self-flex-start{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies align-self property to flex-start. |
|
|
291
|
+
| `.pf-m-align-self-flex-end{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies align-self property to flex-end. |
|
|
292
|
+
| `.pf-m-align-self-flex-center{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies align-self property to center. |
|
|
293
|
+
| `.pf-m-align-self-flex-baseline{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies align-self property to baseline. |
|
|
294
|
+
| `.pf-m-align-self-flex-stretch{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies align-self property to stretch. |
|
|
295
|
+
|
|
296
|
+
## Justification
|
|
297
|
+
|
|
298
|
+
### Justify content flex end example
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
import Example26 from './Example26.html?raw'
|
|
302
|
+
|
|
303
|
+
<LiveExample html={Example26} />
|
|
304
|
+
|
|
305
|
+
### Justify content space between example
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
import Example27 from './Example27.html?raw'
|
|
309
|
+
|
|
310
|
+
<LiveExample html={Example27} />
|
|
311
|
+
|
|
312
|
+
### Justify content flex start example
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
import Example28 from './Example28.html?raw'
|
|
316
|
+
|
|
317
|
+
<LiveExample html={Example28} />
|
|
318
|
+
|
|
319
|
+
| Class | Applied to | Outcome |
|
|
320
|
+
| -- | -- | -- |
|
|
321
|
+
| `.pf-m-justify-content-flex-end{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies justification property and descendant spacing. |
|
|
322
|
+
| `.pf-m-justify-content-flex-space-between{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies justification property and descendant spacing. |
|
|
323
|
+
| `.pf-m-justify-content-flex-start{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies justification property and descendant spacing, used primarily to reset spacing to default. |
|
|
324
|
+
|
|
325
|
+
## Ordering
|
|
326
|
+
|
|
327
|
+
Ordering - Ordering can be applied to nested `.pf-v6-l-flex` and `.pf-v6-l-flex__item`s. Spacing may need to be managed based on how items are ordered. Because order could apply to an innumerable number of elements, order is set inline as `--pf-v6-l-flex--item--Order{-on-[breakpoint]}: {order}`.
|
|
328
|
+
|
|
329
|
+
### Basic ordering example
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
import Example29 from './Example29.html?raw'
|
|
333
|
+
|
|
334
|
+
<LiveExample html={Example29} />
|
|
335
|
+
|
|
336
|
+
### First and last ordering example
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
import Example30 from './Example30.html?raw'
|
|
340
|
+
|
|
341
|
+
<LiveExample html={Example30} />
|
|
342
|
+
|
|
343
|
+
### Responsive first last ordering example
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
import Example31 from './Example31.html?raw'
|
|
347
|
+
|
|
348
|
+
<LiveExample html={Example31} />
|
|
349
|
+
|
|
350
|
+
### Responsive ordering example
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
import Example32 from './Example32.html?raw'
|
|
354
|
+
|
|
355
|
+
<LiveExample html={Example32} />
|
|
356
|
+
|
|
357
|
+
### Ordering usage
|
|
358
|
+
|
|
359
|
+
| Class | Applied to | Outcome |
|
|
360
|
+
| -- | -- | -- |
|
|
361
|
+
| `--pf-v6-l-flex--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies the flex layout element order property. |
|
|
362
|
+
|
|
363
|
+
## Flex layout as list
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
import Example33 from './Example33.html?raw'
|
|
367
|
+
|
|
368
|
+
<LiveExample html={Example33} />
|
|
369
|
+
|
|
370
|
+
## Documentation
|
|
371
|
+
|
|
372
|
+
### Usage
|
|
373
|
+
|
|
374
|
+
| Class | Applied to | Outcome |
|
|
375
|
+
| -- | -- | -- |
|
|
376
|
+
| `.pf-v6-l-flex` | `*` | Initiates the flex layout. **Required** |
|
|
377
|
+
| `.pf-v6-l-flex__item` | `.pf-v6-l-flex > *` | Initiates a flex item. **Required** |
|
|
378
|
+
| `.pf-m-flex{-on-[breakpoint]}` | `.pf-v6-l-flex` | Initializes or resets the flex layout display property to flex. |
|
|
379
|
+
| `.pf-m-inline-flex{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout display property to inline-flex. |
|
|
380
|
+
| `.pf-m-grow{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex-grow property to 1. |
|
|
381
|
+
| `.pf-m-shrink{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex-shrink property to 1. |
|
|
382
|
+
| `.pf-m-full-width{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex item to full width of parent. |
|
|
383
|
+
| `.pf-m-flex-1{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 1 0 0. |
|
|
384
|
+
| `.pf-m-flex-2{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 2 0 0. |
|
|
385
|
+
| `.pf-m-flex-3{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 3 0 0. |
|
|
386
|
+
| `.pf-m-flex-4{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to 4 0 0. |
|
|
387
|
+
| `.pf-m-flex-default{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Resets a nested flex layout or flex item flex shorthand property to 0 1 auto. |
|
|
388
|
+
| `.pf-m-flex-none{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies a nested flex layout or flex item flex shorthand property to none. |
|
|
389
|
+
| `.pf-m-column-reverse{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout flex-direction property to column-reverse. |
|
|
390
|
+
| `.pf-m-row-reverse{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout flex-direction property to row-reverse. |
|
|
391
|
+
| `.pf-m-wrap{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout flex-wrap property to wrap. |
|
|
392
|
+
| `.pf-m-wrap-reverse{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout flex-wrap property to wrap-reverse. |
|
|
393
|
+
| `.pf-m-nowrap{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout flex-wrap property to nowrap. |
|
|
394
|
+
| `.pf-m-justify-content-flex-start{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to flex-start. |
|
|
395
|
+
| `.pf-m-justify-content-flex-end{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to flex-end. |
|
|
396
|
+
| `.pf-m-justify-content-center{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to center. |
|
|
397
|
+
| `.pf-m-justify-content-space-between{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to space-between. |
|
|
398
|
+
| `.pf-m-justify-content-space-around{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to space-around. |
|
|
399
|
+
| `.pf-m-justify-content-space-evenly{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout justify-content property to space-evenly. |
|
|
400
|
+
| `.pf-m-align-items-flex-start{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-items property to flex-start. |
|
|
401
|
+
| `.pf-m-align-items-flex-end{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-items property to flex-end. |
|
|
402
|
+
| `.pf-m-align-items-center{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-items property to center. |
|
|
403
|
+
| `.pf-m-align-items-stretch{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-items property to stretch. |
|
|
404
|
+
| `.pf-m-align-items-baseline{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-items property to baseline. |
|
|
405
|
+
| `.pf-m-align-content-flex-start{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to flex-start. |
|
|
406
|
+
| `.pf-m-align-content-flex-end{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to flex-end. |
|
|
407
|
+
| `.pf-m-align-content-center{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to center. |
|
|
408
|
+
| `.pf-m-align-content-stretch{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to stretch. |
|
|
409
|
+
| `.pf-m-align-content-space-between{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to space-between. |
|
|
410
|
+
| `.pf-m-align-content-space-around{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout align-content property to space-around. |
|
|
411
|
+
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Resets the flex layout element margin-inline-start property to 0. |
|
|
412
|
+
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies the flex layout element margin-inline-start property to auto. |
|
|
413
|
+
| `--pf-v6-l-flex--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-flex > .pf-v6-l-flex`, `.pf-v6-l-flex__item` | Modifies the flex layout element order property. |
|
|
414
|
+
|
|
415
|
+
### Spacer system usage
|
|
416
|
+
|
|
417
|
+
| Class | Applied to | Outcome |
|
|
418
|
+
| -- | -- | -- |
|
|
419
|
+
| `.pf-m-space-items-{none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the flex layout to add space between items on the main axis. |
|
|
420
|
+
| `.pf-m-spacer-{none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `.pf-v6-l-flex`, `.pf-v6-l-flex > .pf-v6-l-flex__item` | Modifies the spacer for any direct child along the main axis of a flex layout. |
|
|
421
|
+
|
|
422
|
+
### Gap spacing usage
|
|
423
|
+
|
|
424
|
+
| Class | Applied to | Outcome |
|
|
425
|
+
| -- | -- | -- |
|
|
426
|
+
| `.pf-m-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between columns and rows. |
|
|
427
|
+
| `.pf-m-row-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between rows. |
|
|
428
|
+
| `.pf-m-column-gap{-[none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl]}{-on-[breakpoint]}` | `.pf-v6-l-flex` | Modifies the space between columns. |
|