@ansible/ansible-ui-framework 2.4.2696 → 2.4.2697
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ChatbotPortal-Cox1I9Em.js → ChatbotPortal-CeiJwCbK.js} +1 -1
- package/{ChatbotSideBarHeader-vUOFWLaU.js → ChatbotSideBarHeader-BoWbR3Bl.js} +1 -1
- package/{index-CGrzBGR_.js → index-Dzj45ppC.js} +5 -5
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.umd.cjs +2 -2
- package/package.json +1 -1
- package/publish/index.d.ts +154 -154
- /package/publish/{ChatbotPortal-Cox1I9Em.d.ts → ChatbotPortal-CeiJwCbK.d.ts} +0 -0
- /package/publish/{ChatbotSideBarHeader-vUOFWLaU.d.ts → ChatbotSideBarHeader-BoWbR3Bl.d.ts} +0 -0
- /package/publish/{index-CGrzBGR_.d.ts → index-Dzj45ppC.d.ts} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { u as He, j as M } from "./index-
|
1
|
+
import { u as He, j as M } from "./index-Dzj45ppC.js";
|
2
2
|
import { useContext as je, createContext as Oe, useState as Se, useEffect as Be, useRef as Ze } from "react";
|
3
3
|
import Ye from "react-dom";
|
4
4
|
import { A as Te } from "./ansible-chatbot-jXPBfTRi.js";
|
@@ -2469,11 +2469,11 @@ function Vr(e) {
|
|
2469
2469
|
if (e.id)
|
2470
2470
|
return e.id;
|
2471
2471
|
if (e.name)
|
2472
|
-
return e.name.toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2472
|
+
return String(e.name).toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2473
2473
|
if (e.title)
|
2474
|
-
return e.title.toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2474
|
+
return String(e.title).toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2475
2475
|
if (e.label)
|
2476
|
-
return e.label.toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2476
|
+
return String(e.label).toLowerCase().replace(/ /g, "-").replace(/_/g, "-").replace(/\./g, "-");
|
2477
2477
|
}
|
2478
2478
|
function Ck(e, t) {
|
2479
2479
|
if (!("selection" in e))
|
@@ -3039,7 +3039,7 @@ const g8 = an({
|
|
3039
3039
|
chatbotState: "disabled",
|
3040
3040
|
setChatbotState: () => {
|
3041
3041
|
}
|
3042
|
-
}), m8 = () => kt(g8), y8 = vE(() => import("./ChatbotPortal-
|
3042
|
+
}), m8 = () => kt(g8), y8 = vE(() => import("./ChatbotPortal-CeiJwCbK.js")), v8 = () => /* @__PURE__ */ p.jsx(xE, { fallback: /* @__PURE__ */ p.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ p.jsx(y8, {}) }), x8 = vE(() => import("./ChatbotSideBarHeader-BoWbR3Bl.js")), b8 = () => {
|
3043
3043
|
const { t: e } = Pe();
|
3044
3044
|
return /* @__PURE__ */ p.jsx(xE, { fallback: /* @__PURE__ */ p.jsx("span", { children: e("Loading...") }), children: /* @__PURE__ */ p.jsx(x8, {}) });
|
3045
3045
|
}, _8 = Te(LR)`
|
@@ -9718,7 +9718,7 @@ function wN(e) {
|
|
9718
9718
|
et,
|
9719
9719
|
{
|
9720
9720
|
style: { maxWidth: "100%" },
|
9721
|
-
"data-cy": e.text.toLocaleLowerCase() + "-status",
|
9721
|
+
"data-cy": String(e.text).toLocaleLowerCase() + "-status",
|
9722
9722
|
children: /* @__PURE__ */ p.jsx(
|
9723
9723
|
"div",
|
9724
9724
|
{
|
package/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.collapsed{max-height:0;transition:max-height .15s ease-out,opacity .15s ease-out;overflow:hidden;opacity:0}.expanded{max-height:500px;transition:max-height .25s ease-in,opacity .25s ease-in;opacity:1}.pf-v6-c-chart svg g[clip-path]{mix-blend-mode:unset}.pf-v6-c-table{--pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);--pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);--pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: auto;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal;--pf-v6-c-table--cell--WordBreak: normal;--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-help--MinWidth: 11ch;--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));--pf-v6-c-table__text--MinWidth: 100%;--pf-v6-c-table__text--m-truncate--MinWidth: 5ch;--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;--pf-v6-c-table--cell--hidden-visible--Display: table-cell;--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);--pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-table__expandable-row--Opacity: 0;--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;--pf-v6-c-table__expandable-row--TranslateY: 0;--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;--pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort--m-help--MinWidth: 15ch;--pf-v6-c-table__sort__button__text--Color: currentcolor;--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);--pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__th--m-help--MinWidth: 11ch;--pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));--pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -.1875rem;--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2)}@media screen and (prefers-reduced-motion: no-preference){.pf-v6-c-table{--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);--pf-v6-c-table__expandable-row--TranslateY: -.5rem}}.pf-v6-c-table{width:100%;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-fixed{table-layout:fixed}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header{position:sticky;inset-block-start:0;z-index:var(--pf-v6-c-table--m-sticky-header--ZIndex);background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead:before,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header:before{position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;z-index:var(--pf-v6-c-table--m-sticky-header--border--ZIndex);pointer-events:none;content:"";border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table.pf-m-sticky-header{position:relative}.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr)>:where(th,td){z-index:var(--pf-v6-c-table--m-sticky-header--cell--ZIndex)}.pf-v6-c-table.pf-m-sticky-header>.pf-m-nested-column-header{position:sticky;inset-block-start:0;background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child){border-block-end:0}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd)}.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable)>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr):nth-child(odd),.pf-v6-c-table.pf-m-striped.pf-m-expandable>tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd)>tr:where(.pf-v6-c-table__tr),.pf-v6-c-table>.pf-m-striped>tr:nth-child(odd),.pf-v6-c-table>.pf-m-striped-even>tr:nth-child(2n),.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped{--pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);background:var(--pf-v6-c-table--m-striped__tr--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row{background-color:var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);opacity:var(--pf-v6-c-table__tr--m-ghost-row--Opacity)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td){--pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);--pf-v6-hidden-visible--hidden--Display: none;--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);display:var(--pf-v6-hidden-visible--Display);position:relative;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table--cell--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);padding-block-start:var(--pf-v6-c-table--cell--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table--cell--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table--cell--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table--cell--PaddingInlineEnd);overflow:var(--pf-v6-c-table--cell--Overflow);font-size:var(--pf-v6-c-table--cell--FontSize);font-weight:var(--pf-v6-c-table--cell--FontWeight);line-height:var(--pf-v6-c-table--cell--LineHeight);color:var(--pf-v6-c-table--cell--Color);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}@media screen and (min-width: 36rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 48rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 62rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 75rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 90.625rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):first-child{padding-inline-start:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):last-child{padding-inline-end:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-center{text-align:center}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):is(:empty,.pf-v6-c-table__cell-empty){width:auto;min-width:0;padding:0}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-help{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-favorite{--pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);--pf-v6-c-table__sort--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: fit-content;--pf-v6-c-table--cell--Overflow: visible}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before,.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before{border-inline-end:var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{border-inline-start:var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor)}.pf-v6-c-table caption:where(.pf-v6-c-table__caption){padding-block-start:var(--pf-v6-c-table__caption--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__caption--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__caption--PaddingInlineStart);font-size:var(--pf-v6-c-table__caption--FontSize);color:var(--pf-v6-c-table__caption--Color);text-align:start;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead){--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button{margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button){outline-offset:var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead{--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);color:var(--pf-v6-c-table__subhead--Color)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr)>:where(th,td){overflow-wrap:break-word}.pf-v6-c-table .pf-v6-c-table__td.pf-m-action{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__td--m-action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__td--m-action--PaddingBlockEnd)}.pf-v6-c-table .pf-v6-c-table__sort{min-width:var(--pf-v6-c-table__sort--MinWidth)}.pf-v6-c-table :where(.pf-v6-c-table__th,.pf-v6-c-table__td).pf-m-help{min-width:var(--pf-v6-c-table__th--m-help--MinWidth)}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table__control-row--BorderBlockEndWidth: 0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr){border-block-end:0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:before{display:none}.pf-v6-c-table tr.pf-m-clickable:last-child{border-block-end-color:transparent}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-clickable--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected{position:relative;background-color:var(--pf-v6-c-table__tr--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-selected--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset>:first-child{padding-inline-start:var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded{--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected{background-color:var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-selected--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row){border:none}.pf-v6-c-table.pf-m-drag-over{overflow-anchor:none}.pf-v6-c-table .pf-v6-c-table{background-color:transparent}.pf-v6-c-table .pf-v6-c-table,.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody,.pf-v6-c-table__tr:last-child){border-block-end:0}.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator{--pf-v6-c-table__sort-indicator--MarginInlineStart: 0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody.pf-m-expanded>.pf-v6-c-table__control-row{border-block-end:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row{display:var(--pf-v6-c-table__expandable-row--Display, revert);visibility:hidden;opacity:var(--pf-v6-c-table__expandable-row--Opacity);transition-delay:0s,0s,var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);transition-timing-function:var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);transition-duration:var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide),0s,0s;transition-property:opacity,translate,visibility,background-color;translate:0 var(--pf-v6-c-table__expandable-row--TranslateY)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row[hidden]{display:var(--pf-v6-c-table__expandable-row--Display, revert)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row.pf-m-expanded{visibility:visible;opacity:var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);transition-delay:0s;transition-duration:var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide),0s,0s;translate:0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row.pf-m-expanded>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{max-height:99999px}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th),.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{padding:0;overflow:hidden;transition-delay:var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);transition-property:padding,max-height,overflow}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{max-height:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__tr:has(~.pf-v6-c-table__expandable-row){border-block-end:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__control-row.pf-m-no-animate-expand~.pf-v6-c-table__expandable-row{--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s}[class*=pf-v6-c-table].pf-m-truncate{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-wrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal}[class*=pf-v6-c-table].pf-m-nowrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table] .pf-v6-c-table__icon,[class*=pf-v6-c-table].pf-m-fit-content{--pf-v6-c-table--cell--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: 1%;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-break-word{--pf-v6-c-table--cell--WordBreak: break-word;--pf-v6-c-table--cell--WhiteSpace: normal}.pf-v6-c-table__text{position:relative;display:block;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table__text--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);overflow:var(--pf-v6-c-table--cell--Overflow);line-height:var(--pf-v6-c-table--cell--LineHeight);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__text.pf-m-truncate{--pf-v6-c-table--cell--MinWidth: 100%;min-width:max(var(--pf-v6-c-table__text--m-truncate--MinWidth),var(--pf-v6-c-table__text--MinWidth))}.pf-v6-c-table__text.pf-m-truncate>:where(th,td){overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button{width:auto;padding-block-start:var(--pf-v6-c-table__button--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__button--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__button--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__button--PaddingInlineEnd);margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);margin-inline-start:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);font-size:inherit;font-weight:inherit;color:var(--pf-v6-c-table__button--Color);text-align:start;white-space:inherit;-webkit-user-select:text;user-select:text;background-color:var(--pf-v6-c-table__button--BackgroundColor);border:0;border-radius:var(--pf-v6-c-table__button--BorderRadius);outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}.pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button{margin-block-end:0}.pf-v6-c-table__button:is(:hover,:focus){color:var(--pf-v6-c-table__button--hover--Color)}.pf-v6-c-table__sort .pf-v6-c-table__text,.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text{display:block;width:auto;overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button-content,.pf-v6-c-table__column-help{display:inline-grid;grid-template-columns:auto max-content;align-items:last baseline;justify-content:start}.pf-v6-c-table__button-content .pf-v6-c-table__text,.pf-v6-c-table__column-help .pf-v6-c-table__text{min-width:auto;max-width:100%}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help{grid-template-columns:min-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help{grid-template-columns:fit-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help{grid-template-columns:auto max-content}.pf-v6-c-table .pf-v6-c-table__check,.pf-v6-c-table .pf-v6-c-table__toggle,.pf-v6-c-table .pf-v6-c-table__action,.pf-v6-c-table .pf-v6-c-table__inline-edit-action,.pf-v6-c-table .pf-v6-c-table__draggable{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--Width: 1%;max-width:none}.pf-v6-c-table .pf-v6-c-table__favorite{--pf-v6-c-table--cell--MaxWidth: auto}.pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd)}.pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon{transform:rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate))}.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{transition-timing-function:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{scale:-1 1}.pf-v6-c-table__toggle svg{pointer-events:none}.pf-v6-c-table__check{--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);vertical-align:top}.pf-v6-c-table__check .pf-v6-c-check{--pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}.pf-v6-c-table__check .pf-v6-c-radio{--pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}thead .pf-v6-c-table__check{vertical-align:bottom}thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone{display:table-cell;height:auto;line-height:1;vertical-align:baseline}.pf-v6-c-table__favorite .pf-v6-c-button:not(.pf-m-favorite){--pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited){--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited):is(:hover,:focus){--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__draggable .pf-v6-c-button{cursor:grab}.pf-v6-c-table__draggable .pf-v6-c-button:active{cursor:grabbing}.pf-v6-c-table__action,.pf-v6-c-table__favorite,.pf-v6-c-table__inline-edit-action,.pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd)}.pf-v6-c-table__action:last-child,.pf-v6-c-table__inline-edit-action:last-child{text-align:end}.pf-v6-c-table__compound-expansion-toggle{--pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);--pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);position:relative;padding:0;background-color:var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor)}.pf-v6-c-table__compound-expansion-toggle.pf-m-truncate{overflow:visible}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button{position:static;min-width:100%;padding:0;margin:0;overflow:hidden}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover,:focus){outline:0}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border:0;border-block-start:var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor)}.pf-v6-c-table__compound-expansion-toggle:hover,.pf-v6-c-table__compound-expansion-toggle:focus-within{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle.pf-m-expanded{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}@media (-webkit-min-device-pixel-ratio: 0){.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-style:auto;outline-color:-webkit-focus-ring-color}}.pf-v6-c-table__column-help-action{align-self:last baseline;margin-inline-start:var(--pf-v6-c-table__column-help--MarginInlineStart)}.pf-v6-c-table__sort{vertical-align:bottom}.pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover,:focus){--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);--pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor)}.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort__button__text--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button{--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort--m-selected__button--Color)}.pf-v6-c-table__sort.pf-m-help{--pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth)}.pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text{font-size:var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__sort-indicator{grid-column:2;align-self:end;margin-inline-start:var(--pf-v6-c-table__sort-indicator--MarginInlineStart);color:var(--pf-v6-c-table__sort-indicator--Color);pointer-events:none}.pf-v6-c-table__expandable-row{position:relative;border-block-end:0 solid transparent}:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__th,:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__td{padding-block-start:0}.pf-v6-c-table__control-row~.pf-v6-c-table__expandable-row.pf-m-expanded>:is(.pf-v6-c-table__th,.pf-v6-c-table__td):not(.pf-m-no-padding){padding-block-start:var(--pf-v6-c-table--cell--PaddingBlockStart)}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding{padding-block-start:0;padding-block-end:0;padding-inline-start:0;padding-inline-end:0}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content{padding:0;border-radius:0}.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content{padding-block-start:var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);background-color:var(--pf-v6-c-table__expandable-row-content--BackgroundColor);border-radius:var(--pf-v6-c-table__expandable-row-content--BorderRadius)}.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background{background-color:transparent}.pf-v6-c-table__expandable-row.pf-m-expanded{border-block-end-color:var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);border-block-end-width:var(--pf-v6-c-table--border-width--base)}.pf-v6-c-table__expandable-row:not(.pf-m-expanded){display:none}.pf-v6-c-table__expandable-row tr:last-child{border-block-end:0}.pf-v6-c-table.pf-m-compact{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__td.pf-m-action{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon{width:auto;min-width:0;text-align:center}.pf-v6-c-table__thead{--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);vertical-align:bottom}.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button{--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);margin-inline-end:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1)}.pf-v6-c-table__tbody{vertical-align:top}.pf-v6-c-table__tbody .pf-v6-c-table__control-row~.pf-v6-c-table__expandable-row.pf-m-expanded{background-color:var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded{border-block-end:0}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row{background-color:var(--pf-v6-c-table__control-row--BackgroundColor);border-block-end:var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row.pf-m-expanded{border-block-end:0}.pf-v6-c-table__tr{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table__thead .pf-v6-c-table__tr{border-block-end:0}.pf-v6-c-table__tr.pf-m-border-row{border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table__icon-inline{display:flex;align-items:center}.pf-v6-c-table__icon-inline>:not(:last-child){margin-inline-end:var(--pf-v6-c-table__icon-inline--MarginInlineEnd)}.pf-v6-c-table .pf-m-width-10{--pf-v6-c-table--cell--Width: 10%}.pf-v6-c-table .pf-m-width-15{--pf-v6-c-table--cell--Width: 15%}.pf-v6-c-table .pf-m-width-20{--pf-v6-c-table--cell--Width: 20%}.pf-v6-c-table .pf-m-width-25{--pf-v6-c-table--cell--Width: 25%}.pf-v6-c-table .pf-m-width-30{--pf-v6-c-table--cell--Width: 30%}.pf-v6-c-table .pf-m-width-35{--pf-v6-c-table--cell--Width: 35%}.pf-v6-c-table .pf-m-width-40{--pf-v6-c-table--cell--Width: 40%}.pf-v6-c-table .pf-m-width-45{--pf-v6-c-table--cell--Width: 45%}.pf-v6-c-table .pf-m-width-50{--pf-v6-c-table--cell--Width: 50%}.pf-v6-c-table .pf-m-width-60{--pf-v6-c-table--cell--Width: 60%}.pf-v6-c-table .pf-m-width-70{--pf-v6-c-table--cell--Width: 70%}.pf-v6-c-table .pf-m-width-80{--pf-v6-c-table--cell--Width: 80%}.pf-v6-c-table .pf-m-width-90{--pf-v6-c-table--cell--Width: 90%}.pf-v6-c-table .pf-m-width-100{--pf-v6-c-table--cell--Width: 100%}.data-editor .monaco-editor{outline:none}#app{width:100%;height:100%;max-width:100%;max-height:100%;--pf-t--global--border--color--default: light-dark(#ccc, #505050);--pf-t--chart--global--success--color--100: var(--pf-t--chart--color--green--200)}table tbody tr td{border-bottom:1px solid var(--pf-t--global--border--color--default)}table tbody tr td.expanded{border-bottom:unset}.pf-v6-c-form__group-label{flex-wrap:wrap;align-items:center}.pf-v6-c-form__group-label.pf-m-info{align-items:center!important;justify-content:end;row-gap:8px}.pf-v6-c-form__group-label-main{flex-grow:1}.pf-v6-c-form__group-label-info{margin-inline-start:0!important}:root:where(.pf-v6-theme-dark) .pf-topology-content{background:var(--pf-topology-visualization-surface--BackgroundColor)}.pf-v6-c-tabs+.pf-v6-c-toolbar{margin-top:var(--pf-t--global--spacer--md)}.pf-v6-c-wizard{--pf-v6-c-wizard--Height: initial;--pf-v6-c-wizard--Height--base: 100%;--pf-v6-c-modal-box--c-wizard--Height--base: 47.625rem;--pf-v6-c-wizard__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__header--ZIndex: auto;--pf-v6-c-wizard__header--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__header--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__close--InsetBlockStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-t--global--spacer--control--vertical--plain));--pf-v6-c-wizard__close--InsetInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__close--FontSize: var(--pf-t--global--font--size--xl);--pf-v6-c-wizard__title--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);--pf-v6-c-wizard__title-text--FontSize: var(--pf-t--global--font--size--3xl);--pf-v6-c-wizard__title-text--FontFamily: var(--pf-t--global--font--family--heading);--pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);--pf-v6-c-wizard__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);--pf-v6-c-wizard__title-text--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__description--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__description--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--Gap: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__nav-link--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--TextDecoration: none;--pf-v6-c-wizard__nav-link--hover--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-wizard__nav-link--m-current--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-wizard__nav-link--m-disabled--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link-main--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-wizard__nav-link-main--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: 0;--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;--pf-v6-c-wizard__nav-link--before--Width: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--Height: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--InsetBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__nav-link--before--BorderRadius: var(--pf-t--global--border--radius--large);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--before--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor: var(--pf-t--global--color--brand--default);--pf-v6-c-wizard__nav-link--m-current--before--Color: var(--pf-t--global--text--color--on-brand--default);--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart: 4px;--pf-v6-c-wizard__nav-link-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__toggle--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__toggle--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-num--InsetBlockStart: 0;--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__toggle-list-item--Gap: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-status-icon--LineHeight: 1;--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart: 2px;--pf-v6-c-wizard__toggle-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle-list--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list--MarginBlockEnd: calc(var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd) * -1);--pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;--pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);--pf-v6-c-wizard__nav--Width: 100%;--pf-v6-c-wizard__nav--lg--Width: 15.625rem;--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__nav--lg--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__nav-list--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__nav-item--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: var(--pf-v6-c-wizard__nav--Width);--pf-v6-c-wizard__outer-wrap--MinHeight: 15.625rem;--pf-v6-c-wizard__main--ZIndex: auto;--pf-v6-c-wizard__main-body--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__footer--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default)}@media screen and (min-width: 62rem){.pf-v6-c-wizard{--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);--pf-v6-c-wizard__nav--BoxShadow: none}}.pf-v6-c-wizard{position:relative;display:flex;flex-direction:column;height:var(--pf-v6-c-wizard--Height, var(--pf-v6-c-wizard--Height--base))}.pf-v6-c-modal-box .pf-v6-c-wizard{flex:1 1 var(--pf-v6-c-wizard--Height, var(--pf-v6-c-modal-box--c-wizard--Height--base));min-height:0}.pf-v6-c-wizard>:not(.pf-v6-c-wizard__outer-wrap):not(.pf-v6-c-drawer){flex-shrink:0}.pf-v6-c-wizard.pf-m-finished{--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: 0}.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__nav,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__footer,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle{display:none}.pf-v6-c-wizard__header{position:relative;z-index:var(--pf-v6-c-wizard__header--ZIndex);padding-block-start:var(--pf-v6-c-wizard__header--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__header--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__header--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__header--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__header--BackgroundColor);border-block-end:var(--pf-v6-c-wizard__header--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__header--BorderBlockEndColor)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close{position:absolute;inset-block-start:var(--pf-v6-c-wizard__close--InsetBlockStart);inset-inline-end:var(--pf-v6-c-wizard__close--InsetInlineEnd)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close button{font-size:var(--pf-v6-c-wizard__close--FontSize)}.pf-v6-c-wizard__title{padding-inline-end:var(--pf-v6-c-wizard__title--PaddingInlineEnd);word-wrap:break-word}.pf-v6-c-wizard__title-text{font-family:var(--pf-v6-c-wizard__title-text--FontFamily);font-size:var(--pf-v6-c-wizard__title-text--FontSize);font-weight:var(--pf-v6-c-wizard__title-text--FontWeight);line-height:var(--pf-v6-c-wizard__title-text--LineHeight);color:var(--pf-v6-c-wizard__title-text--Color)}.pf-v6-c-wizard__description{display:none;padding-block-start:var(--pf-v6-c-wizard__description--PaddingBlockStart);color:var(--pf-v6-c-wizard__description--Color)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__description{display:block}}.pf-v6-c-wizard__toggle{position:relative;z-index:var(--pf-v6-c-wizard__toggle--ZIndex);display:flex;justify-content:space-between;width:100%;padding-block-start:var(--pf-v6-c-wizard__toggle--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__toggle--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__toggle--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__toggle--BackgroundColor);border-block-start:0;border-block-end:var(--pf-v6-c-wizard__toggle--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__toggle--BorderBlockEndColor);border-inline-start:0;border-inline-end:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__toggle{display:none}}.pf-v6-c-wizard__toggle.pf-m-expanded .pf-v6-c-wizard__toggle-icon{transform:rotate(var(--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate))}.pf-v6-c-wizard__toggle-list{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list--MarginBlockEnd);margin-inline-end:var(--pf-v6-c-wizard__toggle-list--MarginInlineEnd);list-style:none}.pf-v6-c-wizard__toggle-list-item{display:flex;gap:var(--pf-v6-c-wizard__toggle-list-item--Gap);align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);text-align:start;word-break:break-word}.pf-v6-c-wizard__toggle-list-item:not(:last-child){margin-inline-end:var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd)}.pf-v6-c-wizard__toggle-list-item.pf-m-danger{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color)}.pf-v6-c-wizard__toggle-list-item.pf-m-success{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color)}.pf-v6-c-wizard__toggle-num{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-num--InsetBlockStart)}.pf-v6-c-wizard__toggle-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__toggle-status-icon--FontSize);line-height:var(--pf-v6-c-wizard__nav-link-status-icon--LineHeight);color:var(--pf-v6-c-wizard__toggle-status-icon--Color)}.pf-v6-c-wizard__toggle-separator{color:var(--pf-v6-c-wizard__toggle-separator--Color)}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__toggle-separator{scale:-1 1}.pf-v6-c-wizard__toggle-icon{line-height:var(--pf-v6-c-wizard__toggle-icon--LineHeight)}.pf-v6-c-wizard__outer-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:var(--pf-v6-c-wizard__outer-wrap--MinHeight);background-color:var(--pf-v6-c-wizard__outer-wrap--BackgroundColor)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__outer-wrap{padding-inline-start:var(--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart)}}.pf-v6-c-wizard__inner-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__inner-wrap{position:static}}.pf-v6-c-wizard__nav{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:var(--pf-v6-c-wizard__nav--ZIndex);display:none;width:var(--pf-v6-c-wizard__nav--Width);max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:var(--pf-v6-c-wizard__nav--BackgroundColor);box-shadow:var(--pf-v6-c-wizard__nav--BoxShadow)}.pf-v6-c-wizard__nav.pf-m-expanded{display:block}@media screen and (min-width: 62rem){.pf-v6-c-wizard__nav{display:block;height:100%;border-inline-end:var(--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth) solid var(--pf-v6-c-wizard__nav--lg--BorderInlineEndColor)}}.pf-v6-c-wizard__nav-list{padding-block-start:var(--pf-v6-c-wizard__nav-list--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-list--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-list--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-list--PaddingInlineEnd);list-style:none;counter-reset:wizard-nav-count}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list{padding:0;margin-block-start:var(--pf-v6-c-wizard__nav-list--nested--MarginBlockStart);margin-inline-start:var(--pf-v6-c-wizard__nav-list--nested--MarginInlineStart)}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link:before{content:none}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link.pf-m-current{font-weight:var(--pf-v6-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight)}.pf-v6-c-wizard__nav-item+.pf-v6-c-wizard__nav-item{margin-block-start:var(--pf-v6-c-wizard__nav-item--MarginBlockStart)}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-link{display:flex}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-list{display:none}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-list{display:block}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-link{--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate)}.pf-v6-c-wizard__nav-link{position:relative;display:flex;gap:var(--pf-v6-c-wizard__nav-link--Gap);width:100%;padding-inline:0;color:var(--pf-v6-c-wizard__nav-link--Color);text-align:start;text-decoration-line:var(--pf-v6-c-wizard__nav-link--TextDecoration);word-break:break-word;counter-increment:wizard-nav-count;background-color:transparent;border:none;border-radius:var(--pf-v6-c-wizard__nav-link--BorderRadius)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link:before{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--pf-v6-c-wizard__nav-link--before--Width);height:var(--pf-v6-c-wizard__nav-link--before--Height);font-size:var(--pf-v6-c-wizard__nav-link--before--FontSize);line-height:1;color:var(--pf-v6-c-wizard__nav-link--before--Color);background-color:var(--pf-v6-c-wizard__nav-link--before--BackgroundColor);border-radius:var(--pf-v6-c-wizard__nav-link--before--BorderRadius)}.pf-v6-c-wizard__nav-link:before{inset-block-start:var(--pf-v6-c-wizard__nav-link--before--InsetBlockStart);content:counter(wizard-nav-count)}.pf-v6-c-wizard__nav-link.pf-m-current{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-current--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--BackgroundColor)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link.pf-m-current:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-current--before--Color)}.pf-v6-c-wizard__nav-link:is(.pf-m-success,.pf-m-danger):before{display:none}.pf-v6-c-wizard__nav-link.pf-m-success{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link.pf-m-danger{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link:where(:hover,:focus){--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--hover--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--hover--BackgroundColor)}.pf-v6-c-wizard__nav-link:disabled,.pf-v6-c-wizard__nav-link.pf-m-disabled{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor);pointer-events:none}.pf-v6-c-wizard__nav-link:disabled:before,.pf-v6-c-wizard__nav-link.pf-m-disabled:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color)}.pf-v6-c-wizard__nav-link-text{flex-grow:1}.pf-v6-c-wizard__nav-link-main{display:flex;justify-content:space-between;padding-block-start:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__nav-link-main--BackgroundColor);border:none;border-radius:var(--pf-v6-c-wizard__nav-link-main--BorderRadius)}.pf-v6-c-wizard__nav-link-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__nav-link-status-icon--FontSize);color:var(--pf-v6-c-wizard__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link-toggle{padding-inline-start:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd);color:var(--pf-v6-c-wizard__nav-link-toggle--Color)}.pf-v6-c-wizard__nav-link-toggle-icon{display:inline-block;transition-timing-function:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__nav-link-toggle-icon{scale:-1 1}.pf-v6-c-wizard__main{z-index:var(--pf-v6-c-wizard__main--ZIndex);display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;overflow-y:auto;word-break:break-word}.pf-v6-c-wizard__main-body{padding-block-start:var(--pf-v6-c-wizard__main-body--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__main-body--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__main-body--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__main-body--PaddingInlineEnd)}.pf-v6-c-wizard__main-body.pf-m-no-padding{padding:0}.pf-v6-c-wizard__main-body:last-child{flex-grow:1}.pf-v6-c-wizard__footer{position:relative;z-index:var(--pf-v6-c-wizard__footer--ZIndex);padding-block-start:var(--pf-v6-c-wizard__footer--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__footer--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__footer--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__footer--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__footer--BackgroundColor);border-block-start:var(--pf-v6-c-wizard__footer--BorderBlockStartWidth) solid var(--pf-v6-c-wizard__footer--BorderBlockStartColor)}
|
1
|
+
.collapsed{max-height:0;transition:max-height .15s ease-out,opacity .15s ease-out;overflow:hidden;opacity:0}.expanded{max-height:500px;transition:max-height .25s ease-in,opacity .25s ease-in;opacity:1}.pf-v6-c-chart svg g[clip-path]{mix-blend-mode:unset}.pf-v6-c-table{--pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);--pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);--pf-v6-c-table__thead__toggle--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: auto;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal;--pf-v6-c-table--cell--WordBreak: normal;--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-help--MinWidth: 11ch;--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));--pf-v6-c-table__text--MinWidth: 100%;--pf-v6-c-table__text--m-truncate--MinWidth: 5ch;--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;--pf-v6-c-table--cell--hidden-visible--Display: table-cell;--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);--pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-table__expandable-row--Opacity: 0;--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;--pf-v6-c-table__expandable-row--TranslateY: 0;--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;--pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort--m-help--MinWidth: 15ch;--pf-v6-c-table__sort__button__text--Color: currentcolor;--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);--pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__th--m-help--MinWidth: 11ch;--pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));--pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -.1875rem;--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2)}@media screen and (prefers-reduced-motion: no-preference){.pf-v6-c-table{--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);--pf-v6-c-table__expandable-row--TranslateY: -.5rem}}.pf-v6-c-table{width:100%;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-fixed{table-layout:fixed}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header{position:sticky;inset-block-start:0;z-index:var(--pf-v6-c-table--m-sticky-header--ZIndex);background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead:before,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header:before{position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;z-index:var(--pf-v6-c-table--m-sticky-header--border--ZIndex);pointer-events:none;content:"";border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table.pf-m-sticky-header{position:relative}.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr)>:where(th,td){z-index:var(--pf-v6-c-table--m-sticky-header--cell--ZIndex)}.pf-v6-c-table.pf-m-sticky-header>.pf-m-nested-column-header{position:sticky;inset-block-start:0;background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child){border-block-end:0}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd)}.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable)>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr):nth-child(odd),.pf-v6-c-table.pf-m-striped.pf-m-expandable>tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd)>tr:where(.pf-v6-c-table__tr),.pf-v6-c-table>.pf-m-striped>tr:nth-child(odd),.pf-v6-c-table>.pf-m-striped-even>tr:nth-child(2n),.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped{--pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);background:var(--pf-v6-c-table--m-striped__tr--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row{background-color:var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);opacity:var(--pf-v6-c-table__tr--m-ghost-row--Opacity)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td){--pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);--pf-v6-hidden-visible--hidden--Display: none;--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);display:var(--pf-v6-hidden-visible--Display);position:relative;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table--cell--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);padding-block-start:var(--pf-v6-c-table--cell--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table--cell--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table--cell--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table--cell--PaddingInlineEnd);overflow:var(--pf-v6-c-table--cell--Overflow);font-size:var(--pf-v6-c-table--cell--FontSize);font-weight:var(--pf-v6-c-table--cell--FontWeight);line-height:var(--pf-v6-c-table--cell--LineHeight);color:var(--pf-v6-c-table--cell--Color);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}@media screen and (min-width: 36rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 48rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 62rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 75rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 90.625rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):first-child{padding-inline-start:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):last-child{padding-inline-end:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-center{text-align:center}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):is(:empty,.pf-v6-c-table__cell-empty){width:auto;min-width:0;padding:0}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-help{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-favorite{--pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);--pf-v6-c-table__sort--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: fit-content;--pf-v6-c-table--cell--Overflow: visible}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before,.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before{border-inline-end:var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{border-inline-start:var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor)}.pf-v6-c-table caption:where(.pf-v6-c-table__caption){padding-block-start:var(--pf-v6-c-table__caption--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__caption--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__caption--PaddingInlineStart);font-size:var(--pf-v6-c-table__caption--FontSize);color:var(--pf-v6-c-table__caption--Color);text-align:start;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead){--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button{margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button){outline-offset:var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead{--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);color:var(--pf-v6-c-table__subhead--Color)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr)>:where(th,td){overflow-wrap:break-word}.pf-v6-c-table .pf-v6-c-table__td.pf-m-action{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__td--m-action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__td--m-action--PaddingBlockEnd)}.pf-v6-c-table .pf-v6-c-table__sort{min-width:var(--pf-v6-c-table__sort--MinWidth)}.pf-v6-c-table :where(.pf-v6-c-table__th,.pf-v6-c-table__td).pf-m-help{min-width:var(--pf-v6-c-table__th--m-help--MinWidth)}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table__control-row--BorderBlockEndWidth: 0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr){border-block-end:0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:before{display:none}.pf-v6-c-table tr.pf-m-clickable:last-child{border-block-end-color:transparent}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-clickable--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected{position:relative;background-color:var(--pf-v6-c-table__tr--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-selected--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset>:first-child{padding-inline-start:var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded{--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected{background-color:var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-selected--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row){border:none}.pf-v6-c-table.pf-m-drag-over{overflow-anchor:none}.pf-v6-c-table .pf-v6-c-table{background-color:transparent}.pf-v6-c-table .pf-v6-c-table,.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody,.pf-v6-c-table__tr:last-child){border-block-end:0}.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator{--pf-v6-c-table__sort-indicator--MarginInlineStart: 0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody.pf-m-expanded>.pf-v6-c-table__control-row{border-block-end:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row{display:var(--pf-v6-c-table__expandable-row--Display, revert);visibility:hidden;opacity:var(--pf-v6-c-table__expandable-row--Opacity);transition-delay:0s,0s,var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);transition-timing-function:var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);transition-duration:var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide),0s,0s;transition-property:opacity,translate,visibility,background-color;translate:0 var(--pf-v6-c-table__expandable-row--TranslateY)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row[hidden]{display:var(--pf-v6-c-table__expandable-row--Display, revert)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row.pf-m-expanded{visibility:visible;opacity:var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);transition-delay:0s;transition-duration:var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade),var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide),0s,0s;translate:0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY)}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row.pf-m-expanded>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{max-height:99999px}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th),.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{padding:0;overflow:hidden;transition-delay:var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);transition-property:padding,max-height,overflow}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__expandable-row:not(.pf-m-expanded)>:is(.pf-v6-c-table__td,.pf-v6-c-table__th)>.pf-v6-c-table__expandable-row-content{max-height:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__tr:has(~.pf-v6-c-table__expandable-row){border-block-end:0}.pf-v6-c-table.pf-m-animate-expand>.pf-v6-c-table__tbody>.pf-v6-c-table__control-row.pf-m-no-animate-expand~.pf-v6-c-table__expandable-row{--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: 0s;--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s}[class*=pf-v6-c-table].pf-m-truncate{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-wrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal}[class*=pf-v6-c-table].pf-m-nowrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table] .pf-v6-c-table__icon,[class*=pf-v6-c-table].pf-m-fit-content{--pf-v6-c-table--cell--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: 1%;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-break-word{--pf-v6-c-table--cell--WordBreak: break-word;--pf-v6-c-table--cell--WhiteSpace: normal}.pf-v6-c-table__text{position:relative;display:block;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table__text--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);overflow:var(--pf-v6-c-table--cell--Overflow);line-height:var(--pf-v6-c-table--cell--LineHeight);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__text.pf-m-truncate{--pf-v6-c-table--cell--MinWidth: 100%;min-width:max(var(--pf-v6-c-table__text--m-truncate--MinWidth),var(--pf-v6-c-table__text--MinWidth))}.pf-v6-c-table__text.pf-m-truncate>:where(th,td){overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button{width:auto;padding-block-start:var(--pf-v6-c-table__button--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__button--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__button--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__button--PaddingInlineEnd);margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);margin-inline-start:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);font-size:inherit;font-weight:inherit;color:var(--pf-v6-c-table__button--Color);text-align:start;white-space:inherit;-webkit-user-select:text;user-select:text;background-color:var(--pf-v6-c-table__button--BackgroundColor);border:0;border-radius:var(--pf-v6-c-table__button--BorderRadius);outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}.pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button{margin-block-end:0}.pf-v6-c-table__button:is(:hover,:focus){color:var(--pf-v6-c-table__button--hover--Color)}.pf-v6-c-table__sort .pf-v6-c-table__text,.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text{display:block;width:auto;overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button-content,.pf-v6-c-table__column-help{display:inline-grid;grid-template-columns:auto max-content;align-items:last baseline;justify-content:start}.pf-v6-c-table__button-content .pf-v6-c-table__text,.pf-v6-c-table__column-help .pf-v6-c-table__text{min-width:auto;max-width:100%}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help{grid-template-columns:min-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help{grid-template-columns:fit-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help{grid-template-columns:auto max-content}.pf-v6-c-table .pf-v6-c-table__check,.pf-v6-c-table .pf-v6-c-table__toggle,.pf-v6-c-table .pf-v6-c-table__action,.pf-v6-c-table .pf-v6-c-table__inline-edit-action,.pf-v6-c-table .pf-v6-c-table__draggable{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--Width: 1%;max-width:none}.pf-v6-c-table .pf-v6-c-table__favorite{--pf-v6-c-table--cell--MaxWidth: auto}.pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd)}.pf-v6-c-table__thead .pf-v6-c-table__toggle .pf-v6-c-button{margin-block-start:calc(var(--pf-v6-c-button--PaddingBlockStart) * -1);margin-block-end:calc(var(--pf-v6-c-button--PaddingBlockEnd) * -1);line-height:1lh}.pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon{transform:rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate))}.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{transition-timing-function:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{scale:-1 1}.pf-v6-c-table__toggle svg{pointer-events:none}.pf-v6-c-table__check{--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);vertical-align:top}.pf-v6-c-table__check .pf-v6-c-check{--pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}.pf-v6-c-table__check .pf-v6-c-radio{--pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}thead .pf-v6-c-table__check{vertical-align:bottom}thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone{display:table-cell;height:auto;line-height:1;vertical-align:baseline}.pf-v6-c-table__favorite .pf-v6-c-button:not(.pf-m-favorite){--pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited){--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited):is(:hover,:focus){--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__draggable .pf-v6-c-button{cursor:grab}.pf-v6-c-table__draggable .pf-v6-c-button:active{cursor:grabbing}.pf-v6-c-table__action,.pf-v6-c-table__favorite,.pf-v6-c-table__inline-edit-action,.pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd)}.pf-v6-c-table__action:last-child,.pf-v6-c-table__inline-edit-action:last-child{text-align:end}.pf-v6-c-table__compound-expansion-toggle{--pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);--pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);position:relative;padding:0;background-color:var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor)}.pf-v6-c-table__compound-expansion-toggle.pf-m-truncate{overflow:visible}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button{position:static;min-width:100%;padding:0;margin:0;overflow:hidden}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover,:focus){outline:0}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border:0;border-block-start:var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor)}.pf-v6-c-table__compound-expansion-toggle:hover,.pf-v6-c-table__compound-expansion-toggle:focus-within{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle.pf-m-expanded{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}@media (-webkit-min-device-pixel-ratio: 0){.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-style:auto;outline-color:-webkit-focus-ring-color}}.pf-v6-c-table__column-help-action{align-self:last baseline;margin-inline-start:var(--pf-v6-c-table__column-help--MarginInlineStart)}.pf-v6-c-table__column-help-action .pf-v6-c-button{line-height:1lh}.pf-v6-c-table__sort{vertical-align:bottom}.pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover,:focus){--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);--pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor)}.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort__button__text--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button{--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort--m-selected__button--Color)}.pf-v6-c-table__sort.pf-m-help{--pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth)}.pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text{font-size:var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__sort-indicator{grid-column:2;align-self:end;margin-inline-start:var(--pf-v6-c-table__sort-indicator--MarginInlineStart);color:var(--pf-v6-c-table__sort-indicator--Color);pointer-events:none}.pf-v6-c-table__expandable-row{position:relative;border-block-end:0 solid transparent}:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__th,:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__td{padding-block-start:0}.pf-v6-c-table__control-row~.pf-v6-c-table__expandable-row.pf-m-expanded>:is(.pf-v6-c-table__th,.pf-v6-c-table__td):not(.pf-m-no-padding){padding-block-start:var(--pf-v6-c-table--cell--PaddingBlockStart)}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding{padding-block-start:0;padding-block-end:0;padding-inline-start:0;padding-inline-end:0}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content{padding:0;border-radius:0}.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content{padding-block-start:var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);background-color:var(--pf-v6-c-table__expandable-row-content--BackgroundColor);border-radius:var(--pf-v6-c-table__expandable-row-content--BorderRadius)}.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background{background-color:transparent}.pf-v6-c-table__expandable-row.pf-m-expanded{border-block-end-color:var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);border-block-end-width:var(--pf-v6-c-table--border-width--base)}.pf-v6-c-table__expandable-row:not(.pf-m-expanded){display:none}.pf-v6-c-table__expandable-row tr:last-child{border-block-end:0}.pf-v6-c-table.pf-m-compact{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__td.pf-m-action{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon{width:auto;min-width:0;text-align:center}.pf-v6-c-table__thead{--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-v6-c-table__thead__toggle--PaddingBlockStart);--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);vertical-align:bottom}.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button{--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);margin-inline-end:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1)}.pf-v6-c-table__tbody{vertical-align:top}.pf-v6-c-table__tbody .pf-v6-c-table__control-row~.pf-v6-c-table__expandable-row.pf-m-expanded{background-color:var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded{border-block-end:0}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row{background-color:var(--pf-v6-c-table__control-row--BackgroundColor);border-block-end:var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row.pf-m-expanded{border-block-end:0}.pf-v6-c-table__tr{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table__thead .pf-v6-c-table__tr{border-block-end:0}.pf-v6-c-table__tr.pf-m-border-row{border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table__icon-inline{display:flex;align-items:center}.pf-v6-c-table__icon-inline>:not(:last-child){margin-inline-end:var(--pf-v6-c-table__icon-inline--MarginInlineEnd)}.pf-v6-c-table .pf-m-width-10{--pf-v6-c-table--cell--Width: 10%}.pf-v6-c-table .pf-m-width-15{--pf-v6-c-table--cell--Width: 15%}.pf-v6-c-table .pf-m-width-20{--pf-v6-c-table--cell--Width: 20%}.pf-v6-c-table .pf-m-width-25{--pf-v6-c-table--cell--Width: 25%}.pf-v6-c-table .pf-m-width-30{--pf-v6-c-table--cell--Width: 30%}.pf-v6-c-table .pf-m-width-35{--pf-v6-c-table--cell--Width: 35%}.pf-v6-c-table .pf-m-width-40{--pf-v6-c-table--cell--Width: 40%}.pf-v6-c-table .pf-m-width-45{--pf-v6-c-table--cell--Width: 45%}.pf-v6-c-table .pf-m-width-50{--pf-v6-c-table--cell--Width: 50%}.pf-v6-c-table .pf-m-width-60{--pf-v6-c-table--cell--Width: 60%}.pf-v6-c-table .pf-m-width-70{--pf-v6-c-table--cell--Width: 70%}.pf-v6-c-table .pf-m-width-80{--pf-v6-c-table--cell--Width: 80%}.pf-v6-c-table .pf-m-width-90{--pf-v6-c-table--cell--Width: 90%}.pf-v6-c-table .pf-m-width-100{--pf-v6-c-table--cell--Width: 100%}.data-editor .monaco-editor{outline:none}#app{width:100%;height:100%;max-width:100%;max-height:100%;--pf-t--global--border--color--default: light-dark(#ccc, #505050);--pf-t--chart--global--success--color--100: var(--pf-t--chart--color--green--200)}table tbody tr td{border-bottom:1px solid var(--pf-t--global--border--color--default)}table tbody tr td.expanded{border-bottom:unset}.pf-v6-c-form__group-label{flex-wrap:wrap;align-items:center}.pf-v6-c-form__group-label.pf-m-info{align-items:center!important;justify-content:end;row-gap:8px}.pf-v6-c-form__group-label-main{flex-grow:1}.pf-v6-c-form__group-label-info{margin-inline-start:0!important}:root:where(.pf-v6-theme-dark) .pf-topology-content{background:var(--pf-topology-visualization-surface--BackgroundColor)}.pf-v6-c-tabs+.pf-v6-c-toolbar{margin-top:var(--pf-t--global--spacer--md)}.pf-v6-c-wizard{--pf-v6-c-wizard--Height: initial;--pf-v6-c-wizard--Height--base: 100%;--pf-v6-c-modal-box--c-wizard--Height--base: 47.625rem;--pf-v6-c-wizard__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__header--ZIndex: auto;--pf-v6-c-wizard__header--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__header--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__close--InsetBlockStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-t--global--spacer--control--vertical--plain));--pf-v6-c-wizard__close--InsetInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__close--FontSize: var(--pf-t--global--font--size--xl);--pf-v6-c-wizard__title--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);--pf-v6-c-wizard__title-text--FontSize: var(--pf-t--global--font--size--3xl);--pf-v6-c-wizard__title-text--FontFamily: var(--pf-t--global--font--family--heading);--pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);--pf-v6-c-wizard__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);--pf-v6-c-wizard__title-text--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__description--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__description--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--Gap: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__nav-link--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--TextDecoration: none;--pf-v6-c-wizard__nav-link--hover--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-wizard__nav-link--m-current--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-wizard__nav-link--m-disabled--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link-main--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-wizard__nav-link-main--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: 0;--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;--pf-v6-c-wizard__nav-link--before--Width: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--Height: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--InsetBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__nav-link--before--BorderRadius: var(--pf-t--global--border--radius--large);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--before--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor: var(--pf-t--global--color--brand--default);--pf-v6-c-wizard__nav-link--m-current--before--Color: var(--pf-t--global--text--color--on-brand--default);--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart: 4px;--pf-v6-c-wizard__nav-link-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__toggle--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__toggle--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-num--InsetBlockStart: 0;--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__toggle-list-item--Gap: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-status-icon--LineHeight: 1;--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart: 2px;--pf-v6-c-wizard__toggle-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle-list--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list--MarginBlockEnd: calc(var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd) * -1);--pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;--pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);--pf-v6-c-wizard__nav--Width: 100%;--pf-v6-c-wizard__nav--lg--Width: 15.625rem;--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__nav--lg--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__nav-list--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__nav-item--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: var(--pf-v6-c-wizard__nav--Width);--pf-v6-c-wizard__outer-wrap--MinHeight: 15.625rem;--pf-v6-c-wizard__main--ZIndex: auto;--pf-v6-c-wizard__main-body--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__footer--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default)}@media screen and (min-width: 62rem){.pf-v6-c-wizard{--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);--pf-v6-c-wizard__nav--BoxShadow: none}}.pf-v6-c-wizard{position:relative;display:flex;flex-direction:column;height:var(--pf-v6-c-wizard--Height, var(--pf-v6-c-wizard--Height--base))}.pf-v6-c-modal-box .pf-v6-c-wizard{flex:1 1 var(--pf-v6-c-wizard--Height, var(--pf-v6-c-modal-box--c-wizard--Height--base));min-height:0}.pf-v6-c-wizard>:not(.pf-v6-c-wizard__outer-wrap):not(.pf-v6-c-drawer){flex-shrink:0}.pf-v6-c-wizard.pf-m-finished{--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: 0}.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__nav,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__footer,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle{display:none}.pf-v6-c-wizard__header{position:relative;z-index:var(--pf-v6-c-wizard__header--ZIndex);padding-block-start:var(--pf-v6-c-wizard__header--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__header--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__header--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__header--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__header--BackgroundColor);border-block-end:var(--pf-v6-c-wizard__header--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__header--BorderBlockEndColor)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close{position:absolute;inset-block-start:var(--pf-v6-c-wizard__close--InsetBlockStart);inset-inline-end:var(--pf-v6-c-wizard__close--InsetInlineEnd)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close button{font-size:var(--pf-v6-c-wizard__close--FontSize)}.pf-v6-c-wizard__title{padding-inline-end:var(--pf-v6-c-wizard__title--PaddingInlineEnd);word-wrap:break-word}.pf-v6-c-wizard__title-text{font-family:var(--pf-v6-c-wizard__title-text--FontFamily);font-size:var(--pf-v6-c-wizard__title-text--FontSize);font-weight:var(--pf-v6-c-wizard__title-text--FontWeight);line-height:var(--pf-v6-c-wizard__title-text--LineHeight);color:var(--pf-v6-c-wizard__title-text--Color)}.pf-v6-c-wizard__description{display:none;padding-block-start:var(--pf-v6-c-wizard__description--PaddingBlockStart);color:var(--pf-v6-c-wizard__description--Color)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__description{display:block}}.pf-v6-c-wizard__toggle{position:relative;z-index:var(--pf-v6-c-wizard__toggle--ZIndex);display:flex;justify-content:space-between;width:100%;padding-block-start:var(--pf-v6-c-wizard__toggle--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__toggle--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__toggle--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__toggle--BackgroundColor);border-block-start:0;border-block-end:var(--pf-v6-c-wizard__toggle--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__toggle--BorderBlockEndColor);border-inline-start:0;border-inline-end:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__toggle{display:none}}.pf-v6-c-wizard__toggle.pf-m-expanded .pf-v6-c-wizard__toggle-icon{transform:rotate(var(--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate))}.pf-v6-c-wizard__toggle-list{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list--MarginBlockEnd);margin-inline-end:var(--pf-v6-c-wizard__toggle-list--MarginInlineEnd);list-style:none}.pf-v6-c-wizard__toggle-list-item{display:flex;gap:var(--pf-v6-c-wizard__toggle-list-item--Gap);align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);text-align:start;word-break:break-word}.pf-v6-c-wizard__toggle-list-item:not(:last-child){margin-inline-end:var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd)}.pf-v6-c-wizard__toggle-list-item.pf-m-danger{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color)}.pf-v6-c-wizard__toggle-list-item.pf-m-success{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color)}.pf-v6-c-wizard__toggle-num{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-num--InsetBlockStart)}.pf-v6-c-wizard__toggle-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__toggle-status-icon--FontSize);line-height:var(--pf-v6-c-wizard__nav-link-status-icon--LineHeight);color:var(--pf-v6-c-wizard__toggle-status-icon--Color)}.pf-v6-c-wizard__toggle-separator{color:var(--pf-v6-c-wizard__toggle-separator--Color)}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__toggle-separator{scale:-1 1}.pf-v6-c-wizard__toggle-icon{line-height:var(--pf-v6-c-wizard__toggle-icon--LineHeight)}.pf-v6-c-wizard__outer-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:var(--pf-v6-c-wizard__outer-wrap--MinHeight);background-color:var(--pf-v6-c-wizard__outer-wrap--BackgroundColor)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__outer-wrap{padding-inline-start:var(--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart)}}.pf-v6-c-wizard__inner-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__inner-wrap{position:static}}.pf-v6-c-wizard__nav{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:var(--pf-v6-c-wizard__nav--ZIndex);display:none;width:var(--pf-v6-c-wizard__nav--Width);max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:var(--pf-v6-c-wizard__nav--BackgroundColor);box-shadow:var(--pf-v6-c-wizard__nav--BoxShadow)}.pf-v6-c-wizard__nav.pf-m-expanded{display:block}@media screen and (min-width: 62rem){.pf-v6-c-wizard__nav{display:block;height:100%;border-inline-end:var(--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth) solid var(--pf-v6-c-wizard__nav--lg--BorderInlineEndColor)}}.pf-v6-c-wizard__nav-list{padding-block-start:var(--pf-v6-c-wizard__nav-list--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-list--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-list--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-list--PaddingInlineEnd);list-style:none;counter-reset:wizard-nav-count}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list{padding:0;margin-block-start:var(--pf-v6-c-wizard__nav-list--nested--MarginBlockStart);margin-inline-start:var(--pf-v6-c-wizard__nav-list--nested--MarginInlineStart)}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link:before{content:none}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link.pf-m-current{font-weight:var(--pf-v6-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight)}.pf-v6-c-wizard__nav-item+.pf-v6-c-wizard__nav-item{margin-block-start:var(--pf-v6-c-wizard__nav-item--MarginBlockStart)}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-link{display:flex}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-list{display:none}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-list{display:block}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-link{--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate)}.pf-v6-c-wizard__nav-link{position:relative;display:flex;gap:var(--pf-v6-c-wizard__nav-link--Gap);width:100%;padding-inline:0;color:var(--pf-v6-c-wizard__nav-link--Color);text-align:start;text-decoration-line:var(--pf-v6-c-wizard__nav-link--TextDecoration);word-break:break-word;counter-increment:wizard-nav-count;background-color:transparent;border:none;border-radius:var(--pf-v6-c-wizard__nav-link--BorderRadius)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link:before{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--pf-v6-c-wizard__nav-link--before--Width);height:var(--pf-v6-c-wizard__nav-link--before--Height);font-size:var(--pf-v6-c-wizard__nav-link--before--FontSize);line-height:1;color:var(--pf-v6-c-wizard__nav-link--before--Color);background-color:var(--pf-v6-c-wizard__nav-link--before--BackgroundColor);border-radius:var(--pf-v6-c-wizard__nav-link--before--BorderRadius)}.pf-v6-c-wizard__nav-link:before{inset-block-start:var(--pf-v6-c-wizard__nav-link--before--InsetBlockStart);content:counter(wizard-nav-count)}.pf-v6-c-wizard__nav-link.pf-m-current{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-current--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--BackgroundColor)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link.pf-m-current:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-current--before--Color)}.pf-v6-c-wizard__nav-link:is(.pf-m-success,.pf-m-danger):before{display:none}.pf-v6-c-wizard__nav-link.pf-m-success{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link.pf-m-danger{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link:where(:hover,:focus){--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--hover--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--hover--BackgroundColor)}.pf-v6-c-wizard__nav-link:disabled,.pf-v6-c-wizard__nav-link.pf-m-disabled{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor);pointer-events:none}.pf-v6-c-wizard__nav-link:disabled:before,.pf-v6-c-wizard__nav-link.pf-m-disabled:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color)}.pf-v6-c-wizard__nav-link-text{flex-grow:1}.pf-v6-c-wizard__nav-link-main{display:flex;justify-content:space-between;padding-block-start:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__nav-link-main--BackgroundColor);border:none;border-radius:var(--pf-v6-c-wizard__nav-link-main--BorderRadius)}.pf-v6-c-wizard__nav-link-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__nav-link-status-icon--FontSize);color:var(--pf-v6-c-wizard__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link-toggle{padding-inline-start:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd);color:var(--pf-v6-c-wizard__nav-link-toggle--Color)}.pf-v6-c-wizard__nav-link-toggle-icon{display:inline-block;transition-timing-function:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__nav-link-toggle-icon{scale:-1 1}.pf-v6-c-wizard__main{z-index:var(--pf-v6-c-wizard__main--ZIndex);display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;overflow-y:auto;word-break:break-word}.pf-v6-c-wizard__main-body{padding-block-start:var(--pf-v6-c-wizard__main-body--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__main-body--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__main-body--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__main-body--PaddingInlineEnd)}.pf-v6-c-wizard__main-body.pf-m-no-padding{padding:0}.pf-v6-c-wizard__main-body:last-child{flex-grow:1}.pf-v6-c-wizard__footer{position:relative;z-index:var(--pf-v6-c-wizard__footer--ZIndex);padding-block-start:var(--pf-v6-c-wizard__footer--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__footer--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__footer--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__footer--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__footer--BackgroundColor);border-block-start:var(--pf-v6-c-wizard__footer--BorderBlockStartWidth) solid var(--pf-v6-c-wizard__footer--BorderBlockStartColor)}
|
package/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { $ as s, B as o, A as t, C as r, aW as l, aY as i, aV as n, aX as g, aZ as b, aU as u, aQ as P, D as d, af as m, ae as C, E as c, bo as T, bm as D, F as p, G as S, bs as h, ab as F, H as v, k as B, I as f, L as I, a2 as A, P as y, r as N, q as x, s as k, t as w, w as E, y as O, z as L, J as M, M as V, N as R, Q as W, O as j, K as G, U as z, X as U, V as H, Y as q, aP as Q, Z as J, _ as K, a4 as X, W as Y, an as Z, aq as _, ac as $, ad as aa, ao as ea, ai as sa, ap as oa, aj as ta, ak as ra, al as la, ar as ia, as as na, at as ga, au as ba, av as ua, aF as Pa, aH as da, ay as ma, a9 as Ca, aa as ca, aw as Ta, aL as Da, aM as pa, bg as Sa, aN as ha, aR as Fa, aT as va, bf as Ba, ax as fa, bh as Ia, bj as Aa, br as ya, R as Na, S as xa, a8 as ka, aO as wa, a_ as Ea, T as Oa, bn as La, bi as Ma, bq as Va, bp as Ra, aC as Wa, aD as ja, aE as Ga, bz as za, by as Ua, bx as Ha, bw as qa, x as Qa, bB as Ja, aA as Ka, g as Xa, bk as Ya, ah as Za, bA as _a, a as $a, e as ae, c as ee, f as se, p as oe, i as te, h as re, b as le, az as ie, aB as ne, bl as ge, n as be, a0 as ue, a1 as Pe, aS as de, b8 as me, b7 as Ce, b3 as ce, b5 as Te, b6 as De, bd as pe, am as Se, bt as he, aJ as Fe, bu as ve, a3 as Be, o as fe, v as Ie, a6 as Ae, a5 as ye, aI as Ne, aG as xe, aK as ke, u as we, be as Ee, l as Oe, a7 as Le, ba as Me, bb as Ve, bc as Re, b9 as We, bv as je, b1 as Ge, b4 as ze, b0 as Ue, b2 as He, a$ as qe, m as Qe, ag as Je } from "./index-
|
1
|
+
import { $ as s, B as o, A as t, C as r, aW as l, aY as i, aV as n, aX as g, aZ as b, aU as u, aQ as P, D as d, af as m, ae as C, E as c, bo as T, bm as D, F as p, G as S, bs as h, ab as F, H as v, k as B, I as f, L as I, a2 as A, P as y, r as N, q as x, s as k, t as w, w as E, y as O, z as L, J as M, M as V, N as R, Q as W, O as j, K as G, U as z, X as U, V as H, Y as q, aP as Q, Z as J, _ as K, a4 as X, W as Y, an as Z, aq as _, ac as $, ad as aa, ao as ea, ai as sa, ap as oa, aj as ta, ak as ra, al as la, ar as ia, as as na, at as ga, au as ba, av as ua, aF as Pa, aH as da, ay as ma, a9 as Ca, aa as ca, aw as Ta, aL as Da, aM as pa, bg as Sa, aN as ha, aR as Fa, aT as va, bf as Ba, ax as fa, bh as Ia, bj as Aa, br as ya, R as Na, S as xa, a8 as ka, aO as wa, a_ as Ea, T as Oa, bn as La, bi as Ma, bq as Va, bp as Ra, aC as Wa, aD as ja, aE as Ga, bz as za, by as Ua, bx as Ha, bw as qa, x as Qa, bB as Ja, aA as Ka, g as Xa, bk as Ya, ah as Za, bA as _a, a as $a, e as ae, c as ee, f as se, p as oe, i as te, h as re, b as le, az as ie, aB as ne, bl as ge, n as be, a0 as ue, a1 as Pe, aS as de, b8 as me, b7 as Ce, b3 as ce, b5 as Te, b6 as De, bd as pe, am as Se, bt as he, aJ as Fe, bu as ve, a3 as Be, o as fe, v as Ie, a6 as Ae, a5 as ye, aI as Ne, aG as xe, aK as ke, u as we, be as Ee, l as Oe, a7 as Le, ba as Me, bb as Ve, bc as Re, b9 as We, bv as je, b1 as Ge, b4 as ze, b0 as Ue, b2 as He, a$ as qe, m as Qe, ag as Je } from "./index-Dzj45ppC.js";
|
2
2
|
export {
|
3
3
|
s as BulkActionDialog,
|
4
4
|
o as BulkSelector,
|
package/index.umd.cjs
CHANGED
@@ -167,7 +167,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[sT]+=1);const cT=Cn.button`
|
|
167
167
|
z-index: calc(var(--pf-t--global--z-index--xs) + 1);
|
168
168
|
pointer-events: none;
|
169
169
|
transition: opacity 0.2s ease-in-out;
|
170
|
-
`;var Pr=(e=>(e[e.Button=0]="Button",e[e.Link=1]="Link",e[e.Switch=2]="Switch",e[e.Dropdown=3]="Dropdown",e[e.Seperator=4]="Seperator",e))(Pr||{}),vr=(e=>(e[e.None=0]="None",e[e.Single=1]="Single",e[e.Multiple=2]="Multiple",e))(vr||{});function Tp(e){const t=w.useId();return pu(e)||t}function pu(e){if(typeof e=="string")return e.toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.id)return e.id;if(e.name)return e.name.toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.title)return e.title.toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.label)return e.label.toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-")}function jJ(e,t){if(!("selection"in e))return!1;switch(e.selection){case vr.None:if(e.isHidden)return e.isHidden();break;case vr.Single:if(e.isHidden)return t?e.isHidden(t):!0;break}return!1}function dT(){const[e]=Pa();return w.useCallback((t,n,r)=>{if("selection"in t){if(typeof t.isDisabled=="string")return t.isDisabled;if(t.isDisabled)switch(t.selection){case vr.None:return t.isDisabled();case vr.Single:return n?t.isDisabled(n):e.noSelection;case vr.Multiple:return r?t.isDisabled(r):e.noSelections}}},[e.noSelection,e.noSelections])}function XMe(e,t,n,r){if(t)return t;if(e.tooltip)return e.tooltip;if(n)return r?e.label:void 0}function UJ(e){const{action:t,wrapper:n,selectedItem:r,iconOnly:a}=e,i=dT()(t,r),l=n??w.Fragment,s=r&&t.isSwitchOn?t.isSwitchOn(r):!1,c=XMe(t,i,a??!1,s),p=w.useId();let f=t.label;return a&&t.showPinnedLabel!==!0&&(f=void 0),R.jsx(l,{children:R.jsx("div",{"data-cy":"toggle-switch",style:{marginLeft:a?16:void 0,marginRight:a?16:void 0},children:R.jsx(Q.Tooltip,{content:c,trigger:c?void 0:"manual",children:R.jsx(Q.Switch,{id:p,"aria-label":t.ariaLabel(s),label:f,isChecked:s,hasCheckIcon:!0,isDisabled:!!i,onChange:()=>{switch(t.selection){case vr.None:t.onToggle(!s);break;case vr.Single:r&&t.onToggle(r,!s);break}},isReversed:(t==null?void 0:t.isReversed)!==void 0?t.isReversed:a})})})})}const ZMe=Cn.div`
|
170
|
+
`;var Pr=(e=>(e[e.Button=0]="Button",e[e.Link=1]="Link",e[e.Switch=2]="Switch",e[e.Dropdown=3]="Dropdown",e[e.Seperator=4]="Seperator",e))(Pr||{}),vr=(e=>(e[e.None=0]="None",e[e.Single=1]="Single",e[e.Multiple=2]="Multiple",e))(vr||{});function Tp(e){const t=w.useId();return pu(e)||t}function pu(e){if(typeof e=="string")return e.toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.id)return e.id;if(e.name)return String(e.name).toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.title)return String(e.title).toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-");if(e.label)return String(e.label).toLowerCase().replace(/ /g,"-").replace(/_/g,"-").replace(/\./g,"-")}function jJ(e,t){if(!("selection"in e))return!1;switch(e.selection){case vr.None:if(e.isHidden)return e.isHidden();break;case vr.Single:if(e.isHidden)return t?e.isHidden(t):!0;break}return!1}function dT(){const[e]=Pa();return w.useCallback((t,n,r)=>{if("selection"in t){if(typeof t.isDisabled=="string")return t.isDisabled;if(t.isDisabled)switch(t.selection){case vr.None:return t.isDisabled();case vr.Single:return n?t.isDisabled(n):e.noSelection;case vr.Multiple:return r?t.isDisabled(r):e.noSelections}}},[e.noSelection,e.noSelections])}function XMe(e,t,n,r){if(t)return t;if(e.tooltip)return e.tooltip;if(n)return r?e.label:void 0}function UJ(e){const{action:t,wrapper:n,selectedItem:r,iconOnly:a}=e,i=dT()(t,r),l=n??w.Fragment,s=r&&t.isSwitchOn?t.isSwitchOn(r):!1,c=XMe(t,i,a??!1,s),p=w.useId();let f=t.label;return a&&t.showPinnedLabel!==!0&&(f=void 0),R.jsx(l,{children:R.jsx("div",{"data-cy":"toggle-switch",style:{marginLeft:a?16:void 0,marginRight:a?16:void 0},children:R.jsx(Q.Tooltip,{content:c,trigger:c?void 0:"manual",children:R.jsx(Q.Switch,{id:p,"aria-label":t.ariaLabel(s),label:f,isChecked:s,hasCheckIcon:!0,isDisabled:!!i,onChange:()=>{switch(t.selection){case vr.None:t.onToggle(!s);break;case vr.Single:r&&t.onToggle(r,!s);break}},isReversed:(t==null?void 0:t.isReversed)!==void 0?t.isReversed:a})})})})}const ZMe=Cn.div`
|
171
171
|
--pf-v6-c-dropdown__menu-item-icon--Width: ${({$hasSwitches:e})=>e?"40px":void 0};
|
172
172
|
--pf-v6-c-dropdown__menu-item-icon--MarginRight: ${({$hasSwitches:e})=>e?"16px":void 0};
|
173
173
|
--pf-v6-c-menu__item--Color: ${({$isDanger:e})=>e?"var(--pf-t--global--text--color--status--danger--default)":void 0};
|
@@ -195,7 +195,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[sT]+=1);const cT=Cn.button`
|
|
195
195
|
* LICENSE file in the root directory of this source tree.
|
196
196
|
*/var Aee;function PBe(){return Aee||(Aee=1,process.env.NODE_ENV!=="production"&&function(){function e(v,b){return v===b&&(v!==0||1/v===1/b)||v!==v&&b!==b}function t(v,b){p||a.startTransition===void 0||(p=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var y=b();if(!f){var x=b();o(y,x)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),f=!0)}x=i({inst:{value:y,getSnapshot:b}});var S=x[0].inst,C=x[1];return s(function(){S.value=y,S.getSnapshot=b,n(S)&&C({inst:S})},[v,y,b]),l(function(){return n(S)&&C({inst:S}),v(function(){n(S)&&C({inst:S})})},[v]),c(y),y}function n(v){var b=v.getSnapshot;v=v.value;try{var y=b();return!o(v,y)}catch{return!0}}function r(v,b){return b()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var a=w,o=typeof Object.is=="function"?Object.is:e,i=a.useState,l=a.useEffect,s=a.useLayoutEffect,c=a.useDebugValue,p=!1,f=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:t;tM.useSyncExternalStore=a.useSyncExternalStore!==void 0?a.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),tM}var Pee;function DBe(){return Pee||(Pee=1,process.env.NODE_ENV==="production"?LT.exports=ABe():LT.exports=PBe()),LT.exports}DBe();var Dee=Object.prototype.hasOwnProperty;function nM(e,t){var n,r;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((r=e.length)===t.length)for(;r--&&nM(e[r],t[r]););return r===-1}if(!n||typeof e=="object"){r=0;for(n in e)if(Dee.call(e,n)&&++r&&!Dee.call(t,n)||!(n in t)||!nM(e[n],t[n]))return!1;return Object.keys(t).length===r}}return e!==e&&t!==t}const wm=new WeakMap,Cm=()=>{},Os=Cm(),BT=Object,cd=e=>e===Os,km=e=>typeof e=="function",_v=(e,t)=>({...e,...t}),MBe=e=>km(e.then),rM={},FT={},Mee="undefined",aM=typeof window!=Mee,oM=typeof document!=Mee,LBe=(e,t)=>{const n=wm.get(e);return[()=>!cd(t)&&e.get(t)||rM,r=>{if(!cd(t)){const a=e.get(t);t in FT||(FT[t]=a),n[5](t,_v(a,r),a||rM)}},n[6],()=>!cd(t)&&t in FT?FT[t]:!cd(t)&&e.get(t)||rM]};let iM=!0;const BBe=()=>iM,[lM,sM]=aM&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Cm,Cm],FBe=()=>{const e=oM&&document.visibilityState;return cd(e)||e!=="hidden"},jBe=e=>(oM&&document.addEventListener("visibilitychange",e),lM("focus",e),()=>{oM&&document.removeEventListener("visibilitychange",e),sM("focus",e)}),UBe=e=>{const t=()=>{iM=!0,e()},n=()=>{iM=!1};return lM("online",t),lM("offline",n),()=>{sM("online",t),sM("offline",n)}},zBe={isOnline:BBe,isVisible:FBe},GBe={initFocus:jBe,initReconnect:UBe};w.useId;const cM=!aM||"Deno"in globalThis,qBe=cM?w.useEffect:w.useLayoutEffect,dM=typeof navigator<"u"&&navigator.connection,Lee=!cM&&dM&&(["slow-2g","2g"].includes(dM.effectiveType)||dM.saveData),jT=new WeakMap,uM=(e,t)=>BT.prototype.toString.call(e)===`[object ${t}]`;let HBe=0;const pM=e=>{const t=typeof e,n=uM(e,"Date"),r=uM(e,"RegExp"),a=uM(e,"Object");let o,i;if(BT(e)===e&&!n&&!r){if(o=jT.get(e),o)return o;if(o=++HBe+"~",jT.set(e,o),Array.isArray(e)){for(o="@",i=0;i<e.length;i++)o+=pM(e[i])+",";jT.set(e,o)}if(a){o="#";const l=BT.keys(e).sort();for(;!cd(i=l.pop());)cd(e[i])||(o+=i+":"+pM(e[i])+",");jT.set(e,o)}}else o=n?e.toJSON():t=="symbol"?e.toString():t=="string"?JSON.stringify(e):""+e;return o},Bee=e=>{if(km(e))try{e=e()}catch{e=""}const t=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?pM(e):"",[e,t]};let WBe=0;const Fee=()=>++WBe,VBe=0,YBe=1,KBe=2;async function QBe(...e){const[t,n,r,a]=e,o=_v({populateCache:!0,throwOnError:!0},typeof a=="boolean"?{revalidate:a}:a||{});let i=o.populateCache;const l=o.rollbackOnError;let s=o.optimisticData;const c=m=>typeof l=="function"?l(m):l!==!1,p=o.throwOnError;if(km(n)){const m=n,v=[],b=t.keys();for(const y of b)!/^\$(inf|sub)\$/.test(y)&&m(t.get(y)._k)&&v.push(y);return Promise.all(v.map(f))}return f(n);async function f(m){const[v]=Bee(m);if(!v)return;const[b,y]=LBe(t,v),[x,S,C,I]=wm.get(t),N=()=>{const q=x[v];return(km(o.revalidate)?o.revalidate(b().data,m):o.revalidate!==!1)&&(delete C[v],delete I[v],q&&q[0])?q[0](KBe).then(()=>b().data):b().data};if(e.length<3)return N();let O=r,P;const M=Fee();S[v]=[M,0];const L=!cd(s),W=b(),U=W.data,F=W._c,j=cd(F)?U:F;if(L&&(s=km(s)?s(j,U):s,y({data:s,_c:j})),km(O))try{O=O(j)}catch(q){P=q}if(O&&MBe(O))if(O=await O.catch(q=>{P=q}),M!==S[v][0]){if(P)throw P;return O}else P&&L&&c(P)&&(i=!0,y({data:j,_c:Os}));if(i&&!P)if(km(i)){const q=i(O,j);y({data:q,error:Os,_c:Os})}else y({data:O,error:Os,_c:Os});if(S[v][1]=Fee(),Promise.resolve(N()).then(()=>{y({_c:Os})}),P){if(p)throw P;return}return O}}const jee=(e,t)=>{for(const n in e)e[n][0]&&e[n][0](t)},Uee=(e,t)=>{if(!wm.has(e)){const n=_v(GBe,t),r={},a=QBe.bind(Os,e);let o=Cm;const i={},l=(p,f)=>{const m=i[p]||[];return i[p]=m,m.push(f),()=>m.splice(m.indexOf(f),1)},s=(p,f,m)=>{e.set(p,f);const v=i[p];if(v)for(const b of v)b(f,m)},c=()=>{if(!wm.has(e)&&(wm.set(e,[r,{},{},{},a,s,l]),!cM)){const p=n.initFocus(setTimeout.bind(Os,jee.bind(Os,r,VBe))),f=n.initReconnect(setTimeout.bind(Os,jee.bind(Os,r,YBe)));o=()=>{p&&p(),f&&f(),wm.delete(e)}}};return c(),[e,a,c,o]}return[e,wm.get(e)[4]]},XBe=(e,t,n,r,a)=>{const o=n.errorRetryCount,i=a.retryCount,l=~~((Math.random()+.5)*(1<<(i<8?i:8)))*n.errorRetryInterval;!cd(o)&&i>o||setTimeout(r,l,a)},ZBe=nM,[fM,JBe]=Uee(new Map),$Be=_v({onLoadingSlow:Cm,onSuccess:Cm,onError:Cm,onErrorRetry:XBe,onDiscarded:Cm,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:Lee?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:Lee?5e3:3e3,compare:ZBe,isPaused:()=>!1,cache:fM,mutate:JBe,fallback:{}},zBe),e3e=(e,t)=>{const n=_v(e,t);if(t){const{use:r,fallback:a}=e,{use:o,fallback:i}=t;r&&o&&(n.use=r.concat(o)),a&&i&&(n.fallback=_v(a,i))}return n},zee=w.createContext({}),t3e=e=>{const{value:t}=e,n=w.useContext(zee),r=km(t),a=w.useMemo(()=>r?t(n):t,[r,n,t]),o=w.useMemo(()=>r?a:e3e(n,a),[r,n,a]),i=a&&a.provider,l=w.useRef(Os);i&&!l.current&&(l.current=Uee(i(o.cache||fM),a));const s=l.current;return s&&(o.cache=s[0],o.mutate=s[1]),qBe(()=>{if(s)return s[2]&&s[2](),s[3]},[]),w.createElement(zee.Provider,_v(e,{value:o}))},n3e="$inf$",Gee=aM&&window.__SWR_DEVTOOLS_USE__,r3e=Gee?window.__SWR_DEVTOOLS_USE__:[],a3e=()=>{Gee&&(window.__SWR_DEVTOOLS_REACT__=w)},o3e=e=>(t,n,r)=>e(t,n&&((...o)=>{const[i]=Bee(t),[,,,l]=wm.get(fM);if(i.startsWith(n3e))return n(...o);const s=l[i];return cd(s)?n(...o):(delete l[i],s)}),r);r3e.concat(o3e),a3e(),w.use;const i3e=BT.defineProperty(t3e,"defaultValue",{value:$Be}),yv=w.createContext([{},()=>null]);function Tm(){const[e]=w.useContext(yv);return e}function qee(e){const[t,n]=w.useState(()=>{const o=localStorage.getItem("user-preferences");let i={};if(o)try{i=JSON.parse(o)}catch{}return i={refreshInterval:e.defaultRefreshInterval,theme:"system",tableLayout:"comfortable",formColumns:"multiple",formLayout:"vertical",dateFormat:"date-time",dataEditorFormat:"yaml",...i},i}),r=w.useCallback(o=>{localStorage.setItem("user-preferences",JSON.stringify(o)),n(o)},[]),a=w.useMemo(()=>t.theme!=="light"&&t.theme!=="dark"?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":t.theme,[t.theme]);return w.useEffect(()=>{n(o=>o.activeTheme===a?o:{...o,activeTheme:a}),a==="dark"?document.documentElement.classList.add("pf-v6-theme-dark"):document.documentElement.classList.remove("pf-v6-theme-dark")},[a]),R.jsx(i3e,{value:{refreshInterval:t.refreshInterval?t.refreshInterval*1e3:0},children:R.jsx(yv.Provider,{value:[t,r],children:e.children})})}function l3e(e){return e?(typeof e=="string"&&(e=new Date(e)),e.toLocaleString()):""}function s3e(e){const t=new Date(e.value);return R.jsxs(Q.Split,{hasGutter:!0,children:[R.jsx(Q.SplitItem,{children:t.toLocaleDateString()}),R.jsx(Q.SplitItem,{children:t.toLocaleTimeString()})]})}const c3e=Cn.span`
|
197
197
|
white-space: nowrap;
|
198
|
-
`;function Hee(e){const{t}=jn(),[n]=Pa(),{author:r,onClick:a}=e,[o,i]=w.useState(null),l=Tm(),s=l.dateFormat?l.dateFormat:"date-time",c=w.useCallback((p,f)=>{let m;switch(typeof p=="number"?m=On.fromMillis(p):m=On.fromISO(p),f){case"since":{On.now().toMillis()-m.toMillis()<60*1e3?i(t("Less than a minute ago")):i(m.toRelative());break}default:i(l3e(m.toJSDate()));break}},[t]);return w.useEffect(()=>{if(c(e.value,s),s==="since"){const p=setInterval(()=>c(e.value,s),1e3);return()=>clearTimeout(p)}},[s,e.value,c]),e.value?R.jsxs(c3e,{className:"date-time",children:[o,r&&R.jsxs("span",{children:[" ",n.by," "]}),a?R.jsx(Q.Button,{variant:"link",isInline:!0,onClick:a,children:r}):R.jsx("span",{children:r})]}):R.jsx(R.Fragment,{})}function d3e(e){const t=w.useMemo(()=>new Date(e.start??0).valueOf(),[e.start]),n=w.useMemo(()=>new Date(e.finish??0).valueOf(),[e.finish]),[r,a]=w.useState(Math.max(0,n-t.valueOf()));w.useEffect(()=>{const p=setInterval(()=>{t&&(e.finish?a(Math.max(0,n-t)):a(Math.max(0,Date.now()-t)))},1e3);return()=>clearTimeout(p)},[t,n,e.finish]);const o=Math.floor(r/1e3),i=Math.floor(o%60),l=Math.floor(o/60%60),s=Math.floor(o/60/60%24),c=Math.floor(o/60/60/24);return t?R.jsxs(Q.Split,{children:[c!==0&&R.jsxs(Q.SplitItem,{children:[c,"d"," "]}),s!==0&&R.jsxs(Q.SplitItem,{children:[s,"h"," "]}),l!==0&&R.jsxs(Q.SplitItem,{children:[l,"m"," "]}),R.jsxs(Q.SplitItem,{children:[i,"s"]})]}):R.jsx(R.Fragment,{})}function Wee(e){return R.jsx(Q.LabelGroup,{numLabels:e.numLabels??999,style:e.noWrap?{flexWrap:"nowrap"}:void 0,children:e.labels?e.labels.map(t=>R.jsx(Q.Label,{children:t},t)):e.labelsWithLinks.map(t=>R.jsx(Q.Label,{color:"blue",isClickable:!0,render:({content:n,className:r})=>R.jsx(Gr.Link,{className:r,to:t.link,children:n}),children:t.name},t.name))})}function OS(e){const t={};e.color&&(t.color=yS(e.color)),e.size&&(t.size=e.size);let n=0;if(e.padRight)switch(e.size){case"sm":n=6;break;case"md":n=6;break;case"lg":n=8;break;case"xl":n=12;break}let r=0;if(e.padLeft)switch(e.size){case"sm":r=6;break;case"md":r=6;break;case"lg":r=8;break;case"xl":r=12;break}const a=w.Children.toArray(e.children).map(o=>w.isValidElement(o)?w.cloneElement(o,t):o);return R.jsx("div",{style:{paddingRight:n,paddingLeft:r},children:a})}function Vee(e){const t=Gr.useNavigate();return R.jsxs(Q.Flex,{spaceItems:{default:"spaceItemsNone"},flexWrap:{default:"nowrap"},alignItems:{default:"alignItemsBaseline"},children:[e.icon&&((e==null?void 0:e.iconAlign)===void 0||e.iconAlign&&e.iconAlign!=="right")&&R.jsx(Q.FlexItem,{alignSelf:{default:"alignSelfCenter"},children:R.jsx(OS,{size:e.iconSize??"sm",color:e.iconColor??e.color,padRight:!0,children:e.icon})}),e.text&&R.jsx(Q.Tooltip,{trigger:e.tooltip?void 0:"manual",content:e.tooltip,children:R.jsx(Q.FlexItem,{style:{maxWidth:"100%"},"data-cy":e.text.toLocaleLowerCase()+"-status",children:R.jsx("div",{style:{maxWidth:e.maxWidth??"100%",whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden"},children:!e.disableLinks&&(e.to||e.onClick)?R.jsx("a",{href:e.to,onClick:n=>{if(n.preventDefault(),e.onClick)e.onClick();else{if(!e.to)return;t(e.to)}},children:e.text}):R.jsx(R.Fragment,{children:e.text})})})},e.tooltipId),e.icon&&e.iconAlign==="right"&&R.jsx(Q.FlexItem,{alignSelf:{default:"alignSelfCenter"},children:R.jsx(OS,{size:e.iconSize??"sm",padLeft:!0,color:e.iconColor??e.color,children:e.icon})})]})}function UT(e){var o,i;const t=w.useRef(null),[n,r]=w.useState({width:((o=t.current)==null?void 0:o.clientWidth)??0,height:((i=t.current)==null?void 0:i.clientWidth)??0}),a=w.useCallback(()=>r(l=>{var c,p;const s={width:((c=t.current)==null?void 0:c.clientWidth)??0,height:((p=t.current)==null?void 0:p.clientHeight)??0};return s.width!==l.width||s.height!==l.height?s:l}),[]);return w.useEffect(()=>a(),[t,a]),du(t,()=>a()),R.jsx(u3e,{ref:t,className:e.className,style:{height:e.height},children:R.jsx(p3e,{children:e.children(n)})})}const u3e=Cn.div`
|
198
|
+
`;function Hee(e){const{t}=jn(),[n]=Pa(),{author:r,onClick:a}=e,[o,i]=w.useState(null),l=Tm(),s=l.dateFormat?l.dateFormat:"date-time",c=w.useCallback((p,f)=>{let m;switch(typeof p=="number"?m=On.fromMillis(p):m=On.fromISO(p),f){case"since":{On.now().toMillis()-m.toMillis()<60*1e3?i(t("Less than a minute ago")):i(m.toRelative());break}default:i(l3e(m.toJSDate()));break}},[t]);return w.useEffect(()=>{if(c(e.value,s),s==="since"){const p=setInterval(()=>c(e.value,s),1e3);return()=>clearTimeout(p)}},[s,e.value,c]),e.value?R.jsxs(c3e,{className:"date-time",children:[o,r&&R.jsxs("span",{children:[" ",n.by," "]}),a?R.jsx(Q.Button,{variant:"link",isInline:!0,onClick:a,children:r}):R.jsx("span",{children:r})]}):R.jsx(R.Fragment,{})}function d3e(e){const t=w.useMemo(()=>new Date(e.start??0).valueOf(),[e.start]),n=w.useMemo(()=>new Date(e.finish??0).valueOf(),[e.finish]),[r,a]=w.useState(Math.max(0,n-t.valueOf()));w.useEffect(()=>{const p=setInterval(()=>{t&&(e.finish?a(Math.max(0,n-t)):a(Math.max(0,Date.now()-t)))},1e3);return()=>clearTimeout(p)},[t,n,e.finish]);const o=Math.floor(r/1e3),i=Math.floor(o%60),l=Math.floor(o/60%60),s=Math.floor(o/60/60%24),c=Math.floor(o/60/60/24);return t?R.jsxs(Q.Split,{children:[c!==0&&R.jsxs(Q.SplitItem,{children:[c,"d"," "]}),s!==0&&R.jsxs(Q.SplitItem,{children:[s,"h"," "]}),l!==0&&R.jsxs(Q.SplitItem,{children:[l,"m"," "]}),R.jsxs(Q.SplitItem,{children:[i,"s"]})]}):R.jsx(R.Fragment,{})}function Wee(e){return R.jsx(Q.LabelGroup,{numLabels:e.numLabels??999,style:e.noWrap?{flexWrap:"nowrap"}:void 0,children:e.labels?e.labels.map(t=>R.jsx(Q.Label,{children:t},t)):e.labelsWithLinks.map(t=>R.jsx(Q.Label,{color:"blue",isClickable:!0,render:({content:n,className:r})=>R.jsx(Gr.Link,{className:r,to:t.link,children:n}),children:t.name},t.name))})}function OS(e){const t={};e.color&&(t.color=yS(e.color)),e.size&&(t.size=e.size);let n=0;if(e.padRight)switch(e.size){case"sm":n=6;break;case"md":n=6;break;case"lg":n=8;break;case"xl":n=12;break}let r=0;if(e.padLeft)switch(e.size){case"sm":r=6;break;case"md":r=6;break;case"lg":r=8;break;case"xl":r=12;break}const a=w.Children.toArray(e.children).map(o=>w.isValidElement(o)?w.cloneElement(o,t):o);return R.jsx("div",{style:{paddingRight:n,paddingLeft:r},children:a})}function Vee(e){const t=Gr.useNavigate();return R.jsxs(Q.Flex,{spaceItems:{default:"spaceItemsNone"},flexWrap:{default:"nowrap"},alignItems:{default:"alignItemsBaseline"},children:[e.icon&&((e==null?void 0:e.iconAlign)===void 0||e.iconAlign&&e.iconAlign!=="right")&&R.jsx(Q.FlexItem,{alignSelf:{default:"alignSelfCenter"},children:R.jsx(OS,{size:e.iconSize??"sm",color:e.iconColor??e.color,padRight:!0,children:e.icon})}),e.text&&R.jsx(Q.Tooltip,{trigger:e.tooltip?void 0:"manual",content:e.tooltip,children:R.jsx(Q.FlexItem,{style:{maxWidth:"100%"},"data-cy":String(e.text).toLocaleLowerCase()+"-status",children:R.jsx("div",{style:{maxWidth:e.maxWidth??"100%",whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden"},children:!e.disableLinks&&(e.to||e.onClick)?R.jsx("a",{href:e.to,onClick:n=>{if(n.preventDefault(),e.onClick)e.onClick();else{if(!e.to)return;t(e.to)}},children:e.text}):R.jsx(R.Fragment,{children:e.text})})})},e.tooltipId),e.icon&&e.iconAlign==="right"&&R.jsx(Q.FlexItem,{alignSelf:{default:"alignSelfCenter"},children:R.jsx(OS,{size:e.iconSize??"sm",padLeft:!0,color:e.iconColor??e.color,children:e.icon})})]})}function UT(e){var o,i;const t=w.useRef(null),[n,r]=w.useState({width:((o=t.current)==null?void 0:o.clientWidth)??0,height:((i=t.current)==null?void 0:i.clientWidth)??0}),a=w.useCallback(()=>r(l=>{var c,p;const s={width:((c=t.current)==null?void 0:c.clientWidth)??0,height:((p=t.current)==null?void 0:p.clientHeight)??0};return s.width!==l.width||s.height!==l.height?s:l}),[]);return w.useEffect(()=>a(),[t,a]),du(t,()=>a()),R.jsx(u3e,{ref:t,className:e.className,style:{height:e.height},children:R.jsx(p3e,{children:e.children(n)})})}const u3e=Cn.div`
|
199
199
|
width: 100%;
|
200
200
|
height: 100%;
|
201
201
|
flex-grow: 1;
|
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
@@ -1,155 +1,155 @@
|
|
1
|
-
import { $ as s } from "./index-
|
2
|
-
import { B as o } from "./index-
|
3
|
-
import { A as t } from "./index-
|
4
|
-
import { C as r } from "./index-
|
5
|
-
import { aW as l } from "./index-
|
6
|
-
import { aY as i } from "./index-
|
7
|
-
import { aV as n } from "./index-
|
8
|
-
import { aX as g } from "./index-
|
9
|
-
import { aZ as b } from "./index-
|
10
|
-
import { aU as u } from "./index-
|
11
|
-
import { aQ as P } from "./index-
|
12
|
-
import { D as d } from "./index-
|
13
|
-
import { af as m } from "./index-
|
14
|
-
import { ae as C } from "./index-
|
15
|
-
import { E as c } from "./index-
|
16
|
-
import { bo as T } from "./index-
|
17
|
-
import { bm as D } from "./index-
|
18
|
-
import { F as p } from "./index-
|
19
|
-
import { G as S } from "./index-
|
20
|
-
import { bs as h } from "./index-
|
21
|
-
import { ab as F } from "./index-
|
22
|
-
import { H as v } from "./index-
|
23
|
-
import { k as B } from "./index-
|
24
|
-
import { I as f } from "./index-
|
25
|
-
import { L as I } from "./index-
|
26
|
-
import { a2 as A } from "./index-
|
27
|
-
import { P as y } from "./index-
|
28
|
-
import { r as N } from "./index-
|
29
|
-
import { q as x } from "./index-
|
30
|
-
import { s as k } from "./index-
|
31
|
-
import { t as w } from "./index-
|
32
|
-
import { w as E } from "./index-
|
33
|
-
import { y as O } from "./index-
|
34
|
-
import { z as L } from "./index-
|
35
|
-
import { J as M } from "./index-
|
36
|
-
import { M as V } from "./index-
|
37
|
-
import { N as R } from "./index-
|
38
|
-
import { Q as W } from "./index-
|
39
|
-
import { O as j } from "./index-
|
40
|
-
import { K as G } from "./index-
|
41
|
-
import { U as z } from "./index-
|
42
|
-
import { X as U } from "./index-
|
43
|
-
import { V as H } from "./index-
|
44
|
-
import { Y as q } from "./index-
|
45
|
-
import { aP as Q } from "./index-
|
46
|
-
import { Z as J } from "./index-
|
47
|
-
import { _ as K } from "./index-
|
48
|
-
import { a4 as X } from "./index-
|
49
|
-
import { W as Y } from "./index-
|
50
|
-
import { an as Z } from "./index-
|
51
|
-
import { aq as _ } from "./index-
|
52
|
-
import { ac as $ } from "./index-
|
53
|
-
import { ad as aa } from "./index-
|
54
|
-
import { ao as ea } from "./index-
|
55
|
-
import { ai as sa } from "./index-
|
56
|
-
import { ap as oa } from "./index-
|
57
|
-
import { aj as ta } from "./index-
|
58
|
-
import { ak as ra } from "./index-
|
59
|
-
import { al as la } from "./index-
|
60
|
-
import { ar as ia } from "./index-
|
61
|
-
import { as as na } from "./index-
|
62
|
-
import { at as ga } from "./index-
|
63
|
-
import { au as ba } from "./index-
|
64
|
-
import { av as ua } from "./index-
|
65
|
-
import { aF as Pa } from "./index-
|
66
|
-
import { aH as da } from "./index-
|
67
|
-
import { ay as ma } from "./index-
|
68
|
-
import { a9 as Ca } from "./index-
|
69
|
-
import { aa as ca } from "./index-
|
70
|
-
import { aw as Ta } from "./index-
|
71
|
-
import { aL as Da } from "./index-
|
72
|
-
import { aM as pa } from "./index-
|
73
|
-
import { bg as Sa } from "./index-
|
74
|
-
import { aN as ha } from "./index-
|
75
|
-
import { aR as Fa } from "./index-
|
76
|
-
import { aT as va } from "./index-
|
77
|
-
import { bf as Ba } from "./index-
|
78
|
-
import { ax as fa } from "./index-
|
79
|
-
import { bh as Ia } from "./index-
|
80
|
-
import { bj as Aa } from "./index-
|
81
|
-
import { br as ya } from "./index-
|
82
|
-
import { R as Na } from "./index-
|
83
|
-
import { S as xa } from "./index-
|
84
|
-
import { a8 as ka } from "./index-
|
85
|
-
import { aO as wa } from "./index-
|
86
|
-
import { a_ as Ea } from "./index-
|
87
|
-
import { T as Oa } from "./index-
|
88
|
-
import { bn as La } from "./index-
|
89
|
-
import { bi as Ma } from "./index-
|
90
|
-
import { bq as Va } from "./index-
|
91
|
-
import { bp as Ra } from "./index-
|
92
|
-
import { aC as Wa } from "./index-
|
93
|
-
import { aD as ja } from "./index-
|
94
|
-
import { aE as Ga } from "./index-
|
95
|
-
import { bz as za } from "./index-
|
96
|
-
import { by as Ua } from "./index-
|
97
|
-
import { bx as Ha } from "./index-
|
98
|
-
import { bw as qa } from "./index-
|
99
|
-
import { x as Qa } from "./index-
|
100
|
-
import { bB as Ja } from "./index-
|
101
|
-
import { aA as Ka } from "./index-
|
102
|
-
import { g as Xa } from "./index-
|
103
|
-
import { bk as Ya } from "./index-
|
104
|
-
import { ah as Za } from "./index-
|
105
|
-
import { bA as _a } from "./index-
|
106
|
-
import { a as $a } from "./index-
|
107
|
-
import { e as ae } from "./index-
|
108
|
-
import { c as ee } from "./index-
|
109
|
-
import { f as se } from "./index-
|
110
|
-
import { p as oe } from "./index-
|
111
|
-
import { i as te } from "./index-
|
112
|
-
import { h as re } from "./index-
|
113
|
-
import { b as le } from "./index-
|
114
|
-
import { az as ie } from "./index-
|
115
|
-
import { aB as ne } from "./index-
|
116
|
-
import { bl as ge } from "./index-
|
117
|
-
import { n as be } from "./index-
|
118
|
-
import { a0 as ue } from "./index-
|
119
|
-
import { a1 as Pe } from "./index-
|
120
|
-
import { aS as de } from "./index-
|
121
|
-
import { b8 as me } from "./index-
|
122
|
-
import { b7 as Ce } from "./index-
|
123
|
-
import { b3 as ce } from "./index-
|
124
|
-
import { b5 as Te } from "./index-
|
125
|
-
import { b6 as De } from "./index-
|
126
|
-
import { bd as pe } from "./index-
|
127
|
-
import { am as Se } from "./index-
|
128
|
-
import { bt as he } from "./index-
|
129
|
-
import { aJ as Fe } from "./index-
|
130
|
-
import { bu as ve } from "./index-
|
131
|
-
import { a3 as Be } from "./index-
|
132
|
-
import { o as fe } from "./index-
|
133
|
-
import { v as Ie } from "./index-
|
134
|
-
import { a6 as Ae } from "./index-
|
135
|
-
import { a5 as ye } from "./index-
|
136
|
-
import { aI as Ne } from "./index-
|
137
|
-
import { aG as xe } from "./index-
|
138
|
-
import { aK as ke } from "./index-
|
139
|
-
import { u as we } from "./index-
|
140
|
-
import { be as Ee } from "./index-
|
141
|
-
import { l as Oe } from "./index-
|
142
|
-
import { a7 as Le } from "./index-
|
143
|
-
import { ba as Me } from "./index-
|
144
|
-
import { bb as Ve } from "./index-
|
145
|
-
import { bc as Re } from "./index-
|
146
|
-
import { b9 as We } from "./index-
|
147
|
-
import { bv as je } from "./index-
|
148
|
-
import { b1 as Ge } from "./index-
|
149
|
-
import { b4 as ze } from "./index-
|
150
|
-
import { b0 as Ue } from "./index-
|
151
|
-
import { b2 as He } from "./index-
|
152
|
-
import { a$ as qe } from "./index-
|
153
|
-
import { m as Qe } from "./index-
|
154
|
-
import { ag as Je } from "./index-
|
1
|
+
import { $ as s } from "./index-Dzj45ppC.js";
|
2
|
+
import { B as o } from "./index-Dzj45ppC.js";
|
3
|
+
import { A as t } from "./index-Dzj45ppC.js";
|
4
|
+
import { C as r } from "./index-Dzj45ppC.js";
|
5
|
+
import { aW as l } from "./index-Dzj45ppC.js";
|
6
|
+
import { aY as i } from "./index-Dzj45ppC.js";
|
7
|
+
import { aV as n } from "./index-Dzj45ppC.js";
|
8
|
+
import { aX as g } from "./index-Dzj45ppC.js";
|
9
|
+
import { aZ as b } from "./index-Dzj45ppC.js";
|
10
|
+
import { aU as u } from "./index-Dzj45ppC.js";
|
11
|
+
import { aQ as P } from "./index-Dzj45ppC.js";
|
12
|
+
import { D as d } from "./index-Dzj45ppC.js";
|
13
|
+
import { af as m } from "./index-Dzj45ppC.js";
|
14
|
+
import { ae as C } from "./index-Dzj45ppC.js";
|
15
|
+
import { E as c } from "./index-Dzj45ppC.js";
|
16
|
+
import { bo as T } from "./index-Dzj45ppC.js";
|
17
|
+
import { bm as D } from "./index-Dzj45ppC.js";
|
18
|
+
import { F as p } from "./index-Dzj45ppC.js";
|
19
|
+
import { G as S } from "./index-Dzj45ppC.js";
|
20
|
+
import { bs as h } from "./index-Dzj45ppC.js";
|
21
|
+
import { ab as F } from "./index-Dzj45ppC.js";
|
22
|
+
import { H as v } from "./index-Dzj45ppC.js";
|
23
|
+
import { k as B } from "./index-Dzj45ppC.js";
|
24
|
+
import { I as f } from "./index-Dzj45ppC.js";
|
25
|
+
import { L as I } from "./index-Dzj45ppC.js";
|
26
|
+
import { a2 as A } from "./index-Dzj45ppC.js";
|
27
|
+
import { P as y } from "./index-Dzj45ppC.js";
|
28
|
+
import { r as N } from "./index-Dzj45ppC.js";
|
29
|
+
import { q as x } from "./index-Dzj45ppC.js";
|
30
|
+
import { s as k } from "./index-Dzj45ppC.js";
|
31
|
+
import { t as w } from "./index-Dzj45ppC.js";
|
32
|
+
import { w as E } from "./index-Dzj45ppC.js";
|
33
|
+
import { y as O } from "./index-Dzj45ppC.js";
|
34
|
+
import { z as L } from "./index-Dzj45ppC.js";
|
35
|
+
import { J as M } from "./index-Dzj45ppC.js";
|
36
|
+
import { M as V } from "./index-Dzj45ppC.js";
|
37
|
+
import { N as R } from "./index-Dzj45ppC.js";
|
38
|
+
import { Q as W } from "./index-Dzj45ppC.js";
|
39
|
+
import { O as j } from "./index-Dzj45ppC.js";
|
40
|
+
import { K as G } from "./index-Dzj45ppC.js";
|
41
|
+
import { U as z } from "./index-Dzj45ppC.js";
|
42
|
+
import { X as U } from "./index-Dzj45ppC.js";
|
43
|
+
import { V as H } from "./index-Dzj45ppC.js";
|
44
|
+
import { Y as q } from "./index-Dzj45ppC.js";
|
45
|
+
import { aP as Q } from "./index-Dzj45ppC.js";
|
46
|
+
import { Z as J } from "./index-Dzj45ppC.js";
|
47
|
+
import { _ as K } from "./index-Dzj45ppC.js";
|
48
|
+
import { a4 as X } from "./index-Dzj45ppC.js";
|
49
|
+
import { W as Y } from "./index-Dzj45ppC.js";
|
50
|
+
import { an as Z } from "./index-Dzj45ppC.js";
|
51
|
+
import { aq as _ } from "./index-Dzj45ppC.js";
|
52
|
+
import { ac as $ } from "./index-Dzj45ppC.js";
|
53
|
+
import { ad as aa } from "./index-Dzj45ppC.js";
|
54
|
+
import { ao as ea } from "./index-Dzj45ppC.js";
|
55
|
+
import { ai as sa } from "./index-Dzj45ppC.js";
|
56
|
+
import { ap as oa } from "./index-Dzj45ppC.js";
|
57
|
+
import { aj as ta } from "./index-Dzj45ppC.js";
|
58
|
+
import { ak as ra } from "./index-Dzj45ppC.js";
|
59
|
+
import { al as la } from "./index-Dzj45ppC.js";
|
60
|
+
import { ar as ia } from "./index-Dzj45ppC.js";
|
61
|
+
import { as as na } from "./index-Dzj45ppC.js";
|
62
|
+
import { at as ga } from "./index-Dzj45ppC.js";
|
63
|
+
import { au as ba } from "./index-Dzj45ppC.js";
|
64
|
+
import { av as ua } from "./index-Dzj45ppC.js";
|
65
|
+
import { aF as Pa } from "./index-Dzj45ppC.js";
|
66
|
+
import { aH as da } from "./index-Dzj45ppC.js";
|
67
|
+
import { ay as ma } from "./index-Dzj45ppC.js";
|
68
|
+
import { a9 as Ca } from "./index-Dzj45ppC.js";
|
69
|
+
import { aa as ca } from "./index-Dzj45ppC.js";
|
70
|
+
import { aw as Ta } from "./index-Dzj45ppC.js";
|
71
|
+
import { aL as Da } from "./index-Dzj45ppC.js";
|
72
|
+
import { aM as pa } from "./index-Dzj45ppC.js";
|
73
|
+
import { bg as Sa } from "./index-Dzj45ppC.js";
|
74
|
+
import { aN as ha } from "./index-Dzj45ppC.js";
|
75
|
+
import { aR as Fa } from "./index-Dzj45ppC.js";
|
76
|
+
import { aT as va } from "./index-Dzj45ppC.js";
|
77
|
+
import { bf as Ba } from "./index-Dzj45ppC.js";
|
78
|
+
import { ax as fa } from "./index-Dzj45ppC.js";
|
79
|
+
import { bh as Ia } from "./index-Dzj45ppC.js";
|
80
|
+
import { bj as Aa } from "./index-Dzj45ppC.js";
|
81
|
+
import { br as ya } from "./index-Dzj45ppC.js";
|
82
|
+
import { R as Na } from "./index-Dzj45ppC.js";
|
83
|
+
import { S as xa } from "./index-Dzj45ppC.js";
|
84
|
+
import { a8 as ka } from "./index-Dzj45ppC.js";
|
85
|
+
import { aO as wa } from "./index-Dzj45ppC.js";
|
86
|
+
import { a_ as Ea } from "./index-Dzj45ppC.js";
|
87
|
+
import { T as Oa } from "./index-Dzj45ppC.js";
|
88
|
+
import { bn as La } from "./index-Dzj45ppC.js";
|
89
|
+
import { bi as Ma } from "./index-Dzj45ppC.js";
|
90
|
+
import { bq as Va } from "./index-Dzj45ppC.js";
|
91
|
+
import { bp as Ra } from "./index-Dzj45ppC.js";
|
92
|
+
import { aC as Wa } from "./index-Dzj45ppC.js";
|
93
|
+
import { aD as ja } from "./index-Dzj45ppC.js";
|
94
|
+
import { aE as Ga } from "./index-Dzj45ppC.js";
|
95
|
+
import { bz as za } from "./index-Dzj45ppC.js";
|
96
|
+
import { by as Ua } from "./index-Dzj45ppC.js";
|
97
|
+
import { bx as Ha } from "./index-Dzj45ppC.js";
|
98
|
+
import { bw as qa } from "./index-Dzj45ppC.js";
|
99
|
+
import { x as Qa } from "./index-Dzj45ppC.js";
|
100
|
+
import { bB as Ja } from "./index-Dzj45ppC.js";
|
101
|
+
import { aA as Ka } from "./index-Dzj45ppC.js";
|
102
|
+
import { g as Xa } from "./index-Dzj45ppC.js";
|
103
|
+
import { bk as Ya } from "./index-Dzj45ppC.js";
|
104
|
+
import { ah as Za } from "./index-Dzj45ppC.js";
|
105
|
+
import { bA as _a } from "./index-Dzj45ppC.js";
|
106
|
+
import { a as $a } from "./index-Dzj45ppC.js";
|
107
|
+
import { e as ae } from "./index-Dzj45ppC.js";
|
108
|
+
import { c as ee } from "./index-Dzj45ppC.js";
|
109
|
+
import { f as se } from "./index-Dzj45ppC.js";
|
110
|
+
import { p as oe } from "./index-Dzj45ppC.js";
|
111
|
+
import { i as te } from "./index-Dzj45ppC.js";
|
112
|
+
import { h as re } from "./index-Dzj45ppC.js";
|
113
|
+
import { b as le } from "./index-Dzj45ppC.js";
|
114
|
+
import { az as ie } from "./index-Dzj45ppC.js";
|
115
|
+
import { aB as ne } from "./index-Dzj45ppC.js";
|
116
|
+
import { bl as ge } from "./index-Dzj45ppC.js";
|
117
|
+
import { n as be } from "./index-Dzj45ppC.js";
|
118
|
+
import { a0 as ue } from "./index-Dzj45ppC.js";
|
119
|
+
import { a1 as Pe } from "./index-Dzj45ppC.js";
|
120
|
+
import { aS as de } from "./index-Dzj45ppC.js";
|
121
|
+
import { b8 as me } from "./index-Dzj45ppC.js";
|
122
|
+
import { b7 as Ce } from "./index-Dzj45ppC.js";
|
123
|
+
import { b3 as ce } from "./index-Dzj45ppC.js";
|
124
|
+
import { b5 as Te } from "./index-Dzj45ppC.js";
|
125
|
+
import { b6 as De } from "./index-Dzj45ppC.js";
|
126
|
+
import { bd as pe } from "./index-Dzj45ppC.js";
|
127
|
+
import { am as Se } from "./index-Dzj45ppC.js";
|
128
|
+
import { bt as he } from "./index-Dzj45ppC.js";
|
129
|
+
import { aJ as Fe } from "./index-Dzj45ppC.js";
|
130
|
+
import { bu as ve } from "./index-Dzj45ppC.js";
|
131
|
+
import { a3 as Be } from "./index-Dzj45ppC.js";
|
132
|
+
import { o as fe } from "./index-Dzj45ppC.js";
|
133
|
+
import { v as Ie } from "./index-Dzj45ppC.js";
|
134
|
+
import { a6 as Ae } from "./index-Dzj45ppC.js";
|
135
|
+
import { a5 as ye } from "./index-Dzj45ppC.js";
|
136
|
+
import { aI as Ne } from "./index-Dzj45ppC.js";
|
137
|
+
import { aG as xe } from "./index-Dzj45ppC.js";
|
138
|
+
import { aK as ke } from "./index-Dzj45ppC.js";
|
139
|
+
import { u as we } from "./index-Dzj45ppC.js";
|
140
|
+
import { be as Ee } from "./index-Dzj45ppC.js";
|
141
|
+
import { l as Oe } from "./index-Dzj45ppC.js";
|
142
|
+
import { a7 as Le } from "./index-Dzj45ppC.js";
|
143
|
+
import { ba as Me } from "./index-Dzj45ppC.js";
|
144
|
+
import { bb as Ve } from "./index-Dzj45ppC.js";
|
145
|
+
import { bc as Re } from "./index-Dzj45ppC.js";
|
146
|
+
import { b9 as We } from "./index-Dzj45ppC.js";
|
147
|
+
import { bv as je } from "./index-Dzj45ppC.js";
|
148
|
+
import { b1 as Ge } from "./index-Dzj45ppC.js";
|
149
|
+
import { b4 as ze } from "./index-Dzj45ppC.js";
|
150
|
+
import { b0 as Ue } from "./index-Dzj45ppC.js";
|
151
|
+
import { b2 as He } from "./index-Dzj45ppC.js";
|
152
|
+
import { a$ as qe } from "./index-Dzj45ppC.js";
|
153
|
+
import { m as Qe } from "./index-Dzj45ppC.js";
|
154
|
+
import { ag as Je } from "./index-Dzj45ppC.js";
|
155
155
|
export { s as BulkActionDialog, o as BulkSelector, t as BytesCell, r as Collapse, l as ColumnCardOption, i as ColumnDashboardOption, n as ColumnListOption, g as ColumnModalOption, b as ColumnPriority, u as ColumnTableOption, P as ColumnsDiv, d as CopyCell, m as DataEditorActions, C as DataEditorButtons, c as DateCell, T as DateRange, D as DateRangeFilterPresets, p as DateTimeCell, S as ElapsedTimeCell, h as FrameworkTranslationsProvider, F as GenericForm, v as Help, B as LabelColorE, f as LabelsCell, I as LoadingPage, A as MultiSelectDialog, y as PFColorE, N as PageActionSelection, x as PageActionType, k as PageActions, w as PageAlertToasterContext, E as PageAlertToasterProvider, O as PageApp, L as PageBody, M as PageChartContainer, V as PageDashboard, R as PageDashboardCard, W as PageDashboardChart, j as PageDashboardChartVariantE, G as PageDashboardContext, z as PageDashboardCount, U as PageDashboardDonutCard, H as PageDashboardGettingStarted, q as PageDetail, Q as PageDetailDiv, J as PageDetails, K as PageDetailsFromColumns, X as PageDialogProvider, Y as PageDonutChart, Z as PageForm, _ as PageFormCancelButton, $ as PageFormCheckbox, aa as PageFormDataEditor, ea as PageFormGrid, sa as PageFormSelect, oa as PageFormSubmitButton, ta as PageFormSwitch, ra as PageFormTextArea, la as PageFormTextInput, ia as PageFramework, na as PageHeader, ga as PageLayout, ba as PageMasthead, ua as PageMastheadToggle, Pa as PageNavSideBarContext, da as PageNavSideBarProvider, ma as PageNavigation, Ca as PageNotFound, ca as PageNotImplemented, Ta as PageNotificationsIcon, Da as PageSettingsContext, pa as PageSettingsProvider, Sa as PageTab, ha as PageTable, Fa as PageTableCard, va as PageTableCards, Ba as PageTabs, fa as PageThemeSwitcher, Ia as PageToolbar, Aa as PageToolbarFilters, ya as PageWizard, Na as RunningIcon, xa as Scrollable, ka as SelectDialog, wa as Small, Ea as TableColumnCell, Oa as TextCell, La as ToolbarDateRangeFilter, Ma as ToolbarFilterType, Va as ToolbarSingleTextFilter, Ra as ToolbarTextMultiFilter, Wa as addNavigationItem, ja as addNavigationItemAfter, Ga as addNavigationItemBefore, za as buildQueryString, Ua as compareNumbers, Ha as compareStrings, qa as compareUnknowns, Qa as errorToAlertProps, Ja as filtersToSearchObj, Ka as findNavigationItemById, Xa as getPatternflyColor, Ya as multiSelectBrowseAdapter, Za as objectToString, _a as paramsToSearchObj, $a as pfDanger, ae as pfDisabled, ee as pfInfo, se as pfLink, oe as pfSuccess, te as pfTopologyInfo, re as pfUnreachable, le as pfWarning, ie as removeLeadingSlash, ne as removeNavigationItemById, ge as singleSelectBrowseAdapter, be as useBreakpoint, ue as useBulkActionDialog, Pe as useBulkConfirmation, de as useColumnsToTableCardFn, me as useColumnsWithoutExpandedRow, Ce as useColumnsWithoutSort, ce as useDashboardColumns, Te as useDescriptionColumns, De as useExpandedColumns, pe as useFiltered, Se as useFormErrors, he as useFrameworkTranslations, Fe as useGetPageUrl, ve as useInMemoryView, Be as useIsPageDialog, fe as useOrientation, Ie as usePageAlertToaster, Ae as usePageDialog, ye as usePageDialogs, Ne as usePageNavBarClick, xe as usePageNavSideBar, ke as usePageNavigate, we as usePageSettings, Ee as usePaged, Oe as useScrollableState, Le as useSelectDialog, Me as useSelected, Ve as useSelectedInMemory, Re as useSorted, We as useTableItems, je as useView, Ge as useVisibleCardColumns, ze as useVisibleColumns, Ue as useVisibleListColumns, He as useVisibleModalColumns, qe as useVisibleTableColumns, Qe as useWindowSize, Je as valueToObject };
|
File without changes
|
File without changes
|
File without changes
|