@covalent/components 8.11.0 → 8.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-shell/app-shell.d.ts +12 -0
- package/app-shell/app-shell.d.ts.map +1 -1
- package/app-shell.js +12 -11
- package/app-shell.mjs +124 -61
- package/package.json +1 -1
- package/theme/prebuilt/dark-theme.css +1 -1
- package/theme/prebuilt/dark-theme.css.map +1 -1
- package/theme/prebuilt/light-theme.css +1 -1
- package/theme/prebuilt/light-theme.css.map +1 -1
package/app-shell/app-shell.d.ts
CHANGED
@@ -15,6 +15,10 @@ declare global {
|
|
15
15
|
*/
|
16
16
|
export declare class CovalentAppShell extends DrawerBase {
|
17
17
|
static styles: import("lit").CSSResult[];
|
18
|
+
element: Element | null;
|
19
|
+
helpWidth: number;
|
20
|
+
private _startX;
|
21
|
+
private _startWidth;
|
18
22
|
navigationListElements: HTMLElement[];
|
19
23
|
userMenuElements: HTMLElement[];
|
20
24
|
/**
|
@@ -41,7 +45,15 @@ export declare class CovalentAppShell extends DrawerBase {
|
|
41
45
|
fullWidth: boolean;
|
42
46
|
private hovered;
|
43
47
|
constructor();
|
48
|
+
setupHelpPanelListeners(): void;
|
49
|
+
toggleHelpPanel(open?: boolean): void;
|
50
|
+
private _setupEventListeners;
|
51
|
+
firstUpdated(): void;
|
52
|
+
private _startResizing;
|
53
|
+
private _resize;
|
54
|
+
private _stopResize;
|
44
55
|
private _toggleOpen;
|
56
|
+
private updateHelpPanelWidth;
|
45
57
|
private _handleMenuClick;
|
46
58
|
private _handleNavMouseOver;
|
47
59
|
private _handleNavMouseOut;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"app-shell.d.ts","sourceRoot":"","sources":["../../../../libs/components/src/app-shell/app-shell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,OAAO,EAAa,MAAM,KAAK,CAAC;AAOpD,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,cAAc,CAAC;AAEtB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,gBAAgB,CAAC;KAClC;CACF;AAED;;;;GAIG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAIpB;
|
1
|
+
{"version":3,"file":"app-shell.d.ts","sourceRoot":"","sources":["../../../../libs/components/src/app-shell/app-shell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,OAAO,EAAa,MAAM,KAAK,CAAC;AAOpD,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,cAAc,CAAC;AAEtB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,gBAAgB,CAAC;KAClC;CACF;AAED;;;;GAIG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAIpB;IAEF,OAAO,iBAAmC;IAC1C,SAAS,SAAK;IACd,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,WAAW,CAAU;IAG7B,sBAAsB,EAAG,WAAW,EAAE,CAAC;IAGvC,gBAAgB,EAAG,WAAW,EAAE,CAAC;IAEjC;;OAEG;IAEH,OAAO,SAAM;IAEb;;OAEG;IAEH,WAAW,SAAM;IAGjB,UAAU,UAAS;IAGnB,QAAQ,UAAS;IAEjB;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,SAAS,UAAS;IAElB,OAAO,CAAC,OAAO,CAAS;;IAmBxB,uBAAuB;IAavB,eAAe,CAAC,IAAI,CAAC,EAAE,OAAO;IAY9B,OAAO,CAAC,oBAAoB;IAmBnB,YAAY;IAoBrB,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,OAAO;IAiBf,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;IAM3B,WAAW;IAWF,iBAAiB;IAMjB,oBAAoB;IAM7B,SAAS,CAAC,aAAa;IASvB,SAAS,CAAC,UAAU;IAMX,MAAM;CAmEhB;AAED,eAAe,gBAAgB,CAAC"}
|
package/app-shell.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./query-assigned-elements-f623705d.js"),a=require("./property-57f6f6fe.js"),c=require("./class-map-b5efe8da.js"),p=require("./mwc-drawer-base-798b11f8.js");require("./top-app-bar-fixed.js");require("./icon-button.js");require("./card.js");require("./tslib.es6-98719205.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./query-680f1868.js");require("./mwc-top-app-bar-base-aec60f27.js");require("./top-app-bar-a531c1b4.js");require("./ripple-handlers-5d5b21db.js");require("./state-0974a8e5.js");require("./style-map-88d2563f.js");require("./aria-property-849c8816.js");require("./event-options-3f5eb195.js");require("./if-defined-f1c45245.js");const m=`.mdc-drawer{border-color:#0000001f;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-top-left-radius:0;border-top-right-radius:0;border-top-right-radius:var(--mdc-shape-large, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--mdc-shape-large, 0);border-bottom-left-radius:0;z-index:6;width:256px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;height:100%;border-right-width:1px;border-right-style:solid;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-deprecated-list-group__subheader,.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-deprecated-list-item__graphic{color:#0009}.mdc-drawer .mdc-deprecated-list-item{color:#000000de}.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-deprecated-list-item--activated{color:#6200eede}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-top-left-radius:0;border-top-left-radius:var(--mdc-shape-large, 0);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-left-radius:var(--mdc-shape-large, 0)}.mdc-drawer .mdc-deprecated-list-item{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:256px;margin-right:0}[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:256px}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-right-width:0;border-left-width:1px;border-right-style:none;border-left-style:solid}.mdc-drawer .mdc-deprecated-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit);height:40px;margin:8px;padding:0 8px}.mdc-drawer .mdc-deprecated-list-item:nth-child(1){margin-top:2px}.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1){margin-bottom:0}.mdc-drawer .mdc-deprecated-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;line-height:normal;margin:0;padding:0 16px}.mdc-drawer .mdc-deprecated-list-group__subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-drawer .mdc-deprecated-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-deprecated-list-item__text,.mdc-drawer .mdc-deprecated-list-item__graphic{pointer-events:none}.mdc-drawer--animate{transform:translate(-100%)}[dir=rtl] .mdc-drawer--animate,.mdc-drawer--animate[dir=rtl]{transform:translate(100%)}.mdc-drawer--opening{transform:translate(0);transition-duration:.25s}[dir=rtl] .mdc-drawer--opening,.mdc-drawer--opening[dir=rtl]{transform:translate(0)}.mdc-drawer--closing{transform:translate(-100%);transition-duration:.2s}[dir=rtl] .mdc-drawer--closing,.mdc-drawer--closing[dir=rtl]{transform:translate(100%)}.mdc-drawer__header{flex-shrink:0;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-drawer__title:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-drawer__title:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-drawer__subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:0}.mdc-drawer__subtitle:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-drawer__content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mdc-drawer--dismissible{left:0;right:initial;display:none;position:absolute}[dir=rtl] .mdc-drawer--dismissible,.mdc-drawer--dismissible[dir=rtl]{left:initial;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{margin-left:0;margin-right:0;position:relative}[dir=rtl] .mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;left:0;right:initial;display:none;position:fixed}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}[dir=rtl] .mdc-drawer--modal,.mdc-drawer--modal[dir=rtl]{left:initial;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{transition-duration:.25s;opacity:1}.mdc-drawer--closing+.mdc-drawer-scrim{transition-duration:.2s;opacity:0}:host .navigation{--mdc-theme-surface: var(--mdc-theme-background);--mdc-list-vertical-padding: 0;--cv-list-padding-right: 0;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100%;--cv-list-item-width: 48px;--cv-list-item-graphic-margin-left: 0;--cv-list-menu-height: 0;--cv-list-item-expansion-icon-size: 0}:host([open]) .navigation{--cv-list-padding-right: 12px;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100px;--cv-list-item-width: 100%;--cv-list-item-graphic-margin-left: 0;--cv-list-item-expansion-icon-margin: -24px;--cv-list-item-expansion-icon-size: 24px;--cv-list-menu-height: inherit}@media only screen and (max-width: 768px){:host([helpOpen]) .app-shell,:host([helpOpen]) .main{height:100vh;overflow:hidden}}.app-shell{background-color:var(--mdc-theme-surface);display:grid;grid-template:"nav mini-list main help" min-content/auto auto 1fr;min-height:100%}.app-shell:after{content:"";position:fixed;top:0;height:2px;width:100%;z-index:1000;background-color:#ff5f02}@media only screen and (min-width: 768px){.app-shell{position:fixed;width:100%}}.main{height:100vh;grid-area:main;overflow:auto;transition:margin .2s ease-in-out}.main .main-wrapper{margin:0 auto;max-width:1200px}.cov-content--full-width .main .main-wrapper{margin:0;width:100%;max-width:100%}.main cv-card{margin:0 12px 12px;display:block}@media only screen and (min-width: 768px){.cov-drawer--hovered .main,.main.cov-drawer--hovered-closing{margin-left:72px}:not(.cov-drawer--forced-open) .main{margin-left:72px}.cov-drawer--open .main{margin-left:256px}.cov-help--open .main{margin-right:320px}}@media only screen and (max-width: 1600px){.main .main-wrapper{max-width:960px}}.help{grid-area:help;position:fixed;right:0;width:320px;height:100vh;overflow-y:auto;transition-property:width;transition-duration:.2s}.cov-help--closed .help{width:0;border:none}@media only screen and (max-width: 768px){.help{background-color:var(--mdc-theme-surface);width:100%;z-index:100}}.current-section{align-items:center;display:flex;font-size:var(--mdc-typography-body2-font-size);font-family:var(--mdc-typography-body2-font-family);color:var(--cv-theme-on-surface);font-weight:600;justify-content:flex-start;overflow:hidden;min-height:48px;padding:8px 16px 8px 12px;position:relative;text-align:left}.current-section .current-section-name{opacity:0;transition:opacity .15s}:host([open]) .current-section .current-section-name{opacity:1}[name=user-menu]{position:sticky;top:0;display:block;z-index:1}[name=mini-list]{display:none;width:320px;height:100vh}@media only screen and (min-width: 768px){.cov-appshell--minilist [name=mini-list]{display:block}:not(.cov-drawer--forced-open) [name=mini-list]{margin-left:72px}}@media only screen and (max-width: 1000px){[name=mini-list]{display:none}}nav.navigation{grid-area:nav;height:100vh;overflow-y:auto;border-right:0;position:fixed;background-color:var(--mdc-theme-surface)}nav.navigation .toggle-drawer{margin:8px auto}nav.navigation .navigation-toolbar{display:flex;align-items:center;position:sticky;top:0;background-color:var(--mdc-theme-surface);z-index:2}nav.navigation slot[name=logo]{display:none}nav.navigation slot[name=navigation]{margin-top:8px;display:block}:not(.cov-drawer--forced-open) nav.navigation,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closed,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closing{top:0;left:0;bottom:0}nav.navigation.mdc-drawer--open .toggle-drawer{margin-left:12px;margin-right:0}nav.navigation.mdc-drawer--open slot[name=logo]{display:block}.cov-drawer--hovered nav.navigation{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background-color:var(--mdc-theme-surface)}[divider]{border-bottom:1px solid;margin:16px;border-color:var(--mdc-theme-border, rgba(0, 0, 0, .12))}@media only screen and (min-width: 768px){nav.navigation{display:flex;flex-direction:column;transition-property:width;transition-duration:.2s;transform:none}.mdc-drawer--dismissible{display:block;width:72px;position:static}.mdc-drawer--open{width:256px}.mdc-drawer--opening{width:256px;transition-duration:.2s}.mdc-drawer--closing{width:72px;transition-duration:.2s}.header{display:none}}@media only screen and (max-width: 768px){.app-shell{grid-template-columns:1fr;grid-template-areas:"header" "main" "mini-list" "help"}[name=help]::slotted(*),.main{height:auto;width:auto;border:none}}
|
2
|
-
`;var
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./query-assigned-elements-f623705d.js"),d=require("./property-57f6f6fe.js"),p=require("./class-map-b5efe8da.js"),c=require("./mwc-drawer-base-798b11f8.js");require("./top-app-bar-fixed.js");require("./icon-button.js");require("./card.js");require("./tslib.es6-98719205.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./query-680f1868.js");require("./mwc-top-app-bar-base-aec60f27.js");require("./top-app-bar-a531c1b4.js");require("./ripple-handlers-5d5b21db.js");require("./state-0974a8e5.js");require("./style-map-88d2563f.js");require("./aria-property-849c8816.js");require("./event-options-3f5eb195.js");require("./if-defined-f1c45245.js");const h=`.mdc-drawer{border-color:#0000001f;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-top-left-radius:0;border-top-right-radius:0;border-top-right-radius:var(--mdc-shape-large, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--mdc-shape-large, 0);border-bottom-left-radius:0;z-index:6;width:256px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;height:100%;border-right-width:1px;border-right-style:solid;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-deprecated-list-group__subheader,.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-deprecated-list-item__graphic{color:#0009}.mdc-drawer .mdc-deprecated-list-item{color:#000000de}.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-deprecated-list-item--activated{color:#6200eede}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-top-left-radius:0;border-top-left-radius:var(--mdc-shape-large, 0);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-left-radius:var(--mdc-shape-large, 0)}.mdc-drawer .mdc-deprecated-list-item{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:256px;margin-right:0}[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:256px}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-right-width:0;border-left-width:1px;border-right-style:none;border-left-style:solid}.mdc-drawer .mdc-deprecated-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit);height:40px;margin:8px;padding:0 8px}.mdc-drawer .mdc-deprecated-list-item:nth-child(1){margin-top:2px}.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1){margin-bottom:0}.mdc-drawer .mdc-deprecated-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;line-height:normal;margin:0;padding:0 16px}.mdc-drawer .mdc-deprecated-list-group__subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-drawer .mdc-deprecated-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-deprecated-list-item__text,.mdc-drawer .mdc-deprecated-list-item__graphic{pointer-events:none}.mdc-drawer--animate{transform:translate(-100%)}[dir=rtl] .mdc-drawer--animate,.mdc-drawer--animate[dir=rtl]{transform:translate(100%)}.mdc-drawer--opening{transform:translate(0);transition-duration:.25s}[dir=rtl] .mdc-drawer--opening,.mdc-drawer--opening[dir=rtl]{transform:translate(0)}.mdc-drawer--closing{transform:translate(-100%);transition-duration:.2s}[dir=rtl] .mdc-drawer--closing,.mdc-drawer--closing[dir=rtl]{transform:translate(100%)}.mdc-drawer__header{flex-shrink:0;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-drawer__title:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-drawer__title:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-drawer__subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:0}.mdc-drawer__subtitle:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-drawer__content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mdc-drawer--dismissible{left:0;right:initial;display:none;position:absolute}[dir=rtl] .mdc-drawer--dismissible,.mdc-drawer--dismissible[dir=rtl]{left:initial;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{margin-left:0;margin-right:0;position:relative}[dir=rtl] .mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;left:0;right:initial;display:none;position:fixed}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}[dir=rtl] .mdc-drawer--modal,.mdc-drawer--modal[dir=rtl]{left:initial;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{transition-duration:.25s;opacity:1}.mdc-drawer--closing+.mdc-drawer-scrim{transition-duration:.2s;opacity:0}:host .navigation{--mdc-theme-surface: var(--mdc-theme-background);--mdc-list-vertical-padding: 0;--cv-list-padding-right: 0;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100%;--cv-list-item-width: 48px;--cv-list-item-graphic-margin-left: 0;--cv-list-menu-height: 0;--cv-list-item-expansion-icon-size: 0}:host([open]) .navigation{--cv-list-padding-right: 12px;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100px;--cv-list-item-width: 100%;--cv-list-item-graphic-margin-left: 0;--cv-list-item-expansion-icon-margin: -24px;--cv-list-item-expansion-icon-size: 24px;--cv-list-menu-height: inherit}@media only screen and (max-width: 768px){:host([helpOpen]) .app-shell,:host([helpOpen]) .main{height:100vh;overflow:hidden}}.app-shell{background-color:var(--mdc-theme-surface);display:grid;grid-template:"nav mini-list main help" min-content/auto auto 1fr;min-height:100%}.app-shell:after{content:"";position:fixed;top:0;height:2px;width:100%;z-index:1000;background-color:#ff5f02}@media only screen and (min-width: 768px){.app-shell{position:fixed;width:100%}}.main{height:100vh;grid-area:main;overflow:auto}.main .main-wrapper{margin:0 auto;max-width:1200px}.cov-content--full-width .main .main-wrapper{margin:0;width:100%;max-width:100%}.main cv-card{margin:0 12px 12px;display:block}@media only screen and (min-width: 768px){.cov-drawer--hovered .main,.main.cov-drawer--hovered-closing{margin-left:72px}:not(.cov-drawer--forced-open) .main{margin-left:72px}.cov-drawer--open .main{margin-left:256px}}@media only screen and (max-width: 1600px){.main .main-wrapper{max-width:960px}}.help{grid-area:help;position:fixed;right:0;width:var(--help-width, 320px);height:100vh;overflow-y:auto}.help .resize-handle{position:absolute;left:0;width:10px;height:100vh;cursor:ew-resize;z-index:1100;-webkit-user-select:none;user-select:none}.help .resize-handle:after{content:"";position:absolute;left:50%;top:0;width:2px;height:100%;background-color:var(--mdc-theme-primary);transform:translate(-50%);transition:opacity .3s ease;opacity:0}.help .resize-handle:hover:after,.help .resize-handle.resizing:after{opacity:1}.cov-help--closed .help{width:0;border:none}@media only screen and (max-width: 768px){.help{background-color:var(--mdc-theme-surface);width:100%;z-index:100}}.current-section{align-items:center;display:flex;font-size:var(--mdc-typography-body2-font-size);font-family:var(--mdc-typography-body2-font-family);color:var(--cv-theme-on-surface);font-weight:600;justify-content:flex-start;overflow:hidden;min-height:48px;padding:8px 16px 8px 12px;position:relative;text-align:left}.current-section .current-section-name{opacity:0;transition:opacity .2s}:host([open]) .current-section .current-section-name{opacity:1}[name=user-menu]{position:sticky;top:0;display:block;z-index:1}[name=mini-list]{display:none;width:320px;height:100vh}@media only screen and (min-width: 768px){.cov-appshell--minilist [name=mini-list]{display:block}:not(.cov-drawer--forced-open) [name=mini-list]{margin-left:72px}}@media only screen and (max-width: 1000px){[name=mini-list]{display:none}}nav.navigation{grid-area:nav;height:100vh;overflow-y:auto;border-right:0;position:fixed;background-color:var(--mdc-theme-surface)}nav.navigation .toggle-drawer{margin:8px auto}nav.navigation .navigation-toolbar{display:flex;align-items:center;position:sticky;top:0;background-color:var(--mdc-theme-surface);z-index:2}nav.navigation slot[name=logo]{display:none}nav.navigation slot[name=navigation]{margin-top:8px;display:block}:not(.cov-drawer--forced-open) nav.navigation,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closed,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closing{top:0;left:0;bottom:0}nav.navigation.mdc-drawer--open .toggle-drawer{margin-left:12px;margin-right:0}nav.navigation.mdc-drawer--open slot[name=logo]{display:block}.cov-drawer--hovered nav.navigation{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background-color:var(--mdc-theme-surface)}[divider]{border-bottom:1px solid;margin:16px;border-color:var(--mdc-theme-border, rgba(0, 0, 0, .12))}@media only screen and (min-width: 768px){nav.navigation{display:flex;flex-direction:column;transition-property:width;transition-duration:.2s;transform:none}.mdc-drawer--dismissible{display:block;width:72px;position:static}.mdc-drawer--open{width:256px}.mdc-drawer--opening{width:256px;transition-duration:.2s}.mdc-drawer--closing{width:72px;transition-duration:.2s}.header{display:none}}@media only screen and (max-width: 768px){.app-shell{grid-template-columns:1fr;grid-template-areas:"header" "main" "mini-list" "help"}[name=help]::slotted(*),.main{height:auto;width:auto;border:none}}
|
2
|
+
`;var m=Object.defineProperty,g=Object.getOwnPropertyDescriptor,n=(l,e,t,i)=>{for(var r=i>1?void 0:i?g(e,t):e,o=l.length-1,s;o>=0;o--)(s=l[o])&&(r=(i?s(e,t,r):s(r))||r);return i&&r&&m(e,t,r),r};exports.CovalentAppShell=class extends c.DrawerBase{constructor(){super(),this.element=document.querySelector(".help"),this.helpWidth=0,this.appName="",this.sectionName="",this.drawerOpen=!1,this.helpOpen=!1,this.contained=!1,this.forcedOpen=!1,this.fullWidth=!1,this.hovered=!1,this._resize=this._resize.bind(this),this._stopResize=this._stopResize.bind(this),this._startResizing=this._startResizing.bind(this),this._setupEventListeners(),window.addEventListener("DOMContentLoaded",()=>{this.setupHelpPanelListeners(),this.resizeEvent();const e=localStorage.getItem("helpWidth");e&&(this.helpWidth=parseInt(e,10),this.updateHelpPanelWidth())})}setupHelpPanelListeners(){const e=document.querySelector(".help-item"),t=document.querySelector(".help-close");e==null||e.addEventListener("click",()=>{this.toggleHelpPanel()}),t==null||t.addEventListener("click",()=>{this.toggleHelpPanel(!1)})}toggleHelpPanel(e){if(this.helpOpen=e!==void 0?e:!this.helpOpen,this.helpOpen){const t=localStorage.getItem("helpWidth");this.helpWidth=t?parseInt(t,10):320}else this.helpWidth=0;this.updateHelpPanelWidth(),this.requestUpdate()}_setupEventListeners(){window.addEventListener("DOMContentLoaded",()=>{const e=document.querySelector(".help-item"),t=document.querySelector(".help-close");e==null||e.addEventListener("click",()=>{this.helpOpen=!this.helpOpen,this.helpWidth=this.helpOpen?320:0,this.requestUpdate()}),t==null||t.addEventListener("click",()=>{this.helpOpen=!1,this.helpWidth=0,this.requestUpdate()})})}firstUpdated(){var t;const e=(t=this.shadowRoot)==null?void 0:t.querySelector(".resize-handle");e&&(e.addEventListener("mousedown",i=>{i instanceof MouseEvent&&this._startResizing(i)}),e.addEventListener("dblclick",()=>{(this.helpWidth>320||this.helpWidth!==320)&&(this.helpWidth=320,localStorage.setItem("helpWidth","320"),this.updateHelpPanelWidth(),this.requestUpdate())}))}_startResizing(e){var i;const t=(i=this.shadowRoot)==null?void 0:i.querySelector(".resize-handle");e.target===t&&(this._startX=e.clientX,this._startWidth=this.helpWidth,document.addEventListener("mousemove",this._resize),document.addEventListener("mouseup",this._stopResize),e.target.classList.add("resizing"))}_resize(e){const t=e.clientX-this._startX,i=window.innerWidth,o=Math.max(320,i-600),s=Math.max(320,Math.min(o,this._startWidth-t));this.helpWidth!==s&&(this.helpWidth=s,localStorage.setItem("helpWidth",this.helpWidth.toString()),this.updateHelpPanelWidth()),e.preventDefault()}_stopResize(){var t;document.removeEventListener("mousemove",this._resize),document.removeEventListener("mouseup",this._stopResize);const e=(t=this.shadowRoot)==null?void 0:t.querySelector(".resize-handle");e&&e.classList.remove("resizing")}_toggleOpen(e=!1){this.mdcFoundation.isOpening()||this.mdcFoundation.isClosing()||(this.open=e||!this.open,this.dispatchEvent(new Event("CovalentAppShell:toggle",{bubbles:!0,composed:!0})),this.requestUpdate())}updateHelpPanelWidth(){var i,r;const e=(i=this.shadowRoot)==null?void 0:i.querySelector(".help"),t=(r=this.shadowRoot)==null?void 0:r.querySelector(".main");e&&t&&(e.style.setProperty("--help-width",`${this.helpWidth}px`),t.style.marginRight=`${this.helpWidth}px`)}_handleMenuClick(){this.mdcRoot.dispatchEvent(new Event("transitionend",{bubbles:!0,composed:!0})),this._toggleOpen(!this.forcedOpen),this.dispatchEvent(new Event("CovalentAppShell:menuClick")),this.forcedOpen=!0,this.hovered=!1}_handleNavMouseOver(){this.open||this.forcedOpen||(this.hovered=!0,this._toggleOpen())}_handleNavMouseOut(){!this.open||this.forcedOpen||this._toggleOpen()}_handleDrawerClosed(){this.forcedOpen=!1,this.hovered=!1,this.requestUpdate()}resizeEvent(){const e=window.matchMedia("(max-width: 767px)");e.matches&&this.type!=="modal"?this.type="modal":!e.matches&&this.type!=="dismissible"&&(this.type="dismissible"),this.requestUpdate()}connectedCallback(){super.connectedCallback(),this.addEventListener("MDCDrawer:closed",this._handleDrawerClosed),window.addEventListener("resize",()=>this.resizeEvent())}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("MDCDrawer:closed",this._handleDrawerClosed),window.removeEventListener("resize",this.resizeEvent)}renderSection(){return this.sectionName?a.x`<div class="current-section">
|
3
3
|
<slot name="section-action"></slot>
|
4
4
|
<span class="current-section-name">${this.sectionName}</span>
|
5
|
-
</div>`:
|
5
|
+
</div>`:a.A}renderMain(){return this.contained?a.x`<cv-card><slot></slot></cv-card>`:a.x`<slot></slot>`}render(){const e=this.type==="dismissible"||this.type==="modal",t=this.type==="modal",i={"cov-drawer--forced-open":this.forcedOpen,"cov-drawer--open":this.drawerOpen||this.forcedOpen,"cov-drawer--hovered":this.hovered,"cov-help--open":this.helpOpen,"cov-help--closed":!this.helpOpen,"cov-content--full-width":this.fullWidth},r={"mdc-drawer--dismissible":e,"mdc-drawer--modal":t},o=t?a.x`<div
|
6
6
|
class="mdc-drawer-scrim"
|
7
7
|
@click="${this._handleScrimClick}"
|
8
|
-
></div>`:
|
9
|
-
<div class="app-shell ${
|
8
|
+
></div>`:a.A;return a.x`
|
9
|
+
<div class="app-shell ${p.o(i)}">
|
10
10
|
<span class="header"
|
11
11
|
><cv-top-app-bar-fixed centerTitle>
|
12
12
|
<cv-icon-button
|
@@ -19,7 +19,7 @@
|
|
19
19
|
</cv-top-app-bar-fixed>
|
20
20
|
</span>
|
21
21
|
<nav
|
22
|
-
class="navigation mdc-drawer ${
|
22
|
+
class="navigation mdc-drawer ${p.o(r)}"
|
23
23
|
@mouseenter="${this._handleNavMouseOver}"
|
24
24
|
@mouseleave="${this._handleNavMouseOut}"
|
25
25
|
>
|
@@ -34,7 +34,7 @@
|
|
34
34
|
${this.renderSection()}
|
35
35
|
<slot name="navigation"></slot>
|
36
36
|
</nav>
|
37
|
-
${
|
37
|
+
${o}
|
38
38
|
<slot name="mini-list"></slot>
|
39
39
|
<div class="main mdc-drawer-app-content">
|
40
40
|
<div class="main-wrapper">
|
@@ -42,10 +42,11 @@
|
|
42
42
|
${this.renderMain()}
|
43
43
|
</div>
|
44
44
|
</div>
|
45
|
-
<div class="help">
|
45
|
+
<div class="help" @mousedown="${this._startResizing}">
|
46
|
+
<div class="resize-handle"></div>
|
46
47
|
<slot name="help"></slot>
|
47
48
|
</div>
|
48
49
|
</div>
|
49
|
-
`}};exports.CovalentAppShell.styles=[
|
50
|
-
${
|
51
|
-
`];
|
50
|
+
`}};exports.CovalentAppShell.styles=[a.i`
|
51
|
+
${a.r(h)}
|
52
|
+
`];n([a.l({slot:"navigation"})],exports.CovalentAppShell.prototype,"navigationListElements",2);n([a.l({slot:"user-menu"})],exports.CovalentAppShell.prototype,"userMenuElements",2);n([d.n()],exports.CovalentAppShell.prototype,"appName",2);n([d.n()],exports.CovalentAppShell.prototype,"sectionName",2);n([d.n({type:Boolean,reflect:!0})],exports.CovalentAppShell.prototype,"drawerOpen",2);n([d.n({type:Boolean,reflect:!0})],exports.CovalentAppShell.prototype,"helpOpen",2);n([d.n({type:Boolean,reflect:!0})],exports.CovalentAppShell.prototype,"contained",2);n([d.n({type:Boolean,reflect:!0})],exports.CovalentAppShell.prototype,"forcedOpen",2);n([d.n({type:Boolean,reflect:!0})],exports.CovalentAppShell.prototype,"fullWidth",2);exports.CovalentAppShell=n([a.e("cv-app-shell")],exports.CovalentAppShell);const f=exports.CovalentAppShell;exports.default=f;
|
package/app-shell.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { i as g, r as f, l as
|
2
|
-
import { n as
|
3
|
-
import { o as
|
1
|
+
import { i as g, r as f, l as m, x as l, A as c, e as v } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
+
import { n as d } from "./property-9b6ea53b.mjs";
|
3
|
+
import { o as h } from "./class-map-4b94b017.mjs";
|
4
4
|
import { D as w } from "./mwc-drawer-base-9c77129c.mjs";
|
5
5
|
import "./top-app-bar-fixed.mjs";
|
6
6
|
import "./icon-button.mjs";
|
@@ -19,22 +19,84 @@ import "./style-map-bc3ed3e0.mjs";
|
|
19
19
|
import "./aria-property-fa2717fe.mjs";
|
20
20
|
import "./event-options-78d6cf94.mjs";
|
21
21
|
import "./if-defined-c367f208.mjs";
|
22
|
-
const y = `.mdc-drawer{border-color:#0000001f;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-top-left-radius:0;border-top-right-radius:0;border-top-right-radius:var(--mdc-shape-large, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--mdc-shape-large, 0);border-bottom-left-radius:0;z-index:6;width:256px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;height:100%;border-right-width:1px;border-right-style:solid;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-deprecated-list-group__subheader,.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-deprecated-list-item__graphic{color:#0009}.mdc-drawer .mdc-deprecated-list-item{color:#000000de}.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-deprecated-list-item--activated{color:#6200eede}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-top-left-radius:0;border-top-left-radius:var(--mdc-shape-large, 0);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-left-radius:var(--mdc-shape-large, 0)}.mdc-drawer .mdc-deprecated-list-item{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:256px;margin-right:0}[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:256px}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-right-width:0;border-left-width:1px;border-right-style:none;border-left-style:solid}.mdc-drawer .mdc-deprecated-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit);height:40px;margin:8px;padding:0 8px}.mdc-drawer .mdc-deprecated-list-item:nth-child(1){margin-top:2px}.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1){margin-bottom:0}.mdc-drawer .mdc-deprecated-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;line-height:normal;margin:0;padding:0 16px}.mdc-drawer .mdc-deprecated-list-group__subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-drawer .mdc-deprecated-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-deprecated-list-item__text,.mdc-drawer .mdc-deprecated-list-item__graphic{pointer-events:none}.mdc-drawer--animate{transform:translate(-100%)}[dir=rtl] .mdc-drawer--animate,.mdc-drawer--animate[dir=rtl]{transform:translate(100%)}.mdc-drawer--opening{transform:translate(0);transition-duration:.25s}[dir=rtl] .mdc-drawer--opening,.mdc-drawer--opening[dir=rtl]{transform:translate(0)}.mdc-drawer--closing{transform:translate(-100%);transition-duration:.2s}[dir=rtl] .mdc-drawer--closing,.mdc-drawer--closing[dir=rtl]{transform:translate(100%)}.mdc-drawer__header{flex-shrink:0;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-drawer__title:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-drawer__title:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-drawer__subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:0}.mdc-drawer__subtitle:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-drawer__content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mdc-drawer--dismissible{left:0;right:initial;display:none;position:absolute}[dir=rtl] .mdc-drawer--dismissible,.mdc-drawer--dismissible[dir=rtl]{left:initial;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{margin-left:0;margin-right:0;position:relative}[dir=rtl] .mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;left:0;right:initial;display:none;position:fixed}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}[dir=rtl] .mdc-drawer--modal,.mdc-drawer--modal[dir=rtl]{left:initial;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{transition-duration:.25s;opacity:1}.mdc-drawer--closing+.mdc-drawer-scrim{transition-duration:.2s;opacity:0}:host .navigation{--mdc-theme-surface: var(--mdc-theme-background);--mdc-list-vertical-padding: 0;--cv-list-padding-right: 0;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100%;--cv-list-item-width: 48px;--cv-list-item-graphic-margin-left: 0;--cv-list-menu-height: 0;--cv-list-item-expansion-icon-size: 0}:host([open]) .navigation{--cv-list-padding-right: 12px;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100px;--cv-list-item-width: 100%;--cv-list-item-graphic-margin-left: 0;--cv-list-item-expansion-icon-margin: -24px;--cv-list-item-expansion-icon-size: 24px;--cv-list-menu-height: inherit}@media only screen and (max-width: 768px){:host([helpOpen]) .app-shell,:host([helpOpen]) .main{height:100vh;overflow:hidden}}.app-shell{background-color:var(--mdc-theme-surface);display:grid;grid-template:"nav mini-list main help" min-content/auto auto 1fr;min-height:100%}.app-shell:after{content:"";position:fixed;top:0;height:2px;width:100%;z-index:1000;background-color:#ff5f02}@media only screen and (min-width: 768px){.app-shell{position:fixed;width:100%}}.main{height:100vh;grid-area:main;overflow:auto;transition:margin .2s ease-in-out}.main .main-wrapper{margin:0 auto;max-width:1200px}.cov-content--full-width .main .main-wrapper{margin:0;width:100%;max-width:100%}.main cv-card{margin:0 12px 12px;display:block}@media only screen and (min-width: 768px){.cov-drawer--hovered .main,.main.cov-drawer--hovered-closing{margin-left:72px}:not(.cov-drawer--forced-open) .main{margin-left:72px}.cov-drawer--open .main{margin-left:256px}.cov-help--open .main{margin-right:320px}}@media only screen and (max-width: 1600px){.main .main-wrapper{max-width:960px}}.help{grid-area:help;position:fixed;right:0;width:320px;height:100vh;overflow-y:auto;transition-property:width;transition-duration:.2s}.cov-help--closed .help{width:0;border:none}@media only screen and (max-width: 768px){.help{background-color:var(--mdc-theme-surface);width:100%;z-index:100}}.current-section{align-items:center;display:flex;font-size:var(--mdc-typography-body2-font-size);font-family:var(--mdc-typography-body2-font-family);color:var(--cv-theme-on-surface);font-weight:600;justify-content:flex-start;overflow:hidden;min-height:48px;padding:8px 16px 8px 12px;position:relative;text-align:left}.current-section .current-section-name{opacity:0;transition:opacity .15s}:host([open]) .current-section .current-section-name{opacity:1}[name=user-menu]{position:sticky;top:0;display:block;z-index:1}[name=mini-list]{display:none;width:320px;height:100vh}@media only screen and (min-width: 768px){.cov-appshell--minilist [name=mini-list]{display:block}:not(.cov-drawer--forced-open) [name=mini-list]{margin-left:72px}}@media only screen and (max-width: 1000px){[name=mini-list]{display:none}}nav.navigation{grid-area:nav;height:100vh;overflow-y:auto;border-right:0;position:fixed;background-color:var(--mdc-theme-surface)}nav.navigation .toggle-drawer{margin:8px auto}nav.navigation .navigation-toolbar{display:flex;align-items:center;position:sticky;top:0;background-color:var(--mdc-theme-surface);z-index:2}nav.navigation slot[name=logo]{display:none}nav.navigation slot[name=navigation]{margin-top:8px;display:block}:not(.cov-drawer--forced-open) nav.navigation,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closed,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closing{top:0;left:0;bottom:0}nav.navigation.mdc-drawer--open .toggle-drawer{margin-left:12px;margin-right:0}nav.navigation.mdc-drawer--open slot[name=logo]{display:block}.cov-drawer--hovered nav.navigation{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background-color:var(--mdc-theme-surface)}[divider]{border-bottom:1px solid;margin:16px;border-color:var(--mdc-theme-border, rgba(0, 0, 0, .12))}@media only screen and (min-width: 768px){nav.navigation{display:flex;flex-direction:column;transition-property:width;transition-duration:.2s;transform:none}.mdc-drawer--dismissible{display:block;width:72px;position:static}.mdc-drawer--open{width:256px}.mdc-drawer--opening{width:256px;transition-duration:.2s}.mdc-drawer--closing{width:72px;transition-duration:.2s}.header{display:none}}@media only screen and (max-width: 768px){.app-shell{grid-template-columns:1fr;grid-template-areas:"header" "main" "mini-list" "help"}[name=help]::slotted(*),.main{height:auto;width:auto;border:none}}
|
22
|
+
const y = `.mdc-drawer{border-color:#0000001f;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-top-left-radius:0;border-top-right-radius:0;border-top-right-radius:var(--mdc-shape-large, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--mdc-shape-large, 0);border-bottom-left-radius:0;z-index:6;width:256px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;height:100%;border-right-width:1px;border-right-style:solid;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-deprecated-list-group__subheader,.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-deprecated-list-item__graphic{color:#0009}.mdc-drawer .mdc-deprecated-list-item{color:#000000de}.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-deprecated-list-item--activated{color:#6200eede}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-top-left-radius:0;border-top-left-radius:var(--mdc-shape-large, 0);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-left-radius:var(--mdc-shape-large, 0)}.mdc-drawer .mdc-deprecated-list-item{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:256px;margin-right:0}[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:256px}[dir=rtl] .mdc-drawer,.mdc-drawer[dir=rtl]{border-right-width:0;border-left-width:1px;border-right-style:none;border-left-style:solid}.mdc-drawer .mdc-deprecated-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit);height:40px;margin:8px;padding:0 8px}.mdc-drawer .mdc-deprecated-list-item:nth-child(1){margin-top:2px}.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1){margin-bottom:0}.mdc-drawer .mdc-deprecated-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;line-height:normal;margin:0;padding:0 16px}.mdc-drawer .mdc-deprecated-list-group__subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-drawer .mdc-deprecated-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-deprecated-list-item__text,.mdc-drawer .mdc-deprecated-list-item__graphic{pointer-events:none}.mdc-drawer--animate{transform:translate(-100%)}[dir=rtl] .mdc-drawer--animate,.mdc-drawer--animate[dir=rtl]{transform:translate(100%)}.mdc-drawer--opening{transform:translate(0);transition-duration:.25s}[dir=rtl] .mdc-drawer--opening,.mdc-drawer--opening[dir=rtl]{transform:translate(0)}.mdc-drawer--closing{transform:translate(-100%);transition-duration:.2s}[dir=rtl] .mdc-drawer--closing,.mdc-drawer--closing[dir=rtl]{transform:translate(100%)}.mdc-drawer__header{flex-shrink:0;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-drawer__title:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-drawer__title:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-drawer__subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);display:block;margin-top:0;line-height:normal;margin-bottom:0}.mdc-drawer__subtitle:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-drawer__content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mdc-drawer--dismissible{left:0;right:initial;display:none;position:absolute}[dir=rtl] .mdc-drawer--dismissible,.mdc-drawer--dismissible[dir=rtl]{left:initial;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{margin-left:0;margin-right:0;position:relative}[dir=rtl] .mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl]{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;left:0;right:initial;display:none;position:fixed}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}[dir=rtl] .mdc-drawer--modal,.mdc-drawer--modal[dir=rtl]{left:initial;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{transition-duration:.25s;opacity:1}.mdc-drawer--closing+.mdc-drawer-scrim{transition-duration:.2s;opacity:0}:host .navigation{--mdc-theme-surface: var(--mdc-theme-background);--mdc-list-vertical-padding: 0;--cv-list-padding-right: 0;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100%;--cv-list-item-width: 48px;--cv-list-item-graphic-margin-left: 0;--cv-list-menu-height: 0;--cv-list-item-expansion-icon-size: 0}:host([open]) .navigation{--cv-list-padding-right: 12px;--cv-list-padding-left: 12px;--cv-list-item-border-radius: 100px;--cv-list-item-width: 100%;--cv-list-item-graphic-margin-left: 0;--cv-list-item-expansion-icon-margin: -24px;--cv-list-item-expansion-icon-size: 24px;--cv-list-menu-height: inherit}@media only screen and (max-width: 768px){:host([helpOpen]) .app-shell,:host([helpOpen]) .main{height:100vh;overflow:hidden}}.app-shell{background-color:var(--mdc-theme-surface);display:grid;grid-template:"nav mini-list main help" min-content/auto auto 1fr;min-height:100%}.app-shell:after{content:"";position:fixed;top:0;height:2px;width:100%;z-index:1000;background-color:#ff5f02}@media only screen and (min-width: 768px){.app-shell{position:fixed;width:100%}}.main{height:100vh;grid-area:main;overflow:auto}.main .main-wrapper{margin:0 auto;max-width:1200px}.cov-content--full-width .main .main-wrapper{margin:0;width:100%;max-width:100%}.main cv-card{margin:0 12px 12px;display:block}@media only screen and (min-width: 768px){.cov-drawer--hovered .main,.main.cov-drawer--hovered-closing{margin-left:72px}:not(.cov-drawer--forced-open) .main{margin-left:72px}.cov-drawer--open .main{margin-left:256px}}@media only screen and (max-width: 1600px){.main .main-wrapper{max-width:960px}}.help{grid-area:help;position:fixed;right:0;width:var(--help-width, 320px);height:100vh;overflow-y:auto}.help .resize-handle{position:absolute;left:0;width:10px;height:100vh;cursor:ew-resize;z-index:1100;-webkit-user-select:none;user-select:none}.help .resize-handle:after{content:"";position:absolute;left:50%;top:0;width:2px;height:100%;background-color:var(--mdc-theme-primary);transform:translate(-50%);transition:opacity .3s ease;opacity:0}.help .resize-handle:hover:after,.help .resize-handle.resizing:after{opacity:1}.cov-help--closed .help{width:0;border:none}@media only screen and (max-width: 768px){.help{background-color:var(--mdc-theme-surface);width:100%;z-index:100}}.current-section{align-items:center;display:flex;font-size:var(--mdc-typography-body2-font-size);font-family:var(--mdc-typography-body2-font-family);color:var(--cv-theme-on-surface);font-weight:600;justify-content:flex-start;overflow:hidden;min-height:48px;padding:8px 16px 8px 12px;position:relative;text-align:left}.current-section .current-section-name{opacity:0;transition:opacity .2s}:host([open]) .current-section .current-section-name{opacity:1}[name=user-menu]{position:sticky;top:0;display:block;z-index:1}[name=mini-list]{display:none;width:320px;height:100vh}@media only screen and (min-width: 768px){.cov-appshell--minilist [name=mini-list]{display:block}:not(.cov-drawer--forced-open) [name=mini-list]{margin-left:72px}}@media only screen and (max-width: 1000px){[name=mini-list]{display:none}}nav.navigation{grid-area:nav;height:100vh;overflow-y:auto;border-right:0;position:fixed;background-color:var(--mdc-theme-surface)}nav.navigation .toggle-drawer{margin:8px auto}nav.navigation .navigation-toolbar{display:flex;align-items:center;position:sticky;top:0;background-color:var(--mdc-theme-surface);z-index:2}nav.navigation slot[name=logo]{display:none}nav.navigation slot[name=navigation]{margin-top:8px;display:block}:not(.cov-drawer--forced-open) nav.navigation,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closed,:not(.cov-drawer--forced-open) nav.navigation.mdc-drawer--closing{top:0;left:0;bottom:0}nav.navigation.mdc-drawer--open .toggle-drawer{margin-left:12px;margin-right:0}nav.navigation.mdc-drawer--open slot[name=logo]{display:block}.cov-drawer--hovered nav.navigation{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background-color:var(--mdc-theme-surface)}[divider]{border-bottom:1px solid;margin:16px;border-color:var(--mdc-theme-border, rgba(0, 0, 0, .12))}@media only screen and (min-width: 768px){nav.navigation{display:flex;flex-direction:column;transition-property:width;transition-duration:.2s;transform:none}.mdc-drawer--dismissible{display:block;width:72px;position:static}.mdc-drawer--open{width:256px}.mdc-drawer--opening{width:256px;transition-duration:.2s}.mdc-drawer--closing{width:72px;transition-duration:.2s}.header{display:none}}@media only screen and (max-width: 768px){.app-shell{grid-template-columns:1fr;grid-template-areas:"header" "main" "mini-list" "help"}[name=help]::slotted(*),.main{height:auto;width:auto;border:none}}
|
23
23
|
`;
|
24
|
-
var
|
25
|
-
for (var
|
26
|
-
(
|
27
|
-
return
|
24
|
+
var u = Object.defineProperty, x = Object.getOwnPropertyDescriptor, n = (e, t, i, o) => {
|
25
|
+
for (var a = o > 1 ? void 0 : o ? x(t, i) : t, s = e.length - 1, p; s >= 0; s--)
|
26
|
+
(p = e[s]) && (a = (o ? p(t, i, a) : p(a)) || a);
|
27
|
+
return o && a && u(t, i, a), a;
|
28
28
|
};
|
29
|
-
let
|
29
|
+
let r = class extends w {
|
30
30
|
constructor() {
|
31
|
-
super(), this.appName = "", this.sectionName = "", this.drawerOpen = !1, this.helpOpen = !1, this.contained = !1, this.forcedOpen = !1, this.fullWidth = !1, this.hovered = !1, this.
|
31
|
+
super(), this.element = document.querySelector(".help"), this.helpWidth = 0, this.appName = "", this.sectionName = "", this.drawerOpen = !1, this.helpOpen = !1, this.contained = !1, this.forcedOpen = !1, this.fullWidth = !1, this.hovered = !1, this._resize = this._resize.bind(this), this._stopResize = this._stopResize.bind(this), this._startResizing = this._startResizing.bind(this), this._setupEventListeners(), window.addEventListener("DOMContentLoaded", () => {
|
32
|
+
this.setupHelpPanelListeners(), this.resizeEvent();
|
33
|
+
const e = localStorage.getItem("helpWidth");
|
34
|
+
e && (this.helpWidth = parseInt(e, 10), this.updateHelpPanelWidth());
|
35
|
+
});
|
32
36
|
}
|
33
|
-
|
34
|
-
|
37
|
+
setupHelpPanelListeners() {
|
38
|
+
const e = document.querySelector(".help-item"), t = document.querySelector(".help-close");
|
39
|
+
e == null || e.addEventListener("click", () => {
|
40
|
+
this.toggleHelpPanel();
|
41
|
+
}), t == null || t.addEventListener("click", () => {
|
42
|
+
this.toggleHelpPanel(!1);
|
43
|
+
});
|
44
|
+
}
|
45
|
+
toggleHelpPanel(e) {
|
46
|
+
if (this.helpOpen = e !== void 0 ? e : !this.helpOpen, this.helpOpen) {
|
47
|
+
const t = localStorage.getItem("helpWidth");
|
48
|
+
this.helpWidth = t ? parseInt(t, 10) : 320;
|
49
|
+
} else
|
50
|
+
this.helpWidth = 0;
|
51
|
+
this.updateHelpPanelWidth(), this.requestUpdate();
|
52
|
+
}
|
53
|
+
_setupEventListeners() {
|
54
|
+
window.addEventListener("DOMContentLoaded", () => {
|
55
|
+
const e = document.querySelector(".help-item"), t = document.querySelector(".help-close");
|
56
|
+
e == null || e.addEventListener("click", () => {
|
57
|
+
this.helpOpen = !this.helpOpen, this.helpWidth = this.helpOpen ? 320 : 0, this.requestUpdate();
|
58
|
+
}), t == null || t.addEventListener("click", () => {
|
59
|
+
this.helpOpen = !1, this.helpWidth = 0, this.requestUpdate();
|
60
|
+
});
|
61
|
+
});
|
62
|
+
}
|
63
|
+
firstUpdated() {
|
64
|
+
var t;
|
65
|
+
const e = (t = this.shadowRoot) == null ? void 0 : t.querySelector(".resize-handle");
|
66
|
+
e && (e.addEventListener("mousedown", (i) => {
|
67
|
+
i instanceof MouseEvent && this._startResizing(i);
|
68
|
+
}), e.addEventListener("dblclick", () => {
|
69
|
+
(this.helpWidth > 320 || this.helpWidth !== 320) && (this.helpWidth = 320, localStorage.setItem("helpWidth", "320"), this.updateHelpPanelWidth(), this.requestUpdate());
|
70
|
+
}));
|
71
|
+
}
|
72
|
+
_startResizing(e) {
|
73
|
+
var i;
|
74
|
+
const t = (i = this.shadowRoot) == null ? void 0 : i.querySelector(".resize-handle");
|
75
|
+
e.target === t && (this._startX = e.clientX, this._startWidth = this.helpWidth, document.addEventListener("mousemove", this._resize), document.addEventListener("mouseup", this._stopResize), e.target.classList.add("resizing"));
|
76
|
+
}
|
77
|
+
_resize(e) {
|
78
|
+
const t = e.clientX - this._startX, i = window.innerWidth, a = Math.max(320, i - 600), s = Math.max(
|
79
|
+
320,
|
80
|
+
Math.min(a, this._startWidth - t)
|
81
|
+
);
|
82
|
+
this.helpWidth !== s && (this.helpWidth = s, localStorage.setItem("helpWidth", this.helpWidth.toString()), this.updateHelpPanelWidth()), e.preventDefault();
|
83
|
+
}
|
84
|
+
_stopResize() {
|
85
|
+
var t;
|
86
|
+
document.removeEventListener("mousemove", this._resize), document.removeEventListener("mouseup", this._stopResize);
|
87
|
+
const e = (t = this.shadowRoot) == null ? void 0 : t.querySelector(".resize-handle");
|
88
|
+
e && e.classList.remove("resizing");
|
89
|
+
}
|
90
|
+
_toggleOpen(e = !1) {
|
91
|
+
this.mdcFoundation.isOpening() || this.mdcFoundation.isClosing() || (this.open = e || !this.open, this.dispatchEvent(
|
35
92
|
new Event("CovalentAppShell:toggle", { bubbles: !0, composed: !0 })
|
36
93
|
), this.requestUpdate());
|
37
94
|
}
|
95
|
+
updateHelpPanelWidth() {
|
96
|
+
var i, o;
|
97
|
+
const e = (i = this.shadowRoot) == null ? void 0 : i.querySelector(".help"), t = (o = this.shadowRoot) == null ? void 0 : o.querySelector(".main");
|
98
|
+
e && t && (e.style.setProperty("--help-width", `${this.helpWidth}px`), t.style.marginRight = `${this.helpWidth}px`);
|
99
|
+
}
|
38
100
|
_handleMenuClick() {
|
39
101
|
this.mdcRoot.dispatchEvent(
|
40
102
|
new Event("transitionend", { bubbles: !0, composed: !0 })
|
@@ -50,8 +112,8 @@ let e = class extends w {
|
|
50
112
|
this.forcedOpen = !1, this.hovered = !1, this.requestUpdate();
|
51
113
|
}
|
52
114
|
resizeEvent() {
|
53
|
-
const
|
54
|
-
|
115
|
+
const e = window.matchMedia("(max-width: 767px)");
|
116
|
+
e.matches && this.type !== "modal" ? this.type = "modal" : !e.matches && this.type !== "dismissible" && (this.type = "dismissible"), this.requestUpdate();
|
55
117
|
}
|
56
118
|
connectedCallback() {
|
57
119
|
super.connectedCallback(), this.addEventListener("MDCDrawer:closed", this._handleDrawerClosed), window.addEventListener("resize", () => this.resizeEvent());
|
@@ -60,31 +122,31 @@ let e = class extends w {
|
|
60
122
|
super.disconnectedCallback(), this.removeEventListener("MDCDrawer:closed", this._handleDrawerClosed), window.removeEventListener("resize", this.resizeEvent);
|
61
123
|
}
|
62
124
|
renderSection() {
|
63
|
-
return this.sectionName ?
|
125
|
+
return this.sectionName ? l`<div class="current-section">
|
64
126
|
<slot name="section-action"></slot>
|
65
127
|
<span class="current-section-name">${this.sectionName}</span>
|
66
|
-
</div>` :
|
128
|
+
</div>` : c;
|
67
129
|
}
|
68
130
|
renderMain() {
|
69
|
-
return this.contained ?
|
131
|
+
return this.contained ? l`<cv-card><slot></slot></cv-card>` : l`<slot></slot>`;
|
70
132
|
}
|
71
133
|
render() {
|
72
|
-
const
|
134
|
+
const e = this.type === "dismissible" || this.type === "modal", t = this.type === "modal", i = {
|
73
135
|
"cov-drawer--forced-open": this.forcedOpen,
|
74
136
|
"cov-drawer--open": this.drawerOpen || this.forcedOpen,
|
75
137
|
"cov-drawer--hovered": this.hovered,
|
76
138
|
"cov-help--open": this.helpOpen,
|
77
139
|
"cov-help--closed": !this.helpOpen,
|
78
140
|
"cov-content--full-width": this.fullWidth
|
79
|
-
},
|
80
|
-
"mdc-drawer--dismissible":
|
81
|
-
"mdc-drawer--modal":
|
82
|
-
},
|
141
|
+
}, o = {
|
142
|
+
"mdc-drawer--dismissible": e,
|
143
|
+
"mdc-drawer--modal": t
|
144
|
+
}, a = t ? l`<div
|
83
145
|
class="mdc-drawer-scrim"
|
84
146
|
@click="${this._handleScrimClick}"
|
85
|
-
></div>` :
|
86
|
-
return
|
87
|
-
<div class="app-shell ${
|
147
|
+
></div>` : c;
|
148
|
+
return l`
|
149
|
+
<div class="app-shell ${h(i)}">
|
88
150
|
<span class="header"
|
89
151
|
><cv-top-app-bar-fixed centerTitle>
|
90
152
|
<cv-icon-button
|
@@ -97,7 +159,7 @@ let e = class extends w {
|
|
97
159
|
</cv-top-app-bar-fixed>
|
98
160
|
</span>
|
99
161
|
<nav
|
100
|
-
class="navigation mdc-drawer ${
|
162
|
+
class="navigation mdc-drawer ${h(o)}"
|
101
163
|
@mouseenter="${this._handleNavMouseOver}"
|
102
164
|
@mouseleave="${this._handleNavMouseOut}"
|
103
165
|
>
|
@@ -112,7 +174,7 @@ let e = class extends w {
|
|
112
174
|
${this.renderSection()}
|
113
175
|
<slot name="navigation"></slot>
|
114
176
|
</nav>
|
115
|
-
${
|
177
|
+
${a}
|
116
178
|
<slot name="mini-list"></slot>
|
117
179
|
<div class="main mdc-drawer-app-content">
|
118
180
|
<div class="main-wrapper">
|
@@ -120,50 +182,51 @@ let e = class extends w {
|
|
120
182
|
${this.renderMain()}
|
121
183
|
</div>
|
122
184
|
</div>
|
123
|
-
<div class="help">
|
185
|
+
<div class="help" @mousedown="${this._startResizing}">
|
186
|
+
<div class="resize-handle"></div>
|
124
187
|
<slot name="help"></slot>
|
125
188
|
</div>
|
126
189
|
</div>
|
127
190
|
`;
|
128
191
|
}
|
129
192
|
};
|
130
|
-
|
193
|
+
r.styles = [
|
131
194
|
g`
|
132
195
|
${f(y)}
|
133
196
|
`
|
134
197
|
];
|
135
|
-
|
136
|
-
|
137
|
-
],
|
138
|
-
|
139
|
-
|
140
|
-
],
|
141
|
-
|
142
|
-
|
143
|
-
],
|
144
|
-
|
145
|
-
|
146
|
-
],
|
147
|
-
|
148
|
-
|
149
|
-
],
|
150
|
-
|
151
|
-
|
152
|
-
],
|
153
|
-
|
154
|
-
|
155
|
-
],
|
156
|
-
|
157
|
-
|
158
|
-
],
|
159
|
-
|
160
|
-
|
161
|
-
],
|
162
|
-
|
198
|
+
n([
|
199
|
+
m({ slot: "navigation" })
|
200
|
+
], r.prototype, "navigationListElements", 2);
|
201
|
+
n([
|
202
|
+
m({ slot: "user-menu" })
|
203
|
+
], r.prototype, "userMenuElements", 2);
|
204
|
+
n([
|
205
|
+
d()
|
206
|
+
], r.prototype, "appName", 2);
|
207
|
+
n([
|
208
|
+
d()
|
209
|
+
], r.prototype, "sectionName", 2);
|
210
|
+
n([
|
211
|
+
d({ type: Boolean, reflect: !0 })
|
212
|
+
], r.prototype, "drawerOpen", 2);
|
213
|
+
n([
|
214
|
+
d({ type: Boolean, reflect: !0 })
|
215
|
+
], r.prototype, "helpOpen", 2);
|
216
|
+
n([
|
217
|
+
d({ type: Boolean, reflect: !0 })
|
218
|
+
], r.prototype, "contained", 2);
|
219
|
+
n([
|
220
|
+
d({ type: Boolean, reflect: !0 })
|
221
|
+
], r.prototype, "forcedOpen", 2);
|
222
|
+
n([
|
223
|
+
d({ type: Boolean, reflect: !0 })
|
224
|
+
], r.prototype, "fullWidth", 2);
|
225
|
+
r = n([
|
163
226
|
v("cv-app-shell")
|
164
|
-
],
|
165
|
-
const
|
227
|
+
], r);
|
228
|
+
const A = r;
|
166
229
|
export {
|
167
|
-
|
168
|
-
|
230
|
+
r as CovalentAppShell,
|
231
|
+
A as default
|
169
232
|
};
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
:root{--cv-theme-primary: #bac3ff;--cv-theme-primary-container: #1d2c43;--cv-theme-on-primary: #111a28;--cv-theme-secondary: #c3c5dd;--cv-theme-secondary-container: #434659;--cv-theme-on-secondary: #171a2c;--cv-theme-on-secondary-container: #dfe1f9;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #c25d33;--cv-theme-on-tertiary: #612e1a;--cv-theme-on-tertiary-container: #fef1ec;--cv-theme-surface: #161616;--cv-theme-surface-dim: #0e0e0e;--cv-theme-surface-bright: #4a4a4d;--cv-theme-surface-container-lowest: #1e1d1e;--cv-theme-surface-container-low: #252426;--cv-theme-surface-container: #2c2b2d;--cv-theme-surface-container-high: #323134;--cv-theme-surface-container-highest: #38383b;--cv-theme-on-surface: #ebe8ec;--cv-theme-on-surface-variant: #ebe8ec;--cv-theme-inverse-surface: #ebe8ec;--cv-theme-inverse-on-surface: #3e3e41;--cv-theme-negative: #fd7d69;--cv-theme-negative-container: #65322a;--cv-theme-on-negative: #331915;--cv-theme-on-negative-container: #ffac9f;--cv-theme-positive: #91d890;--cv-theme-positive-container: #224b22;--cv-theme-on-positive: #112611;--cv-theme-on-positive-container: #91d890;--cv-theme-caution: #ffcd9e;--cv-theme-caution-container: #66492f;--cv-theme-on-caution: #66492f;--cv-theme-on-caution-container: #ffcd9e;--cv-theme-outline: #8f8e97;--cv-theme-outline-variant: #3e3e41;--cv-theme-shadow: black;--cv-theme-scrim: black;--cv-theme-primary-fixed: #dde1ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #f79e79;--cv-theme-tertiary-fixed-dim: #f37440;--cv-theme-primary-8%: rgba(186, 195, 255, 0.0784313725);--cv-theme-primary-12%: rgba(186, 195, 255, 0.1215686275);--cv-theme-on-surface-8%: rgba(235, 232, 236, 0.0784313725);--cv-theme-on-surface-12%: rgba(235, 232, 236, 0.1215686275);--cv-theme-on-primary-container: #dde1ff;--cv-theme-inverse-primary: #3053f4;--cv-theme-on-surface-38%: rgba(235, 232, 236, 0.3803921569);--cv-theme-on-surface-16%: rgba(235, 232, 236, 0.1607843137);--cv-theme-on-primary-12%: rgba(17, 26, 40, 0.1215686275);--cv-theme-on-primary-8%: rgba(17, 26, 40, 0.0784313725);--cv-theme-primary-16%: rgba(186, 195, 255, 0.1607843137);--cv-theme-on-surface-variant-8%: rgba(213, 211, 216, 0.0784313725);--cv-theme-on-tertiary-container-8%: rgba(254, 241, 236, 0.0784313725);--cv-theme-on-tertiary-container-12%: rgba(254, 241, 236, 0.1215686275);--cv-theme-on-primary-container-12%: rgba(221, 225, 255, 0.1215686275);--cv-theme-on-surface-variant-12%: rgba(213, 211, 216, 0.1215686275);--cv-theme-on-secondary-container-8%: rgba(91, 93, 114, 0.0784313725);--cv-theme-on-secondary-container-16%: rgba(97, 99, 120, 0.1607843137);--cv-theme-outline-8%: rgba(143, 142, 151, 0.0784313725);--cv-theme-outline-12%: rgba(143, 142, 151, 0.1215686275);--cv-theme-outline-16%: rgba(143, 142, 151, 0.1607843137);--cv-theme-surface-variant: black;--cv-theme-emphasis: #cc809c;--cv-theme-emphasis-container: #66404e;--cv-theme-on-emphasis: #191013;--cv-theme-on-emphasis-container: #ffd9e7;--cv-theme-positive-16%: rgba(145, 216, 144, 0.1607843137);--cv-theme-caution-16%: rgba(255, 183, 117, 0.1607843137);--cv-theme-negative-12%: rgba(253, 125, 105, 0.1215686275);--cv-theme-on-secondary-container-12%: rgba(91, 93, 114, 0.1215686275);--cv-theme-on-primary-16%: rgba(17, 26, 40, 0.1607843137);--cv-theme-on-primary-container-8%: rgba(221, 225, 255, 0.0784313725);--cv-theme-on-primary-container-16%: rgba(221, 225, 255, 0.1607843137);--cv-theme-on-secondary-8%: rgba(23, 26, 44, 0.0784313725);--cv-theme-on-secondary-12%: rgba(23, 26, 44, 0.1215686275);--cv-theme-on-secondary-16%: rgba(23, 26, 44, 0.1607843137);--cv-theme-on-tertiary-8%: rgba(97, 46, 26, 0.0784313725);--cv-theme-on-tertiary-12%: rgba(97, 46, 26, 0.1215686275);--cv-theme-on-tertiary-16%: rgba(97, 46, 26, 0.1607843137);--cv-theme-on-tertiary-container-16%: rgba(254, 241, 236, 0.1607843137);--cv-theme-on-surface-variant-16%: rgba(213, 211, 216, 0.1607843137);--cv-theme-negative-8%: rgba(253, 125, 105, 0.0784313725);--cv-theme-negative-16%: rgba(253, 125, 105, 0.1607843137);--cv-theme-positive-12%: rgba(145, 216, 144, 0.1215686275);--cv-theme-positive-8%: rgba(145, 216, 144, 0.0784313725);--cv-theme-on-positive-8%: rgba(17, 38, 17, 0.0784313725);--cv-theme-on-positive-12%: rgba(17, 38, 17, 0.1215686275);--cv-theme-on-positive-16%: rgba(17, 38, 17, 0.1607843137);--cv-theme-on-positive-container-8%: rgba(145, 216, 144, 0.0784313725);--cv-theme-on-positive-container-12%: rgba(145, 216, 144, 0.1215686275);--cv-theme-on-positive-container-16%: rgba(145, 216, 144, 0.1607843137);--cv-theme-caution-12%: rgba(255, 183, 117, 0.1215686275);--cv-theme-caution-8%: rgba(255, 183, 117, 0.0784313725);--cv-theme-on-caution-8%: rgba(102, 73, 47, 0.0784313725);--cv-theme-on-caution-12%: rgba(102, 73, 47, 0.1215686275);--cv-theme-on-caution-16%: rgba(102, 73, 47, 0.1607843137);--cv-theme-on-negative-8%: rgba(51, 25, 21, 0.0784313725);--cv-theme-on-negative-12%: rgba(51, 25, 21, 0.1215686275);--cv-theme-on-negative-16%: rgba(51, 25, 21, 0.1607843137);--cv-theme-on-caution-container-8%: rgba(25, 18, 12, 0.0784313725);--cv-theme-on-caution-container-12%: rgba(25, 18, 12, 0.1215686275);--cv-theme-on-caution-container-16%: rgba(25, 18, 12, 0.1607843137);--cv-theme-emphasis-8%: rgba(204, 128, 156, 0.0784313725);--cv-theme-emphasis-12%: rgba(204, 128, 156, 0.1215686275);--cv-theme-emphasis-16%: rgba(204, 128, 156, 0.1607843137);--cv-theme-on-emphasis-8%: rgba(25, 16, 19, 0.0784313725);--cv-theme-on-emphasis-12%: rgba(25, 16, 19, 0.1215686275);--cv-theme-on-emphasis-16%: rgba(25, 16, 19, 0.1607843137);--cv-theme-on-emphasis-container-8%: rgba(255, 217, 231, 0.0784313725);--cv-theme-on-emphasis-container-12%: rgba(255, 217, 231, 0.1215686275);--cv-theme-on-emphasis-container-16%: rgba(255, 217, 231, 0.1607843137);--cv-theme-inverse-on-surface-12%: rgba(62, 62, 65, 0.1215686275);--cv-theme-inverse-primary-12%: rgba(48, 83, 244, 0.1215686275);--cv-theme-inverse-on-surface-8%: rgba(62, 62, 65, 0.0784313725);--cv-theme-inverse-primary-8%: rgba(48, 83, 244, 0.0784313725);--cv-theme-inverse-primary-16%: rgba(48, 83, 244, 0.1607843137);--cv-theme-inverse-on-surface-16%: rgba(62, 62, 65, 0.1607843137);--cv-theme-on-primary-74%: rgba(17, 26, 40, 0.7411764706);--cv-theme-on-surface-74%: rgba(235, 232, 236, 0.7411764706);--cv-theme-tertiary-8%: rgba(255, 95, 2, 0.0784313725);--cv-theme-tertiary-12%: rgba(255, 95, 2, 0.1215686275);--cv-theme-tertiary-16%: rgba(255, 95, 2, 0.1607843137);--cv-theme-secondary-8%: rgba(195, 197, 221, 0.0784313725);--cv-theme-secondary-12%: rgba(195, 197, 221, 0.1215686275);--cv-theme-secondary-16%: rgba(195, 197, 221, 0.1607843137);--cv-theme-on-secondary-74%: rgba(23, 26, 44, 0.7411764706);--cv-theme-inverse-secondary: #5b5d72;--cv-theme-inverse-secondary-8%: rgba(97, 99, 120, 0.0784313725);--cv-theme-inverse-secondary-12%: rgba(97, 99, 120, 0.1215686275);--cv-theme-inverse-secondary-16%: rgba(97, 99, 120, 0.1607843137);--cv-theme-on-tertiary-74%: rgba(97, 46, 26, 0.7411764706);--cv-theme-inverse-tertiary: #612e1a;--cv-theme-inverse-tertiary-8%: rgba(255, 95, 2, 0.0784313725);--cv-theme-inverse-tertiary-12%: rgba(255, 95, 2, 0.1215686275);--cv-theme-inverse-tertiary-16%: rgba(255, 95, 2, 0.1607843137);--cv-theme-on-negative-container-8%: rgba(255, 172, 159, 0.0784313725);--cv-theme-on-negative-container-12%: rgba(255, 172, 159, 0.1215686275);--cv-theme-on-negative-container-16%: rgba(255, 172, 159, 0.1607843137);--cv-theme-on-surface-4%: rgba(235, 232, 236, 0.0392156863);--cv-theme-on-surface-variant-4%: rgba(213, 211, 216, 0.0392156863);--cv-theme-inverse-on-surface-4%: rgba(62, 62, 65, 0.0392156863);--cv-theme-primary-4%: rgba(186, 195, 255, 0.0392156863);--cv-theme-on-primary-4%: rgba(17, 26, 40, 0.0392156863);--cv-theme-on-primary-container-4%: rgba(221, 225, 255, 0.0392156863);--cv-theme-inverse-primary-4%: rgba(48, 83, 244, 0.0392156863);--cv-theme-secondary-4%: rgba(195, 197, 221, 0.0392156863);--cv-theme-on-secondary-4%: rgba(23, 26, 44, 0.0392156863);--cv-theme-on-secondary-container-4%: rgba(91, 93, 114, 0.0392156863);--cv-theme-inverse-secondary-4%: rgba(97, 99, 120, 0.0392156863);--cv-theme-tertiary-4%: rgba(255, 95, 2, 0.0392156863);--cv-theme-on-tertiary-4%: rgba(97, 46, 26, 0.0392156863);--cv-theme-on-tertiary-container-4%: rgba(254, 241, 236, 0.0392156863);--cv-theme-inverse-tertiary-4%: rgba(255, 95, 2, 0.0392156863);--cv-theme-negative-4%: rgba(253, 125, 105, 0.0392156863);--cv-theme-on-negative-4%: rgba(51, 25, 21, 0.0392156863);--cv-theme-on-negative-container-4%: rgba(255, 172, 159, 0.0392156863);--cv-theme-positive-4%: rgba(145, 216, 144, 0.0392156863);--cv-theme-on-positive-4%: rgba(17, 38, 17, 0.0392156863);--cv-theme-on-positive-container-4%: rgba(145, 216, 144, 0.0392156863);--cv-theme-caution-4%: rgba(255, 183, 117, 0.0392156863);--cv-theme-on-caution-4%: rgba(102, 73, 47, 0.0392156863);--cv-theme-on-caution-container-4%: rgba(25, 18, 12, 0.0392156863);--cv-theme-emphasis-4%: rgba(204, 128, 156, 0.0392156863);--cv-theme-on-emphasis-4%4: rgba(25, 16, 19, 0.0392156863);--cv-theme-on-emphasis-container-4%: rgba(255, 217, 231, 0.0392156863);--cv-theme-on-surface-20%: rgba(235, 232, 236, 0.2);--cv-theme-primary-20%: rgba(186, 195, 255, 0.2);--cv-theme-negative-20%: rgba(253, 125, 105, 0.2);--cv-theme-positive-20%: rgba(145, 216, 144, 0.2);--cv-theme-caution-20%: rgba(255, 183, 117, 0.2);--cv-theme-emphasis-20%: rgba(204, 128, 156, 0.2);--cv-theme-primary-24%: rgba(186, 195, 255, 0.2392156863);--cv-theme-negative-24%: rgba(253, 125, 105, 0.2392156863);--cv-theme-positive-24%: rgba(145, 216, 144, 0.2392156863);--cv-theme-caution-24%: rgba(255, 183, 117, 0.2392156863);--cv-theme-emphasis-24%: rgba(204, 128, 156, 0.2392156863);--cv-theme-background: #161616;--cv-theme-surface-variant-8%: rgba(0, 0, 0, 0.0784313725);--cv-theme-surface-variant-12%: rgba(0, 0, 0, 0.1215686275);--cv-theme-surface-variant-16%: rgba(0, 0, 0, 0.1607843137);--cv-theme-error: #fd7d69;--cv-theme-on-background: #ebe8ec;--cv-theme-on-error: #331915;--cv-theme-divider: #3e3e41;--cv-theme-accent: #bac3ff;--cv-theme-surface-canvas: #2c2b2d;--cv-theme-surface-primary: #1d2c43;--cv-theme-surface-primary-highlight: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-accent: #1d2c43;--cv-theme-surface-accent-highlight: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-secondary: #434659;--cv-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.0784313725);--cv-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.0784313725);--cv-theme-surface-positive: #224b22;--cv-theme-surface-positive-highlight: rgba(145, 216, 144, 0.0784313725);--cv-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.0784313725);--cv-theme-surface-caution: #66492f;--cv-theme-surface-caution-highlight: rgba(255, 183, 117, 0.0784313725);--cv-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.0784313725);--cv-theme-surface-negative: #65322a;--cv-theme-surface-negative-highlight: rgba(253, 125, 105, 0.0784313725);--cv-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.0784313725);--cv-theme-surface-neutral: #faf7fa;--cv-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--cv-theme-surface-emphasis: #66404e;--cv-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.0784313725);--cv-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.0784313725);--cv-theme-text-primary-on-background: #ebe8ec;--cv-theme-text-secondary-on-background: #ebe8ec;--cv-theme-text-hint-on-background: #ebe8ec;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-background: #ebe8ec;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #1e1d1e;--cv-theme-text-secondary-on-light: #5c5b5f;--cv-theme-text-hint-on-light: #5c5b5f;--cv-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-light: #5c5b5f;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #ebe8ec;--cv-theme-text-hint-on-dark: #ebe8ec;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-dark: #ebe8ec;--cv-theme-code-snippet-color: #abb2bf;--cv-theme-code-snippet-comment: #5c6370;--cv-theme-code-snippet-keyword: #c678dd;--cv-theme-code-snippet-selector: #e06c75;--cv-theme-code-snippet-literal: #56b6c2;--cv-theme-code-snippet-string: #98c379;--cv-theme-code-snippet-variable: #d19a66;--cv-theme-code-snippet-title: #61aeee;--cv-theme-code-snippet-class: #e6c07b;--mdc-theme-primary: #bac3ff;--mdc-theme-secondary: #c3c5dd;--mdc-theme-error: #fd7d69;--mdc-theme-negative: #fd7d69;--mdc-theme-positive: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-emphasis: #cc809c;--mdc-theme-accent: #bac3ff;--mdc-theme-background: #161616;--mdc-ripple-color: #ebe8ec;--mdc-theme-surface: #161616;--mdc-theme-surface-canvas: #2c2b2d;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.0784313725);--mdc-theme-on-primary: #111a28;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #ebe8ec;--mdc-theme-text-hint-on-background: #ebe8ec;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-background: #ebe8ec;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--mdc-shape-small: 8px;--mdc-shape-medium: 8px;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#ebe8ec}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#ebe8ec}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#3e3e41}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#3e3e41}:root .mdc-data-table__pagination{border-top-color:#3e3e41}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=dark-theme.css.map */
|
1
|
+
:root{--cv-theme-primary: #bac3ff;--cv-theme-primary-container: #1d2c43;--cv-theme-on-primary: #111a28;--cv-theme-secondary: #c3c5dd;--cv-theme-secondary-container: #434659;--cv-theme-on-secondary: #171a2c;--cv-theme-on-secondary-container: #dfe1f9;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #c25d33;--cv-theme-on-tertiary: #612e1a;--cv-theme-on-tertiary-container: #fef1ec;--cv-theme-surface: #161616;--cv-theme-surface-dim: #0e0e0e;--cv-theme-surface-bright: #4a4a4d;--cv-theme-surface-container-lowest: #1e1d1e;--cv-theme-surface-container-low: #252426;--cv-theme-surface-container: #2c2b2d;--cv-theme-surface-container-high: #323134;--cv-theme-surface-container-highest: #38383b;--cv-theme-on-surface: #ebe8ec;--cv-theme-on-surface-variant: #ebe8ec;--cv-theme-inverse-surface: #ebe8ec;--cv-theme-inverse-on-surface: #3e3e41;--cv-theme-negative: #fd7d69;--cv-theme-negative-container: #65322a;--cv-theme-on-negative: #331915;--cv-theme-on-negative-container: #ffac9f;--cv-theme-positive: #91d890;--cv-theme-positive-container: #224b22;--cv-theme-on-positive: #112611;--cv-theme-on-positive-container: #91d890;--cv-theme-caution: #ffcd9e;--cv-theme-caution-container: #66492f;--cv-theme-on-caution: #66492f;--cv-theme-on-caution-container: #ffcd9e;--cv-theme-outline: #8f8e97;--cv-theme-outline-variant: #3e3e41;--cv-theme-shadow: black;--cv-theme-scrim: black;--cv-theme-primary-fixed: #dde1ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #f79e79;--cv-theme-tertiary-fixed-dim: #f37440;--cv-theme-primary-8: rgba(186, 195, 255, 0.0784313725);--cv-theme-primary-12: rgba(186, 195, 255, 0.1215686275);--cv-theme-on-surface-8: rgba(235, 232, 236, 0.0784313725);--cv-theme-on-surface-12: rgba(235, 232, 236, 0.1215686275);--cv-theme-on-primary-container: #dde1ff;--cv-theme-inverse-primary: #3053f4;--cv-theme-on-surface-38: rgba(235, 232, 236, 0.3803921569);--cv-theme-on-surface-16: rgba(235, 232, 236, 0.1607843137);--cv-theme-on-primary-12: rgba(17, 26, 40, 0.1215686275);--cv-theme-on-primary-8: rgba(17, 26, 40, 0.0784313725);--cv-theme-primary-16: rgba(186, 195, 255, 0.1607843137);--cv-theme-on-surface-variant-8: rgba(213, 211, 216, 0.0784313725);--cv-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.0784313725);--cv-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.1215686275);--cv-theme-on-primary-container-12: rgba(221, 225, 255, 0.1215686275);--cv-theme-on-surface-variant-12: rgba(213, 211, 216, 0.1215686275);--cv-theme-on-secondary-container-8: rgba(91, 93, 114, 0.0784313725);--cv-theme-on-secondary-container-16: rgba(97, 99, 120, 0.1607843137);--cv-theme-outline-8: rgba(143, 142, 151, 0.0784313725);--cv-theme-outline-12: rgba(143, 142, 151, 0.1215686275);--cv-theme-outline-16: rgba(143, 142, 151, 0.1607843137);--cv-theme-surface-variant: black;--cv-theme-emphasis: #cc809c;--cv-theme-emphasis-container: #66404e;--cv-theme-on-emphasis: #191013;--cv-theme-on-emphasis-container: #ffd9e7;--cv-theme-positive-16: rgba(145, 216, 144, 0.1607843137);--cv-theme-caution-16: rgba(255, 183, 117, 0.1607843137);--cv-theme-negative-12: rgba(253, 125, 105, 0.1215686275);--cv-theme-on-secondary-container-12: rgba(91, 93, 114, 0.1215686275);--cv-theme-on-primary-16: rgba(17, 26, 40, 0.1607843137);--cv-theme-on-primary-container-8: rgba(221, 225, 255, 0.0784313725);--cv-theme-on-primary-container-16: rgba(221, 225, 255, 0.1607843137);--cv-theme-on-secondary-8: rgba(23, 26, 44, 0.0784313725);--cv-theme-on-secondary-12: rgba(23, 26, 44, 0.1215686275);--cv-theme-on-secondary-16: rgba(23, 26, 44, 0.1607843137);--cv-theme-on-tertiary-8: rgba(97, 46, 26, 0.0784313725);--cv-theme-on-tertiary-12: rgba(97, 46, 26, 0.1215686275);--cv-theme-on-tertiary-16: rgba(97, 46, 26, 0.1607843137);--cv-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.1607843137);--cv-theme-on-surface-variant-16: rgba(213, 211, 216, 0.1607843137);--cv-theme-negative-8: rgba(253, 125, 105, 0.0784313725);--cv-theme-negative-16: rgba(253, 125, 105, 0.1607843137);--cv-theme-positive-12: rgba(145, 216, 144, 0.1215686275);--cv-theme-positive-8: rgba(145, 216, 144, 0.0784313725);--cv-theme-on-positive-8: rgba(17, 38, 17, 0.0784313725);--cv-theme-on-positive-12: rgba(17, 38, 17, 0.1215686275);--cv-theme-on-positive-16: rgba(17, 38, 17, 0.1607843137);--cv-theme-on-positive-container-8: rgba(145, 216, 144, 0.0784313725);--cv-theme-on-positive-container-12: rgba(145, 216, 144, 0.1215686275);--cv-theme-on-positive-container-16: rgba(145, 216, 144, 0.1607843137);--cv-theme-caution-12: rgba(255, 183, 117, 0.1215686275);--cv-theme-caution-8: rgba(255, 183, 117, 0.0784313725);--cv-theme-on-caution-8: rgba(102, 73, 47, 0.0784313725);--cv-theme-on-caution-12: rgba(102, 73, 47, 0.1215686275);--cv-theme-on-caution-16: rgba(102, 73, 47, 0.1607843137);--cv-theme-on-negative-8: rgba(51, 25, 21, 0.0784313725);--cv-theme-on-negative-12: rgba(51, 25, 21, 0.1215686275);--cv-theme-on-negative-16: rgba(51, 25, 21, 0.1607843137);--cv-theme-on-caution-container-8: rgba(25, 18, 12, 0.0784313725);--cv-theme-on-caution-container-12: rgba(25, 18, 12, 0.1215686275);--cv-theme-on-caution-container-16: rgba(25, 18, 12, 0.1607843137);--cv-theme-emphasis-8: rgba(204, 128, 156, 0.0784313725);--cv-theme-emphasis-12: rgba(204, 128, 156, 0.1215686275);--cv-theme-emphasis-16: rgba(204, 128, 156, 0.1607843137);--cv-theme-on-emphasis-8: rgba(25, 16, 19, 0.0784313725);--cv-theme-on-emphasis-12: rgba(25, 16, 19, 0.1215686275);--cv-theme-on-emphasis-16: rgba(25, 16, 19, 0.1607843137);--cv-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.0784313725);--cv-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.1215686275);--cv-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.1607843137);--cv-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.1215686275);--cv-theme-inverse-primary-12: rgba(48, 83, 244, 0.1215686275);--cv-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.0784313725);--cv-theme-inverse-primary-8: rgba(48, 83, 244, 0.0784313725);--cv-theme-inverse-primary-16: rgba(48, 83, 244, 0.1607843137);--cv-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.1607843137);--cv-theme-on-primary-74: rgba(17, 26, 40, 0.7411764706);--cv-theme-on-surface-74: rgba(235, 232, 236, 0.7411764706);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.0784313725);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.1215686275);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.1607843137);--cv-theme-secondary-8: rgba(195, 197, 221, 0.0784313725);--cv-theme-secondary-12: rgba(195, 197, 221, 0.1215686275);--cv-theme-secondary-16: rgba(195, 197, 221, 0.1607843137);--cv-theme-on-secondary-74: rgba(23, 26, 44, 0.7411764706);--cv-theme-inverse-secondary: #5b5d72;--cv-theme-inverse-secondary-8: rgba(97, 99, 120, 0.0784313725);--cv-theme-inverse-secondary-12: rgba(97, 99, 120, 0.1215686275);--cv-theme-inverse-secondary-16: rgba(97, 99, 120, 0.1607843137);--cv-theme-on-tertiary-74: rgba(97, 46, 26, 0.7411764706);--cv-theme-inverse-tertiary: #612e1a;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.0784313725);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.1215686275);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.1607843137);--cv-theme-on-negative-container-8: rgba(255, 172, 159, 0.0784313725);--cv-theme-on-negative-container-12: rgba(255, 172, 159, 0.1215686275);--cv-theme-on-negative-container-16: rgba(255, 172, 159, 0.1607843137);--cv-theme-on-surface-4: rgba(235, 232, 236, 0.0392156863);--cv-theme-on-surface-variant-4: rgba(213, 211, 216, 0.0392156863);--cv-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.0392156863);--cv-theme-primary-4: rgba(186, 195, 255, 0.0392156863);--cv-theme-on-primary-4: rgba(17, 26, 40, 0.0392156863);--cv-theme-on-primary-container-4: rgba(221, 225, 255, 0.0392156863);--cv-theme-inverse-primary-4: rgba(48, 83, 244, 0.0392156863);--cv-theme-secondary-4: rgba(195, 197, 221, 0.0392156863);--cv-theme-on-secondary-4: rgba(23, 26, 44, 0.0392156863);--cv-theme-on-secondary-container-4: rgba(91, 93, 114, 0.0392156863);--cv-theme-inverse-secondary-4: rgba(97, 99, 120, 0.0392156863);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.0392156863);--cv-theme-on-tertiary-4: rgba(97, 46, 26, 0.0392156863);--cv-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.0392156863);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.0392156863);--cv-theme-negative-4: rgba(253, 125, 105, 0.0392156863);--cv-theme-on-negative-4: rgba(51, 25, 21, 0.0392156863);--cv-theme-on-negative-container-4: rgba(255, 172, 159, 0.0392156863);--cv-theme-positive-4: rgba(145, 216, 144, 0.0392156863);--cv-theme-on-positive-4: rgba(17, 38, 17, 0.0392156863);--cv-theme-on-positive-container-4: rgba(145, 216, 144, 0.0392156863);--cv-theme-caution-4: rgba(255, 183, 117, 0.0392156863);--cv-theme-on-caution-4: rgba(102, 73, 47, 0.0392156863);--cv-theme-on-caution-container-4: rgba(25, 18, 12, 0.0392156863);--cv-theme-emphasis-4: rgba(204, 128, 156, 0.0392156863);--cv-theme-on-emphasis-4%4: rgba(25, 16, 19, 0.0392156863);--cv-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.0392156863);--cv-theme-on-surface-20: rgba(235, 232, 236, 0.2);--cv-theme-primary-20: rgba(186, 195, 255, 0.2);--cv-theme-negative-20: rgba(253, 125, 105, 0.2);--cv-theme-positive-20: rgba(145, 216, 144, 0.2);--cv-theme-caution-20: rgba(255, 183, 117, 0.2);--cv-theme-emphasis-20: rgba(204, 128, 156, 0.2);--cv-theme-primary-24: rgba(186, 195, 255, 0.2392156863);--cv-theme-negative-24: rgba(253, 125, 105, 0.2392156863);--cv-theme-positive-24: rgba(145, 216, 144, 0.2392156863);--cv-theme-caution-24: rgba(255, 183, 117, 0.2392156863);--cv-theme-emphasis-24: rgba(204, 128, 156, 0.2392156863);--cv-theme-background: #161616;--cv-theme-surface-variant-8: rgba(0, 0, 0, 0.0784313725);--cv-theme-surface-variant-12: rgba(0, 0, 0, 0.1215686275);--cv-theme-surface-variant-16: rgba(0, 0, 0, 0.1607843137);--cv-theme-error: #fd7d69;--cv-theme-on-background: #ebe8ec;--cv-theme-on-error: #331915;--cv-theme-divider: #3e3e41;--cv-theme-accent: #bac3ff;--cv-theme-surface-canvas: #2c2b2d;--cv-theme-surface-primary: #1d2c43;--cv-theme-surface-primary-highlight: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-accent: #1d2c43;--cv-theme-surface-accent-highlight: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.0784313725);--cv-theme-surface-secondary: #434659;--cv-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.0784313725);--cv-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.0784313725);--cv-theme-surface-positive: #224b22;--cv-theme-surface-positive-highlight: rgba(145, 216, 144, 0.0784313725);--cv-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.0784313725);--cv-theme-surface-caution: #66492f;--cv-theme-surface-caution-highlight: rgba(255, 183, 117, 0.0784313725);--cv-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.0784313725);--cv-theme-surface-negative: #65322a;--cv-theme-surface-negative-highlight: rgba(253, 125, 105, 0.0784313725);--cv-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.0784313725);--cv-theme-surface-neutral: #faf7fa;--cv-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--cv-theme-surface-emphasis: #66404e;--cv-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.0784313725);--cv-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.0784313725);--cv-theme-text-primary-on-background: #ebe8ec;--cv-theme-text-secondary-on-background: #ebe8ec;--cv-theme-text-hint-on-background: #ebe8ec;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-background: #ebe8ec;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #1e1d1e;--cv-theme-text-secondary-on-light: #5c5b5f;--cv-theme-text-hint-on-light: #5c5b5f;--cv-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-light: #5c5b5f;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #ebe8ec;--cv-theme-text-hint-on-dark: #ebe8ec;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-dark: #ebe8ec;--cv-theme-code-snippet-color: #abb2bf;--cv-theme-code-snippet-comment: #5c6370;--cv-theme-code-snippet-keyword: #c678dd;--cv-theme-code-snippet-selector: #e06c75;--cv-theme-code-snippet-literal: #56b6c2;--cv-theme-code-snippet-string: #98c379;--cv-theme-code-snippet-variable: #d19a66;--cv-theme-code-snippet-title: #61aeee;--cv-theme-code-snippet-class: #e6c07b;--mdc-theme-primary: #bac3ff;--mdc-theme-secondary: #c3c5dd;--mdc-theme-error: #fd7d69;--mdc-theme-negative: #fd7d69;--mdc-theme-positive: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-emphasis: #cc809c;--mdc-theme-accent: #bac3ff;--mdc-theme-background: #161616;--mdc-ripple-color: #ebe8ec;--mdc-theme-surface: #161616;--mdc-theme-surface-canvas: #2c2b2d;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.0784313725);--mdc-theme-on-primary: #111a28;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #ebe8ec;--mdc-theme-text-hint-on-background: #ebe8ec;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-background: #ebe8ec;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--mdc-shape-small: 8px;--mdc-shape-medium: 8px;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#ebe8ec}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#ebe8ec}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#3e3e41}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#3e3e41}:root .mdc-data-table__pagination{border-top-color:#3e3e41}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=dark-theme.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/dark-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/dark-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,o2YASF,6BACA,+BACA,2BACA,8BACA,8BACA,6BACA,8BAGA,4BAGA,gCACA,4BACA,6BACA,oCACA,qCACA,yEAIA,+EAIA,uCACA,2EAIA,iFAIA,qCACA,yEAIA,+EAIA,sCACA,0EAIA,gFAIA,sCACA,0EAIA,gFAIA,qCACA,iEAIA,uEAIA,sCACA,0EAIA,gFAIA,gCACA,kCACA,gCACA,4BAGA,oCACA,wEAIA,8EAMA,6CACA,mDAMA,gDACA,0DAIA,2CAIA,4CAIA,8CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,sEACA,uCACA,wCACA,yCACA,sEACA,uCACA,wCACA,yCACA,uDAIA,wCACA,yCAIA,0CAIA,6CACA,wEACA,yCACA,0CAIA,2CAMA,gDAIA,kDAIA,6CAIA,2EAIA,6CAIA,2CACA,6CAIA,wCACA,mEACA,wCACA,0CACA,4CACA,uCACA,qEACA,uCACA,6CAGA,uBACA,wBC5OE,eCqdA,mBA9PF,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGYF,6WHZE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIxDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE","file":"dark-theme.css"}
|
@@ -1 +1 @@
|
|
1
|
-
:root{--cv-theme-primary: #3053f4;--cv-theme-primary-container: #ececfe;--cv-theme-on-primary: white;--cv-theme-secondary: #616378;--cv-theme-secondary-container: #dfe1f9;--cv-theme-on-secondary: white;--cv-theme-on-secondary-container: #171a2c;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #ffdbce;--cv-theme-on-tertiary: white;--cv-theme-on-tertiary-container: #481300;--cv-theme-surface: #fdf9fc;--cv-theme-surface-dim: #e5e2e6;--cv-theme-surface-bright: #fdf9fc;--cv-theme-surface-container-lowest: white;--cv-theme-surface-container-low: #faf7fa;--cv-theme-surface-container: #f8f5f8;--cv-theme-surface-container-high: #f6f3f6;--cv-theme-surface-container-highest: #f4f1f4;--cv-theme-on-surface: #1e1d1e;--cv-theme-on-surface-variant: #5c5b5f;--cv-theme-inverse-surface: #3e3e41;--cv-theme-inverse-on-surface: #f6f3f6;--cv-theme-negative: #ae1209;--cv-theme-negative-container: #ffb2ae;--cv-theme-on-negative: white;--cv-theme-on-negative-container: #110201;--cv-theme-positive: #036600;--cv-theme-positive-container: #8fcc8e;--cv-theme-on-positive: white;--cv-theme-on-positive-container: #000a00;--cv-theme-caution: #f38800;--cv-theme-caution-container: #ffcc8c;--cv-theme-on-caution: white;--cv-theme-on-caution-container: #180e00;--cv-theme-outline: #76757d;--cv-theme-outline-variant: #d5d3d8;--cv-theme-shadow: black;--cv-theme-scrim: black;--cv-theme-primary-fixed: #dee0ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #ffdbce;--cv-theme-tertiary-fixed-dim: #ffc0a8;--cv-theme-primary-8%: rgba(48, 83, 244, 0.0784313725);--cv-theme-primary-12%: rgba(48, 83, 244, 0.1215686275);--cv-theme-on-surface-8%: rgba(30, 29, 30, 0.0784313725);--cv-theme-on-surface-12%: rgba(30, 29, 30, 0.1215686275);--cv-theme-on-primary-container: #00115a;--cv-theme-inverse-primary: #bac3ff;--cv-theme-on-surface-38%: rgba(30, 29, 30, 0.3803921569);--cv-theme-on-surface-16%: rgba(30, 29, 30, 0.1607843137);--cv-theme-on-primary-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-primary-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-primary-16%: rgba(48, 83, 244, 0.1607843137);--cv-theme-on-surface-variant-8%: rgba(92, 91, 95, 0.0784313725);--cv-theme-on-tertiary-container-8%: rgba(72, 19, 0, 0.0784313725);--cv-theme-on-tertiary-container-12%: rgba(72, 19, 0, 0.1215686275);--cv-theme-on-primary-container-12%: rgba(0, 17, 90, 0.1215686275);--cv-theme-on-surface-variant-12%: rgba(92, 91, 95, 0.1215686275);--cv-theme-on-secondary-container-8%: rgba(23, 26, 44, 0.0784313725);--cv-theme-on-secondary-container-16%: rgba(23, 26, 44, 0.1607843137);--cv-theme-outline-8%: rgba(118, 117, 125, 0.0784313725);--cv-theme-outline-12%: rgba(118, 117, 125, 0.1215686275);--cv-theme-outline-16%: rgba(118, 117, 125, 0.1607843137);--cv-theme-surface-variant: #ebe8ec;--cv-theme-emphasis: #b10142;--cv-theme-emphasis-container: #e8b3c6;--cv-theme-on-emphasis: white;--cv-theme-on-emphasis-container: #120007;--cv-theme-positive-16%: rgba(3, 102, 0, 0.1607843137);--cv-theme-caution-16%: rgba(243, 136, 0, 0.1607843137);--cv-theme-negative-12%: rgba(174, 18, 9, 0.1215686275);--cv-theme-on-secondary-container-12%: rgba(23, 26, 44, 0.1215686275);--cv-theme-on-primary-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-primary-container-8%: rgba(0, 17, 90, 0.0784313725);--cv-theme-on-primary-container-16%: rgba(0, 17, 90, 0.1607843137);--cv-theme-on-secondary-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-secondary-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-secondary-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-tertiary-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-tertiary-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-tertiary-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-tertiary-container-16%: rgba(72, 19, 0, 0.1607843137);--cv-theme-on-surface-variant-16%: rgba(92, 91, 95, 0.1607843137);--cv-theme-negative-8%: rgba(174, 18, 9, 0.0784313725);--cv-theme-negative-16%: rgba(174, 18, 9, 0.1607843137);--cv-theme-positive-12%: rgba(3, 102, 0, 0.1215686275);--cv-theme-positive-8%: rgba(3, 102, 0, 0.0784313725);--cv-theme-on-positive-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-positive-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-positive-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-positive-container-8%: rgba(0, 10, 0, 0.0784313725);--cv-theme-on-positive-container-12%: rgba(0, 10, 0, 0.1215686275);--cv-theme-on-positive-container-16%: rgba(0, 10, 0, 0.1607843137);--cv-theme-caution-12%: rgba(243, 136, 0, 0.1215686275);--cv-theme-caution-8%: rgba(243, 136, 0, 0.0784313725);--cv-theme-on-caution-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-caution-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-caution-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-negative-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-negative-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-negative-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-caution-container-8%: rgba(24, 14, 0, 0.0784313725);--cv-theme-on-caution-container-12%: rgba(24, 14, 0, 0.1215686275);--cv-theme-on-caution-container-16%: rgba(24, 14, 0, 0.1607843137);--cv-theme-emphasis-8%: rgba(177, 1, 66, 0.0784313725);--cv-theme-emphasis-12%: rgba(177, 1, 66, 0.1215686275);--cv-theme-emphasis-16%: rgba(177, 1, 66, 0.1607843137);--cv-theme-on-emphasis-8%: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-emphasis-12%: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-emphasis-16%: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-emphasis-container-8%: rgba(18, 0, 7, 0.0784313725);--cv-theme-on-emphasis-container-12%: rgba(18, 0, 7, 0.1215686275);--cv-theme-on-emphasis-container-16%: rgba(24, 14, 0, 0.1607843137);--cv-theme-inverse-on-surface-12%: rgba(246, 243, 246, 0.1215686275);--cv-theme-inverse-primary-12%: rgba(186, 195, 255, 0.1215686275);--cv-theme-inverse-on-surface-8%: rgba(246, 243, 246, 0.0784313725);--cv-theme-inverse-primary-8%: rgba(186, 195, 255, 0.0784313725);--cv-theme-inverse-primary-16%: rgba(186, 195, 255, 0.1607843137);--cv-theme-inverse-on-surface-16%: rgba(246, 243, 246, 0.1215686275);--cv-theme-on-primary-74%: rgba(255, 255, 255, 0.7411764706);--cv-theme-on-surface-74%: rgba(30, 29, 30, 0.7411764706);--cv-theme-tertiary-8%: rgba(255, 95, 2, 0.0784313725);--cv-theme-tertiary-12%: rgba(255, 95, 2, 0.1215686275);--cv-theme-tertiary-16%: rgba(255, 95, 2, 0.1607843137);--cv-theme-secondary-8%: rgba(97, 99, 120, 0.0784313725);--cv-theme-secondary-12%: rgba(97, 99, 120, 0.1215686275);--cv-theme-secondary-16%: rgba(97, 99, 120, 0.1607843137);--cv-theme-on-secondary-74%: rgba(255, 255, 255, 0.7411764706);--cv-theme-inverse-secondary: #c3c5dd;--cv-theme-inverse-secondary-8%: rgba(195, 197, 221, 0.0784313725);--cv-theme-inverse-secondary-12%: rgba(195, 197, 221, 0.1215686275);--cv-theme-inverse-secondary-16%: rgba(195, 197, 221, 0.1607843137);--cv-theme-on-tertiary-74%: rgba(255, 255, 255, 0.7411764706);--cv-theme-inverse-tertiary: #ff5f02;--cv-theme-inverse-tertiary-8%: rgba(255, 95, 2, 0.0784313725);--cv-theme-inverse-tertiary-12%: rgba(255, 95, 2, 0.1215686275);--cv-theme-inverse-tertiary-16%: rgba(255, 95, 2, 0.1607843137);--cv-theme-on-negative-container-8%: rgba(17, 2, 1, 0.0784313725);--cv-theme-on-negative-container-12%: rgba(17, 2, 1, 0.1215686275);--cv-theme-on-negative-container-16%: rgba(17, 2, 1, 0.1607843137);--cv-theme-on-surface-4%: rgba(30, 29, 30, 0.0392156863);--cv-theme-on-surface-variant-4%: rgba(92, 91, 95, 0.0392156863);--cv-theme-inverse-on-surface-4%: rgba(246, 243, 246, 0.0392156863);--cv-theme-primary-4%: rgba(48, 83, 244, 0.0392156863);--cv-theme-on-primary-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-primary-container-4%: rgba(0, 17, 90, 0.0392156863);--cv-theme-inverse-primary-4%: rgba(186, 195, 255, 0.0392156863);--cv-theme-secondary-4%: rgba(97, 99, 120, 0.0392156863);--cv-theme-on-secondary-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-secondary-container-4%: rgba(23, 26, 44, 0.0392156863);--cv-theme-inverse-secondary-4%: rgba(195, 197, 221, 0.0392156863);--cv-theme-tertiary-4%: rgba(255, 95, 2, 0.0392156863);--cv-theme-on-tertiary-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-tertiary-container-4%: rgba(72, 19, 0, 0.0392156863);--cv-theme-inverse-tertiary-4%: rgba(255, 95, 2, 0.0392156863);--cv-theme-negative-4%: rgba(174, 18, 9, 0.0392156863);--cv-theme-on-negative-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-negative-container-4%: rgba(17, 2, 1, 0.0392156863);--cv-theme-positive-4%: rgba(3, 102, 0, 0.0392156863);--cv-theme-on-positive-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-positive-container-4%: rgba(0, 10, 0, 0.0392156863);--cv-theme-caution-4%: rgba(243, 136, 0, 0.0392156863);--cv-theme-on-caution-4%: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-caution-container-4%: rgba(24, 14, 0, 0.0392156863);--cv-theme-emphasis-4%: rgba(177, 1, 66, 0.0392156863);--cv-theme-on-emphasis-4%4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-emphasis-container-4%: rgba(18, 0, 7, 0.0392156863);--cv-theme-on-surface-20%: rgba(30, 29, 30, 0.2);--cv-theme-primary-20%: rgba(48, 83, 244, 0.2);--cv-theme-negative-20%: rgba(174, 18, 9, 0.2);--cv-theme-positive-20%: rgba(3, 102, 0, 0.2);--cv-theme-caution-20%: rgba(243, 136, 0, 0.2);--cv-theme-emphasis-20%: rgba(177, 1, 66, 0.2);--cv-theme-primary-24%: rgba(48, 83, 244, 0.2392156863);--cv-theme-negative-24%: rgba(174, 18, 9, 0.2392156863);--cv-theme-positive-24%: rgba(3, 102, 0, 0.2392156863);--cv-theme-caution-24%: rgba(243, 136, 0, 0.2392156863);--cv-theme-emphasis-24%: rgba(177, 1, 66, 0.2392156863);--cv-theme-background: #fdf9fc;--cv-theme-surface-variant-8%: rgba(253, 249, 252, 0.0784313725);--cv-theme-surface-variant-12%: rgba(253, 249, 252, 0.1215686275);--cv-theme-surface-variant-16%: rgba(253, 249, 252, 0.1607843137);--cv-theme-error: #ae1209;--cv-theme-on-background: #1e1d1e;--cv-theme-on-error: white;--cv-theme-divider: #d5d3d8;--cv-theme-accent: #3053f4;--cv-theme-surface-canvas: white;--cv-theme-surface-primary: #ececfe;--cv-theme-surface-primary-highlight: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-accent: #ececfe;--cv-theme-surface-accent-highlight: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.1215686275);--cv-theme-surface-secondary: #dfe1f9;--cv-theme-surface-secondary-highlight: rgba(97, 99, 120, 0.0784313725);--cv-theme-surface-secondary-highlight-hover: rgba(97, 99, 120, 0.0784313725);--cv-theme-surface-positive: #8fcc8e;--cv-theme-surface-positive-highlight: rgba(3, 102, 0, 0.0784313725);--cv-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.0784313725);--cv-theme-surface-caution: #ffcc8c;--cv-theme-surface-caution-highlight: rgba(243, 136, 0, 0.0784313725);--cv-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.0784313725);--cv-theme-surface-negative: #ffb2ae;--cv-theme-surface-negative-highlight: rgba(174, 18, 9, 0.0784313725);--cv-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.0784313725);--cv-theme-surface-neutral: #faf7fa;--cv-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--cv-theme-surface-emphasis: #e8b3c6;--cv-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.0784313725);--cv-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.0784313725);--cv-theme-text-primary-on-background: #1e1d1e;--cv-theme-text-secondary-on-background: #5c5b5f;--cv-theme-text-hint-on-background: #5c5b5f;--cv-theme-text-disabled-on-background: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-background: #5c5b5f;--cv-theme-text-logo-on-background: #FF5F02;--cv-theme-text-primary-on-light: #1e1d1e;--cv-theme-text-secondary-on-light: #5c5b5f;--cv-theme-text-hint-on-light: #5c5b5f;--cv-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-light: #5c5b5f;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #ebe8ec;--cv-theme-text-hint-on-dark: #ebe8ec;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-dark: #ebe8ec;--cv-theme-code-snippet-color: #383a42;--cv-theme-code-snippet-comment: #a0a1a7;--cv-theme-code-snippet-keyword: #a626a4;--cv-theme-code-snippet-selector: #e45649;--cv-theme-code-snippet-literal: #0184bb;--cv-theme-code-snippet-string: #50a14f;--cv-theme-code-snippet-variable: #986801;--cv-theme-code-snippet-title: #4078f2;--cv-theme-code-snippet-class: #c18401;--mdc-theme-primary: #3053f4;--mdc-theme-secondary: #616378;--mdc-theme-error: #ae1209;--mdc-theme-negative: #ae1209;--mdc-theme-positive: #036600;--mdc-theme-caution: #f38800;--mdc-theme-emphasis: #b10142;--mdc-theme-accent: #3053f4;--mdc-theme-background: #fdf9fc;--mdc-ripple-color: #1e1d1e;--mdc-theme-surface: #fdf9fc;--mdc-theme-surface-canvas: white;--mdc-theme-surface-primary: #ececfe;--mdc-theme-surface-primary-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-secondary: #dfe1f9;--mdc-theme-surface-secondary-highlight: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-caution: #ffcc8c;--mdc-theme-surface-caution-highlight: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-negative: #ffb2ae;--mdc-theme-surface-negative-highlight: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-positive: #8fcc8e;--mdc-theme-surface-positive-highlight: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #e8b3c6;--mdc-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.0784313725);--mdc-theme-on-primary: white;--mdc-theme-on-secondary: white;--mdc-theme-on-surface: #1e1d1e;--mdc-theme-border: #d5d3d8;--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-plain-tooltip-container-color: #3e3e41;--mdc-plain-tooltip-supporting-text-color: #f6f3f6;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #1e1d1e;--mdc-theme-text-secondary-on-background: #5c5b5f;--mdc-theme-text-hint-on-background: #5c5b5f;--mdc-theme-text-disabled-on-background: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-background: #5c5b5f;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--mdc-shape-small: 8px;--mdc-shape-medium: 8px;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#1e1d1e}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#1e1d1e}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#d5d3d8}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#d5d3d8}:root .mdc-data-table__pagination{border-top-color:#d5d3d8}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=light-theme.css.map */
|
1
|
+
:root{--cv-theme-primary: #3053f4;--cv-theme-primary-container: #ececfe;--cv-theme-on-primary: white;--cv-theme-secondary: #616378;--cv-theme-secondary-container: #dfe1f9;--cv-theme-on-secondary: white;--cv-theme-on-secondary-container: #171a2c;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #ffdbce;--cv-theme-on-tertiary: white;--cv-theme-on-tertiary-container: #481300;--cv-theme-surface: #fdf9fc;--cv-theme-surface-dim: #e5e2e6;--cv-theme-surface-bright: #fdf9fc;--cv-theme-surface-container-lowest: white;--cv-theme-surface-container-low: #faf7fa;--cv-theme-surface-container: #f8f5f8;--cv-theme-surface-container-high: #f6f3f6;--cv-theme-surface-container-highest: #f4f1f4;--cv-theme-on-surface: #1e1d1e;--cv-theme-on-surface-variant: #5c5b5f;--cv-theme-inverse-surface: #3e3e41;--cv-theme-inverse-on-surface: #f6f3f6;--cv-theme-negative: #ae1209;--cv-theme-negative-container: #ffb2ae;--cv-theme-on-negative: white;--cv-theme-on-negative-container: #110201;--cv-theme-positive: #036600;--cv-theme-positive-container: #8fcc8e;--cv-theme-on-positive: white;--cv-theme-on-positive-container: #000a00;--cv-theme-caution: #f38800;--cv-theme-caution-container: #ffcc8c;--cv-theme-on-caution: white;--cv-theme-on-caution-container: #180e00;--cv-theme-outline: #76757d;--cv-theme-outline-variant: #d5d3d8;--cv-theme-shadow: black;--cv-theme-scrim: black;--cv-theme-primary-fixed: #dee0ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #ffdbce;--cv-theme-tertiary-fixed-dim: #ffc0a8;--cv-theme-primary-8: rgba(48, 83, 244, 0.0784313725);--cv-theme-primary-12: rgba(48, 83, 244, 0.1215686275);--cv-theme-on-surface-8: rgba(30, 29, 30, 0.0784313725);--cv-theme-on-surface-12: rgba(30, 29, 30, 0.1215686275);--cv-theme-on-primary-container: #00115a;--cv-theme-inverse-primary: #bac3ff;--cv-theme-on-surface-38: rgba(30, 29, 30, 0.3803921569);--cv-theme-on-surface-16: rgba(30, 29, 30, 0.1607843137);--cv-theme-on-primary-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-primary-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-primary-16: rgba(48, 83, 244, 0.1607843137);--cv-theme-on-surface-variant-8: rgba(92, 91, 95, 0.0784313725);--cv-theme-on-tertiary-container-8: rgba(72, 19, 0, 0.0784313725);--cv-theme-on-tertiary-container-12: rgba(72, 19, 0, 0.1215686275);--cv-theme-on-primary-container-12: rgba(0, 17, 90, 0.1215686275);--cv-theme-on-surface-variant-12: rgba(92, 91, 95, 0.1215686275);--cv-theme-on-secondary-container-8: rgba(23, 26, 44, 0.0784313725);--cv-theme-on-secondary-container-16: rgba(23, 26, 44, 0.1607843137);--cv-theme-outline-8: rgba(118, 117, 125, 0.0784313725);--cv-theme-outline-12: rgba(118, 117, 125, 0.1215686275);--cv-theme-outline-16: rgba(118, 117, 125, 0.1607843137);--cv-theme-surface-variant: #ebe8ec;--cv-theme-emphasis: #b10142;--cv-theme-emphasis-container: #e8b3c6;--cv-theme-on-emphasis: white;--cv-theme-on-emphasis-container: #120007;--cv-theme-positive-16: rgba(3, 102, 0, 0.1607843137);--cv-theme-caution-16: rgba(243, 136, 0, 0.1607843137);--cv-theme-negative-12: rgba(174, 18, 9, 0.1215686275);--cv-theme-on-secondary-container-12: rgba(23, 26, 44, 0.1215686275);--cv-theme-on-primary-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-primary-container-8: rgba(0, 17, 90, 0.0784313725);--cv-theme-on-primary-container-16: rgba(0, 17, 90, 0.1607843137);--cv-theme-on-secondary-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-secondary-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-secondary-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-tertiary-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-tertiary-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-tertiary-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-tertiary-container-16: rgba(72, 19, 0, 0.1607843137);--cv-theme-on-surface-variant-16: rgba(92, 91, 95, 0.1607843137);--cv-theme-negative-8: rgba(174, 18, 9, 0.0784313725);--cv-theme-negative-16: rgba(174, 18, 9, 0.1607843137);--cv-theme-positive-12: rgba(3, 102, 0, 0.1215686275);--cv-theme-positive-8: rgba(3, 102, 0, 0.0784313725);--cv-theme-on-positive-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-positive-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-positive-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-positive-container-8: rgba(0, 10, 0, 0.0784313725);--cv-theme-on-positive-container-12: rgba(0, 10, 0, 0.1215686275);--cv-theme-on-positive-container-16: rgba(0, 10, 0, 0.1607843137);--cv-theme-caution-12: rgba(243, 136, 0, 0.1215686275);--cv-theme-caution-8: rgba(243, 136, 0, 0.0784313725);--cv-theme-on-caution-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-caution-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-caution-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-negative-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-negative-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-negative-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-caution-container-8: rgba(24, 14, 0, 0.0784313725);--cv-theme-on-caution-container-12: rgba(24, 14, 0, 0.1215686275);--cv-theme-on-caution-container-16: rgba(24, 14, 0, 0.1607843137);--cv-theme-emphasis-8: rgba(177, 1, 66, 0.0784313725);--cv-theme-emphasis-12: rgba(177, 1, 66, 0.1215686275);--cv-theme-emphasis-16: rgba(177, 1, 66, 0.1607843137);--cv-theme-on-emphasis-8: rgba(255, 255, 255, 0.0784313725);--cv-theme-on-emphasis-12: rgba(255, 255, 255, 0.1215686275);--cv-theme-on-emphasis-16: rgba(255, 255, 255, 0.1607843137);--cv-theme-on-emphasis-container-8: rgba(18, 0, 7, 0.0784313725);--cv-theme-on-emphasis-container-12: rgba(18, 0, 7, 0.1215686275);--cv-theme-on-emphasis-container-16: rgba(24, 14, 0, 0.1607843137);--cv-theme-inverse-on-surface-12: rgba(246, 243, 246, 0.1215686275);--cv-theme-inverse-primary-12: rgba(186, 195, 255, 0.1215686275);--cv-theme-inverse-on-surface-8: rgba(246, 243, 246, 0.0784313725);--cv-theme-inverse-primary-8: rgba(186, 195, 255, 0.0784313725);--cv-theme-inverse-primary-16: rgba(186, 195, 255, 0.1607843137);--cv-theme-inverse-on-surface-16: rgba(246, 243, 246, 0.1215686275);--cv-theme-on-primary-74: rgba(255, 255, 255, 0.7411764706);--cv-theme-on-surface-74: rgba(30, 29, 30, 0.7411764706);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.0784313725);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.1215686275);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.1607843137);--cv-theme-secondary-8: rgba(97, 99, 120, 0.0784313725);--cv-theme-secondary-12: rgba(97, 99, 120, 0.1215686275);--cv-theme-secondary-16: rgba(97, 99, 120, 0.1607843137);--cv-theme-on-secondary-74: rgba(255, 255, 255, 0.7411764706);--cv-theme-inverse-secondary: #c3c5dd;--cv-theme-inverse-secondary-8: rgba(195, 197, 221, 0.0784313725);--cv-theme-inverse-secondary-12: rgba(195, 197, 221, 0.1215686275);--cv-theme-inverse-secondary-16: rgba(195, 197, 221, 0.1607843137);--cv-theme-on-tertiary-74: rgba(255, 255, 255, 0.7411764706);--cv-theme-inverse-tertiary: #ff5f02;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.0784313725);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.1215686275);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.1607843137);--cv-theme-on-negative-container-8: rgba(17, 2, 1, 0.0784313725);--cv-theme-on-negative-container-12: rgba(17, 2, 1, 0.1215686275);--cv-theme-on-negative-container-16: rgba(17, 2, 1, 0.1607843137);--cv-theme-on-surface-4: rgba(30, 29, 30, 0.0392156863);--cv-theme-on-surface-variant-4: rgba(92, 91, 95, 0.0392156863);--cv-theme-inverse-on-surface-4: rgba(246, 243, 246, 0.0392156863);--cv-theme-primary-4: rgba(48, 83, 244, 0.0392156863);--cv-theme-on-primary-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-primary-container-4: rgba(0, 17, 90, 0.0392156863);--cv-theme-inverse-primary-4: rgba(186, 195, 255, 0.0392156863);--cv-theme-secondary-4: rgba(97, 99, 120, 0.0392156863);--cv-theme-on-secondary-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-secondary-container-4: rgba(23, 26, 44, 0.0392156863);--cv-theme-inverse-secondary-4: rgba(195, 197, 221, 0.0392156863);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.0392156863);--cv-theme-on-tertiary-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-tertiary-container-4: rgba(72, 19, 0, 0.0392156863);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.0392156863);--cv-theme-negative-4: rgba(174, 18, 9, 0.0392156863);--cv-theme-on-negative-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-negative-container-4: rgba(17, 2, 1, 0.0392156863);--cv-theme-positive-4: rgba(3, 102, 0, 0.0392156863);--cv-theme-on-positive-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-positive-container-4: rgba(0, 10, 0, 0.0392156863);--cv-theme-caution-4: rgba(243, 136, 0, 0.0392156863);--cv-theme-on-caution-4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-caution-container-4: rgba(24, 14, 0, 0.0392156863);--cv-theme-emphasis-4: rgba(177, 1, 66, 0.0392156863);--cv-theme-on-emphasis-4%4: rgba(255, 255, 255, 0.0392156863);--cv-theme-on-emphasis-container-4: rgba(18, 0, 7, 0.0392156863);--cv-theme-on-surface-20: rgba(30, 29, 30, 0.2);--cv-theme-primary-20: rgba(48, 83, 244, 0.2);--cv-theme-negative-20: rgba(174, 18, 9, 0.2);--cv-theme-positive-20: rgba(3, 102, 0, 0.2);--cv-theme-caution-20: rgba(243, 136, 0, 0.2);--cv-theme-emphasis-20: rgba(177, 1, 66, 0.2);--cv-theme-primary-24: rgba(48, 83, 244, 0.2392156863);--cv-theme-negative-24: rgba(174, 18, 9, 0.2392156863);--cv-theme-positive-24: rgba(3, 102, 0, 0.2392156863);--cv-theme-caution-24: rgba(243, 136, 0, 0.2392156863);--cv-theme-emphasis-24: rgba(177, 1, 66, 0.2392156863);--cv-theme-background: #fdf9fc;--cv-theme-surface-variant-8: rgba(253, 249, 252, 0.0784313725);--cv-theme-surface-variant-12: rgba(253, 249, 252, 0.1215686275);--cv-theme-surface-variant-16: rgba(253, 249, 252, 0.1607843137);--cv-theme-error: #ae1209;--cv-theme-on-background: #1e1d1e;--cv-theme-on-error: white;--cv-theme-divider: #d5d3d8;--cv-theme-accent: #3053f4;--cv-theme-surface-canvas: white;--cv-theme-surface-primary: #ececfe;--cv-theme-surface-primary-highlight: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-accent: #ececfe;--cv-theme-surface-accent-highlight: rgba(48, 83, 244, 0.0784313725);--cv-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.1215686275);--cv-theme-surface-secondary: #dfe1f9;--cv-theme-surface-secondary-highlight: rgba(97, 99, 120, 0.0784313725);--cv-theme-surface-secondary-highlight-hover: rgba(97, 99, 120, 0.0784313725);--cv-theme-surface-positive: #8fcc8e;--cv-theme-surface-positive-highlight: rgba(3, 102, 0, 0.0784313725);--cv-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.0784313725);--cv-theme-surface-caution: #ffcc8c;--cv-theme-surface-caution-highlight: rgba(243, 136, 0, 0.0784313725);--cv-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.0784313725);--cv-theme-surface-negative: #ffb2ae;--cv-theme-surface-negative-highlight: rgba(174, 18, 9, 0.0784313725);--cv-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.0784313725);--cv-theme-surface-neutral: #faf7fa;--cv-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--cv-theme-surface-emphasis: #e8b3c6;--cv-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.0784313725);--cv-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.0784313725);--cv-theme-text-primary-on-background: #1e1d1e;--cv-theme-text-secondary-on-background: #5c5b5f;--cv-theme-text-hint-on-background: #5c5b5f;--cv-theme-text-disabled-on-background: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-background: #5c5b5f;--cv-theme-text-logo-on-background: #FF5F02;--cv-theme-text-primary-on-light: #1e1d1e;--cv-theme-text-secondary-on-light: #5c5b5f;--cv-theme-text-hint-on-light: #5c5b5f;--cv-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--cv-theme-text-icon-on-light: #5c5b5f;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #ebe8ec;--cv-theme-text-hint-on-dark: #ebe8ec;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-dark: #ebe8ec;--cv-theme-code-snippet-color: #383a42;--cv-theme-code-snippet-comment: #6C6C6C;--cv-theme-code-snippet-keyword: #A626A4;--cv-theme-code-snippet-selector: #AD0F00;--cv-theme-code-snippet-literal: #17749B;--cv-theme-code-snippet-string: #0A7C08;--cv-theme-code-snippet-variable: #8E6102;--cv-theme-code-snippet-title: #004FFD;--cv-theme-code-snippet-class: #6A6C02;--mdc-theme-primary: #3053f4;--mdc-theme-secondary: #616378;--mdc-theme-error: #ae1209;--mdc-theme-negative: #ae1209;--mdc-theme-positive: #036600;--mdc-theme-caution: #f38800;--mdc-theme-emphasis: #b10142;--mdc-theme-accent: #3053f4;--mdc-theme-background: #fdf9fc;--mdc-ripple-color: #1e1d1e;--mdc-theme-surface: #fdf9fc;--mdc-theme-surface-canvas: white;--mdc-theme-surface-primary: #ececfe;--mdc-theme-surface-primary-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-secondary: #dfe1f9;--mdc-theme-surface-secondary-highlight: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-caution: #ffcc8c;--mdc-theme-surface-caution-highlight: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-negative: #ffb2ae;--mdc-theme-surface-negative-highlight: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-positive: #8fcc8e;--mdc-theme-surface-positive-highlight: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #e8b3c6;--mdc-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.0784313725);--mdc-theme-on-primary: white;--mdc-theme-on-secondary: white;--mdc-theme-on-surface: #1e1d1e;--mdc-theme-border: #d5d3d8;--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-plain-tooltip-container-color: #3e3e41;--mdc-plain-tooltip-supporting-text-color: #f6f3f6;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #1e1d1e;--mdc-theme-text-secondary-on-background: #5c5b5f;--mdc-theme-text-hint-on-background: #5c5b5f;--mdc-theme-text-disabled-on-background: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-background: #5c5b5f;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--mdc-shape-small: 8px;--mdc-shape-medium: 8px;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#1e1d1e}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#1e1d1e}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#d5d3d8}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#d5d3d8}:root .mdc-data-table__pagination{border-top-color:#d5d3d8}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=light-theme.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/light-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/light-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,ktYASF,6BACA,+BACA,2BACA,8BACA,8BACA,6BACA,8BAGA,4BAGA,gCACA,4BACA,6BACA,kCACA,qCACA,uEAIA,6EAIA,uCACA,yEAIA,+EAIA,qCACA,uEAIA,6EAIA,sCACA,uEAIA,6EAIA,sCACA,sEAIA,4EAIA,qCACA,iEAIA,uEAIA,sCACA,uEAIA,6EAIA,8BACA,gCACA,gCACA,4BAGA,oCACA,sEAIA,4EAMA,6CACA,mDAMA,gDACA,0DAIA,2CAIA,4CAIA,8CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,sEACA,uCACA,wCACA,yCACA,sEACA,uCACA,wCACA,yCACA,uDAIA,wCACA,yCAIA,0CAIA,6CACA,wEACA,yCACA,0CAIA,2CAMA,gDAIA,kDAIA,6CAIA,wEAIA,6CAIA,2CACA,6CAIA,wCACA,mEACA,wCACA,0CACA,4CACA,uCACA,qEACA,uCACA,6CAGA,uBACA,wBC5OE,eCqdA,mBA9PF,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGYF,6WHZE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIxDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE","file":"light-theme.css"}
|