@covalent/components 8.6.0 → 8.7.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-shell.js +1 -1
- package/app-shell.mjs +1 -1
- package/button.js +1 -1
- package/button.mjs +37 -37
- package/card.js +1 -1
- package/card.mjs +1 -1
- package/code-snippet.js +1 -1
- package/code-snippet.mjs +1 -1
- package/list.js +1 -1
- package/list.mjs +1 -1
- package/nav-list-item.js +1 -1
- package/nav-list-item.mjs +23 -23
- package/package.json +5 -5
- package/style.css +1 -1
- package/theme/_index.scss +316 -0
- package/theme/prebuilt/dark-theme.css +1 -0
- package/theme/prebuilt/dark-theme.css.map +1 -0
- package/theme/prebuilt/light-theme.css +1 -0
- package/theme/prebuilt/light-theme.css.map +1 -0
- package/tooltip.js +1 -1
- package/tooltip.mjs +1 -1
- package/theme/dark-theme.css +0 -1
- package/theme/dark-theme.css.map +0 -1
- package/theme/light-theme.css +0 -1
- package/theme/light-theme.css.map +0 -1
package/tooltip.mjs
CHANGED
@@ -948,7 +948,7 @@ var Z = typeof window < "u", ut = (
|
|
948
948
|
}, o;
|
949
949
|
}(dt)
|
950
950
|
);
|
951
|
-
const mt = `.mdc-tooltip__surface,.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-tooltip__surface{color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.mdc-tooltip__surface{background-color:#0009}.mdc-tooltip__title{color:#000000de;color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, .87))}.mdc-tooltip__content{color:#0009}.mdc-tooltip__content-link{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}.mdc-tooltip__interactive-content{overflow-x:unset;overflow-y:auto}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:#fff}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size, .75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, .0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit)}.mdc-tooltip--rich .mdc-tooltip__surface{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px;line-height:20px}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__surface .mdc-tooltip__title{display:block;margin-top:0;line-height:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit)}.mdc-tooltip__surface .mdc-tooltip__title:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break, normal);overflow-wrap:anywhere}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),transform .15s 0ms cubic-bezier(0,0,.2,1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0ms cubic-bezier(.4,0,1,1)}.mdc-tooltip{position:fixed;display:none;z-index:9}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--shown,.mdc-tooltip--showing,.mdc-tooltip--hide{display:inline-flex}.mdc-tooltip--shown.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--hide.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__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-tooltip__surface:before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{align-items:flex-start;display:flex;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl]{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{max-width:184px;margin:8px;text-align:left}[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl]{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:304px;align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(.9396926208)}.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;outline:1px solid transparent;z-index:-1}@media screen and (forced-colors: active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mdc-tooltip__surface{background-color:var(--mdc-plain-tooltip-container-color)}.mdc-tooltip__surface{color:var(--mdc-plain-tooltip-supporting-text-color)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:var(--
|
951
|
+
const mt = `.mdc-tooltip__surface,.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{border-radius:4px;border-radius:var(--mdc-shape-small, 4px)}.mdc-tooltip__surface{color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.mdc-tooltip__surface{background-color:#0009}.mdc-tooltip__title{color:#000000de;color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, .87))}.mdc-tooltip__content{color:#0009}.mdc-tooltip__content-link{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}.mdc-tooltip__interactive-content{overflow-x:unset;overflow-y:auto}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:#fff}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size, .75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, .0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit)}.mdc-tooltip--rich .mdc-tooltip__surface{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px;line-height:20px}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__surface .mdc-tooltip__title{display:block;margin-top:0;line-height:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit)}.mdc-tooltip__surface .mdc-tooltip__title:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break, normal);overflow-wrap:anywhere}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),transform .15s 0ms cubic-bezier(0,0,.2,1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0ms cubic-bezier(.4,0,1,1)}.mdc-tooltip{position:fixed;display:none;z-index:9}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--shown,.mdc-tooltip--showing,.mdc-tooltip--hide{display:inline-flex}.mdc-tooltip--shown.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--hide.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__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-tooltip__surface:before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{align-items:flex-start;display:flex;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl]{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{max-width:184px;margin:8px;text-align:left}[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl]{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:304px;align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(.9396926208)}.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;outline:1px solid transparent;z-index:-1}@media screen and (forced-colors: active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mdc-tooltip__surface{background-color:var(--mdc-plain-tooltip-container-color)}.mdc-tooltip__surface{color:var(--mdc-plain-tooltip-supporting-text-color)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:var(--cv-theme-surface-container)}.mdc-tooltip .mdc-tooltip__title,.mdc-tooltip .mdc-tooltip__content{color:var(--cv-theme-on-surface-variant)}.mdc-tooltip .mdc-tooltip__content-link{color:var(--mdc-theme-accent)}
|
952
952
|
`;
|
953
953
|
var Tt = Object.defineProperty, ft = Object.getOwnPropertyDescriptor, R = (i, o, t, r) => {
|
954
954
|
for (var e = r > 1 ? void 0 : r ? ft(o, t) : o, n = i.length - 1, a; n >= 0; n--)
|
package/theme/dark-theme.css
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
:root{--mdc-theme-primary: #bac3ff;--mdc-theme-secondary: #c3c5dd;--mdc-theme-error: #fd7d69;--mdc-theme-negative: #fd7d69;--mdc-theme-positive: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-emphasis: #cc809c;--mdc-theme-accent: #bac3ff;--mdc-theme-background: #161616;--mdc-ripple-color: #ebe8ec;--mdc-theme-surface: #161616;--mdc-theme-surface-canvas: #2c2b2d;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.0784313725);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.0784313725);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.0784313725);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.0784313725);--mdc-theme-on-primary: #111a28;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.0784313725);--mdc-plain-tooltip-container-color: ;--mdc-plain-tooltip-supporting-text-color: ;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #ebe8ec;--mdc-theme-text-hint-on-background: #ebe8ec;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-background: #ebe8ec;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--cov-theme-on-surface-variant: ;--cov-theme-surface-container: ;--cov-theme-surface-container-lowest: ;--covalent-theme-text-logo-on-background: #ffffff;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--cov-theme-code-snippet-color: #abb2bf;--cov-theme-code-snippet-comment: #5c6370;--cov-theme-code-snippet-keyword: #c678dd;--cov-theme-code-snippet-selector: #e06c75;--cov-theme-code-snippet-literal: #56b6c2;--cov-theme-code-snippet-string: #98c379;--cov-theme-code-snippet-variable: #d19a66;--cov-theme-code-snippet-title: #61aeee;--cov-theme-code-snippet-class: #e6c07b;--cov-theme-code-font-family: Menlo;--cov-theme-code-font-size: 12px;--cov-theme-code-font-weight: 400;--cov-theme-code-line-height: 20px;border-width:0;border-style:solid;color:var(--mdc-theme-text-primary-on-background)}:root .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#ebe8ec}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#ebe8ec;background-color:var(--mdc-ripple-color, #ebe8ec)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#ebe8ec}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#ebe8ec}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#3e3e41}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#3e3e41}:root .mdc-data-table__pagination{border-top-color:#3e3e41}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}:root a[href]{color:var(--mdc-theme-secondary);text-decoration:underline}:root a[href]:hover{text-decoration:none}:root .sbdocs.sbdocs-preview.sb-unstyled>div:first-child{background-color:inherit}:root .sbdocs-content table .docblock-argstable-body td{background-color:inherit}/*# sourceMappingURL=dark-theme.css.map */
|
package/theme/dark-theme.css.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../libs/components/src/theme/dark-theme.scss","../../../../libs/components/src/theme/_mixins.scss","../../../../node_modules/@material/theme/_css.scss","../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAIA,MCCE,6BACA,+BACA,2BACA,8BACA,8BACA,6BACA,8BAGA,4BAGA,gCACA,4BACA,6BACA,oCACA,qCACA,yEAIA,+EAIA,uCACA,2EAIA,iFAIA,qCACA,yEAIA,+EAIA,sCACA,0EAIA,gFAIA,sCACA,0EAIA,gFAIA,qCACA,iEAIA,uEAIA,sCACA,0EAIA,gFAIA,gCACA,kCACA,gCACA,4BAGA,oCACA,wEAIA,8EAMA,sCACA,4CAMA,gDACA,0DAIA,2CAIA,4CAIA,8CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,sEACA,uCACA,wCACA,yCACA,sEACA,uCACA,wCACA,yCACA,uDAIA,wCACA,yCAIA,0CAIA,6CACA,wEACA,yCACA,0CAIA,2CAMA,gDAIA,kDAIA,6CAIA,2EAIA,6CAIA,2CACA,6CAIA,wCACA,mEACA,wCACA,0CACA,4CACA,uCACA,qEACA,uCACA,6CAGA,iCACA,gCACA,uCAIA,kDAMA,uBACA,wBAGA,wCACA,0CACA,0CACA,2CACA,0CACA,yCACA,2CACA,wCACA,wCAGA,oCACA,iCACA,kCACA,mCCnQE,eCqdA,mBF9MF,kDEhDA,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGYF,6WHZE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIxDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE,eLoTF,cACE,iCACA,0BAEA,oBACE,qBAMA,yDACE,yBAQA,wDACE","file":"dark-theme.css"}
|
package/theme/light-theme.css
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
:root{--mdc-theme-primary: #3053f4;--mdc-theme-secondary: #616378;--mdc-theme-error: #ae1209;--mdc-theme-negative: #ae1209;--mdc-theme-positive: #036600;--mdc-theme-caution: #f38800;--mdc-theme-emphasis: #b10142;--mdc-theme-accent: #3053f4;--mdc-theme-background: #fdf9fc;--mdc-ripple-color: #1e1d1e;--mdc-theme-surface: #fdf9fc;--mdc-theme-surface-canvas: white;--mdc-theme-surface-primary: #ececfe;--mdc-theme-surface-primary-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-secondary: #dfe1f9;--mdc-theme-surface-secondary-highlight: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-secondary-highlight-hover: rgba(97, 99, 120, 0.0784313725);--mdc-theme-surface-caution: #ffcc8c;--mdc-theme-surface-caution-highlight: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.0784313725);--mdc-theme-surface-negative: #ffb2ae;--mdc-theme-surface-negative-highlight: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.0784313725);--mdc-theme-surface-positive: #8fcc8e;--mdc-theme-surface-positive-highlight: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.0784313725);--mdc-theme-surface-neutral: #faf7fa;--mdc-theme-surface-neutral-highlight: rgba(250, 247, 250, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(250, 247, 250, 0.08);--mdc-theme-surface-emphasis: #e8b3c6;--mdc-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.0784313725);--mdc-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.0784313725);--mdc-theme-on-primary: white;--mdc-theme-on-secondary: white;--mdc-theme-on-surface: #1e1d1e;--mdc-theme-border: #d5d3d8;--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.0784313725);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.0784313725);--mdc-plain-tooltip-container-color: ;--mdc-plain-tooltip-supporting-text-color: ;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-button-text-transform: none;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: #1e1d1e;--mdc-theme-text-secondary-on-background: #5c5b5f;--mdc-theme-text-hint-on-background: #5c5b5f;--mdc-theme-text-disabled-on-background: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-background: #5c5b5f;--mdc-theme-text-primary-on-light: #1e1d1e;--mdc-theme-text-secondary-on-light: #5c5b5f;--mdc-theme-text-hint-on-light: #5c5b5f;--mdc-theme-text-disabled-on-light: rgba(30, 29, 30, 0.3803921569);--mdc-theme-text-icon-on-light: #5c5b5f;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #ebe8ec;--mdc-theme-text-hint-on-dark: #ebe8ec;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.3803921569);--mdc-theme-text-icon-on-dark: #ebe8ec;--mdc-icon-font: "Material Symbols Outlined";--cov-theme-on-surface-variant: ;--cov-theme-surface-container: ;--cov-theme-surface-container-lowest: ;--covalent-theme-text-logo-on-background: #FF5F02;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--cov-theme-code-snippet-color: #383a42;--cov-theme-code-snippet-comment: #a0a1a7;--cov-theme-code-snippet-keyword: #a626a4;--cov-theme-code-snippet-selector: #e45649;--cov-theme-code-snippet-literal: #0184bb;--cov-theme-code-snippet-string: #50a14f;--cov-theme-code-snippet-variable: #986801;--cov-theme-code-snippet-title: #4078f2;--cov-theme-code-snippet-class: #c18401;--cov-theme-code-font-family: Menlo;--cov-theme-code-font-size: 12px;--cov-theme-code-font-weight: 400;--cov-theme-code-line-height: 20px;border-width:0;border-style:solid;color:var(--mdc-theme-text-primary-on-background)}:root .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#5c5b5f}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#5c5b5f;background-color:var(--mdc-ripple-color, #5c5b5f)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__row--selected{background-color:rgba(250, 247, 250, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(250, 247, 250, 0.08)}:root .mdc-data-table__header-cell{color:#1e1d1e}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#1e1d1e}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#d5d3d8}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#d5d3d8}:root .mdc-data-table__pagination{border-top-color:#d5d3d8}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}:root a[href]{color:var(--mdc-theme-secondary);text-decoration:underline}:root a[href]:hover{text-decoration:none}:root .sbdocs.sbdocs-preview.sb-unstyled>div:first-child{background-color:inherit}:root .sbdocs-content table .docblock-argstable-body td{background-color:inherit}/*# sourceMappingURL=light-theme.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../libs/components/src/theme/light-theme.scss","../../../../libs/components/src/theme/_mixins.scss","../../../../node_modules/@material/theme/_css.scss","../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../node_modules/@material/notched-outline/_notched-outline-theme.scss","../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAIA,MCCE,6BACA,+BACA,2BACA,8BACA,8BACA,6BACA,8BAGA,4BAGA,gCACA,4BACA,6BACA,kCACA,qCACA,uEAIA,6EAIA,uCACA,yEAIA,+EAIA,qCACA,uEAIA,6EAIA,sCACA,uEAIA,6EAIA,sCACA,sEAIA,4EAIA,qCACA,iEAIA,uEAIA,sCACA,uEAIA,6EAIA,8BACA,gCACA,gCACA,4BAGA,oCACA,sEAIA,4EAMA,sCACA,4CAMA,gDACA,0DAIA,2CAIA,4CAIA,8CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,0DAIA,2CAIA,4CAIA,6CAIA,sEACA,uCACA,wCACA,yCACA,sEACA,uCACA,wCACA,yCACA,uDAIA,wCACA,yCAIA,0CAIA,6CACA,wEACA,yCACA,0CAIA,2CAMA,gDAIA,kDAIA,6CAIA,wEAIA,6CAIA,2CACA,6CAIA,wCACA,mEACA,wCACA,0CACA,4CACA,uCACA,qEACA,uCACA,6CAGA,iCACA,gCACA,uCAIA,kDAMA,uBACA,wBAGA,wCACA,0CACA,0CACA,2CACA,0CACA,yCACA,2CACA,wCACA,wCAGA,oCACA,iCACA,kCACA,mCCnQE,eCqdA,mBF9MF,kDEhDA,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGYF,6WHZE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIxDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE,eLoTF,cACE,iCACA,0BAEA,oBACE,qBAMA,yDACE,yBAQA,wDACE","file":"light-theme.css"}
|