@covalent/components 10.2.0 → 10.3.0
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/action-ribbon/action-ribbon-base.d.ts +2 -2
- package/action-ribbon/action-ribbon-base.d.ts.map +1 -1
- package/action-ribbon.js +14 -5
- package/action-ribbon.mjs +41 -29
- package/alert.js +7 -7
- package/alert.mjs +43 -43
- package/button.js +1 -1
- package/button.mjs +1 -1
- package/check-list-item.js +1 -1
- package/check-list-item.mjs +1 -1
- package/{code-editor-EoSlzBb3.js → code-editor-CryBkPGy.js} +86 -86
- package/{code-editor-BvvYXkIr.mjs → code-editor-XU5DhFbC.mjs} +3886 -3874
- package/code-editor.js +1 -1
- package/code-editor.mjs +1 -1
- package/{html-DqSSPAnI.js → html-CEiNqoVv.js} +1 -1
- package/{html-CA53A8Cb.mjs → html-DW6Y8eLM.mjs} +1 -1
- package/icon-button.js +2 -2
- package/icon-button.mjs +14 -14
- package/icon-check-toggle.js +1 -1
- package/icon-check-toggle.mjs +1 -1
- package/icon-radio-toggle.js +2 -2
- package/icon-radio-toggle.mjs +13 -13
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/{javascript-oElQTZ_j.mjs → javascript-DzJ0FiwJ.mjs} +1 -1
- package/{javascript-CgCtZnaB.js → javascript-vVCDG6Rm.js} +1 -1
- package/list-item-Bh5n0QpR.mjs +11 -0
- package/list-item-COi_Dg4N.js +5 -0
- package/list-item.js +1 -1
- package/list-item.mjs +1 -1
- package/nav-list-item.js +3 -3
- package/nav-list-item.mjs +20 -20
- package/notebook-cell.js +1 -1
- package/notebook-cell.mjs +1 -1
- package/package.json +1 -1
- package/{python-OoYZIi7A.mjs → python-CddQNZH2.mjs} +1 -1
- package/{python-B3J-bZyn.js → python-DnfGbG5q.js} +1 -1
- package/radio-list-item.js +1 -1
- package/radio-list-item.mjs +1 -1
- package/radio.js +1 -1
- package/radio.mjs +15 -15
- package/select.js +2 -2
- package/select.mjs +1 -1
- package/snackbar.js +6 -6
- package/snackbar.mjs +28 -28
- package/tab.js +1 -1
- package/tab.mjs +13 -13
- 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/{typescript-JCYo75i7.js → typescript-BRw9OFm1.js} +1 -1
- package/{typescript-CWRhopRu.mjs → typescript-CdlgcZ3y.mjs} +1 -1
- package/typography.js +2 -2
- package/typography.mjs +5 -5
- package/list-item-BQ6SDTvW.js +0 -5
- package/list-item-DuBDCnZ-.mjs +0 -11
package/snackbar.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const m=require("./query-assigned-elements-BQszEgac.js"),
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const m=require("./query-assigned-elements-BQszEgac.js"),s=require("./tslib.es6-CHeFCc6E.js"),C=require("./base-element-5ZU-p99q.js"),_=require("./observer-N9cgkDqh.js"),p=require("./property-BRKnMYJe.js"),x=require("./query-BvlE-gMJ.js"),S=require("./class-map-PsUYVqvf.js"),O=require("./async-directive-DZ3MjSIj.js"),E=require("./directive-C_VV3qwo.js"),A=require("./utils-wMBJ9n_n.js");/**
|
2
2
|
* @license
|
3
3
|
* Copyright 2016 Google Inc.
|
4
4
|
*
|
@@ -61,13 +61,13 @@
|
|
61
61
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
62
62
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
63
63
|
* THE SOFTWARE.
|
64
|
-
*/var k=d.OPENING,y=d.OPEN,
|
64
|
+
*/var k=d.OPENING,y=d.OPEN,v=d.CLOSING,N=f.REASON_ACTION,b=f.REASON_DISMISS,h=function(n){s.__extends(e,n);function e(t){var a=n.call(this,s.__assign(s.__assign({},e.defaultAdapter),t))||this;return a.opened=!1,a.animationFrame=0,a.animationTimer=0,a.autoDismissTimer=0,a.autoDismissTimeoutMs=o.DEFAULT_AUTO_DISMISS_TIMEOUT_MS,a.closeOnEscape=!0,a}return Object.defineProperty(e,"cssClasses",{get:function(){return d},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return f},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},announce:function(){},notifyClosed:function(){},notifyClosing:function(){},notifyOpened:function(){},notifyOpening:function(){},removeClass:function(){}}},enumerable:!1,configurable:!0}),e.prototype.destroy=function(){this.clearAutoDismissTimer(),cancelAnimationFrame(this.animationFrame),this.animationFrame=0,clearTimeout(this.animationTimer),this.animationTimer=0,this.adapter.removeClass(k),this.adapter.removeClass(y),this.adapter.removeClass(v)},e.prototype.open=function(){var t=this;this.clearAutoDismissTimer(),this.opened=!0,this.adapter.notifyOpening(),this.adapter.removeClass(v),this.adapter.addClass(k),this.adapter.announce(),this.runNextAnimationFrame(function(){t.adapter.addClass(y),t.animationTimer=setTimeout(function(){var a=t.getTimeoutMs();t.handleAnimationTimerEnd(),t.adapter.notifyOpened(),a!==o.INDETERMINATE&&(t.autoDismissTimer=setTimeout(function(){t.close(b)},a))},o.SNACKBAR_ANIMATION_OPEN_TIME_MS)})},e.prototype.close=function(t){var a=this;t===void 0&&(t=""),this.opened&&(cancelAnimationFrame(this.animationFrame),this.animationFrame=0,this.clearAutoDismissTimer(),this.opened=!1,this.adapter.notifyClosing(t),this.adapter.addClass(d.CLOSING),this.adapter.removeClass(d.OPEN),this.adapter.removeClass(d.OPENING),clearTimeout(this.animationTimer),this.animationTimer=setTimeout(function(){a.handleAnimationTimerEnd(),a.adapter.notifyClosed(t)},o.SNACKBAR_ANIMATION_CLOSE_TIME_MS))},e.prototype.isOpen=function(){return this.opened},e.prototype.getTimeoutMs=function(){return this.autoDismissTimeoutMs},e.prototype.setTimeoutMs=function(t){var a=o.MIN_AUTO_DISMISS_TIMEOUT_MS,i=o.MAX_AUTO_DISMISS_TIMEOUT_MS,r=o.INDETERMINATE;if(t===o.INDETERMINATE||t<=i&&t>=a)this.autoDismissTimeoutMs=t;else throw new Error(`
|
65
65
|
timeoutMs must be an integer in the range `+a+"–"+i+`
|
66
|
-
(or `+
|
66
|
+
(or `+r+" to disable), but got '"+t+"'")},e.prototype.getCloseOnEscape=function(){return this.closeOnEscape},e.prototype.setCloseOnEscape=function(t){this.closeOnEscape=t},e.prototype.handleKeyDown=function(t){var a=t.key==="Escape"||t.keyCode===27;a&&this.getCloseOnEscape()&&this.close(b)},e.prototype.handleActionButtonClick=function(t){this.close(N)},e.prototype.handleActionIconClick=function(t){this.close(b)},e.prototype.clearAutoDismissTimer=function(){clearTimeout(this.autoDismissTimer),this.autoDismissTimer=0},e.prototype.handleAnimationTimerEnd=function(){this.animationTimer=0,this.adapter.removeClass(d.OPENING),this.adapter.removeClass(d.CLOSING)},e.prototype.runNextAnimationFrame=function(t){var a=this;cancelAnimationFrame(this.animationFrame),this.animationFrame=requestAnimationFrame(function(){a.animationFrame=0,clearTimeout(a.animationTimer),a.animationTimer=setTimeout(t,0)})},e}(I);/**
|
67
67
|
* @license
|
68
68
|
* Copyright 2019 Google LLC
|
69
69
|
* SPDX-License-Identifier: Apache-2.0
|
70
|
-
*/const{ARIA_LIVE_DELAY_MS:M}=h.numbers;class D extends O.c{constructor(e){if(super(e),this.labelEl=null,this.timerId=null,this.previousPart=null,e.type!==E.t.CHILD)throw new Error("AccessibleSnackbarLabel only supports child parts.")}update(e,[t,a]){var i;if(!a)return;if(this.labelEl===null){const g=document.createElement("div"),T=m.x`<div class="mdc-snackbar__label" role="status" aria-live="polite"></div>`;m.D(T,g);const u=g.firstElementChild;return u.textContent=t,(i=e.endNode)===null||i===void 0||i.parentNode.insertBefore(u,e.endNode),this.labelEl=u,u}const
|
70
|
+
*/const{ARIA_LIVE_DELAY_MS:M}=h.numbers;class D extends O.c{constructor(e){if(super(e),this.labelEl=null,this.timerId=null,this.previousPart=null,e.type!==E.t.CHILD)throw new Error("AccessibleSnackbarLabel only supports child parts.")}update(e,[t,a]){var i;if(!a)return;if(this.labelEl===null){const g=document.createElement("div"),T=m.x`<div class="mdc-snackbar__label" role="status" aria-live="polite"></div>`;m.D(T,g);const u=g.firstElementChild;return u.textContent=t,(i=e.endNode)===null||i===void 0||i.parentNode.insertBefore(u,e.endNode),this.labelEl=u,u}const r=this.labelEl;r.setAttribute("aria-live","off"),r.textContent="";const c=document.createElement("span");return c.style.display="inline-block",c.style.width="0",c.style.height="1px",c.textContent=" ",r.appendChild(c),r.setAttribute("data-mdc-snackbar-label-text",t),this.timerId!==null&&clearTimeout(this.timerId),this.timerId=window.setTimeout(()=>{this.timerId=null,r.setAttribute("aria-live","polite"),r.removeAttribute("data-mdc-snackbar-label-text"),r.textContent=t,this.setValue(this.labelEl)},M),r}render(e,t){return t?m.x`
|
71
71
|
<div class="mdc-snackbar__label" role="status" aria-live="polite">${e}</div>`:m.x``}}const w=E.e(D);/**
|
72
72
|
* @license
|
73
73
|
* Copyright 2018 Google LLC
|
@@ -81,8 +81,8 @@
|
|
81
81
|
<slot name="dismiss" @click="${this._handleDismissClick}"></slot>
|
82
82
|
</div>
|
83
83
|
</div>
|
84
|
-
</div>`}createAdapter(){return Object.assign(Object.assign({},A.addHasRemoveClass(this.mdcRoot)),{announce:()=>{},notifyClosed:e=>{this.dispatchEvent(new CustomEvent(R,{bubbles:!0,cancelable:!0,detail:{reason:e}}))},notifyClosing:e=>{this.open=!1,this.dispatchEvent(new CustomEvent(P,{bubbles:!0,cancelable:!0,detail:{reason:e}}))},notifyOpened:()=>{this.dispatchEvent(new CustomEvent(L,{bubbles:!0,cancelable:!0}))},notifyOpening:()=>{this.open=!0,this.dispatchEvent(new CustomEvent(F,{bubbles:!0,cancelable:!0}))}})}show(){this.open=!0}close(e=""){this.reason=e,this.open=!1}firstUpdated(){super.firstUpdated(),this.open&&this.mdcFoundation.open()}_handleKeydown(e){this.mdcFoundation.handleKeyDown(e)}_handleActionClick(e){this.mdcFoundation.handleActionButtonClick(e)}_handleDismissClick(e){this.mdcFoundation.handleActionIconClick(e)}}
|
84
|
+
</div>`}createAdapter(){return Object.assign(Object.assign({},A.addHasRemoveClass(this.mdcRoot)),{announce:()=>{},notifyClosed:e=>{this.dispatchEvent(new CustomEvent(R,{bubbles:!0,cancelable:!0,detail:{reason:e}}))},notifyClosing:e=>{this.open=!1,this.dispatchEvent(new CustomEvent(P,{bubbles:!0,cancelable:!0,detail:{reason:e}}))},notifyOpened:()=>{this.dispatchEvent(new CustomEvent(L,{bubbles:!0,cancelable:!0}))},notifyOpening:()=>{this.open=!0,this.dispatchEvent(new CustomEvent(F,{bubbles:!0,cancelable:!0}))}})}show(){this.open=!0}close(e=""){this.reason=e,this.open=!1}firstUpdated(){super.firstUpdated(),this.open&&this.mdcFoundation.open()}_handleKeydown(e){this.mdcFoundation.handleKeyDown(e)}_handleActionClick(e){this.mdcFoundation.handleActionButtonClick(e)}_handleDismissClick(e){this.mdcFoundation.handleActionIconClick(e)}}s.__decorate([x.i(".mdc-snackbar")],l.prototype,"mdcRoot",void 0);s.__decorate([x.i(".mdc-snackbar__label")],l.prototype,"labelElement",void 0);s.__decorate([p.n({type:Boolean,reflect:!0}),_.observer(function(n){this.mdcFoundation&&(n?this.mdcFoundation.open():(this.mdcFoundation.close(this.reason),this.reason=""))})],l.prototype,"open",void 0);s.__decorate([_.observer(function(n){this.mdcFoundation.setTimeoutMs(n)}),p.n({type:Number})],l.prototype,"timeoutMs",void 0);s.__decorate([_.observer(function(n){this.mdcFoundation.setCloseOnEscape(n)}),p.n({type:Boolean})],l.prototype,"closeOnEscape",void 0);s.__decorate([p.n({type:String})],l.prototype,"labelText",void 0);s.__decorate([p.n({type:Boolean})],l.prototype,"stacked",void 0);s.__decorate([p.n({type:Boolean})],l.prototype,"leading",void 0);/**
|
85
85
|
* @license
|
86
86
|
* Copyright 2021 Google LLC
|
87
87
|
* SPDX-LIcense-Identifier: Apache-2.0
|
88
|
-
*/const z=m.i`.mdc-snackbar{z-index:8;margin:8px;display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mdc-snackbar__surface{min-width:100%}}.mdc-snackbar__surface{max-width:672px}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__surface{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar--leading{justify-content:flex-start}.mdc-snackbar--stacked .mdc-snackbar__label{padding-left:16px;padding-right:8px;padding-bottom:12px}[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar--stacked .mdc-snackbar__surface{flex-direction:column;align-items:flex-start}.mdc-snackbar--stacked .mdc-snackbar__actions{align-self:flex-end;margin-bottom:8px}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto;transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1);transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-snackbar__label{-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:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.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:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.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);padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action .mdc-button__ripple::before,.mdc-snackbar__action .mdc-button__ripple::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover .mdc-button__ripple::before,.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-snackbar__dismiss{width:36px;height:36px;padding:6px;font-size:18px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring{display:none}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block;max-height:36px;max-width:36px}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:36px;height:36px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{max-height:36px;max-width:36px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch{position:absolute;top:50%;height:36px;left:50%;width:36px;transform:translate(-50%, -50%)}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}slot[name=action]::slotted(mwc-button){--mdc-theme-primary: var( --mdc-snackbar-action-color, #bb86fc )}slot[name=dismiss]::slotted(mwc-icon-button){--mdc-icon-size: 18px;--mdc-icon-button-size: 36px;color:rgba(255, 255, 255, 0.87);margin-left:8px;margin-right:0}[dir=rtl] slot[name=dismiss]::slotted(mwc-icon-button),::slotted(mwc-icon-buttonslot[name=dismiss][dir=rtl]){margin-left:0;margin-right:8px}`,U=":host{--mdc-
|
88
|
+
*/const z=m.i`.mdc-snackbar{z-index:8;margin:8px;display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mdc-snackbar__surface{min-width:100%}}.mdc-snackbar__surface{max-width:672px}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__surface{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar--leading{justify-content:flex-start}.mdc-snackbar--stacked .mdc-snackbar__label{padding-left:16px;padding-right:8px;padding-bottom:12px}[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar--stacked .mdc-snackbar__surface{flex-direction:column;align-items:flex-start}.mdc-snackbar--stacked .mdc-snackbar__actions{align-self:flex-end;margin-bottom:8px}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto;transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1);transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-snackbar__label{-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:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.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:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.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);padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action .mdc-button__ripple::before,.mdc-snackbar__action .mdc-button__ripple::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover .mdc-button__ripple::before,.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-snackbar__dismiss{width:36px;height:36px;padding:6px;font-size:18px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring{display:none}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block;max-height:36px;max-width:36px}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:36px;height:36px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{max-height:36px;max-width:36px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch{position:absolute;top:50%;height:36px;left:50%;width:36px;transform:translate(-50%, -50%)}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}slot[name=action]::slotted(mwc-button){--mdc-theme-primary: var( --mdc-snackbar-action-color, #bb86fc )}slot[name=dismiss]::slotted(mwc-icon-button){--mdc-icon-size: 18px;--mdc-icon-button-size: 36px;color:rgba(255, 255, 255, 0.87);margin-left:8px;margin-right:0}[dir=rtl] slot[name=dismiss]::slotted(mwc-icon-button),::slotted(mwc-icon-buttonslot[name=dismiss][dir=rtl]){margin-left:0;margin-right:8px}`,U=":host{--mdc-theme-text-primary-on-background: var(--cv-theme-inverse-on-surface);--mdc-theme-text-icon-on-background: var(--cv-theme-inverse-on-surface);--mdc-theme-primary: var(--cv-theme-inverse-primary);--mdc-theme-on-primary: var(--cv-theme-on-inverse-primary);--mdc-theme-on-surface: var(--cv-theme-inverse-on-surface);--mdc-theme-surface: var(--cv-theme-inverse-surface);--mdc-snackbar-action-color: var(--cv-theme-inverse-on-surface);--mdc-ripple-color: var(--cv-theme-inverse-primary)}:host .mdc-snackbar__surface{background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}:host .mdc-snackbar__label{color:var(--mdc-theme-on-surface)}";var j=Object.defineProperty,B=Object.getOwnPropertyDescriptor,V=(n,e,t,a)=>{for(var i=a>1?void 0:a?B(e,t):e,r=n.length-1,c;r>=0;r--)(c=n[r])&&(i=(a?c(e,t,i):c(i))||i);return a&&i&&j(e,t,i),i};exports.CovalentSnackbar=class extends l{};exports.CovalentSnackbar.styles=[z,m.i`${m.r(U)}`];exports.CovalentSnackbar=V([m.e("cv-snackbar")],exports.CovalentSnackbar);const G=exports.CovalentSnackbar;exports.default=G;
|
package/snackbar.mjs
CHANGED
@@ -87,7 +87,7 @@ var R = (
|
|
87
87
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
88
88
|
* THE SOFTWARE.
|
89
89
|
*/
|
90
|
-
var
|
90
|
+
var o = {
|
91
91
|
CLOSING: "mdc-snackbar--closing",
|
92
92
|
OPEN: "mdc-snackbar--open",
|
93
93
|
OPENING: "mdc-snackbar--opening"
|
@@ -103,7 +103,7 @@ var c = {
|
|
103
103
|
REASON_ACTION: "action",
|
104
104
|
REASON_DISMISS: "dismiss",
|
105
105
|
SURFACE_SELECTOR: ".mdc-snackbar__surface"
|
106
|
-
},
|
106
|
+
}, c = {
|
107
107
|
DEFAULT_AUTO_DISMISS_TIMEOUT_MS: 5e3,
|
108
108
|
INDETERMINATE: -1,
|
109
109
|
MAX_AUTO_DISMISS_TIMEOUT_MS: 1e4,
|
@@ -140,17 +140,17 @@ var c = {
|
|
140
140
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
141
141
|
* THE SOFTWARE.
|
142
142
|
*/
|
143
|
-
var
|
143
|
+
var v = o.OPENING, x = o.OPEN, E = o.CLOSING, z = h.REASON_ACTION, _ = h.REASON_DISMISS, g = (
|
144
144
|
/** @class */
|
145
145
|
function(i) {
|
146
146
|
N(e, i);
|
147
147
|
function e(t) {
|
148
148
|
var a = i.call(this, y(y({}, e.defaultAdapter), t)) || this;
|
149
|
-
return a.opened = !1, a.animationFrame = 0, a.animationTimer = 0, a.autoDismissTimer = 0, a.autoDismissTimeoutMs =
|
149
|
+
return a.opened = !1, a.animationFrame = 0, a.animationTimer = 0, a.autoDismissTimer = 0, a.autoDismissTimeoutMs = c.DEFAULT_AUTO_DISMISS_TIMEOUT_MS, a.closeOnEscape = !0, a;
|
150
150
|
}
|
151
151
|
return Object.defineProperty(e, "cssClasses", {
|
152
152
|
get: function() {
|
153
|
-
return
|
153
|
+
return o;
|
154
154
|
},
|
155
155
|
enumerable: !1,
|
156
156
|
configurable: !0
|
@@ -162,7 +162,7 @@ var x = c.OPENING, E = c.OPEN, v = c.CLOSING, z = h.REASON_ACTION, _ = h.REASON_
|
|
162
162
|
configurable: !0
|
163
163
|
}), Object.defineProperty(e, "numbers", {
|
164
164
|
get: function() {
|
165
|
-
return
|
165
|
+
return c;
|
166
166
|
},
|
167
167
|
enumerable: !1,
|
168
168
|
configurable: !0
|
@@ -188,34 +188,34 @@ var x = c.OPENING, E = c.OPEN, v = c.CLOSING, z = h.REASON_ACTION, _ = h.REASON_
|
|
188
188
|
enumerable: !1,
|
189
189
|
configurable: !0
|
190
190
|
}), e.prototype.destroy = function() {
|
191
|
-
this.clearAutoDismissTimer(), cancelAnimationFrame(this.animationFrame), this.animationFrame = 0, clearTimeout(this.animationTimer), this.animationTimer = 0, this.adapter.removeClass(
|
191
|
+
this.clearAutoDismissTimer(), cancelAnimationFrame(this.animationFrame), this.animationFrame = 0, clearTimeout(this.animationTimer), this.animationTimer = 0, this.adapter.removeClass(v), this.adapter.removeClass(x), this.adapter.removeClass(E);
|
192
192
|
}, e.prototype.open = function() {
|
193
193
|
var t = this;
|
194
|
-
this.clearAutoDismissTimer(), this.opened = !0, this.adapter.notifyOpening(), this.adapter.removeClass(
|
195
|
-
t.adapter.addClass(
|
194
|
+
this.clearAutoDismissTimer(), this.opened = !0, this.adapter.notifyOpening(), this.adapter.removeClass(E), this.adapter.addClass(v), this.adapter.announce(), this.runNextAnimationFrame(function() {
|
195
|
+
t.adapter.addClass(x), t.animationTimer = setTimeout(function() {
|
196
196
|
var a = t.getTimeoutMs();
|
197
|
-
t.handleAnimationTimerEnd(), t.adapter.notifyOpened(), a !==
|
197
|
+
t.handleAnimationTimerEnd(), t.adapter.notifyOpened(), a !== c.INDETERMINATE && (t.autoDismissTimer = setTimeout(function() {
|
198
198
|
t.close(_);
|
199
199
|
}, a));
|
200
|
-
},
|
200
|
+
}, c.SNACKBAR_ANIMATION_OPEN_TIME_MS);
|
201
201
|
});
|
202
202
|
}, e.prototype.close = function(t) {
|
203
203
|
var a = this;
|
204
|
-
t === void 0 && (t = ""), this.opened && (cancelAnimationFrame(this.animationFrame), this.animationFrame = 0, this.clearAutoDismissTimer(), this.opened = !1, this.adapter.notifyClosing(t), this.adapter.addClass(
|
204
|
+
t === void 0 && (t = ""), this.opened && (cancelAnimationFrame(this.animationFrame), this.animationFrame = 0, this.clearAutoDismissTimer(), this.opened = !1, this.adapter.notifyClosing(t), this.adapter.addClass(o.CLOSING), this.adapter.removeClass(o.OPEN), this.adapter.removeClass(o.OPENING), clearTimeout(this.animationTimer), this.animationTimer = setTimeout(function() {
|
205
205
|
a.handleAnimationTimerEnd(), a.adapter.notifyClosed(t);
|
206
|
-
},
|
206
|
+
}, c.SNACKBAR_ANIMATION_CLOSE_TIME_MS));
|
207
207
|
}, e.prototype.isOpen = function() {
|
208
208
|
return this.opened;
|
209
209
|
}, e.prototype.getTimeoutMs = function() {
|
210
210
|
return this.autoDismissTimeoutMs;
|
211
211
|
}, e.prototype.setTimeoutMs = function(t) {
|
212
|
-
var a =
|
213
|
-
if (t ===
|
212
|
+
var a = c.MIN_AUTO_DISMISS_TIMEOUT_MS, n = c.MAX_AUTO_DISMISS_TIMEOUT_MS, r = c.INDETERMINATE;
|
213
|
+
if (t === c.INDETERMINATE || t <= n && t >= a)
|
214
214
|
this.autoDismissTimeoutMs = t;
|
215
215
|
else
|
216
216
|
throw new Error(`
|
217
217
|
timeoutMs must be an integer in the range ` + a + "–" + n + `
|
218
|
-
(or ` +
|
218
|
+
(or ` + r + " to disable), but got '" + t + "'");
|
219
219
|
}, e.prototype.getCloseOnEscape = function() {
|
220
220
|
return this.closeOnEscape;
|
221
221
|
}, e.prototype.setCloseOnEscape = function(t) {
|
@@ -230,7 +230,7 @@ var x = c.OPENING, E = c.OPEN, v = c.CLOSING, z = h.REASON_ACTION, _ = h.REASON_
|
|
230
230
|
}, e.prototype.clearAutoDismissTimer = function() {
|
231
231
|
clearTimeout(this.autoDismissTimer), this.autoDismissTimer = 0;
|
232
232
|
}, e.prototype.handleAnimationTimerEnd = function() {
|
233
|
-
this.animationTimer = 0, this.adapter.removeClass(
|
233
|
+
this.animationTimer = 0, this.adapter.removeClass(o.OPENING), this.adapter.removeClass(o.CLOSING);
|
234
234
|
}, e.prototype.runNextAnimationFrame = function(t) {
|
235
235
|
var a = this;
|
236
236
|
cancelAnimationFrame(this.animationFrame), this.animationFrame = requestAnimationFrame(function() {
|
@@ -260,12 +260,12 @@ class B extends w {
|
|
260
260
|
const p = k.firstElementChild;
|
261
261
|
return p.textContent = t, (n = e.endNode) === null || n === void 0 || n.parentNode.insertBefore(p, e.endNode), this.labelEl = p, p;
|
262
262
|
}
|
263
|
-
const
|
264
|
-
|
265
|
-
const
|
266
|
-
return
|
267
|
-
this.timerId = null,
|
268
|
-
}, U),
|
263
|
+
const r = this.labelEl;
|
264
|
+
r.setAttribute("aria-live", "off"), r.textContent = "";
|
265
|
+
const s = document.createElement("span");
|
266
|
+
return s.style.display = "inline-block", s.style.width = "0", s.style.height = "1px", s.textContent = " ", r.appendChild(s), r.setAttribute("data-mdc-snackbar-label-text", t), this.timerId !== null && clearTimeout(this.timerId), this.timerId = window.setTimeout(() => {
|
267
|
+
this.timerId = null, r.setAttribute("aria-live", "polite"), r.removeAttribute("data-mdc-snackbar-label-text"), r.textContent = t, this.setValue(this.labelEl);
|
268
|
+
}, U), r;
|
269
269
|
}
|
270
270
|
render(e, t) {
|
271
271
|
return t ? u`
|
@@ -370,10 +370,10 @@ m([
|
|
370
370
|
* Copyright 2021 Google LLC
|
371
371
|
* SPDX-LIcense-Identifier: Apache-2.0
|
372
372
|
*/
|
373
|
-
const X = T`.mdc-snackbar{z-index:8;margin:8px;display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mdc-snackbar__surface{min-width:100%}}.mdc-snackbar__surface{max-width:672px}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__surface{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar--leading{justify-content:flex-start}.mdc-snackbar--stacked .mdc-snackbar__label{padding-left:16px;padding-right:8px;padding-bottom:12px}[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar--stacked .mdc-snackbar__surface{flex-direction:column;align-items:flex-start}.mdc-snackbar--stacked .mdc-snackbar__actions{align-self:flex-end;margin-bottom:8px}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto;transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1);transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-snackbar__label{-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:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.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:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.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);padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action .mdc-button__ripple::before,.mdc-snackbar__action .mdc-button__ripple::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover .mdc-button__ripple::before,.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-snackbar__dismiss{width:36px;height:36px;padding:6px;font-size:18px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring{display:none}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block;max-height:36px;max-width:36px}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:36px;height:36px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{max-height:36px;max-width:36px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch{position:absolute;top:50%;height:36px;left:50%;width:36px;transform:translate(-50%, -50%)}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}slot[name=action]::slotted(mwc-button){--mdc-theme-primary: var( --mdc-snackbar-action-color, #bb86fc )}slot[name=dismiss]::slotted(mwc-icon-button){--mdc-icon-size: 18px;--mdc-icon-button-size: 36px;color:rgba(255, 255, 255, 0.87);margin-left:8px;margin-right:0}[dir=rtl] slot[name=dismiss]::slotted(mwc-icon-button),::slotted(mwc-icon-buttonslot[name=dismiss][dir=rtl]){margin-left:0;margin-right:8px}`, H = ":host{--mdc-
|
373
|
+
const X = T`.mdc-snackbar{z-index:8;margin:8px;display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mdc-snackbar__surface{min-width:100%}}.mdc-snackbar__surface{max-width:672px}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__surface{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar--leading{justify-content:flex-start}.mdc-snackbar--stacked .mdc-snackbar__label{padding-left:16px;padding-right:8px;padding-bottom:12px}[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar--stacked .mdc-snackbar__surface{flex-direction:column;align-items:flex-start}.mdc-snackbar--stacked .mdc-snackbar__actions{align-self:flex-end;margin-bottom:8px}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto;transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1);transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-snackbar__label{-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:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.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:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.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);padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action .mdc-button__ripple::before,.mdc-snackbar__action .mdc-button__ripple::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover .mdc-button__ripple::before,.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-snackbar__dismiss{width:36px;height:36px;padding:6px;font-size:18px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring{display:none}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block;max-height:36px;max-width:36px}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors: active)and (forced-colors: active){.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:36px;height:36px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{max-height:36px;max-width:36px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch{position:absolute;top:50%;height:36px;left:50%;width:36px;transform:translate(-50%, -50%)}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}slot[name=action]::slotted(mwc-button){--mdc-theme-primary: var( --mdc-snackbar-action-color, #bb86fc )}slot[name=dismiss]::slotted(mwc-icon-button){--mdc-icon-size: 18px;--mdc-icon-button-size: 36px;color:rgba(255, 255, 255, 0.87);margin-left:8px;margin-right:0}[dir=rtl] slot[name=dismiss]::slotted(mwc-icon-button),::slotted(mwc-icon-buttonslot[name=dismiss][dir=rtl]){margin-left:0;margin-right:8px}`, H = ":host{--mdc-theme-text-primary-on-background: var(--cv-theme-inverse-on-surface);--mdc-theme-text-icon-on-background: var(--cv-theme-inverse-on-surface);--mdc-theme-primary: var(--cv-theme-inverse-primary);--mdc-theme-on-primary: var(--cv-theme-on-inverse-primary);--mdc-theme-on-surface: var(--cv-theme-inverse-on-surface);--mdc-theme-surface: var(--cv-theme-inverse-surface);--mdc-snackbar-action-color: var(--cv-theme-inverse-on-surface);--mdc-ripple-color: var(--cv-theme-inverse-primary)}:host .mdc-snackbar__surface{background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}:host .mdc-snackbar__label{color:var(--mdc-theme-on-surface)}";
|
374
374
|
var Y = Object.defineProperty, q = Object.getOwnPropertyDescriptor, J = (i, e, t, a) => {
|
375
|
-
for (var n = a > 1 ? void 0 : a ? q(e, t) : e,
|
376
|
-
(
|
375
|
+
for (var n = a > 1 ? void 0 : a ? q(e, t) : e, r = i.length - 1, s; r >= 0; r--)
|
376
|
+
(s = i[r]) && (n = (a ? s(e, t, n) : s(n)) || n);
|
377
377
|
return a && n && Y(e, t, n), n;
|
378
378
|
};
|
379
379
|
let b = class extends d {
|
@@ -382,8 +382,8 @@ b.styles = [X, T`${S(H)}`];
|
|
382
382
|
b = J([
|
383
383
|
I("cv-snackbar")
|
384
384
|
], b);
|
385
|
-
const
|
385
|
+
const ce = b;
|
386
386
|
export {
|
387
387
|
b as CovalentSnackbar,
|
388
|
-
|
388
|
+
ce as default
|
389
389
|
};
|
package/tab.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./query-assigned-elements-BQszEgac.js"),
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./query-assigned-elements-BQszEgac.js"),l=require("./mwc-tab.css-sq5suZKe.js"),b=':host{--mdc-tab-text-label-color-default: var( --mdc-theme-text-primary-on-background );--mdc-tab-color-default: var(--mdc-theme-text-icon-on-background)}:host .mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mdc-theme-text-primary-on-background)}:host .mdc-tab--active{font-variation-settings:"FILL" 1}';var v=Object.defineProperty,d=Object.getOwnPropertyDescriptor,u=(o,t,r,a)=>{for(var e=a>1?void 0:a?d(t,r):t,s=o.length-1,n;s>=0;s--)(n=o[s])&&(e=(a?n(t,r,e):n(e))||e);return a&&e&&v(t,r,e),e};exports.CovalentTab=class extends l.TabBase{};exports.CovalentTab.styles=[l.styles,c.i`${c.r(b)}`];exports.CovalentTab=u([c.e("cv-tab")],exports.CovalentTab);const m=exports.CovalentTab;exports.default=m;
|
package/tab.mjs
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
import { i as
|
1
|
+
import { i as n, r as m, e as b } from "./query-assigned-elements-DhyCP_2z.mjs";
|
2
2
|
import { s as d, T as v } from "./mwc-tab.css-2UrPKkNg.mjs";
|
3
|
-
const f =
|
4
|
-
var
|
5
|
-
for (var t = a > 1 ? void 0 : a ?
|
6
|
-
(
|
7
|
-
return a && t &&
|
3
|
+
const f = ':host{--mdc-tab-text-label-color-default: var( --mdc-theme-text-primary-on-background );--mdc-tab-color-default: var(--mdc-theme-text-icon-on-background)}:host .mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mdc-theme-text-primary-on-background)}:host .mdc-tab--active{font-variation-settings:"FILL" 1}';
|
4
|
+
var i = Object.defineProperty, p = Object.getOwnPropertyDescriptor, u = (l, e, r, a) => {
|
5
|
+
for (var t = a > 1 ? void 0 : a ? p(e, r) : e, s = l.length - 1, c; s >= 0; s--)
|
6
|
+
(c = l[s]) && (t = (a ? c(e, r, t) : c(t)) || t);
|
7
|
+
return a && t && i(e, r, t), t;
|
8
8
|
};
|
9
|
-
let
|
9
|
+
let o = class extends v {
|
10
10
|
};
|
11
|
-
|
12
|
-
|
11
|
+
o.styles = [d, n`${m(f)}`];
|
12
|
+
o = u([
|
13
13
|
b("cv-tab")
|
14
|
-
],
|
15
|
-
const
|
14
|
+
], o);
|
15
|
+
const x = o;
|
16
16
|
export {
|
17
|
-
|
18
|
-
|
17
|
+
o as CovalentTab,
|
18
|
+
x as default
|
19
19
|
};
|
@@ -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: #d5d3d8;--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: rgba(0, 0, 0, 0.3215686275);--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: 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-on-surface-variant-38: rgba(213, 211, 216, 0.3803921569);--cv-theme-on-primary-38: rgba(17, 26, 40, 0.3803921569);--cv-theme-on-secondary-38: rgba(23, 26, 44, 0.3803921569);--cv-theme-on-secondary-container-38: rgba(97, 99, 120, 0.3803921569);--cv-theme-on-secondary-container-74: rgba(97, 99, 120, 0.7411764706);--cv-theme-on-tertiary-38: rgba(97, 46, 26, 0.3803921569);--cv-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.3803921569);--cv-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.7411764706);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.3803921569);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.7411764706);--cv-theme-negative-38: rgba(253, 125, 105, 0.3803921569);--cv-theme-negative-74: rgba(253, 125, 105, 0.7411764706);--cv-theme-on-negative-38: rgba(51, 25, 21, 0.3803921569);--cv-theme-on-negative-74: rgba(51, 25, 21, 0.7411764706);--cv-theme-on-negative-container-38: rgba(255, 172, 159, 0.3803921569);--cv-theme-on-negative-container-74: rgba(255, 172, 159, 0.7411764706);--cv-theme-positive-38: rgba(145, 216, 144, 0.3803921569);--cv-theme-positive-74: rgba(145, 216, 144, 0.7411764706);--cv-theme-on-positive-38: rgba(17, 38, 17, 0.3803921569);--cv-theme-on-positive-74: rgba(17, 38, 17, 0.7411764706);--cv-theme-on-positive-container-38: rgba(145, 216, 144, 0.3803921569);--cv-theme-on-positive-container-74: rgba(145, 216, 144, 0.7411764706);--cv-theme-caution-38: rgba(255, 183, 117, 0.3803921569);--cv-theme-caution-74: rgba(255, 183, 117, 0.7411764706);--cv-theme-on-caution-38: rgba(102, 73, 47, 0.3803921569);--cv-theme-on-caution-74: rgba(102, 73, 47, 0.7411764706);--cv-theme-on-caution-container-38: rgba(25, 18, 12, 0.3803921569);--cv-theme-on-caution-container-74: rgba(25, 18, 12, 0.7411764706);--cv-theme-emphasis-38: rgba(204, 128, 156, 0.3803921569);--cv-theme-emphasis-74: rgba(204, 128, 156, 0.7411764706);--cv-theme-on-emphasis-38: rgba(25, 16, 19, 0.3803921569);--cv-theme-on-emphasis-74: rgba(25, 16, 19, 0.7411764706);--cv-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.3803921569);--cv-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.7411764706);--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: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 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: #d5d3d8;--cv-theme-text-hint-on-background: #d5d3d8;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-background: #d5d3d8;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.3803921569);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--cv-theme-text-icon-on-dark: #d5d3d8;--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;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #bac3ff;--mdc-theme-primary-container: #1d2c43;--mdc-theme-on-primary: #111a28;--mdc-theme-secondary: #c3c5dd;--mdc-theme-secondary-container: #434659;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-secondary-container: #dfe1f9;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #c25d33;--mdc-theme-on-tertiary: #612e1a;--mdc-theme-on-tertiary-container: #fef1ec;--mdc-theme-surface: #161616;--mdc-theme-surface-dim: #0e0e0e;--mdc-theme-surface-bright: #4a4a4d;--mdc-theme-surface-container-lowest: #1e1d1e;--mdc-theme-surface-container-low: #252426;--mdc-theme-surface-container: #2c2b2d;--mdc-theme-surface-container-high: #323134;--mdc-theme-surface-container-highest: #38383b;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-on-surface-variant: #d5d3d8;--mdc-theme-inverse-surface: #ebe8ec;--mdc-theme-inverse-on-surface: #3e3e41;--mdc-theme-negative: #fd7d69;--mdc-theme-negative-container: #65322a;--mdc-theme-on-negative: #331915;--mdc-theme-on-negative-container: #ffac9f;--mdc-theme-positive: #91d890;--mdc-theme-positive-container: #224b22;--mdc-theme-on-positive: #112611;--mdc-theme-on-positive-container: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-caution-container: #66492f;--mdc-theme-on-caution: #66492f;--mdc-theme-on-caution-container: #ffcd9e;--mdc-theme-outline: #8f8e97;--mdc-theme-outline-variant: #3e3e41;--mdc-theme-shadow: black;--mdc-theme-scrim: rgba(0, 0, 0, 0.3215686275);--mdc-theme-primary-fixed: #dde1ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #dfe1f9;--mdc-theme-secondary-fixed-dim: #c3c5dd;--mdc-theme-tertiary-fixed: #f79e79;--mdc-theme-tertiary-fixed-dim: #f37440;--mdc-theme-primary-8: rgba(186, 195, 255, 0.0784313725);--mdc-theme-primary-12: rgba(186, 195, 255, 0.1215686275);--mdc-theme-on-surface-8: rgba(235, 232, 236, 0.0784313725);--mdc-theme-on-surface-12: rgba(235, 232, 236, 0.1215686275);--mdc-theme-on-primary-container: #dde1ff;--mdc-theme-inverse-primary: #3053f4;--mdc-theme-on-surface-38: rgba(235, 232, 236, 0.3803921569);--mdc-theme-on-surface-16: rgba(235, 232, 236, 0.1607843137);--mdc-theme-on-primary-12: rgba(17, 26, 40, 0.1215686275);--mdc-theme-on-primary-8: rgba(17, 26, 40, 0.0784313725);--mdc-theme-primary-16: rgba(186, 195, 255, 0.1607843137);--mdc-theme-on-surface-variant-8: rgba(213, 211, 216, 0.0784313725);--mdc-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.0784313725);--mdc-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.1215686275);--mdc-theme-on-primary-container-12: rgba(221, 225, 255, 0.1215686275);--mdc-theme-on-surface-variant-12: rgba(213, 211, 216, 0.1215686275);--mdc-theme-on-secondary-container-8: rgba(91, 93, 114, 0.0784313725);--mdc-theme-on-secondary-container-16: rgba(97, 99, 120, 0.1607843137);--mdc-theme-outline-8: rgba(143, 142, 151, 0.0784313725);--mdc-theme-outline-12: rgba(143, 142, 151, 0.1215686275);--mdc-theme-outline-16: rgba(143, 142, 151, 0.1607843137);--mdc-theme-surface-variant: black;--mdc-theme-emphasis: #cc809c;--mdc-theme-emphasis-container: #66404e;--mdc-theme-on-emphasis: #191013;--mdc-theme-on-emphasis-container: #ffd9e7;--mdc-theme-positive-16: rgba(145, 216, 144, 0.1607843137);--mdc-theme-caution-16: rgba(255, 183, 117, 0.1607843137);--mdc-theme-negative-12: rgba(253, 125, 105, 0.1215686275);--mdc-theme-on-secondary-container-12: rgba(91, 93, 114, 0.1215686275);--mdc-theme-on-primary-16: rgba(17, 26, 40, 0.1607843137);--mdc-theme-on-primary-container-8: rgba(221, 225, 255, 0.0784313725);--mdc-theme-on-primary-container-16: rgba(221, 225, 255, 0.1607843137);--mdc-theme-on-secondary-8: rgba(23, 26, 44, 0.0784313725);--mdc-theme-on-secondary-12: rgba(23, 26, 44, 0.1215686275);--mdc-theme-on-secondary-16: rgba(23, 26, 44, 0.1607843137);--mdc-theme-on-tertiary-8: rgba(97, 46, 26, 0.0784313725);--mdc-theme-on-tertiary-12: rgba(97, 46, 26, 0.1215686275);--mdc-theme-on-tertiary-16: rgba(97, 46, 26, 0.1607843137);--mdc-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.1607843137);--mdc-theme-on-surface-variant-16: rgba(213, 211, 216, 0.1607843137);--mdc-theme-negative-8: rgba(253, 125, 105, 0.0784313725);--mdc-theme-negative-16: rgba(253, 125, 105, 0.1607843137);--mdc-theme-positive-12: rgba(145, 216, 144, 0.1215686275);--mdc-theme-positive-8: rgba(145, 216, 144, 0.0784313725);--mdc-theme-on-positive-8: rgba(17, 38, 17, 0.0784313725);--mdc-theme-on-positive-12: rgba(17, 38, 17, 0.1215686275);--mdc-theme-on-positive-16: rgba(17, 38, 17, 0.1607843137);--mdc-theme-on-positive-container-8: rgba(145, 216, 144, 0.0784313725);--mdc-theme-on-positive-container-12: rgba(145, 216, 144, 0.1215686275);--mdc-theme-on-positive-container-16: rgba(145, 216, 144, 0.1607843137);--mdc-theme-caution-12: rgba(255, 183, 117, 0.1215686275);--mdc-theme-caution-8: rgba(255, 183, 117, 0.0784313725);--mdc-theme-on-caution-8: rgba(102, 73, 47, 0.0784313725);--mdc-theme-on-caution-12: rgba(102, 73, 47, 0.1215686275);--mdc-theme-on-caution-16: rgba(102, 73, 47, 0.1607843137);--mdc-theme-on-negative-8: rgba(51, 25, 21, 0.0784313725);--mdc-theme-on-negative-12: rgba(51, 25, 21, 0.1215686275);--mdc-theme-on-negative-16: rgba(51, 25, 21, 0.1607843137);--mdc-theme-on-caution-container-8: rgba(25, 18, 12, 0.0784313725);--mdc-theme-on-caution-container-12: rgba(25, 18, 12, 0.1215686275);--mdc-theme-on-caution-container-16: rgba(25, 18, 12, 0.1607843137);--mdc-theme-emphasis-8: rgba(204, 128, 156, 0.0784313725);--mdc-theme-emphasis-12: rgba(204, 128, 156, 0.1215686275);--mdc-theme-emphasis-16: rgba(204, 128, 156, 0.1607843137);--mdc-theme-on-emphasis-8: rgba(25, 16, 19, 0.0784313725);--mdc-theme-on-emphasis-12: rgba(25, 16, 19, 0.1215686275);--mdc-theme-on-emphasis-16: rgba(25, 16, 19, 0.1607843137);--mdc-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.0784313725);--mdc-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.1215686275);--mdc-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.1607843137);--mdc-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.1215686275);--mdc-theme-inverse-primary-12: rgba(48, 83, 244, 0.1215686275);--mdc-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.0784313725);--mdc-theme-inverse-primary-8: rgba(48, 83, 244, 0.0784313725);--mdc-theme-inverse-primary-16: rgba(48, 83, 244, 0.1607843137);--mdc-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.1607843137);--mdc-theme-on-primary-74: rgba(17, 26, 40, 0.7411764706);--mdc-theme-on-surface-74: rgba(235, 232, 236, 0.7411764706);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.0784313725);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.1215686275);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.1607843137);--mdc-theme-secondary-8: rgba(195, 197, 221, 0.0784313725);--mdc-theme-secondary-12: rgba(195, 197, 221, 0.1215686275);--mdc-theme-secondary-16: rgba(195, 197, 221, 0.1607843137);--mdc-theme-on-secondary-74: rgba(23, 26, 44, 0.7411764706);--mdc-theme-inverse-secondary: #5b5d72;--mdc-theme-inverse-secondary-8: rgba(97, 99, 120, 0.0784313725);--mdc-theme-inverse-secondary-12: rgba(97, 99, 120, 0.1215686275);--mdc-theme-inverse-secondary-16: rgba(97, 99, 120, 0.1607843137);--mdc-theme-on-tertiary-74: rgba(97, 46, 26, 0.7411764706);--mdc-theme-inverse-tertiary: #612e1a;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.0784313725);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.1215686275);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.1607843137);--mdc-theme-on-negative-container-8: rgba(255, 172, 159, 0.0784313725);--mdc-theme-on-negative-container-12: rgba(255, 172, 159, 0.1215686275);--mdc-theme-on-negative-container-16: rgba(255, 172, 159, 0.1607843137);--mdc-theme-on-surface-4: rgba(235, 232, 236, 0.0392156863);--mdc-theme-on-surface-variant-4: rgba(213, 211, 216, 0.0392156863);--mdc-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.0392156863);--mdc-theme-primary-4: rgba(186, 195, 255, 0.0392156863);--mdc-theme-on-primary-4: rgba(17, 26, 40, 0.0392156863);--mdc-theme-on-primary-container-4: rgba(221, 225, 255, 0.0392156863);--mdc-theme-inverse-primary-4: rgba(48, 83, 244, 0.0392156863);--mdc-theme-secondary-4: rgba(195, 197, 221, 0.0392156863);--mdc-theme-on-secondary-4: rgba(23, 26, 44, 0.0392156863);--mdc-theme-on-secondary-container-4: rgba(91, 93, 114, 0.0392156863);--mdc-theme-inverse-secondary-4: rgba(97, 99, 120, 0.0392156863);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.0392156863);--mdc-theme-on-tertiary-4: rgba(97, 46, 26, 0.0392156863);--mdc-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.0392156863);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.0392156863);--mdc-theme-negative-4: rgba(253, 125, 105, 0.0392156863);--mdc-theme-on-negative-4: rgba(51, 25, 21, 0.0392156863);--mdc-theme-on-negative-container-4: rgba(255, 172, 159, 0.0392156863);--mdc-theme-positive-4: rgba(145, 216, 144, 0.0392156863);--mdc-theme-on-positive-4: rgba(17, 38, 17, 0.0392156863);--mdc-theme-on-positive-container-4: rgba(145, 216, 144, 0.0392156863);--mdc-theme-caution-4: rgba(255, 183, 117, 0.0392156863);--mdc-theme-on-caution-4: rgba(102, 73, 47, 0.0392156863);--mdc-theme-on-caution-container-4: rgba(25, 18, 12, 0.0392156863);--mdc-theme-emphasis-4: rgba(204, 128, 156, 0.0392156863);--mdc-theme-on-emphasis-4: rgba(25, 16, 19, 0.0392156863);--mdc-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.0392156863);--mdc-theme-on-surface-20: rgba(235, 232, 236, 0.2);--mdc-theme-primary-20: rgba(186, 195, 255, 0.2);--mdc-theme-negative-20: rgba(253, 125, 105, 0.2);--mdc-theme-positive-20: rgba(145, 216, 144, 0.2);--mdc-theme-caution-20: rgba(255, 183, 117, 0.2);--mdc-theme-emphasis-20: rgba(204, 128, 156, 0.2);--mdc-theme-primary-24: rgba(186, 195, 255, 0.2392156863);--mdc-theme-negative-24: rgba(253, 125, 105, 0.2392156863);--mdc-theme-positive-24: rgba(145, 216, 144, 0.2392156863);--mdc-theme-caution-24: rgba(255, 183, 117, 0.2392156863);--mdc-theme-emphasis-24: rgba(204, 128, 156, 0.2392156863);--mdc-theme-background: #161616;--mdc-theme-surface-variant-8: rgba(0, 0, 0, 0.0784313725);--mdc-theme-surface-variant-12: rgba(0, 0, 0, 0.1215686275);--mdc-theme-surface-variant-16: rgba(0, 0, 0, 0.1607843137);--mdc-theme-on-surface-variant-38: rgba(213, 211, 216, 0.3803921569);--mdc-theme-on-primary-38: rgba(17, 26, 40, 0.3803921569);--mdc-theme-on-secondary-38: rgba(23, 26, 44, 0.3803921569);--mdc-theme-on-secondary-container-38: rgba(97, 99, 120, 0.3803921569);--mdc-theme-on-secondary-container-74: rgba(97, 99, 120, 0.7411764706);--mdc-theme-on-tertiary-38: rgba(97, 46, 26, 0.3803921569);--mdc-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.3803921569);--mdc-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.7411764706);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.3803921569);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.7411764706);--mdc-theme-negative-38: rgba(253, 125, 105, 0.3803921569);--mdc-theme-negative-74: rgba(253, 125, 105, 0.7411764706);--mdc-theme-on-negative-38: rgba(51, 25, 21, 0.3803921569);--mdc-theme-on-negative-74: rgba(51, 25, 21, 0.7411764706);--mdc-theme-on-negative-container-38: rgba(255, 172, 159, 0.3803921569);--mdc-theme-on-negative-container-74: rgba(255, 172, 159, 0.7411764706);--mdc-theme-positive-38: rgba(145, 216, 144, 0.3803921569);--mdc-theme-positive-74: rgba(145, 216, 144, 0.7411764706);--mdc-theme-on-positive-38: rgba(17, 38, 17, 0.3803921569);--mdc-theme-on-positive-74: rgba(17, 38, 17, 0.7411764706);--mdc-theme-on-positive-container-38: rgba(145, 216, 144, 0.3803921569);--mdc-theme-on-positive-container-74: rgba(145, 216, 144, 0.7411764706);--mdc-theme-caution-38: rgba(255, 183, 117, 0.3803921569);--mdc-theme-caution-74: rgba(255, 183, 117, 0.7411764706);--mdc-theme-on-caution-38: rgba(102, 73, 47, 0.3803921569);--mdc-theme-on-caution-74: rgba(102, 73, 47, 0.7411764706);--mdc-theme-on-caution-container-38: rgba(25, 18, 12, 0.3803921569);--mdc-theme-on-caution-container-74: rgba(25, 18, 12, 0.7411764706);--mdc-theme-emphasis-38: rgba(204, 128, 156, 0.3803921569);--mdc-theme-emphasis-74: rgba(204, 128, 156, 0.7411764706);--mdc-theme-on-emphasis-38: rgba(25, 16, 19, 0.3803921569);--mdc-theme-on-emphasis-74: rgba(25, 16, 19, 0.7411764706);--mdc-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.3803921569);--mdc-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.7411764706);--mdc-theme-error: #fd7d69;--mdc-theme-on-background: #ebe8ec;--mdc-theme-on-error: #331915;--mdc-theme-divider: #3e3e41;--mdc-theme-accent: #bac3ff;--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-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-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-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-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-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 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-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #d5d3d8;--mdc-theme-text-hint-on-background: #d5d3d8;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-background: #d5d3d8;--mdc-theme-text-logo-on-background: #ffffff;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.3803921569);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #d5d3d8;--mdc-theme-code-snippet-color: #abb2bf;--mdc-theme-code-snippet-comment: #5c6370;--mdc-theme-code-snippet-keyword: #c678dd;--mdc-theme-code-snippet-selector: #e06c75;--mdc-theme-code-snippet-literal: #56b6c2;--mdc-theme-code-snippet-string: #98c379;--mdc-theme-code-snippet-variable: #d19a66;--mdc-theme-code-snippet-title: #61aeee;--mdc-theme-code-snippet-class: #e6c07b;--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: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--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-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--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-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #ebe8ec;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#d5d3d8}: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:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}: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:#d5d3d8}: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:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}: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(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 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: #1e1d1e;--cv-theme-surface-dim: #161616;--cv-theme-surface-bright: #4a4a4d;--cv-theme-surface-container-lowest: #2c2b2d;--cv-theme-surface-container-low: #323134;--cv-theme-surface-container: #38383b;--cv-theme-surface-container-high: #3e3e41;--cv-theme-surface-container-highest: #444447;--cv-theme-on-surface: #ebe8ec;--cv-theme-on-surface-variant: #d5d3d8;--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: #000000;--cv-theme-scrim: rgba(0, 0, 0, 0.32);--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.08);--cv-theme-primary-12: rgba(186, 195, 255, 0.12);--cv-theme-on-surface-8: rgba(235, 232, 236, 0.08);--cv-theme-on-surface-12: rgba(235, 232, 236, 0.12);--cv-theme-on-primary-container: #dde1ff;--cv-theme-inverse-primary: #3053f4;--cv-theme-on-surface-38: rgba(235, 232, 236, 0.38);--cv-theme-on-surface-16: rgba(235, 232, 236, 0.16);--cv-theme-on-primary-12: rgba(17, 26, 40, 0.12);--cv-theme-on-primary-8: rgba(17, 26, 40, 0.08);--cv-theme-primary-16: rgba(186, 195, 255, 0.16);--cv-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--cv-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--cv-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--cv-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--cv-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--cv-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--cv-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--cv-theme-outline-8: rgba(143, 142, 151, 0.08);--cv-theme-outline-12: rgba(143, 142, 151, 0.12);--cv-theme-outline-16: rgba(143, 142, 151, 0.16);--cv-theme-surface-variant: #000000;--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.16);--cv-theme-caution-16: rgba(255, 183, 117, 0.16);--cv-theme-negative-12: rgba(253, 125, 105, 0.12);--cv-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--cv-theme-on-primary-16: rgba(17, 26, 40, 0.16);--cv-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--cv-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--cv-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--cv-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--cv-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--cv-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--cv-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--cv-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--cv-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--cv-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--cv-theme-negative-8: rgba(253, 125, 105, 0.08);--cv-theme-negative-16: rgba(253, 125, 105, 0.16);--cv-theme-positive-12: rgba(145, 216, 144, 0.12);--cv-theme-positive-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-8: rgba(17, 38, 17, 0.08);--cv-theme-on-positive-12: rgba(17, 38, 17, 0.12);--cv-theme-on-positive-16: rgba(17, 38, 17, 0.16);--cv-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--cv-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--cv-theme-caution-12: rgba(255, 183, 117, 0.12);--cv-theme-caution-8: rgba(255, 183, 117, 0.08);--cv-theme-on-caution-8: rgba(102, 73, 47, 0.08);--cv-theme-on-caution-12: rgba(102, 73, 47, 0.12);--cv-theme-on-caution-16: rgba(102, 73, 47, 0.16);--cv-theme-on-negative-8: rgba(51, 25, 21, 0.08);--cv-theme-on-negative-12: rgba(51, 25, 21, 0.12);--cv-theme-on-negative-16: rgba(51, 25, 21, 0.16);--cv-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--cv-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--cv-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--cv-theme-emphasis-8: rgba(204, 128, 156, 0.08);--cv-theme-emphasis-12: rgba(204, 128, 156, 0.12);--cv-theme-emphasis-16: rgba(204, 128, 156, 0.16);--cv-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--cv-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--cv-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--cv-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--cv-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--cv-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--cv-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--cv-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--cv-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--cv-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--cv-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--cv-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--cv-theme-on-primary-74: rgba(17, 26, 40, 0.74);--cv-theme-on-surface-74: rgba(235, 232, 236, 0.74);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-secondary-8: rgba(195, 197, 221, 0.08);--cv-theme-secondary-12: rgba(195, 197, 221, 0.12);--cv-theme-secondary-16: rgba(195, 197, 221, 0.16);--cv-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--cv-theme-inverse-secondary: #5b5d72;--cv-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--cv-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--cv-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--cv-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--cv-theme-inverse-tertiary: #612e1a;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--cv-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--cv-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--cv-theme-on-surface-4: rgba(235, 232, 236, 0.04);--cv-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--cv-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--cv-theme-primary-4: rgba(186, 195, 255, 0.04);--cv-theme-on-primary-4: rgba(17, 26, 40, 0.04);--cv-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--cv-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--cv-theme-secondary-4: rgba(195, 197, 221, 0.04);--cv-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--cv-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--cv-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--cv-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-negative-4: rgba(253, 125, 105, 0.04);--cv-theme-on-negative-4: rgba(51, 25, 21, 0.04);--cv-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--cv-theme-positive-4: rgba(145, 216, 144, 0.04);--cv-theme-on-positive-4: rgba(17, 38, 17, 0.04);--cv-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--cv-theme-caution-4: rgba(255, 183, 117, 0.04);--cv-theme-on-caution-4: rgba(102, 73, 47, 0.04);--cv-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--cv-theme-emphasis-4: rgba(204, 128, 156, 0.04);--cv-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--cv-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--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.24);--cv-theme-negative-24: rgba(253, 125, 105, 0.24);--cv-theme-positive-24: rgba(145, 216, 144, 0.24);--cv-theme-caution-24: rgba(255, 183, 117, 0.24);--cv-theme-emphasis-24: rgba(204, 128, 156, 0.24);--cv-theme-background: #1e1d1e;--cv-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--cv-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--cv-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--cv-theme-logo: #ffffff;--cv-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--cv-theme-on-primary-38: rgba(17, 26, 40, 0.38);--cv-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--cv-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--cv-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--cv-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--cv-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--cv-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--cv-theme-negative-38: rgba(253, 125, 105, 0.38);--cv-theme-negative-74: rgba(253, 125, 105, 0.74);--cv-theme-on-negative-38: rgba(51, 25, 21, 0.38);--cv-theme-on-negative-74: rgba(51, 25, 21, 0.74);--cv-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--cv-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--cv-theme-positive-38: rgba(145, 216, 144, 0.38);--cv-theme-positive-74: rgba(145, 216, 144, 0.74);--cv-theme-on-positive-38: rgba(17, 38, 17, 0.38);--cv-theme-on-positive-74: rgba(17, 38, 17, 0.74);--cv-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--cv-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--cv-theme-caution-38: rgba(255, 183, 117, 0.38);--cv-theme-caution-74: rgba(255, 183, 117, 0.74);--cv-theme-on-caution-38: rgba(102, 73, 47, 0.38);--cv-theme-on-caution-74: rgba(102, 73, 47, 0.74);--cv-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--cv-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--cv-theme-emphasis-38: rgba(204, 128, 156, 0.38);--cv-theme-emphasis-74: rgba(204, 128, 156, 0.74);--cv-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--cv-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--cv-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--cv-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--cv-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--cv-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--cv-theme-primary-38: rgba(186, 195, 255, 0.38);--cv-theme-primary-74: rgba(186, 195, 255, 0.74);--cv-theme-brand: #ff5f02;--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;--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: #38383b;--cv-theme-surface-primary: #1d2c43;--cv-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent: #1d2c43;--cv-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-secondary: #434659;--cv-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--cv-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--cv-theme-surface-positive: #224b22;--cv-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--cv-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--cv-theme-surface-caution: #66492f;--cv-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--cv-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--cv-theme-surface-negative: #65322a;--cv-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--cv-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--cv-theme-surface-neutral: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--cv-theme-surface-emphasis: #66404e;--cv-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--cv-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--cv-theme-text-primary-on-background: #ebe8ec;--cv-theme-text-secondary-on-background: #d5d3d8;--cv-theme-text-hint-on-background: #d5d3d8;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-background: #d5d3d8;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-dark: #d5d3d8;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #bac3ff;--mdc-theme-primary-container: #1d2c43;--mdc-theme-on-primary: #111a28;--mdc-theme-secondary: #c3c5dd;--mdc-theme-secondary-container: #434659;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-secondary-container: #dfe1f9;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #c25d33;--mdc-theme-on-tertiary: #612e1a;--mdc-theme-on-tertiary-container: #fef1ec;--mdc-theme-surface: #1e1d1e;--mdc-theme-surface-dim: #161616;--mdc-theme-surface-bright: #4a4a4d;--mdc-theme-surface-container-lowest: #2c2b2d;--mdc-theme-surface-container-low: #323134;--mdc-theme-surface-container: #38383b;--mdc-theme-surface-container-high: #3e3e41;--mdc-theme-surface-container-highest: #444447;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-on-surface-variant: #d5d3d8;--mdc-theme-inverse-surface: #ebe8ec;--mdc-theme-inverse-on-surface: #3e3e41;--mdc-theme-negative: #fd7d69;--mdc-theme-negative-container: #65322a;--mdc-theme-on-negative: #331915;--mdc-theme-on-negative-container: #ffac9f;--mdc-theme-positive: #91d890;--mdc-theme-positive-container: #224b22;--mdc-theme-on-positive: #112611;--mdc-theme-on-positive-container: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-caution-container: #66492f;--mdc-theme-on-caution: #66492f;--mdc-theme-on-caution-container: #ffcd9e;--mdc-theme-outline: #8f8e97;--mdc-theme-outline-variant: #3e3e41;--mdc-theme-shadow: #000000;--mdc-theme-scrim: rgba(0, 0, 0, 0.32);--mdc-theme-primary-fixed: #dde1ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #dfe1f9;--mdc-theme-secondary-fixed-dim: #c3c5dd;--mdc-theme-tertiary-fixed: #f79e79;--mdc-theme-tertiary-fixed-dim: #f37440;--mdc-theme-primary-8: rgba(186, 195, 255, 0.08);--mdc-theme-primary-12: rgba(186, 195, 255, 0.12);--mdc-theme-on-surface-8: rgba(235, 232, 236, 0.08);--mdc-theme-on-surface-12: rgba(235, 232, 236, 0.12);--mdc-theme-on-primary-container: #dde1ff;--mdc-theme-inverse-primary: #3053f4;--mdc-theme-on-surface-38: rgba(235, 232, 236, 0.38);--mdc-theme-on-surface-16: rgba(235, 232, 236, 0.16);--mdc-theme-on-primary-12: rgba(17, 26, 40, 0.12);--mdc-theme-on-primary-8: rgba(17, 26, 40, 0.08);--mdc-theme-primary-16: rgba(186, 195, 255, 0.16);--mdc-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--mdc-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--mdc-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--mdc-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--mdc-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--mdc-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--mdc-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--mdc-theme-outline-8: rgba(143, 142, 151, 0.08);--mdc-theme-outline-12: rgba(143, 142, 151, 0.12);--mdc-theme-outline-16: rgba(143, 142, 151, 0.16);--mdc-theme-surface-variant: #000000;--mdc-theme-emphasis: #cc809c;--mdc-theme-emphasis-container: #66404e;--mdc-theme-on-emphasis: #191013;--mdc-theme-on-emphasis-container: #ffd9e7;--mdc-theme-positive-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-16: rgba(255, 183, 117, 0.16);--mdc-theme-negative-12: rgba(253, 125, 105, 0.12);--mdc-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--mdc-theme-on-primary-16: rgba(17, 26, 40, 0.16);--mdc-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--mdc-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--mdc-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--mdc-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--mdc-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--mdc-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--mdc-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--mdc-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--mdc-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--mdc-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--mdc-theme-negative-8: rgba(253, 125, 105, 0.08);--mdc-theme-negative-16: rgba(253, 125, 105, 0.16);--mdc-theme-positive-12: rgba(145, 216, 144, 0.12);--mdc-theme-positive-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-8: rgba(17, 38, 17, 0.08);--mdc-theme-on-positive-12: rgba(17, 38, 17, 0.12);--mdc-theme-on-positive-16: rgba(17, 38, 17, 0.16);--mdc-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--mdc-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-12: rgba(255, 183, 117, 0.12);--mdc-theme-caution-8: rgba(255, 183, 117, 0.08);--mdc-theme-on-caution-8: rgba(102, 73, 47, 0.08);--mdc-theme-on-caution-12: rgba(102, 73, 47, 0.12);--mdc-theme-on-caution-16: rgba(102, 73, 47, 0.16);--mdc-theme-on-negative-8: rgba(51, 25, 21, 0.08);--mdc-theme-on-negative-12: rgba(51, 25, 21, 0.12);--mdc-theme-on-negative-16: rgba(51, 25, 21, 0.16);--mdc-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--mdc-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--mdc-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--mdc-theme-emphasis-8: rgba(204, 128, 156, 0.08);--mdc-theme-emphasis-12: rgba(204, 128, 156, 0.12);--mdc-theme-emphasis-16: rgba(204, 128, 156, 0.16);--mdc-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--mdc-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--mdc-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--mdc-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--mdc-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--mdc-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--mdc-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--mdc-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--mdc-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--mdc-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--mdc-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--mdc-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--mdc-theme-on-primary-74: rgba(17, 26, 40, 0.74);--mdc-theme-on-surface-74: rgba(235, 232, 236, 0.74);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-secondary-8: rgba(195, 197, 221, 0.08);--mdc-theme-secondary-12: rgba(195, 197, 221, 0.12);--mdc-theme-secondary-16: rgba(195, 197, 221, 0.16);--mdc-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--mdc-theme-inverse-secondary: #5b5d72;--mdc-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--mdc-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--mdc-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--mdc-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--mdc-theme-inverse-tertiary: #612e1a;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--mdc-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--mdc-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--mdc-theme-on-surface-4: rgba(235, 232, 236, 0.04);--mdc-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--mdc-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--mdc-theme-primary-4: rgba(186, 195, 255, 0.04);--mdc-theme-on-primary-4: rgba(17, 26, 40, 0.04);--mdc-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--mdc-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--mdc-theme-secondary-4: rgba(195, 197, 221, 0.04);--mdc-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--mdc-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--mdc-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--mdc-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-negative-4: rgba(253, 125, 105, 0.04);--mdc-theme-on-negative-4: rgba(51, 25, 21, 0.04);--mdc-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--mdc-theme-positive-4: rgba(145, 216, 144, 0.04);--mdc-theme-on-positive-4: rgba(17, 38, 17, 0.04);--mdc-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--mdc-theme-caution-4: rgba(255, 183, 117, 0.04);--mdc-theme-on-caution-4: rgba(102, 73, 47, 0.04);--mdc-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--mdc-theme-emphasis-4: rgba(204, 128, 156, 0.04);--mdc-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--mdc-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--mdc-theme-on-surface-20: rgba(235, 232, 236, 0.2);--mdc-theme-primary-20: rgba(186, 195, 255, 0.2);--mdc-theme-negative-20: rgba(253, 125, 105, 0.2);--mdc-theme-positive-20: rgba(145, 216, 144, 0.2);--mdc-theme-caution-20: rgba(255, 183, 117, 0.2);--mdc-theme-emphasis-20: rgba(204, 128, 156, 0.2);--mdc-theme-primary-24: rgba(186, 195, 255, 0.24);--mdc-theme-negative-24: rgba(253, 125, 105, 0.24);--mdc-theme-positive-24: rgba(145, 216, 144, 0.24);--mdc-theme-caution-24: rgba(255, 183, 117, 0.24);--mdc-theme-emphasis-24: rgba(204, 128, 156, 0.24);--mdc-theme-background: #1e1d1e;--mdc-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--mdc-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--mdc-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--mdc-theme-logo: #ffffff;--mdc-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--mdc-theme-on-primary-38: rgba(17, 26, 40, 0.38);--mdc-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--mdc-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--mdc-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--mdc-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--mdc-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--mdc-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--mdc-theme-negative-38: rgba(253, 125, 105, 0.38);--mdc-theme-negative-74: rgba(253, 125, 105, 0.74);--mdc-theme-on-negative-38: rgba(51, 25, 21, 0.38);--mdc-theme-on-negative-74: rgba(51, 25, 21, 0.74);--mdc-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--mdc-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--mdc-theme-positive-38: rgba(145, 216, 144, 0.38);--mdc-theme-positive-74: rgba(145, 216, 144, 0.74);--mdc-theme-on-positive-38: rgba(17, 38, 17, 0.38);--mdc-theme-on-positive-74: rgba(17, 38, 17, 0.74);--mdc-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--mdc-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--mdc-theme-caution-38: rgba(255, 183, 117, 0.38);--mdc-theme-caution-74: rgba(255, 183, 117, 0.74);--mdc-theme-on-caution-38: rgba(102, 73, 47, 0.38);--mdc-theme-on-caution-74: rgba(102, 73, 47, 0.74);--mdc-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--mdc-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--mdc-theme-emphasis-38: rgba(204, 128, 156, 0.38);--mdc-theme-emphasis-74: rgba(204, 128, 156, 0.74);--mdc-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--mdc-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--mdc-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--mdc-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--mdc-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--mdc-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--mdc-theme-primary-38: rgba(186, 195, 255, 0.38);--mdc-theme-primary-74: rgba(186, 195, 255, 0.74);--mdc-theme-brand: #ff5f02;--mdc-theme-code-snippet-color: #abb2bf;--mdc-theme-code-snippet-comment: #5c6370;--mdc-theme-code-snippet-keyword: #c678dd;--mdc-theme-code-snippet-selector: #e06c75;--mdc-theme-code-snippet-literal: #56b6c2;--mdc-theme-code-snippet-string: #98c379;--mdc-theme-code-snippet-variable: #d19a66;--mdc-theme-code-snippet-title: #61aeee;--mdc-theme-code-snippet-class: #e6c07b;--mdc-theme-error: #fd7d69;--mdc-theme-on-background: #ebe8ec;--mdc-theme-on-error: #331915;--mdc-theme-divider: #3e3e41;--mdc-theme-accent: #bac3ff;--mdc-theme-surface-canvas: #38383b;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--mdc-theme-surface-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #d5d3d8;--mdc-theme-text-hint-on-background: #d5d3d8;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-background: #d5d3d8;--mdc-theme-text-logo-on-background: #ffffff;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-dark: #d5d3d8;--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: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--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-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #ebe8ec;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#d5d3d8}: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:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}: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:#d5d3d8}: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:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}: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(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 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/_mixins.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/_mixins.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,ir/BAeF,4BACA,oCACA,gEAIA,sEAIA,0CAGA,6CAGA,4BAGA,uBACA,wBAGA,6CACA,mDCqCE,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,cGkDF,6WHlDE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIxDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE","file":"dark-theme.css"}
|