@kumori/aurora-wui-components 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/components/axebow-icon/axebow-icon.d.ts +12 -0
  2. package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -0
  3. package/dist/components/{aurora-more-actions/aurora-more-actions.d.ts → axebow-more-actions/axebow-more-actions.d.ts} +2 -2
  4. package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -0
  5. package/dist/components/cards/{aurora-base-card.d.ts → axebow-base-card.d.ts} +6 -3
  6. package/dist/components/cards/axebow-base-card.d.ts.map +1 -0
  7. package/dist/components/cards/card.models.d.ts +4 -0
  8. package/dist/components/cards/card.models.d.ts.map +1 -1
  9. package/dist/components/cards/parts/{aurora-card-action-banner.d.ts → axebow-card-action-banner.d.ts} +2 -2
  10. package/dist/components/cards/parts/axebow-card-action-banner.d.ts.map +1 -0
  11. package/dist/components/cards/parts/{aurora-card-attention-banner.d.ts → axebow-card-attention-banner.d.ts} +2 -2
  12. package/dist/components/cards/parts/{aurora-card-attention-banner.d.ts.map → axebow-card-attention-banner.d.ts.map} +1 -1
  13. package/dist/components/cards/parts/{aurora-card-cloud-logo.d.ts → axebow-card-cloud-logo.d.ts} +2 -2
  14. package/dist/components/cards/parts/{aurora-card-cloud-logo.d.ts.map → axebow-card-cloud-logo.d.ts.map} +1 -1
  15. package/dist/components/cards/parts/{aurora-card-filter-item.d.ts → axebow-card-filter-item.d.ts} +2 -2
  16. package/dist/components/cards/parts/axebow-card-filter-item.d.ts.map +1 -0
  17. package/dist/components/cards/parts/{aurora-card-filter.d.ts → axebow-card-filter.d.ts} +2 -2
  18. package/dist/components/cards/parts/axebow-card-filter.d.ts.map +1 -0
  19. package/dist/components/cards/parts/{aurora-card-footer.d.ts → axebow-card-footer.d.ts} +2 -2
  20. package/dist/components/cards/parts/{aurora-card-footer.d.ts.map → axebow-card-footer.d.ts.map} +1 -1
  21. package/dist/components/cards/parts/{aurora-card-header.d.ts → axebow-card-header.d.ts} +6 -3
  22. package/dist/components/cards/parts/axebow-card-header.d.ts.map +1 -0
  23. package/dist/components/cards/parts/{aurora-card-resource-row.d.ts → axebow-card-resource-row.d.ts} +2 -2
  24. package/dist/components/cards/parts/axebow-card-resource-row.d.ts.map +1 -0
  25. package/dist/components/cards/parts/{aurora-card-resource-table.d.ts → axebow-card-resource-table.d.ts} +2 -2
  26. package/dist/components/cards/parts/{aurora-card-resource-table.d.ts.map → axebow-card-resource-table.d.ts.map} +1 -1
  27. package/dist/components/cards/parts/{aurora-card-special-link.d.ts → axebow-card-special-link.d.ts} +2 -2
  28. package/dist/components/cards/parts/axebow-card-special-link.d.ts.map +1 -0
  29. package/dist/components/cards/parts/{aurora-card-stat-item.d.ts → axebow-card-stat-item.d.ts} +2 -2
  30. package/dist/components/cards/parts/{aurora-card-stat-item.d.ts.map → axebow-card-stat-item.d.ts.map} +1 -1
  31. package/dist/components/cards/parts/{aurora-card-stats-row.d.ts → axebow-card-stats-row.d.ts} +2 -2
  32. package/dist/components/cards/parts/{aurora-card-stats-row.d.ts.map → axebow-card-stats-row.d.ts.map} +1 -1
  33. package/dist/components/cards/parts/{aurora-card-status.d.ts → axebow-card-status.d.ts} +2 -2
  34. package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -0
  35. package/dist/components/cards/parts/{aurora-card-table-header.d.ts → axebow-card-table-header.d.ts} +2 -2
  36. package/dist/components/cards/parts/axebow-card-table-header.d.ts.map +1 -0
  37. package/dist/components/cards/parts/{aurora-card-version-selector.d.ts → axebow-card-version-selector.d.ts} +2 -2
  38. package/dist/components/cards/parts/axebow-card-version-selector.d.ts.map +1 -0
  39. package/dist/components/cards/parts/axebow-role-tooltip.d.ts +9 -0
  40. package/dist/components/cards/parts/axebow-role-tooltip.d.ts.map +1 -0
  41. package/dist/index.d.ts +20 -18
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +349 -237
  44. package/dist/index.js.map +1 -1
  45. package/dist/styles/{aurora-theme.d.ts → axebow-theme.d.ts} +2 -2
  46. package/dist/styles/axebow-theme.d.ts.map +1 -0
  47. package/package.json +2 -1
  48. package/dist/components/aurora-more-actions/aurora-more-actions.d.ts.map +0 -1
  49. package/dist/components/cards/aurora-base-card.d.ts.map +0 -1
  50. package/dist/components/cards/parts/aurora-card-action-banner.d.ts.map +0 -1
  51. package/dist/components/cards/parts/aurora-card-filter-item.d.ts.map +0 -1
  52. package/dist/components/cards/parts/aurora-card-filter.d.ts.map +0 -1
  53. package/dist/components/cards/parts/aurora-card-header.d.ts.map +0 -1
  54. package/dist/components/cards/parts/aurora-card-resource-row.d.ts.map +0 -1
  55. package/dist/components/cards/parts/aurora-card-special-link.d.ts.map +0 -1
  56. package/dist/components/cards/parts/aurora-card-status.d.ts.map +0 -1
  57. package/dist/components/cards/parts/aurora-card-table-header.d.ts.map +0 -1
  58. package/dist/components/cards/parts/aurora-card-version-selector.d.ts.map +0 -1
  59. package/dist/styles/aurora-theme.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,7 +1,9 @@
1
1
  import { LitElement, css, html, unsafeCSS } from "lit";
2
2
  import { customElement, property, state } from "lit/decorators.js";
3
- //#region src/styles/aurora-theme.ts
4
- var auroraTheme = css`
3
+ import "@shoelace-style/shoelace/dist/components/tooltip/tooltip.js";
4
+ import "@shoelace-style/shoelace/dist/components/badge/badge.js";
5
+ //#region src/styles/axebow-theme.ts
6
+ var axebowTheme = css`
5
7
  .theme {
6
8
  --axebow-primary: var(--color-primary, #34495e);
7
9
  --axebow-primary-light: var(--color-primary-light, #b4cded);
@@ -44,7 +46,7 @@ var STATUS_COLORS = {
44
46
  };
45
47
  //#endregion
46
48
  //#region src/styles/tailwind.css?inline
47
- var tailwind_default = "/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */\n@layer properties {\n @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {\n *, :before, :after, ::backdrop {\n --tw-rotate-x: initial;\n --tw-rotate-y: initial;\n --tw-rotate-z: initial;\n --tw-skew-x: initial;\n --tw-skew-y: initial;\n --tw-border-style: solid;\n --tw-leading: initial;\n --tw-font-weight: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --color-gray-100: oklch(96.7% .003 264.542);\n --color-black: #000;\n --color-white: #fff;\n --spacing: .25rem;\n --text-xs: .75rem;\n --text-xs--line-height: calc(1 / .75);\n --text-sm: .875rem;\n --text-sm--line-height: calc(1.25 / .875);\n --text-base: 1rem;\n --text-base--line-height: calc(1.5 / 1);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --font-weight-normal: 400;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --leading-snug: 1.375;\n --radius-sm: .25rem;\n --radius-md: .375rem;\n --radius-lg: .5rem;\n --ease-in-out: cubic-bezier(.4, 0, .2, 1);\n --default-transition-duration: .15s;\n --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n }\n}\n\n@layer base {\n *, :after, :before, ::backdrop {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n ::file-selector-button {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n html, :host {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n line-height: 1.5;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n\n b, strong {\n font-weight: bolder;\n }\n\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n\n small {\n font-size: 80%;\n }\n\n sub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n }\n\n sub {\n bottom: -.25em;\n }\n\n sup {\n top: -.5em;\n }\n\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n\n :-moz-focusring {\n outline: auto;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n summary {\n display: list-item;\n }\n\n ol, ul, menu {\n list-style: none;\n }\n\n img, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n }\n\n img, video {\n max-width: 100%;\n height: auto;\n }\n\n button, input, select, optgroup, textarea {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n\n ::placeholder {\n opacity: 1;\n }\n\n @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentColor;\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n ::placeholder {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n\n textarea {\n resize: vertical;\n }\n\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n\n ::-webkit-datetime-edit {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-year-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-month-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-day-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-hour-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-minute-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-second-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-millisecond-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n\n ::-webkit-calendar-picker-indicator {\n line-height: 1;\n }\n\n :-moz-ui-invalid {\n box-shadow: none;\n }\n\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]) {\n appearance: button;\n }\n\n ::file-selector-button {\n appearance: button;\n }\n\n ::-webkit-inner-spin-button {\n height: auto;\n }\n\n ::-webkit-outer-spin-button {\n height: auto;\n }\n\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n\n@layer components;\n\n@layer utilities {\n .pointer-events-none {\n pointer-events: none;\n }\n\n .absolute {\n position: absolute;\n }\n\n .relative {\n position: relative;\n }\n\n .static {\n position: static;\n }\n\n .top-full {\n top: 100%;\n }\n\n .right-0 {\n right: 0;\n }\n\n .bottom-full {\n bottom: 100%;\n }\n\n .left-0 {\n left: 0;\n }\n\n .z-10 {\n z-index: 10;\n }\n\n .m-0 {\n margin: 0;\n }\n\n .mt-1 {\n margin-top: var(--spacing);\n }\n\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n\n .mb-1 {\n margin-bottom: var(--spacing);\n }\n\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n\n .ml-2 {\n margin-left: calc(var(--spacing) * 2);\n }\n\n .box-border {\n box-sizing: border-box;\n }\n\n .line-clamp-1 {\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n }\n\n .flex {\n display: flex;\n }\n\n .grid {\n display: grid;\n }\n\n .hidden {\n display: none;\n }\n\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n\n .h-5 {\n height: calc(var(--spacing) * 5);\n }\n\n .h-6 {\n height: calc(var(--spacing) * 6);\n }\n\n .h-7 {\n height: calc(var(--spacing) * 7);\n }\n\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n\n .h-full {\n height: 100%;\n }\n\n .max-h-10 {\n max-height: calc(var(--spacing) * 10);\n }\n\n .max-h-40 {\n max-height: calc(var(--spacing) * 40);\n }\n\n .max-h-full {\n max-height: 100%;\n }\n\n .min-h-10 {\n min-height: calc(var(--spacing) * 10);\n }\n\n .w-5 {\n width: calc(var(--spacing) * 5);\n }\n\n .w-full {\n width: 100%;\n }\n\n .max-w-full {\n max-width: 100%;\n }\n\n .min-w-0 {\n min-width: 0;\n }\n\n .min-w-44 {\n min-width: calc(var(--spacing) * 44);\n }\n\n .flex-1 {\n flex: 1;\n }\n\n .shrink-0 {\n flex-shrink: 0;\n }\n\n .transform {\n transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );\n }\n\n .cursor-default {\n cursor: default;\n }\n\n .cursor-not-allowed {\n cursor: not-allowed;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n }\n\n .grid-cols-\\[auto_auto_1fr_auto\\] {\n grid-template-columns: auto auto 1fr auto;\n }\n\n .flex-col {\n flex-direction: column;\n }\n\n .flex-row {\n flex-direction: row;\n }\n\n .flex-wrap {\n flex-wrap: wrap;\n }\n\n .items-center {\n align-items: center;\n }\n\n .justify-between {\n justify-content: space-between;\n }\n\n .justify-center {\n justify-content: center;\n }\n\n .justify-end {\n justify-content: flex-end;\n }\n\n .gap-0\\.5 {\n gap: calc(var(--spacing) * .5);\n }\n\n .gap-1 {\n gap: var(--spacing);\n }\n\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n\n .overflow-hidden {\n overflow: hidden;\n }\n\n .overflow-y-auto {\n overflow-y: auto;\n }\n\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .rounded-md {\n border-radius: var(--radius-md);\n }\n\n .rounded-sm {\n border-radius: var(--radius-sm);\n }\n\n .rounded-b-lg {\n border-bottom-right-radius: var(--radius-lg);\n border-bottom-left-radius: var(--radius-lg);\n }\n\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n\n .border-t-4 {\n border-top-style: var(--tw-border-style);\n border-top-width: 4px;\n }\n\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n\n .border-\\(--axebow-gray\\) {\n border-color: var(--axebow-gray);\n }\n\n .border-\\(--axebow-light-gray\\) {\n border-color: var(--axebow-light-gray);\n }\n\n .border-\\(--axebow-secondary\\) {\n border-color: var(--axebow-secondary);\n }\n\n .border-\\[var\\(--axebow-light-gray\\)\\] {\n border-color: var(--axebow-light-gray);\n }\n\n .border-transparent {\n border-color: #0000;\n }\n\n .bg-\\(--axebow-anti-flash-white\\) {\n background-color: var(--axebow-anti-flash-white);\n }\n\n .bg-\\(--axebow-error\\) {\n background-color: var(--axebow-error);\n }\n\n .bg-\\(--axebow-gray\\) {\n background-color: var(--axebow-gray);\n }\n\n .bg-\\(--axebow-light-gray\\) {\n background-color: var(--axebow-light-gray);\n }\n\n .bg-\\(--axebow-white\\) {\n background-color: var(--axebow-white);\n }\n\n .bg-transparent {\n background-color: #0000;\n }\n\n .bg-white {\n background-color: var(--color-white);\n }\n\n .object-contain {\n object-fit: contain;\n }\n\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n\n .px-1 {\n padding-inline: var(--spacing);\n }\n\n .px-1\\.5 {\n padding-inline: calc(var(--spacing) * 1.5);\n }\n\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .px-3 {\n padding-inline: calc(var(--spacing) * 3);\n }\n\n .px-5 {\n padding-inline: calc(var(--spacing) * 5);\n }\n\n .py-0\\.5 {\n padding-block: calc(var(--spacing) * .5);\n }\n\n .py-1 {\n padding-block: var(--spacing);\n }\n\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n\n .pt-0\\.5 {\n padding-top: calc(var(--spacing) * .5);\n }\n\n .pt-2 {\n padding-top: calc(var(--spacing) * 2);\n }\n\n .pb-4 {\n padding-bottom: calc(var(--spacing) * 4);\n }\n\n .pl-2 {\n padding-left: calc(var(--spacing) * 2);\n }\n\n .pl-6 {\n padding-left: calc(var(--spacing) * 6);\n }\n\n .text-center {\n text-align: center;\n }\n\n .text-left {\n text-align: left;\n }\n\n .text-base {\n font-size: var(--text-base);\n line-height: var(--tw-leading, var(--text-base--line-height));\n }\n\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n\n .leading-none {\n --tw-leading: 1;\n line-height: 1;\n }\n\n .leading-snug {\n --tw-leading: var(--leading-snug);\n line-height: var(--leading-snug);\n }\n\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n\n .font-normal {\n --tw-font-weight: var(--font-weight-normal);\n font-weight: var(--font-weight-normal);\n }\n\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n\n .text-ellipsis {\n text-overflow: ellipsis;\n }\n\n .whitespace-nowrap {\n white-space: nowrap;\n }\n\n .text-\\(--axebow-error\\) {\n color: var(--axebow-error);\n }\n\n .text-\\(--axebow-gray\\) {\n color: var(--axebow-gray);\n }\n\n .text-\\(--axebow-primary\\) {\n color: var(--axebow-primary);\n }\n\n .text-\\(--axebow-rich-black\\) {\n color: var(--axebow-rich-black);\n }\n\n .text-\\(--axebow-secondary\\) {\n color: var(--axebow-secondary);\n }\n\n .text-\\(--axebow-tertiary\\) {\n color: var(--axebow-tertiary);\n }\n\n .opacity-50 {\n opacity: .5;\n }\n\n .opacity-100 {\n opacity: 1;\n }\n\n .shadow-\\[2px_2px_25px_0px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\] {\n --tw-shadow: 2px 2px 25px 0px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .grayscale {\n --tw-grayscale: grayscale(100%);\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-shadow {\n transition-property: box-shadow;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .duration-200 {\n --tw-duration: .2s;\n transition-duration: .2s;\n }\n\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n\n @media (hover: hover) {\n .hover\\:rounded-lg:hover {\n border-radius: var(--radius-lg);\n }\n\n .hover\\:bg-\\(--axebow-light-gray\\):hover {\n background-color: var(--axebow-light-gray);\n }\n\n .hover\\:bg-\\[var\\(--axebow-anti-flash-white\\)\\]:hover {\n background-color: var(--axebow-anti-flash-white);\n }\n\n .hover\\:bg-gray-100:hover {\n background-color: var(--color-gray-100);\n }\n\n .hover\\:text-\\[var\\(--axebow-gray\\)\\]:hover {\n color: var(--axebow-gray);\n }\n\n .hover\\:shadow-\\[0_4px_12px_0_rgba\\(13\\,24\\,33\\,0\\.08\\)\\]:hover {\n --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, #0d182114);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n }\n\n .disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n }\n\n .disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n }\n\n .disabled\\:opacity-50:disabled {\n opacity: .5;\n }\n}\n\n@property --tw-rotate-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-z {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-leading {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-drop-shadow-size {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-duration {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ease {\n syntax: \"*\";\n inherits: false\n}\n";
49
+ var tailwind_default = "/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */\n@layer properties {\n @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {\n *, :before, :after, ::backdrop {\n --tw-rotate-x: initial;\n --tw-rotate-y: initial;\n --tw-rotate-z: initial;\n --tw-skew-x: initial;\n --tw-skew-y: initial;\n --tw-border-style: solid;\n --tw-leading: initial;\n --tw-font-weight: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --color-gray-100: oklch(96.7% .003 264.542);\n --color-black: #000;\n --color-white: #fff;\n --spacing: .25rem;\n --text-xs: .75rem;\n --text-xs--line-height: calc(1 / .75);\n --text-sm: .875rem;\n --text-sm--line-height: calc(1.25 / .875);\n --text-base: 1rem;\n --text-base--line-height: calc(1.5 / 1);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-2xl: 1.5rem;\n --text-4xl: 2.25rem;\n --text-6xl: 3.75rem;\n --font-weight-normal: 400;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --leading-snug: 1.375;\n --radius-sm: .25rem;\n --radius-md: .375rem;\n --radius-lg: .5rem;\n --ease-in-out: cubic-bezier(.4, 0, .2, 1);\n --default-transition-duration: .15s;\n --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n }\n}\n\n@layer base {\n *, :after, :before, ::backdrop {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n ::file-selector-button {\n box-sizing: border-box;\n border: 0 solid;\n margin: 0;\n padding: 0;\n }\n\n html, :host {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n line-height: 1.5;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n\n b, strong {\n font-weight: bolder;\n }\n\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n\n small {\n font-size: 80%;\n }\n\n sub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n }\n\n sub {\n bottom: -.25em;\n }\n\n sup {\n top: -.5em;\n }\n\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n\n :-moz-focusring {\n outline: auto;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n summary {\n display: list-item;\n }\n\n ol, ul, menu {\n list-style: none;\n }\n\n img, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n }\n\n img, video {\n max-width: 100%;\n height: auto;\n }\n\n button, input, select, optgroup, textarea {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n }\n\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n\n ::placeholder {\n opacity: 1;\n }\n\n @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentColor;\n }\n\n @supports (color: color-mix(in lab, red, red)) {\n ::placeholder {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n\n textarea {\n resize: vertical;\n }\n\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n\n ::-webkit-datetime-edit {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-year-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-month-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-day-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-hour-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-minute-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-second-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-millisecond-field {\n padding-block: 0;\n }\n\n ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n\n ::-webkit-calendar-picker-indicator {\n line-height: 1;\n }\n\n :-moz-ui-invalid {\n box-shadow: none;\n }\n\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]) {\n appearance: button;\n }\n\n ::file-selector-button {\n appearance: button;\n }\n\n ::-webkit-inner-spin-button {\n height: auto;\n }\n\n ::-webkit-outer-spin-button {\n height: auto;\n }\n\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n\n@layer components;\n\n@layer utilities {\n .pointer-events-none {\n pointer-events: none;\n }\n\n .absolute {\n position: absolute;\n }\n\n .relative {\n position: relative;\n }\n\n .static {\n position: static;\n }\n\n .top-full {\n top: 100%;\n }\n\n .right-0 {\n right: 0;\n }\n\n .bottom-full {\n bottom: 100%;\n }\n\n .left-0 {\n left: 0;\n }\n\n .z-10 {\n z-index: 10;\n }\n\n .m-0 {\n margin: 0;\n }\n\n .mt-0\\.5 {\n margin-top: calc(var(--spacing) * .5);\n }\n\n .mt-1 {\n margin-top: var(--spacing);\n }\n\n .mt-1\\.5 {\n margin-top: calc(var(--spacing) * 1.5);\n }\n\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n\n .mb-1 {\n margin-bottom: var(--spacing);\n }\n\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n\n .ml-2 {\n margin-left: calc(var(--spacing) * 2);\n }\n\n .box-border {\n box-sizing: border-box;\n }\n\n .line-clamp-1 {\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n }\n\n .flex {\n display: flex;\n }\n\n .grid {\n display: grid;\n }\n\n .hidden {\n display: none;\n }\n\n .inline-block {\n display: inline-block;\n }\n\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n\n .h-5 {\n height: calc(var(--spacing) * 5);\n }\n\n .h-6 {\n height: calc(var(--spacing) * 6);\n }\n\n .h-7 {\n height: calc(var(--spacing) * 7);\n }\n\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n\n .h-full {\n height: 100%;\n }\n\n .max-h-10 {\n max-height: calc(var(--spacing) * 10);\n }\n\n .max-h-40 {\n max-height: calc(var(--spacing) * 40);\n }\n\n .max-h-full {\n max-height: 100%;\n }\n\n .min-h-10 {\n min-height: calc(var(--spacing) * 10);\n }\n\n .w-5 {\n width: calc(var(--spacing) * 5);\n }\n\n .w-full {\n width: 100%;\n }\n\n .max-w-full {\n max-width: 100%;\n }\n\n .min-w-0 {\n min-width: 0;\n }\n\n .min-w-44 {\n min-width: calc(var(--spacing) * 44);\n }\n\n .flex-1 {\n flex: 1;\n }\n\n .shrink-0 {\n flex-shrink: 0;\n }\n\n .transform {\n transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );\n }\n\n .cursor-default {\n cursor: default;\n }\n\n .cursor-not-allowed {\n cursor: not-allowed;\n }\n\n .cursor-pointer {\n cursor: pointer;\n }\n\n .grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n }\n\n .grid-cols-\\[auto_auto_1fr_auto\\] {\n grid-template-columns: auto auto 1fr auto;\n }\n\n .flex-col {\n flex-direction: column;\n }\n\n .flex-row {\n flex-direction: row;\n }\n\n .flex-wrap {\n flex-wrap: wrap;\n }\n\n .items-center {\n align-items: center;\n }\n\n .justify-between {\n justify-content: space-between;\n }\n\n .justify-center {\n justify-content: center;\n }\n\n .justify-end {\n justify-content: flex-end;\n }\n\n .gap-0\\.5 {\n gap: calc(var(--spacing) * .5);\n }\n\n .gap-1 {\n gap: var(--spacing);\n }\n\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n\n .overflow-hidden {\n overflow: hidden;\n }\n\n .overflow-y-auto {\n overflow-y: auto;\n }\n\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n\n .rounded-md {\n border-radius: var(--radius-md);\n }\n\n .rounded-sm {\n border-radius: var(--radius-sm);\n }\n\n .rounded-b-lg {\n border-bottom-right-radius: var(--radius-lg);\n border-bottom-left-radius: var(--radius-lg);\n }\n\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n\n .border-t-4 {\n border-top-style: var(--tw-border-style);\n border-top-width: 4px;\n }\n\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n\n .border-\\(--axebow-gray\\) {\n border-color: var(--axebow-gray);\n }\n\n .border-\\(--axebow-light-gray\\) {\n border-color: var(--axebow-light-gray);\n }\n\n .border-\\(--axebow-secondary\\) {\n border-color: var(--axebow-secondary);\n }\n\n .border-\\[var\\(--axebow-light-gray\\)\\] {\n border-color: var(--axebow-light-gray);\n }\n\n .border-transparent {\n border-color: #0000;\n }\n\n .bg-\\(--axebow-anti-flash-white\\) {\n background-color: var(--axebow-anti-flash-white);\n }\n\n .bg-\\(--axebow-error\\) {\n background-color: var(--axebow-error);\n }\n\n .bg-\\(--axebow-gray\\) {\n background-color: var(--axebow-gray);\n }\n\n .bg-\\(--axebow-light-gray\\) {\n background-color: var(--axebow-light-gray);\n }\n\n .bg-\\(--axebow-white\\) {\n background-color: var(--axebow-white);\n }\n\n .bg-transparent {\n background-color: #0000;\n }\n\n .bg-white {\n background-color: var(--color-white);\n }\n\n .object-contain {\n object-fit: contain;\n }\n\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n\n .px-1 {\n padding-inline: var(--spacing);\n }\n\n .px-1\\.5 {\n padding-inline: calc(var(--spacing) * 1.5);\n }\n\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n\n .px-3 {\n padding-inline: calc(var(--spacing) * 3);\n }\n\n .px-5 {\n padding-inline: calc(var(--spacing) * 5);\n }\n\n .py-0\\.5 {\n padding-block: calc(var(--spacing) * .5);\n }\n\n .py-1 {\n padding-block: var(--spacing);\n }\n\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n\n .pt-0\\.5 {\n padding-top: calc(var(--spacing) * .5);\n }\n\n .pt-2 {\n padding-top: calc(var(--spacing) * 2);\n }\n\n .pb-4 {\n padding-bottom: calc(var(--spacing) * 4);\n }\n\n .pl-2 {\n padding-left: calc(var(--spacing) * 2);\n }\n\n .pl-6 {\n padding-left: calc(var(--spacing) * 6);\n }\n\n .text-center {\n text-align: center;\n }\n\n .text-left {\n text-align: left;\n }\n\n .align-middle {\n vertical-align: middle;\n }\n\n .font-\\[Material_Symbols_Outlined\\] {\n font-family: Material Symbols Outlined;\n }\n\n .text-base {\n font-size: var(--text-base);\n line-height: var(--tw-leading, var(--text-base--line-height));\n }\n\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n\n .leading-none {\n --tw-leading: 1;\n line-height: 1;\n }\n\n .leading-snug {\n --tw-leading: var(--leading-snug);\n line-height: var(--leading-snug);\n }\n\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n\n .font-normal {\n --tw-font-weight: var(--font-weight-normal);\n font-weight: var(--font-weight-normal);\n }\n\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n\n .text-ellipsis {\n text-overflow: ellipsis;\n }\n\n .whitespace-nowrap {\n white-space: nowrap;\n }\n\n .text-\\(--axebow-error\\) {\n color: var(--axebow-error);\n }\n\n .text-\\(--axebow-gray\\) {\n color: var(--axebow-gray);\n }\n\n .text-\\(--axebow-primary\\) {\n color: var(--axebow-primary);\n }\n\n .text-\\(--axebow-rich-black\\) {\n color: var(--axebow-rich-black);\n }\n\n .text-\\(--axebow-secondary\\) {\n color: var(--axebow-secondary);\n }\n\n .text-\\(--axebow-tertiary\\) {\n color: var(--axebow-tertiary);\n }\n\n .opacity-50 {\n opacity: .5;\n }\n\n .opacity-100 {\n opacity: 1;\n }\n\n .shadow-\\[2px_2px_25px_0px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\] {\n --tw-shadow: 2px 2px 25px 0px var(--tw-shadow-color, #0000001a);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n\n .grayscale {\n --tw-grayscale: grayscale(100%);\n filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );\n }\n\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .transition-shadow {\n transition-property: box-shadow;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n\n .duration-200 {\n --tw-duration: .2s;\n transition-duration: .2s;\n }\n\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n\n .\\[font-variation-settings\\:\\'FILL\\'_0\\,\\'wght\\'_400\\,\\'GRAD\\'_0\\,\\'opsz\\'_24\\] {\n font-variation-settings: \"FILL\" 0,\"wght\" 400,\"GRAD\" 0,\"opsz\" 24;\n }\n\n .\\[font-variation-settings\\:\\'FILL\\'_1\\,\\'wght\\'_400\\,\\'GRAD\\'_0\\,\\'opsz\\'_24\\] {\n font-variation-settings: \"FILL\" 1,\"wght\" 400,\"GRAD\" 0,\"opsz\" 24;\n }\n\n @media (hover: hover) {\n .hover\\:rounded-lg:hover {\n border-radius: var(--radius-lg);\n }\n\n .hover\\:bg-\\(--axebow-light-gray\\):hover {\n background-color: var(--axebow-light-gray);\n }\n\n .hover\\:bg-\\[var\\(--axebow-anti-flash-white\\)\\]:hover {\n background-color: var(--axebow-anti-flash-white);\n }\n\n .hover\\:bg-gray-100:hover {\n background-color: var(--color-gray-100);\n }\n\n .hover\\:text-\\[var\\(--axebow-gray\\)\\]:hover {\n color: var(--axebow-gray);\n }\n\n .hover\\:shadow-\\[0_4px_12px_0_rgba\\(13\\,24\\,33\\,0\\.08\\)\\]:hover {\n --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, #0d182114);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n }\n\n .disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n }\n\n .disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n }\n\n .disabled\\:opacity-50:disabled {\n opacity: .5;\n }\n}\n\n@property --tw-rotate-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-rotate-z {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-x {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-skew-y {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n\n@property --tw-leading {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0;\n}\n\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n\n@property --tw-blur {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-brightness {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-contrast {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-grayscale {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-hue-rotate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-invert {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-opacity {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-saturate {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-sepia {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-color {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-drop-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n\n@property --tw-drop-shadow-size {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-duration {\n syntax: \"*\";\n inherits: false\n}\n\n@property --tw-ease {\n syntax: \"*\";\n inherits: false\n}\n";
48
50
  //#endregion
49
51
  //#region \0@oxc-project+runtime@0.139.0/helpers/esm/decorate.js
50
52
  function __decorate(decorators, target, key, desc) {
@@ -54,8 +56,42 @@ function __decorate(decorators, target, key, desc) {
54
56
  return c > 3 && r && Object.defineProperty(target, key, r), r;
55
57
  }
56
58
  //#endregion
57
- //#region src/components/aurora-more-actions/aurora-more-actions.ts
58
- var AuroraMoreActions = class AuroraMoreActions extends LitElement {
59
+ //#region src/components/axebow-icon/axebow-icon.ts
60
+ var AxebowIcon = class AxebowIcon extends LitElement {
61
+ constructor(..._args) {
62
+ super(..._args);
63
+ this.iconName = "home";
64
+ this.iconColor = "var(--axebow-primary)";
65
+ this.rotate = 0;
66
+ this.filled = false;
67
+ this.size = "medium";
68
+ this.marginBottom = 0;
69
+ }
70
+ static {
71
+ this.styles = unsafeCSS(tailwind_default);
72
+ }
73
+ render() {
74
+ return html`
75
+ <span
76
+ class="font-[Material_Symbols_Outlined] inline-block align-middle whitespace-nowrap ${this.filled ? "[font-variation-settings:'FILL'_1,'wght'_400,'GRAD'_0,'opsz'_24]" : "[font-variation-settings:'FILL'_0,'wght'_400,'GRAD'_0,'opsz'_24]"}"
77
+ style="color: ${this.iconColor}; transform: rotate(${this.rotate}deg); font-size: ${this.size === "xx-small" ? "var(--text-sm)" : this.size === "x-small" ? "var(--text-base)" : this.size === "small" ? "var(--text-lg)" : this.size === "medium" ? "var(--text-2xl)" : this.size === "large" ? "var(--text-4xl)" : this.size === "x-large" ? "var(--text-6xl)" : "var(--text-2xl)"};
78
+ margin-bottom: ${this.size === "xx-small" ? "0" : this.size === "x-small" ? "0" : this.size === "small" ? "0" : this.size === "medium" ? "0" : this.size === "large" ? "0.375rem" : this.size === "x-large" ? "0.5rem" : `${this.marginBottom}px`};"
79
+ >
80
+ ${this.iconName}
81
+ </span>
82
+ `;
83
+ }
84
+ };
85
+ __decorate([property({ type: String })], AxebowIcon.prototype, "iconName", void 0);
86
+ __decorate([property({ type: String })], AxebowIcon.prototype, "iconColor", void 0);
87
+ __decorate([property({ type: Number })], AxebowIcon.prototype, "rotate", void 0);
88
+ __decorate([property({ type: Boolean })], AxebowIcon.prototype, "filled", void 0);
89
+ __decorate([property({ type: String })], AxebowIcon.prototype, "size", void 0);
90
+ __decorate([property({ type: Number })], AxebowIcon.prototype, "marginBottom", void 0);
91
+ AxebowIcon = __decorate([customElement("axebow-icon")], AxebowIcon);
92
+ //#endregion
93
+ //#region src/components/axebow-more-actions/axebow-more-actions.ts
94
+ var AxebowMoreActions = class AxebowMoreActions extends LitElement {
59
95
  constructor(..._args) {
60
96
  super(..._args);
61
97
  this.open = false;
@@ -157,20 +193,20 @@ var AuroraMoreActions = class AuroraMoreActions extends LitElement {
157
193
  `;
158
194
  }
159
195
  };
160
- __decorate([property({ type: Boolean })], AuroraMoreActions.prototype, "open", void 0);
161
- __decorate([property({ type: String })], AuroraMoreActions.prototype, "placement", void 0);
162
- __decorate([property({ type: Boolean })], AuroraMoreActions.prototype, "disabled", void 0);
163
- __decorate([property({ type: Array })], AuroraMoreActions.prototype, "options", void 0);
164
- __decorate([property({ type: String })], AuroraMoreActions.prototype, "title", void 0);
165
- __decorate([property({ type: String })], AuroraMoreActions.prototype, "iconName", void 0);
166
- __decorate([property({ type: Boolean })], AuroraMoreActions.prototype, "openToRight", void 0);
167
- __decorate([property({ type: String })], AuroraMoreActions.prototype, "closeLabel", void 0);
168
- __decorate([property({ type: String })], AuroraMoreActions.prototype, "moreActionsLabel", void 0);
169
- __decorate([state()], AuroraMoreActions.prototype, "_fixedPos", void 0);
170
- AuroraMoreActions = __decorate([customElement("aurora-more-actions")], AuroraMoreActions);
196
+ __decorate([property({ type: Boolean })], AxebowMoreActions.prototype, "open", void 0);
197
+ __decorate([property({ type: String })], AxebowMoreActions.prototype, "placement", void 0);
198
+ __decorate([property({ type: Boolean })], AxebowMoreActions.prototype, "disabled", void 0);
199
+ __decorate([property({ type: Array })], AxebowMoreActions.prototype, "options", void 0);
200
+ __decorate([property({ type: String })], AxebowMoreActions.prototype, "title", void 0);
201
+ __decorate([property({ type: String })], AxebowMoreActions.prototype, "iconName", void 0);
202
+ __decorate([property({ type: Boolean })], AxebowMoreActions.prototype, "openToRight", void 0);
203
+ __decorate([property({ type: String })], AxebowMoreActions.prototype, "closeLabel", void 0);
204
+ __decorate([property({ type: String })], AxebowMoreActions.prototype, "moreActionsLabel", void 0);
205
+ __decorate([state()], AxebowMoreActions.prototype, "_fixedPos", void 0);
206
+ AxebowMoreActions = __decorate([customElement("axebow-more-actions")], AxebowMoreActions);
171
207
  //#endregion
172
- //#region src/components/cards/parts/aurora-card-cloud-logo.ts
173
- var AuroraCardCloudLogo = class AuroraCardCloudLogo extends LitElement {
208
+ //#region src/components/cards/parts/axebow-card-cloud-logo.ts
209
+ var AxebowCardCloudLogo = class AxebowCardCloudLogo extends LitElement {
174
210
  constructor(..._args) {
175
211
  super(..._args);
176
212
  this.src = null;
@@ -184,12 +220,12 @@ var AuroraCardCloudLogo = class AuroraCardCloudLogo extends LitElement {
184
220
  return this.size === "small" ? html`<div class="flex items-center justify-center shrink-0" style="height:1.125rem;width:1.125rem;"><img src=${this.src} class="max-h-full max-w-full object-contain" /></div>` : html`<div class="flex items-center justify-center shrink-0" style="height:3.125rem;width:3.125rem;"><img src=${this.src} class="max-h-full max-w-full object-contain" /></div>`;
185
221
  }
186
222
  };
187
- __decorate([property({ type: String })], AuroraCardCloudLogo.prototype, "src", void 0);
188
- __decorate([property({ type: String })], AuroraCardCloudLogo.prototype, "size", void 0);
189
- AuroraCardCloudLogo = __decorate([customElement("aurora-card-cloud-logo")], AuroraCardCloudLogo);
223
+ __decorate([property({ type: String })], AxebowCardCloudLogo.prototype, "src", void 0);
224
+ __decorate([property({ type: String })], AxebowCardCloudLogo.prototype, "size", void 0);
225
+ AxebowCardCloudLogo = __decorate([customElement("axebow-card-cloud-logo")], AxebowCardCloudLogo);
190
226
  //#endregion
191
- //#region src/components/cards/parts/aurora-card-version-selector.ts
192
- var AuroraCardVersionSelector = class AuroraCardVersionSelector extends LitElement {
227
+ //#region src/components/cards/parts/axebow-card-version-selector.ts
228
+ var AxebowCardVersionSelector = class AxebowCardVersionSelector extends LitElement {
193
229
  constructor(..._args) {
194
230
  super(..._args);
195
231
  this.revisions = [];
@@ -215,8 +251,9 @@ var AuroraCardVersionSelector = class AuroraCardVersionSelector extends LitEleme
215
251
  min-width: 0;
216
252
  display: inline-block;
217
253
  }
218
- sl-select::part(display-input) { padding: 0 8px; font-size: 0.75rem; color: var(--axebow-tertiary); }
219
- sl-select::part(combobox) { padding: 0; }
254
+ sl-select::part(display-input) { padding: 0; font-size: 0.75rem; color: var(--axebow-tertiary); }
255
+ sl-select::part(combobox) { padding: 0; gap: 0.5rem; }
256
+ sl-select::part(expand-icon) { color: var(--axebow-tertiary); }
220
257
  `];
221
258
  }
222
259
  _formatRevision(id) {
@@ -240,12 +277,61 @@ var AuroraCardVersionSelector = class AuroraCardVersionSelector extends LitEleme
240
277
  }));
241
278
  }
242
279
  };
243
- __decorate([property({ type: Array })], AuroraCardVersionSelector.prototype, "revisions", void 0);
244
- __decorate([property({ type: String })], AuroraCardVersionSelector.prototype, "displayedRevision", void 0);
245
- AuroraCardVersionSelector = __decorate([customElement("aurora-card-version-selector")], AuroraCardVersionSelector);
280
+ __decorate([property({ type: Array })], AxebowCardVersionSelector.prototype, "revisions", void 0);
281
+ __decorate([property({ type: String })], AxebowCardVersionSelector.prototype, "displayedRevision", void 0);
282
+ AxebowCardVersionSelector = __decorate([customElement("axebow-card-version-selector")], AxebowCardVersionSelector);
246
283
  //#endregion
247
- //#region src/components/cards/parts/aurora-card-header.ts
248
- var AuroraCardHeader = class AuroraCardHeader extends LitElement {
284
+ //#region src/components/cards/parts/axebow-role-tooltip.ts
285
+ var AxebowRoleTooltip = class AxebowRoleTooltip extends LitElement {
286
+ constructor(..._args) {
287
+ super(..._args);
288
+ this.heading = "";
289
+ this.items = [];
290
+ this.color = "var(--axebow-primary)";
291
+ }
292
+ static {
293
+ this.styles = [unsafeCSS(tailwind_default), css`
294
+ :host { display: contents; }
295
+ sl-tooltip::part(body) {
296
+ background-color: var(--axebow-white);
297
+ color: var(--axebow-primary);
298
+ padding: 1rem;
299
+ border: 3px solid var(--axebow-table-border);
300
+ width: 280px;
301
+ }
302
+ ul {
303
+ margin: 0.5rem 0 0;
304
+ padding-left: 1.2rem;
305
+ list-style: disc;
306
+ }
307
+ li {
308
+ font-size: 0.8rem;
309
+ line-height: 1.5;
310
+ }
311
+ `];
312
+ }
313
+ render() {
314
+ if (!this.heading) return html``;
315
+ return html`
316
+ <sl-tooltip placement="right" hoist>
317
+ <div slot="content">
318
+ <strong>${this.heading}</strong>
319
+ <ul>
320
+ ${this.items.map((item) => html`<li>${item}</li>`)}
321
+ </ul>
322
+ </div>
323
+ <axebow-icon iconName="info" size="small" class="cursor-pointer" iconColor=${this.color}></axebow-icon>
324
+ </sl-tooltip>
325
+ `;
326
+ }
327
+ };
328
+ __decorate([property({ type: String })], AxebowRoleTooltip.prototype, "heading", void 0);
329
+ __decorate([property({ type: Array })], AxebowRoleTooltip.prototype, "items", void 0);
330
+ __decorate([property({ type: String })], AxebowRoleTooltip.prototype, "color", void 0);
331
+ AxebowRoleTooltip = __decorate([customElement("axebow-role-tooltip")], AxebowRoleTooltip);
332
+ //#endregion
333
+ //#region src/components/cards/parts/axebow-card-header.ts
334
+ var AxebowCardHeader = class AxebowCardHeader extends LitElement {
249
335
  constructor(..._args) {
250
336
  super(..._args);
251
337
  this.logoSrc = null;
@@ -261,6 +347,9 @@ var AuroraCardHeader = class AuroraCardHeader extends LitElement {
261
347
  this.freeIaasDesc = "This environment uses free infrastructure.";
262
348
  this.haLabel = "Highly Available";
263
349
  this.haTitle = "High Availability enabled";
350
+ this.role = "";
351
+ this.roleTooltips = {};
352
+ this.roleTooltipColor = "var(--axebow-primary)";
264
353
  }
265
354
  static {
266
355
  this.styles = [unsafeCSS(tailwind_default), css`
@@ -305,7 +394,7 @@ var AuroraCardHeader = class AuroraCardHeader extends LitElement {
305
394
  <div class="flex flex-col flex-1 min-w-0">
306
395
  ${this.tenantOrAccount || this.logoSrc ? html`
307
396
  <div class="flex gap-2 items-center leading-none mt-1">
308
- <aurora-card-cloud-logo .src=${this.logoSrc} size="small"></aurora-card-cloud-logo>
397
+ <axebow-card-cloud-logo .src=${this.logoSrc} size="small"></axebow-card-cloud-logo>
309
398
  <span class="text-xs font-semibold text-(--axebow-gray) leading-none">${this.tenantOrAccount}</span>
310
399
  </div>
311
400
  ` : ""}
@@ -313,26 +402,37 @@ var AuroraCardHeader = class AuroraCardHeader extends LitElement {
313
402
  <span class="font-bold text-lg text-(--axebow-primary) leading-snug pt-0.5">${this.name}</span>
314
403
  ${this._renderBadge()}
315
404
  </div>
316
- ${this.subtitle ? html`<div class="text-xs text-(--axebow-gray) flex items-center gap-1 mt-1">${this.subtitle}<slot name="subtitle-tooltip"></slot></div>` : ""}
405
+ ${this.subtitle ? html`
406
+ <div class="text-xs text-(--axebow-gray) flex items-center gap-1 mt-1">
407
+ ${this.subtitle}
408
+ ${isTenant && this.roleTooltips[this.role] ? html`
409
+ <axebow-role-tooltip
410
+ .heading=${this.roleTooltips[this.role].title}
411
+ .items=${this.roleTooltips[this.role].items}
412
+ color=${this.roleTooltipColor}
413
+ ></axebow-role-tooltip>
414
+ ` : html`<slot name="subtitle-tooltip"></slot>`}
415
+ </div>
416
+ ` : ""}
317
417
  </div>
318
418
  </div>
319
419
  `;
320
420
  return html`
321
421
  <div class="w-full bg-(--axebow-anti-flash-white) rounded-lg flex items-center gap-3 py-2 px-3 box-border" style=${heightStyle}>
322
- <aurora-card-cloud-logo .src=${this.logoSrc} size="large"></aurora-card-cloud-logo>
422
+ <axebow-card-cloud-logo .src=${this.logoSrc} size="large"></axebow-card-cloud-logo>
323
423
  <div class="flex flex-col flex-1 min-w-0 ${isRuntime ? "justify-center" : ""}">
324
424
  ${!isRuntime && this.tenantOrAccount ? html`<span class="text-xs font-semibold text-(--axebow-gray) leading-none">${this.tenantOrAccount}</span>` : ""}
325
- <div class="flex justify-between items-center">
326
- <span class="font-bold ${isRuntime ? "text-base" : "text-lg"} text-(--axebow-primary) leading-snug pt-0.5">${this.name}</span>
425
+ <div class="flex justify-between items-center ${isRuntime ? "mt-1.5" : ""}">
426
+ <span class="font-bold ${isRuntime ? "text-base" : "text-lg"} text-(--axebow-primary) leading-snug ${isRuntime ? "" : "pt-0.5"}">${this.name}</span>
327
427
  ${this._renderBadge()}
328
428
  </div>
329
429
  ${isRuntime ? html`
330
- <div class="revision-wrap flex items-center mt-1">
331
- <aurora-card-version-selector
430
+ <div class="revision-wrap flex items-center mt-0.5">
431
+ <axebow-card-version-selector
332
432
  .revisions=${this.revisions}
333
433
  .displayedRevision=${this.displayedRevision}
334
434
  @revision-change=${this._onRevisionChange}
335
- ></aurora-card-version-selector>
435
+ ></axebow-card-version-selector>
336
436
  </div>
337
437
  ` : this.subtitle ? html`<div class="text-xs text-(--axebow-gray) flex items-center gap-1 mt-1">${this.subtitle}<slot name="subtitle-tooltip"></slot></div>` : ""}
338
438
  </div>
@@ -347,23 +447,26 @@ var AuroraCardHeader = class AuroraCardHeader extends LitElement {
347
447
  }));
348
448
  }
349
449
  };
350
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "logoSrc", void 0);
351
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "tenantOrAccount", void 0);
352
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "name", void 0);
353
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "badge", void 0);
354
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "subtitle", void 0);
355
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "cardType", void 0);
356
- __decorate([property({ type: Array })], AuroraCardHeader.prototype, "revisions", void 0);
357
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "displayedRevision", void 0);
358
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "freeIaasLabel", void 0);
359
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "freeIaasTitle", void 0);
360
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "freeIaasDesc", void 0);
361
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "haLabel", void 0);
362
- __decorate([property({ type: String })], AuroraCardHeader.prototype, "haTitle", void 0);
363
- AuroraCardHeader = __decorate([customElement("aurora-card-header")], AuroraCardHeader);
450
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "logoSrc", void 0);
451
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "tenantOrAccount", void 0);
452
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "name", void 0);
453
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "badge", void 0);
454
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "subtitle", void 0);
455
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "cardType", void 0);
456
+ __decorate([property({ type: Array })], AxebowCardHeader.prototype, "revisions", void 0);
457
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "displayedRevision", void 0);
458
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "freeIaasLabel", void 0);
459
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "freeIaasTitle", void 0);
460
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "freeIaasDesc", void 0);
461
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "haLabel", void 0);
462
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "haTitle", void 0);
463
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "role", void 0);
464
+ __decorate([property({ type: Object })], AxebowCardHeader.prototype, "roleTooltips", void 0);
465
+ __decorate([property({ type: String })], AxebowCardHeader.prototype, "roleTooltipColor", void 0);
466
+ AxebowCardHeader = __decorate([customElement("axebow-card-header")], AxebowCardHeader);
364
467
  //#endregion
365
- //#region src/components/cards/parts/aurora-card-stat-item.ts
366
- var AuroraCardStatItem = class AuroraCardStatItem extends LitElement {
468
+ //#region src/components/cards/parts/axebow-card-stat-item.ts
469
+ var AxebowCardStatItem = class AxebowCardStatItem extends LitElement {
367
470
  constructor(..._args) {
368
471
  super(..._args);
369
472
  this.value = 0;
@@ -394,15 +497,15 @@ var AuroraCardStatItem = class AuroraCardStatItem extends LitElement {
394
497
  }));
395
498
  }
396
499
  };
397
- __decorate([property({ type: Number })], AuroraCardStatItem.prototype, "value", void 0);
398
- __decorate([property({ type: String })], AuroraCardStatItem.prototype, "title", void 0);
399
- __decorate([property({ type: String })], AuroraCardStatItem.prototype, "label", void 0);
400
- __decorate([property({ type: Boolean })], AuroraCardStatItem.prototype, "active", void 0);
401
- __decorate([property({ type: Boolean })], AuroraCardStatItem.prototype, "compact", void 0);
402
- AuroraCardStatItem = __decorate([customElement("aurora-card-stat-item")], AuroraCardStatItem);
500
+ __decorate([property({ type: Number })], AxebowCardStatItem.prototype, "value", void 0);
501
+ __decorate([property({ type: String })], AxebowCardStatItem.prototype, "title", void 0);
502
+ __decorate([property({ type: String })], AxebowCardStatItem.prototype, "label", void 0);
503
+ __decorate([property({ type: Boolean })], AxebowCardStatItem.prototype, "active", void 0);
504
+ __decorate([property({ type: Boolean })], AxebowCardStatItem.prototype, "compact", void 0);
505
+ AxebowCardStatItem = __decorate([customElement("axebow-card-stat-item")], AxebowCardStatItem);
403
506
  //#endregion
404
- //#region src/components/cards/parts/aurora-card-stats-row.ts
405
- var AuroraCardStatsRow = class AuroraCardStatsRow extends LitElement {
507
+ //#region src/components/cards/parts/axebow-card-stats-row.ts
508
+ var AxebowCardStatsRow = class AxebowCardStatsRow extends LitElement {
406
509
  constructor(..._args) {
407
510
  super(..._args);
408
511
  this.stats = [];
@@ -415,14 +518,14 @@ var AuroraCardStatsRow = class AuroraCardStatsRow extends LitElement {
415
518
  return html`
416
519
  <div class="grid grid-cols-3 gap-1 px-2">
417
520
  ${this.stats.map((stat, index) => html`
418
- <aurora-card-stat-item
521
+ <axebow-card-stat-item
419
522
  .value=${stat.value}
420
523
  .title=${stat.title}
421
524
  .label=${stat.label}
422
525
  .active=${stat.active !== false}
423
526
  .compact=${this.compact}
424
527
  @label-click=${() => this._handleLabelClick(index)}
425
- ></aurora-card-stat-item>
528
+ ></axebow-card-stat-item>
426
529
  `)}
427
530
  </div>
428
531
  `;
@@ -435,12 +538,12 @@ var AuroraCardStatsRow = class AuroraCardStatsRow extends LitElement {
435
538
  }));
436
539
  }
437
540
  };
438
- __decorate([property({ type: Array })], AuroraCardStatsRow.prototype, "stats", void 0);
439
- __decorate([property({ type: Boolean })], AuroraCardStatsRow.prototype, "compact", void 0);
440
- AuroraCardStatsRow = __decorate([customElement("aurora-card-stats-row")], AuroraCardStatsRow);
541
+ __decorate([property({ type: Array })], AxebowCardStatsRow.prototype, "stats", void 0);
542
+ __decorate([property({ type: Boolean })], AxebowCardStatsRow.prototype, "compact", void 0);
543
+ AxebowCardStatsRow = __decorate([customElement("axebow-card-stats-row")], AxebowCardStatsRow);
441
544
  //#endregion
442
- //#region src/components/cards/parts/aurora-card-filter-item.ts
443
- var AuroraCardFilterItem = class AuroraCardFilterItem extends LitElement {
545
+ //#region src/components/cards/parts/axebow-card-filter-item.ts
546
+ var AxebowCardFilterItem = class AxebowCardFilterItem extends LitElement {
444
547
  constructor(..._args) {
445
548
  super(..._args);
446
549
  this.name = "";
@@ -468,12 +571,12 @@ var AuroraCardFilterItem = class AuroraCardFilterItem extends LitElement {
468
571
  }));
469
572
  }
470
573
  };
471
- __decorate([property({ type: String })], AuroraCardFilterItem.prototype, "name", void 0);
472
- __decorate([property({ type: Boolean })], AuroraCardFilterItem.prototype, "showAttention", void 0);
473
- AuroraCardFilterItem = __decorate([customElement("aurora-card-filter-item")], AuroraCardFilterItem);
574
+ __decorate([property({ type: String })], AxebowCardFilterItem.prototype, "name", void 0);
575
+ __decorate([property({ type: Boolean })], AxebowCardFilterItem.prototype, "showAttention", void 0);
576
+ AxebowCardFilterItem = __decorate([customElement("axebow-card-filter-item")], AxebowCardFilterItem);
474
577
  //#endregion
475
- //#region src/components/cards/parts/aurora-card-filter.ts
476
- var AuroraCardFilter = class AuroraCardFilter extends LitElement {
578
+ //#region src/components/cards/parts/axebow-card-filter.ts
579
+ var AxebowCardFilter = class AxebowCardFilter extends LitElement {
477
580
  constructor(..._args) {
478
581
  super(..._args);
479
582
  this.items = [];
@@ -517,11 +620,11 @@ var AuroraCardFilter = class AuroraCardFilter extends LitElement {
517
620
  <div class="${this.opened ? "" : "hidden"} absolute top-full left-0 right-0 z-10 flex flex-col bg-white rounded-b-lg border border-(--axebow-light-gray) shadow-[2px_2px_25px_0px_rgba(0,0,0,0.1)] max-h-40 overflow-y-auto">
518
621
  <p class="w-full p-2 cursor-pointer m-0 hover:bg-(--axebow-light-gray)" @click=${() => this._onSelect(null)}>${this.emptyLabel}</p>
519
622
  ${this.items.map((item) => html`
520
- <aurora-card-filter-item
623
+ <axebow-card-filter-item
521
624
  .name=${item.name}
522
625
  .showAttention=${item.showAttention}
523
626
  @item-select=${(e) => this._onSelect(e.detail.name)}
524
- ></aurora-card-filter-item>
627
+ ></axebow-card-filter-item>
525
628
  `)}
526
629
  </div>
527
630
  </div>
@@ -547,19 +650,19 @@ var AuroraCardFilter = class AuroraCardFilter extends LitElement {
547
650
  }));
548
651
  }
549
652
  };
550
- __decorate([property({ type: Array })], AuroraCardFilter.prototype, "items", void 0);
551
- __decorate([property({ type: String })], AuroraCardFilter.prototype, "selected", void 0);
552
- __decorate([property({ type: String })], AuroraCardFilter.prototype, "emptyLabel", void 0);
553
- __decorate([property({ type: String })], AuroraCardFilter.prototype, "emptyActionLabel", void 0);
554
- __decorate([property({ type: String })], AuroraCardFilter.prototype, "attentionLabel", void 0);
555
- __decorate([property({ type: Boolean })], AuroraCardFilter.prototype, "showAttention", void 0);
556
- __decorate([property({ type: Boolean })], AuroraCardFilter.prototype, "opened", void 0);
557
- __decorate([property({ type: Boolean })], AuroraCardFilter.prototype, "isPlainRole", void 0);
558
- __decorate([property({ type: Boolean })], AuroraCardFilter.prototype, "isDisabled", void 0);
559
- AuroraCardFilter = __decorate([customElement("aurora-card-filter")], AuroraCardFilter);
653
+ __decorate([property({ type: Array })], AxebowCardFilter.prototype, "items", void 0);
654
+ __decorate([property({ type: String })], AxebowCardFilter.prototype, "selected", void 0);
655
+ __decorate([property({ type: String })], AxebowCardFilter.prototype, "emptyLabel", void 0);
656
+ __decorate([property({ type: String })], AxebowCardFilter.prototype, "emptyActionLabel", void 0);
657
+ __decorate([property({ type: String })], AxebowCardFilter.prototype, "attentionLabel", void 0);
658
+ __decorate([property({ type: Boolean })], AxebowCardFilter.prototype, "showAttention", void 0);
659
+ __decorate([property({ type: Boolean })], AxebowCardFilter.prototype, "opened", void 0);
660
+ __decorate([property({ type: Boolean })], AxebowCardFilter.prototype, "isPlainRole", void 0);
661
+ __decorate([property({ type: Boolean })], AxebowCardFilter.prototype, "isDisabled", void 0);
662
+ AxebowCardFilter = __decorate([customElement("axebow-card-filter")], AxebowCardFilter);
560
663
  //#endregion
561
- //#region src/components/cards/parts/aurora-card-table-header.ts
562
- var AuroraCardTableHeader = class AuroraCardTableHeader extends LitElement {
664
+ //#region src/components/cards/parts/axebow-card-table-header.ts
665
+ var AxebowCardTableHeader = class AxebowCardTableHeader extends LitElement {
563
666
  constructor(..._args) {
564
667
  super(..._args);
565
668
  this.opened = false;
@@ -632,16 +735,16 @@ var AuroraCardTableHeader = class AuroraCardTableHeader extends LitElement {
632
735
  }));
633
736
  }
634
737
  };
635
- __decorate([property({ type: Boolean })], AuroraCardTableHeader.prototype, "opened", void 0);
636
- __decorate([property({ type: String })], AuroraCardTableHeader.prototype, "filterDisplayText", void 0);
637
- __decorate([property({ type: String })], AuroraCardTableHeader.prototype, "allLabel", void 0);
638
- __decorate([property({ type: String })], AuroraCardTableHeader.prototype, "attentionLabel", void 0);
639
- __decorate([property({ type: Boolean })], AuroraCardTableHeader.prototype, "showAttention", void 0);
640
- __decorate([property({ type: Array })], AuroraCardTableHeader.prototype, "filterRoles", void 0);
641
- AuroraCardTableHeader = __decorate([customElement("aurora-card-table-header")], AuroraCardTableHeader);
738
+ __decorate([property({ type: Boolean })], AxebowCardTableHeader.prototype, "opened", void 0);
739
+ __decorate([property({ type: String })], AxebowCardTableHeader.prototype, "filterDisplayText", void 0);
740
+ __decorate([property({ type: String })], AxebowCardTableHeader.prototype, "allLabel", void 0);
741
+ __decorate([property({ type: String })], AxebowCardTableHeader.prototype, "attentionLabel", void 0);
742
+ __decorate([property({ type: Boolean })], AxebowCardTableHeader.prototype, "showAttention", void 0);
743
+ __decorate([property({ type: Array })], AxebowCardTableHeader.prototype, "filterRoles", void 0);
744
+ AxebowCardTableHeader = __decorate([customElement("axebow-card-table-header")], AxebowCardTableHeader);
642
745
  //#endregion
643
- //#region src/components/cards/parts/aurora-card-special-link.ts
644
- var AuroraCardSpecialLink = class AuroraCardSpecialLink extends LitElement {
746
+ //#region src/components/cards/parts/axebow-card-special-link.ts
747
+ var AxebowCardSpecialLink = class AxebowCardSpecialLink extends LitElement {
645
748
  constructor(..._args) {
646
749
  super(..._args);
647
750
  this.label = "";
@@ -666,13 +769,13 @@ var AuroraCardSpecialLink = class AuroraCardSpecialLink extends LitElement {
666
769
  }));
667
770
  }
668
771
  };
669
- __decorate([property({ type: String })], AuroraCardSpecialLink.prototype, "label", void 0);
670
- __decorate([property({ type: String })], AuroraCardSpecialLink.prototype, "color", void 0);
671
- __decorate([property({ type: String })], AuroraCardSpecialLink.prototype, "icon", void 0);
672
- AuroraCardSpecialLink = __decorate([customElement("aurora-card-special-link")], AuroraCardSpecialLink);
772
+ __decorate([property({ type: String })], AxebowCardSpecialLink.prototype, "label", void 0);
773
+ __decorate([property({ type: String })], AxebowCardSpecialLink.prototype, "color", void 0);
774
+ __decorate([property({ type: String })], AxebowCardSpecialLink.prototype, "icon", void 0);
775
+ AxebowCardSpecialLink = __decorate([customElement("axebow-card-special-link")], AxebowCardSpecialLink);
673
776
  //#endregion
674
- //#region src/components/cards/parts/aurora-card-attention-banner.ts
675
- var AuroraCardAttentionBanner = class AuroraCardAttentionBanner extends LitElement {
777
+ //#region src/components/cards/parts/axebow-card-attention-banner.ts
778
+ var AxebowCardAttentionBanner = class AxebowCardAttentionBanner extends LitElement {
676
779
  constructor(..._args) {
677
780
  super(..._args);
678
781
  this.cardType = "account";
@@ -709,11 +812,11 @@ var AuroraCardAttentionBanner = class AuroraCardAttentionBanner extends LitEleme
709
812
  ${this.isPlainRole ? html`<span class="text-(--axebow-error)">${this.askOwnerLabel}</span>` : html`
710
813
  <p class="text-(--axebow-error) m-0">
711
814
  ${this.invalidCredentials ? this.invalidCredsLabel : `${this.limitReachedLabel} ${this._formatList(exceeded)}.`}
712
- <aurora-card-special-link
815
+ <axebow-card-special-link
713
816
  .label=${this.manageLabel}
714
817
  color="var(--axebow-error)"
715
818
  @link-click=${this._onManage}
716
- ></aurora-card-special-link>
819
+ ></axebow-card-special-link>
717
820
  </p>
718
821
  `}
719
822
  </div>
@@ -726,20 +829,20 @@ var AuroraCardAttentionBanner = class AuroraCardAttentionBanner extends LitEleme
726
829
  }));
727
830
  }
728
831
  };
729
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "cardType", void 0);
730
- __decorate([property({ type: Array })], AuroraCardAttentionBanner.prototype, "tableStats", void 0);
731
- __decorate([property({ type: Number })], AuroraCardAttentionBanner.prototype, "threshold", void 0);
732
- __decorate([property({ type: Boolean })], AuroraCardAttentionBanner.prototype, "isPlainRole", void 0);
733
- __decorate([property({ type: Boolean })], AuroraCardAttentionBanner.prototype, "invalidCredentials", void 0);
734
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "manageLabel", void 0);
735
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "askOwnerLabel", void 0);
736
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "invalidCredsLabel", void 0);
737
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "limitReachedLabel", void 0);
738
- __decorate([property({ type: String })], AuroraCardAttentionBanner.prototype, "andLabel", void 0);
739
- AuroraCardAttentionBanner = __decorate([customElement("aurora-card-attention-banner")], AuroraCardAttentionBanner);
832
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "cardType", void 0);
833
+ __decorate([property({ type: Array })], AxebowCardAttentionBanner.prototype, "tableStats", void 0);
834
+ __decorate([property({ type: Number })], AxebowCardAttentionBanner.prototype, "threshold", void 0);
835
+ __decorate([property({ type: Boolean })], AxebowCardAttentionBanner.prototype, "isPlainRole", void 0);
836
+ __decorate([property({ type: Boolean })], AxebowCardAttentionBanner.prototype, "invalidCredentials", void 0);
837
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "manageLabel", void 0);
838
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "askOwnerLabel", void 0);
839
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "invalidCredsLabel", void 0);
840
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "limitReachedLabel", void 0);
841
+ __decorate([property({ type: String })], AxebowCardAttentionBanner.prototype, "andLabel", void 0);
842
+ AxebowCardAttentionBanner = __decorate([customElement("axebow-card-attention-banner")], AxebowCardAttentionBanner);
740
843
  //#endregion
741
- //#region src/components/cards/parts/aurora-card-action-banner.ts
742
- var AuroraCardActionBanner = class AuroraCardActionBanner extends LitElement {
844
+ //#region src/components/cards/parts/axebow-card-action-banner.ts
845
+ var AxebowCardActionBanner = class AxebowCardActionBanner extends LitElement {
743
846
  constructor(..._args) {
744
847
  super(..._args);
745
848
  this.label = "View details";
@@ -769,11 +872,11 @@ var AuroraCardActionBanner = class AuroraCardActionBanner extends LitElement {
769
872
  }));
770
873
  }
771
874
  };
772
- __decorate([property({ type: String })], AuroraCardActionBanner.prototype, "label", void 0);
773
- AuroraCardActionBanner = __decorate([customElement("aurora-card-action-banner")], AuroraCardActionBanner);
875
+ __decorate([property({ type: String })], AxebowCardActionBanner.prototype, "label", void 0);
876
+ AxebowCardActionBanner = __decorate([customElement("axebow-card-action-banner")], AxebowCardActionBanner);
774
877
  //#endregion
775
- //#region src/components/cards/parts/aurora-card-resource-row.ts
776
- var AuroraCardResourceRow = class AuroraCardResourceRow extends LitElement {
878
+ //#region src/components/cards/parts/axebow-card-resource-row.ts
879
+ var AxebowCardResourceRow = class AxebowCardResourceRow extends LitElement {
777
880
  constructor(..._args) {
778
881
  super(..._args);
779
882
  this.attentionThreshold = 90;
@@ -820,13 +923,13 @@ var AuroraCardResourceRow = class AuroraCardResourceRow extends LitElement {
820
923
  `;
821
924
  }
822
925
  };
823
- __decorate([property({ type: Object })], AuroraCardResourceRow.prototype, "stat", void 0);
824
- __decorate([property({ type: Number })], AuroraCardResourceRow.prototype, "attentionThreshold", void 0);
825
- __decorate([property({ type: Boolean })], AuroraCardResourceRow.prototype, "isLast", void 0);
826
- AuroraCardResourceRow = __decorate([customElement("aurora-card-resource-row")], AuroraCardResourceRow);
926
+ __decorate([property({ type: Object })], AxebowCardResourceRow.prototype, "stat", void 0);
927
+ __decorate([property({ type: Number })], AxebowCardResourceRow.prototype, "attentionThreshold", void 0);
928
+ __decorate([property({ type: Boolean })], AxebowCardResourceRow.prototype, "isLast", void 0);
929
+ AxebowCardResourceRow = __decorate([customElement("axebow-card-resource-row")], AxebowCardResourceRow);
827
930
  //#endregion
828
- //#region src/components/cards/parts/aurora-card-resource-table.ts
829
- var AuroraCardResourceTable = class AuroraCardResourceTable extends LitElement {
931
+ //#region src/components/cards/parts/axebow-card-resource-table.ts
932
+ var AxebowCardResourceTable = class AxebowCardResourceTable extends LitElement {
830
933
  constructor(..._args) {
831
934
  super(..._args);
832
935
  this.rows = [];
@@ -859,15 +962,15 @@ var AuroraCardResourceTable = class AuroraCardResourceTable extends LitElement {
859
962
  <div>
860
963
  <div class="grid grid-cols-[auto_auto_1fr_auto] border-b border-(--axebow-light-gray)">
861
964
  ${this.rows.map((stat) => html`
862
- <aurora-card-resource-row
965
+ <axebow-card-resource-row
863
966
  .stat=${stat}
864
967
  .attentionThreshold=${this.attentionThreshold}
865
968
  .isLast=${stat === lastVisible}
866
- ></aurora-card-resource-row>
969
+ ></axebow-card-resource-row>
867
970
  `)}
868
971
  </div>
869
972
 
870
- ${showWarning ? html`<aurora-card-attention-banner
973
+ ${showWarning ? html`<axebow-card-attention-banner
871
974
  .invalidCredentials=${true}
872
975
  .isPlainRole=${this.isPlainRole}
873
976
  .manageLabel=${this.manageLabel}
@@ -875,7 +978,7 @@ var AuroraCardResourceTable = class AuroraCardResourceTable extends LitElement {
875
978
  .invalidCredsLabel=${this.invalidCredsLabel}
876
979
  .limitReachedLabel=${this.limitReachedLabel}
877
980
  .andLabel=${this.andLabel}
878
- ></aurora-card-attention-banner>` : showAttention ? html`<aurora-card-attention-banner
981
+ ></axebow-card-attention-banner>` : showAttention ? html`<axebow-card-attention-banner
879
982
  .cardType=${this.cardType}
880
983
  .tableStats=${this.rows}
881
984
  .threshold=${this.attentionThreshold}
@@ -885,30 +988,30 @@ var AuroraCardResourceTable = class AuroraCardResourceTable extends LitElement {
885
988
  .invalidCredsLabel=${this.invalidCredsLabel}
886
989
  .limitReachedLabel=${this.limitReachedLabel}
887
990
  .andLabel=${this.andLabel}
888
- ></aurora-card-attention-banner>` : showAction ? html`<aurora-card-action-banner .label=${this.actionBannerLabel} @action-click=${() => this.dispatchEvent(new CustomEvent("action-click", {
991
+ ></axebow-card-attention-banner>` : showAction ? html`<axebow-card-action-banner .label=${this.actionBannerLabel} @action-click=${() => this.dispatchEvent(new CustomEvent("action-click", {
889
992
  bubbles: true,
890
993
  composed: true
891
- }))}></aurora-card-action-banner>` : ""}
994
+ }))}></axebow-card-action-banner>` : ""}
892
995
  </div>
893
996
  `;
894
997
  }
895
998
  };
896
- __decorate([property({ type: Array })], AuroraCardResourceTable.prototype, "rows", void 0);
897
- __decorate([property({ type: Number })], AuroraCardResourceTable.prototype, "attentionThreshold", void 0);
898
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "cardType", void 0);
899
- __decorate([property({ type: Boolean })], AuroraCardResourceTable.prototype, "isPlainRole", void 0);
900
- __decorate([property({ type: Boolean })], AuroraCardResourceTable.prototype, "showActionBanner", void 0);
901
- __decorate([property({ type: Boolean })], AuroraCardResourceTable.prototype, "showWarningBanner", void 0);
902
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "manageLabel", void 0);
903
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "askOwnerLabel", void 0);
904
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "invalidCredsLabel", void 0);
905
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "limitReachedLabel", void 0);
906
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "andLabel", void 0);
907
- __decorate([property({ type: String })], AuroraCardResourceTable.prototype, "actionBannerLabel", void 0);
908
- AuroraCardResourceTable = __decorate([customElement("aurora-card-resource-table")], AuroraCardResourceTable);
999
+ __decorate([property({ type: Array })], AxebowCardResourceTable.prototype, "rows", void 0);
1000
+ __decorate([property({ type: Number })], AxebowCardResourceTable.prototype, "attentionThreshold", void 0);
1001
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "cardType", void 0);
1002
+ __decorate([property({ type: Boolean })], AxebowCardResourceTable.prototype, "isPlainRole", void 0);
1003
+ __decorate([property({ type: Boolean })], AxebowCardResourceTable.prototype, "showActionBanner", void 0);
1004
+ __decorate([property({ type: Boolean })], AxebowCardResourceTable.prototype, "showWarningBanner", void 0);
1005
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "manageLabel", void 0);
1006
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "askOwnerLabel", void 0);
1007
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "invalidCredsLabel", void 0);
1008
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "limitReachedLabel", void 0);
1009
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "andLabel", void 0);
1010
+ __decorate([property({ type: String })], AxebowCardResourceTable.prototype, "actionBannerLabel", void 0);
1011
+ AxebowCardResourceTable = __decorate([customElement("axebow-card-resource-table")], AxebowCardResourceTable);
909
1012
  //#endregion
910
- //#region src/components/cards/parts/aurora-card-status.ts
911
- var AuroraCardStatus = class AuroraCardStatus extends LitElement {
1013
+ //#region src/components/cards/parts/axebow-card-status.ts
1014
+ var AxebowCardStatus = class AxebowCardStatus extends LitElement {
912
1015
  constructor(..._args) {
913
1016
  super(..._args);
914
1017
  this.statusCode = "";
@@ -935,14 +1038,14 @@ var AuroraCardStatus = class AuroraCardStatus extends LitElement {
935
1038
  `;
936
1039
  }
937
1040
  };
938
- __decorate([property({ type: String })], AuroraCardStatus.prototype, "statusCode", void 0);
939
- __decorate([property({ type: String })], AuroraCardStatus.prototype, "statusMessage", void 0);
940
- __decorate([property({ type: String })], AuroraCardStatus.prototype, "borderColor", void 0);
941
- __decorate([property({ type: Boolean })], AuroraCardStatus.prototype, "showSpinner", void 0);
942
- AuroraCardStatus = __decorate([customElement("aurora-card-status")], AuroraCardStatus);
1041
+ __decorate([property({ type: String })], AxebowCardStatus.prototype, "statusCode", void 0);
1042
+ __decorate([property({ type: String })], AxebowCardStatus.prototype, "statusMessage", void 0);
1043
+ __decorate([property({ type: String })], AxebowCardStatus.prototype, "borderColor", void 0);
1044
+ __decorate([property({ type: Boolean })], AxebowCardStatus.prototype, "showSpinner", void 0);
1045
+ AxebowCardStatus = __decorate([customElement("axebow-card-status")], AxebowCardStatus);
943
1046
  //#endregion
944
- //#region src/components/cards/parts/aurora-card-footer.ts
945
- var AuroraCardFooter = class AuroraCardFooter extends LitElement {
1047
+ //#region src/components/cards/parts/axebow-card-footer.ts
1048
+ var AxebowCardFooter = class AxebowCardFooter extends LitElement {
946
1049
  constructor(..._args) {
947
1050
  super(..._args);
948
1051
  this.isFreeIaaS = false;
@@ -965,16 +1068,16 @@ var AuroraCardFooter = class AuroraCardFooter extends LitElement {
965
1068
  const showAction = !showDropdown && !!this.actionLabel;
966
1069
  return html`
967
1070
  <div class="flex justify-between items-center relative h-6 gap-2 text-xs">
968
- <aurora-card-status
1071
+ <axebow-card-status
969
1072
  .statusCode=${this.statusCode}
970
1073
  .statusMessage=${this.statusMessage}
971
1074
  .borderColor=${this.borderColor}
972
1075
  .showSpinner=${this.showSpinner}
973
1076
  >
974
1077
  <slot></slot>
975
- </aurora-card-status>
1078
+ </axebow-card-status>
976
1079
  ${showDropdown ? html`
977
- <aurora-more-actions
1080
+ <axebow-more-actions
978
1081
  class="shrink-0 mr-2"
979
1082
  placement="top"
980
1083
  .open=${this.moreActionsOpen}
@@ -982,7 +1085,7 @@ var AuroraCardFooter = class AuroraCardFooter extends LitElement {
982
1085
  .closeLabel=${this.closeLabel}
983
1086
  .moreActionsLabel=${this.moreActionsLabel}
984
1087
  @toggled=${this._onToggled}
985
- ></aurora-more-actions>
1088
+ ></axebow-more-actions>
986
1089
  ` : showAction ? html`<axebow-button variant="text" size="medium" @click=${this._onAction}>${this.actionLabel}</axebow-button>` : ""}
987
1090
  </div>
988
1091
  `;
@@ -1001,21 +1104,21 @@ var AuroraCardFooter = class AuroraCardFooter extends LitElement {
1001
1104
  }));
1002
1105
  }
1003
1106
  };
1004
- __decorate([property({ type: Boolean })], AuroraCardFooter.prototype, "isFreeIaaS", void 0);
1005
- __decorate([property({ type: Boolean })], AuroraCardFooter.prototype, "isPlainRole", void 0);
1006
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "statusCode", void 0);
1007
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "statusMessage", void 0);
1008
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "borderColor", void 0);
1009
- __decorate([property({ type: Boolean })], AuroraCardFooter.prototype, "showSpinner", void 0);
1010
- __decorate([property({ type: Boolean })], AuroraCardFooter.prototype, "moreActionsOpen", void 0);
1011
- __decorate([property({ type: Array })], AuroraCardFooter.prototype, "moreActionsOptions", void 0);
1012
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "closeLabel", void 0);
1013
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "moreActionsLabel", void 0);
1014
- __decorate([property({ type: String })], AuroraCardFooter.prototype, "actionLabel", void 0);
1015
- AuroraCardFooter = __decorate([customElement("aurora-card-footer")], AuroraCardFooter);
1107
+ __decorate([property({ type: Boolean })], AxebowCardFooter.prototype, "isFreeIaaS", void 0);
1108
+ __decorate([property({ type: Boolean })], AxebowCardFooter.prototype, "isPlainRole", void 0);
1109
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "statusCode", void 0);
1110
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "statusMessage", void 0);
1111
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "borderColor", void 0);
1112
+ __decorate([property({ type: Boolean })], AxebowCardFooter.prototype, "showSpinner", void 0);
1113
+ __decorate([property({ type: Boolean })], AxebowCardFooter.prototype, "moreActionsOpen", void 0);
1114
+ __decorate([property({ type: Array })], AxebowCardFooter.prototype, "moreActionsOptions", void 0);
1115
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "closeLabel", void 0);
1116
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "moreActionsLabel", void 0);
1117
+ __decorate([property({ type: String })], AxebowCardFooter.prototype, "actionLabel", void 0);
1118
+ AxebowCardFooter = __decorate([customElement("axebow-card-footer")], AxebowCardFooter);
1016
1119
  //#endregion
1017
- //#region src/components/cards/aurora-base-card.ts
1018
- var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1120
+ //#region src/components/cards/axebow-base-card.ts
1121
+ var AxebowBaseCard = class AxebowBaseCard extends LitElement {
1019
1122
  constructor(..._args) {
1020
1123
  super(..._args);
1021
1124
  this.cardType = "account";
@@ -1067,6 +1170,9 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1067
1170
  this.freeIaasDesc = "This environment uses free infrastructure.";
1068
1171
  this.haLabel = "Highly Available";
1069
1172
  this.haTitle = "High Availability enabled";
1173
+ this.role = "";
1174
+ this.roleTooltips = {};
1175
+ this.roleTooltipColor = "var(--axebow-primary)";
1070
1176
  }
1071
1177
  static {
1072
1178
  this.styles = [unsafeCSS(tailwind_default), css`
@@ -1097,7 +1203,7 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1097
1203
  ?inert=${this.isDeleting}
1098
1204
  >
1099
1205
  <div class="flex flex-col gap-2">
1100
- <aurora-card-header
1206
+ <axebow-card-header
1101
1207
  .cardType=${this.cardType}
1102
1208
  .logoSrc=${this.logoSrc}
1103
1209
  .tenantOrAccount=${this.tenantOrAccount}
@@ -1111,6 +1217,9 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1111
1217
  .freeIaasDesc=${this.freeIaasDesc}
1112
1218
  .haLabel=${this.haLabel}
1113
1219
  .haTitle=${this.haTitle}
1220
+ .role=${this.role}
1221
+ .roleTooltips=${this.roleTooltips}
1222
+ .roleTooltipColor=${this.roleTooltipColor}
1114
1223
  @revision-change=${(e) => this.dispatchEvent(new CustomEvent("revision-change", {
1115
1224
  detail: e.detail,
1116
1225
  bubbles: true,
@@ -1118,7 +1227,7 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1118
1227
  }))}
1119
1228
  >
1120
1229
  <slot slot="subtitle-tooltip" name="subtitle-tooltip"></slot>
1121
- </aurora-card-header>
1230
+ </axebow-card-header>
1122
1231
 
1123
1232
  <div class="w-full px-2 flex flex-col gap-2">
1124
1233
  ${isRuntime ? html`
@@ -1127,7 +1236,7 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1127
1236
  ${this.isDeployed ? html`<span class="text-(--axebow-secondary) border-2 border-(--axebow-secondary) rounded-lg py-0.5 px-1.5 whitespace-nowrap text-xs">${this.deployedLabel}</span>` : ""}
1128
1237
  </div>
1129
1238
  ` : html`
1130
- <aurora-card-stats-row
1239
+ <axebow-card-stats-row
1131
1240
  .stats=${this.mainStats}
1132
1241
  .compact=${this.compact}
1133
1242
  @stat-label-click=${(e) => !this.isDeleting && this.dispatchEvent(new CustomEvent("stat-label-click", {
@@ -1135,12 +1244,12 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1135
1244
  bubbles: true,
1136
1245
  composed: true
1137
1246
  }))}
1138
- ></aurora-card-stats-row>
1247
+ ></axebow-card-stats-row>
1139
1248
  `}
1140
1249
 
1141
1250
  <div class="w-full h-full border border-(--axebow-light-gray) rounded-md">
1142
1251
  ${isRuntime ? html`
1143
- <aurora-card-table-header
1252
+ <axebow-card-table-header
1144
1253
  .opened=${this.filterOpened}
1145
1254
  .filterDisplayText=${this.filterDisplayText}
1146
1255
  .allLabel=${this.allLabel}
@@ -1156,9 +1265,9 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1156
1265
  bubbles: true,
1157
1266
  composed: true
1158
1267
  }))}
1159
- ></aurora-card-table-header>
1268
+ ></axebow-card-table-header>
1160
1269
  ` : html`
1161
- <aurora-card-filter
1270
+ <axebow-card-filter
1162
1271
  .items=${this.filterItems}
1163
1272
  .selected=${this.selected}
1164
1273
  .emptyLabel=${this.emptyLabel}
@@ -1181,10 +1290,10 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1181
1290
  bubbles: true,
1182
1291
  composed: true
1183
1292
  }))}
1184
- ></aurora-card-filter>
1293
+ ></axebow-card-filter>
1185
1294
  `}
1186
1295
 
1187
- <aurora-card-resource-table
1296
+ <axebow-card-resource-table
1188
1297
  .rows=${this.tableStats}
1189
1298
  .attentionThreshold=${this.attentionThreshold}
1190
1299
  .cardType=${this.cardType}
@@ -1205,14 +1314,14 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1205
1314
  bubbles: true,
1206
1315
  composed: true
1207
1316
  }))}
1208
- ></aurora-card-resource-table>
1317
+ ></axebow-card-resource-table>
1209
1318
  </div>
1210
1319
 
1211
1320
  <slot name="extra-features"></slot>
1212
1321
  </div>
1213
1322
  </div>
1214
1323
 
1215
- <aurora-card-footer
1324
+ <axebow-card-footer
1216
1325
  class="mb-1 pl-2"
1217
1326
  .isFreeIaaS=${this.isFreeIaaS}
1218
1327
  .isPlainRole=${this.isPlainRole}
@@ -1236,7 +1345,7 @@ var AuroraBaseCard = class AuroraBaseCard extends LitElement {
1236
1345
  }))}
1237
1346
  >
1238
1347
  <slot name="status-footer"></slot>
1239
- </aurora-card-footer>
1348
+ </axebow-card-footer>
1240
1349
 
1241
1350
  <slot name="dialogs"></slot>
1242
1351
  </div>
@@ -1247,57 +1356,60 @@ __decorate([property({
1247
1356
  type: String,
1248
1357
  reflect: true,
1249
1358
  attribute: "card-type"
1250
- })], AuroraBaseCard.prototype, "cardType", void 0);
1251
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "name", void 0);
1252
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "logoSrc", void 0);
1253
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "tenantOrAccount", void 0);
1254
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "badge", void 0);
1255
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "subtitle", void 0);
1256
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "mainStats", void 0);
1257
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "compact", void 0);
1258
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "tableStats", void 0);
1259
- __decorate([property({ type: Number })], AuroraBaseCard.prototype, "attentionThreshold", void 0);
1260
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "filterItems", void 0);
1261
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "selected", void 0);
1262
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "filterOpened", void 0);
1263
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "emptyLabel", void 0);
1264
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "emptyActionLabel", void 0);
1265
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "attentionLabel", void 0);
1266
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "showAttention", void 0);
1267
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "isPlainRole", void 0);
1268
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "isDeleting", void 0);
1269
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "isDisabled", void 0);
1270
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "revisions", void 0);
1271
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "displayedRevision", void 0);
1272
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "isDeployed", void 0);
1273
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "deployedLabel", void 0);
1274
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "filterRoles", void 0);
1275
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "filterDisplayText", void 0);
1276
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "allLabel", void 0);
1277
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "borderColor", void 0);
1278
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "statusCode", void 0);
1279
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "statusMessage", void 0);
1280
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "serviceDetailLabel", void 0);
1281
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "showActionBanner", void 0);
1282
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "showWarningBanner", void 0);
1283
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "manageLabel", void 0);
1284
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "askOwnerLabel", void 0);
1285
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "invalidCredsLabel", void 0);
1286
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "limitReachedLabel", void 0);
1287
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "andLabel", void 0);
1288
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "actionBannerLabel", void 0);
1289
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "moreActionsOpen", void 0);
1290
- __decorate([property({ type: Array })], AuroraBaseCard.prototype, "moreActionsOptions", void 0);
1291
- __decorate([property({ type: Boolean })], AuroraBaseCard.prototype, "isFreeIaaS", void 0);
1292
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "closeLabel", void 0);
1293
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "moreActionsLabel", void 0);
1294
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "freeIaasLabel", void 0);
1295
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "freeIaasTitle", void 0);
1296
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "freeIaasDesc", void 0);
1297
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "haLabel", void 0);
1298
- __decorate([property({ type: String })], AuroraBaseCard.prototype, "haTitle", void 0);
1299
- AuroraBaseCard = __decorate([customElement("aurora-base-card")], AuroraBaseCard);
1359
+ })], AxebowBaseCard.prototype, "cardType", void 0);
1360
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "name", void 0);
1361
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "logoSrc", void 0);
1362
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "tenantOrAccount", void 0);
1363
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "badge", void 0);
1364
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "subtitle", void 0);
1365
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "mainStats", void 0);
1366
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "compact", void 0);
1367
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "tableStats", void 0);
1368
+ __decorate([property({ type: Number })], AxebowBaseCard.prototype, "attentionThreshold", void 0);
1369
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "filterItems", void 0);
1370
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "selected", void 0);
1371
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "filterOpened", void 0);
1372
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "emptyLabel", void 0);
1373
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "emptyActionLabel", void 0);
1374
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "attentionLabel", void 0);
1375
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "showAttention", void 0);
1376
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "isPlainRole", void 0);
1377
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "isDeleting", void 0);
1378
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "isDisabled", void 0);
1379
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "revisions", void 0);
1380
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "displayedRevision", void 0);
1381
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "isDeployed", void 0);
1382
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "deployedLabel", void 0);
1383
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "filterRoles", void 0);
1384
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "filterDisplayText", void 0);
1385
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "allLabel", void 0);
1386
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "borderColor", void 0);
1387
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "statusCode", void 0);
1388
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "statusMessage", void 0);
1389
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "serviceDetailLabel", void 0);
1390
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "showActionBanner", void 0);
1391
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "showWarningBanner", void 0);
1392
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "manageLabel", void 0);
1393
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "askOwnerLabel", void 0);
1394
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "invalidCredsLabel", void 0);
1395
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "limitReachedLabel", void 0);
1396
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "andLabel", void 0);
1397
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "actionBannerLabel", void 0);
1398
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "moreActionsOpen", void 0);
1399
+ __decorate([property({ type: Array })], AxebowBaseCard.prototype, "moreActionsOptions", void 0);
1400
+ __decorate([property({ type: Boolean })], AxebowBaseCard.prototype, "isFreeIaaS", void 0);
1401
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "closeLabel", void 0);
1402
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "moreActionsLabel", void 0);
1403
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "freeIaasLabel", void 0);
1404
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "freeIaasTitle", void 0);
1405
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "freeIaasDesc", void 0);
1406
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "haLabel", void 0);
1407
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "haTitle", void 0);
1408
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "role", void 0);
1409
+ __decorate([property({ type: Object })], AxebowBaseCard.prototype, "roleTooltips", void 0);
1410
+ __decorate([property({ type: String })], AxebowBaseCard.prototype, "roleTooltipColor", void 0);
1411
+ AxebowBaseCard = __decorate([customElement("axebow-base-card")], AxebowBaseCard);
1300
1412
  //#endregion
1301
- export { AuroraBaseCard, AuroraCardActionBanner, AuroraCardAttentionBanner, AuroraCardCloudLogo, AuroraCardFilter, AuroraCardFilterItem, AuroraCardFooter, AuroraCardHeader, AuroraCardResourceRow, AuroraCardResourceTable, AuroraCardSpecialLink, AuroraCardStatItem, AuroraCardStatsRow, AuroraCardStatus, AuroraCardTableHeader, AuroraCardVersionSelector, AuroraMoreActions, STATUS_COLORS, auroraTheme };
1413
+ export { AxebowBaseCard, AxebowCardActionBanner, AxebowCardAttentionBanner, AxebowCardCloudLogo, AxebowCardFilter, AxebowCardFilterItem, AxebowCardFooter, AxebowCardHeader, AxebowCardResourceRow, AxebowCardResourceTable, AxebowCardSpecialLink, AxebowCardStatItem, AxebowCardStatsRow, AxebowCardStatus, AxebowCardTableHeader, AxebowCardVersionSelector, AxebowIcon, AxebowMoreActions, AxebowRoleTooltip, STATUS_COLORS, axebowTheme };
1302
1414
 
1303
1415
  //# sourceMappingURL=index.js.map