@patternfly/patternfly-doc-core 1.15.4 → 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 (312) hide show
  1. package/.astro/content-modules.mjs +124 -124
  2. package/README.mdx +1 -0
  3. package/cli/cli.ts +54 -35
  4. package/{src → dist}/apiIndex.json +94 -94
  5. package/dist/cli/cli.js +48 -30
  6. package/dist/docs/_worker.js/chunks/fetch_CoXtH9RF.mjs +12 -0
  7. package/dist/docs/_worker.js/chunks/getConfig_DO3RhTb7.mjs +18 -0
  8. package/dist/docs/_worker.js/index.js +11 -9
  9. package/dist/docs/_worker.js/manifest_DIDAejNV.mjs +100 -0
  10. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_.astro.mjs +18 -10
  11. package/dist/docs/_worker.js/pages/api/_version_/_section_.astro.mjs +17 -8
  12. package/dist/docs/_worker.js/pages/api/_version_.astro.mjs +15 -8
  13. package/dist/docs/_worker.js/pages/api/openapi.json.astro.mjs +14 -3
  14. package/dist/docs/_worker.js/pages/api/versions.astro.mjs +11 -4
  15. package/dist/docs/_worker.js/pages/apiindex.json.astro.mjs +1 -0
  16. package/dist/docs/_worker.js/pages/props.astro.mjs +1 -16
  17. package/dist/docs/apiIndex.json +561 -0
  18. package/dist/docs/components/about-modal/html/index.html +8 -8
  19. package/dist/docs/components/about-modal/html-demos/index.html +4 -4
  20. package/dist/docs/components/about-modal/index.html +5 -5
  21. package/dist/docs/components/accordion/html/index.html +22 -22
  22. package/dist/docs/components/accordion/index.html +7 -7
  23. package/dist/docs/components/action-list/html/index.html +11 -11
  24. package/dist/docs/components/action-list/index.html +9 -9
  25. package/dist/docs/components/alert/html/index.html +31 -31
  26. package/dist/docs/components/alert/html-demos/index.html +10 -10
  27. package/dist/docs/components/alert/index.html +83 -83
  28. package/dist/docs/components/alert/react/index.html +83 -83
  29. package/dist/docs/components/avatar/html/index.html +16 -16
  30. package/dist/docs/components/avatar/index.html +8 -8
  31. package/dist/docs/components/avatar/react/index.html +5 -5
  32. package/dist/docs/components/back-to-top/html/index.html +9 -9
  33. package/dist/docs/components/back-to-top/html-demos/index.html +4 -4
  34. package/dist/docs/components/back-to-top/index.html +8 -8
  35. package/dist/docs/components/back-to-top/react/index.html +8 -8
  36. package/dist/docs/components/backdrop/html/index.html +11 -11
  37. package/dist/docs/components/backdrop/index.html +6 -6
  38. package/dist/docs/components/backdrop/react/index.html +6 -6
  39. package/dist/docs/components/background-image/html/index.html +11 -11
  40. package/dist/docs/components/background-image/index.html +6 -6
  41. package/dist/docs/components/background-image/react/index.html +6 -6
  42. package/dist/docs/components/badge/html/index.html +12 -12
  43. package/dist/docs/components/badge/index.html +8 -8
  44. package/dist/docs/components/badge/react/index.html +8 -8
  45. package/dist/docs/components/banner/html/index.html +12 -12
  46. package/dist/docs/components/banner/html-demos/index.html +9 -9
  47. package/dist/docs/components/banner/index.html +11 -11
  48. package/dist/docs/components/banner/react/index.html +11 -11
  49. package/dist/docs/components/brand/html/index.html +10 -10
  50. package/dist/docs/components/brand/index.html +6 -6
  51. package/dist/docs/components/breadcrumb/html/index.html +15 -15
  52. package/dist/docs/components/breadcrumb/index.html +6 -6
  53. package/dist/docs/components/breadcrumb/react/index.html +9 -9
  54. package/dist/docs/components/button/html/index.html +26 -26
  55. package/dist/docs/components/button/html-demos/index.html +5 -5
  56. package/dist/docs/components/button/index.html +34 -34
  57. package/dist/docs/components/button/react/index.html +37 -37
  58. package/dist/docs/components/calendar-month/html/index.html +9 -9
  59. package/dist/docs/components/calendar-month/index.html +6 -6
  60. package/dist/docs/components/calendar-month/react/index.html +9 -9
  61. package/dist/docs/components/card/html/index.html +37 -37
  62. package/dist/docs/components/card/html-demos/index.html +25 -25
  63. package/dist/docs/components/card/index.html +52 -52
  64. package/dist/docs/components/card/react/index.html +55 -55
  65. package/dist/docs/components/checkbox/html/index.html +21 -21
  66. package/dist/docs/components/checkbox/index.html +16 -16
  67. package/dist/docs/components/checkbox/react/index.html +13 -13
  68. package/dist/docs/components/chip/index.html +11 -11
  69. package/dist/docs/components/chip/react-deprecated/index.html +11 -11
  70. package/dist/docs/components/clipboard-copy/html/index.html +12 -12
  71. package/dist/docs/components/clipboard-copy/index.html +15 -15
  72. package/dist/docs/components/clipboard-copy/react/index.html +15 -15
  73. package/dist/docs/components/code-block/html/index.html +10 -10
  74. package/dist/docs/components/code-block/index.html +9 -9
  75. package/dist/docs/components/code-block/react/index.html +6 -6
  76. package/dist/docs/components/code-editor/html/index.html +16 -16
  77. package/dist/docs/components/code-editor/index.html +16 -16
  78. package/dist/docs/components/content/html/index.html +21 -21
  79. package/dist/docs/components/content/index.html +19 -19
  80. package/dist/docs/components/data-list/html/index.html +38 -38
  81. package/dist/docs/components/data-list/html-demos/index.html +12 -12
  82. package/dist/docs/components/data-list/index.html +21 -21
  83. package/dist/docs/components/date-picker/html/index.html +11 -11
  84. package/dist/docs/components/date-picker/index.html +14 -14
  85. package/dist/docs/components/date-picker/react/index.html +17 -17
  86. package/dist/docs/components/description-list/html/index.html +41 -41
  87. package/dist/docs/components/description-list/html-demos/index.html +8 -8
  88. package/dist/docs/components/description-list/index.html +36 -36
  89. package/dist/docs/components/description-list/react/index.html +39 -39
  90. package/dist/docs/components/divider/html/index.html +18 -18
  91. package/dist/docs/components/divider/index.html +11 -11
  92. package/dist/docs/components/drag-and-drop/html/index.html +11 -11
  93. package/dist/docs/components/drag-and-drop/index.html +9 -9
  94. package/dist/docs/components/drag-and-drop/react-deprecated/index.html +9 -9
  95. package/dist/docs/components/drawer/html/index.html +27 -27
  96. package/dist/docs/components/drawer/html-demos/index.html +16 -16
  97. package/dist/docs/components/drawer/index.html +25 -25
  98. package/dist/docs/components/dual-list-selector/html/index.html +13 -13
  99. package/dist/docs/components/dual-list-selector/index.html +17 -17
  100. package/dist/docs/components/empty-state/html/index.html +14 -14
  101. package/dist/docs/components/empty-state/index.html +13 -13
  102. package/dist/docs/components/empty-state/react/index.html +13 -13
  103. package/dist/docs/components/expandable-section/html/index.html +17 -17
  104. package/dist/docs/components/expandable-section/index.html +18 -18
  105. package/dist/docs/components/expandable-section/react/index.html +15 -15
  106. package/dist/docs/components/form/html/index.html +19 -19
  107. package/dist/docs/components/form/html-demos/index.html +6 -6
  108. package/dist/docs/components/form/index.html +19 -19
  109. package/dist/docs/components/form/react/index.html +19 -19
  110. package/dist/docs/components/form-control/html/index.html +12 -12
  111. package/dist/docs/components/form-control/index.html +12 -12
  112. package/dist/docs/components/form-select/index.html +9 -9
  113. package/dist/docs/components/form-select/react/index.html +9 -9
  114. package/dist/docs/components/helper-text/html/index.html +11 -11
  115. package/dist/docs/components/helper-text/html-demos/index.html +7 -7
  116. package/dist/docs/components/helper-text/index.html +9 -9
  117. package/dist/docs/components/hint/html/index.html +7 -7
  118. package/dist/docs/components/hint/index.html +8 -8
  119. package/dist/docs/components/hint/react/index.html +11 -11
  120. package/dist/docs/components/icon/html/index.html +16 -16
  121. package/dist/docs/components/icon/index.html +17 -17
  122. package/dist/docs/components/icon/react/index.html +20 -20
  123. package/dist/docs/components/inline-edit/html/index.html +29 -29
  124. package/dist/docs/components/inline-edit/index.html +29 -29
  125. package/dist/docs/components/input-group/html/index.html +12 -12
  126. package/dist/docs/components/input-group/index.html +12 -12
  127. package/dist/docs/components/input-group/react/index.html +12 -12
  128. package/dist/docs/components/jump-links/html/index.html +17 -17
  129. package/dist/docs/components/jump-links/html-demos/index.html +13 -13
  130. package/dist/docs/components/jump-links/index.html +9 -9
  131. package/dist/docs/components/jump-links/react/index.html +12 -12
  132. package/dist/docs/components/label/html/index.html +44 -44
  133. package/dist/docs/components/label/index.html +28 -28
  134. package/dist/docs/components/list/html/index.html +13 -13
  135. package/dist/docs/components/list/index.html +9 -9
  136. package/dist/docs/components/login-page/html/index.html +17 -17
  137. package/dist/docs/components/login-page/index.html +13 -13
  138. package/dist/docs/components/masthead/html/index.html +13 -13
  139. package/dist/docs/components/masthead/html-demos/index.html +20 -20
  140. package/dist/docs/components/masthead/index.html +18 -18
  141. package/dist/docs/components/menu/html/index.html +46 -46
  142. package/dist/docs/components/menu/index.html +68 -68
  143. package/dist/docs/components/menu/react/index.html +68 -68
  144. package/dist/docs/components/menu-toggle/html/index.html +35 -35
  145. package/dist/docs/components/menu-toggle/index.html +66 -66
  146. package/dist/docs/components/menu-toggle/react/index.html +66 -66
  147. package/dist/docs/components/modal/html/index.html +45 -45
  148. package/dist/docs/components/modal/html-demos/index.html +16 -16
  149. package/dist/docs/components/modal/index.html +41 -41
  150. package/dist/docs/components/multiple-file-upload/html/index.html +11 -11
  151. package/dist/docs/components/multiple-file-upload/index.html +26 -26
  152. package/dist/docs/components/navigation/html/index.html +26 -26
  153. package/dist/docs/components/navigation/html-demos/index.html +16 -16
  154. package/dist/docs/components/navigation/index.html +18 -18
  155. package/dist/docs/components/navigation/react/index.html +21 -21
  156. package/dist/docs/components/notification-badge/index.html +16 -16
  157. package/dist/docs/components/notification-badge/react/index.html +16 -16
  158. package/dist/docs/components/notification-drawer/html/index.html +9 -9
  159. package/dist/docs/components/notification-drawer/html-demos/index.html +13 -13
  160. package/dist/docs/components/notification-drawer/index.html +8 -8
  161. package/dist/docs/components/notification-drawer/react/index.html +8 -8
  162. package/dist/docs/components/number-input/html/index.html +12 -12
  163. package/dist/docs/components/number-input/index.html +11 -11
  164. package/dist/docs/components/number-input/react/index.html +14 -14
  165. package/dist/docs/components/overflow-menu/html/index.html +18 -18
  166. package/dist/docs/components/overflow-menu/index.html +9 -9
  167. package/dist/docs/components/overflow-menu/react/index.html +12 -12
  168. package/dist/docs/components/page/html/index.html +18 -18
  169. package/dist/docs/components/page/html-demos/index.html +32 -32
  170. package/dist/docs/components/page/index.html +50 -50
  171. package/dist/docs/components/page/react/index.html +50 -50
  172. package/dist/docs/components/pagination/html/index.html +20 -20
  173. package/dist/docs/components/pagination/index.html +17 -17
  174. package/dist/docs/components/pagination/react/index.html +14 -14
  175. package/dist/docs/components/panel/html/index.html +14 -14
  176. package/dist/docs/components/panel/html-demos/index.html +5 -5
  177. package/dist/docs/components/panel/index.html +22 -22
  178. package/dist/docs/components/password-generator/html-demos/index.html +4 -4
  179. package/dist/docs/components/password-generator/index.html +4 -4
  180. package/dist/docs/components/password-strength/html-demos/index.html +7 -7
  181. package/dist/docs/components/password-strength/index.html +7 -7
  182. package/dist/docs/components/popover/html/index.html +44 -44
  183. package/dist/docs/components/popover/index.html +20 -20
  184. package/dist/docs/components/popover/react/index.html +23 -23
  185. package/dist/docs/components/progress/html/index.html +31 -31
  186. package/dist/docs/components/progress/index.html +23 -23
  187. package/dist/docs/components/progress/react/index.html +23 -23
  188. package/dist/docs/components/progress-stepper/html/index.html +27 -27
  189. package/dist/docs/components/progress-stepper/index.html +16 -16
  190. package/dist/docs/components/progress-stepper/react/index.html +16 -16
  191. package/dist/docs/components/radio/html/index.html +20 -20
  192. package/dist/docs/components/radio/index.html +15 -15
  193. package/dist/docs/components/radio/react/index.html +15 -15
  194. package/dist/docs/components/sidebar/html/index.html +21 -21
  195. package/dist/docs/components/sidebar/index.html +17 -17
  196. package/dist/docs/components/simple-file-upload/html/index.html +15 -15
  197. package/dist/docs/components/simple-file-upload/index.html +32 -32
  198. package/dist/docs/components/simple-file-upload/react/index.html +32 -32
  199. package/dist/docs/components/simple-list/html/index.html +11 -11
  200. package/dist/docs/components/simple-list/index.html +9 -9
  201. package/dist/docs/components/simple-list/react/index.html +6 -6
  202. package/dist/docs/components/skeleton/html/index.html +13 -13
  203. package/dist/docs/components/skeleton/html-demos/index.html +3 -3
  204. package/dist/docs/components/skeleton/index.html +10 -10
  205. package/dist/docs/components/skeleton/react/index.html +10 -10
  206. package/dist/docs/components/skip-to-content/html/index.html +13 -13
  207. package/dist/docs/components/skip-to-content/index.html +6 -6
  208. package/dist/docs/components/skip-to-content/react/index.html +6 -6
  209. package/dist/docs/components/slider/html/index.html +14 -14
  210. package/dist/docs/components/slider/index.html +22 -22
  211. package/dist/docs/components/slider/react/index.html +22 -22
  212. package/dist/docs/components/spinner/html/index.html +16 -16
  213. package/dist/docs/components/spinner/index.html +9 -9
  214. package/dist/docs/components/spinner/react/index.html +6 -6
  215. package/dist/docs/components/switch/html/index.html +17 -17
  216. package/dist/docs/components/switch/index.html +12 -12
  217. package/dist/docs/components/switch/react/index.html +12 -12
  218. package/dist/docs/components/table/html/index.html +129 -129
  219. package/dist/docs/components/table/html-demos/index.html +33 -33
  220. package/dist/docs/components/table/index.html +129 -129
  221. package/dist/docs/components/tabs/html/index.html +67 -67
  222. package/dist/docs/components/tabs/html-demos/index.html +13 -13
  223. package/dist/docs/components/tabs/index.html +77 -77
  224. package/dist/docs/components/tabs/react/index.html +77 -77
  225. package/dist/docs/components/text-input/index.html +13 -13
  226. package/dist/docs/components/text-input/react/index.html +13 -13
  227. package/dist/docs/components/text-input-group/html/index.html +27 -27
  228. package/dist/docs/components/text-input-group/index.html +16 -16
  229. package/dist/docs/components/tile/html-deprecated/index.html +11 -11
  230. package/dist/docs/components/tile/index.html +23 -23
  231. package/dist/docs/components/tile/react-deprecated/index.html +26 -26
  232. package/dist/docs/components/time-picker/index.html +13 -13
  233. package/dist/docs/components/time-picker/react/index.html +13 -13
  234. package/dist/docs/components/timestamp/html/index.html +8 -8
  235. package/dist/docs/components/timestamp/index.html +21 -21
  236. package/dist/docs/components/timestamp/react/index.html +21 -21
  237. package/dist/docs/components/title/html/index.html +10 -10
  238. package/dist/docs/components/title/index.html +4 -4
  239. package/dist/docs/components/toggle-group/html/index.html +9 -9
  240. package/dist/docs/components/toggle-group/index.html +18 -18
  241. package/dist/docs/components/toolbar/html/index.html +55 -55
  242. package/dist/docs/components/toolbar/html-demos/index.html +12 -12
  243. package/dist/docs/components/toolbar/index.html +42 -42
  244. package/dist/docs/components/tooltip/html/index.html +17 -17
  245. package/dist/docs/components/tooltip/index.html +12 -12
  246. package/dist/docs/components/tree-view/html/index.html +21 -21
  247. package/dist/docs/components/tree-view/index.html +23 -23
  248. package/dist/docs/components/truncate/html/index.html +13 -13
  249. package/dist/docs/components/truncate/index.html +13 -13
  250. package/dist/docs/components/wizard/html/index.html +29 -29
  251. package/dist/docs/components/wizard/html-demos/index.html +22 -22
  252. package/dist/docs/components/wizard/index.html +32 -32
  253. package/dist/docs/components/wizard/react-deprecated/index.html +22 -22
  254. package/dist/docs/layouts/bullseye/html/index.html +11 -11
  255. package/dist/docs/layouts/bullseye/index.html +11 -11
  256. package/dist/docs/layouts/flex/html/index.html +87 -87
  257. package/dist/docs/layouts/flex/index.html +87 -87
  258. package/dist/docs/layouts/gallery/html/index.html +17 -17
  259. package/dist/docs/layouts/gallery/index.html +17 -17
  260. package/dist/docs/layouts/grid/html/index.html +22 -22
  261. package/dist/docs/layouts/grid/index.html +22 -22
  262. package/dist/docs/layouts/level/html/index.html +10 -10
  263. package/dist/docs/layouts/level/index.html +10 -10
  264. package/dist/docs/layouts/split/html/index.html +13 -13
  265. package/dist/docs/layouts/split/index.html +13 -13
  266. package/dist/docs/layouts/stack/html/index.html +12 -12
  267. package/dist/docs/layouts/stack/index.html +12 -12
  268. package/dist/docs/patterns/card-view/html-demos/index.html +4 -4
  269. package/dist/docs/patterns/card-view/index.html +4 -4
  270. package/dist/docs/patterns/dashboard/html-demos/index.html +4 -4
  271. package/dist/docs/patterns/dashboard/index.html +4 -4
  272. package/dist/docs/patterns/primary-detail/html-demos/index.html +17 -17
  273. package/dist/docs/patterns/primary-detail/index.html +17 -17
  274. package/dist/docs/utility-classes/accessibility/html/index.html +11 -11
  275. package/dist/docs/utility-classes/accessibility/index.html +11 -11
  276. package/dist/docs/utility-classes/alignment/html/index.html +7 -7
  277. package/dist/docs/utility-classes/alignment/index.html +7 -7
  278. package/dist/docs/utility-classes/background-color/html/index.html +9 -9
  279. package/dist/docs/utility-classes/background-color/index.html +9 -9
  280. package/dist/docs/utility-classes/box-shadow/html/index.html +12 -12
  281. package/dist/docs/utility-classes/box-shadow/index.html +12 -12
  282. package/dist/docs/utility-classes/display/html/index.html +18 -18
  283. package/dist/docs/utility-classes/display/index.html +18 -18
  284. package/dist/docs/utility-classes/flex/html/index.html +17 -17
  285. package/dist/docs/utility-classes/flex/index.html +17 -17
  286. package/dist/docs/utility-classes/float/html/index.html +7 -7
  287. package/dist/docs/utility-classes/float/index.html +7 -7
  288. package/dist/docs/utility-classes/sizing/html/index.html +28 -28
  289. package/dist/docs/utility-classes/sizing/index.html +28 -28
  290. package/dist/docs/utility-classes/spacing/html/index.html +12 -12
  291. package/dist/docs/utility-classes/spacing/index.html +12 -12
  292. package/dist/docs/utility-classes/text/html/index.html +18 -18
  293. package/dist/docs/utility-classes/text/index.html +18 -18
  294. package/jest.config.ts +1 -1
  295. package/package.json +5 -4
  296. package/src/pages/api/[version]/[section]/[page]/[tab].ts +11 -3
  297. package/src/pages/api/[version]/[section]/[page].ts +19 -11
  298. package/src/pages/api/[version]/[section].ts +18 -9
  299. package/src/pages/api/[version].ts +16 -9
  300. package/src/pages/api/openapi.json.ts +14 -3
  301. package/src/pages/api/versions.ts +11 -5
  302. package/src/pages/apiIndex.json.ts +27 -0
  303. package/src/utils/apiIndex/fetch.ts +20 -0
  304. package/src/utils/apiIndex/generate.ts +9 -5
  305. package/src/utils/apiIndex/get.ts +3 -1
  306. package/src/utils/getOutputDir.ts +19 -0
  307. package/src/utils/packageUtils.ts +5 -3
  308. package/tsconfig.json +9 -4
  309. package/dist/docs/_worker.js/chunks/apiIndex_rjiPwa_V.mjs +0 -9
  310. package/dist/docs/_worker.js/manifest_BOIk4wkr.mjs +0 -100
  311. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_BIIrAXF8.mjs → _astro_data-layer-content_DGZXfKa-.mjs} +0 -0
  312. /package/dist/docs/_worker.js/chunks/{content-modules_BnWiSXLh.mjs → content-modules_Db1avyLw.mjs} +0 -0
@@ -1,8 +1,8 @@
1
1
  <!DOCTYPE html><html lang="en" data-astro-transition-scope="astro-iidcp2e2-1"> <head><script type="module">const n=e=>{requestAnimationFrame(()=>{document.documentElement.classList.toggle("pf-v6-theme-dark",e==="dark")})};document.addEventListener("astro:before-swap",()=>{const e=localStorage.getItem("theme-preference");n(e||"light")});const o=e=>{const t=document.querySelector(e);t&&t.scrollIntoView({behavior:"smooth"})};document.addEventListener("DOMContentLoaded",()=>{if(window.location.hash){const e=window.location.hash;history.replaceState(null,""," "),setTimeout(()=>{o(e),history.replaceState(null,"",e)},500)}});window.addEventListener("hashchange",()=>{window.location.hash&&o(window.location.hash)});</script><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.15.9"><title>Astro</title><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><script type="module" src="/_astro/ClientRouter.astro_astro_type_script_index_0_lang.QW52Ox2j.js"></script><link rel="stylesheet" href="/_astro/_page_.BG_fQ4i5.css">
2
- <link rel="stylesheet" href="/_astro/AutoLinkHeader.Chv_bGyU.css">
3
- <link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
2
+ <link rel="stylesheet" href="/_astro/_page_.DxJDkZPc.css">
4
3
  <link rel="stylesheet" href="/_astro/LiveExample.CxJsMvEq.css">
5
- <link rel="stylesheet" href="/_astro/_page_.DxJDkZPc.css"><style>[data-astro-transition-scope="astro-iidcp2e2-1"] { view-transition-name: astro-iidcp2e2-1; }@layer astro { ::view-transition-old(astro-iidcp2e2-1) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-iidcp2e2-1) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-iidcp2e2-1) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-iidcp2e2-1"],
4
+ <link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
5
+ <link rel="stylesheet" href="/_astro/AutoLinkHeader.Chv_bGyU.css"><style>[data-astro-transition-scope="astro-iidcp2e2-1"] { view-transition-name: astro-iidcp2e2-1; }@layer astro { ::view-transition-old(astro-iidcp2e2-1) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-iidcp2e2-1) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-iidcp2e2-1) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-iidcp2e2-1"],
6
6
  [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-iidcp2e2-1"],
7
7
  [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }</style><style>[data-astro-transition-scope="astro-xikxfxwm-3"] { view-transition-name: astro-xikxfxwm-3; }@layer astro { ::view-transition-old(astro-xikxfxwm-3) {
8
8
  animation-duration: 180ms;
@@ -42,94 +42,94 @@
42
42
  animation-fill-mode: both;
43
43
  animation-name: astroFadeIn; }</style><style>[data-astro-transition-scope="astro-2e6ke2uy-4"] { view-transition-name: astro-2e6ke2uy-4; }@layer astro { ::view-transition-old(astro-2e6ke2uy-4) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-2e6ke2uy-4) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-2e6ke2uy-4) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
44
44
  [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
45
- [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="Z1vDdGA" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-496"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="sVR65" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-166"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-497"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-498"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-166"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/codeeditor/examples/codeeditor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code editor&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/formcontrol/examples/formcontrol&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form control&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/inlineedit/examples/inlineedit&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Inline edit&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordgenerator/examples/passwordgenerator&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password generator&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordstrength/examples/passwordstrength&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password strength&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/table/examples/table&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Table&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Quick starts&quot;],&quot;section&quot;:[0,&quot;extensions&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/layouts/bullseye/examples/bullseye&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Bullseye&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/gallery/examples/gallery&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Gallery&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/grid/examples/grid&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Grid&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/level/examples/level&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Level&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/split/examples/split&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Split&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/stack/examples/stack&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Stack&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/demos/cardview/examples/cardview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card view&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/dashboard/examples/dashboard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dashboard&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/primarydetail/examples/primarydetail&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Primary-detail&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/utilities/accessibility/examples/accessibility&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accessibility&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/alignment/examples/alignment&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alignment&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/backgroundcolor/examples/backgroundcolor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background color&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/boxshadow/examples/box-shadow&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Box shadow&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/display/examples/display&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Display&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/float/examples/float&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Float&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/sizing/examples/sizing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sizing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/spacing/examples/spacing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spacing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/text/examples/text&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/label/react"> React </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/label/html"> HTML </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2802" data-pf-content="true" class="pf-v6-c-content--p">import ’./Label.css’</p>
46
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2803" data-pf-content="true" class="pf-v6-c-content--h2">Examples</h2>
47
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2804" data-pf-content="true" class="pf-v6-c-content--h3">Filled</h3>
45
+ [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="1bt8Kg" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-451"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="5n5Vn" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-151"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-452"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-453"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-151"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/codeeditor/examples/codeeditor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code editor&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/formcontrol/examples/formcontrol&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form control&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/inlineedit/examples/inlineedit&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Inline edit&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordgenerator/examples/passwordgenerator&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password generator&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordstrength/examples/passwordstrength&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password strength&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/table/examples/table&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Table&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Quick starts&quot;],&quot;section&quot;:[0,&quot;extensions&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/layouts/bullseye/examples/bullseye&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Bullseye&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/gallery/examples/gallery&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Gallery&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/grid/examples/grid&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Grid&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/level/examples/level&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Level&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/split/examples/split&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Split&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/stack/examples/stack&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Stack&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/demos/cardview/examples/cardview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card view&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/dashboard/examples/dashboard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dashboard&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/primarydetail/examples/primarydetail&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Primary-detail&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/utilities/accessibility/examples/accessibility&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accessibility&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/alignment/examples/alignment&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alignment&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/backgroundcolor/examples/backgroundcolor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background color&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/boxshadow/examples/box-shadow&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Box shadow&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/display/examples/display&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Display&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/float/examples/float&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Float&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/sizing/examples/sizing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sizing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/spacing/examples/spacing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spacing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/text/examples/text&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/label/react"> React </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/label/html"> HTML </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2509" data-pf-content="true" class="pf-v6-c-content--p">import ’./Label.css’</p>
46
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2510" data-pf-content="true" class="pf-v6-c-content--h2">Examples</h2>
47
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2511" data-pf-content="true" class="pf-v6-c-content--h3">Filled</h3>
48
48
 
49
49
  <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="1aeaKY" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;strong&gt;Non-status:&lt;/strong&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-removable-text\&quot;\n &gt;Grey removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-removable-button grey-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-icon-removable-text\&quot;\n &gt;Grey icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-icon-removable-button grey-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-link-removable-text\&quot;\n &gt;Grey link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-link-removable-button grey-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-button-removable-text\&quot;\n &gt;Grey button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-button-removable-button grey-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Grey label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Grey label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-truncated-with-icon-button grey-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-link-removable-disabled-text\&quot;\n &gt;Grey link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;grey-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-link-removable-disabled-button grey-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-filled-button-removable-disabled-text\&quot;\n &gt;Grey button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;grey-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-filled-button-removable-disabled-button grey-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-removable-text\&quot;\n &gt;Blue removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-removable-button blue-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-icon-removable-text\&quot;\n &gt;Blue icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-icon-removable-button blue-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-link-removable-text\&quot;\n &gt;Blue link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-link-removable-button blue-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-button-removable-text\&quot;\n &gt;Blue button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-button-removable-button blue-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Blue label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Blue label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-truncated-with-icon-button blue-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-link-removable-disabled-text\&quot;\n &gt;Blue link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;blue-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-link-removable-disabled-button blue-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-filled-button-removable-disabled-text\&quot;\n &gt;Blue button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;blue-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-filled-button-removable-disabled-button blue-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-removable-text\&quot;\n &gt;Green removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-removable-button green-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-icon-removable-text\&quot;\n &gt;Green icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-icon-removable-button green-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-link-removable-text\&quot;\n &gt;Green link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-link-removable-button green-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-button-removable-text\&quot;\n &gt;Green button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-button-removable-button green-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Green label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Green label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-truncated-with-icon-button green-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-link-removable-disabled-text\&quot;\n &gt;Green link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;green-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-link-removable-disabled-button green-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-green pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-filled-button-removable-disabled-text\&quot;\n &gt;Green button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;green-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-filled-button-removable-disabled-button green-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-removable-text\&quot;\n &gt;Orange removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-removable-button orange-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-icon-removable-text\&quot;\n &gt;Orange icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-icon-removable-button orange-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-link-removable-text\&quot;\n &gt;Orange link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-link-removable-button orange-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-button-removable-text\&quot;\n &gt;Orange button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-button-removable-button orange-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Orange label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Orange label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-truncated-with-icon-button orange-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-orange pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-link-removable-disabled-text\&quot;\n &gt;Orange link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orange-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-link-removable-disabled-button orange-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-orange pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-filled-button-removable-disabled-text\&quot;\n &gt;Orange button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orange-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-filled-button-removable-disabled-button orange-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-removable-text\&quot;\n &gt;Red removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-removable-button red-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-icon-removable-text\&quot;\n &gt;Red icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-icon-removable-button red-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-link-removable-text\&quot;\n &gt;Red link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-link-removable-button red-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-button-removable-text\&quot;\n &gt;Red button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-button-removable-button red-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Red label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Red label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-truncated-with-icon-button red-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-link-removable-disabled-text\&quot;\n &gt;Red link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;red-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-link-removable-disabled-button red-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-filled-button-removable-disabled-text\&quot;\n &gt;Red button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;red-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-filled-button-removable-disabled-button red-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-removable-text\&quot;\n &gt;Orange red removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-removable-button orangered-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-icon-removable-text\&quot;\n &gt;Orange red icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-icon-removable-button orangered-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-link-removable-text\&quot;\n &gt;Orange red link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-link-removable-button orangered-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-button-removable-text\&quot;\n &gt;Orange red button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-button-removable-button orangered-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Orange red label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Orange red label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-truncated-with-icon-button orangered-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-orangered pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-link-removable-disabled-text\&quot;\n &gt;Orange red link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orangered-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-link-removable-disabled-button orangered-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-orangered pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-filled-button-removable-disabled-text\&quot;\n &gt;Orange red button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orangered-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-filled-button-removable-disabled-button orangered-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-removable-text\&quot;\n &gt;Purple removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-removable-button purple-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-icon-removable-text\&quot;\n &gt;Purple icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-icon-removable-button purple-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-link-removable-text\&quot;\n &gt;Purple link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-link-removable-button purple-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-button-removable-text\&quot;\n &gt;Purple button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-button-removable-button purple-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Purple label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Purple label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-truncated-with-icon-button purple-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-purple pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-link-removable-disabled-text\&quot;\n &gt;Purple link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;purple-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-link-removable-disabled-button purple-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-purple pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-filled-button-removable-disabled-text\&quot;\n &gt;Purple button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;purple-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-filled-button-removable-disabled-button purple-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-removable-text\&quot;\n &gt;Teal removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-removable-button teal-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-icon-removable-text\&quot;\n &gt;Teal icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-icon-removable-button teal-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-link-removable-text\&quot;\n &gt;Teal link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-link-removable-button teal-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-button-removable-text\&quot;\n &gt;Teal button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-button-removable-button teal-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Teal label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Teal label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-truncated-with-icon-button teal-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-link-removable-disabled-text\&quot;\n &gt;Teal link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;teal-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-link-removable-disabled-button teal-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-filled-button-removable-disabled-text\&quot;\n &gt;Teal button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;teal-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-filled-button-removable-disabled-button teal-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-removable-text\&quot;\n &gt;Yellow removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-filled-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-removable-button yellow-filled-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-icon-removable-text\&quot;\n &gt;Yellow icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-filled-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-icon-removable-button yellow-filled-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-link-removable-text\&quot;\n &gt;Yellow link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-filled-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-link-removable-button yellow-filled-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-button-removable-text\&quot;\n &gt;Yellow button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-filled-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-button-removable-button yellow-filled-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Yellow label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Yellow label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-filled-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-truncated-with-icon-button yellow-filled-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-yellow pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-link-removable-disabled-text\&quot;\n &gt;Yellow link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;yellow-filled-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-link-removable-disabled-button yellow-filled-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-yellow pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-filled-button-removable-disabled-text\&quot;\n &gt;Yellow button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;yellow-filled-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-filled-button-removable-disabled-button yellow-filled-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;strong&gt;Status:&lt;/strong&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-removable-text\&quot;\n &gt;Success removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-filled-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-removable-button success-filled-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-link-removable-text\&quot;\n &gt;Success link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-filled-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-link-removable-button success-filled-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-button-removable-text\&quot;\n &gt;Success button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-filled-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-button-removable-button success-filled-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Success, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Success removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-filled-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-truncated-removable-button success-filled-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-success pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-link-removable-disabled-text\&quot;\n &gt;Success link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;success-filled-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-link-removable-disabled-button success-filled-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-success pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-filled-status-button-removable-disabled-text\&quot;\n &gt;Success button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;success-filled-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-filled-status-button-removable-disabled-button success-filled-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-removable-text\&quot;\n &gt;Warning removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-filled-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-removable-button warning-filled-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-link-removable-text\&quot;\n &gt;Warning link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-filled-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-link-removable-button warning-filled-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-button-removable-text\&quot;\n &gt;Warning button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-filled-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-button-removable-button warning-filled-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Warning, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Warning removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-filled-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-truncated-removable-button warning-filled-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-warning pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-link-removable-disabled-text\&quot;\n &gt;Warning link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;warning-filled-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-link-removable-disabled-button warning-filled-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-warning pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-filled-status-button-removable-disabled-text\&quot;\n &gt;Warning button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;warning-filled-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-filled-status-button-removable-disabled-button warning-filled-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-removable-text\&quot;\n &gt;Danger removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-filled-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-removable-button danger-filled-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-link-removable-text\&quot;\n &gt;Danger link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-filled-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-link-removable-button danger-filled-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-button-removable-text\&quot;\n &gt;Danger button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-filled-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-button-removable-button danger-filled-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Danger, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Danger removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-filled-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-truncated-removable-button danger-filled-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-danger pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-link-removable-disabled-text\&quot;\n &gt;Danger link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;danger-filled-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-link-removable-disabled-button danger-filled-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-danger pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-filled-status-button-removable-disabled-text\&quot;\n &gt;Danger button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;danger-filled-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-filled-status-button-removable-disabled-button danger-filled-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-removable-text\&quot;\n &gt;Info removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-filled-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-removable-button info-filled-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-link-removable-text\&quot;\n &gt;Info link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-filled-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-link-removable-button info-filled-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-button-removable-text\&quot;\n &gt;Info button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-filled-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-button-removable-button info-filled-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Info, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Info removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-filled-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-truncated-removable-button info-filled-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-link-removable-disabled-text\&quot;\n &gt;Info link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;info-filled-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-link-removable-disabled-button info-filled-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-filled-status-button-removable-disabled-text\&quot;\n &gt;Info button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;info-filled-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-filled-status-button-removable-disabled-button info-filled-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-removable-text\&quot;\n &gt;Custom removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-filled-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-removable-button custom-filled-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-link-removable-text\&quot;\n &gt;Custom link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-filled-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-link-removable-button custom-filled-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-button-removable-text\&quot;\n &gt;Custom button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-filled-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-button-removable-button custom-filled-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Custom, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Custom removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-filled-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-truncated-removable-button custom-filled-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-custom pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-link-removable-disabled-text\&quot;\n &gt;Custom link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;custom-filled-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-link-removable-disabled-button custom-filled-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-disabled pf-m-custom pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-filled-status-button-removable-disabled-text\&quot;\n &gt;Custom button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;custom-filled-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-filled-status-button-removable-disabled-button custom-filled-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
50
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2805" data-pf-content="true" class="pf-v6-c-content--h3">Outline</h3>
50
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2512" data-pf-content="true" class="pf-v6-c-content--h3">Outline</h3>
51
51
 
52
52
  <astro-island uid="1JDnTi" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;strong&gt;Non-status:&lt;/strong&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-removable-text\&quot;\n &gt;Grey removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-removable-button grey-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-icon-removable-text\&quot;\n &gt;Grey icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-icon-removable-button grey-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Grey button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-link-removable-text\&quot;\n &gt;Grey link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-link-removable-button grey-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-button-removable-text\&quot;\n &gt;Grey button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-button-removable-button grey-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Grey label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Grey label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;grey-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-truncated-with-icon-button grey-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-link-removable-disabled-text\&quot;\n &gt;Grey link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;grey-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-link-removable-disabled-button grey-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;grey-outline-button-removable-disabled-text\&quot;\n &gt;Grey button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;grey-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;grey-outline-button-removable-disabled-button grey-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-removable-text\&quot;\n &gt;Blue removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-removable-button blue-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-icon-removable-text\&quot;\n &gt;Blue icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-icon-removable-button blue-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Blue button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-link-removable-text\&quot;\n &gt;Blue link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-link-removable-button blue-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-button-removable-text\&quot;\n &gt;Blue button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-button-removable-button blue-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Blue label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Blue label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;blue-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-truncated-with-icon-button blue-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-link-removable-disabled-text\&quot;\n &gt;Blue link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;blue-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-link-removable-disabled-button blue-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;blue-outline-button-removable-disabled-text\&quot;\n &gt;Blue button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;blue-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;blue-outline-button-removable-disabled-button blue-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-removable-text\&quot;\n &gt;Green removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-removable-button green-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-icon-removable-text\&quot;\n &gt;Green icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-icon-removable-button green-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Green button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-link-removable-text\&quot;\n &gt;Green link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-link-removable-button green-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-button-removable-text\&quot;\n &gt;Green button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-button-removable-button green-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Green label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Green label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;green-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-truncated-with-icon-button green-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-green pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-link-removable-disabled-text\&quot;\n &gt;Green link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;green-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-link-removable-disabled-button green-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-green pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;green-outline-button-removable-disabled-text\&quot;\n &gt;Green button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;green-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;green-outline-button-removable-disabled-button green-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-removable-text\&quot;\n &gt;Orange removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-removable-button orange-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-icon-removable-text\&quot;\n &gt;Orange icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-icon-removable-button orange-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-link-removable-text\&quot;\n &gt;Orange link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-link-removable-button orange-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-button-removable-text\&quot;\n &gt;Orange button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-button-removable-button orange-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Orange label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Orange label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orange-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-orange pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-link-removable-disabled-text\&quot;\n &gt;Orange link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orange-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-link-removable-disabled-button orange-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-orange pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orange-outline-button-removable-disabled-text\&quot;\n &gt;Orange button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orange-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orange-outline-button-removable-disabled-button orange-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-removable-text\&quot;\n &gt;Red removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-removable-button red-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-icon-removable-text\&quot;\n &gt;Red icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-icon-removable-button red-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Red button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-link-removable-text\&quot;\n &gt;Red link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-link-removable-button red-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-button-removable-text\&quot;\n &gt;Red button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-button-removable-button red-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Red label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Red label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;red-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-link-removable-disabled-text\&quot;\n &gt;Red link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;red-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-link-removable-disabled-button red-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-red pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;red-outline-button-removable-disabled-text\&quot;\n &gt;Red button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;red-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;red-outline-button-removable-disabled-button red-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-removable-text\&quot;\n &gt;Orange red removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-removable-button orangered-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-icon-removable-text\&quot;\n &gt;Orange red icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-icon-removable-button orangered-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Orange red button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-link-removable-text\&quot;\n &gt;Orange red link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-link-removable-button orangered-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-button-removable-text\&quot;\n &gt;Orange red button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-button-removable-button orangered-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Orange red label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-orangered\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Orange red label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;orangered-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-orangered pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-link-removable-disabled-text\&quot;\n &gt;Orange red link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orangered-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-link-removable-disabled-button orangered-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-orangered pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;orangered-outline-button-removable-disabled-text\&quot;\n &gt;Orange red button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;orangered-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;orangered-outline-button-removable-disabled-button orangered-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-removable-text\&quot;\n &gt;Purple removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-removable-button purple-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-icon-removable-text\&quot;\n &gt;Purple icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-icon-removable-button purple-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Purple button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-link-removable-text\&quot;\n &gt;Purple link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-link-removable-button purple-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-button-removable-text\&quot;\n &gt;Purple button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-button-removable-button purple-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Purple label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Purple label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;purple-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-truncated-with-icon-button purple-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-purple pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-link-removable-disabled-text\&quot;\n &gt;Purple link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;purple-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-link-removable-disabled-button purple-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-purple pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;purple-outline-button-removable-disabled-text\&quot;\n &gt;Purple button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;purple-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;purple-outline-button-removable-disabled-button purple-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-removable-text\&quot;\n &gt;Teal removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-removable-button teal-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-icon-removable-text\&quot;\n &gt;Teal icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-icon-removable-button teal-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Teal button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-link-removable-text\&quot;\n &gt;Teal link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-link-removable-button teal-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-button-removable-text\&quot;\n &gt;Teal button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-button-removable-button teal-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Teal label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Teal label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;teal-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-truncated-with-icon-button teal-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-link-removable-disabled-text\&quot;\n &gt;Teal link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;teal-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-link-removable-disabled-button teal-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-teal pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;teal-outline-button-removable-disabled-text\&quot;\n &gt;Teal button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;teal-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;teal-outline-button-removable-disabled-button teal-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-removable-text\&quot;\n &gt;Yellow removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-removable-button yellow-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-icon-removable-text\&quot;\n &gt;Yellow icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-icon-removable-button yellow-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Yellow button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-link-removable-text\&quot;\n &gt;Yellow link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-link-removable-button yellow-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-button-removable-text\&quot;\n &gt;Yellow button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-button-removable-button yellow-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Yellow label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-yellow\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Yellow label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;yellow-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-truncated-with-icon-button yellow-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-yellow pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-link-removable-disabled-text\&quot;\n &gt;Yellow link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;yellow-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-link-removable-disabled-button yellow-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-yellow pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;yellow-outline-button-removable-disabled-text\&quot;\n &gt;Yellow button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;yellow-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;yellow-outline-button-removable-disabled-button yellow-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;strong&gt;Status:&lt;/strong&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-removable-text\&quot;\n &gt;Success removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-outline-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-removable-button success-outline-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Success button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-link-removable-text\&quot;\n &gt;Success link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-outline-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-link-removable-button success-outline-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-button-removable-text\&quot;\n &gt;Success button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-outline-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-button-removable-button success-outline-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Success, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-success\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Success removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;success-outline-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-truncated-removable-button success-outline-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-success pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-link-removable-disabled-text\&quot;\n &gt;Success link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;success-outline-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-link-removable-disabled-button success-outline-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-success pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;success-outline-status-button-removable-disabled-text\&quot;\n &gt;Success button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;success-outline-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;success-outline-status-button-removable-disabled-button success-outline-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-removable-text\&quot;\n &gt;Warning removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-outline-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-removable-button warning-outline-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Warning button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-link-removable-text\&quot;\n &gt;Warning link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-outline-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-link-removable-button warning-outline-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-button-removable-text\&quot;\n &gt;Warning button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-outline-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-button-removable-button warning-outline-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Warning, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-warning\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Warning removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;warning-outline-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-truncated-removable-button warning-outline-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-warning pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-link-removable-disabled-text\&quot;\n &gt;Warning link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;warning-outline-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-link-removable-disabled-button warning-outline-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-warning pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-triangle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;warning-outline-status-button-removable-disabled-text\&quot;\n &gt;Warning button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;warning-outline-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;warning-outline-status-button-removable-disabled-button warning-outline-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-removable-text\&quot;\n &gt;Danger removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-outline-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-removable-button danger-outline-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Danger button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-link-removable-text\&quot;\n &gt;Danger link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-outline-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-link-removable-button danger-outline-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-button-removable-text\&quot;\n &gt;Danger button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-outline-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-button-removable-button danger-outline-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Danger, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-danger\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Danger removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;danger-outline-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-truncated-removable-button danger-outline-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-danger pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-link-removable-disabled-text\&quot;\n &gt;Danger link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;danger-outline-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-link-removable-disabled-button danger-outline-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-danger pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-exclamation-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;danger-outline-status-button-removable-disabled-text\&quot;\n &gt;Danger button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;danger-outline-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;danger-outline-status-button-removable-disabled-button danger-outline-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-removable-text\&quot;\n &gt;Info removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-outline-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-removable-button info-outline-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Info button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-link-removable-text\&quot;\n &gt;Info link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-outline-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-link-removable-button info-outline-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-button-removable-text\&quot;\n &gt;Info button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-outline-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-button-removable-button info-outline-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Info, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-info\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Info removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;info-outline-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-truncated-removable-button info-outline-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-link-removable-disabled-text\&quot;\n &gt;Info link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;info-outline-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-link-removable-disabled-button info-outline-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-info pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;info-outline-status-button-removable-disabled-text\&quot;\n &gt;Info button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;info-outline-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;info-outline-status-button-removable-disabled-button info-outline-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-removable-text\&quot;\n &gt;Custom removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-outline-status-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-removable-button custom-outline-status-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Custom button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-link-removable-text\&quot;\n &gt;Custom link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-outline-status-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-link-removable-button custom-outline-status-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-button-removable-text\&quot;\n &gt;Custom button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-outline-status-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-button-removable-button custom-outline-status-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Custom, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-custom\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-truncated-removable-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Custom removable, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;custom-outline-status-truncated-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-truncated-removable-button custom-outline-status-truncated-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-custom pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-link-removable-disabled-text\&quot;\n &gt;Custom link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;custom-outline-status-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-link-removable-disabled-button custom-outline-status-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-disabled pf-m-custom pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-bell\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;custom-outline-status-button-removable-disabled-text\&quot;\n &gt;Custom button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;custom-outline-status-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;custom-outline-status-button-removable-disabled-button custom-outline-status-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
53
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2806" data-pf-content="true" class="pf-v6-c-content--h3">Compact</h3>
53
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2513" data-pf-content="true" class="pf-v6-c-content--h3">Compact</h3>
54
54
 
55
55
  <astro-island uid="1mHNpg" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-removable-text\&quot;\n &gt;Compact removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-removable-button compact-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-icon-removable-text\&quot;\n &gt;Compact icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-icon-removable-button compact-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-link-removable-text\&quot;\n &gt;Compact link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-link-removable-button compact-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-button-removable-text\&quot;\n &gt;Compact button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-button-removable-button compact-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Compact label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Compact label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-truncated-with-icon-button compact-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-disabled pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-link-removable-disabled-text\&quot;\n &gt;Compact link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;compact-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-link-removable-disabled-button compact-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-compact pf-m-disabled pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-button-removable-disabled-text\&quot;\n &gt;Compact button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;compact-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-button-removable-disabled-button compact-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact icon&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-removable-text\&quot;\n &gt;Compact removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-outline-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-removable-button compact-outline-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-icon-removable-text\&quot;\n &gt;Compact icon removable&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-outline-icon-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-icon-removable-button compact-outline-icon-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact link&lt;/span&gt;\n &lt;/a&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Compact button&lt;/span&gt;\n &lt;/button&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;a class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; href=\&quot;#\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-link-removable-text\&quot;\n &gt;Compact link removable&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-outline-link-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-link-removable-button compact-outline-link-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-button-removable-text\&quot;\n &gt;Compact button removable&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-outline-button-removable-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-button-removable-button compact-outline-button-removable-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 28ch\&quot;\n &gt;Compact label, max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Compact label with icon and set max-width truncation customization&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-outline-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-disabled pf-m-blue pf-m-clickable\&quot;\n&gt;\n &lt;a\n class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot;\n href=\&quot;#\&quot;\n tabindex=\&quot;-1\&quot;\n aria-disabled=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-link-removable-disabled-text\&quot;\n &gt;Compact link removable (disabled)&lt;/span&gt;\n &lt;/a&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;compact-outline-link-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-link-removable-disabled-button compact-outline-link-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-disabled pf-m-blue pf-m-clickable\&quot;\n&gt;\n &lt;button class=\&quot;pf-v6-c-label__content pf-m-clickable\&quot; type=\&quot;button\&quot; disabled&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-outline-button-removable-disabled-text\&quot;\n &gt;Compact button removable (disabled)&lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n disabled\n id=\&quot;compact-outline-button-removable-disabled-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-outline-button-removable-disabled-button compact-outline-button-removable-disabled-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
56
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2807" data-pf-content="true" class="pf-v6-c-content--h3">Overflow</h3>
57
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2808" data-pf-content="true" class="pf-v6-c-content--p">This style of label is used to indicate overflow within a label group.</p>
56
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2514" data-pf-content="true" class="pf-v6-c-content--h3">Overflow</h3>
57
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2515" data-pf-content="true" class="pf-v6-c-content--p">This style of label is used to indicate overflow within a label group.</p>
58
58
 
59
59
  <astro-island uid="1uSXVp" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;button class=\&quot;pf-v6-c-label pf-m-overflow\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Overflow&lt;/span&gt;\n &lt;/span&gt;\n&lt;/button&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
60
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2809" data-pf-content="true" class="pf-v6-c-content--h3">Editable</h3>
61
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2839" data-pf-content="true" class="pf-v6-c-content--p"><strong>Note: Editable label behavior must be handled with JavaScript.</strong></p>
60
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2516" data-pf-content="true" class="pf-v6-c-content--h3">Editable</h3>
61
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2546" data-pf-content="true" class="pf-v6-c-content--p"><strong>Note: Editable label behavior must be handled with JavaScript.</strong></p>
62
62
 
63
63
  <astro-island uid="Z1WvYd9" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;span class=\&quot;pf-v6-c-label pf-m-filled pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-label-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot; id=\&quot;editable-label-text\&quot;&gt;Editable label&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-label-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-label-button editable-label-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-filled pf-m-editable pf-m-editable-active pf-m-blue\&quot;\n&gt;\n &lt;input\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-label-active-editable-content\&quot;\n type=\&quot;text\&quot;\n value=\&quot;Editable active\&quot;\n aria-label=\&quot;Editable text\&quot;\n /&gt;\n&lt;/span&gt;\n\n&lt;span class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;compact-editable-label-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;compact-editable-label-text\&quot;\n &gt;Compact editable label&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;compact-editable-label-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;compact-editable-label-button compact-editable-label-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n&lt;/span&gt;\n\n&lt;span\n class=\&quot;pf-v6-c-label pf-m-outline pf-m-compact pf-m-editable pf-m-editable-active pf-m-blue\&quot;\n&gt;\n &lt;input\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;compact-editable-label-active-editable-content\&quot;\n type=\&quot;text\&quot;\n value=\&quot;Compact editable active\&quot;\n aria-label=\&quot;Editable text\&quot;\n /&gt;\n&lt;/span&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
64
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2810" data-pf-content="true" class="pf-v6-c-content--h3">Add label</h3>
65
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2811" data-pf-content="true" class="pf-v6-c-content--p">This style of label is used to add new labels to a label group.</p>
64
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2517" data-pf-content="true" class="pf-v6-c-content--h3">Add label</h3>
65
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2518" data-pf-content="true" class="pf-v6-c-content--p">This style of label is used to add new labels to a label group.</p>
66
66
 
67
67
  <astro-island uid="2cC8jN" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;button class=\&quot;pf-v6-c-label pf-m-add\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Add Label&lt;/span&gt;\n &lt;/span&gt;\n&lt;/button&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
68
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2812" data-pf-content="true" class="pf-v6-c-content--h3">Basic label group</h3>
69
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2813" data-pf-content="true" class="pf-v6-c-content--p">Use a label group to display multiple labels at once.</p>
68
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2519" data-pf-content="true" class="pf-v6-c-content--h3">Basic label group</h3>
69
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2520" data-pf-content="true" class="pf-v6-c-content--p">Use a label group to display multiple labels at once.</p>
70
70
 
71
71
  <astro-island uid="1IQrvL" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;br /&gt;\n&lt;br /&gt;\n\n&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;A&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;T&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;I&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
72
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2814" data-pf-content="true" class="pf-v6-c-content--h3">Label group with overflow</h3>
72
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2521" data-pf-content="true" class="pf-v6-c-content--h3">Label group with overflow</h3>
73
73
 
74
74
  <astro-island uid="Z18vDNK" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-overflow pf-m-blue\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;3 more&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
75
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2815" data-pf-content="true" class="pf-v6-c-content--h3">Label group with overflow expanded</h3>
75
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2522" data-pf-content="true" class="pf-v6-c-content--h3">Label group with overflow expanded</h3>
76
76
 
77
77
  <astro-island uid="28Jeoh" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 4&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 5&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-overflow\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;3 less&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
78
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2816" data-pf-content="true" class="pf-v6-c-content--h3">Editable label group with add button</h3>
79
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2817" data-pf-content="true" class="pf-v6-c-content--p">The contents of a label group can be modified by removing labels or adding new ones using the Add button.</p>
78
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2523" data-pf-content="true" class="pf-v6-c-content--h3">Editable label group with add button</h3>
79
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2524" data-pf-content="true" class="pf-v6-c-content--p">The contents of a label group can be modified by removing labels or adding new ones using the Add button.</p>
80
80
 
81
81
  <astro-island uid="1fez02" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-add\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Add label&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
82
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2818" data-pf-content="true" class="pf-v6-c-content--h3">Label group with category label</h3>
82
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2525" data-pf-content="true" class="pf-v6-c-content--h3">Label group with category label</h3>
83
83
 
84
84
  <astro-island uid="ZrVFRV" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-category\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label-group__label\&quot;\n aria-hidden=\&quot;true\&quot;\n id=\&quot;label-group-category-label\&quot;\n &gt;Group label&lt;/span&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-labelledby=\&quot;label-group-category-label\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
85
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2819" data-pf-content="true" class="pf-v6-c-content--h3">Label group with removable categories</h3>
85
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2526" data-pf-content="true" class="pf-v6-c-content--h3">Label group with removable categories</h3>
86
86
 
87
87
  <astro-island uid="18grFQ" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-category\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label-group__label\&quot;\n aria-hidden=\&quot;true\&quot;\n id=\&quot;label-group-category-removable-label\&quot;\n &gt;Group label&lt;/span&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-labelledby=\&quot;label-group-category-removable-label\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 4&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-orange\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 5&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-red\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 6&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__close\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;label-group-category-removable-button label-group-category-removable-label\&quot;\n aria-label=\&quot;Close label group\&quot;\n id=\&quot;label-group-category-removable-button\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
88
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2820" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group</h3>
88
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2527" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group</h3>
89
89
 
90
90
  <astro-island uid="1kjkVH" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
91
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2821" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with overflow</h3>
91
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2528" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with overflow</h3>
92
92
 
93
93
  <astro-island uid="12uhN7" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-overflow\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;3 more&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
94
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2822" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with overflow expanded</h3>
94
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2529" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with overflow expanded</h3>
95
95
 
96
96
  <astro-island uid="10h6uV" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 4&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-purple\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 5&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-overflow\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;3 less&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
97
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2823" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with category</h3>
97
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2530" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with category</h3>
98
98
 
99
99
  <astro-island uid="TrCXF" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical pf-m-category\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label-group__label\&quot;\n aria-hidden=\&quot;true\&quot;\n id=\&quot;label-group-vertical-category-label\&quot;\n &gt;Group label&lt;/span&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-labelledby=\&quot;label-group-vertical-category-label\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
100
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2824" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with removable category</h3>
100
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2531" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with removable category</h3>
101
101
 
102
102
  <astro-island uid="Z2ehbzL" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical pf-m-category\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label-group__label\&quot;\n aria-hidden=\&quot;true\&quot;\n id=\&quot;label-group-vertical-category-removable-label\&quot;\n &gt;Group label&lt;/span&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-labelledby=\&quot;label-group-vertical-category-removable-label\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__close\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;label-group-vertical-category-removable-button label-group-vertical-category-removable-label\&quot;\n aria-label=\&quot;Close label group\&quot;\n id=\&quot;label-group-vertical-category-removable-button\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
103
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2841" data-pf-content="true" class="pf-v6-c-content--p">In addition to the JavaScript management of <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2825" data-pf-content="true" class="pf-v6-c-content--a">editable labels</a>, dynamic label groups also need:</p>
104
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2842" data-pf-content="true" class="pf-v6-c-content--ul">
105
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2840" data-pf-content="true" class="pf-v6-c-content--li"><code>.pf-v6-c-label-group.pf-m-editable</code> onClick event should (excluding labels within) set focus on <code>.pf-v6-c-label-group__textarea</code></li>
103
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2548" data-pf-content="true" class="pf-v6-c-content--p">In addition to the JavaScript management of <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2532" data-pf-content="true" class="pf-v6-c-content--a">editable labels</a>, dynamic label groups also need:</p>
104
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2549" data-pf-content="true" class="pf-v6-c-content--ul">
105
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2547" data-pf-content="true" class="pf-v6-c-content--li"><code>.pf-v6-c-label-group.pf-m-editable</code> onClick event should (excluding labels within) set focus on <code>.pf-v6-c-label-group__textarea</code></li>
106
106
  </ul>
107
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2826" data-pf-content="true" class="pf-v6-c-content--h3">Editable labels, dynamic label group</h3>
107
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2533" data-pf-content="true" class="pf-v6-c-content--h3">Editable labels, dynamic label group</h3>
108
108
 
109
109
  <astro-island uid="tepLG" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-editable\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-1-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-1-text\&quot;\n &gt;Editable label 1&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-1-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-labels-editable-group-example-editable-label-editable-1-button editable-labels-editable-group-example-editable-label-editable-1-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-2-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-2-text\&quot;\n &gt;Editable label 2&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-2-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-labels-editable-group-example-editable-label-editable-2-button editable-labels-editable-group-example-editable-label-editable-2-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-3-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-3-text\&quot;\n &gt;Editable label 3&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-labels-editable-group-example-editable-label-editable-3-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-labels-editable-group-example-editable-label-editable-3-button editable-labels-editable-group-example-editable-label-editable-3-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item pf-m-textarea\&quot;&gt;\n &lt;textarea\n class=\&quot;pf-v6-c-label-group__textarea\&quot;\n rows=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-label=\&quot;New label\&quot;\n &gt;&lt;/textarea&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
110
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2827" data-pf-content="true" class="pf-v6-c-content--h3">Editable labels, label active, dynamic label group</h3>
110
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2534" data-pf-content="true" class="pf-v6-c-content--h3">Editable labels, label active, dynamic label group</h3>
111
111
 
112
112
  <astro-island uid="nCk58" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-editable\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-1-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-1-text\&quot;\n &gt;Editable label 1&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-1-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-1-button editable-labels-label-active-editable-group-example-editable-label-editable-1-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-2-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-2-text\&quot;\n &gt;Editable label 2&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-2-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-2-button editable-labels-label-active-editable-group-example-editable-label-editable-2-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label pf-m-editable pf-m-editable-active pf-m-blue\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;editable-labels-label-active-editable-group-example-editable-label-editable-3-editable-content\&quot;\n type=\&quot;text\&quot;\n value=\&quot;Editable label 3, active\&quot;\n aria-label=\&quot;Editable text\&quot;\n /&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item pf-m-textarea\&quot;&gt;\n &lt;textarea\n class=\&quot;pf-v6-c-label-group__textarea\&quot;\n rows=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-label=\&quot;New label\&quot;\n &gt;&lt;/textarea&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
113
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2828" data-pf-content="true" class="pf-v6-c-content--h3">Static labels, dynamic label group</h3>
113
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2535" data-pf-content="true" class="pf-v6-c-content--h3">Static labels, dynamic label group</h3>
114
114
 
115
115
  <astro-island uid="Z1xnWVq" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-editable\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-1-text\&quot;\n &gt;Static label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-1-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;static-labels-dynamic-label-group-example-editable-label-static-1-button static-labels-dynamic-label-group-example-editable-label-static-1-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-2-text\&quot;\n &gt;Static label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-2-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;static-labels-dynamic-label-group-example-editable-label-static-2-button static-labels-dynamic-label-group-example-editable-label-static-2-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-3-text\&quot;\n &gt;Static label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;static-labels-dynamic-label-group-example-editable-label-static-3-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;static-labels-dynamic-label-group-example-editable-label-static-3-button static-labels-dynamic-label-group-example-editable-label-static-3-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item pf-m-textarea\&quot;&gt;\n &lt;textarea\n class=\&quot;pf-v6-c-label-group__textarea\&quot;\n rows=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-label=\&quot;New label\&quot;\n &gt;&lt;/textarea&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
116
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2829" data-pf-content="true" class="pf-v6-c-content--h3">Mixed labels (static / editable), dynamic label group</h3>
116
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2536" data-pf-content="true" class="pf-v6-c-content--h3">Mixed labels (static / editable), dynamic label group</h3>
117
117
 
118
118
  <astro-island uid="2dIW5x" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-editable\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-1-text\&quot;\n &gt;Static label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-1-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-1-button mixed-labels-dynamic-label-group-example-editable-label-static-1-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-2-text\&quot;\n &gt;Static label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-2-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;mixed-labels-dynamic-label-group-example-editable-label-static-2-button mixed-labels-dynamic-label-group-example-editable-label-static-2-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-text\&quot;\n &gt;Dynamic, editable label 1&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-text\&quot;\n &gt;Dynamic, editable label 2&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-editable pf-m-blue\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-label__content\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-editable-content\&quot;\n aria-label=\&quot;Editable text\&quot;\n &gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-text\&quot;\n &gt;Dynamic, editable label 3&lt;/span&gt;\n &lt;/button&gt;\n\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item pf-m-textarea\&quot;&gt;\n &lt;textarea\n class=\&quot;pf-v6-c-label-group__textarea\&quot;\n rows=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-label=\&quot;New label\&quot;\n &gt;&lt;/textarea&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
119
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2830" data-pf-content="true" class="pf-v6-c-content--h3">Label group with compact labels</h3>
119
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2537" data-pf-content="true" class="pf-v6-c-content--h3">Label group with compact labels</h3>
120
120
 
121
121
  <astro-island uid="Z10twn" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
122
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2831" data-pf-content="true" class="pf-v6-c-content--h3">Label group with compact labels and overflow</h3>
122
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2538" data-pf-content="true" class="pf-v6-c-content--h3">Label group with compact labels and overflow</h3>
123
123
 
124
124
  <astro-island uid="1AgYtb" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-label pf-m-compact pf-m-overflow\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;3 more&lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
125
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2832" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with compact labels</h3>
125
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2539" data-pf-content="true" class="pf-v6-c-content--h3">Vertical label group with compact labels</h3>
126
126
 
127
127
  <astro-island uid="ZyiTnk" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-compact pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 3&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
128
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2833" data-pf-content="true" class="pf-v6-c-content--h3">Labels with truncation</h3>
128
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2540" data-pf-content="true" class="pf-v6-c-content--h3">Labels with truncation</h3>
129
129
 
130
130
  <astro-island uid="Z1md7fw" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-label-truncate--example\&quot;&gt;\n &lt;strong&gt;Label&lt;/strong&gt;\n &lt;br /&gt;\n &lt;br /&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n id=\&quot;-truncated-with-icon-text\&quot;\n style=\&quot;--pf-v6-c-label__text--MaxWidth: 38ch\&quot;\n &gt;Label with set max-width truncation&lt;/span&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__actions\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n id=\&quot;-truncated-with-icon-button\&quot;\n aria-label=\&quot;Remove\&quot;\n aria-labelledby=\&quot;-truncated-with-icon-button -truncated-with-icon-text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-times fa-fw\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;br /&gt;\n &lt;br /&gt;\n &lt;strong&gt;Label group&lt;/strong&gt;\n &lt;br /&gt;\n &lt;br /&gt;\n &lt;div class=\&quot;pf-v6-c-label-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n &gt;Label 3 has a lot of text lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pretium est a porttitor vehicula&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;br /&gt;\n &lt;br /&gt;\n &lt;strong&gt;Label group vertical&lt;/strong&gt;\n &lt;br /&gt;\n &lt;br /&gt;\n &lt;div class=\&quot;pf-v6-c-label-group pf-m-vertical\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-label-group__main\&quot;&gt;\n &lt;ul\n class=\&quot;pf-v6-c-label-group__list\&quot;\n role=\&quot;list\&quot;\n aria-label=\&quot;Group of labels\&quot;\n &gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 1&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-blue\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;Label 2&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;li class=\&quot;pf-v6-c-label-group__list-item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-green\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-info-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-label__text\&quot;\n &gt;Label 3 has a lot of text lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pretium est a porttitor vehicula&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/li&gt;\n &lt;/ul&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
131
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2834" data-pf-content="true" class="pf-v6-c-content--h2">Documentation</h2>
132
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2835" data-pf-content="true" class="pf-v6-c-content--h3">Label usage</h3>
131
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2541" data-pf-content="true" class="pf-v6-c-content--h2">Documentation</h2>
132
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2542" data-pf-content="true" class="pf-v6-c-content--h3">Label usage</h3>
133
133
 
134
134
 
135
135
 
@@ -275,8 +275,8 @@
275
275
 
276
276
 
277
277
 
278
- <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-label</code></td><td><code>&lt;span&gt;</code>, <code>&lt;button&gt;</code></td><td>Initiates a label. Without a color modifier, the label’s default style is grey. Use a color modifier to change the label color. Use a <code>&lt;button&gt;</code> if the label is an overflow label used in the label group. <strong>Required. Note: always use with either <code>.pf-m-filled</code> or <code>.pf-m-outline</code>.</strong></td></tr><tr><td><code>.pf-v6-c-label__content</code></td><td><code>&lt;span&gt;</code>, <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code></td><td>Creates a content wrapper. Use as an <code>&lt;a&gt;</code> element if the label serves as a link. Use a <code>&lt;button&gt;</code> if the label serves as an action. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-label__icon</code></td><td><code>&lt;span&gt;</code></td><td>Initiates a label icon.</td></tr><tr><td><code>.pf-v6-c-label__text</code></td><td><code>&lt;span&gt;</code></td><td>Initiates label text. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-label__editable-text</code></td><td><code>&lt;button&gt;</code>, <code>&lt;input&gt;</code></td><td>Initiates editable label text. See the <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2836" data-pf-content="true" class="pf-v6-c-content--a">editable</a> example for details about handling behavior in Javascript.</td></tr><tr><td><code>.pf-v6-c-label__actions</code></td><td><code>&lt;span&gt;</code></td><td>Creates a wrapper for label actions. <strong>Required for removable labels</strong></td></tr><tr><td><code>.pf-m-filled</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for filled styles.</td></tr><tr><td><code>.pf-m-outline</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for outline styles.</td></tr><tr><td><code>.pf-m-compact</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for compact styles.</td></tr><tr><td><code>.pf-m-overflow</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for overflow styles for use in a label group.</td></tr><tr><td><code>.pf-m-add</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for add styles for use in a label group.</td></tr><tr><td><code>.pf-m-blue</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have blue colored styling.</td></tr><tr><td><code>.pf-m-green</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have green colored styling.</td></tr><tr><td><code>.pf-m-orange</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have orange colored styling.</td></tr><tr><td><code>.pf-m-red</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have red colored styling.</td></tr><tr><td><code>.pf-m-purple</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have purple colored styling.</td></tr><tr><td><code>.pf-m-teal</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have teal colored styling.</td></tr><tr><td><code>.pf-m-yellow</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have yellow colored styling.</td></tr><tr><td><code>.pf-m-success</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have success colored styling.</td></tr><tr><td><code>.pf-m-warning</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have warning colored styling.</td></tr><tr><td><code>.pf-m-danger</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have danger colored styling.</td></tr><tr><td><code>.pf-m-info</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have info colored styling.</td></tr><tr><td><code>.pf-m-custom</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have custom colored styling.</td></tr><tr><td><code>.pf-m-disabled</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for disabled styles.</td></tr><tr><td><code>.pf-m-editable</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for editable styles.</td></tr><tr><td><code>.pf-m-editable-active</code></td><td><code>.pf-v6-c-label.pf-m-editable</code></td><td>Modifies editable label for active styles.</td></tr><tr><td><code>--pf-v6-c-label__text--MaxWidth</code></td><td><code>.pf-v6-c-label</code></td><td>Modifiex the max width of the text before text will truncate.</td></tr></tbody></table>
279
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2837" data-pf-content="true" class="pf-v6-c-content--h3">Label group accessibility</h3>
278
+ <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-label</code></td><td><code>&lt;span&gt;</code>, <code>&lt;button&gt;</code></td><td>Initiates a label. Without a color modifier, the label’s default style is grey. Use a color modifier to change the label color. Use a <code>&lt;button&gt;</code> if the label is an overflow label used in the label group. <strong>Required. Note: always use with either <code>.pf-m-filled</code> or <code>.pf-m-outline</code>.</strong></td></tr><tr><td><code>.pf-v6-c-label__content</code></td><td><code>&lt;span&gt;</code>, <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code></td><td>Creates a content wrapper. Use as an <code>&lt;a&gt;</code> element if the label serves as a link. Use a <code>&lt;button&gt;</code> if the label serves as an action. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-label__icon</code></td><td><code>&lt;span&gt;</code></td><td>Initiates a label icon.</td></tr><tr><td><code>.pf-v6-c-label__text</code></td><td><code>&lt;span&gt;</code></td><td>Initiates label text. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-label__editable-text</code></td><td><code>&lt;button&gt;</code>, <code>&lt;input&gt;</code></td><td>Initiates editable label text. See the <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2543" data-pf-content="true" class="pf-v6-c-content--a">editable</a> example for details about handling behavior in Javascript.</td></tr><tr><td><code>.pf-v6-c-label__actions</code></td><td><code>&lt;span&gt;</code></td><td>Creates a wrapper for label actions. <strong>Required for removable labels</strong></td></tr><tr><td><code>.pf-m-filled</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for filled styles.</td></tr><tr><td><code>.pf-m-outline</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for outline styles.</td></tr><tr><td><code>.pf-m-compact</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for compact styles.</td></tr><tr><td><code>.pf-m-overflow</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for overflow styles for use in a label group.</td></tr><tr><td><code>.pf-m-add</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for add styles for use in a label group.</td></tr><tr><td><code>.pf-m-blue</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have blue colored styling.</td></tr><tr><td><code>.pf-m-green</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have green colored styling.</td></tr><tr><td><code>.pf-m-orange</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have orange colored styling.</td></tr><tr><td><code>.pf-m-red</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have red colored styling.</td></tr><tr><td><code>.pf-m-purple</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have purple colored styling.</td></tr><tr><td><code>.pf-m-teal</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have teal colored styling.</td></tr><tr><td><code>.pf-m-yellow</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have yellow colored styling.</td></tr><tr><td><code>.pf-m-success</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have success colored styling.</td></tr><tr><td><code>.pf-m-warning</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have warning colored styling.</td></tr><tr><td><code>.pf-m-danger</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have danger colored styling.</td></tr><tr><td><code>.pf-m-info</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have info colored styling.</td></tr><tr><td><code>.pf-m-custom</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies the label to have custom colored styling.</td></tr><tr><td><code>.pf-m-disabled</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for disabled styles.</td></tr><tr><td><code>.pf-m-editable</code></td><td><code>.pf-v6-c-label</code></td><td>Modifies label for editable styles.</td></tr><tr><td><code>.pf-m-editable-active</code></td><td><code>.pf-v6-c-label.pf-m-editable</code></td><td>Modifies editable label for active styles.</td></tr><tr><td><code>--pf-v6-c-label__text--MaxWidth</code></td><td><code>.pf-v6-c-label</code></td><td>Modifiex the max width of the text before text will truncate.</td></tr></tbody></table>
279
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2544" data-pf-content="true" class="pf-v6-c-content--h3">Label group accessibility</h3>
280
280
 
281
281
 
282
282
 
@@ -318,7 +318,7 @@
318
318
 
319
319
 
320
320
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>role=&quot;list&quot;</code></td><td><code>.pf-v6-c-label-group__list</code></td><td>Indicates that the label group list is a list element. This role is redundant since <code>.pf-v6-c-label-group__list</code> is a <code>&lt;ul&gt;</code> but is required for screen readers to announce the list properly. <strong>Required</strong></td></tr><tr><td><code>aria-label=&quot;[button label text]&quot;</code></td><td><code>.pf-v6-c-label-group__close &gt; button</code></td><td>Provides an accessible name for a label group close button when an icon is used instead of text. Required when an icon is used with no supporting text. <strong>Required</strong></td></tr><tr><td><code>aria-labelledby=&quot;[id value of .pf-v6-c-label-group__close &gt; button] [id value of .pf-v6-c-label-group__label]&quot;</code></td><td><code>.pf-v6-c-label-group__close &gt; button</code></td><td>Provides an accessible name for the button. <strong>Required</strong></td></tr><tr><td><code>aria-label=&quot;[label text]&quot;</code></td><td><code>.pf-v6-c-label-group__textarea</code></td><td>Provides an accessible name for the textarea. <strong>Required</strong></td></tr><tr><td><code>row=&quot;1&quot;</code></td><td><code>.pf-v6-c-label-group__textarea</code></td><td>Indicates that the label group textarea is one row. <strong>Required</strong></td></tr><tr><td><code>tabindex=&quot;0&quot;</code></td><td><code>.pf-v6-c-label-group__textarea</code></td><td>Inserts the label group textarea into the tab order of the page so that it is focusable. <strong>Required</strong></td></tr></tbody></table>
321
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2838" data-pf-content="true" class="pf-v6-c-content--h3">Label group usage</h3>
321
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2545" data-pf-content="true" class="pf-v6-c-content--h3">Label group usage</h3>
322
322
 
323
323
 
324
324
 
@@ -384,6 +384,6 @@
384
384
 
385
385
 
386
386
 
387
- <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-label-group</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the label group component. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__list</code></td><td><code>&lt;ul&gt;</code></td><td>Initiates the container for a list of labels. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__list-item</code></td><td><code>&lt;li&gt;</code></td><td>Initiates the list item inside of the label group. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__main</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the main element in the label group. <strong>Required when label and list are present</strong></td></tr><tr><td><code>.pf-v6-c-label-group__textarea</code></td><td><code>&lt;textarea&gt;</code></td><td>Initiates the textarea element in the label group. <strong>Required when label group is editable</strong></td></tr><tr><td><code>.pf-v6-c-label-group__label</code></td><td><code>&lt;span&gt;</code></td><td>Initiates the label to be used in the label group.</td></tr><tr><td><code>.pf-v6-c-label-group__close</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the container used for the button to remove the label group.</td></tr><tr><td><code>.pf-v6-c-button</code></td><td><code>.pf-v6-c-label-group__close &lt;button&gt;</code></td><td>Initiates the button used to remove the label group.</td></tr><tr><td><code>.pf-m-editable</code></td><td><code>.pf-v6-c-label-group</code></td><td>Modifies the label group to support editable styling.</td></tr><tr><td><code>.pf-m-category</code></td><td><code>.pf-v6-c-label-group</code></td><td>Modifies the label group to support category styling.</td></tr><tr><td><code>.pf-m-textarea</code></td><td><code>.pf-v6-c-label-group__list-item</code></td><td>Modifies the label group list item to support textarea.</td></tr></tbody></table> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2801" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
387
+ <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-label-group</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the label group component. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__list</code></td><td><code>&lt;ul&gt;</code></td><td>Initiates the container for a list of labels. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__list-item</code></td><td><code>&lt;li&gt;</code></td><td>Initiates the list item inside of the label group. <strong>Required.</strong></td></tr><tr><td><code>.pf-v6-c-label-group__main</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the main element in the label group. <strong>Required when label and list are present</strong></td></tr><tr><td><code>.pf-v6-c-label-group__textarea</code></td><td><code>&lt;textarea&gt;</code></td><td>Initiates the textarea element in the label group. <strong>Required when label group is editable</strong></td></tr><tr><td><code>.pf-v6-c-label-group__label</code></td><td><code>&lt;span&gt;</code></td><td>Initiates the label to be used in the label group.</td></tr><tr><td><code>.pf-v6-c-label-group__close</code></td><td><code>&lt;div&gt;</code></td><td>Initiates the container used for the button to remove the label group.</td></tr><tr><td><code>.pf-v6-c-button</code></td><td><code>.pf-v6-c-label-group__close &lt;button&gt;</code></td><td>Initiates the button used to remove the label group.</td></tr><tr><td><code>.pf-m-editable</code></td><td><code>.pf-v6-c-label-group</code></td><td>Modifies the label group to support editable styling.</td></tr><tr><td><code>.pf-m-category</code></td><td><code>.pf-v6-c-label-group</code></td><td>Modifies the label group to support category styling.</td></tr><tr><td><code>.pf-m-textarea</code></td><td><code>.pf-v6-c-label-group__list-item</code></td><td>Modifies the label group list item to support textarea.</td></tr></tbody></table> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-2508" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
388
388
  CSS variables
389
389
  </h2></div></div></div><div class="pf-v6-l-stack__item"><astro-island uid="ZqP9lz" component-url="/_astro/CSSTable.DRfZMeKo.js" component-export="CSSTable" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;autoLinkHeader&quot;:[0,true],&quot;cssPrefix&quot;:[0,&quot;pf-v6-c-label&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;CSSTableComponent&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div><div class="pf-v6-l-stack__item"><astro-island uid="Z5zzBg" component-url="/_astro/CSSTable.DRfZMeKo.js" component-export="CSSTable" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;autoLinkHeader&quot;:[0,true],&quot;cssPrefix&quot;:[0,&quot;pf-v6-c-label-group&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;CSSTableComponent&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div></div></div></div> </div></section> </div></section> </main> </div> </div> <script type="module">try{localStorage.getItem("theme-preference")==="dark"&&document.documentElement.classList.add("pf-v6-theme-dark")}catch(e){console.error("Failed to set initial theme:",e)}</script></body></html>