@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.
Files changed (908) hide show
  1. package/.astro/content-modules.mjs +108 -108
  2. package/README.mdx +1 -0
  3. package/astro.config.mjs +0 -1
  4. package/cli/cli.ts +71 -29
  5. package/cli/convertToMDX.ts +2 -5
  6. package/cli/createCollectionContent.ts +5 -0
  7. package/cli/fileExists.ts +7 -0
  8. package/cli/getConfig.ts +1 -0
  9. package/cli/templates/apiIndex.json +6 -0
  10. package/dist/apiIndex.json +561 -0
  11. package/dist/cli/cli.js +63 -25
  12. package/dist/cli/convertToMDX.js +2 -4
  13. package/dist/cli/createCollectionContent.js +4 -0
  14. package/dist/cli/fileExists.js +6 -0
  15. package/dist/cli/tsconfig.tsbuildinfo +1 -1
  16. package/dist/docs/_routes.json +2 -2
  17. package/dist/docs/_worker.js/_@astrojs-ssr-adapter.mjs +1 -1
  18. package/dist/docs/_worker.js/_astro-internal_middleware.mjs +3 -3
  19. package/dist/docs/_worker.js/chunks/{_@astro-renderers_BpFPQHrI.mjs → _@astro-renderers_OzpRq-hZ.mjs} +1 -1
  20. package/dist/docs/_worker.js/chunks/{_@astrojs-ssr-adapter_RmG4VnRF.mjs → _@astrojs-ssr-adapter_CUrpr6E7.mjs} +4 -4
  21. package/dist/docs/_worker.js/chunks/{_astro_assets_AaeU3frQ.mjs → _astro_assets_451XBA7N.mjs} +2 -2
  22. package/dist/docs/_worker.js/chunks/apiHelpers_CD8DANYs.mjs +30 -0
  23. package/dist/docs/_worker.js/chunks/astro/{server_BWAOeKNd.mjs → server_DX9A26-_.mjs} +1 -1
  24. package/dist/docs/_worker.js/chunks/{astro-designed-error-pages_b9BuL4GU.mjs → astro-designed-error-pages_BbC4Kpqb.mjs} +1 -1
  25. package/dist/docs/_worker.js/chunks/fetch_CoXtH9RF.mjs +12 -0
  26. package/dist/docs/_worker.js/chunks/getConfig_DO3RhTb7.mjs +18 -0
  27. package/dist/docs/_worker.js/chunks/{index_CRHoXX3T.mjs → index_DjAlCotm.mjs} +2 -2
  28. package/dist/docs/_worker.js/chunks/{noop-middleware_B9eLgP9f.mjs → noop-middleware_C6lNwrEu.mjs} +1 -1
  29. package/dist/docs/_worker.js/chunks/{sharp_D2Zua4YO.mjs → sharp_CjpuQ_OE.mjs} +2 -2
  30. package/dist/docs/_worker.js/index.js +27 -11
  31. package/dist/docs/_worker.js/manifest_DIDAejNV.mjs +100 -0
  32. package/dist/docs/_worker.js/pages/_image.astro.mjs +2 -2
  33. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_/_tab_.astro.mjs +1 -0
  34. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_.astro.mjs +44 -0
  35. package/dist/docs/_worker.js/pages/api/_version_/_section_.astro.mjs +43 -0
  36. package/dist/docs/_worker.js/pages/api/_version_.astro.mjs +38 -0
  37. package/dist/docs/_worker.js/pages/api/openapi.json.astro.mjs +399 -0
  38. package/dist/docs/_worker.js/pages/api/versions.astro.mjs +27 -0
  39. package/dist/docs/_worker.js/pages/api.astro.mjs +181 -0
  40. package/dist/docs/_worker.js/pages/apiindex.json.astro.mjs +1 -0
  41. package/dist/docs/_worker.js/pages/props.astro.mjs +2 -17
  42. package/dist/docs/_worker.js/renderers.mjs +1 -1
  43. package/dist/docs/api/v6/components/about-modal/html +63 -0
  44. package/dist/docs/api/v6/components/about-modal/html-demos +368 -0
  45. package/dist/docs/api/v6/components/about-modal/react +18 -0
  46. package/dist/docs/api/v6/components/accordion/html +78 -0
  47. package/dist/docs/api/v6/components/accordion/react +36 -0
  48. package/dist/docs/api/v6/components/action-list/html +40 -0
  49. package/dist/docs/api/v6/components/action-list/react +29 -0
  50. package/dist/docs/api/v6/components/alert/html +208 -0
  51. package/dist/docs/api/v6/components/alert/html-demos +1375 -0
  52. package/dist/docs/api/v6/components/alert/react +452 -0
  53. package/dist/docs/api/v6/components/avatar/html +66 -0
  54. package/dist/docs/api/v6/components/avatar/react +22 -0
  55. package/dist/docs/api/v6/components/back-to-top/html +19 -0
  56. package/dist/docs/api/v6/components/back-to-top/html-demos +434 -0
  57. package/dist/docs/api/v6/components/back-to-top/react +14 -0
  58. package/dist/docs/api/v6/components/backdrop/html +21 -0
  59. package/dist/docs/api/v6/components/backdrop/react +6 -0
  60. package/dist/docs/api/v6/components/background-image/html +24 -0
  61. package/dist/docs/api/v6/components/background-image/react +6 -0
  62. package/dist/docs/api/v6/components/badge/html +37 -0
  63. package/dist/docs/api/v6/components/badge/react +24 -0
  64. package/dist/docs/api/v6/components/banner/html +48 -0
  65. package/dist/docs/api/v6/components/banner/html-demos +905 -0
  66. package/dist/docs/api/v6/components/banner/react +23 -0
  67. package/dist/docs/api/v6/components/brand/html +38 -0
  68. package/dist/docs/api/v6/components/brand/react +23 -0
  69. package/dist/docs/api/v6/components/breadcrumb/html +66 -0
  70. package/dist/docs/api/v6/components/breadcrumb/react +29 -0
  71. package/dist/docs/api/v6/components/button/html +167 -0
  72. package/dist/docs/api/v6/components/button/html-demos +22 -0
  73. package/dist/docs/api/v6/components/button/react +144 -0
  74. package/dist/docs/api/v6/components/calendar-month/html +69 -0
  75. package/dist/docs/api/v6/components/calendar-month/react +19 -0
  76. package/dist/docs/api/v6/components/card/html +254 -0
  77. package/dist/docs/api/v6/components/card/html-demos +143 -0
  78. package/dist/docs/api/v6/components/card/react +198 -0
  79. package/dist/docs/api/v6/components/checkbox/html +100 -0
  80. package/dist/docs/api/v6/components/checkbox/react +73 -0
  81. package/dist/docs/api/v6/components/chip/react-deprecated +33 -0
  82. package/dist/docs/api/v6/components/clipboard-copy/html +81 -0
  83. package/dist/docs/api/v6/components/clipboard-copy/react +87 -0
  84. package/dist/docs/api/v6/components/code-block/html +36 -0
  85. package/dist/docs/api/v6/components/code-block/react +19 -0
  86. package/dist/docs/api/v6/components/code-editor/html +75 -0
  87. package/dist/docs/api/v6/components/content/html +55 -0
  88. package/dist/docs/api/v6/components/content/react +74 -0
  89. package/dist/docs/api/v6/components/data-list/html +252 -0
  90. package/dist/docs/api/v6/components/data-list/html-demos +4059 -0
  91. package/dist/docs/api/v6/components/data-list/react +93 -0
  92. package/dist/docs/api/v6/components/date-picker/html +59 -0
  93. package/dist/docs/api/v6/components/date-picker/react +70 -0
  94. package/dist/docs/api/v6/components/description-list/html +250 -0
  95. package/dist/docs/api/v6/components/description-list/html-demos +1543 -0
  96. package/dist/docs/api/v6/components/description-list/react +204 -0
  97. package/dist/docs/api/v6/components/divider/html +100 -0
  98. package/dist/docs/api/v6/components/divider/react +64 -0
  99. package/dist/docs/api/v6/components/drag-and-drop/html +35 -0
  100. package/dist/docs/api/v6/components/drag-and-drop/react-deprecated +38 -0
  101. package/dist/docs/api/v6/components/drawer/html +195 -0
  102. package/dist/docs/api/v6/components/drawer/html-demos +1928 -0
  103. package/dist/docs/api/v6/components/drawer/react +142 -0
  104. package/dist/docs/api/v6/components/dropdown/react +48 -0
  105. package/dist/docs/api/v6/components/dual-list-selector/html +110 -0
  106. package/dist/docs/api/v6/components/dual-list-selector/react +80 -0
  107. package/dist/docs/api/v6/components/dual-list-selector/react-deprecated +96 -0
  108. package/dist/docs/api/v6/components/empty-state/html +75 -0
  109. package/dist/docs/api/v6/components/empty-state/react +55 -0
  110. package/dist/docs/api/v6/components/expandable-section/html +92 -0
  111. package/dist/docs/api/v6/components/expandable-section/react +67 -0
  112. package/dist/docs/api/v6/components/form/html +139 -0
  113. package/dist/docs/api/v6/components/form/html-demos +36 -0
  114. package/dist/docs/api/v6/components/form/react +94 -0
  115. package/dist/docs/api/v6/components/form-control/html +57 -0
  116. package/dist/docs/api/v6/components/form-select/react +29 -0
  117. package/dist/docs/api/v6/components/helper-text/html +51 -0
  118. package/dist/docs/api/v6/components/helper-text/html-demos +12 -0
  119. package/dist/docs/api/v6/components/helper-text/react +24 -0
  120. package/dist/docs/api/v6/components/hint/html +35 -0
  121. package/dist/docs/api/v6/components/hint/react +28 -0
  122. package/dist/docs/api/v6/components/icon/html +84 -0
  123. package/dist/docs/api/v6/components/icon/react +76 -0
  124. package/dist/docs/api/v6/components/inline-edit/html +135 -0
  125. package/dist/docs/api/v6/components/input-group/html +34 -0
  126. package/dist/docs/api/v6/components/input-group/react +36 -0
  127. package/dist/docs/api/v6/components/jump-links/html +110 -0
  128. package/dist/docs/api/v6/components/jump-links/html-demos +2410 -0
  129. package/dist/docs/api/v6/components/jump-links/react +39 -0
  130. package/dist/docs/api/v6/components/label/html +253 -0
  131. package/dist/docs/api/v6/components/label/react +119 -0
  132. package/dist/docs/api/v6/components/list/html +66 -0
  133. package/dist/docs/api/v6/components/list/react +42 -0
  134. package/dist/docs/api/v6/components/login-page/html +1255 -0
  135. package/dist/docs/api/v6/components/login-page/react +24 -0
  136. package/dist/docs/api/v6/components/masthead/html +57 -0
  137. package/dist/docs/api/v6/components/masthead/html-demos +2708 -0
  138. package/dist/docs/api/v6/components/masthead/react +67 -0
  139. package/dist/docs/api/v6/components/menu/html +363 -0
  140. package/dist/docs/api/v6/components/menu/react +232 -0
  141. package/dist/docs/api/v6/components/menu-toggle/html +201 -0
  142. package/dist/docs/api/v6/components/menu-toggle/react +263 -0
  143. package/dist/docs/api/v6/components/modal/html +614 -0
  144. package/dist/docs/api/v6/components/modal/html-demos +2175 -0
  145. package/dist/docs/api/v6/components/modal/react +148 -0
  146. package/dist/docs/api/v6/components/modal/react-deprecated +158 -0
  147. package/dist/docs/api/v6/components/multiple-file-upload/html +77 -0
  148. package/dist/docs/api/v6/components/multiple-file-upload/react +57 -0
  149. package/dist/docs/api/v6/components/navigation/html +161 -0
  150. package/dist/docs/api/v6/components/navigation/html-demos +2027 -0
  151. package/dist/docs/api/v6/components/navigation/react +93 -0
  152. package/dist/docs/api/v6/components/notification-badge/react +34 -0
  153. package/dist/docs/api/v6/components/notification-drawer/html +61 -0
  154. package/dist/docs/api/v6/components/notification-drawer/html-demos +4412 -0
  155. package/dist/docs/api/v6/components/notification-drawer/react +22 -0
  156. package/dist/docs/api/v6/components/number-input/html +70 -0
  157. package/dist/docs/api/v6/components/number-input/react +59 -0
  158. package/dist/docs/api/v6/components/overflow-menu/html +97 -0
  159. package/dist/docs/api/v6/components/overflow-menu/react +40 -0
  160. package/dist/docs/api/v6/components/page/html +101 -0
  161. package/dist/docs/api/v6/components/page/html-demos +5146 -0
  162. package/dist/docs/api/v6/components/page/react +122 -0
  163. package/dist/docs/api/v6/components/pagination/html +121 -0
  164. package/dist/docs/api/v6/components/pagination/react +71 -0
  165. package/dist/docs/api/v6/components/panel/html +88 -0
  166. package/dist/docs/api/v6/components/panel/html-demos +8 -0
  167. package/dist/docs/api/v6/components/panel/react +190 -0
  168. package/dist/docs/api/v6/components/password-generator/html-demos +12 -0
  169. package/dist/docs/api/v6/components/password-strength/html-demos +33 -0
  170. package/dist/docs/api/v6/components/popover/html +723 -0
  171. package/dist/docs/api/v6/components/popover/react +97 -0
  172. package/dist/docs/api/v6/components/progress/html +181 -0
  173. package/dist/docs/api/v6/components/progress/react +109 -0
  174. package/dist/docs/api/v6/components/progress-stepper/html +147 -0
  175. package/dist/docs/api/v6/components/progress-stepper/react +63 -0
  176. package/dist/docs/api/v6/components/radio/html +91 -0
  177. package/dist/docs/api/v6/components/radio/react +66 -0
  178. package/dist/docs/api/v6/components/search-input/react +60 -0
  179. package/dist/docs/api/v6/components/select/react +165 -0
  180. package/dist/docs/api/v6/components/sidebar/html +116 -0
  181. package/dist/docs/api/v6/components/sidebar/react +57 -0
  182. package/dist/docs/api/v6/components/simple-file-upload/html +66 -0
  183. package/dist/docs/api/v6/components/simple-file-upload/react +97 -0
  184. package/dist/docs/api/v6/components/simple-list/html +42 -0
  185. package/dist/docs/api/v6/components/simple-list/react +29 -0
  186. package/dist/docs/api/v6/components/skeleton/html +51 -0
  187. package/dist/docs/api/v6/components/skeleton/html-demos +420 -0
  188. package/dist/docs/api/v6/components/skeleton/react +36 -0
  189. package/dist/docs/api/v6/components/skip-to-content/html +148 -0
  190. package/dist/docs/api/v6/components/skip-to-content/react +4 -0
  191. package/dist/docs/api/v6/components/slider/html +75 -0
  192. package/dist/docs/api/v6/components/slider/react +62 -0
  193. package/dist/docs/api/v6/components/spinner/html +64 -0
  194. package/dist/docs/api/v6/components/spinner/react +24 -0
  195. package/dist/docs/api/v6/components/switch/html +70 -0
  196. package/dist/docs/api/v6/components/switch/react +45 -0
  197. package/dist/docs/api/v6/components/table/html +805 -0
  198. package/dist/docs/api/v6/components/table/html-demos +16254 -0
  199. package/dist/docs/api/v6/components/tabs/html +633 -0
  200. package/dist/docs/api/v6/components/tabs/html-demos +3660 -0
  201. package/dist/docs/api/v6/components/tabs/react +258 -0
  202. package/dist/docs/api/v6/components/text-area/react +71 -0
  203. package/dist/docs/api/v6/components/text-input/react +57 -0
  204. package/dist/docs/api/v6/components/text-input-group/html +159 -0
  205. package/dist/docs/api/v6/components/text-input-group/react +48 -0
  206. package/dist/docs/api/v6/components/tile/html-deprecated +56 -0
  207. package/dist/docs/api/v6/components/tile/react-deprecated +151 -0
  208. package/dist/docs/api/v6/components/time-picker/react +47 -0
  209. package/dist/docs/api/v6/components/timestamp/html +18 -0
  210. package/dist/docs/api/v6/components/timestamp/react +63 -0
  211. package/dist/docs/api/v6/components/title/html +58 -0
  212. package/dist/docs/api/v6/components/title/react +12 -0
  213. package/dist/docs/api/v6/components/toggle-group/html +50 -0
  214. package/dist/docs/api/v6/components/toggle-group/react +61 -0
  215. package/dist/docs/api/v6/components/toolbar/html +309 -0
  216. package/dist/docs/api/v6/components/toolbar/html-demos +1939 -0
  217. package/dist/docs/api/v6/components/toolbar/react +135 -0
  218. package/dist/docs/api/v6/components/tooltip/html +71 -0
  219. package/dist/docs/api/v6/components/tooltip/react +42 -0
  220. package/dist/docs/api/v6/components/tree-view/html +118 -0
  221. package/dist/docs/api/v6/components/tree-view/react +107 -0
  222. package/dist/docs/api/v6/components/truncate/html +38 -0
  223. package/dist/docs/api/v6/components/truncate/react +47 -0
  224. package/dist/docs/api/v6/components/wizard/html +2867 -0
  225. package/dist/docs/api/v6/components/wizard/html-demos +5333 -0
  226. package/dist/docs/api/v6/components/wizard/react +162 -0
  227. package/dist/docs/api/v6/components/wizard/react-deprecated +380 -0
  228. package/dist/docs/api/v6/extensions/quick-starts/Basic-quick-starts +26 -0
  229. package/dist/docs/api/v6/extensions/quick-starts/In-app-documentation +14 -0
  230. package/dist/docs/api/v6/extensions/quick-starts/about +71 -0
  231. package/dist/docs/api/v6/extensions/quick-starts/design-guidelines +166 -0
  232. package/dist/docs/api/v6/layouts/bullseye/html +23 -0
  233. package/dist/docs/api/v6/layouts/flex/html +428 -0
  234. package/dist/docs/api/v6/layouts/gallery/html +79 -0
  235. package/dist/docs/api/v6/layouts/grid/html +116 -0
  236. package/dist/docs/api/v6/layouts/level/html +38 -0
  237. package/dist/docs/api/v6/layouts/split/html +40 -0
  238. package/dist/docs/api/v6/layouts/stack/html +32 -0
  239. package/dist/docs/api/v6/patterns/card-view/html-demos +1103 -0
  240. package/dist/docs/api/v6/patterns/dashboard/html-demos +1610 -0
  241. package/dist/docs/api/v6/patterns/primary-detail/html-demos +6371 -0
  242. package/dist/docs/api/v6/utility-classes/accessibility/html +35 -0
  243. package/dist/docs/api/v6/utility-classes/alignment/html +25 -0
  244. package/dist/docs/api/v6/utility-classes/background-color/html +26 -0
  245. package/dist/docs/api/v6/utility-classes/box-shadow/html +50 -0
  246. package/dist/docs/api/v6/utility-classes/display/html +88 -0
  247. package/dist/docs/api/v6/utility-classes/flex/html +130 -0
  248. package/dist/docs/api/v6/utility-classes/float/html +23 -0
  249. package/dist/docs/api/v6/utility-classes/sizing/html +195 -0
  250. package/dist/docs/api/v6/utility-classes/spacing/html +78 -0
  251. package/dist/docs/api/v6/utility-classes/text/html +104 -0
  252. package/dist/docs/apiIndex.json +561 -0
  253. package/dist/docs/components/about-modal/html/index.html +8 -8
  254. package/dist/docs/components/about-modal/html-demos/index.html +4 -4
  255. package/dist/docs/components/about-modal/index.html +5 -5
  256. package/dist/docs/components/accordion/html/index.html +25 -25
  257. package/dist/docs/components/accordion/index.html +10 -10
  258. package/dist/docs/components/action-list/html/index.html +11 -11
  259. package/dist/docs/components/action-list/index.html +9 -9
  260. package/dist/docs/components/action-list/react/index.html +6 -6
  261. package/dist/docs/components/alert/html/index.html +28 -28
  262. package/dist/docs/components/alert/html-demos/index.html +7 -7
  263. package/dist/docs/components/alert/index.html +80 -80
  264. package/dist/docs/components/alert/react/index.html +80 -80
  265. package/dist/docs/components/avatar/html/index.html +16 -16
  266. package/dist/docs/components/avatar/index.html +8 -8
  267. package/dist/docs/components/avatar/react/index.html +8 -8
  268. package/dist/docs/components/back-to-top/html/index.html +9 -9
  269. package/dist/docs/components/back-to-top/html-demos/index.html +4 -4
  270. package/dist/docs/components/back-to-top/index.html +8 -8
  271. package/dist/docs/components/back-to-top/react/index.html +8 -8
  272. package/dist/docs/components/backdrop/html/index.html +8 -8
  273. package/dist/docs/components/backdrop/index.html +3 -3
  274. package/dist/docs/components/backdrop/react/index.html +6 -6
  275. package/dist/docs/components/background-image/html/index.html +8 -8
  276. package/dist/docs/components/background-image/index.html +3 -3
  277. package/dist/docs/components/background-image/react/index.html +6 -6
  278. package/dist/docs/components/badge/html/index.html +12 -12
  279. package/dist/docs/components/badge/index.html +8 -8
  280. package/dist/docs/components/badge/react/index.html +8 -8
  281. package/dist/docs/components/banner/html/index.html +12 -12
  282. package/dist/docs/components/banner/html-demos/index.html +6 -6
  283. package/dist/docs/components/banner/index.html +11 -11
  284. package/dist/docs/components/banner/react/index.html +11 -11
  285. package/dist/docs/components/brand/html/index.html +13 -13
  286. package/dist/docs/components/brand/index.html +9 -9
  287. package/dist/docs/components/breadcrumb/html/index.html +18 -18
  288. package/dist/docs/components/breadcrumb/index.html +9 -9
  289. package/dist/docs/components/button/html-demos/index.html +8 -8
  290. package/dist/docs/components/button/react/index.html +34 -34
  291. package/dist/docs/components/calendar-month/react/index.html +9 -9
  292. package/dist/docs/components/card/html/index.html +37 -37
  293. package/dist/docs/components/card/html-demos/index.html +22 -22
  294. package/dist/docs/components/card/index.html +52 -52
  295. package/dist/docs/components/card/react/index.html +52 -52
  296. package/dist/docs/components/checkbox/react/index.html +16 -16
  297. package/dist/docs/components/chip/index.html +11 -11
  298. package/dist/docs/components/chip/react-deprecated/index.html +11 -11
  299. package/dist/docs/components/clipboard-copy/html/index.html +15 -15
  300. package/dist/docs/components/clipboard-copy/index.html +18 -18
  301. package/dist/docs/components/clipboard-copy/react/index.html +15 -15
  302. package/dist/docs/components/code-block/html/index.html +10 -10
  303. package/dist/docs/components/code-block/index.html +9 -9
  304. package/dist/docs/components/code-block/react/index.html +6 -6
  305. package/dist/docs/components/content/html/index.html +21 -21
  306. package/dist/docs/components/content/index.html +19 -19
  307. package/dist/docs/components/data-list/html/index.html +38 -38
  308. package/dist/docs/components/data-list/html-demos/index.html +12 -12
  309. package/dist/docs/components/data-list/index.html +21 -21
  310. package/dist/docs/components/date-picker/html/index.html +14 -14
  311. package/dist/docs/components/date-picker/index.html +17 -17
  312. package/dist/docs/components/date-picker/react/index.html +17 -17
  313. package/dist/docs/components/description-list/html-demos/index.html +11 -11
  314. package/dist/docs/components/description-list/react/index.html +39 -39
  315. package/dist/docs/components/divider/react/index.html +14 -14
  316. package/dist/docs/components/drag-and-drop/react-deprecated/index.html +9 -9
  317. package/dist/docs/components/drawer/html/index.html +30 -30
  318. package/dist/docs/components/drawer/html-demos/index.html +16 -16
  319. package/dist/docs/components/drawer/index.html +28 -28
  320. package/dist/docs/components/drawer/react/index.html +28 -28
  321. package/dist/docs/components/dropdown/index.html +17 -17
  322. package/dist/docs/components/dropdown/react/index.html +17 -17
  323. package/dist/docs/components/dual-list-selector/html/index.html +16 -16
  324. package/dist/docs/components/dual-list-selector/index.html +20 -20
  325. package/dist/docs/components/dual-list-selector/react/index.html +20 -20
  326. package/dist/docs/components/empty-state/html/index.html +11 -11
  327. package/dist/docs/components/empty-state/index.html +10 -10
  328. package/dist/docs/components/empty-state/react/index.html +13 -13
  329. package/dist/docs/components/expandable-section/html/index.html +17 -17
  330. package/dist/docs/components/expandable-section/index.html +18 -18
  331. package/dist/docs/components/expandable-section/react/index.html +18 -18
  332. package/dist/docs/components/form/html/index.html +16 -16
  333. package/dist/docs/components/form/html-demos/index.html +9 -9
  334. package/dist/docs/components/form/index.html +16 -16
  335. package/dist/docs/components/form/react/index.html +19 -19
  336. package/dist/docs/components/form-select/index.html +9 -9
  337. package/dist/docs/components/form-select/react/index.html +9 -9
  338. package/dist/docs/components/hint/react/index.html +11 -11
  339. package/dist/docs/components/icon/react/index.html +20 -20
  340. package/dist/docs/components/inline-edit/html/index.html +26 -26
  341. package/dist/docs/components/inline-edit/index.html +26 -26
  342. package/dist/docs/components/input-group/html/index.html +9 -9
  343. package/dist/docs/components/input-group/index.html +9 -9
  344. package/dist/docs/components/input-group/react/index.html +12 -12
  345. package/dist/docs/components/jump-links/html/index.html +17 -17
  346. package/dist/docs/components/jump-links/index.html +9 -9
  347. package/dist/docs/components/jump-links/react/index.html +12 -12
  348. package/dist/docs/components/list/html/index.html +16 -16
  349. package/dist/docs/components/list/index.html +12 -12
  350. package/dist/docs/components/list/react/index.html +12 -12
  351. package/dist/docs/components/login-page/html/index.html +14 -14
  352. package/dist/docs/components/login-page/index.html +10 -10
  353. package/dist/docs/components/login-page/react/index.html +13 -13
  354. package/dist/docs/components/masthead/html/index.html +13 -13
  355. package/dist/docs/components/masthead/html-demos/index.html +23 -23
  356. package/dist/docs/components/masthead/index.html +18 -18
  357. package/dist/docs/components/masthead/react/index.html +15 -15
  358. package/dist/docs/components/menu/html/index.html +46 -46
  359. package/dist/docs/components/menu/index.html +68 -68
  360. package/dist/docs/components/menu/react/index.html +68 -68
  361. package/dist/docs/components/menu-toggle/html/index.html +35 -35
  362. package/dist/docs/components/menu-toggle/index.html +66 -66
  363. package/dist/docs/components/menu-toggle/react/index.html +66 -66
  364. package/dist/docs/components/modal/html-demos/index.html +16 -16
  365. package/dist/docs/components/modal/react/index.html +41 -41
  366. package/dist/docs/components/multiple-file-upload/html/index.html +14 -14
  367. package/dist/docs/components/multiple-file-upload/index.html +29 -29
  368. package/dist/docs/components/multiple-file-upload/react/index.html +29 -29
  369. package/dist/docs/components/navigation/html/index.html +29 -29
  370. package/dist/docs/components/navigation/index.html +21 -21
  371. package/dist/docs/components/notification-drawer/html-demos/index.html +16 -16
  372. package/dist/docs/components/overflow-menu/react/index.html +9 -9
  373. package/dist/docs/components/page/html-demos/index.html +35 -35
  374. package/dist/docs/components/page/react/index.html +47 -47
  375. package/dist/docs/components/pagination/react/index.html +17 -17
  376. package/dist/docs/components/panel/html-demos/index.html +5 -5
  377. package/dist/docs/components/panel/react/index.html +25 -25
  378. package/dist/docs/components/popover/react/index.html +20 -20
  379. package/dist/docs/components/progress/react/index.html +20 -20
  380. package/dist/docs/components/progress-stepper/react/index.html +13 -13
  381. package/dist/docs/components/radio/react/index.html +12 -12
  382. package/dist/docs/components/search-input/index.html +14 -14
  383. package/dist/docs/components/search-input/react/index.html +14 -14
  384. package/dist/docs/components/select/index.html +62 -62
  385. package/dist/docs/components/select/react/index.html +62 -62
  386. package/dist/docs/components/sidebar/react/index.html +17 -17
  387. package/dist/docs/components/simple-file-upload/html/index.html +15 -15
  388. package/dist/docs/components/simple-file-upload/index.html +32 -32
  389. package/dist/docs/components/simple-file-upload/react/index.html +32 -32
  390. package/dist/docs/components/simple-list/react/index.html +9 -9
  391. package/dist/docs/components/skeleton/react/index.html +7 -7
  392. package/dist/docs/components/skip-to-content/react/index.html +3 -3
  393. package/dist/docs/components/slider/react/index.html +19 -19
  394. package/dist/docs/components/spinner/react/index.html +6 -6
  395. package/dist/docs/components/switch/react/index.html +12 -12
  396. package/dist/docs/components/table/html/index.html +129 -129
  397. package/dist/docs/components/table/html-demos/index.html +33 -33
  398. package/dist/docs/components/table/index.html +129 -129
  399. package/dist/docs/components/tabs/html/index.html +64 -64
  400. package/dist/docs/components/tabs/html-demos/index.html +13 -13
  401. package/dist/docs/components/tabs/index.html +74 -74
  402. package/dist/docs/components/tabs/react/index.html +74 -74
  403. package/dist/docs/components/text-area/index.html +15 -15
  404. package/dist/docs/components/text-area/react/index.html +15 -15
  405. package/dist/docs/components/text-input/index.html +10 -10
  406. package/dist/docs/components/text-input/react/index.html +10 -10
  407. package/dist/docs/components/text-input-group/html/index.html +27 -27
  408. package/dist/docs/components/text-input-group/index.html +16 -16
  409. package/dist/docs/components/text-input-group/react/index.html +16 -16
  410. package/dist/docs/components/tile/html-deprecated/index.html +14 -14
  411. package/dist/docs/components/tile/index.html +26 -26
  412. package/dist/docs/components/tile/react-deprecated/index.html +26 -26
  413. package/dist/docs/components/time-picker/index.html +10 -10
  414. package/dist/docs/components/time-picker/react/index.html +10 -10
  415. package/dist/docs/components/timestamp/html/index.html +5 -5
  416. package/dist/docs/components/timestamp/index.html +18 -18
  417. package/dist/docs/components/timestamp/react/index.html +18 -18
  418. package/dist/docs/components/title/react/index.html +7 -7
  419. package/dist/docs/components/toggle-group/react/index.html +21 -21
  420. package/dist/docs/components/toolbar/html-demos/index.html +12 -12
  421. package/dist/docs/components/toolbar/react/index.html +39 -39
  422. package/dist/docs/components/tooltip/react/index.html +9 -9
  423. package/dist/docs/components/tree-view/react/index.html +20 -20
  424. package/dist/docs/components/truncate/react/index.html +10 -10
  425. package/dist/docs/components/wizard/html/index.html +29 -29
  426. package/dist/docs/components/wizard/html-demos/index.html +22 -22
  427. package/dist/docs/components/wizard/index.html +32 -32
  428. package/dist/docs/components/wizard/react/index.html +32 -32
  429. package/dist/docs/components/wizard/react-deprecated/index.html +22 -22
  430. package/dist/docs/layouts/bullseye/html/index.html +8 -8
  431. package/dist/docs/layouts/bullseye/index.html +8 -8
  432. package/dist/docs/layouts/flex/html/index.html +87 -87
  433. package/dist/docs/layouts/flex/index.html +87 -87
  434. package/dist/docs/layouts/gallery/html/index.html +20 -20
  435. package/dist/docs/layouts/gallery/index.html +20 -20
  436. package/dist/docs/layouts/grid/html/index.html +22 -22
  437. package/dist/docs/layouts/grid/index.html +22 -22
  438. package/dist/docs/layouts/level/html/index.html +10 -10
  439. package/dist/docs/layouts/level/index.html +10 -10
  440. package/dist/docs/layouts/split/html/index.html +13 -13
  441. package/dist/docs/layouts/split/index.html +13 -13
  442. package/dist/docs/layouts/stack/html/index.html +12 -12
  443. package/dist/docs/layouts/stack/index.html +12 -12
  444. package/dist/docs/patterns/card-view/html-demos/index.html +4 -4
  445. package/dist/docs/patterns/card-view/index.html +4 -4
  446. package/dist/docs/patterns/dashboard/html-demos/index.html +4 -4
  447. package/dist/docs/patterns/dashboard/index.html +4 -4
  448. package/dist/docs/patterns/primary-detail/html-demos/index.html +20 -20
  449. package/dist/docs/patterns/primary-detail/index.html +20 -20
  450. package/dist/docs/utility-classes/accessibility/html/index.html +8 -8
  451. package/dist/docs/utility-classes/accessibility/index.html +8 -8
  452. package/dist/docs/utility-classes/alignment/html/index.html +7 -7
  453. package/dist/docs/utility-classes/alignment/index.html +7 -7
  454. package/dist/docs/utility-classes/background-color/html/index.html +9 -9
  455. package/dist/docs/utility-classes/background-color/index.html +9 -9
  456. package/dist/docs/utility-classes/flex/html/index.html +17 -17
  457. package/dist/docs/utility-classes/flex/index.html +17 -17
  458. package/dist/docs/utility-classes/float/html/index.html +10 -10
  459. package/dist/docs/utility-classes/float/index.html +10 -10
  460. package/dist/docs/utility-classes/sizing/html/index.html +31 -31
  461. package/dist/docs/utility-classes/sizing/index.html +31 -31
  462. package/dist/docs/utility-classes/spacing/html/index.html +12 -12
  463. package/dist/docs/utility-classes/spacing/index.html +12 -12
  464. package/dist/props.json +1 -1
  465. package/jest.config.ts +2 -0
  466. package/package.json +8 -6
  467. package/public/_routes.json +22 -0
  468. package/src/__mocks__/astro-content.ts +6 -0
  469. package/src/content.ts +1 -1
  470. package/src/pages/api/[version]/[section]/[page]/[tab].ts +153 -0
  471. package/src/pages/api/[version]/[section]/[page].ts +38 -0
  472. package/src/pages/api/[version]/[section].ts +37 -0
  473. package/src/pages/api/[version].ts +32 -0
  474. package/src/pages/api/index.ts +172 -0
  475. package/src/pages/api/openapi.json.ts +398 -0
  476. package/src/pages/api/versions.ts +17 -0
  477. package/src/pages/apiIndex.json.ts +27 -0
  478. package/src/utils/apiHelpers.ts +50 -0
  479. package/src/utils/apiIndex/fetch.ts +20 -0
  480. package/src/utils/apiIndex/generate.ts +164 -0
  481. package/src/utils/apiIndex/get.ts +94 -0
  482. package/src/utils/apiIndex/index.ts +8 -0
  483. package/src/utils/getOutputDir.ts +19 -0
  484. package/src/utils/packageUtils.ts +5 -3
  485. package/test.setup.ts +26 -0
  486. package/tsconfig.json +9 -4
  487. package/wrangler.jsonc +3 -7
  488. package/dist/docs/_worker.js/manifest_xB4kYTib.mjs +0 -100
  489. /package/dist/docs/_worker.js/chunks/{AboutModalBox_Cu3lYj-F.mjs → AboutModalBox_BNczOYyR.mjs} +0 -0
  490. /package/dist/docs/_worker.js/chunks/{AboutModalBox_CuJGPHPL.mjs → AboutModalBox_C8zbG7Rg.mjs} +0 -0
  491. /package/dist/docs/_worker.js/chunks/{AboutModal_2kPyLvs3.mjs → AboutModal_BPvzWsrK.mjs} +0 -0
  492. /package/dist/docs/_worker.js/chunks/{AboutModal_B0z7yzIi.mjs → AboutModal_CeYYXWLv.mjs} +0 -0
  493. /package/dist/docs/_worker.js/chunks/{AboutModal_BDdESuuB.mjs → AboutModal_DJyd9uvp.mjs} +0 -0
  494. /package/dist/docs/_worker.js/chunks/{AboutModal_Dz2U27Vz.mjs → AboutModal_NzRG49E2.mjs} +0 -0
  495. /package/dist/docs/_worker.js/chunks/{Accessibility_BRx5nlJS.mjs → Accessibility_COWkI0jH.mjs} +0 -0
  496. /package/dist/docs/_worker.js/chunks/{Accessibility_qcjoR3_w.mjs → Accessibility_DSa9S6Ia.mjs} +0 -0
  497. /package/dist/docs/_worker.js/chunks/{Accordion_BkjW7yKq.mjs → Accordion_BlqY2C4D.mjs} +0 -0
  498. /package/dist/docs/_worker.js/chunks/{Accordion_CeHgjBz5.mjs → Accordion_CBBb0bLf.mjs} +0 -0
  499. /package/dist/docs/_worker.js/chunks/{Accordion_Cf63uWRp.mjs → Accordion_DAJlnIsZ.mjs} +0 -0
  500. /package/dist/docs/_worker.js/chunks/{Accordion_CpKvLzts.mjs → Accordion_DPHcrnYm.mjs} +0 -0
  501. /package/dist/docs/_worker.js/chunks/{ActionList_CF8a0IE9.mjs → ActionList_BkFDr382.mjs} +0 -0
  502. /package/dist/docs/_worker.js/chunks/{ActionList_Ch2LF-uv.mjs → ActionList_ChWZANBN.mjs} +0 -0
  503. /package/dist/docs/_worker.js/chunks/{ActionList_DWfW-IXs.mjs → ActionList_CuNEWpkC.mjs} +0 -0
  504. /package/dist/docs/_worker.js/chunks/{ActionList_Do_u7FsF.mjs → ActionList_DY0cKgjH.mjs} +0 -0
  505. /package/dist/docs/_worker.js/chunks/{Alert_BRqRi--b.mjs → Alert_BMKUu0xa.mjs} +0 -0
  506. /package/dist/docs/_worker.js/chunks/{Alert_BkfSiopo.mjs → Alert_BxxG-qhM.mjs} +0 -0
  507. /package/dist/docs/_worker.js/chunks/{Alert_BvereOfi.mjs → Alert_CuWvSmhx.mjs} +0 -0
  508. /package/dist/docs/_worker.js/chunks/{Alert_DUygPpQ5.mjs → Alert_DSyLCSlk.mjs} +0 -0
  509. /package/dist/docs/_worker.js/chunks/{Alert_QN7Mib-4.mjs → Alert_DY6c8Khh.mjs} +0 -0
  510. /package/dist/docs/_worker.js/chunks/{Alert_e-PUKVbG.mjs → Alert_GrG2aXYs.mjs} +0 -0
  511. /package/dist/docs/_worker.js/chunks/{Alignment_BUigz3LN.mjs → Alignment_CheFF91a.mjs} +0 -0
  512. /package/dist/docs/_worker.js/chunks/{Alignment_BoQxc0QM.mjs → Alignment_PVMuqeaO.mjs} +0 -0
  513. /package/dist/docs/_worker.js/chunks/{Avatar_BQ-g5V1O.mjs → Avatar_BaNh8rVy.mjs} +0 -0
  514. /package/dist/docs/_worker.js/chunks/{Avatar_CaZKESle.mjs → Avatar_C869bl5e.mjs} +0 -0
  515. /package/dist/docs/_worker.js/chunks/{Avatar_D8ATrjy5.mjs → Avatar_fcU0a-xJ.mjs} +0 -0
  516. /package/dist/docs/_worker.js/chunks/{Avatar_DKuiyYnc.mjs → Avatar_oNtW34f1.mjs} +0 -0
  517. /package/dist/docs/_worker.js/chunks/{BackToTop_BoRi2cA8.mjs → BackToTop_3FLvF2xk.mjs} +0 -0
  518. /package/dist/docs/_worker.js/chunks/{BackToTop_CJUUzsiv.mjs → BackToTop_BA7x9mvO.mjs} +0 -0
  519. /package/dist/docs/_worker.js/chunks/{BackToTop_Cl-uD2kH.mjs → BackToTop_Bc0G7rHN.mjs} +0 -0
  520. /package/dist/docs/_worker.js/chunks/{BackToTop_Czsq0Qaz.mjs → BackToTop_Bs32_WdM.mjs} +0 -0
  521. /package/dist/docs/_worker.js/chunks/{BackToTop_Do5ZHwh-.mjs → BackToTop_C9BdLTse.mjs} +0 -0
  522. /package/dist/docs/_worker.js/chunks/{BackToTop__KYf0zZz.mjs → BackToTop_Dc0HPyKc.mjs} +0 -0
  523. /package/dist/docs/_worker.js/chunks/{Backdrop_1jDnW_h-.mjs → Backdrop_7uK7x__z.mjs} +0 -0
  524. /package/dist/docs/_worker.js/chunks/{Backdrop_9cK5Uglb.mjs → Backdrop_BG6uadcI.mjs} +0 -0
  525. /package/dist/docs/_worker.js/chunks/{Backdrop_D5kOAkXn.mjs → Backdrop_BtWYFg-O.mjs} +0 -0
  526. /package/dist/docs/_worker.js/chunks/{Backdrop_FSaNVAb6.mjs → Backdrop_BvxFQdF9.mjs} +0 -0
  527. /package/dist/docs/_worker.js/chunks/{BackgroundColor_DBPo2sc5.mjs → BackgroundColor_D1Af2EE6.mjs} +0 -0
  528. /package/dist/docs/_worker.js/chunks/{BackgroundColor_DVx1LiIA.mjs → BackgroundColor_km2Swoh1.mjs} +0 -0
  529. /package/dist/docs/_worker.js/chunks/{BackgroundImage_1B4Xqvjz.mjs → BackgroundImage_5kJenDad.mjs} +0 -0
  530. /package/dist/docs/_worker.js/chunks/{BackgroundImage_BFGSvlXv.mjs → BackgroundImage_BMN4T5dS.mjs} +0 -0
  531. /package/dist/docs/_worker.js/chunks/{BackgroundImage_CuYgrC7t.mjs → BackgroundImage_CLlcp6_G.mjs} +0 -0
  532. /package/dist/docs/_worker.js/chunks/{BackgroundImage_Dw6e0Lyu.mjs → BackgroundImage_WY20wili.mjs} +0 -0
  533. /package/dist/docs/_worker.js/chunks/{Badge_B-DCK0co.mjs → Badge_BbfV9eFd.mjs} +0 -0
  534. /package/dist/docs/_worker.js/chunks/{Badge_B3H9xO69.mjs → Badge_CH4M-tWN.mjs} +0 -0
  535. /package/dist/docs/_worker.js/chunks/{Badge_BcySz2jh.mjs → Badge_CWzUxB8l.mjs} +0 -0
  536. /package/dist/docs/_worker.js/chunks/{Badge_Jsmi3Kxq.mjs → Badge_CmDTaJjh.mjs} +0 -0
  537. /package/dist/docs/_worker.js/chunks/{Banner_B8ITz2zL.mjs → Banner_BUnrevVM.mjs} +0 -0
  538. /package/dist/docs/_worker.js/chunks/{Banner_BGiPyzR_.mjs → Banner_Cahzlmat.mjs} +0 -0
  539. /package/dist/docs/_worker.js/chunks/{Banner_Cg9HPJpG.mjs → Banner_FHaHghSg.mjs} +0 -0
  540. /package/dist/docs/_worker.js/chunks/{Banner_Cn7uthlJ.mjs → Banner_FlNcMFkL.mjs} +0 -0
  541. /package/dist/docs/_worker.js/chunks/{Banner_CxwqlJVm.mjs → Banner_JU8blRLq.mjs} +0 -0
  542. /package/dist/docs/_worker.js/chunks/{Banner_DOUhfqWw.mjs → Banner_PXq9izyR.mjs} +0 -0
  543. /package/dist/docs/_worker.js/chunks/{BasicForms_B8tjSKLE.mjs → BasicForms_CRKLIxWY.mjs} +0 -0
  544. /package/dist/docs/_worker.js/chunks/{BasicForms_CwmafI57.mjs → BasicForms_DfSp5KU7.mjs} +0 -0
  545. /package/dist/docs/_worker.js/chunks/{Brand_Bc16U4sl.mjs → Brand_B30r7hZ6.mjs} +0 -0
  546. /package/dist/docs/_worker.js/chunks/{Brand_Ca5twYGi.mjs → Brand_BfmPCXwg.mjs} +0 -0
  547. /package/dist/docs/_worker.js/chunks/{Brand_CiRWWx3E.mjs → Brand_BvvdXzb1.mjs} +0 -0
  548. /package/dist/docs/_worker.js/chunks/{Brand_EXmEIPy8.mjs → Brand_GLhvVdyd.mjs} +0 -0
  549. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BX2cFjiF.mjs → Breadcrumb_3JGDbbuT.mjs} +0 -0
  550. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BjI3zcaO.mjs → Breadcrumb_BRgcJqnY.mjs} +0 -0
  551. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BpBuLVTr.mjs → Breadcrumb_BpSRoboz.mjs} +0 -0
  552. /package/dist/docs/_worker.js/chunks/{Breadcrumb_CirgAHgC.mjs → Breadcrumb_DZII1CYA.mjs} +0 -0
  553. /package/dist/docs/_worker.js/chunks/{Bullseye_BIs4SLst.mjs → Bullseye_CBKv8V48.mjs} +0 -0
  554. /package/dist/docs/_worker.js/chunks/{Bullseye_CN1FN4JT.mjs → Bullseye_DDNLt3fh.mjs} +0 -0
  555. /package/dist/docs/_worker.js/chunks/{Button_8xH2aT7J.mjs → Button_B-Y4jih0.mjs} +0 -0
  556. /package/dist/docs/_worker.js/chunks/{Button_B1kHGK3S.mjs → Button_BSFDzlps.mjs} +0 -0
  557. /package/dist/docs/_worker.js/chunks/{Button_C-S6OiP6.mjs → Button_CFHM4AFH.mjs} +0 -0
  558. /package/dist/docs/_worker.js/chunks/{Button_DFy1CpC-.mjs → Button_D38jkR7H.mjs} +0 -0
  559. /package/dist/docs/_worker.js/chunks/{Button_XADBi_Ls.mjs → Button_DmVPT4H2.mjs} +0 -0
  560. /package/dist/docs/_worker.js/chunks/{Button_danYwnXx.mjs → Button_agojXX0J.mjs} +0 -0
  561. /package/dist/docs/_worker.js/chunks/{CalendarMonth_B09a0u_g.mjs → CalendarMonth_C8v3gM3y.mjs} +0 -0
  562. /package/dist/docs/_worker.js/chunks/{CalendarMonth_BgAdBBc2.mjs → CalendarMonth_CWncV4uY.mjs} +0 -0
  563. /package/dist/docs/_worker.js/chunks/{CalendarMonth_CBumh51r.mjs → CalendarMonth_D_e29EfW.mjs} +0 -0
  564. /package/dist/docs/_worker.js/chunks/{CalendarMonth_C_WNUtgk.mjs → CalendarMonth_FATpCVIq.mjs} +0 -0
  565. /package/dist/docs/_worker.js/chunks/{CardView_DJgLPA2i.mjs → CardView_B-NDMEtF.mjs} +0 -0
  566. /package/dist/docs/_worker.js/chunks/{CardView_D_SJbntJ.mjs → CardView_Dpll06PH.mjs} +0 -0
  567. /package/dist/docs/_worker.js/chunks/{Card_-kgmEE9_.mjs → Card_7s4QIA2Z.mjs} +0 -0
  568. /package/dist/docs/_worker.js/chunks/{Card_BGXuqPsV.mjs → Card_B5XzQFdM.mjs} +0 -0
  569. /package/dist/docs/_worker.js/chunks/{Card_Bvgop1nZ.mjs → Card_BLB4dGR8.mjs} +0 -0
  570. /package/dist/docs/_worker.js/chunks/{Card_C6PpZ7gQ.mjs → Card_BS60F8kt.mjs} +0 -0
  571. /package/dist/docs/_worker.js/chunks/{Card_Ckqju2uX.mjs → Card_BtN8CqII.mjs} +0 -0
  572. /package/dist/docs/_worker.js/chunks/{Card_uIM_n8iH.mjs → Card_D8DoqX5T.mjs} +0 -0
  573. /package/dist/docs/_worker.js/chunks/{Check_DtQoPD6Z.mjs → Check_BB20AYbW.mjs} +0 -0
  574. /package/dist/docs/_worker.js/chunks/{Check_dBL7Gl6I.mjs → Check_DHkkgahn.mjs} +0 -0
  575. /package/dist/docs/_worker.js/chunks/{Checkbox_DvLpvMWN.mjs → Checkbox_DjV26Wgr.mjs} +0 -0
  576. /package/dist/docs/_worker.js/chunks/{Checkbox_DzcSGlbI.mjs → Checkbox_xflCkZIF.mjs} +0 -0
  577. /package/dist/docs/_worker.js/chunks/{Chip_CKLvI_Mf.mjs → Chip_BUMeI1O4.mjs} +0 -0
  578. /package/dist/docs/_worker.js/chunks/{Chip_DMEUR3Vv.mjs → Chip_BgLdVWOV.mjs} +0 -0
  579. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_BXBMqMCs.mjs → ClipboardCopy_BIF12RM4.mjs} +0 -0
  580. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_CFhZKIF0.mjs → ClipboardCopy_C4BuHCoz.mjs} +0 -0
  581. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_DfLdAhwk.mjs → ClipboardCopy_DO-6QDpS.mjs} +0 -0
  582. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_fnGItLg6.mjs → ClipboardCopy_qiS1xwMp.mjs} +0 -0
  583. /package/dist/docs/_worker.js/chunks/{CodeBlock_0C7qF2dr.mjs → CodeBlock_CYx5pFrZ.mjs} +0 -0
  584. /package/dist/docs/_worker.js/chunks/{CodeBlock_C6bcm2cn.mjs → CodeBlock_N2kfXLK5.mjs} +0 -0
  585. /package/dist/docs/_worker.js/chunks/{CodeBlock_C7Wzj1gx.mjs → CodeBlock_jCqMrKer.mjs} +0 -0
  586. /package/dist/docs/_worker.js/chunks/{CodeBlock_CdTE84x7.mjs → CodeBlock_lFFVflex.mjs} +0 -0
  587. /package/dist/docs/_worker.js/chunks/{CodeEditor_CWTZGsBI.mjs → CodeEditor_B9FvAqQv.mjs} +0 -0
  588. /package/dist/docs/_worker.js/chunks/{CodeEditor_D38VxLRX.mjs → CodeEditor_iJZcldbJ.mjs} +0 -0
  589. /package/dist/docs/_worker.js/chunks/{Content_BZxSjz_J.mjs → Content_DLR-SAaR.mjs} +0 -0
  590. /package/dist/docs/_worker.js/chunks/{Content_BmQwKJh_.mjs → Content_DQlmPrb8.mjs} +0 -0
  591. /package/dist/docs/_worker.js/chunks/{Content_DBNy5xBO.mjs → Content_DfqlBN-S.mjs} +0 -0
  592. /package/dist/docs/_worker.js/chunks/{Content_DrBKqT0k.mjs → Content_DhQ5uoQR.mjs} +0 -0
  593. /package/dist/docs/_worker.js/chunks/{Dashboard_B83TJg4a.mjs → Dashboard_BX0o5ROG.mjs} +0 -0
  594. /package/dist/docs/_worker.js/chunks/{Dashboard_DOtfffa6.mjs → Dashboard_CmcIupy1.mjs} +0 -0
  595. /package/dist/docs/_worker.js/chunks/{DataList_BjvE1-EN.mjs → DataList_BopnpeSv.mjs} +0 -0
  596. /package/dist/docs/_worker.js/chunks/{DataList_C8kDWfRu.mjs → DataList_C77dw91k.mjs} +0 -0
  597. /package/dist/docs/_worker.js/chunks/{DataList_CbE2AChO.mjs → DataList_C8deNCCm.mjs} +0 -0
  598. /package/dist/docs/_worker.js/chunks/{DataList_DSWugIlK.mjs → DataList_CHDx7o8c.mjs} +0 -0
  599. /package/dist/docs/_worker.js/chunks/{DataList_UQvuLrIO.mjs → DataList_DL12oPLb.mjs} +0 -0
  600. /package/dist/docs/_worker.js/chunks/{DataList_fAvCqaO9.mjs → DataList_DgaFlNxX.mjs} +0 -0
  601. /package/dist/docs/_worker.js/chunks/{DatePicker_ChDlX3iu.mjs → DatePicker_9PDaPseK.mjs} +0 -0
  602. /package/dist/docs/_worker.js/chunks/{DatePicker_DmPubMAh.mjs → DatePicker_DMkVH-KU.mjs} +0 -0
  603. /package/dist/docs/_worker.js/chunks/{DatePicker_DxC4SjdP.mjs → DatePicker_DsGMOhWO.mjs} +0 -0
  604. /package/dist/docs/_worker.js/chunks/{DatePicker_LoutNOXE.mjs → DatePicker_EvLi4WDs.mjs} +0 -0
  605. /package/dist/docs/_worker.js/chunks/{DescriptionList_3lGdBb0U.mjs → DescriptionList_ASlHyhtz.mjs} +0 -0
  606. /package/dist/docs/_worker.js/chunks/{DescriptionList_BDELBpRj.mjs → DescriptionList_BnVlCfDg.mjs} +0 -0
  607. /package/dist/docs/_worker.js/chunks/{DescriptionList_CLtdawK9.mjs → DescriptionList_ByVHfI3x.mjs} +0 -0
  608. /package/dist/docs/_worker.js/chunks/{DescriptionList_D1-hsrAN.mjs → DescriptionList_C1LMmPyz.mjs} +0 -0
  609. /package/dist/docs/_worker.js/chunks/{DescriptionList_nVVfmKOa.mjs → DescriptionList_CWoVmHWI.mjs} +0 -0
  610. /package/dist/docs/_worker.js/chunks/{DescriptionList_qJOduyx2.mjs → DescriptionList_D5Q0rs8C.mjs} +0 -0
  611. /package/dist/docs/_worker.js/chunks/{Display_IGnId0qr.mjs → Display_CAsjZFSd.mjs} +0 -0
  612. /package/dist/docs/_worker.js/chunks/{Display_s4e7T1j8.mjs → Display_xCEc_Oca.mjs} +0 -0
  613. /package/dist/docs/_worker.js/chunks/{Divider_CmZybpc_.mjs → Divider_B6OiIkro.mjs} +0 -0
  614. /package/dist/docs/_worker.js/chunks/{Divider_CvaEHek5.mjs → Divider_Bxbf5mZN.mjs} +0 -0
  615. /package/dist/docs/_worker.js/chunks/{Divider_DvFZnJJ7.mjs → Divider_CKYfxMgN.mjs} +0 -0
  616. /package/dist/docs/_worker.js/chunks/{Divider_pyLZ_EMM.mjs → Divider_Cnzfsx6G.mjs} +0 -0
  617. /package/dist/docs/_worker.js/chunks/{DragDrop_BvPhro74.mjs → DragDrop_1en70gW4.mjs} +0 -0
  618. /package/dist/docs/_worker.js/chunks/{DragDrop_CT1WBYhp.mjs → DragDrop_C0v3e_cU.mjs} +0 -0
  619. /package/dist/docs/_worker.js/chunks/{DragDrop_CUw_-GtF.mjs → DragDrop_Cin3wle-.mjs} +0 -0
  620. /package/dist/docs/_worker.js/chunks/{DragDrop_DSAdhUHP.mjs → DragDrop_mB4sMgjx.mjs} +0 -0
  621. /package/dist/docs/_worker.js/chunks/{Drawer_BVm5Yhus.mjs → Drawer_BW9erPO2.mjs} +0 -0
  622. /package/dist/docs/_worker.js/chunks/{Drawer_Bhax3CGl.mjs → Drawer_C-WgSkcG.mjs} +0 -0
  623. /package/dist/docs/_worker.js/chunks/{Drawer_CIBwlqQC.mjs → Drawer_C1KBDQ5l.mjs} +0 -0
  624. /package/dist/docs/_worker.js/chunks/{Drawer_CeYoRuud.mjs → Drawer_DA64hmKf.mjs} +0 -0
  625. /package/dist/docs/_worker.js/chunks/{Drawer_DpEoCU11.mjs → Drawer_DMc1uO89.mjs} +0 -0
  626. /package/dist/docs/_worker.js/chunks/{Drawer_GCYNgR69.mjs → Drawer_PeZQnMIO.mjs} +0 -0
  627. /package/dist/docs/_worker.js/chunks/{Dropdown_1ERtwj9O.mjs → Dropdown_Dg9_E15P.mjs} +0 -0
  628. /package/dist/docs/_worker.js/chunks/{Dropdown_D6m8nATe.mjs → Dropdown_Dn5FUndI.mjs} +0 -0
  629. /package/dist/docs/_worker.js/chunks/{DualListSelector_BeocT9BY.mjs → DualListSelector_-ZCw4aJP.mjs} +0 -0
  630. /package/dist/docs/_worker.js/chunks/{DualListSelector_CnuREgii.mjs → DualListSelector_BNVGJkd3.mjs} +0 -0
  631. /package/dist/docs/_worker.js/chunks/{DualListSelector_D7bU59cy.mjs → DualListSelector_Bjmq7VyJ.mjs} +0 -0
  632. /package/dist/docs/_worker.js/chunks/{DualListSelector_DaQc0u7L.mjs → DualListSelector_Bx4TqnjA.mjs} +0 -0
  633. /package/dist/docs/_worker.js/chunks/{DualListSelector_DnK-4e_t.mjs → DualListSelector_C4FOl0eW.mjs} +0 -0
  634. /package/dist/docs/_worker.js/chunks/{DualListSelector_eNCJBkn3.mjs → DualListSelector__iK-h_oy.mjs} +0 -0
  635. /package/dist/docs/_worker.js/chunks/{EmptyState_4aPHv0oS.mjs → EmptyState_BqEcPKpc.mjs} +0 -0
  636. /package/dist/docs/_worker.js/chunks/{EmptyState_BxopGC5Y.mjs → EmptyState_C0R60QYB.mjs} +0 -0
  637. /package/dist/docs/_worker.js/chunks/{EmptyState_CGPjIFR2.mjs → EmptyState_DRiJr40u.mjs} +0 -0
  638. /package/dist/docs/_worker.js/chunks/{EmptyState_Cm7R7m5E.mjs → EmptyState_b8WjbK6G.mjs} +0 -0
  639. /package/dist/docs/_worker.js/chunks/{ExpandableSection_7MhgwzIQ.mjs → ExpandableSection_C5wB6yQe.mjs} +0 -0
  640. /package/dist/docs/_worker.js/chunks/{ExpandableSection_C9EV1430.mjs → ExpandableSection_CAudiMeL.mjs} +0 -0
  641. /package/dist/docs/_worker.js/chunks/{ExpandableSection_ChLVmhmz.mjs → ExpandableSection_h__Wlq_8.mjs} +0 -0
  642. /package/dist/docs/_worker.js/chunks/{ExpandableSection_DbaTBUK0.mjs → ExpandableSection_rino3ake.mjs} +0 -0
  643. /package/dist/docs/_worker.js/chunks/{FileUpload_-AMCHxRs.mjs → FileUpload_BBytFSDi.mjs} +0 -0
  644. /package/dist/docs/_worker.js/chunks/{FileUpload_Bh088GWC.mjs → FileUpload_Brcpxjgy.mjs} +0 -0
  645. /package/dist/docs/_worker.js/chunks/{FileUpload_Bp400wRv.mjs → FileUpload_CCluI7Qg.mjs} +0 -0
  646. /package/dist/docs/_worker.js/chunks/{FileUpload_Bw9Y-_MR.mjs → FileUpload_CJv9o7iX.mjs} +0 -0
  647. /package/dist/docs/_worker.js/chunks/{Flex_CKc1G2R_.mjs → Flex_BSEvNiCq.mjs} +0 -0
  648. /package/dist/docs/_worker.js/chunks/{Flex_CZUMPRAJ.mjs → Flex_DBp4St0L.mjs} +0 -0
  649. /package/dist/docs/_worker.js/chunks/{Flex_DKSXSurr.mjs → Flex_DMpmr1cB.mjs} +0 -0
  650. /package/dist/docs/_worker.js/chunks/{Flex_YfCm5HaC.mjs → Flex_MwVi3xPw.mjs} +0 -0
  651. /package/dist/docs/_worker.js/chunks/{Float_BPeNj4E6.mjs → Float_CSEpZMsA.mjs} +0 -0
  652. /package/dist/docs/_worker.js/chunks/{Float_iQZnnAiX.mjs → Float_DiHaeRgP.mjs} +0 -0
  653. /package/dist/docs/_worker.js/chunks/{FormControl_CZWnehfz.mjs → FormControl_CwgwqtI-.mjs} +0 -0
  654. /package/dist/docs/_worker.js/chunks/{FormControl_Cx-ba5Qk.mjs → FormControl_kYJyUVQi.mjs} +0 -0
  655. /package/dist/docs/_worker.js/chunks/{FormSelect_-gqb1xwe.mjs → FormSelect_DCumhhO4.mjs} +0 -0
  656. /package/dist/docs/_worker.js/chunks/{FormSelect_DEsRV24d.mjs → FormSelect_DorfB_dn.mjs} +0 -0
  657. /package/dist/docs/_worker.js/chunks/{Form_D1nKt_79.mjs → Form_BoHYDmOW.mjs} +0 -0
  658. /package/dist/docs/_worker.js/chunks/{Form_D3G3m68w.mjs → Form_Bzc8we9g.mjs} +0 -0
  659. /package/dist/docs/_worker.js/chunks/{Form_DWJD_soL.mjs → Form_CkOABJis.mjs} +0 -0
  660. /package/dist/docs/_worker.js/chunks/{Form_PYxb5bzV.mjs → Form_opnqDEUL.mjs} +0 -0
  661. /package/dist/docs/_worker.js/chunks/{Gallery_B0D9c9SA.mjs → Gallery_CaNW5BKu.mjs} +0 -0
  662. /package/dist/docs/_worker.js/chunks/{Gallery_DXqxzx-Z.mjs → Gallery_Cl9YyYS-.mjs} +0 -0
  663. /package/dist/docs/_worker.js/chunks/{Grid_Cd2BcI08.mjs → Grid_CRvH-aCL.mjs} +0 -0
  664. /package/dist/docs/_worker.js/chunks/{Grid_Dox2ZoC6.mjs → Grid_DGUOKf99.mjs} +0 -0
  665. /package/dist/docs/_worker.js/chunks/{HelperText_8gmB4M_G.mjs → HelperText_7uSwd4Bo.mjs} +0 -0
  666. /package/dist/docs/_worker.js/chunks/{HelperText_B8Cok64Y.mjs → HelperText_BGQ-3A0k.mjs} +0 -0
  667. /package/dist/docs/_worker.js/chunks/{HelperText_BHC4l-i3.mjs → HelperText_BLszq2Gb.mjs} +0 -0
  668. /package/dist/docs/_worker.js/chunks/{HelperText_BpmMVNF4.mjs → HelperText_BrRGcKIR.mjs} +0 -0
  669. /package/dist/docs/_worker.js/chunks/{HelperText_DD9mIdb7.mjs → HelperText_DxtUrixW.mjs} +0 -0
  670. /package/dist/docs/_worker.js/chunks/{HelperText_X1kywm1k.mjs → HelperText_Mxj1MT36.mjs} +0 -0
  671. /package/dist/docs/_worker.js/chunks/{Hint_BOj5Ckqk.mjs → Hint_0gsAL_6K.mjs} +0 -0
  672. /package/dist/docs/_worker.js/chunks/{Hint_Btj22muI.mjs → Hint_CFny7XG0.mjs} +0 -0
  673. /package/dist/docs/_worker.js/chunks/{Hint_CRiLDYNg.mjs → Hint_DefhAp7H.mjs} +0 -0
  674. /package/dist/docs/_worker.js/chunks/{Hint_XUWVZoQD.mjs → Hint_DvPFB4ub.mjs} +0 -0
  675. /package/dist/docs/_worker.js/chunks/{Icon_5GI-2iys.mjs → Icon_BWLCvO1K.mjs} +0 -0
  676. /package/dist/docs/_worker.js/chunks/{Icon_BLzTbMWd.mjs → Icon_BczAebuY.mjs} +0 -0
  677. /package/dist/docs/_worker.js/chunks/{Icon_CqNe5xhP.mjs → Icon_CsUv3L9e.mjs} +0 -0
  678. /package/dist/docs/_worker.js/chunks/{Icon_NgZ_DoK3.mjs → Icon_u3du6xT4.mjs} +0 -0
  679. /package/dist/docs/_worker.js/chunks/{InlineEdit_B969VsU7.mjs → InlineEdit_Baoy8Mpe.mjs} +0 -0
  680. /package/dist/docs/_worker.js/chunks/{InlineEdit_fEHXpDuD.mjs → InlineEdit_DWDZ_00O.mjs} +0 -0
  681. /package/dist/docs/_worker.js/chunks/{InputGroup_5rI-0jg-.mjs → InputGroup_BsEj5wS8.mjs} +0 -0
  682. /package/dist/docs/_worker.js/chunks/{InputGroup_CP0BMHVg.mjs → InputGroup_DjQzimD7.mjs} +0 -0
  683. /package/dist/docs/_worker.js/chunks/{InputGroup_CpVp7l7v.mjs → InputGroup_P8g0qhgK.mjs} +0 -0
  684. /package/dist/docs/_worker.js/chunks/{InputGroup_nIpwoKB2.mjs → InputGroup_d8k8cWIf.mjs} +0 -0
  685. /package/dist/docs/_worker.js/chunks/{JumpLinks_3QOMFEfu.mjs → JumpLinks_BCPXiiLz.mjs} +0 -0
  686. /package/dist/docs/_worker.js/chunks/{JumpLinks_BxcpZFcw.mjs → JumpLinks_Bla_syZz.mjs} +0 -0
  687. /package/dist/docs/_worker.js/chunks/{JumpLinks_Cjqgk36d.mjs → JumpLinks_C5D_xKoP.mjs} +0 -0
  688. /package/dist/docs/_worker.js/chunks/{JumpLinks_D0c3iyVx.mjs → JumpLinks_CM0JaWX5.mjs} +0 -0
  689. /package/dist/docs/_worker.js/chunks/{JumpLinks_DRKVlWuV.mjs → JumpLinks_D6n6zbys.mjs} +0 -0
  690. /package/dist/docs/_worker.js/chunks/{JumpLinks_wCe-iuR1.mjs → JumpLinks_wOWDSGdE.mjs} +0 -0
  691. /package/dist/docs/_worker.js/chunks/{Label_D7g8PiVp.mjs → Label_10PYmgmY.mjs} +0 -0
  692. /package/dist/docs/_worker.js/chunks/{Label_Ui5uJD3i.mjs → Label_B5OSeK3h.mjs} +0 -0
  693. /package/dist/docs/_worker.js/chunks/{Label_WP06UeBh.mjs → Label_BT-0r2eh.mjs} +0 -0
  694. /package/dist/docs/_worker.js/chunks/{Label_r4hFZ6er.mjs → Label_joomVXEb.mjs} +0 -0
  695. /package/dist/docs/_worker.js/chunks/{Level_BAc2AXw7.mjs → Level_BI1SxWef.mjs} +0 -0
  696. /package/dist/docs/_worker.js/chunks/{Level_CEIrAmfV.mjs → Level_C3pSfUGg.mjs} +0 -0
  697. /package/dist/docs/_worker.js/chunks/{List_C6OSxDQM.mjs → List_BpLWxsBw.mjs} +0 -0
  698. /package/dist/docs/_worker.js/chunks/{List_DSMt7Cat.mjs → List_CPsQIcHe.mjs} +0 -0
  699. /package/dist/docs/_worker.js/chunks/{List_DhQEOBM-.mjs → List_DyPWZ4dC.mjs} +0 -0
  700. /package/dist/docs/_worker.js/chunks/{List_DysZ1TvG.mjs → List_EjRUnTW3.mjs} +0 -0
  701. /package/dist/docs/_worker.js/chunks/{LoginPage_C4gxnxqJ.mjs → LoginPage_Bys39qKW.mjs} +0 -0
  702. /package/dist/docs/_worker.js/chunks/{LoginPage_gWBzKOCs.mjs → LoginPage_D6cqn-De.mjs} +0 -0
  703. /package/dist/docs/_worker.js/chunks/{Login_BwwgZ1z_.mjs → Login_CRFcCJ1F.mjs} +0 -0
  704. /package/dist/docs/_worker.js/chunks/{Login_e4VsumLx.mjs → Login_DjNhEc3s.mjs} +0 -0
  705. /package/dist/docs/_worker.js/chunks/{Masthead_BaLmq3V3.mjs → Masthead_CHNvxuLR.mjs} +0 -0
  706. /package/dist/docs/_worker.js/chunks/{Masthead_BtIJoqaR.mjs → Masthead_CUO_hUC8.mjs} +0 -0
  707. /package/dist/docs/_worker.js/chunks/{Masthead_Cusyq_Me.mjs → Masthead_DmXqVBTy.mjs} +0 -0
  708. /package/dist/docs/_worker.js/chunks/{Masthead_DQwZX3rc.mjs → Masthead_uCL2Ca9k.mjs} +0 -0
  709. /package/dist/docs/_worker.js/chunks/{MenuToggle_CDNmk80b.mjs → MenuToggle_4nodyVMz.mjs} +0 -0
  710. /package/dist/docs/_worker.js/chunks/{MenuToggle_CZbKtgll.mjs → MenuToggle_DtK3RWjL.mjs} +0 -0
  711. /package/dist/docs/_worker.js/chunks/{MenuToggle_Cvxc6Do1.mjs → MenuToggle_bgqkjE6A.mjs} +0 -0
  712. /package/dist/docs/_worker.js/chunks/{MenuToggle_DQwNzPE1.mjs → MenuToggle_o4Dqsi3u.mjs} +0 -0
  713. /package/dist/docs/_worker.js/chunks/{Menu_BC8Spjbp.mjs → Menu_0LT543_p.mjs} +0 -0
  714. /package/dist/docs/_worker.js/chunks/{Menu_DB5IGI1b.mjs → Menu_2b0UR-6T.mjs} +0 -0
  715. /package/dist/docs/_worker.js/chunks/{Menu_Dd7cUFxO.mjs → Menu_CBGdbN93.mjs} +0 -0
  716. /package/dist/docs/_worker.js/chunks/{Menu_e6jsNFoi.mjs → Menu_hqH2xQxg.mjs} +0 -0
  717. /package/dist/docs/_worker.js/chunks/{ModalBox_B28Vs7V3.mjs → ModalBox_CzkZSzrd.mjs} +0 -0
  718. /package/dist/docs/_worker.js/chunks/{ModalBox_BDco84SU.mjs → ModalBox_kwfBIunq.mjs} +0 -0
  719. /package/dist/docs/_worker.js/chunks/{Modal_84GGyH0c.mjs → Modal_Bpx0iW6c.mjs} +0 -0
  720. /package/dist/docs/_worker.js/chunks/{Modal_BOmjGSKk.mjs → Modal_CSIoBkBr.mjs} +0 -0
  721. /package/dist/docs/_worker.js/chunks/{Modal_BdeZYZZs.mjs → Modal_CnPo-ABL.mjs} +0 -0
  722. /package/dist/docs/_worker.js/chunks/{Modal_BnHK8dnm.mjs → Modal_DKilyTAV.mjs} +0 -0
  723. /package/dist/docs/_worker.js/chunks/{Modal_CqYltJNt.mjs → Modal_DN-Azg_w.mjs} +0 -0
  724. /package/dist/docs/_worker.js/chunks/{Modal_D6jcNSOq.mjs → Modal_DzYmzeGE.mjs} +0 -0
  725. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_CQN5eUgt.mjs → MultipleFileUpload_CjEU9p7V.mjs} +0 -0
  726. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_Cv3T9cn-.mjs → MultipleFileUpload_D4LKDzYq.mjs} +0 -0
  727. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_D2RhoUzE.mjs → MultipleFileUpload_DdxtAP19.mjs} +0 -0
  728. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_DqffoKSG.mjs → MultipleFileUpload_wDTOxCC9.mjs} +0 -0
  729. /package/dist/docs/_worker.js/chunks/{Nav_CG7pNOh5.mjs → Nav_BATtn7bk.mjs} +0 -0
  730. /package/dist/docs/_worker.js/chunks/{Nav_DTgr-Deb.mjs → Nav_BqMj_gPp.mjs} +0 -0
  731. /package/dist/docs/_worker.js/chunks/{Nav_DsgaUTlX.mjs → Nav_D33MzYMl.mjs} +0 -0
  732. /package/dist/docs/_worker.js/chunks/{Nav_Dwv1wbS7.mjs → Nav_tA7NbsS3.mjs} +0 -0
  733. /package/dist/docs/_worker.js/chunks/{Navigation_BmHwp3BY.mjs → Navigation_DoWPQ5LS.mjs} +0 -0
  734. /package/dist/docs/_worker.js/chunks/{Navigation_Gm42mz-n.mjs → Navigation_Rmf0M5K4.mjs} +0 -0
  735. /package/dist/docs/_worker.js/chunks/{NotificationBadge_BCxxwhDV.mjs → NotificationBadge_BIHI5GFt.mjs} +0 -0
  736. /package/dist/docs/_worker.js/chunks/{NotificationBadge_gtf3PjsJ.mjs → NotificationBadge_DiyARpVj.mjs} +0 -0
  737. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BFcw-JMX.mjs → NotificationDrawer_013jjH_e.mjs} +0 -0
  738. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BKBxtVES.mjs → NotificationDrawer_BNxY5Eah.mjs} +0 -0
  739. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Bddrf2Un.mjs → NotificationDrawer_C3thy49Y.mjs} +0 -0
  740. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BoAeQOU8.mjs → NotificationDrawer_C8Fjmo5m.mjs} +0 -0
  741. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_CwqkMymK.mjs → NotificationDrawer_DHwcy9f5.mjs} +0 -0
  742. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Ku2DG1ck.mjs → NotificationDrawer_rTWPksCc.mjs} +0 -0
  743. /package/dist/docs/_worker.js/chunks/{NumberInput_CPArAL8e.mjs → NumberInput_BFDxFV9D.mjs} +0 -0
  744. /package/dist/docs/_worker.js/chunks/{NumberInput_D4ffcrpz.mjs → NumberInput_D5vYFjne.mjs} +0 -0
  745. /package/dist/docs/_worker.js/chunks/{NumberInput_D7DKDbT0.mjs → NumberInput_M0Sd7UfY.mjs} +0 -0
  746. /package/dist/docs/_worker.js/chunks/{NumberInput_Dt8GUVeQ.mjs → NumberInput_aqt4W9hb.mjs} +0 -0
  747. /package/dist/docs/_worker.js/chunks/{OverflowMenu_BZPvRQE6.mjs → OverflowMenu_BWVYHmco.mjs} +0 -0
  748. /package/dist/docs/_worker.js/chunks/{OverflowMenu_ywYA4why.mjs → OverflowMenu_BkMc8O29.mjs} +0 -0
  749. /package/dist/docs/_worker.js/chunks/{Page_Bbclnhop.mjs → Page_BgiPPfGJ.mjs} +0 -0
  750. /package/dist/docs/_worker.js/chunks/{Page_Bherxii8.mjs → Page_Bpdexkck.mjs} +0 -0
  751. /package/dist/docs/_worker.js/chunks/{Page_BnDMk5TN.mjs → Page_C6e3Wcvf.mjs} +0 -0
  752. /package/dist/docs/_worker.js/chunks/{Page_CL3iohOb.mjs → Page_DxVMDs1z.mjs} +0 -0
  753. /package/dist/docs/_worker.js/chunks/{Page_Cpy3VIi2.mjs → Page_HCEWkfu-.mjs} +0 -0
  754. /package/dist/docs/_worker.js/chunks/{Page_KSsf23kL.mjs → Page_QHbf9_pN.mjs} +0 -0
  755. /package/dist/docs/_worker.js/chunks/{Pagination_4C0r1YU8.mjs → Pagination_Bf0U8Ppq.mjs} +0 -0
  756. /package/dist/docs/_worker.js/chunks/{Pagination_CsIksseS.mjs → Pagination_C4FcSv9N.mjs} +0 -0
  757. /package/dist/docs/_worker.js/chunks/{Pagination_Y-MqM1T2.mjs → Pagination_DFSrNbL0.mjs} +0 -0
  758. /package/dist/docs/_worker.js/chunks/{Pagination_p8GOVfco.mjs → Pagination_DMyPaqOU.mjs} +0 -0
  759. /package/dist/docs/_worker.js/chunks/{Panel_BdXDuvHb.mjs → Panel_B996ca4L.mjs} +0 -0
  760. /package/dist/docs/_worker.js/chunks/{Panel_CUpAdYDW.mjs → Panel_C1AAzXYr.mjs} +0 -0
  761. /package/dist/docs/_worker.js/chunks/{Panel_DoOUm9Ui.mjs → Panel_CAKH2f-p.mjs} +0 -0
  762. /package/dist/docs/_worker.js/chunks/{Panel_DxdabmGX.mjs → Panel_D7grKWqD.mjs} +0 -0
  763. /package/dist/docs/_worker.js/chunks/{Panel_Ed2XE25E.mjs → Panel_EzQ0x3Cl.mjs} +0 -0
  764. /package/dist/docs/_worker.js/chunks/{Panel_Uvk5Q-8b.mjs → Panel_JVXI7u2T.mjs} +0 -0
  765. /package/dist/docs/_worker.js/chunks/{PasswordGenerator_DvtvKIPr.mjs → PasswordGenerator_hm2WtbqS.mjs} +0 -0
  766. /package/dist/docs/_worker.js/chunks/{PasswordGenerator__CRlL6Re.mjs → PasswordGenerator_nLFggIPn.mjs} +0 -0
  767. /package/dist/docs/_worker.js/chunks/{PasswordStrength_CDkQk5jS.mjs → PasswordStrength_BNeZqh0T.mjs} +0 -0
  768. /package/dist/docs/_worker.js/chunks/{PasswordStrength_FDVp9qOu.mjs → PasswordStrength_BmyxbfzW.mjs} +0 -0
  769. /package/dist/docs/_worker.js/chunks/{Popover_BaxEBPGC.mjs → Popover_BlGq8udJ.mjs} +0 -0
  770. /package/dist/docs/_worker.js/chunks/{Popover_BvJgRsDX.mjs → Popover_C5RkMhat.mjs} +0 -0
  771. /package/dist/docs/_worker.js/chunks/{Popover_Crzi2U7s.mjs → Popover_CUrAn16A.mjs} +0 -0
  772. /package/dist/docs/_worker.js/chunks/{Popover_D4Rprb88.mjs → Popover_CmkeaOXw.mjs} +0 -0
  773. /package/dist/docs/_worker.js/chunks/{PrimaryDetail_BJX8A5gh.mjs → PrimaryDetail_Br4DBd7-.mjs} +0 -0
  774. /package/dist/docs/_worker.js/chunks/{PrimaryDetail_ohevNTGn.mjs → PrimaryDetail_wETOUBby.mjs} +0 -0
  775. /package/dist/docs/_worker.js/chunks/{ProgressStepper_BwYdpB3M.mjs → ProgressStepper_5hC5ErHJ.mjs} +0 -0
  776. /package/dist/docs/_worker.js/chunks/{ProgressStepper_C0MIrCHO.mjs → ProgressStepper_B5W2DDfg.mjs} +0 -0
  777. /package/dist/docs/_worker.js/chunks/{ProgressStepper_CoG2KqNj.mjs → ProgressStepper_CCxjkVxY.mjs} +0 -0
  778. /package/dist/docs/_worker.js/chunks/{ProgressStepper_EYSOoJUK.mjs → ProgressStepper_jzLizIsd.mjs} +0 -0
  779. /package/dist/docs/_worker.js/chunks/{Progress_77N7LoDl.mjs → Progress_9GoLjGCC.mjs} +0 -0
  780. /package/dist/docs/_worker.js/chunks/{Progress_DnHKih8B.mjs → Progress_BCdRu5w5.mjs} +0 -0
  781. /package/dist/docs/_worker.js/chunks/{Progress_SH8Wgn2l.mjs → Progress_Da4xoZKv.mjs} +0 -0
  782. /package/dist/docs/_worker.js/chunks/{Progress_ga6ne-3u.mjs → Progress_DjisjMjt.mjs} +0 -0
  783. /package/dist/docs/_worker.js/chunks/{Radio_DpoGB369.mjs → Radio_AVu3xWm4.mjs} +0 -0
  784. /package/dist/docs/_worker.js/chunks/{Radio_PEZsmW0U.mjs → Radio_B930vzjv.mjs} +0 -0
  785. /package/dist/docs/_worker.js/chunks/{Radio_kGQfeHsD.mjs → Radio_BOfPilA6.mjs} +0 -0
  786. /package/dist/docs/_worker.js/chunks/{Radio_tRqHqPQC.mjs → Radio_BymcVmAF.mjs} +0 -0
  787. /package/dist/docs/_worker.js/chunks/{SearchInput_B7s6DghY.mjs → SearchInput_BbysWK99.mjs} +0 -0
  788. /package/dist/docs/_worker.js/chunks/{SearchInput_BVsGlLbd.mjs → SearchInput_o6iAoUM3.mjs} +0 -0
  789. /package/dist/docs/_worker.js/chunks/{Select_CPToiYlj.mjs → Select_B0bVVHCs.mjs} +0 -0
  790. /package/dist/docs/_worker.js/chunks/{Select_yedC6G6t.mjs → Select_d8RkzaRn.mjs} +0 -0
  791. /package/dist/docs/_worker.js/chunks/{Sidebar_C2fiat3y.mjs → Sidebar_BB5vNO8S.mjs} +0 -0
  792. /package/dist/docs/_worker.js/chunks/{Sidebar_CYHBu70Q.mjs → Sidebar_C3vaosQs.mjs} +0 -0
  793. /package/dist/docs/_worker.js/chunks/{Sidebar_C_9Fd52y.mjs → Sidebar_Hbc-hyfz.mjs} +0 -0
  794. /package/dist/docs/_worker.js/chunks/{Sidebar_D2waDqIj.mjs → Sidebar_zLhCCgEz.mjs} +0 -0
  795. /package/dist/docs/_worker.js/chunks/{SimpleList_BBtw7RRV.mjs → SimpleList_BIjPmYgM.mjs} +0 -0
  796. /package/dist/docs/_worker.js/chunks/{SimpleList_BHWzWOok.mjs → SimpleList_BMBZ4ubr.mjs} +0 -0
  797. /package/dist/docs/_worker.js/chunks/{SimpleList_BOv36gbU.mjs → SimpleList_ByrTBIUc.mjs} +0 -0
  798. /package/dist/docs/_worker.js/chunks/{SimpleList_Dj69rLVv.mjs → SimpleList_DFm_g-fn.mjs} +0 -0
  799. /package/dist/docs/_worker.js/chunks/{Sizing_C1QZFL_E.mjs → Sizing_WiM96Coa.mjs} +0 -0
  800. /package/dist/docs/_worker.js/chunks/{Sizing_Dxrc30Nv.mjs → Sizing_lxaijvdJ.mjs} +0 -0
  801. /package/dist/docs/_worker.js/chunks/{Skeleton_B6Mm1DZz.mjs → Skeleton_BVzopubP.mjs} +0 -0
  802. /package/dist/docs/_worker.js/chunks/{Skeleton_BKiE51CM.mjs → Skeleton_CMBKL_QY.mjs} +0 -0
  803. /package/dist/docs/_worker.js/chunks/{Skeleton_Bu6zp0Dn.mjs → Skeleton_D1d7Ls--.mjs} +0 -0
  804. /package/dist/docs/_worker.js/chunks/{Skeleton_D4bhr8Fv.mjs → Skeleton_D8IYbMNE.mjs} +0 -0
  805. /package/dist/docs/_worker.js/chunks/{Skeleton_qabG-AnL.mjs → Skeleton_DDzCYYny.mjs} +0 -0
  806. /package/dist/docs/_worker.js/chunks/{Skeleton_vrnkYUgg.mjs → Skeleton_skXxBW7s.mjs} +0 -0
  807. /package/dist/docs/_worker.js/chunks/{SkipToContent_DCpg7iCB.mjs → SkipToContent_ByrvpLJG.mjs} +0 -0
  808. /package/dist/docs/_worker.js/chunks/{SkipToContent_DnwyBXH-.mjs → SkipToContent_D_f2s3oX.mjs} +0 -0
  809. /package/dist/docs/_worker.js/chunks/{SkipToContent_DzTXUDDa.mjs → SkipToContent_XG5tgamW.mjs} +0 -0
  810. /package/dist/docs/_worker.js/chunks/{SkipToContent_egXh8jOg.mjs → SkipToContent_wi7cJyLp.mjs} +0 -0
  811. /package/dist/docs/_worker.js/chunks/{Slider_BNpuV7kj.mjs → Slider_B2n8OwKz.mjs} +0 -0
  812. /package/dist/docs/_worker.js/chunks/{Slider_Bbs3MNsS.mjs → Slider_BtsGJYz-.mjs} +0 -0
  813. /package/dist/docs/_worker.js/chunks/{Slider_D2plXDyI.mjs → Slider_DsaVwsvm.mjs} +0 -0
  814. /package/dist/docs/_worker.js/chunks/{Slider_DL27qP5s.mjs → Slider_rSWH_Kh6.mjs} +0 -0
  815. /package/dist/docs/_worker.js/chunks/{Spacing_lSym62Jb.mjs → Spacing_BuqgBwB8.mjs} +0 -0
  816. /package/dist/docs/_worker.js/chunks/{Spacing_rYOSzgN4.mjs → Spacing_Lx-Ift4n.mjs} +0 -0
  817. /package/dist/docs/_worker.js/chunks/{Spinner_BiZsT9RJ.mjs → Spinner_BYmNLzfa.mjs} +0 -0
  818. /package/dist/docs/_worker.js/chunks/{Spinner_Cf38mPT8.mjs → Spinner_Bn8uoaFN.mjs} +0 -0
  819. /package/dist/docs/_worker.js/chunks/{Spinner_Hd_tIbvz.mjs → Spinner_CLB8PnLk.mjs} +0 -0
  820. /package/dist/docs/_worker.js/chunks/{Spinner__fZrVHb_.mjs → Spinner_W5fBcNMl.mjs} +0 -0
  821. /package/dist/docs/_worker.js/chunks/{Split_D1treaJe.mjs → Split_BCMByRGx.mjs} +0 -0
  822. /package/dist/docs/_worker.js/chunks/{Split_PwujWn3H.mjs → Split_DVq_P7jJ.mjs} +0 -0
  823. /package/dist/docs/_worker.js/chunks/{Stack_D8fP-Krt.mjs → Stack_CEJQmOQp.mjs} +0 -0
  824. /package/dist/docs/_worker.js/chunks/{Stack_crS9__0f.mjs → Stack_mclPdvKq.mjs} +0 -0
  825. /package/dist/docs/_worker.js/chunks/{Switch_CC3_2NhS.mjs → Switch_CBPbTZT6.mjs} +0 -0
  826. /package/dist/docs/_worker.js/chunks/{Switch_CLQhY1q4.mjs → Switch_CFUA_-7x.mjs} +0 -0
  827. /package/dist/docs/_worker.js/chunks/{Switch_CP8w40yf.mjs → Switch_DfMCf8Qs.mjs} +0 -0
  828. /package/dist/docs/_worker.js/chunks/{Switch_DAZIPRwK.mjs → Switch_DkWcAwQ2.mjs} +0 -0
  829. /package/dist/docs/_worker.js/chunks/{Table_Bg9neNya.mjs → Table_4f1UVsxf.mjs} +0 -0
  830. /package/dist/docs/_worker.js/chunks/{Table_By3XLAbP.mjs → Table_CTLwlrmC.mjs} +0 -0
  831. /package/dist/docs/_worker.js/chunks/{Table_CeZ1KrPd.mjs → Table_Ckn3tIvz.mjs} +0 -0
  832. /package/dist/docs/_worker.js/chunks/{Table_D6thvL40.mjs → Table_ukl7L5L2.mjs} +0 -0
  833. /package/dist/docs/_worker.js/chunks/{Tabs_B1gKCwOC.mjs → Tabs_BvzXxAc6.mjs} +0 -0
  834. /package/dist/docs/_worker.js/chunks/{Tabs_BhhJ5Ftf.mjs → Tabs_CL9eue4_.mjs} +0 -0
  835. /package/dist/docs/_worker.js/chunks/{Tabs_C9OJ01tj.mjs → Tabs_CVD4lSlI.mjs} +0 -0
  836. /package/dist/docs/_worker.js/chunks/{Tabs_DW9gdUkB.mjs → Tabs_CiXrCf-A.mjs} +0 -0
  837. /package/dist/docs/_worker.js/chunks/{Tabs_Dv_8eEvW.mjs → Tabs_DLatEAC7.mjs} +0 -0
  838. /package/dist/docs/_worker.js/chunks/{Tabs_YNs2w28m.mjs → Tabs_gPZ5ZJaf.mjs} +0 -0
  839. /package/dist/docs/_worker.js/chunks/{TextArea_BMuaxWhv.mjs → TextArea_B4emCO1_.mjs} +0 -0
  840. /package/dist/docs/_worker.js/chunks/{TextArea_j6zBu7_-.mjs → TextArea_DIq23_hN.mjs} +0 -0
  841. /package/dist/docs/_worker.js/chunks/{TextInputGroup_BFhlZdjS.mjs → TextInputGroup_BGOKfb53.mjs} +0 -0
  842. /package/dist/docs/_worker.js/chunks/{TextInputGroup_Bn4eLBe-.mjs → TextInputGroup_CHjZ1eHK.mjs} +0 -0
  843. /package/dist/docs/_worker.js/chunks/{TextInputGroup_DdEFYYfN.mjs → TextInputGroup_CQc6AuHy.mjs} +0 -0
  844. /package/dist/docs/_worker.js/chunks/{TextInputGroup_Ds9p0rE6.mjs → TextInputGroup_Dr84Rg8o.mjs} +0 -0
  845. /package/dist/docs/_worker.js/chunks/{TextInput_BqM5E3Nt.mjs → TextInput_B1ftVWip.mjs} +0 -0
  846. /package/dist/docs/_worker.js/chunks/{TextInput_W9YdZtmx.mjs → TextInput_CTT_OaeG.mjs} +0 -0
  847. /package/dist/docs/_worker.js/chunks/{Text_BTYUaBli.mjs → Text_B96Pq1eG.mjs} +0 -0
  848. /package/dist/docs/_worker.js/chunks/{Text_BVDJzfkC.mjs → Text_km3miJkE.mjs} +0 -0
  849. /package/dist/docs/_worker.js/chunks/{Tile_BGfP6xoy.mjs → Tile_CG-4K6d7.mjs} +0 -0
  850. /package/dist/docs/_worker.js/chunks/{Tile_C4zOvKwd.mjs → Tile_D0SH9RAu.mjs} +0 -0
  851. /package/dist/docs/_worker.js/chunks/{Tile_Dy6xv_Cx.mjs → Tile_DfOQnjlU.mjs} +0 -0
  852. /package/dist/docs/_worker.js/chunks/{Tile_OcShDyfi.mjs → Tile_DwxoFKM2.mjs} +0 -0
  853. /package/dist/docs/_worker.js/chunks/{TimePicker_D40pO6wL.mjs → TimePicker_CGnrbJgo.mjs} +0 -0
  854. /package/dist/docs/_worker.js/chunks/{TimePicker_DronltvG.mjs → TimePicker_Dp-iVUGJ.mjs} +0 -0
  855. /package/dist/docs/_worker.js/chunks/{Timestamp_21KOF4vK.mjs → Timestamp_BhBOsF9y.mjs} +0 -0
  856. /package/dist/docs/_worker.js/chunks/{Timestamp_4_JX0dDI.mjs → Timestamp_Cl_hobA3.mjs} +0 -0
  857. /package/dist/docs/_worker.js/chunks/{Timestamp_BebzYDpV.mjs → Timestamp_D8Wm7LvG.mjs} +0 -0
  858. /package/dist/docs/_worker.js/chunks/{Timestamp_CYTDOiws.mjs → Timestamp_DEE4pnOa.mjs} +0 -0
  859. /package/dist/docs/_worker.js/chunks/{Title_45FgJuMK.mjs → Title_C5gY1ttM.mjs} +0 -0
  860. /package/dist/docs/_worker.js/chunks/{Title_B6WLu_lw.mjs → Title_CZzoppNi.mjs} +0 -0
  861. /package/dist/docs/_worker.js/chunks/{Title_D5Nq2Wex.mjs → Title_CraETtu5.mjs} +0 -0
  862. /package/dist/docs/_worker.js/chunks/{Title_vNHWmeYM.mjs → Title_D25rXJDg.mjs} +0 -0
  863. /package/dist/docs/_worker.js/chunks/{ToggleGroup_1zohLndp.mjs → ToggleGroup_CdQWI1aq.mjs} +0 -0
  864. /package/dist/docs/_worker.js/chunks/{ToggleGroup_Y5-8u3wt.mjs → ToggleGroup_DiGmwYSP.mjs} +0 -0
  865. /package/dist/docs/_worker.js/chunks/{Toolbar_53YUEEhi.mjs → Toolbar_BHFDnwNR.mjs} +0 -0
  866. /package/dist/docs/_worker.js/chunks/{Toolbar_BpXenvLj.mjs → Toolbar_BexYCxNQ.mjs} +0 -0
  867. /package/dist/docs/_worker.js/chunks/{Toolbar_C-AcF9uj.mjs → Toolbar_CT5vy6AJ.mjs} +0 -0
  868. /package/dist/docs/_worker.js/chunks/{Toolbar_DS_vHjV3.mjs → Toolbar_CW-KWv-e.mjs} +0 -0
  869. /package/dist/docs/_worker.js/chunks/{Toolbar_DiNbbLGg.mjs → Toolbar_CgZpzlTs.mjs} +0 -0
  870. /package/dist/docs/_worker.js/chunks/{Toolbar_wqfahDgc.mjs → Toolbar_DPUJsI9K.mjs} +0 -0
  871. /package/dist/docs/_worker.js/chunks/{Tooltip_44WsJIOB.mjs → Tooltip_BDkcJde6.mjs} +0 -0
  872. /package/dist/docs/_worker.js/chunks/{Tooltip_BSztkX0m.mjs → Tooltip_BsIMWQvJ.mjs} +0 -0
  873. /package/dist/docs/_worker.js/chunks/{Tooltip_CIac-NZx.mjs → Tooltip_C0gMcoBo.mjs} +0 -0
  874. /package/dist/docs/_worker.js/chunks/{Tooltip_DruZ98cK.mjs → Tooltip_D73WL3Yc.mjs} +0 -0
  875. /package/dist/docs/_worker.js/chunks/{TreeView_B4xKcNrk.mjs → TreeView_B1LgfJxG.mjs} +0 -0
  876. /package/dist/docs/_worker.js/chunks/{TreeView_BvRhO1Us.mjs → TreeView_Bst6EAOX.mjs} +0 -0
  877. /package/dist/docs/_worker.js/chunks/{TreeView_C5SUZ79O.mjs → TreeView_DzM9Dtep.mjs} +0 -0
  878. /package/dist/docs/_worker.js/chunks/{TreeView_HH9MOFmF.mjs → TreeView_erP6wJjQ.mjs} +0 -0
  879. /package/dist/docs/_worker.js/chunks/{Truncate_B2_q-NHO.mjs → Truncate_BANjurQG.mjs} +0 -0
  880. /package/dist/docs/_worker.js/chunks/{Truncate_DSOgC9hI.mjs → Truncate_BEYXOQpC.mjs} +0 -0
  881. /package/dist/docs/_worker.js/chunks/{Truncate_Dvdk_cdg.mjs → Truncate_CG2j6fJ9.mjs} +0 -0
  882. /package/dist/docs/_worker.js/chunks/{Truncate_yKB95wE0.mjs → Truncate_D-INkH--.mjs} +0 -0
  883. /package/dist/docs/_worker.js/chunks/{Wizard_6knDiT3b.mjs → Wizard_BDa84iy2.mjs} +0 -0
  884. /package/dist/docs/_worker.js/chunks/{Wizard_BWVkfCTC.mjs → Wizard_BlE6qJYH.mjs} +0 -0
  885. /package/dist/docs/_worker.js/chunks/{Wizard_Cw7v74Sx.mjs → Wizard_Bz9X33xp.mjs} +0 -0
  886. /package/dist/docs/_worker.js/chunks/{Wizard_D-wsNWVf.mjs → Wizard_C8sit3YJ.mjs} +0 -0
  887. /package/dist/docs/_worker.js/chunks/{Wizard_DHYZ5P7Q.mjs → Wizard_CUUUgGve.mjs} +0 -0
  888. /package/dist/docs/_worker.js/chunks/{Wizard_DX6SJprj.mjs → Wizard_CaIfr29G.mjs} +0 -0
  889. /package/dist/docs/_worker.js/chunks/{Wizard_Db5Q0rrQ.mjs → Wizard_CaQ5l58F.mjs} +0 -0
  890. /package/dist/docs/_worker.js/chunks/{Wizard_UbK2L1Fy.mjs → Wizard_DBhMWLET.mjs} +0 -0
  891. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_v7v7STWW.mjs → _astro_data-layer-content_DGZXfKa-.mjs} +0 -0
  892. /package/dist/docs/_worker.js/chunks/{about_B9g18soY.mjs → about_C4jqumHf.mjs} +0 -0
  893. /package/dist/docs/_worker.js/chunks/{about_B_iNQ2se.mjs → about_CUtbL8xJ.mjs} +0 -0
  894. /package/dist/docs/_worker.js/chunks/{basic_Bn4gZz2D.mjs → basic_BMgY0hVg.mjs} +0 -0
  895. /package/dist/docs/_worker.js/chunks/{basic_D7OIjFL3.mjs → basic_CubN1z_e.mjs} +0 -0
  896. /package/dist/docs/_worker.js/chunks/{box-shadow_DJuAPJj8.mjs → box-shadow_BFw7I_Qi.mjs} +0 -0
  897. /package/dist/docs/_worker.js/chunks/{box-shadow_WBDPI9Z3.mjs → box-shadow_DDE9_lv_.mjs} +0 -0
  898. /package/dist/docs/_worker.js/chunks/{content-modules_cOjZw1C2.mjs → content-modules_Db1avyLw.mjs} +0 -0
  899. /package/dist/docs/_worker.js/chunks/{design-guidelines_B9IO-z0b.mjs → design-guidelines_DJYn76LL.mjs} +0 -0
  900. /package/dist/docs/_worker.js/chunks/{design-guidelines_CsBgW3S3.mjs → design-guidelines_LVZULFBJ.mjs} +0 -0
  901. /package/dist/docs/_worker.js/chunks/{help-topics_CdxDqeFk.mjs → help-topics_CyJGoMWS.mjs} +0 -0
  902. /package/dist/docs/_worker.js/chunks/{help-topics_DASztffY.mjs → help-topics_HrtJVYcm.mjs} +0 -0
  903. /package/dist/docs/_worker.js/chunks/{masthead_C4B8LpBQ.mjs → masthead_BSMeFNPJ.mjs} +0 -0
  904. /package/dist/docs/_worker.js/chunks/{masthead_CS5HjMra.mjs → masthead_C-edUoO3.mjs} +0 -0
  905. /package/dist/docs/_worker.js/chunks/{overflow-menu_DOp8WZvG.mjs → overflow-menu_8fT3tk-P.mjs} +0 -0
  906. /package/dist/docs/_worker.js/chunks/{overflow-menu_DfeP-cgT.mjs → overflow-menu_DkITWeoo.mjs} +0 -0
  907. /package/dist/docs/_worker.js/chunks/{toggle-group_D0EWmiBe.mjs → toggle-group_BPSXdQ7e.mjs} +0 -0
  908. /package/dist/docs/_worker.js/chunks/{toggle-group_G71mustV.mjs → toggle-group_BoojZGfb.mjs} +0 -0
@@ -0,0 +1,3660 @@
1
+ ## Examples
2
+
3
+ ### Open tabs
4
+
5
+ ```html isFullscreen
6
+ <div class="pf-v6-c-page" id="tabs-tables-and-tabs-example">
7
+ <div class="pf-v6-c-skip-to-content">
8
+ <a
9
+ class="pf-v6-c-button pf-m-primary"
10
+ href="#main-content-tabs-tables-and-tabs-example"
11
+ >
12
+ <span class="pf-v6-c-button__text">Skip to content</span>
13
+ </a>
14
+ </div>
15
+ <header class="pf-v6-c-masthead" id="tabs-tables-and-tabs-example-masthead">
16
+ <div class="pf-v6-c-masthead__main">
17
+ <span class="pf-v6-c-masthead__toggle">
18
+ <button
19
+ class="pf-v6-c-button pf-m-plain"
20
+ type="button"
21
+ aria-label="Global navigation"
22
+ >
23
+ <span class="pf-v6-c-button__icon">
24
+ <i class="fas fa-bars" aria-hidden="true"></i>
25
+ </span>
26
+ </button>
27
+ </span>
28
+ <div class="pf-v6-c-masthead__brand">
29
+ <a class="pf-v6-c-masthead__logo" href="#">
30
+ <svg height="37px" viewBox="0 0 679 158">
31
+ <title>PF-HorizontalLogo-Color</title>
32
+ <defs>
33
+ <linearGradient
34
+ x1="68%"
35
+ y1="2.25860997e-13%"
36
+ x2="32%"
37
+ y2="100%"
38
+ id="linearGradient-tabs-tables-and-tabs-example-masthead"
39
+ >
40
+ <stop stop-color="#2B9AF3" offset="0%" />
41
+ <stop
42
+ stop-color="#73BCF7"
43
+ stop-opacity="0.502212631"
44
+ offset="100%"
45
+ />
46
+ </linearGradient>
47
+ </defs>
48
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
49
+ <g
50
+ transform="translate(206.000000, 45.750000)"
51
+ fill="var(--pf-t--global--text--color--regular)"
52
+ fill-rule="nonzero"
53
+ >
54
+ <path
55
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
56
+ />
57
+ <path
58
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
59
+ />
60
+ <path
61
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
62
+ />
63
+ <path
64
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
65
+ />
66
+ <path
67
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
68
+ />
69
+ <path
70
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
71
+ />
72
+ <path
73
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
74
+ />
75
+ <polygon
76
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
77
+ />
78
+ <polygon
79
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
80
+ />
81
+ <path
82
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
83
+ />
84
+ </g>
85
+ <g transform="translate(0.000000, 0.000000)">
86
+ <path
87
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
88
+ fill="#0066CC"
89
+ />
90
+ <path
91
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
92
+ fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
93
+ />
94
+ <path
95
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
96
+ fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
97
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
98
+ />
99
+ </g>
100
+ </g>
101
+ </svg>
102
+ </a>
103
+ </div>
104
+ </div>
105
+ <div class="pf-v6-c-masthead__content">
106
+ <div
107
+ class="pf-v6-c-toolbar pf-m-static"
108
+ id="tabs-tables-and-tabs-example-masthead-toolbar"
109
+ >
110
+ <div class="pf-v6-c-toolbar__content">
111
+ <div class="pf-v6-c-toolbar__content-section">
112
+ <div
113
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
114
+ >
115
+ <div
116
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
117
+ >
118
+ <div class="pf-v6-c-toolbar__item">
119
+ <button
120
+ class="pf-v6-c-menu-toggle pf-m-plain"
121
+ type="button"
122
+ aria-expanded="false"
123
+ aria-label="Application launcher"
124
+ >
125
+ <span class="pf-v6-c-menu-toggle__icon">
126
+ <i class="fas fa-th" aria-hidden="true"></i>
127
+ </span>
128
+ </button>
129
+ </div>
130
+ <div class="pf-v6-c-toolbar__item">
131
+ <button
132
+ class="pf-v6-c-menu-toggle pf-m-plain"
133
+ type="button"
134
+ aria-expanded="false"
135
+ aria-label="Settings"
136
+ >
137
+ <span class="pf-v6-c-menu-toggle__icon">
138
+ <i class="fas fa-cog" aria-hidden="true"></i>
139
+ </span>
140
+ </button>
141
+ </div>
142
+ <div class="pf-v6-c-toolbar__item">
143
+ <button
144
+ class="pf-v6-c-menu-toggle pf-m-plain"
145
+ type="button"
146
+ aria-expanded="false"
147
+ aria-label="Help"
148
+ >
149
+ <span class="pf-v6-c-menu-toggle__icon">
150
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
151
+ </span>
152
+ </button>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
157
+ <button
158
+ class="pf-v6-c-menu-toggle pf-m-plain"
159
+ type="button"
160
+ aria-expanded="false"
161
+ aria-label="Actions"
162
+ >
163
+ <span class="pf-v6-c-menu-toggle__icon">
164
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
165
+ </span>
166
+ </button>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </header>
174
+ <div class="pf-v6-c-page__sidebar">
175
+ <div class="pf-v6-c-page__sidebar-body">
176
+ <nav
177
+ class="pf-v6-c-nav"
178
+ id="tabs-tables-and-tabs-example-primary-nav"
179
+ aria-label="Global"
180
+ >
181
+ <ul class="pf-v6-c-nav__list" role="list">
182
+ <li class="pf-v6-c-nav__item">
183
+ <a href="#" class="pf-v6-c-nav__link">
184
+ <span class="pf-v6-c-nav__link-text">System panel</span>
185
+ </a>
186
+ </li>
187
+ <li class="pf-v6-c-nav__item">
188
+ <a
189
+ href="#"
190
+ class="pf-v6-c-nav__link pf-m-current"
191
+ aria-current="page"
192
+ >
193
+ <span class="pf-v6-c-nav__link-text">Policy</span>
194
+ </a>
195
+ </li>
196
+ <li class="pf-v6-c-nav__item">
197
+ <a href="#" class="pf-v6-c-nav__link">
198
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
199
+ </a>
200
+ </li>
201
+ <li class="pf-v6-c-nav__item">
202
+ <a href="#" class="pf-v6-c-nav__link">
203
+ <span class="pf-v6-c-nav__link-text">Network services</span>
204
+ </a>
205
+ </li>
206
+ <li class="pf-v6-c-nav__item">
207
+ <a href="#" class="pf-v6-c-nav__link">
208
+ <span class="pf-v6-c-nav__link-text">Server</span>
209
+ </a>
210
+ </li>
211
+ </ul>
212
+ </nav>
213
+ </div>
214
+ </div>
215
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
216
+ <main
217
+ class="pf-v6-c-page__main"
218
+ tabindex="-1"
219
+ id="main-content-tabs-tables-and-tabs-example"
220
+ >
221
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
222
+ <div class="pf-v6-c-page__main-body">
223
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
224
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
225
+ <li class="pf-v6-c-breadcrumb__item">
226
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
227
+ </li>
228
+ <li class="pf-v6-c-breadcrumb__item">
229
+ <span class="pf-v6-c-breadcrumb__item-divider">
230
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
231
+ </span>
232
+
233
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
234
+ </li>
235
+ <li class="pf-v6-c-breadcrumb__item">
236
+ <span class="pf-v6-c-breadcrumb__item-divider">
237
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
238
+ </span>
239
+
240
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
241
+ </li>
242
+ <li class="pf-v6-c-breadcrumb__item">
243
+ <span class="pf-v6-c-breadcrumb__item-divider">
244
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
245
+ </span>
246
+
247
+ <a
248
+ href="#"
249
+ class="pf-v6-c-breadcrumb__link pf-m-current"
250
+ aria-current="page"
251
+ >Section landing</a>
252
+ </li>
253
+ </ol>
254
+ </nav>
255
+ </div>
256
+ </section>
257
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
258
+ <div class="pf-v6-c-page__main-body">
259
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
260
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
261
+ </div>
262
+ </section>
263
+
264
+ <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
265
+ <div class="pf-v6-c-page__main-body">
266
+ <div
267
+ class="pf-v6-c-tabs pf-m-page-insets"
268
+ role="region"
269
+ id="tabs-tables-and-tabs-example-tabs"
270
+ >
271
+ <ul class="pf-v6-c-tabs__list" role="tablist">
272
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
273
+ <button
274
+ type="button"
275
+ class="pf-v6-c-tabs__link"
276
+ role="tab"
277
+ aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
278
+ id="tabs-tables-and-tabs-example-tabs-details-link"
279
+ >
280
+ <span class="pf-v6-c-tabs__item-text">Details</span>
281
+ </button>
282
+ </li>
283
+ <li class="pf-v6-c-tabs__item" role="presentation">
284
+ <button
285
+ type="button"
286
+ class="pf-v6-c-tabs__link"
287
+ role="tab"
288
+ aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
289
+ id="tabs-tables-and-tabs-example-tabs-yaml-link"
290
+ >
291
+ <span class="pf-v6-c-tabs__item-text">YAML</span>
292
+ </button>
293
+ </li>
294
+ <li class="pf-v6-c-tabs__item" role="presentation">
295
+ <button
296
+ type="button"
297
+ class="pf-v6-c-tabs__link"
298
+ role="tab"
299
+ aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
300
+ id="tabs-tables-and-tabs-example-tabs-environment-link"
301
+ >
302
+ <span class="pf-v6-c-tabs__item-text">Environment</span>
303
+ </button>
304
+ </li>
305
+ <li class="pf-v6-c-tabs__item" role="presentation">
306
+ <button
307
+ type="button"
308
+ class="pf-v6-c-tabs__link"
309
+ role="tab"
310
+ aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
311
+ id="tabs-tables-and-tabs-example-tabs-logs-link"
312
+ >
313
+ <span class="pf-v6-c-tabs__item-text">Logs</span>
314
+ </button>
315
+ </li>
316
+ <li class="pf-v6-c-tabs__item" role="presentation">
317
+ <button
318
+ type="button"
319
+ class="pf-v6-c-tabs__link"
320
+ role="tab"
321
+ aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
322
+ id="tabs-tables-and-tabs-example-tabs-events-link"
323
+ >
324
+ <span class="pf-v6-c-tabs__item-text">Events</span>
325
+ </button>
326
+ </li>
327
+ <li class="pf-v6-c-tabs__item" role="presentation">
328
+ <button
329
+ type="button"
330
+ class="pf-v6-c-tabs__link"
331
+ role="tab"
332
+ aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
333
+ id="tabs-tables-and-tabs-example-tabs-terminal-link"
334
+ >
335
+ <span class="pf-v6-c-tabs__item-text">Terminal</span>
336
+ </button>
337
+ </li>
338
+ </ul>
339
+ </div>
340
+ </div>
341
+ </section>
342
+
343
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
344
+ <div class="pf-v6-c-page__main-body">
345
+ <section
346
+ class="pf-v6-c-tab-content"
347
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-details-link"
348
+ id="tabs-tables-and-tabs-example-tabs-details-panel"
349
+ role="tabpanel"
350
+ tabindex="0"
351
+ >
352
+ <div class="pf-v6-c-tab-content__body">
353
+ <div class="pf-v6-l-flex pf-m-column">
354
+ <div class="pf-v6-l-flex__item pf-m-spacer-lg">
355
+ <h2
356
+ class="pf-v6-c-title pf-m-lg pf-v6-u-mt-sm"
357
+ id="-details-title"
358
+ >Pod details</h2>
359
+ </div>
360
+ <div class="pf-v6-l-flex__item">
361
+ <dl
362
+ class="pf-v6-c-description-list pf-m-2-col-on-lg"
363
+ aria-labelledby="-details-title"
364
+ >
365
+ <div class="pf-v6-c-description-list__group">
366
+ <dt class="pf-v6-c-description-list__term">Name</dt>
367
+ <dd class="pf-v6-c-description-list__description">
368
+ <div
369
+ class="pf-v6-c-description-list__text"
370
+ >3scale-control-fccb6ddb9-phyqv9</div>
371
+ </dd>
372
+ </div>
373
+ <div class="pf-v6-c-description-list__group">
374
+ <dt class="pf-v6-c-description-list__term">Status</dt>
375
+ <dd class="pf-v6-c-description-list__description">
376
+ <div class="pf-v6-c-description-list__text">
377
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
378
+ <div class="pf-v6-l-flex__item">
379
+ <i
380
+ class="fas fa-fw fa-check-circle"
381
+ aria-hidden="true"
382
+ ></i>
383
+ </div>
384
+ <div class="pf-v6-l-flex__item">Running</div>
385
+ </div>
386
+ </div>
387
+ </dd>
388
+ </div>
389
+ <div class="pf-v6-c-description-list__group">
390
+ <dt class="pf-v6-c-description-list__term">Namespace</dt>
391
+ <dd class="pf-v6-c-description-list__description">
392
+ <div class="pf-v6-c-description-list__text">
393
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
394
+ <div class="pf-v6-l-flex__item">
395
+ <span class="pf-v6-c-label pf-m-teal">
396
+ <span class="pf-v6-c-label__content">
397
+ <span class="pf-v6-c-label__text">NS</span>
398
+ </span>
399
+ </span>
400
+ </div>
401
+ <div class="pf-v6-l-flex__item">
402
+ <a href="#">knative-serving-ingress</a>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </dd>
407
+ </div>
408
+ <div class="pf-v6-c-description-list__group">
409
+ <dt class="pf-v6-c-description-list__term">Restart policy</dt>
410
+ <dd class="pf-v6-c-description-list__description">
411
+ <div
412
+ class="pf-v6-c-description-list__text"
413
+ >Always restart</div>
414
+ </dd>
415
+ </div>
416
+ <div class="pf-v6-c-description-list__group">
417
+ <dt class="pf-v6-c-description-list__term">Labels</dt>
418
+ <dd class="pf-v6-c-description-list__description">
419
+ <div class="pf-v6-c-description-list__text">
420
+ <div class="pf-v6-c-label-group">
421
+ <div class="pf-v6-c-label-group__main">
422
+ <ul
423
+ class="pf-v6-c-label-group__list"
424
+ role="list"
425
+ aria-label="Group of labels"
426
+ >
427
+ <li class="pf-v6-c-label-group__list-item">
428
+ <span class="pf-v6-c-label pf-m-outline">
429
+ <span class="pf-v6-c-label__content">
430
+ <span
431
+ class="pf-v6-c-label__text"
432
+ >app=3scale-gateway</span>
433
+ </span>
434
+ </span>
435
+ </li>
436
+ <li class="pf-v6-c-label-group__list-item">
437
+ <span class="pf-v6-c-label pf-m-outline">
438
+ <span class="pf-v6-c-label__content">
439
+ <span
440
+ class="pf-v6-c-label__text"
441
+ >pod-template-has=6747686899</span>
442
+ </span>
443
+ </span>
444
+ </li>
445
+ </ul>
446
+ </div>
447
+ </div>
448
+ </div>
449
+ </dd>
450
+ </div>
451
+ <div class="pf-v6-c-description-list__group">
452
+ <dt
453
+ class="pf-v6-c-description-list__term"
454
+ >Active deadline seconds</dt>
455
+ <dd class="pf-v6-c-description-list__description">
456
+ <div
457
+ class="pf-v6-c-description-list__text"
458
+ >Not configured</div>
459
+ </dd>
460
+ </div>
461
+ <div class="pf-v6-c-description-list__group">
462
+ <dt class="pf-v6-c-description-list__term">Tolerations</dt>
463
+ <dd class="pf-v6-c-description-list__description">
464
+ <div class="pf-v6-c-description-list__text">stuff</div>
465
+ </dd>
466
+ </div>
467
+ <div class="pf-v6-c-description-list__group">
468
+ <dt class="pf-v6-c-description-list__term">Pod IP</dt>
469
+ <dd class="pf-v6-c-description-list__description">
470
+ <div class="pf-v6-c-description-list__text">10.345.2.197</div>
471
+ </dd>
472
+ </div>
473
+ <div class="pf-v6-c-description-list__group">
474
+ <dt class="pf-v6-c-description-list__term">Annotations</dt>
475
+ <dd class="pf-v6-c-description-list__description">
476
+ <div class="pf-v6-c-description-list__text">stuff</div>
477
+ </dd>
478
+ </div>
479
+ <div class="pf-v6-c-description-list__group">
480
+ <dt class="pf-v6-c-description-list__term">Node</dt>
481
+ <dd class="pf-v6-c-description-list__description">
482
+ <div class="pf-v6-c-description-list__text">
483
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
484
+ <div class="pf-v6-l-flex__item">
485
+ <span class="pf-v6-c-label pf-m-purple">
486
+ <span class="pf-v6-c-label__content">
487
+ <span class="pf-v6-c-label__text">N</span>
488
+ </span>
489
+ </span>
490
+ </div>
491
+ <div
492
+ class="pf-v6-l-flex__item"
493
+ >ip-10-0-233-118.us-east-2.computer.external</div>
494
+ </div>
495
+ </div>
496
+ </dd>
497
+ </div>
498
+ <div class="pf-v6-c-description-list__group">
499
+ <dt class="pf-v6-c-description-list__term">Created at</dt>
500
+ <dd class="pf-v6-c-description-list__description">
501
+ <div class="pf-v6-c-description-list__text">
502
+ <time>Oct 15, 1:51 pm</time>
503
+ </div>
504
+ </dd>
505
+ </div>
506
+ </dl>
507
+ </div>
508
+ </div>
509
+ </div>
510
+ </section>
511
+ <section
512
+ class="pf-v6-c-tab-content"
513
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-yaml-link"
514
+ id="tabs-tables-and-tabs-example-tabs-yaml-panel"
515
+ role="tabpanel"
516
+ tabindex="0"
517
+ hidden
518
+ >
519
+ <div class="pf-v6-c-tab-content__body">YAML panel</div>
520
+ </section>
521
+ <section
522
+ class="pf-v6-c-tab-content"
523
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
524
+ id="tabs-tables-and-tabs-example-tabs-environment-panel"
525
+ role="tabpanel"
526
+ tabindex="0"
527
+ hidden
528
+ >
529
+ <div class="pf-v6-c-tab-content__body">Environment panel</div>
530
+ </section>
531
+ <section
532
+ class="pf-v6-c-tab-content"
533
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
534
+ id="tabs-tables-and-tabs-example-tabs-logs-panel"
535
+ role="tabpanel"
536
+ tabindex="0"
537
+ hidden
538
+ >
539
+ <div class="pf-v6-c-tab-content__body">Logs panel</div>
540
+ </section>
541
+ <section
542
+ class="pf-v6-c-tab-content"
543
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
544
+ id="tabs-tables-and-tabs-example-tabs-events-panel"
545
+ role="tabpanel"
546
+ tabindex="0"
547
+ hidden
548
+ >
549
+ <div class="pf-v6-c-tab-content__body">Events panel</div>
550
+ </section>
551
+ <section
552
+ class="pf-v6-c-tab-content"
553
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
554
+ id="tabs-tables-and-tabs-example-tabs-terminal-panel"
555
+ role="tabpanel"
556
+ tabindex="0"
557
+ hidden
558
+ >
559
+ <div class="pf-v6-c-tab-content__body">Terminal panel</div>
560
+ </section>
561
+ </div>
562
+ </section>
563
+ </main>
564
+ </div>
565
+ </div>
566
+
567
+ ```
568
+
569
+ ### Open tabs with secondary tabs
570
+
571
+ ```html isFullscreen
572
+ <div class="pf-v6-c-page" id="tabs-tables-and-tabs-example">
573
+ <div class="pf-v6-c-skip-to-content">
574
+ <a
575
+ class="pf-v6-c-button pf-m-primary"
576
+ href="#main-content-tabs-tables-and-tabs-example"
577
+ >
578
+ <span class="pf-v6-c-button__text">Skip to content</span>
579
+ </a>
580
+ </div>
581
+ <header class="pf-v6-c-masthead" id="tabs-tables-and-tabs-example-masthead">
582
+ <div class="pf-v6-c-masthead__main">
583
+ <span class="pf-v6-c-masthead__toggle">
584
+ <button
585
+ class="pf-v6-c-button pf-m-plain"
586
+ type="button"
587
+ aria-label="Global navigation"
588
+ >
589
+ <span class="pf-v6-c-button__icon">
590
+ <i class="fas fa-bars" aria-hidden="true"></i>
591
+ </span>
592
+ </button>
593
+ </span>
594
+ <div class="pf-v6-c-masthead__brand">
595
+ <a class="pf-v6-c-masthead__logo" href="#">
596
+ <svg height="37px" viewBox="0 0 679 158">
597
+ <title>PF-HorizontalLogo-Color</title>
598
+ <defs>
599
+ <linearGradient
600
+ x1="68%"
601
+ y1="2.25860997e-13%"
602
+ x2="32%"
603
+ y2="100%"
604
+ id="linearGradient-tabs-tables-and-tabs-example-masthead"
605
+ >
606
+ <stop stop-color="#2B9AF3" offset="0%" />
607
+ <stop
608
+ stop-color="#73BCF7"
609
+ stop-opacity="0.502212631"
610
+ offset="100%"
611
+ />
612
+ </linearGradient>
613
+ </defs>
614
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
615
+ <g
616
+ transform="translate(206.000000, 45.750000)"
617
+ fill="var(--pf-t--global--text--color--regular)"
618
+ fill-rule="nonzero"
619
+ >
620
+ <path
621
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
622
+ />
623
+ <path
624
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
625
+ />
626
+ <path
627
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
628
+ />
629
+ <path
630
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
631
+ />
632
+ <path
633
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
634
+ />
635
+ <path
636
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
637
+ />
638
+ <path
639
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
640
+ />
641
+ <polygon
642
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
643
+ />
644
+ <polygon
645
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
646
+ />
647
+ <path
648
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
649
+ />
650
+ </g>
651
+ <g transform="translate(0.000000, 0.000000)">
652
+ <path
653
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
654
+ fill="#0066CC"
655
+ />
656
+ <path
657
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
658
+ fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
659
+ />
660
+ <path
661
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
662
+ fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
663
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
664
+ />
665
+ </g>
666
+ </g>
667
+ </svg>
668
+ </a>
669
+ </div>
670
+ </div>
671
+ <div class="pf-v6-c-masthead__content">
672
+ <div
673
+ class="pf-v6-c-toolbar pf-m-static"
674
+ id="tabs-tables-and-tabs-example-masthead-toolbar"
675
+ >
676
+ <div class="pf-v6-c-toolbar__content">
677
+ <div class="pf-v6-c-toolbar__content-section">
678
+ <div
679
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
680
+ >
681
+ <div
682
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
683
+ >
684
+ <div class="pf-v6-c-toolbar__item">
685
+ <button
686
+ class="pf-v6-c-menu-toggle pf-m-plain"
687
+ type="button"
688
+ aria-expanded="false"
689
+ aria-label="Application launcher"
690
+ >
691
+ <span class="pf-v6-c-menu-toggle__icon">
692
+ <i class="fas fa-th" aria-hidden="true"></i>
693
+ </span>
694
+ </button>
695
+ </div>
696
+ <div class="pf-v6-c-toolbar__item">
697
+ <button
698
+ class="pf-v6-c-menu-toggle pf-m-plain"
699
+ type="button"
700
+ aria-expanded="false"
701
+ aria-label="Settings"
702
+ >
703
+ <span class="pf-v6-c-menu-toggle__icon">
704
+ <i class="fas fa-cog" aria-hidden="true"></i>
705
+ </span>
706
+ </button>
707
+ </div>
708
+ <div class="pf-v6-c-toolbar__item">
709
+ <button
710
+ class="pf-v6-c-menu-toggle pf-m-plain"
711
+ type="button"
712
+ aria-expanded="false"
713
+ aria-label="Help"
714
+ >
715
+ <span class="pf-v6-c-menu-toggle__icon">
716
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
717
+ </span>
718
+ </button>
719
+ </div>
720
+ </div>
721
+
722
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
723
+ <button
724
+ class="pf-v6-c-menu-toggle pf-m-plain"
725
+ type="button"
726
+ aria-expanded="false"
727
+ aria-label="Actions"
728
+ >
729
+ <span class="pf-v6-c-menu-toggle__icon">
730
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
731
+ </span>
732
+ </button>
733
+ </div>
734
+ </div>
735
+ </div>
736
+ </div>
737
+ </div>
738
+ </div>
739
+ </header>
740
+ <div class="pf-v6-c-page__sidebar">
741
+ <div class="pf-v6-c-page__sidebar-body">
742
+ <nav
743
+ class="pf-v6-c-nav"
744
+ id="tabs-tables-and-tabs-example-primary-nav"
745
+ aria-label="Global"
746
+ >
747
+ <ul class="pf-v6-c-nav__list" role="list">
748
+ <li class="pf-v6-c-nav__item">
749
+ <a href="#" class="pf-v6-c-nav__link">
750
+ <span class="pf-v6-c-nav__link-text">System panel</span>
751
+ </a>
752
+ </li>
753
+ <li class="pf-v6-c-nav__item">
754
+ <a
755
+ href="#"
756
+ class="pf-v6-c-nav__link pf-m-current"
757
+ aria-current="page"
758
+ >
759
+ <span class="pf-v6-c-nav__link-text">Policy</span>
760
+ </a>
761
+ </li>
762
+ <li class="pf-v6-c-nav__item">
763
+ <a href="#" class="pf-v6-c-nav__link">
764
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
765
+ </a>
766
+ </li>
767
+ <li class="pf-v6-c-nav__item">
768
+ <a href="#" class="pf-v6-c-nav__link">
769
+ <span class="pf-v6-c-nav__link-text">Network services</span>
770
+ </a>
771
+ </li>
772
+ <li class="pf-v6-c-nav__item">
773
+ <a href="#" class="pf-v6-c-nav__link">
774
+ <span class="pf-v6-c-nav__link-text">Server</span>
775
+ </a>
776
+ </li>
777
+ </ul>
778
+ </nav>
779
+ </div>
780
+ </div>
781
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
782
+ <main
783
+ class="pf-v6-c-page__main"
784
+ tabindex="-1"
785
+ id="main-content-tabs-tables-and-tabs-example"
786
+ >
787
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
788
+ <div class="pf-v6-c-page__main-body">
789
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
790
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
791
+ <li class="pf-v6-c-breadcrumb__item">
792
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
793
+ </li>
794
+ <li class="pf-v6-c-breadcrumb__item">
795
+ <span class="pf-v6-c-breadcrumb__item-divider">
796
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
797
+ </span>
798
+
799
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
800
+ </li>
801
+ <li class="pf-v6-c-breadcrumb__item">
802
+ <span class="pf-v6-c-breadcrumb__item-divider">
803
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
804
+ </span>
805
+
806
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
807
+ </li>
808
+ <li class="pf-v6-c-breadcrumb__item">
809
+ <span class="pf-v6-c-breadcrumb__item-divider">
810
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
811
+ </span>
812
+
813
+ <a
814
+ href="#"
815
+ class="pf-v6-c-breadcrumb__link pf-m-current"
816
+ aria-current="page"
817
+ >Section landing</a>
818
+ </li>
819
+ </ol>
820
+ </nav>
821
+ </div>
822
+ </section>
823
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
824
+ <div class="pf-v6-c-page__main-body">
825
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
826
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
827
+ </div>
828
+ </section>
829
+ <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
830
+ <div class="pf-v6-c-page__main-body">
831
+ <div
832
+ class="pf-v6-c-tabs pf-m-page-insets"
833
+ role="region"
834
+ id="tabs-tables-and-tabs-example-tabs"
835
+ >
836
+ <ul class="pf-v6-c-tabs__list" role="tablist">
837
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
838
+ <button
839
+ type="button"
840
+ class="pf-v6-c-tabs__link"
841
+ role="tab"
842
+ aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
843
+ id="tabs-tables-and-tabs-example-tabs-details-link"
844
+ >
845
+ <span class="pf-v6-c-tabs__item-text">Details</span>
846
+ </button>
847
+ </li>
848
+ <li class="pf-v6-c-tabs__item" role="presentation">
849
+ <button
850
+ type="button"
851
+ class="pf-v6-c-tabs__link"
852
+ role="tab"
853
+ aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
854
+ id="tabs-tables-and-tabs-example-tabs-yaml-link"
855
+ >
856
+ <span class="pf-v6-c-tabs__item-text">YAML</span>
857
+ </button>
858
+ </li>
859
+ <li class="pf-v6-c-tabs__item" role="presentation">
860
+ <button
861
+ type="button"
862
+ class="pf-v6-c-tabs__link"
863
+ role="tab"
864
+ aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
865
+ id="tabs-tables-and-tabs-example-tabs-environment-link"
866
+ >
867
+ <span class="pf-v6-c-tabs__item-text">Environment</span>
868
+ </button>
869
+ </li>
870
+ <li class="pf-v6-c-tabs__item" role="presentation">
871
+ <button
872
+ type="button"
873
+ class="pf-v6-c-tabs__link"
874
+ role="tab"
875
+ aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
876
+ id="tabs-tables-and-tabs-example-tabs-logs-link"
877
+ >
878
+ <span class="pf-v6-c-tabs__item-text">Logs</span>
879
+ </button>
880
+ </li>
881
+ <li class="pf-v6-c-tabs__item" role="presentation">
882
+ <button
883
+ type="button"
884
+ class="pf-v6-c-tabs__link"
885
+ role="tab"
886
+ aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
887
+ id="tabs-tables-and-tabs-example-tabs-events-link"
888
+ >
889
+ <span class="pf-v6-c-tabs__item-text">Events</span>
890
+ </button>
891
+ </li>
892
+ <li class="pf-v6-c-tabs__item" role="presentation">
893
+ <button
894
+ type="button"
895
+ class="pf-v6-c-tabs__link"
896
+ role="tab"
897
+ aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
898
+ id="tabs-tables-and-tabs-example-tabs-terminal-link"
899
+ >
900
+ <span class="pf-v6-c-tabs__item-text">Terminal</span>
901
+ </button>
902
+ </li>
903
+ </ul>
904
+ </div>
905
+ </div>
906
+ </section>
907
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
908
+ <div class="pf-v6-c-page__main-body">
909
+ <div
910
+ class="pf-v6-c-tabs pf-m-secondary pf-m-page-insets"
911
+ role="region"
912
+ id="tabs-tables-and-tabs-example-tabs-secondary"
913
+ >
914
+ <ul class="pf-v6-c-tabs__list" role="tablist">
915
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
916
+ <button
917
+ type="button"
918
+ class="pf-v6-c-tabs__link"
919
+ role="tab"
920
+ aria-controls="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
921
+ id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
922
+ >
923
+ <span class="pf-v6-c-tabs__item-text">Pod information</span>
924
+ </button>
925
+ </li>
926
+ <li class="pf-v6-c-tabs__item" role="presentation">
927
+ <button
928
+ type="button"
929
+ class="pf-v6-c-tabs__link"
930
+ role="tab"
931
+ aria-controls="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
932
+ id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
933
+ >
934
+ <span class="pf-v6-c-tabs__item-text">Editable Aspects</span>
935
+ </button>
936
+ </li>
937
+ </ul>
938
+ </div>
939
+ <section
940
+ class="pf-v6-c-tab-content"
941
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-details-link"
942
+ id="tabs-tables-and-tabs-example-tabs-details-panel"
943
+ role="tabpanel"
944
+ tabindex="0"
945
+ >
946
+ <div class="pf-v6-c-tab-content__body pf-m-padding">
947
+ <section
948
+ class="pf-v6-c-tab-content"
949
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
950
+ id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
951
+ role="tabpanel"
952
+ tabindex="0"
953
+ >
954
+ <div class="pf-v6-c-tab-content__body">
955
+ <div class="pf-v6-l-flex pf-m-column">
956
+ <div class="pf-v6-l-flex__item">
957
+ <dl
958
+ class="pf-v6-c-description-list pf-m-2-col-on-lg"
959
+ aria-label="Pod information list"
960
+ >
961
+ <div class="pf-v6-c-description-list__group">
962
+ <dt class="pf-v6-c-description-list__term">Name</dt>
963
+ <dd class="pf-v6-c-description-list__description">
964
+ <div
965
+ class="pf-v6-c-description-list__text"
966
+ >3scale-control-fccb6ddb9-phyqv9</div>
967
+ </dd>
968
+ </div>
969
+ <div class="pf-v6-c-description-list__group">
970
+ <dt class="pf-v6-c-description-list__term">Status</dt>
971
+ <dd class="pf-v6-c-description-list__description">
972
+ <div class="pf-v6-c-description-list__text">
973
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
974
+ <div class="pf-v6-l-flex__item">
975
+ <i
976
+ class="fas fa-fw fa-check-circle"
977
+ aria-hidden="true"
978
+ ></i>
979
+ </div>
980
+ <div class="pf-v6-l-flex__item">Running</div>
981
+ </div>
982
+ </div>
983
+ </dd>
984
+ </div>
985
+ <div class="pf-v6-c-description-list__group">
986
+ <dt class="pf-v6-c-description-list__term">Namespace</dt>
987
+ <dd class="pf-v6-c-description-list__description">
988
+ <div class="pf-v6-c-description-list__text">
989
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
990
+ <div class="pf-v6-l-flex__item">
991
+ <span class="pf-v6-c-label pf-m-teal">
992
+ <span class="pf-v6-c-label__content">
993
+ <span class="pf-v6-c-label__text">NS</span>
994
+ </span>
995
+ </span>
996
+ </div>
997
+ <div class="pf-v6-l-flex__item">
998
+ <a href="#">knative-serving-ingress</a>
999
+ </div>
1000
+ </div>
1001
+ </div>
1002
+ </dd>
1003
+ </div>
1004
+ <div class="pf-v6-c-description-list__group">
1005
+ <dt
1006
+ class="pf-v6-c-description-list__term"
1007
+ >Restart policy</dt>
1008
+ <dd class="pf-v6-c-description-list__description">
1009
+ <div
1010
+ class="pf-v6-c-description-list__text"
1011
+ >Always restart</div>
1012
+ </dd>
1013
+ </div>
1014
+ <div class="pf-v6-c-description-list__group">
1015
+ <dt class="pf-v6-c-description-list__term">Pod IP</dt>
1016
+ <dd class="pf-v6-c-description-list__description">
1017
+ <div
1018
+ class="pf-v6-c-description-list__text"
1019
+ >10.345.2.197</div>
1020
+ </dd>
1021
+ </div>
1022
+ <div class="pf-v6-c-description-list__group">
1023
+ <dt
1024
+ class="pf-v6-c-description-list__term"
1025
+ >Active deadline seconds</dt>
1026
+ <dd class="pf-v6-c-description-list__description">
1027
+ <div
1028
+ class="pf-v6-c-description-list__text"
1029
+ >Not configured</div>
1030
+ </dd>
1031
+ </div>
1032
+ <div class="pf-v6-c-description-list__group">
1033
+ <dt class="pf-v6-c-description-list__term">Created at</dt>
1034
+ <dd class="pf-v6-c-description-list__description">
1035
+ <div class="pf-v6-c-description-list__text">
1036
+ <time>Oct 15, 1:51 pm</time>
1037
+ </div>
1038
+ </dd>
1039
+ </div>
1040
+ <div class="pf-v6-c-description-list__group">
1041
+ <dt class="pf-v6-c-description-list__term">Node</dt>
1042
+ <dd class="pf-v6-c-description-list__description">
1043
+ <div class="pf-v6-c-description-list__text">
1044
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
1045
+ <div class="pf-v6-l-flex__item">
1046
+ <span class="pf-v6-c-label pf-m-purple">
1047
+ <span class="pf-v6-c-label__content">
1048
+ <span class="pf-v6-c-label__text">N</span>
1049
+ </span>
1050
+ </span>
1051
+ </div>
1052
+ <div
1053
+ class="pf-v6-l-flex__item"
1054
+ >ip-10-0-233-118.us-east-2.computer.external</div>
1055
+ </div>
1056
+ </div>
1057
+ </dd>
1058
+ </div>
1059
+ </dl>
1060
+ </div>
1061
+ </div>
1062
+ </div>
1063
+ </section>
1064
+ <section
1065
+ class="pf-v6-c-tab-content"
1066
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
1067
+ id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
1068
+ role="tabpanel"
1069
+ tabindex="0"
1070
+ hidden
1071
+ >
1072
+ <div class="pf-v6-c-tab-content__body">Editable aspects panel</div>
1073
+ </section>
1074
+ </div>
1075
+ </section>
1076
+ <section
1077
+ class="pf-v6-c-tab-content"
1078
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-yaml-link"
1079
+ id="tabs-tables-and-tabs-example-tabs-yaml-panel"
1080
+ role="tabpanel"
1081
+ tabindex="0"
1082
+ hidden
1083
+ >
1084
+ <div class="pf-v6-c-tab-content__body pf-m-padding">YAML panel</div>
1085
+ </section>
1086
+ <section
1087
+ class="pf-v6-c-tab-content"
1088
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
1089
+ id="tabs-tables-and-tabs-example-tabs-environment-panel"
1090
+ role="tabpanel"
1091
+ tabindex="0"
1092
+ hidden
1093
+ >
1094
+ <div
1095
+ class="pf-v6-c-tab-content__body pf-m-padding"
1096
+ >Environment panel</div>
1097
+ </section>
1098
+ <section
1099
+ class="pf-v6-c-tab-content"
1100
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
1101
+ id="tabs-tables-and-tabs-example-tabs-logs-panel"
1102
+ role="tabpanel"
1103
+ tabindex="0"
1104
+ hidden
1105
+ >
1106
+ <div class="pf-v6-c-tab-content__body pf-m-padding">Logs panel</div>
1107
+ </section>
1108
+ <section
1109
+ class="pf-v6-c-tab-content"
1110
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
1111
+ id="tabs-tables-and-tabs-example-tabs-events-panel"
1112
+ role="tabpanel"
1113
+ tabindex="0"
1114
+ hidden
1115
+ >
1116
+ <div class="pf-v6-c-tab-content__body pf-m-padding">Events panel</div>
1117
+ </section>
1118
+ <section
1119
+ class="pf-v6-c-tab-content"
1120
+ aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
1121
+ id="tabs-tables-and-tabs-example-tabs-terminal-panel"
1122
+ role="tabpanel"
1123
+ tabindex="0"
1124
+ hidden
1125
+ >
1126
+ <div class="pf-v6-c-tab-content__body pf-m-padding">Terminal panel</div>
1127
+ </section>
1128
+ </div>
1129
+ </section>
1130
+ </main>
1131
+ </div>
1132
+ </div>
1133
+
1134
+ ```
1135
+
1136
+ ### Nested tabs
1137
+
1138
+ ```html isFullscreen
1139
+ <div class="pf-v6-c-page" id="nested-tabs-example">
1140
+ <div class="pf-v6-c-skip-to-content">
1141
+ <a
1142
+ class="pf-v6-c-button pf-m-primary"
1143
+ href="#main-content-nested-tabs-example"
1144
+ >
1145
+ <span class="pf-v6-c-button__text">Skip to content</span>
1146
+ </a>
1147
+ </div>
1148
+ <header class="pf-v6-c-masthead" id="nested-tabs-example-masthead">
1149
+ <div class="pf-v6-c-masthead__main">
1150
+ <span class="pf-v6-c-masthead__toggle">
1151
+ <button
1152
+ class="pf-v6-c-button pf-m-plain"
1153
+ type="button"
1154
+ aria-label="Global navigation"
1155
+ >
1156
+ <span class="pf-v6-c-button__icon">
1157
+ <i class="fas fa-bars" aria-hidden="true"></i>
1158
+ </span>
1159
+ </button>
1160
+ </span>
1161
+ <div class="pf-v6-c-masthead__brand">
1162
+ <a class="pf-v6-c-masthead__logo" href="#">
1163
+ <svg height="37px" viewBox="0 0 679 158">
1164
+ <title>PF-HorizontalLogo-Color</title>
1165
+ <defs>
1166
+ <linearGradient
1167
+ x1="68%"
1168
+ y1="2.25860997e-13%"
1169
+ x2="32%"
1170
+ y2="100%"
1171
+ id="linearGradient-nested-tabs-example-masthead"
1172
+ >
1173
+ <stop stop-color="#2B9AF3" offset="0%" />
1174
+ <stop
1175
+ stop-color="#73BCF7"
1176
+ stop-opacity="0.502212631"
1177
+ offset="100%"
1178
+ />
1179
+ </linearGradient>
1180
+ </defs>
1181
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1182
+ <g
1183
+ transform="translate(206.000000, 45.750000)"
1184
+ fill="var(--pf-t--global--text--color--regular)"
1185
+ fill-rule="nonzero"
1186
+ >
1187
+ <path
1188
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1189
+ />
1190
+ <path
1191
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1192
+ />
1193
+ <path
1194
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1195
+ />
1196
+ <path
1197
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1198
+ />
1199
+ <path
1200
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1201
+ />
1202
+ <path
1203
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1204
+ />
1205
+ <path
1206
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1207
+ />
1208
+ <polygon
1209
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1210
+ />
1211
+ <polygon
1212
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
1213
+ />
1214
+ <path
1215
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1216
+ />
1217
+ </g>
1218
+ <g transform="translate(0.000000, 0.000000)">
1219
+ <path
1220
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1221
+ fill="#0066CC"
1222
+ />
1223
+ <path
1224
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1225
+ fill="url(#linearGradient-nested-tabs-example-masthead)"
1226
+ />
1227
+ <path
1228
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1229
+ fill="url(#linearGradient-nested-tabs-example-masthead)"
1230
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1231
+ />
1232
+ </g>
1233
+ </g>
1234
+ </svg>
1235
+ </a>
1236
+ </div>
1237
+ </div>
1238
+ <div class="pf-v6-c-masthead__content">
1239
+ <div
1240
+ class="pf-v6-c-toolbar pf-m-static"
1241
+ id="nested-tabs-example-masthead-toolbar"
1242
+ >
1243
+ <div class="pf-v6-c-toolbar__content">
1244
+ <div class="pf-v6-c-toolbar__content-section">
1245
+ <div
1246
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
1247
+ >
1248
+ <div
1249
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
1250
+ >
1251
+ <div class="pf-v6-c-toolbar__item">
1252
+ <button
1253
+ class="pf-v6-c-menu-toggle pf-m-plain"
1254
+ type="button"
1255
+ aria-expanded="false"
1256
+ aria-label="Application launcher"
1257
+ >
1258
+ <span class="pf-v6-c-menu-toggle__icon">
1259
+ <i class="fas fa-th" aria-hidden="true"></i>
1260
+ </span>
1261
+ </button>
1262
+ </div>
1263
+ <div class="pf-v6-c-toolbar__item">
1264
+ <button
1265
+ class="pf-v6-c-menu-toggle pf-m-plain"
1266
+ type="button"
1267
+ aria-expanded="false"
1268
+ aria-label="Settings"
1269
+ >
1270
+ <span class="pf-v6-c-menu-toggle__icon">
1271
+ <i class="fas fa-cog" aria-hidden="true"></i>
1272
+ </span>
1273
+ </button>
1274
+ </div>
1275
+ <div class="pf-v6-c-toolbar__item">
1276
+ <button
1277
+ class="pf-v6-c-menu-toggle pf-m-plain"
1278
+ type="button"
1279
+ aria-expanded="false"
1280
+ aria-label="Help"
1281
+ >
1282
+ <span class="pf-v6-c-menu-toggle__icon">
1283
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1284
+ </span>
1285
+ </button>
1286
+ </div>
1287
+ </div>
1288
+
1289
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
1290
+ <button
1291
+ class="pf-v6-c-menu-toggle pf-m-plain"
1292
+ type="button"
1293
+ aria-expanded="false"
1294
+ aria-label="Actions"
1295
+ >
1296
+ <span class="pf-v6-c-menu-toggle__icon">
1297
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1298
+ </span>
1299
+ </button>
1300
+ </div>
1301
+ </div>
1302
+ </div>
1303
+ </div>
1304
+ </div>
1305
+ </div>
1306
+ </header>
1307
+ <div class="pf-v6-c-page__sidebar">
1308
+ <div class="pf-v6-c-page__sidebar-body">
1309
+ <nav
1310
+ class="pf-v6-c-nav"
1311
+ id="nested-tabs-example-primary-nav"
1312
+ aria-label="Global"
1313
+ >
1314
+ <ul class="pf-v6-c-nav__list" role="list">
1315
+ <li class="pf-v6-c-nav__item">
1316
+ <a href="#" class="pf-v6-c-nav__link">
1317
+ <span class="pf-v6-c-nav__link-text">System panel</span>
1318
+ </a>
1319
+ </li>
1320
+ <li class="pf-v6-c-nav__item">
1321
+ <a
1322
+ href="#"
1323
+ class="pf-v6-c-nav__link pf-m-current"
1324
+ aria-current="page"
1325
+ >
1326
+ <span class="pf-v6-c-nav__link-text">Policy</span>
1327
+ </a>
1328
+ </li>
1329
+ <li class="pf-v6-c-nav__item">
1330
+ <a href="#" class="pf-v6-c-nav__link">
1331
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
1332
+ </a>
1333
+ </li>
1334
+ <li class="pf-v6-c-nav__item">
1335
+ <a href="#" class="pf-v6-c-nav__link">
1336
+ <span class="pf-v6-c-nav__link-text">Network services</span>
1337
+ </a>
1338
+ </li>
1339
+ <li class="pf-v6-c-nav__item">
1340
+ <a href="#" class="pf-v6-c-nav__link">
1341
+ <span class="pf-v6-c-nav__link-text">Server</span>
1342
+ </a>
1343
+ </li>
1344
+ </ul>
1345
+ </nav>
1346
+ </div>
1347
+ </div>
1348
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
1349
+ <main
1350
+ class="pf-v6-c-page__main"
1351
+ tabindex="-1"
1352
+ id="main-content-nested-tabs-example"
1353
+ >
1354
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
1355
+ <div class="pf-v6-c-page__main-body">
1356
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
1357
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
1358
+ <li class="pf-v6-c-breadcrumb__item">
1359
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
1360
+ </li>
1361
+ <li class="pf-v6-c-breadcrumb__item">
1362
+ <span class="pf-v6-c-breadcrumb__item-divider">
1363
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1364
+ </span>
1365
+
1366
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1367
+ </li>
1368
+ <li class="pf-v6-c-breadcrumb__item">
1369
+ <span class="pf-v6-c-breadcrumb__item-divider">
1370
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1371
+ </span>
1372
+
1373
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1374
+ </li>
1375
+ <li class="pf-v6-c-breadcrumb__item">
1376
+ <span class="pf-v6-c-breadcrumb__item-divider">
1377
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1378
+ </span>
1379
+
1380
+ <a
1381
+ href="#"
1382
+ class="pf-v6-c-breadcrumb__link pf-m-current"
1383
+ aria-current="page"
1384
+ >Section landing</a>
1385
+ </li>
1386
+ </ol>
1387
+ </nav>
1388
+ </div>
1389
+ </section>
1390
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
1391
+ <div class="pf-v6-c-page__main-body">
1392
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1393
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1394
+ </div>
1395
+ </section>
1396
+ <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
1397
+ <div class="pf-v6-c-page__main-body">
1398
+ <div
1399
+ class="pf-v6-c-tabs pf-m-page-insets"
1400
+ role="region"
1401
+ id="nested-tabs-example-tabs-tabs"
1402
+ >
1403
+ <ul class="pf-v6-c-tabs__list" role="tablist">
1404
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
1405
+ <button
1406
+ type="button"
1407
+ class="pf-v6-c-tabs__link"
1408
+ role="tab"
1409
+ aria-controls="nested-tabs-example-tabs-tabs-cluster-1-panel"
1410
+ id="nested-tabs-example-tabs-tabs-cluster-1-link"
1411
+ >
1412
+ <span class="pf-v6-c-tabs__item-text">Cluster 1</span>
1413
+ </button>
1414
+ </li>
1415
+ <li class="pf-v6-c-tabs__item" role="presentation">
1416
+ <button
1417
+ type="button"
1418
+ class="pf-v6-c-tabs__link"
1419
+ role="tab"
1420
+ aria-controls="nested-tabs-example-tabs-tabs-cluster-2-panel"
1421
+ id="nested-tabs-example-tabs-tabs-cluster-2-link"
1422
+ >
1423
+ <span class="pf-v6-c-tabs__item-text">Cluster 2</span>
1424
+ </button>
1425
+ </li>
1426
+ </ul>
1427
+ </div>
1428
+ </div>
1429
+ </section>
1430
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
1431
+ <div class="pf-v6-c-page__main-body">
1432
+ <section
1433
+ class="pf-v6-c-tab-content"
1434
+ aria-labelledby="nested-tabs-example-tabs-tabs-cluster-1-link"
1435
+ id="nested-tabs-example-tabs-tabs-cluster-1-panel"
1436
+ role="tabpanel"
1437
+ tabindex="0"
1438
+ >
1439
+ <div class="pf-v6-c-tab-content__body">
1440
+ <div class="pf-v6-l-grid pf-m-gutter">
1441
+ <div
1442
+ class="pf-v6-l-grid__item pf-m-6-col-on-md pf-m-8-col-on-xl"
1443
+ >
1444
+ <div class="pf-v6-c-card pf-m-full-height">
1445
+ <div class="pf-v6-c-card__header">
1446
+ <h2 class="pf-v6-c-title pf-m-lg">Status</h2>
1447
+ </div>
1448
+ <div class="pf-v6-c-card__body">
1449
+ <div class="pf-v6-l-flex pf-m-column">
1450
+ <div class="pf-v6-l-flex__item">
1451
+ <div
1452
+ class="pf-v6-c-tabs"
1453
+ role="region"
1454
+ id="nested-tabs-example-tabs-tabs-subtabs"
1455
+ >
1456
+ <ul class="pf-v6-c-tabs__list" role="tablist">
1457
+ <li
1458
+ class="pf-v6-c-tabs__item pf-m-current"
1459
+ role="presentation"
1460
+ >
1461
+ <button
1462
+ type="button"
1463
+ class="pf-v6-c-tabs__link"
1464
+ role="tab"
1465
+ aria-controls="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
1466
+ id="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
1467
+ >
1468
+ <span class="pf-v6-c-tabs__item-text">Cluster</span>
1469
+ </button>
1470
+ </li>
1471
+ <li
1472
+ class="pf-v6-c-tabs__item"
1473
+ role="presentation"
1474
+ >
1475
+ <button
1476
+ type="button"
1477
+ class="pf-v6-c-tabs__link"
1478
+ role="tab"
1479
+ aria-controls="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
1480
+ id="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
1481
+ >
1482
+ <span
1483
+ class="pf-v6-c-tabs__item-text"
1484
+ >Control plane</span>
1485
+ </button>
1486
+ </li>
1487
+ <li
1488
+ class="pf-v6-c-tabs__item"
1489
+ role="presentation"
1490
+ >
1491
+ <button
1492
+ type="button"
1493
+ class="pf-v6-c-tabs__link"
1494
+ role="tab"
1495
+ aria-controls="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
1496
+ id="nested-tabs-example-tabs-tabs-subtabs-operators-link"
1497
+ >
1498
+ <span
1499
+ class="pf-v6-c-tabs__item-text"
1500
+ >Operators</span>
1501
+ </button>
1502
+ </li>
1503
+ <li
1504
+ class="pf-v6-c-tabs__item"
1505
+ role="presentation"
1506
+ >
1507
+ <button
1508
+ type="button"
1509
+ class="pf-v6-c-tabs__link"
1510
+ role="tab"
1511
+ aria-controls="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
1512
+ id="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
1513
+ >
1514
+ <span
1515
+ class="pf-v6-c-tabs__item-text"
1516
+ >Virtualization</span>
1517
+ </button>
1518
+ </li>
1519
+ </ul>
1520
+ </div>
1521
+ </div>
1522
+ <div class="pf-v6-l-flex__item">
1523
+ <section
1524
+ class="pf-v6-c-tab-content"
1525
+ aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
1526
+ id="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
1527
+ role="tabpanel"
1528
+ tabindex="0"
1529
+ >
1530
+ <div class="pf-v6-c-tab-content__body">
1531
+ <div class="pf-v6-c-content">
1532
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in odio porttitor, feugiat risus in, feugiat arcu. Nullam euismod enim eget fringilla condimentum. Maecenas tincidunt et metus id aliquet. Integer et fermentum purus. Nulla tempor velit arcu, vitae semper purus iaculis at. Sed malesuada auctor luctus. Pellentesque et leo urna. Aliquam vitae felis congue lacus mattis fringilla. Nullam et ultricies erat, sed dignissim elit. Cras mattis pulvinar aliquam. In ac est nulla. Pellentesque fermentum nibh ac sapien porta, ut congue orci aliquam. Sed nisl est, tempor eu pharetra eget, ullamcorper ut augue. Vestibulum eleifend libero eu nulla cursus lacinia.</p>
1533
+ </div>
1534
+ </div>
1535
+ </section>
1536
+ <section
1537
+ class="pf-v6-c-tab-content"
1538
+ aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
1539
+ id="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
1540
+ role="tabpanel"
1541
+ tabindex="0"
1542
+ hidden
1543
+ >
1544
+ <div
1545
+ class="pf-v6-c-tab-content__body"
1546
+ >Control plane content</div>
1547
+ </section>
1548
+ <section
1549
+ class="pf-v6-c-tab-content"
1550
+ aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-operators-link"
1551
+ id="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
1552
+ role="tabpanel"
1553
+ tabindex="0"
1554
+ hidden
1555
+ >
1556
+ <div
1557
+ class="pf-v6-c-tab-content__body"
1558
+ >Operators content</div>
1559
+ </section>
1560
+ <section
1561
+ class="pf-v6-c-tab-content"
1562
+ aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
1563
+ id="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
1564
+ role="tabpanel"
1565
+ tabindex="0"
1566
+ hidden
1567
+ >
1568
+ <div
1569
+ class="pf-v6-c-tab-content__body"
1570
+ >Virtualization content</div>
1571
+ </section>
1572
+ </div>
1573
+ </div>
1574
+ </div>
1575
+ </div>
1576
+ </div>
1577
+ <div
1578
+ class="pf-v6-l-grid__item pf-m-6-col-on-md pf-m-4-col-on-xl"
1579
+ >
1580
+ <div class="pf-v6-l-flex pf-m-column pf-v6-u-h-100">
1581
+ <div class="pf-v6-l-flex__item pf-m-flex-1">
1582
+ <div class="pf-v6-c-card pf-m-full-height">
1583
+ <div class="pf-v6-c-card__header">
1584
+ <h2 class="pf-v6-c-title pf-m-lg">Title of card</h2>
1585
+ </div>
1586
+ </div>
1587
+ </div>
1588
+ <div class="pf-v6-l-flex__item pf-m-flex-1">
1589
+ <div class="pf-v6-c-card pf-m-full-height">
1590
+ <div class="pf-v6-c-card__header">
1591
+ <h2 class="pf-v6-c-title pf-m-lg">Title of card</h2>
1592
+ </div>
1593
+ </div>
1594
+ </div>
1595
+ </div>
1596
+ </div>
1597
+ </div>
1598
+ </div>
1599
+ </section>
1600
+ <section
1601
+ class="pf-v6-c-tab-content"
1602
+ aria-labelledby="nested-tabs-example-tabs-tabs-cluster-2-link"
1603
+ id="nested-tabs-example-tabs-tabs-cluster-2-panel"
1604
+ role="tabpanel"
1605
+ tabindex="0"
1606
+ hidden
1607
+ >
1608
+ <div class="pf-v6-c-tab-content__body">
1609
+ <div class="pf-v6-c-content">
1610
+ <p>Cluster 2 content</p>
1611
+ </div>
1612
+ </div>
1613
+ </section>
1614
+ </div>
1615
+ </section>
1616
+ </main>
1617
+ </div>
1618
+ </div>
1619
+
1620
+ ```
1621
+
1622
+ ### Tables and tabs
1623
+
1624
+ ```html isFullscreen
1625
+ <div class="pf-v6-c-page" id="table-tabs-example">
1626
+ <div class="pf-v6-c-skip-to-content">
1627
+ <a
1628
+ class="pf-v6-c-button pf-m-primary"
1629
+ href="#main-content-table-tabs-example"
1630
+ >
1631
+ <span class="pf-v6-c-button__text">Skip to content</span>
1632
+ </a>
1633
+ </div>
1634
+ <header class="pf-v6-c-masthead" id="table-tabs-example-masthead">
1635
+ <div class="pf-v6-c-masthead__main">
1636
+ <span class="pf-v6-c-masthead__toggle">
1637
+ <button
1638
+ class="pf-v6-c-button pf-m-plain"
1639
+ type="button"
1640
+ aria-label="Global navigation"
1641
+ >
1642
+ <span class="pf-v6-c-button__icon">
1643
+ <i class="fas fa-bars" aria-hidden="true"></i>
1644
+ </span>
1645
+ </button>
1646
+ </span>
1647
+ <div class="pf-v6-c-masthead__brand">
1648
+ <a class="pf-v6-c-masthead__logo" href="#">
1649
+ <svg height="37px" viewBox="0 0 679 158">
1650
+ <title>PF-HorizontalLogo-Color</title>
1651
+ <defs>
1652
+ <linearGradient
1653
+ x1="68%"
1654
+ y1="2.25860997e-13%"
1655
+ x2="32%"
1656
+ y2="100%"
1657
+ id="linearGradient-table-tabs-example-masthead"
1658
+ >
1659
+ <stop stop-color="#2B9AF3" offset="0%" />
1660
+ <stop
1661
+ stop-color="#73BCF7"
1662
+ stop-opacity="0.502212631"
1663
+ offset="100%"
1664
+ />
1665
+ </linearGradient>
1666
+ </defs>
1667
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1668
+ <g
1669
+ transform="translate(206.000000, 45.750000)"
1670
+ fill="var(--pf-t--global--text--color--regular)"
1671
+ fill-rule="nonzero"
1672
+ >
1673
+ <path
1674
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1675
+ />
1676
+ <path
1677
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1678
+ />
1679
+ <path
1680
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1681
+ />
1682
+ <path
1683
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1684
+ />
1685
+ <path
1686
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1687
+ />
1688
+ <path
1689
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1690
+ />
1691
+ <path
1692
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1693
+ />
1694
+ <polygon
1695
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1696
+ />
1697
+ <polygon
1698
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
1699
+ />
1700
+ <path
1701
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1702
+ />
1703
+ </g>
1704
+ <g transform="translate(0.000000, 0.000000)">
1705
+ <path
1706
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1707
+ fill="#0066CC"
1708
+ />
1709
+ <path
1710
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1711
+ fill="url(#linearGradient-table-tabs-example-masthead)"
1712
+ />
1713
+ <path
1714
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1715
+ fill="url(#linearGradient-table-tabs-example-masthead)"
1716
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1717
+ />
1718
+ </g>
1719
+ </g>
1720
+ </svg>
1721
+ </a>
1722
+ </div>
1723
+ </div>
1724
+ <div class="pf-v6-c-masthead__content">
1725
+ <div
1726
+ class="pf-v6-c-toolbar pf-m-static"
1727
+ id="table-tabs-example-masthead-toolbar"
1728
+ >
1729
+ <div class="pf-v6-c-toolbar__content">
1730
+ <div class="pf-v6-c-toolbar__content-section">
1731
+ <div
1732
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
1733
+ >
1734
+ <div
1735
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
1736
+ >
1737
+ <div class="pf-v6-c-toolbar__item">
1738
+ <button
1739
+ class="pf-v6-c-menu-toggle pf-m-plain"
1740
+ type="button"
1741
+ aria-expanded="false"
1742
+ aria-label="Application launcher"
1743
+ >
1744
+ <span class="pf-v6-c-menu-toggle__icon">
1745
+ <i class="fas fa-th" aria-hidden="true"></i>
1746
+ </span>
1747
+ </button>
1748
+ </div>
1749
+ <div class="pf-v6-c-toolbar__item">
1750
+ <button
1751
+ class="pf-v6-c-menu-toggle pf-m-plain"
1752
+ type="button"
1753
+ aria-expanded="false"
1754
+ aria-label="Settings"
1755
+ >
1756
+ <span class="pf-v6-c-menu-toggle__icon">
1757
+ <i class="fas fa-cog" aria-hidden="true"></i>
1758
+ </span>
1759
+ </button>
1760
+ </div>
1761
+ <div class="pf-v6-c-toolbar__item">
1762
+ <button
1763
+ class="pf-v6-c-menu-toggle pf-m-plain"
1764
+ type="button"
1765
+ aria-expanded="false"
1766
+ aria-label="Help"
1767
+ >
1768
+ <span class="pf-v6-c-menu-toggle__icon">
1769
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1770
+ </span>
1771
+ </button>
1772
+ </div>
1773
+ </div>
1774
+
1775
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
1776
+ <button
1777
+ class="pf-v6-c-menu-toggle pf-m-plain"
1778
+ type="button"
1779
+ aria-expanded="false"
1780
+ aria-label="Actions"
1781
+ >
1782
+ <span class="pf-v6-c-menu-toggle__icon">
1783
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1784
+ </span>
1785
+ </button>
1786
+ </div>
1787
+ </div>
1788
+ </div>
1789
+ </div>
1790
+ </div>
1791
+ </div>
1792
+ </header>
1793
+ <div class="pf-v6-c-page__sidebar">
1794
+ <div class="pf-v6-c-page__sidebar-body">
1795
+ <nav
1796
+ class="pf-v6-c-nav"
1797
+ id="table-tabs-example-primary-nav"
1798
+ aria-label="Global"
1799
+ >
1800
+ <ul class="pf-v6-c-nav__list" role="list">
1801
+ <li class="pf-v6-c-nav__item">
1802
+ <a href="#" class="pf-v6-c-nav__link">
1803
+ <span class="pf-v6-c-nav__link-text">System panel</span>
1804
+ </a>
1805
+ </li>
1806
+ <li class="pf-v6-c-nav__item">
1807
+ <a
1808
+ href="#"
1809
+ class="pf-v6-c-nav__link pf-m-current"
1810
+ aria-current="page"
1811
+ >
1812
+ <span class="pf-v6-c-nav__link-text">Policy</span>
1813
+ </a>
1814
+ </li>
1815
+ <li class="pf-v6-c-nav__item">
1816
+ <a href="#" class="pf-v6-c-nav__link">
1817
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
1818
+ </a>
1819
+ </li>
1820
+ <li class="pf-v6-c-nav__item">
1821
+ <a href="#" class="pf-v6-c-nav__link">
1822
+ <span class="pf-v6-c-nav__link-text">Network services</span>
1823
+ </a>
1824
+ </li>
1825
+ <li class="pf-v6-c-nav__item">
1826
+ <a href="#" class="pf-v6-c-nav__link">
1827
+ <span class="pf-v6-c-nav__link-text">Server</span>
1828
+ </a>
1829
+ </li>
1830
+ </ul>
1831
+ </nav>
1832
+ </div>
1833
+ </div>
1834
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
1835
+ <main
1836
+ class="pf-v6-c-page__main"
1837
+ tabindex="-1"
1838
+ id="main-content-table-tabs-example"
1839
+ >
1840
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
1841
+ <div class="pf-v6-c-page__main-body">
1842
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
1843
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
1844
+ <li class="pf-v6-c-breadcrumb__item">
1845
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
1846
+ </li>
1847
+ <li class="pf-v6-c-breadcrumb__item">
1848
+ <span class="pf-v6-c-breadcrumb__item-divider">
1849
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1850
+ </span>
1851
+
1852
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1853
+ </li>
1854
+ <li class="pf-v6-c-breadcrumb__item">
1855
+ <span class="pf-v6-c-breadcrumb__item-divider">
1856
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1857
+ </span>
1858
+
1859
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1860
+ </li>
1861
+ <li class="pf-v6-c-breadcrumb__item">
1862
+ <span class="pf-v6-c-breadcrumb__item-divider">
1863
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1864
+ </span>
1865
+
1866
+ <a
1867
+ href="#"
1868
+ class="pf-v6-c-breadcrumb__link pf-m-current"
1869
+ aria-current="page"
1870
+ >Section landing</a>
1871
+ </li>
1872
+ </ol>
1873
+ </nav>
1874
+ </div>
1875
+ </section>
1876
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
1877
+ <div class="pf-v6-c-page__main-body">
1878
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1879
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1880
+ </div>
1881
+ </section>
1882
+ <section class="pf-v6-c-page__main-section">
1883
+ <div class="pf-v6-c-page__main-body">
1884
+ <div class="pf-v6-c-toolbar" id="table-tabs-example-tabs-toolbar">
1885
+ <div class="pf-v6-c-toolbar__content">
1886
+ <div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
1887
+ <div
1888
+ class="pf-v6-c-toolbar__group pf-m-show-on-xl pf-m-toggle-group"
1889
+ >
1890
+ <div class="pf-v6-c-toolbar__toggle">
1891
+ <button
1892
+ class="pf-v6-c-menu-toggle pf-m-plain"
1893
+ type="button"
1894
+ aria-expanded="false"
1895
+ aria-label="Show filters"
1896
+ aria-controls="table-tabs-example-tabs-toolbar-expandable-content"
1897
+ >
1898
+ <span class="pf-v6-c-menu-toggle__icon">
1899
+ <i class="fas fa-filter" aria-hidden="true"></i>
1900
+ </span>
1901
+ </button>
1902
+ </div>
1903
+
1904
+ <div class="pf-v6-c-toolbar__item">
1905
+ <button
1906
+ class="pf-v6-c-menu-toggle"
1907
+ type="button"
1908
+ aria-expanded="false"
1909
+ id="table-tabs-example-tabs-toolbar-select-checkbox-status"
1910
+ >
1911
+ <span class="pf-v6-c-menu-toggle__text">Name</span>
1912
+ <span class="pf-v6-c-menu-toggle__controls">
1913
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
1914
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
1915
+ </span>
1916
+ </span>
1917
+ </button>
1918
+ </div>
1919
+ </div>
1920
+
1921
+ <div class="pf-v6-c-toolbar__item">
1922
+ <button
1923
+ class="pf-v6-c-button pf-m-plain"
1924
+ type="button"
1925
+ aria-label="Sort"
1926
+ >
1927
+ <span class="pf-v6-c-button__icon">
1928
+ <i
1929
+ class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1930
+ aria-hidden="true"
1931
+ ></i>
1932
+ </span>
1933
+ </button>
1934
+ </div>
1935
+
1936
+ <div
1937
+ class="pf-v6-c-overflow-menu"
1938
+ id="table-tabs-example-tabs-toolbar-overflow-menu"
1939
+ >
1940
+ <div
1941
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
1942
+ >
1943
+ <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
1944
+ <div class="pf-v6-c-overflow-menu__item">
1945
+ <button
1946
+ class="pf-v6-c-button pf-m-primary"
1947
+ type="button"
1948
+ >
1949
+ <span class="pf-v6-c-button__text">Generate</span>
1950
+ </button>
1951
+ </div>
1952
+
1953
+ <div class="pf-v6-c-overflow-menu__item">
1954
+ <button
1955
+ class="pf-v6-c-button pf-m-secondary"
1956
+ type="button"
1957
+ >
1958
+ <span class="pf-v6-c-button__text">Deploy</span>
1959
+ </button>
1960
+ </div>
1961
+ </div>
1962
+ </div>
1963
+ <div class="pf-v6-c-overflow-menu__control">
1964
+ <button
1965
+ class="pf-v6-c-menu-toggle pf-m-plain"
1966
+ type="button"
1967
+ aria-expanded="false"
1968
+ aria-label="Menu toggle"
1969
+ id="table-tabs-example-tabs-toolbar-overflow-menu-toggle"
1970
+ >
1971
+ <span class="pf-v6-c-menu-toggle__icon">
1972
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1973
+ </span>
1974
+ </button>
1975
+ </div>
1976
+ </div>
1977
+ </div>
1978
+
1979
+ <div
1980
+ class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
1981
+ id="table-tabs-example-tabs-toolbar-expandable-content"
1982
+ hidden
1983
+ ></div>
1984
+ </div>
1985
+ </div>
1986
+ <hr class="pf-v6-c-divider" />
1987
+ <div class="pf-v6-c-drawer pf-m-expanded pf-m-inline">
1988
+ <div class="pf-v6-c-drawer__main">
1989
+ {/* Content */}
1990
+ <div class="pf-v6-c-drawer__content">
1991
+ <div class="pf-v6-c-drawer__body">
1992
+ <table
1993
+ class="pf-v6-c-table pf-m-grid-md"
1994
+ role="grid"
1995
+ aria-label="This is a table with checkboxes"
1996
+ id="table-tabs-example-table"
1997
+ >
1998
+ <thead class="pf-v6-c-table__thead">
1999
+ <tr class="pf-v6-c-table__tr" role="row">
2000
+ <th
2001
+ class="pf-v6-c-table__th pf-v6-c-table__check"
2002
+ aria-label="Row select"
2003
+ role="columnheader"
2004
+ scope="col"
2005
+ >
2006
+ <label
2007
+ class="pf-v6-c-check pf-m-standalone"
2008
+ for="table-tabs-example-table-checkrow-check-input"
2009
+ >
2010
+ <input
2011
+ class="pf-v6-c-check__input"
2012
+ type="checkbox"
2013
+ id="table-tabs-example-table-checkrow-check-input"
2014
+ name="table-tabs-example-table-checkrow-check-input"
2015
+ aria-label="Select all rows"
2016
+ />
2017
+ </label>
2018
+ </th>
2019
+
2020
+ <th
2021
+ class="pf-v6-c-table__th"
2022
+ role="columnheader"
2023
+ scope="col"
2024
+ >Repositories</th>
2025
+
2026
+ <th
2027
+ class="pf-v6-c-table__th"
2028
+ role="columnheader"
2029
+ scope="col"
2030
+ >Branches</th>
2031
+
2032
+ <th
2033
+ class="pf-v6-c-table__th"
2034
+ role="columnheader"
2035
+ scope="col"
2036
+ >Pull requests</th>
2037
+
2038
+ <th
2039
+ class="pf-v6-c-table__th"
2040
+ role="columnheader"
2041
+ scope="col"
2042
+ >Workspaces</th>
2043
+
2044
+ <th
2045
+ class="pf-v6-c-table__th"
2046
+ role="columnheader"
2047
+ scope="col"
2048
+ >Last commit</th>
2049
+
2050
+ <th
2051
+ class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
2052
+ role="columnheader"
2053
+ scope="col"
2054
+ >
2055
+ <span class="pf-v6-screen-reader">Actions</span>
2056
+ </th>
2057
+ </tr>
2058
+ </thead>
2059
+
2060
+ <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2061
+ <tr class="pf-v6-c-table__tr" role="row">
2062
+ <td
2063
+ class="pf-v6-c-table__td pf-v6-c-table__check"
2064
+ aria-label="Check row"
2065
+ >
2066
+ <label
2067
+ class="pf-v6-c-check pf-m-standalone"
2068
+ for="table-tabs-example-table-checkrow-1-check-input"
2069
+ >
2070
+ <input
2071
+ class="pf-v6-c-check__input"
2072
+ type="checkbox"
2073
+ id="table-tabs-example-table-checkrow-1-check-input"
2074
+ name="table-tabs-example-table-checkrow-1-check-input"
2075
+ aria-label="Select row"
2076
+ />
2077
+ </label>
2078
+ </td>
2079
+
2080
+ <th
2081
+ class="pf-v6-c-table__th"
2082
+ role="columnheader"
2083
+ data-label="Repository name"
2084
+ >
2085
+ <div>
2086
+ <div id="table-tabs-example-table-node1">Node 1</div>
2087
+ <a href="#">siemur/test-space</a>
2088
+ </div>
2089
+ </th>
2090
+
2091
+ <td
2092
+ class="pf-v6-c-table__td"
2093
+ role="cell"
2094
+ data-label="Branches"
2095
+ >
2096
+ <div
2097
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2098
+ >
2099
+ <div class="pf-v6-l-flex__item">10</div>
2100
+ <div class="pf-v6-l-flex__item">
2101
+ <i class="fas fa-code-branch"></i>
2102
+ </div>
2103
+ </div>
2104
+ </td>
2105
+ <td
2106
+ class="pf-v6-c-table__td"
2107
+ role="cell"
2108
+ data-label="Pull requests"
2109
+ >
2110
+ <div
2111
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2112
+ >
2113
+ <div class="pf-v6-l-flex__item">25</div>
2114
+ <div class="pf-v6-l-flex__item">
2115
+ <i class="fas fa-code"></i>
2116
+ </div>
2117
+ </div>
2118
+ </td>
2119
+ <td
2120
+ class="pf-v6-c-table__td"
2121
+ role="cell"
2122
+ data-label="Workspaces"
2123
+ >
2124
+ <div
2125
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2126
+ >
2127
+ <div class="pf-v6-l-flex__item">5</div>
2128
+ <div class="pf-v6-l-flex__item">
2129
+ <i class="fas fa-cube"></i>
2130
+ </div>
2131
+ </div>
2132
+ </td>
2133
+ <td
2134
+ class="pf-v6-c-table__td"
2135
+ role="cell"
2136
+ data-label="Last commit"
2137
+ >2 days ago</td>
2138
+
2139
+ <td class="pf-v6-c-table__td pf-v6-c-table__action">
2140
+ <button
2141
+ class="pf-v6-c-menu-toggle pf-m-plain"
2142
+ type="button"
2143
+ aria-expanded="false"
2144
+ aria-label="Menu toggle"
2145
+ >
2146
+ <span class="pf-v6-c-menu-toggle__icon">
2147
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2148
+ </span>
2149
+ </button>
2150
+ </td>
2151
+ </tr>
2152
+
2153
+ <tr class="pf-v6-c-table__tr pf-m-selected" role="row">
2154
+ <td
2155
+ class="pf-v6-c-table__td pf-v6-c-table__check"
2156
+ aria-label="Check row"
2157
+ >
2158
+ <label
2159
+ class="pf-v6-c-check pf-m-standalone"
2160
+ for="table-tabs-example-table-checkrow-2-check-input"
2161
+ >
2162
+ <input
2163
+ class="pf-v6-c-check__input"
2164
+ type="checkbox"
2165
+ id="table-tabs-example-table-checkrow-2-check-input"
2166
+ name="table-tabs-example-table-checkrow-2-check-input"
2167
+ aria-label="Select row"
2168
+ />
2169
+ </label>
2170
+ </td>
2171
+
2172
+ <th
2173
+ class="pf-v6-c-table__th"
2174
+ role="columnheader"
2175
+ data-label="Repository name"
2176
+ >
2177
+ <div>
2178
+ <div id="table-tabs-example-table-node2">Node 2</div>
2179
+ <a href="#">siemur/test-space</a>
2180
+ </div>
2181
+ </th>
2182
+
2183
+ <td
2184
+ class="pf-v6-c-table__td"
2185
+ role="cell"
2186
+ data-label="Branches"
2187
+ >
2188
+ <div
2189
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2190
+ >
2191
+ <div class="pf-v6-l-flex__item">8</div>
2192
+ <div class="pf-v6-l-flex__item">
2193
+ <i class="fas fa-code-branch"></i>
2194
+ </div>
2195
+ </div>
2196
+ </td>
2197
+ <td
2198
+ class="pf-v6-c-table__td"
2199
+ role="cell"
2200
+ data-label="Pull requests"
2201
+ >
2202
+ <div
2203
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2204
+ >
2205
+ <div class="pf-v6-l-flex__item">30</div>
2206
+ <div class="pf-v6-l-flex__item">
2207
+ <i class="fas fa-code"></i>
2208
+ </div>
2209
+ </div>
2210
+ </td>
2211
+ <td
2212
+ class="pf-v6-c-table__td"
2213
+ role="cell"
2214
+ data-label="Workspaces"
2215
+ >
2216
+ <div
2217
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2218
+ >
2219
+ <div class="pf-v6-l-flex__item">2</div>
2220
+ <div class="pf-v6-l-flex__item">
2221
+ <i class="fas fa-cube"></i>
2222
+ </div>
2223
+ </div>
2224
+ </td>
2225
+ <td
2226
+ class="pf-v6-c-table__td"
2227
+ role="cell"
2228
+ data-label="Last commit"
2229
+ >2 days ago</td>
2230
+
2231
+ <td class="pf-v6-c-table__td pf-v6-c-table__action">
2232
+ <button
2233
+ class="pf-v6-c-menu-toggle pf-m-plain"
2234
+ type="button"
2235
+ aria-expanded="false"
2236
+ aria-label="Menu toggle"
2237
+ >
2238
+ <span class="pf-v6-c-menu-toggle__icon">
2239
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2240
+ </span>
2241
+ </button>
2242
+ </td>
2243
+ </tr>
2244
+
2245
+ <tr class="pf-v6-c-table__tr" role="row">
2246
+ <td
2247
+ class="pf-v6-c-table__td pf-v6-c-table__check"
2248
+ aria-label="Check row"
2249
+ >
2250
+ <label
2251
+ class="pf-v6-c-check pf-m-standalone"
2252
+ for="table-tabs-example-table-checkrow-3-check-input"
2253
+ >
2254
+ <input
2255
+ class="pf-v6-c-check__input"
2256
+ type="checkbox"
2257
+ id="table-tabs-example-table-checkrow-3-check-input"
2258
+ name="table-tabs-example-table-checkrow-3-check-input"
2259
+ aria-label="Select row"
2260
+ />
2261
+ </label>
2262
+ </td>
2263
+
2264
+ <th
2265
+ class="pf-v6-c-table__th"
2266
+ role="columnheader"
2267
+ data-label="Repository name"
2268
+ >
2269
+ <div>
2270
+ <div id="table-tabs-example-table-node3">Node 3</div>
2271
+ <a href="#">siemur/test-space</a>
2272
+ </div>
2273
+ </th>
2274
+
2275
+ <td
2276
+ class="pf-v6-c-table__td"
2277
+ role="cell"
2278
+ data-label="Branches"
2279
+ >
2280
+ <div
2281
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2282
+ >
2283
+ <div class="pf-v6-l-flex__item">12</div>
2284
+ <div class="pf-v6-l-flex__item">
2285
+ <i class="fas fa-code-branch"></i>
2286
+ </div>
2287
+ </div>
2288
+ </td>
2289
+ <td
2290
+ class="pf-v6-c-table__td"
2291
+ role="cell"
2292
+ data-label="Pull requests"
2293
+ >
2294
+ <div
2295
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2296
+ >
2297
+ <div class="pf-v6-l-flex__item">48</div>
2298
+ <div class="pf-v6-l-flex__item">
2299
+ <i class="fas fa-code"></i>
2300
+ </div>
2301
+ </div>
2302
+ </td>
2303
+ <td
2304
+ class="pf-v6-c-table__td"
2305
+ role="cell"
2306
+ data-label="Workspaces"
2307
+ >
2308
+ <div
2309
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2310
+ >
2311
+ <div class="pf-v6-l-flex__item">13</div>
2312
+ <div class="pf-v6-l-flex__item">
2313
+ <i class="fas fa-cube"></i>
2314
+ </div>
2315
+ </div>
2316
+ </td>
2317
+ <td
2318
+ class="pf-v6-c-table__td"
2319
+ role="cell"
2320
+ data-label="Last commit"
2321
+ >30 days ago</td>
2322
+
2323
+ <td class="pf-v6-c-table__td pf-v6-c-table__action">
2324
+ <button
2325
+ class="pf-v6-c-menu-toggle pf-m-plain"
2326
+ type="button"
2327
+ aria-expanded="false"
2328
+ aria-label="Menu toggle"
2329
+ >
2330
+ <span class="pf-v6-c-menu-toggle__icon">
2331
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2332
+ </span>
2333
+ </button>
2334
+ </td>
2335
+ </tr>
2336
+
2337
+ <tr class="pf-v6-c-table__tr" role="row">
2338
+ <td
2339
+ class="pf-v6-c-table__td pf-v6-c-table__check"
2340
+ aria-label="Check row"
2341
+ >
2342
+ <label
2343
+ class="pf-v6-c-check pf-m-standalone"
2344
+ for="table-tabs-example-table-checkrow-4-check-input"
2345
+ >
2346
+ <input
2347
+ class="pf-v6-c-check__input"
2348
+ type="checkbox"
2349
+ id="table-tabs-example-table-checkrow-4-check-input"
2350
+ name="table-tabs-example-table-checkrow-4-check-input"
2351
+ aria-label="Select row"
2352
+ />
2353
+ </label>
2354
+ </td>
2355
+
2356
+ <th
2357
+ class="pf-v6-c-table__th"
2358
+ role="columnheader"
2359
+ data-label="Repository name"
2360
+ >
2361
+ <div>
2362
+ <div id="table-tabs-example-table-node4">Node 4</div>
2363
+ <a href="#">siemur/test-space</a>
2364
+ </div>
2365
+ </th>
2366
+
2367
+ <td
2368
+ class="pf-v6-c-table__td"
2369
+ role="cell"
2370
+ data-label="Branches"
2371
+ >
2372
+ <div
2373
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2374
+ >
2375
+ <div class="pf-v6-l-flex__item">3</div>
2376
+ <div class="pf-v6-l-flex__item">
2377
+ <i class="fas fa-code-branch"></i>
2378
+ </div>
2379
+ </div>
2380
+ </td>
2381
+ <td
2382
+ class="pf-v6-c-table__td"
2383
+ role="cell"
2384
+ data-label="Pull requests"
2385
+ >
2386
+ <div
2387
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2388
+ >
2389
+ <div class="pf-v6-l-flex__item">8</div>
2390
+ <div class="pf-v6-l-flex__item">
2391
+ <i class="fas fa-code"></i>
2392
+ </div>
2393
+ </div>
2394
+ </td>
2395
+ <td
2396
+ class="pf-v6-c-table__td"
2397
+ role="cell"
2398
+ data-label="Workspaces"
2399
+ >
2400
+ <div
2401
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2402
+ >
2403
+ <div class="pf-v6-l-flex__item">20</div>
2404
+ <div class="pf-v6-l-flex__item">
2405
+ <i class="fas fa-cube"></i>
2406
+ </div>
2407
+ </div>
2408
+ </td>
2409
+ <td
2410
+ class="pf-v6-c-table__td"
2411
+ role="cell"
2412
+ data-label="Last commit"
2413
+ >8 days ago</td>
2414
+
2415
+ <td class="pf-v6-c-table__td pf-v6-c-table__action">
2416
+ <button
2417
+ class="pf-v6-c-menu-toggle pf-m-plain"
2418
+ type="button"
2419
+ aria-expanded="false"
2420
+ aria-label="Menu toggle"
2421
+ >
2422
+ <span class="pf-v6-c-menu-toggle__icon">
2423
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2424
+ </span>
2425
+ </button>
2426
+ </td>
2427
+ </tr>
2428
+
2429
+ <tr class="pf-v6-c-table__tr" role="row">
2430
+ <td
2431
+ class="pf-v6-c-table__td pf-v6-c-table__check"
2432
+ aria-label="Check row"
2433
+ >
2434
+ <label
2435
+ class="pf-v6-c-check pf-m-standalone"
2436
+ for="table-tabs-example-table-checkrow-5-check-input"
2437
+ >
2438
+ <input
2439
+ class="pf-v6-c-check__input"
2440
+ type="checkbox"
2441
+ id="table-tabs-example-table-checkrow-5-check-input"
2442
+ name="table-tabs-example-table-checkrow-5-check-input"
2443
+ aria-label="Select row"
2444
+ />
2445
+ </label>
2446
+ </td>
2447
+
2448
+ <td
2449
+ class="pf-v6-c-table__td"
2450
+ role="cell"
2451
+ data-label="Repository name"
2452
+ >
2453
+ <div>
2454
+ <div id="table-tabs-example-table-node5">Node 5</div>
2455
+ <a href="#">siemur/test-space</a>
2456
+ </div>
2457
+ </td>
2458
+ <td
2459
+ class="pf-v6-c-table__td"
2460
+ role="cell"
2461
+ data-label="Branches"
2462
+ >
2463
+ <div
2464
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2465
+ >
2466
+ <div class="pf-v6-l-flex__item">34</div>
2467
+ <div class="pf-v6-l-flex__item">
2468
+ <i class="fas fa-code-branch"></i>
2469
+ </div>
2470
+ </div>
2471
+ </td>
2472
+ <td
2473
+ class="pf-v6-c-table__td"
2474
+ role="cell"
2475
+ data-label="Pull requests"
2476
+ >
2477
+ <div
2478
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2479
+ >
2480
+ <div class="pf-v6-l-flex__item">21</div>
2481
+ <div class="pf-v6-l-flex__item">
2482
+ <i class="fas fa-code"></i>
2483
+ </div>
2484
+ </div>
2485
+ </td>
2486
+ <td
2487
+ class="pf-v6-c-table__td"
2488
+ role="cell"
2489
+ data-label="Workspaces"
2490
+ >
2491
+ <div
2492
+ class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
2493
+ >
2494
+ <div class="pf-v6-l-flex__item">26</div>
2495
+ <div class="pf-v6-l-flex__item">
2496
+ <i class="fas fa-cube"></i>
2497
+ </div>
2498
+ </div>
2499
+ </td>
2500
+ <td
2501
+ class="pf-v6-c-table__td"
2502
+ role="cell"
2503
+ data-label="Last commit"
2504
+ >2 days ago</td>
2505
+
2506
+ <td class="pf-v6-c-table__td pf-v6-c-table__action">
2507
+ <button
2508
+ class="pf-v6-c-menu-toggle pf-m-plain"
2509
+ type="button"
2510
+ aria-expanded="false"
2511
+ aria-label="Menu toggle"
2512
+ >
2513
+ <span class="pf-v6-c-menu-toggle__icon">
2514
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2515
+ </span>
2516
+ </button>
2517
+ </td>
2518
+ </tr>
2519
+ </tbody>
2520
+ </table>
2521
+ </div>
2522
+ </div>
2523
+
2524
+ {/* Panel */}
2525
+ <div
2526
+ class="pf-v6-c-drawer__panel pf-m-width-33 pf-m-width-33-on-xl"
2527
+ >
2528
+ <div class="pf-v6-c-drawer__body">
2529
+ <div class="pf-v6-c-drawer__head">
2530
+ <div class="pf-v6-c-drawer__actions">
2531
+ <div class="pf-v6-c-drawer__close">
2532
+ <button
2533
+ class="pf-v6-c-button pf-m-plain"
2534
+ type="button"
2535
+ aria-label="Close drawer panel"
2536
+ >
2537
+ <span class="pf-v6-c-button__icon">
2538
+ <i class="fas fa-times" aria-hidden="true"></i>
2539
+ </span>
2540
+ </button>
2541
+ </div>
2542
+ </div>
2543
+ <div class="pf-v6-l-flex pf-m-column pf-m-space-items-sm">
2544
+ <div class="pf-v6-l-flex__item">
2545
+ <h2
2546
+ class="pf-v6-c-title pf-m-lg"
2547
+ id="-drawer-label"
2548
+ >Node 2</h2>
2549
+ </div>
2550
+ <div class="pf-v6-l-flex__item">
2551
+ <a href="#">siemur/test-space</a>
2552
+ </div>
2553
+ </div>
2554
+ </div>
2555
+ </div>
2556
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
2557
+ <div
2558
+ class="pf-v6-c-tabs pf-m-box pf-m-fill"
2559
+ role="region"
2560
+ id="-tabs"
2561
+ >
2562
+ <div class="pf-v6-c-tabs__scroll-button">
2563
+ <button
2564
+ class="pf-v6-c-button pf-m-plain"
2565
+ type="button"
2566
+ aria-label="Scroll left"
2567
+ >
2568
+ <span class="pf-v6-c-button__icon">
2569
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
2570
+ </span>
2571
+ </button>
2572
+ </div>
2573
+ <ul class="pf-v6-c-tabs__list" role="tablist">
2574
+ <li
2575
+ class="pf-v6-c-tabs__item pf-m-current"
2576
+ role="presentation"
2577
+ >
2578
+ <button
2579
+ type="button"
2580
+ class="pf-v6-c-tabs__link"
2581
+ role="tab"
2582
+ aria-controls="-tabs-tab1-panel"
2583
+ id="-tabs-tab1-link"
2584
+ >
2585
+ <span class="pf-v6-c-tabs__item-text">Overview</span>
2586
+ </button>
2587
+ </li>
2588
+ <li class="pf-v6-c-tabs__item" role="presentation">
2589
+ <button
2590
+ type="button"
2591
+ class="pf-v6-c-tabs__link"
2592
+ role="tab"
2593
+ aria-controls="-tabs-tab2-panel"
2594
+ id="-tabs-tab2-link"
2595
+ >
2596
+ <span class="pf-v6-c-tabs__item-text">Activity</span>
2597
+ </button>
2598
+ </li>
2599
+ </ul>
2600
+ <div class="pf-v6-c-tabs__scroll-button">
2601
+ <button
2602
+ class="pf-v6-c-button pf-m-plain"
2603
+ type="button"
2604
+ aria-label="Scroll right"
2605
+ >
2606
+ <span class="pf-v6-c-button__icon">
2607
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2608
+ </span>
2609
+ </button>
2610
+ </div>
2611
+ </div>
2612
+ </div>
2613
+ <div class="pf-v6-c-drawer__body">
2614
+ <section
2615
+ class="pf-v6-c-tab-content"
2616
+ id="-tabs-tab1-panel"
2617
+ aria-labelledby="-tabs-tab1-link"
2618
+ role="tabpanel"
2619
+ tabindex="0"
2620
+ >
2621
+ <div class="pf-v6-c-tab-content__body">
2622
+ <div class="pf-v6-l-flex pf-m-column pf-m-space-items-lg">
2623
+ <div class="pf-v6-l-flex__item">
2624
+ <p>The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.</p>
2625
+ </div>
2626
+ <div class="pf-v6-l-flex__item">
2627
+ <div
2628
+ class="pf-v6-c-progress pf-m-sm"
2629
+ id="-progress-example1"
2630
+ >
2631
+ <div
2632
+ class="pf-v6-c-progress__description"
2633
+ id="-progress-example1-description"
2634
+ >Capacity</div>
2635
+ <div
2636
+ class="pf-v6-c-progress__status"
2637
+ aria-hidden="true"
2638
+ >
2639
+ <span class="pf-v6-c-progress__measure">33%</span>
2640
+ </div>
2641
+ <div
2642
+ class="pf-v6-c-progress__bar"
2643
+ role="progressbar"
2644
+ aria-valuemin="0"
2645
+ aria-valuemax="100"
2646
+ aria-valuenow="33"
2647
+ aria-labelledby="-progress-example1-description"
2648
+ aria-label="Progress 1"
2649
+ >
2650
+ <div
2651
+ class="pf-v6-c-progress__indicator"
2652
+ style="width:33%;"
2653
+ ></div>
2654
+ </div>
2655
+ </div>
2656
+ </div>
2657
+ <div class="pf-v6-l-flex__item">
2658
+ <div
2659
+ class="pf-v6-c-progress pf-m-sm"
2660
+ id="-progress-example2"
2661
+ >
2662
+ <div
2663
+ class="pf-v6-c-progress__description"
2664
+ id="-progress-example2-description"
2665
+ >Modules</div>
2666
+ <div
2667
+ class="pf-v6-c-progress__status"
2668
+ aria-hidden="true"
2669
+ >
2670
+ <span class="pf-v6-c-progress__measure">66%</span>
2671
+ </div>
2672
+ <div
2673
+ class="pf-v6-c-progress__bar"
2674
+ role="progressbar"
2675
+ aria-valuemin="0"
2676
+ aria-valuemax="100"
2677
+ aria-valuenow="66"
2678
+ aria-labelledby="-progress-example2-description"
2679
+ aria-label="Progress 2"
2680
+ >
2681
+ <div
2682
+ class="pf-v6-c-progress__indicator"
2683
+ style="width:66%;"
2684
+ ></div>
2685
+ </div>
2686
+ </div>
2687
+ </div>
2688
+ <div class="pf-v6-l-flex pf-m-column">
2689
+ <div class="pf-v6-l-flex__item">
2690
+ <h3 class="pf-v6-c-title" id="-title">Tags</h3>
2691
+ </div>
2692
+ <div class="pf-v6-l-flex__item">
2693
+ <div class="pf-v6-c-label-group">
2694
+ <div class="pf-v6-c-label-group__main">
2695
+ <ul
2696
+ class="pf-v6-c-label-group__list"
2697
+ role="list"
2698
+ aria-label="Group of labels"
2699
+ >
2700
+ <li class="pf-v6-c-label-group__list-item">
2701
+ <span class="pf-v6-c-label pf-m-outline">
2702
+ <span class="pf-v6-c-label__content">
2703
+ <span class="pf-v6-c-label__text">Tag 1</span>
2704
+ </span>
2705
+ </span>
2706
+ </li>
2707
+ <li class="pf-v6-c-label-group__list-item">
2708
+ <span class="pf-v6-c-label pf-m-outline">
2709
+ <span class="pf-v6-c-label__content">
2710
+ <span class="pf-v6-c-label__text">Tag 2</span>
2711
+ </span>
2712
+ </span>
2713
+ </li>
2714
+ <li class="pf-v6-c-label-group__list-item">
2715
+ <span class="pf-v6-c-label pf-m-outline">
2716
+ <span class="pf-v6-c-label__content">
2717
+ <span class="pf-v6-c-label__text">Tag 3</span>
2718
+ </span>
2719
+ </span>
2720
+ </li>
2721
+ <li class="pf-v6-c-label-group__list-item">
2722
+ <button
2723
+ class="pf-v6-c-label pf-m-overflow"
2724
+ type="button"
2725
+ >
2726
+ <span class="pf-v6-c-label__content">
2727
+ <span class="pf-v6-c-label__text">2 more</span>
2728
+ </span>
2729
+ </button>
2730
+ </li>
2731
+ </ul>
2732
+ </div>
2733
+ </div>
2734
+ </div>
2735
+ </div>
2736
+ </div>
2737
+ </div>
2738
+ </section>
2739
+ <section
2740
+ class="pf-v6-c-tab-content"
2741
+ id="-tabs-tab2-panel"
2742
+ aria-labelledby="-tabs-tab2-link"
2743
+ role="tabpanel"
2744
+ tabindex="0"
2745
+ hidden
2746
+ >
2747
+ <div class="pf-v6-c-tab-content__body">Panel 2</div>
2748
+ </section>
2749
+ </div>
2750
+ </div>
2751
+ </div>
2752
+ </div>
2753
+ </div>
2754
+ </section>
2755
+ </main>
2756
+ </div>
2757
+ </div>
2758
+
2759
+ ```
2760
+
2761
+ ### Modal tabs
2762
+
2763
+ ```html isFullscreen
2764
+ <div class="pf-v6-c-backdrop">
2765
+ <div class="pf-v6-l-bullseye">
2766
+ <div
2767
+ class="pf-v6-c-modal-box pf-m-sm"
2768
+ role="dialog"
2769
+ aria-modal="true"
2770
+ aria-labelledby="modal-tabs-example-modal-title"
2771
+ aria-describedby="modal-tabs-example-modal-description"
2772
+ >
2773
+ <div class="pf-v6-c-modal-box__close">
2774
+ <button
2775
+ class="pf-v6-c-button pf-m-plain"
2776
+ type="button"
2777
+ aria-label="Close"
2778
+ >
2779
+ <span class="pf-v6-c-button__icon">
2780
+ <i class="fas fa-times" aria-hidden="true"></i>
2781
+ </span>
2782
+ </button>
2783
+ </div>
2784
+ <header class="pf-v6-c-modal-box__header">
2785
+ <div class="pf-v6-c-modal-box__header-main">
2786
+ <h1
2787
+ class="pf-v6-c-modal-box__title"
2788
+ id="modal-tabs-example-modal-title"
2789
+ >PatternFly</h1>
2790
+ </div>
2791
+ </header>
2792
+ <div
2793
+ class="pf-v6-c-modal-box__body"
2794
+ id="modal-tabs-example-modal-description"
2795
+ >
2796
+ <div class="pf-v6-l-grid pf-m-gutter">
2797
+ <div class="pf-v6-l-grid__item">
2798
+ <div
2799
+ class="pf-v6-c-tabs pf-m-inset-none"
2800
+ role="region"
2801
+ id="modal-tabs-example-tabs"
2802
+ >
2803
+ <ul class="pf-v6-c-tabs__list" role="tablist">
2804
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
2805
+ <button
2806
+ type="button"
2807
+ class="pf-v6-c-tabs__link"
2808
+ role="tab"
2809
+ aria-controls="modal-tabs-example-tabs-details-panel"
2810
+ id="modal-tabs-example-tabs-details-link"
2811
+ >
2812
+ <span class="pf-v6-c-tabs__item-text">Details</span>
2813
+ </button>
2814
+ </li>
2815
+ <li class="pf-v6-c-tabs__item" role="presentation">
2816
+ <button
2817
+ type="button"
2818
+ class="pf-v6-c-tabs__link"
2819
+ role="tab"
2820
+ aria-controls="modal-tabs-example-tabs-documentation-panel"
2821
+ id="modal-tabs-example-tabs-documentation-link"
2822
+ >
2823
+ <span class="pf-v6-c-tabs__item-text">Documentation</span>
2824
+ </button>
2825
+ </li>
2826
+ </ul>
2827
+ </div>
2828
+ </div>
2829
+ <div class="pf-v6-l-grid__item">
2830
+ <section
2831
+ class="pf-v6-c-tab-content"
2832
+ aria-labelledby="modal-tabs-example-tabs-details-link"
2833
+ id="modal-tabs-example-tabs-details-panel"
2834
+ role="tabpanel"
2835
+ tabindex="0"
2836
+ >
2837
+ <div class="pf-v6-c-tab-content__body">
2838
+ <p>PatternFly is a community project that promotes design commonality and improves user experience.</p>
2839
+ </div>
2840
+ </section>
2841
+ <section
2842
+ class="pf-v6-c-tab-content"
2843
+ aria-labelledby="modal-tabs-example-tabs-documentation-link"
2844
+ id="modal-tabs-example-tabs-documentation-panel"
2845
+ role="tabpanel"
2846
+ tabindex="0"
2847
+ hidden
2848
+ >
2849
+ <div class="pf-v6-c-tab-content__body">
2850
+ <ul class="pf-v6-c-list" role="list">
2851
+ <li>
2852
+ <a>Doc link 1</a>
2853
+ </li>
2854
+ <li>
2855
+ <a>Doc link 2</a>
2856
+ </li>
2857
+ <li>
2858
+ <a>Doc link 3</a>
2859
+ </li>
2860
+ </ul>
2861
+ </div>
2862
+ </section>
2863
+ </div>
2864
+ </div>
2865
+ </div>
2866
+ </div>
2867
+ </div>
2868
+ </div>
2869
+
2870
+ <div class="pf-v6-c-page" id="modal-tabs-example">
2871
+ <div class="pf-v6-c-skip-to-content">
2872
+ <a
2873
+ class="pf-v6-c-button pf-m-primary"
2874
+ href="#main-content-modal-tabs-example"
2875
+ >
2876
+ <span class="pf-v6-c-button__text">Skip to content</span>
2877
+ </a>
2878
+ </div>
2879
+ <header class="pf-v6-c-masthead" id="modal-tabs-example-masthead">
2880
+ <div class="pf-v6-c-masthead__main">
2881
+ <span class="pf-v6-c-masthead__toggle">
2882
+ <button
2883
+ class="pf-v6-c-button pf-m-plain"
2884
+ type="button"
2885
+ aria-label="Global navigation"
2886
+ >
2887
+ <span class="pf-v6-c-button__icon">
2888
+ <i class="fas fa-bars" aria-hidden="true"></i>
2889
+ </span>
2890
+ </button>
2891
+ </span>
2892
+ <div class="pf-v6-c-masthead__brand">
2893
+ <a class="pf-v6-c-masthead__logo" href="#">
2894
+ <svg height="37px" viewBox="0 0 679 158">
2895
+ <title>PF-HorizontalLogo-Color</title>
2896
+ <defs>
2897
+ <linearGradient
2898
+ x1="68%"
2899
+ y1="2.25860997e-13%"
2900
+ x2="32%"
2901
+ y2="100%"
2902
+ id="linearGradient-modal-tabs-example-masthead"
2903
+ >
2904
+ <stop stop-color="#2B9AF3" offset="0%" />
2905
+ <stop
2906
+ stop-color="#73BCF7"
2907
+ stop-opacity="0.502212631"
2908
+ offset="100%"
2909
+ />
2910
+ </linearGradient>
2911
+ </defs>
2912
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
2913
+ <g
2914
+ transform="translate(206.000000, 45.750000)"
2915
+ fill="var(--pf-t--global--text--color--regular)"
2916
+ fill-rule="nonzero"
2917
+ >
2918
+ <path
2919
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
2920
+ />
2921
+ <path
2922
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
2923
+ />
2924
+ <path
2925
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
2926
+ />
2927
+ <path
2928
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
2929
+ />
2930
+ <path
2931
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
2932
+ />
2933
+ <path
2934
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
2935
+ />
2936
+ <path
2937
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
2938
+ />
2939
+ <polygon
2940
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
2941
+ />
2942
+ <polygon
2943
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
2944
+ />
2945
+ <path
2946
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
2947
+ />
2948
+ </g>
2949
+ <g transform="translate(0.000000, 0.000000)">
2950
+ <path
2951
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
2952
+ fill="#0066CC"
2953
+ />
2954
+ <path
2955
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
2956
+ fill="url(#linearGradient-modal-tabs-example-masthead)"
2957
+ />
2958
+ <path
2959
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
2960
+ fill="url(#linearGradient-modal-tabs-example-masthead)"
2961
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
2962
+ />
2963
+ </g>
2964
+ </g>
2965
+ </svg>
2966
+ </a>
2967
+ </div>
2968
+ </div>
2969
+ <div class="pf-v6-c-masthead__content">
2970
+ <div
2971
+ class="pf-v6-c-toolbar pf-m-static"
2972
+ id="modal-tabs-example-masthead-toolbar"
2973
+ >
2974
+ <div class="pf-v6-c-toolbar__content">
2975
+ <div class="pf-v6-c-toolbar__content-section">
2976
+ <div
2977
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
2978
+ >
2979
+ <div
2980
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
2981
+ >
2982
+ <div class="pf-v6-c-toolbar__item">
2983
+ <button
2984
+ class="pf-v6-c-menu-toggle pf-m-plain"
2985
+ type="button"
2986
+ aria-expanded="false"
2987
+ aria-label="Application launcher"
2988
+ >
2989
+ <span class="pf-v6-c-menu-toggle__icon">
2990
+ <i class="fas fa-th" aria-hidden="true"></i>
2991
+ </span>
2992
+ </button>
2993
+ </div>
2994
+ <div class="pf-v6-c-toolbar__item">
2995
+ <button
2996
+ class="pf-v6-c-menu-toggle pf-m-plain"
2997
+ type="button"
2998
+ aria-expanded="false"
2999
+ aria-label="Settings"
3000
+ >
3001
+ <span class="pf-v6-c-menu-toggle__icon">
3002
+ <i class="fas fa-cog" aria-hidden="true"></i>
3003
+ </span>
3004
+ </button>
3005
+ </div>
3006
+ <div class="pf-v6-c-toolbar__item">
3007
+ <button
3008
+ class="pf-v6-c-menu-toggle pf-m-plain"
3009
+ type="button"
3010
+ aria-expanded="false"
3011
+ aria-label="Help"
3012
+ >
3013
+ <span class="pf-v6-c-menu-toggle__icon">
3014
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3015
+ </span>
3016
+ </button>
3017
+ </div>
3018
+ </div>
3019
+
3020
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
3021
+ <button
3022
+ class="pf-v6-c-menu-toggle pf-m-plain"
3023
+ type="button"
3024
+ aria-expanded="false"
3025
+ aria-label="Actions"
3026
+ >
3027
+ <span class="pf-v6-c-menu-toggle__icon">
3028
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3029
+ </span>
3030
+ </button>
3031
+ </div>
3032
+ </div>
3033
+ </div>
3034
+ </div>
3035
+ </div>
3036
+ </div>
3037
+ </header>
3038
+ <div class="pf-v6-c-page__sidebar">
3039
+ <div class="pf-v6-c-page__sidebar-body">
3040
+ <nav
3041
+ class="pf-v6-c-nav"
3042
+ id="modal-tabs-example-primary-nav"
3043
+ aria-label="Global"
3044
+ >
3045
+ <ul class="pf-v6-c-nav__list" role="list">
3046
+ <li class="pf-v6-c-nav__item">
3047
+ <a href="#" class="pf-v6-c-nav__link">
3048
+ <span class="pf-v6-c-nav__link-text">System panel</span>
3049
+ </a>
3050
+ </li>
3051
+ <li class="pf-v6-c-nav__item">
3052
+ <a
3053
+ href="#"
3054
+ class="pf-v6-c-nav__link pf-m-current"
3055
+ aria-current="page"
3056
+ >
3057
+ <span class="pf-v6-c-nav__link-text">Policy</span>
3058
+ </a>
3059
+ </li>
3060
+ <li class="pf-v6-c-nav__item">
3061
+ <a href="#" class="pf-v6-c-nav__link">
3062
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
3063
+ </a>
3064
+ </li>
3065
+ <li class="pf-v6-c-nav__item">
3066
+ <a href="#" class="pf-v6-c-nav__link">
3067
+ <span class="pf-v6-c-nav__link-text">Network services</span>
3068
+ </a>
3069
+ </li>
3070
+ <li class="pf-v6-c-nav__item">
3071
+ <a href="#" class="pf-v6-c-nav__link">
3072
+ <span class="pf-v6-c-nav__link-text">Server</span>
3073
+ </a>
3074
+ </li>
3075
+ </ul>
3076
+ </nav>
3077
+ </div>
3078
+ </div>
3079
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
3080
+ <main
3081
+ class="pf-v6-c-page__main"
3082
+ tabindex="-1"
3083
+ id="main-content-modal-tabs-example"
3084
+ >
3085
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
3086
+ <div class="pf-v6-c-page__main-body">
3087
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
3088
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
3089
+ <li class="pf-v6-c-breadcrumb__item">
3090
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
3091
+ </li>
3092
+ <li class="pf-v6-c-breadcrumb__item">
3093
+ <span class="pf-v6-c-breadcrumb__item-divider">
3094
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3095
+ </span>
3096
+
3097
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3098
+ </li>
3099
+ <li class="pf-v6-c-breadcrumb__item">
3100
+ <span class="pf-v6-c-breadcrumb__item-divider">
3101
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3102
+ </span>
3103
+
3104
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3105
+ </li>
3106
+ <li class="pf-v6-c-breadcrumb__item">
3107
+ <span class="pf-v6-c-breadcrumb__item-divider">
3108
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3109
+ </span>
3110
+
3111
+ <a
3112
+ href="#"
3113
+ class="pf-v6-c-breadcrumb__link pf-m-current"
3114
+ aria-current="page"
3115
+ >Section landing</a>
3116
+ </li>
3117
+ </ol>
3118
+ </nav>
3119
+ </div>
3120
+ </section>
3121
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
3122
+ <div class="pf-v6-c-page__main-body">
3123
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3124
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3125
+ </div>
3126
+ </section>
3127
+ <section class="pf-v6-c-page__main-section">
3128
+ <div class="pf-v6-c-page__main-body">
3129
+ <div class="pf-v6-l-gallery pf-m-gutter">
3130
+ <div
3131
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3132
+ id="modal-tabs-example-card-1"
3133
+ >
3134
+ <div class="pf-v6-c-card__title">
3135
+ <h2 class="pf-v6-c-card__title-text">PatternFly</h2>
3136
+ </div>
3137
+ <div
3138
+ class="pf-v6-c-card__body"
3139
+ >PatternFly is a community project that promotes design commonality and improves user experience.</div>
3140
+ </div>
3141
+ <div
3142
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3143
+ id="modal-tabs-example-card-2"
3144
+ >
3145
+ <div class="pf-v6-c-card__title">
3146
+ <h2 class="pf-v6-c-card__title-text">ActiveMQ</h2>
3147
+ </div>
3148
+ <div
3149
+ class="pf-v6-c-card__body"
3150
+ >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
3151
+ </div>
3152
+ <div
3153
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3154
+ id="modal-tabs-example-card-3"
3155
+ >
3156
+ <div class="pf-v6-c-card__title">
3157
+ <h2 class="pf-v6-c-card__title-text">Apache Spark</h2>
3158
+ </div>
3159
+ <div
3160
+ class="pf-v6-c-card__body"
3161
+ >This documentation page covers the Apache Spark component for the Apache Camel.</div>
3162
+ </div>
3163
+ </div>
3164
+ </div>
3165
+ </section>
3166
+ </main>
3167
+ </div>
3168
+ </div>
3169
+
3170
+ ```
3171
+
3172
+ ### Nested, unindented tabs
3173
+
3174
+ ```html isFullscreen
3175
+ <div class="pf-v6-c-page" id="gray-tabs-example">
3176
+ <div class="pf-v6-c-skip-to-content">
3177
+ <a
3178
+ class="pf-v6-c-button pf-m-primary"
3179
+ href="#main-content-gray-tabs-example"
3180
+ >
3181
+ <span class="pf-v6-c-button__text">Skip to content</span>
3182
+ </a>
3183
+ </div>
3184
+ <header class="pf-v6-c-masthead" id="gray-tabs-example-masthead">
3185
+ <div class="pf-v6-c-masthead__main">
3186
+ <span class="pf-v6-c-masthead__toggle">
3187
+ <button
3188
+ class="pf-v6-c-button pf-m-plain"
3189
+ type="button"
3190
+ aria-label="Global navigation"
3191
+ >
3192
+ <span class="pf-v6-c-button__icon">
3193
+ <i class="fas fa-bars" aria-hidden="true"></i>
3194
+ </span>
3195
+ </button>
3196
+ </span>
3197
+ <div class="pf-v6-c-masthead__brand">
3198
+ <a class="pf-v6-c-masthead__logo" href="#">
3199
+ <svg height="37px" viewBox="0 0 679 158">
3200
+ <title>PF-HorizontalLogo-Color</title>
3201
+ <defs>
3202
+ <linearGradient
3203
+ x1="68%"
3204
+ y1="2.25860997e-13%"
3205
+ x2="32%"
3206
+ y2="100%"
3207
+ id="linearGradient-gray-tabs-example-masthead"
3208
+ >
3209
+ <stop stop-color="#2B9AF3" offset="0%" />
3210
+ <stop
3211
+ stop-color="#73BCF7"
3212
+ stop-opacity="0.502212631"
3213
+ offset="100%"
3214
+ />
3215
+ </linearGradient>
3216
+ </defs>
3217
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3218
+ <g
3219
+ transform="translate(206.000000, 45.750000)"
3220
+ fill="var(--pf-t--global--text--color--regular)"
3221
+ fill-rule="nonzero"
3222
+ >
3223
+ <path
3224
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
3225
+ />
3226
+ <path
3227
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
3228
+ />
3229
+ <path
3230
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
3231
+ />
3232
+ <path
3233
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
3234
+ />
3235
+ <path
3236
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
3237
+ />
3238
+ <path
3239
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
3240
+ />
3241
+ <path
3242
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
3243
+ />
3244
+ <polygon
3245
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
3246
+ />
3247
+ <polygon
3248
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
3249
+ />
3250
+ <path
3251
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
3252
+ />
3253
+ </g>
3254
+ <g transform="translate(0.000000, 0.000000)">
3255
+ <path
3256
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
3257
+ fill="#0066CC"
3258
+ />
3259
+ <path
3260
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
3261
+ fill="url(#linearGradient-gray-tabs-example-masthead)"
3262
+ />
3263
+ <path
3264
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
3265
+ fill="url(#linearGradient-gray-tabs-example-masthead)"
3266
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
3267
+ />
3268
+ </g>
3269
+ </g>
3270
+ </svg>
3271
+ </a>
3272
+ </div>
3273
+ </div>
3274
+ <div class="pf-v6-c-masthead__content">
3275
+ <div
3276
+ class="pf-v6-c-toolbar pf-m-static"
3277
+ id="gray-tabs-example-masthead-toolbar"
3278
+ >
3279
+ <div class="pf-v6-c-toolbar__content">
3280
+ <div class="pf-v6-c-toolbar__content-section">
3281
+ <div
3282
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
3283
+ >
3284
+ <div
3285
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
3286
+ >
3287
+ <div class="pf-v6-c-toolbar__item">
3288
+ <button
3289
+ class="pf-v6-c-menu-toggle pf-m-plain"
3290
+ type="button"
3291
+ aria-expanded="false"
3292
+ aria-label="Application launcher"
3293
+ >
3294
+ <span class="pf-v6-c-menu-toggle__icon">
3295
+ <i class="fas fa-th" aria-hidden="true"></i>
3296
+ </span>
3297
+ </button>
3298
+ </div>
3299
+ <div class="pf-v6-c-toolbar__item">
3300
+ <button
3301
+ class="pf-v6-c-menu-toggle pf-m-plain"
3302
+ type="button"
3303
+ aria-expanded="false"
3304
+ aria-label="Settings"
3305
+ >
3306
+ <span class="pf-v6-c-menu-toggle__icon">
3307
+ <i class="fas fa-cog" aria-hidden="true"></i>
3308
+ </span>
3309
+ </button>
3310
+ </div>
3311
+ <div class="pf-v6-c-toolbar__item">
3312
+ <button
3313
+ class="pf-v6-c-menu-toggle pf-m-plain"
3314
+ type="button"
3315
+ aria-expanded="false"
3316
+ aria-label="Help"
3317
+ >
3318
+ <span class="pf-v6-c-menu-toggle__icon">
3319
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3320
+ </span>
3321
+ </button>
3322
+ </div>
3323
+ </div>
3324
+
3325
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
3326
+ <button
3327
+ class="pf-v6-c-menu-toggle pf-m-plain"
3328
+ type="button"
3329
+ aria-expanded="false"
3330
+ aria-label="Actions"
3331
+ >
3332
+ <span class="pf-v6-c-menu-toggle__icon">
3333
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3334
+ </span>
3335
+ </button>
3336
+ </div>
3337
+ </div>
3338
+ </div>
3339
+ </div>
3340
+ </div>
3341
+ </div>
3342
+ </header>
3343
+ <div class="pf-v6-c-page__sidebar">
3344
+ <div class="pf-v6-c-page__sidebar-body">
3345
+ <nav
3346
+ class="pf-v6-c-nav"
3347
+ id="gray-tabs-example-primary-nav"
3348
+ aria-label="Global"
3349
+ >
3350
+ <ul class="pf-v6-c-nav__list" role="list">
3351
+ <li class="pf-v6-c-nav__item">
3352
+ <a href="#" class="pf-v6-c-nav__link">
3353
+ <span class="pf-v6-c-nav__link-text">System panel</span>
3354
+ </a>
3355
+ </li>
3356
+ <li class="pf-v6-c-nav__item">
3357
+ <a
3358
+ href="#"
3359
+ class="pf-v6-c-nav__link pf-m-current"
3360
+ aria-current="page"
3361
+ >
3362
+ <span class="pf-v6-c-nav__link-text">Policy</span>
3363
+ </a>
3364
+ </li>
3365
+ <li class="pf-v6-c-nav__item">
3366
+ <a href="#" class="pf-v6-c-nav__link">
3367
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
3368
+ </a>
3369
+ </li>
3370
+ <li class="pf-v6-c-nav__item">
3371
+ <a href="#" class="pf-v6-c-nav__link">
3372
+ <span class="pf-v6-c-nav__link-text">Network services</span>
3373
+ </a>
3374
+ </li>
3375
+ <li class="pf-v6-c-nav__item">
3376
+ <a href="#" class="pf-v6-c-nav__link">
3377
+ <span class="pf-v6-c-nav__link-text">Server</span>
3378
+ </a>
3379
+ </li>
3380
+ </ul>
3381
+ </nav>
3382
+ </div>
3383
+ </div>
3384
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
3385
+ <main
3386
+ class="pf-v6-c-page__main"
3387
+ tabindex="-1"
3388
+ id="main-content-gray-tabs-example"
3389
+ >
3390
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
3391
+ <div class="pf-v6-c-page__main-body">
3392
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
3393
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
3394
+ <li class="pf-v6-c-breadcrumb__item">
3395
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
3396
+ </li>
3397
+ <li class="pf-v6-c-breadcrumb__item">
3398
+ <span class="pf-v6-c-breadcrumb__item-divider">
3399
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3400
+ </span>
3401
+
3402
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3403
+ </li>
3404
+ <li class="pf-v6-c-breadcrumb__item">
3405
+ <span class="pf-v6-c-breadcrumb__item-divider">
3406
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3407
+ </span>
3408
+
3409
+ <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3410
+ </li>
3411
+ <li class="pf-v6-c-breadcrumb__item">
3412
+ <span class="pf-v6-c-breadcrumb__item-divider">
3413
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3414
+ </span>
3415
+
3416
+ <a
3417
+ href="#"
3418
+ class="pf-v6-c-breadcrumb__link pf-m-current"
3419
+ aria-current="page"
3420
+ >Section landing</a>
3421
+ </li>
3422
+ </ol>
3423
+ </nav>
3424
+ </div>
3425
+ </section>
3426
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
3427
+ <div class="pf-v6-c-page__main-body">
3428
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3429
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3430
+ </div>
3431
+ </section>
3432
+ <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
3433
+ <div class="pf-v6-c-page__main-body">
3434
+ <div
3435
+ class="pf-v6-c-tabs pf-m-page-insets"
3436
+ role="region"
3437
+ id="gray-tabs-example-tabs-tabs"
3438
+ >
3439
+ <ul class="pf-v6-c-tabs__list" role="tablist">
3440
+ <li class="pf-v6-c-tabs__item" role="presentation">
3441
+ <button
3442
+ type="button"
3443
+ class="pf-v6-c-tabs__link"
3444
+ role="tab"
3445
+ aria-controls="gray-tabs-example-tabs-tabs-new-panel"
3446
+ id="gray-tabs-example-tabs-tabs-new-link"
3447
+ >
3448
+ <span class="pf-v6-c-tabs__item-text">What's new</span>
3449
+ </button>
3450
+ </li>
3451
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
3452
+ <button
3453
+ type="button"
3454
+ class="pf-v6-c-tabs__link"
3455
+ role="tab"
3456
+ aria-controls="gray-tabs-example-tabs-tabs-get-started-panel"
3457
+ id="gray-tabs-example-tabs-tabs-get-started-link"
3458
+ >
3459
+ <span class="pf-v6-c-tabs__item-text">Get started</span>
3460
+ </button>
3461
+ </li>
3462
+ <li class="pf-v6-c-tabs__item" role="presentation">
3463
+ <button
3464
+ type="button"
3465
+ class="pf-v6-c-tabs__link"
3466
+ role="tab"
3467
+ aria-controls="gray-tabs-example-tabs-tabs-knowledge-panel"
3468
+ id="gray-tabs-example-tabs-tabs-knowledge-link"
3469
+ >
3470
+ <span class="pf-v6-c-tabs__item-text">Knowledge</span>
3471
+ </button>
3472
+ </li>
3473
+ <li class="pf-v6-c-tabs__item" role="presentation">
3474
+ <button
3475
+ type="button"
3476
+ class="pf-v6-c-tabs__link"
3477
+ role="tab"
3478
+ aria-controls="gray-tabs-example-tabs-tabs-support-panel"
3479
+ id="gray-tabs-example-tabs-tabs-support-link"
3480
+ >
3481
+ <span class="pf-v6-c-tabs__item-text">Support</span>
3482
+ </button>
3483
+ </li>
3484
+ </ul>
3485
+ </div>
3486
+ </div>
3487
+ </section>
3488
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
3489
+ <div class="pf-v6-c-page__main-body">
3490
+ <section
3491
+ class="pf-v6-c-tab-content"
3492
+ aria-labelledby="gray-tabs-example-tabs-tabs-new-link"
3493
+ id="gray-tabs-example-tabs-tabs-new-panel"
3494
+ role="tabpanel"
3495
+ tabindex="0"
3496
+ hidden
3497
+ >
3498
+ <div class="pf-v6-c-tab-content__body">What's new content</div>
3499
+ </section>
3500
+ <section
3501
+ class="pf-v6-c-tab-content"
3502
+ aria-labelledby="gray-tabs-example-tabs-tabs-get-started-link"
3503
+ id="gray-tabs-example-tabs-tabs-get-started-panel"
3504
+ role="tabpanel"
3505
+ tabindex="0"
3506
+ >
3507
+ <div class="pf-v6-c-tab-content__body">
3508
+ <div class="pf-v6-l-grid pf-m-gutter">
3509
+ <div class="pf-v6-l-grid__item">
3510
+ <h1
3511
+ class="pf-v6-c-title pf-m-lg"
3512
+ >Get started with Red Hat Enterprise Linux</h1>
3513
+ </div>
3514
+ <div class="pf-v6-l-grid__item">
3515
+ <div
3516
+ class="pf-v6-c-tabs pf-m-inset-none"
3517
+ role="region"
3518
+ id="gray-tabs-example-tabs-subtabs"
3519
+ >
3520
+ <ul class="pf-v6-c-tabs__list" role="tablist">
3521
+ <li
3522
+ class="pf-v6-c-tabs__item pf-m-current"
3523
+ role="presentation"
3524
+ >
3525
+ <button
3526
+ type="button"
3527
+ class="pf-v6-c-tabs__link"
3528
+ role="tab"
3529
+ aria-controls="gray-tabs-example-tabs-subtabs-x86-panel"
3530
+ id="gray-tabs-example-tabs-subtabs-x86-link"
3531
+ >
3532
+ <span class="pf-v6-c-tabs__item-text">x86 architecture</span>
3533
+ </button>
3534
+ </li>
3535
+ <li class="pf-v6-c-tabs__item" role="presentation">
3536
+ <button
3537
+ type="button"
3538
+ class="pf-v6-c-tabs__link"
3539
+ role="tab"
3540
+ aria-controls="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
3541
+ id="gray-tabs-example-tabs-subtabs-additional-architectures-link"
3542
+ >
3543
+ <span
3544
+ class="pf-v6-c-tabs__item-text"
3545
+ >Additional Architectures</span>
3546
+ </button>
3547
+ </li>
3548
+ </ul>
3549
+ </div>
3550
+ </div>
3551
+ <div class="pf-v6-l-grid__item">
3552
+ <section
3553
+ class="pf-v6-c-tab-content"
3554
+ aria-labelledby="gray-tabs-example-tabs-subtabs-x86-link"
3555
+ id="gray-tabs-example-tabs-subtabs-x86-panel"
3556
+ role="tabpanel"
3557
+ tabindex="0"
3558
+ >
3559
+ <div class="pf-v6-c-tab-content__body">
3560
+ <div class="pf-v6-l-grid pf-m-gutter">
3561
+ <div class="pf-v6-l-grid__item">
3562
+ <div class="pf-v6-c-content">
3563
+ <p>To perform a standard x86_64 installation using the GUI, you'll need to:</p>
3564
+ </div>
3565
+ </div>
3566
+ <div
3567
+ class="pf-v6-l-grid pf-m-all-6-col-on-md pf-m-all-3-col-on-2xl pf-m-gutter"
3568
+ >
3569
+ <div class="pf-v6-c-card pf-m-flat">
3570
+ <div class="pf-v6-c-card__title">
3571
+ <h2
3572
+ class="pf-v6-c-card__title-text"
3573
+ >Check system requirements</h2>
3574
+ </div>
3575
+ <div class="pf-v6-c-card__body">
3576
+ <p>
3577
+ Your physical or virtual machine should meet the
3578
+ <a href="#">system requirement</a>.
3579
+ </p>
3580
+ </div>
3581
+ </div>
3582
+ <div class="pf-v6-c-card pf-m-flat">
3583
+ <div class="pf-v6-c-card__title">
3584
+ <h2
3585
+ class="pf-v6-c-card__title-text"
3586
+ >Download an installation ISO image</h2>
3587
+ </div>
3588
+ <div class="pf-v6-c-card__body">
3589
+ <p>
3590
+ <a href="#">Download</a>&nbsp;the binary DVD ISO.
3591
+ </p>
3592
+ </div>
3593
+ </div>
3594
+ <div class="pf-v6-c-card pf-m-flat">
3595
+ <div class="pf-v6-c-card__title">
3596
+ <h2
3597
+ class="pf-v6-c-card__title-text"
3598
+ >Create a bootable installation media</h2>
3599
+ </div>
3600
+ <div class="pf-v6-c-card__body">
3601
+ <p>
3602
+ <a href="#">Create</a>&nbsp;a bootable installation media, for example a USB flash drive.
3603
+ </p>
3604
+ </div>
3605
+ </div>
3606
+ </div>
3607
+ </div>
3608
+ </div>
3609
+ </section>
3610
+ <section
3611
+ class="pf-v6-c-tab-content"
3612
+ aria-labelledby="gray-tabs-example-tabs-subtabs-additional-architectures-link"
3613
+ id="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
3614
+ role="tabpanel"
3615
+ tabindex="0"
3616
+ hidden
3617
+ >
3618
+ <div class="pf-v6-c-tab-content__body">
3619
+ <p>Additional architectural content</p>
3620
+ </div>
3621
+ </section>
3622
+ </div>
3623
+ </div>
3624
+ </div>
3625
+ </section>
3626
+ <section
3627
+ class="pf-v6-c-tab-content"
3628
+ aria-labelledby="gray-tabs-example-tabs-tabs-knowledge-link"
3629
+ id="gray-tabs-example-tabs-tabs-knowledge-panel"
3630
+ role="tabpanel"
3631
+ tabindex="0"
3632
+ hidden
3633
+ >
3634
+ <div class="pf-v6-c-tab-content__body">
3635
+ <div class="pf-v6-c-content">
3636
+ <p>Knowledge content</p>
3637
+ </div>
3638
+ </div>
3639
+ </section>
3640
+ <section
3641
+ class="pf-v6-c-tab-content"
3642
+ aria-labelledby="gray-tabs-example-tabs-tabs-support-link"
3643
+ id="gray-tabs-example-tabs-tabs-support-panel"
3644
+ role="tabpanel"
3645
+ tabindex="0"
3646
+ hidden
3647
+ >
3648
+ <div class="pf-v6-c-tab-content__body">
3649
+ <div class="pf-v6-c-content">
3650
+ <p>Support content</p>
3651
+ </div>
3652
+ </div>
3653
+ </section>
3654
+ </div>
3655
+ </section>
3656
+ </main>
3657
+ </div>
3658
+ </div>
3659
+
3660
+ ```