nfx-ui 0.1.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/README.md +235 -0
- package/dist/animations.cjs +3 -0
- package/dist/animations.d.ts +102 -0
- package/dist/animations.mjs +14 -0
- package/dist/apis.cjs +5 -0
- package/dist/apis.cjs.map +1 -0
- package/dist/apis.d.ts +7 -0
- package/dist/apis.mjs +18 -0
- package/dist/apis.mjs.map +1 -0
- package/dist/chunk-BounceLoading-B54QEw0n.mjs +244 -0
- package/dist/chunk-BounceLoading-B54QEw0n.mjs.map +1 -0
- package/dist/chunk-BounceLoading-C6n4BZVJ.cjs +11 -0
- package/dist/chunk-BounceLoading-C6n4BZVJ.cjs.map +1 -0
- package/dist/chunk-animations-Brp-bsaE.mjs +1243 -0
- package/dist/chunk-animations-Brp-bsaE.mjs.map +1 -0
- package/dist/chunk-animations-e2F3zuP9.cjs +190 -0
- package/dist/chunk-animations-e2F3zuP9.cjs.map +1 -0
- package/dist/chunk-chunk-BFrxaqQT.cjs +1 -0
- package/dist/chunk-i18n-Bp6pPM9n.mjs +207 -0
- package/dist/chunk-i18n-Bp6pPM9n.mjs.map +1 -0
- package/dist/chunk-i18n-_7W7guSV.cjs +3 -0
- package/dist/chunk-i18n-_7W7guSV.cjs.map +1 -0
- package/dist/chunk-lstorage-BVCD00Ow.mjs +27 -0
- package/dist/chunk-lstorage-BVCD00Ow.mjs.map +1 -0
- package/dist/chunk-lstorage-BnxLXHgH.cjs +3 -0
- package/dist/chunk-lstorage-BnxLXHgH.cjs.map +1 -0
- package/dist/chunk-lucide-BhgnmTNo.mjs +158 -0
- package/dist/chunk-lucide-BhgnmTNo.mjs.map +1 -0
- package/dist/chunk-lucide-CP2lvOPY.cjs +3 -0
- package/dist/chunk-lucide-CP2lvOPY.cjs.map +1 -0
- package/dist/chunk-preference-CYl68oeU.cjs +3 -0
- package/dist/chunk-preference-CYl68oeU.cjs.map +1 -0
- package/dist/chunk-preference-DImtu5jI.mjs +51 -0
- package/dist/chunk-preference-DImtu5jI.mjs.map +1 -0
- package/dist/chunk-types-BE3JCLff.cjs +3 -0
- package/dist/chunk-types-BE3JCLff.cjs.map +1 -0
- package/dist/chunk-types-BkFxelHl.mjs +20 -0
- package/dist/chunk-types-BkFxelHl.mjs.map +1 -0
- package/dist/chunk-types-C_opkZGr.cjs +3 -0
- package/dist/chunk-types-C_opkZGr.cjs.map +1 -0
- package/dist/chunk-types-CkbZrFqZ.cjs +3 -0
- package/dist/chunk-types-CkbZrFqZ.cjs.map +1 -0
- package/dist/chunk-types-DNPBKfmx.mjs +11 -0
- package/dist/chunk-types-DNPBKfmx.mjs.map +1 -0
- package/dist/chunk-types-SD4MzUGp.mjs +11 -0
- package/dist/chunk-types-SD4MzUGp.mjs.map +1 -0
- package/dist/chunk-useLayout-BAJHOIL3.cjs +3 -0
- package/dist/chunk-useLayout-BAJHOIL3.cjs.map +1 -0
- package/dist/chunk-useLayout-DPxlynT-.mjs +12 -0
- package/dist/chunk-useLayout-DPxlynT-.mjs.map +1 -0
- package/dist/chunk-useTheme-DgleVMMh.cjs +3 -0
- package/dist/chunk-useTheme-DgleVMMh.cjs.map +1 -0
- package/dist/chunk-useTheme-oHcq3d0o.mjs +13 -0
- package/dist/chunk-useTheme-oHcq3d0o.mjs.map +1 -0
- package/dist/components.cjs +8 -0
- package/dist/components.cjs.map +1 -0
- package/dist/components.d.ts +411 -0
- package/dist/components.mjs +1688 -0
- package/dist/components.mjs.map +1 -0
- package/dist/constants.cjs +5 -0
- package/dist/constants.cjs.map +1 -0
- package/dist/constants.d.ts +130 -0
- package/dist/constants.mjs +85 -0
- package/dist/constants.mjs.map +1 -0
- package/dist/events.cjs +5 -0
- package/dist/events.cjs.map +1 -0
- package/dist/events.d.ts +66 -0
- package/dist/events.mjs +31 -0
- package/dist/events.mjs.map +1 -0
- package/dist/hooks.cjs +5 -0
- package/dist/hooks.cjs.map +1 -0
- package/dist/hooks.d.ts +316 -0
- package/dist/hooks.mjs +107 -0
- package/dist/hooks.mjs.map +1 -0
- package/dist/icons.cjs +3 -0
- package/dist/icons.d.ts +218 -0
- package/dist/icons.mjs +76 -0
- package/dist/languages.cjs +5 -0
- package/dist/languages.cjs.map +1 -0
- package/dist/languages.d.ts +174 -0
- package/dist/languages.mjs +112 -0
- package/dist/languages.mjs.map +1 -0
- package/dist/layouts.cjs +5 -0
- package/dist/layouts.cjs.map +1 -0
- package/dist/layouts.d.ts +209 -0
- package/dist/layouts.mjs +460 -0
- package/dist/layouts.mjs.map +1 -0
- package/dist/navigations.cjs +5 -0
- package/dist/navigations.cjs.map +1 -0
- package/dist/navigations.d.ts +72 -0
- package/dist/navigations.mjs +30 -0
- package/dist/navigations.mjs.map +1 -0
- package/dist/preference.cjs +3 -0
- package/dist/preference.d.ts +94 -0
- package/dist/preference.mjs +14 -0
- package/dist/services.cjs +5 -0
- package/dist/services.cjs.map +1 -0
- package/dist/services.d.ts +8 -0
- package/dist/services.mjs +26 -0
- package/dist/services.mjs.map +1 -0
- package/dist/stores.cjs +5 -0
- package/dist/stores.cjs.map +1 -0
- package/dist/stores.d.ts +101 -0
- package/dist/stores.mjs +167 -0
- package/dist/stores.mjs.map +1 -0
- package/dist/themes.cjs +5 -0
- package/dist/themes.cjs.map +1 -0
- package/dist/themes.d.ts +229 -0
- package/dist/themes.mjs +894 -0
- package/dist/themes.mjs.map +1 -0
- package/dist/types.cjs +2 -0
- package/dist/types.d.ts +147 -0
- package/dist/types.mjs +2 -0
- package/dist/utils.cjs +5 -0
- package/dist/utils.cjs.map +1 -0
- package/dist/utils.d.ts +374 -0
- package/dist/utils.mjs +293 -0
- package/dist/utils.mjs.map +1 -0
- package/package.json +196 -0
package/dist/themes.mjs
ADDED
|
@@ -0,0 +1,894 @@
|
|
|
1
|
+
(function(){try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(`.styles-module__loading___bgEAk{justify-content:center;align-items:center;display:inline-flex}.styles-module__loading___bgEAk svg polyline{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.styles-module__loading___bgEAk svg polyline.styles-module__back___XLPvD{fill:none;stroke:var(--color-primary-alpha,#ff4d5033)}.styles-module__loading___bgEAk svg polyline.styles-module__front___hSxig{fill:none;stroke:var(--color-primary,#ff4d4f);stroke-dasharray:48 144;stroke-dashoffset:192px;animation:1.4s linear infinite styles-module__dash_682___AQzo6}@keyframes styles-module__dash_682___AQzo6{72.5%{opacity:0}to{stroke-dashoffset:0}}.styles-module__loader___E7OIM{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.styles-module__truckWrapper___Sk4zX{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow-x:hidden}.styles-module__truckBody___j7w2C{width:65%;height:fit-content;margin-bottom:6px;animation:1s linear infinite styles-module__motion___IiNlW}@keyframes styles-module__motion___IiNlW{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.styles-module__truckTires___4ncTl{justify-content:space-between;align-items:center;width:65%;height:fit-content;padding:0 10px 0 15px;display:flex;position:absolute;bottom:0}.styles-module__tiresvg___IBQcN{width:24px}.styles-module__road___sxx-E{background-color:var(--color-fg-heading);border-radius:3px;align-self:flex-end;width:100%;height:1.5px;position:relative;bottom:0}.styles-module__road___sxx-E:before{content:"";background-color:var(--color-fg-heading);border-left:10px solid var(--color-bg);border-radius:3px;width:20px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-50%}.styles-module__road___sxx-E:after{content:"";background-color:var(--color-fg-heading);border-left:4px solid var(--color-bg);border-radius:3px;width:10px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-65%}.styles-module__lampPost___okcN5{height:45%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;bottom:0;right:-90%}@keyframes styles-module__roadAnimation___yvrHP{0%{transform:translate(0)}to{transform:translate(-350px)}}.styles-module__loader___pFUzL{justify-content:center;align-items:center;display:inline-flex;position:relative}.styles-module__loader___pFUzL:before{content:"";background:var(--color-primary);opacity:.3;border-radius:50%;width:100%;height:5px;animation:.5s linear infinite styles-module__shadow324___sutUe;position:absolute;top:calc(100% + 12px);left:0}.styles-module__loader___pFUzL:after{content:"";background:var(--color-primary);width:100%;height:100%;position:absolute;top:0;left:0}.styles-module__square___GKjhm:after{border-radius:4px;animation:.5s linear infinite styles-module__jump7456Square___Z-D9b}.styles-module__circle___bUpSN:after{border-radius:50%;animation:.5s linear infinite styles-module__jump7456Circle___2AfF7}@keyframes styles-module__jump7456Square___Z-D9b{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__jump7456Circle___2AfF7{15%{border-bottom-right-radius:50%}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__shadow324___sutUe{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.style-module__waves___oR3u7{width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;overflow:hidden}.style-module__waves___oR3u7:before{content:"";width:.5rem;height:.5rem;transform:translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0);will-change:transform;background:#160000;border-radius:50%;position:absolute;top:0;left:0}.style-module__wavesCanvas___zkhTC{width:100%;height:100%;display:block}.style-module__squaresCanvas___22kMc{border:none;width:100%;height:100%;display:block}.style-module__container___HkxIe{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.style-module__canvas___MR9JX{width:100%;height:100%;display:block}.style-module__outerVignette___i75nw{pointer-events:none;background:radial-gradient(circle,#0000 60%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__centerVignette___n9uVG{pointer-events:none;background:radial-gradient(circle,#000c 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__container___Hh3-c{width:100%;height:100%;position:relative;overflow:hidden}.styles-module__button___RbliA{cursor:pointer;border:1px solid #0000;border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.styles-module__button___RbliA:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.styles-module__button___RbliA:disabled{cursor:not-allowed;opacity:.6}.styles-module__button___RbliA.styles-module__small___yK0Yp{min-height:2rem;padding:.5rem 1rem;font-size:.8125rem}.styles-module__button___RbliA.styles-module__medium___eBTch{min-height:2.5rem;padding:.75rem 1.5rem;font-size:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl{min-height:3rem;padding:1rem 2rem;font-size:1rem}.styles-module__button___RbliA.styles-module__primary___qsZpA{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg,#fff)}.styles-module__button___RbliA.styles-module__primary___qsZpA:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__primary___qsZpA:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__secondary___SCpPv{background:var(--color-bg-2);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__button___RbliA.styles-module__secondary___SCpPv:hover:not(:disabled){background:var(--color-bg-3);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__outline___rrlk9{border-color:var(--color-border-4);color:var(--color-fg-text);background:0 0}.styles-module__button___RbliA.styles-module__outline___rrlk9:hover:not(:disabled){background:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__ghost___QMoiH{color:var(--color-fg-text);background:0 0;border-color:#0000}.styles-module__button___RbliA.styles-module__ghost___QMoiH:hover:not(:disabled){background:var(--color-bg-2)}.styles-module__button___RbliA.styles-module__danger___MW-pg{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.styles-module__button___RbliA.styles-module__danger___MW-pg:hover:not(:disabled){background:var(--color-danger-light);border-color:var(--color-danger-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__danger___MW-pg:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__fullWidth___-dXBR{width:100%}.styles-module__button___RbliA.styles-module__loading___UWw6V{pointer-events:none}.styles-module__spinner___KpJ-L{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.6s linear infinite styles-module__spin___ntZKM}@keyframes styles-module__spin___ntZKM{to{transform:rotate(360deg)}}.styles-module__button___RbliA.styles-module__small___yK0Yp .styles-module__spinner___KpJ-L{border-width:1.5px;width:.875rem;height:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl .styles-module__spinner___KpJ-L{border-width:2.5px;width:1.25rem;height:1.25rem}.styles-module__content___oyZRO{align-items:center;display:flex}.styles-module__leftIcon___cDktv,.styles-module__rightIcon___1mpk0{flex-shrink:0;align-items:center;display:flex}.styles-module__leftIcon___cDktv{margin-right:-.25rem}.styles-module__rightIcon___1mpk0{margin-left:-.25rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U{aspect-ratio:1;min-width:2.5rem;min-height:2.5rem;padding:0}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__small___yK0Yp{min-width:2rem;min-height:2rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__large___pIZkl{min-width:3rem;min-height:3rem}.styles-module__iconContainer___bwvE3{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module__layout___WaGy9{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex}.styles-module__horizontal___lKpGq{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.styles-module__topIcon___bzw6s,.styles-module__bottomIcon___suPfa{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__leftIcon___cDktv,.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__rightIcon___1mpk0{margin:0}.Dropdown-module__dropdown___c9wIp{width:100%;display:inline-block;position:relative}.Dropdown-module__dropdownButton___suNh-{border:1px solid var(--color-separator);cursor:pointer;text-align:left;background:var(--color-bg-2);width:100%;color:var(--color-fg-text);border-radius:8px;outline:none;justify-content:space-between;align-items:center;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5rem;transition:all .2s ease-in-out;display:flex;position:relative}.Dropdown-module__dropdownButton___suNh-:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-bg-1)}.Dropdown-module__dropdownButton___suNh-:focus{border-color:var(--color-primary);background:var(--color-bg-1);box-shadow:0 0 0 2px var(--color-primary-transparent)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__disabled___Rz0pX{cursor:not-allowed;opacity:.6;background:var(--color-bg-3)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__error___F7dDu{border-color:#ef4444}.Dropdown-module__buttonText___D2zxn{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Dropdown-module__chevronIcon___uyawp{color:var(--color-fg-highlight);flex-shrink:0;transition:transform .15s;position:absolute;right:1rem}.Dropdown-module__chevronIcon___uyawp.Dropdown-module__open___APoXd{transform:rotate(180deg)}.Dropdown-module__dropdownMenu___WJ-QO{background:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;border-radius:8px;min-width:100%;animation:.15s ease-out Dropdown-module__slideDown___sRCmO;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #0000002d}@keyframes Dropdown-module__slideDown___sRCmO{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.Dropdown-module__optionsList___Be6RN{margin:0;padding:.5rem 0;list-style:none}.Dropdown-module__option___q-NgT{cursor:pointer;color:var(--color-fg-text);align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:all .15s;display:flex}.Dropdown-module__option___q-NgT:hover{background-color:var(--color-bg-2)}.Dropdown-module__option___q-NgT.Dropdown-module__selected___-OTW-{background-color:var(--color-bg-3);color:var(--color-fg-highlight);font-weight:600}@media (width<=768px){.Dropdown-module__dropdownButton___suNh-{padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem}.Dropdown-module__chevronIcon___uyawp{right:.875rem}.Dropdown-module__option___q-NgT{padding:.625rem .875rem;font-size:.8125rem}}.styles-module__wrapper___COeGm{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___COeGm.styles-module__fullWidth___lVU49{width:100%}.styles-module__label___gfOA7{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___-zOy5{color:var(--color-danger)}.styles-module__inputContainer___wXY53{align-items:center;width:100%;display:flex;position:relative}.styles-module__input___IZDc3{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);border-radius:.5rem;outline:none;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__input___IZDc3[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-webkit-strong-password-toggle-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-reveal{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-clear{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__input___IZDc3::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__input___IZDc3.styles-module__small___cuGyE{padding:.5rem .75rem;font-size:.8125rem}.styles-module__input___IZDc3.styles-module__medium___JdDPu{padding:.75rem;font-size:.875rem}.styles-module__input___IZDc3.styles-module__large___fMmiG{padding:1rem;font-size:1rem}.styles-module__input___IZDc3.styles-module__default___-eZTG{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__input___IZDc3.styles-module__filled___EQ5PQ{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3{padding-left:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3{padding-right:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-left:2rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-right:2rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-left:3rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-right:3rem}.styles-module__leftIcon___jEW5H,.styles-module__rightIcon___bA3Eo{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.styles-module__leftIcon___jEW5H{left:.75rem}.styles-module__rightIcon___bA3Eo{right:.75rem}.styles-module__rightIcon___bA3Eo.styles-module__rightIconInteractive___ccypw{pointer-events:auto}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__leftIcon___jEW5H{left:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__rightIcon___bA3Eo{right:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__leftIcon___jEW5H{left:1rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__rightIcon___bA3Eo{right:1rem}.styles-module__input___IZDc3.styles-module__error___946qV{border-color:var(--color-danger)}.styles-module__input___IZDc3.styles-module__error___946qV:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__input___IZDc3.styles-module__disabled___sJvLd{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorMessage___5Mn22{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___T2eui{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__container___xeg8O{flex-direction:column;gap:1rem;display:flex}.styles-module__label___qhbKe{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__error___O-7AY{color:var(--color-error);font-size:.875rem}.styles-module__pairs___owGV3{flex-direction:column;gap:.75rem;display:flex}.styles-module__pair___G4WFY{grid-template-columns:1fr 2fr auto;align-items:start;gap:.75rem;display:grid}.styles-module__keyInput___wl1M1,.styles-module__valueInput___HiwJ5{flex:1}.styles-module__removeButton___4-X0b{min-width:auto;color:var(--color-error);padding:.5rem}.styles-module__removeButton___4-X0b:hover{background-color:var(--color-error);color:#fff}.styles-module__addButton___QFljt{align-self:flex-start}@media (width<=768px){.styles-module__pair___G4WFY{grid-template-columns:1fr}.styles-module__removeButton___4-X0b{align-self:flex-end}}.styles-module__searchContainer___86TGN{width:100%;max-width:400px;position:relative}.styles-module__searchIcon___ZInry{color:var(--color-fg-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.styles-module__searchInput___SqZXQ{border:1px solid var(--color-border);width:100%;color:var(--color-fg-text);background:var(--color-bg-2);border-radius:.5rem;padding:.75rem 3rem;font-size:1rem;transition:all .2s}.styles-module__searchInput___SqZXQ:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg);outline:none}.styles-module__searchInput___SqZXQ::placeholder{color:var(--color-fg-muted)}.styles-module__clearBtn___7jExr{width:1.5rem;height:1.5rem;color:var(--color-fg-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.styles-module__clearBtn___7jExr:hover{color:var(--color-fg-text)}@media (width<=768px){.styles-module__searchContainer___86TGN{max-width:100%}}.styles-module__container___nGxdM{flex-direction:column;gap:.75rem;display:flex}.styles-module__toggleContainer___VrsKI{align-items:center;display:flex}.styles-module__toggleButton___IzD6Z{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg-muted);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.styles-module__toggleButton___IzD6Z:hover{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__optionsContainer___LOzlO{background:var(--color-bg-2);border:1px solid var(--color-border-4);border-radius:.5rem;gap:.5rem;padding:.5rem;display:flex}.styles-module__option___abhnC{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg);cursor:pointer;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.styles-module__option___abhnC:hover{background:var(--color-bg-3);border-color:var(--color-border-3)}.styles-module__option___abhnC.styles-module__active___pqmSi{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__option___abhnC.styles-module__active___pqmSi:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__nbSelect___KjxSc{font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.5rem;display:inline-block;position:relative}.styles-module__selectButton___AKZe4{cursor:pointer;text-align:left;width:100%;min-width:8rem;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;border:1px solid;border-radius:.25rem;outline:none;justify-content:space-between;align-items:center;padding:.4375rem 2.2rem .4375rem 1.125rem;transition:all .15s ease-in-out;display:flex;position:relative}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:hover:not(:disabled){background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:focus,.styles-module__selectButton___AKZe4.styles-module__primary___HU36a.styles-module__open___9AKMb{background-color:var(--color-primary-light);border-color:var(--color-primary-light);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4.styles-module__default___LedYP{background-color:var(--color-bg);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:hover:not(:disabled){background-color:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:focus,.styles-module__selectButton___AKZe4.styles-module__default___LedYP.styles-module__open___9AKMb{background-color:var(--color-bg-2);border-color:var(--color-primary);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4:disabled{cursor:not-allowed;opacity:.6}.styles-module__buttonText___QSLO1{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.styles-module__chevronIcon___qAHaD{flex-shrink:0;width:1.5rem;height:1.5rem;transition:transform .15s;position:absolute;right:.41rem}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a .styles-module__chevronIcon___qAHaD{color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP .styles-module__chevronIcon___qAHaD{color:var(--color-fg)}.styles-module__chevronIcon___qAHaD.styles-module__open___9AKMb{transform:rotate(180deg)}.styles-module__optionsPanel___NWAp3{background-color:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;transform-origin:top;visibility:hidden;pointer-events:none;border-radius:.25rem;min-width:100%;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #00000026}.styles-module__optionsPanel___NWAp3.styles-module__open___9AKMb{visibility:visible;pointer-events:auto;animation:.25s ease-out styles-module__expandDown___eD4lh}.styles-module__optionsPanel___NWAp3.styles-module__closed___bez-q{visibility:hidden;pointer-events:none;animation:.25s ease-out styles-module__collapseUp___dt1E7}@keyframes styles-module__expandDown___eD4lh{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes styles-module__collapseUp___dt1E7{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}.styles-module__optionsPanel___NWAp3.styles-module__primary___HU36a{border-color:var(--color-primary)}.styles-module__optionsPanel___NWAp3.styles-module__default___LedYP{border-color:var(--color-border-4)}.styles-module__optionsList___AxhVp{margin:0;padding:.5rem 0;list-style:none}.styles-module__option___t1SSw{cursor:pointer;color:var(--color-fg-text);justify-content:space-between;align-items:center;padding:.75rem 1.125rem;transition:all .15s;display:flex}.styles-module__option___t1SSw:hover{background-color:var(--color-bg-2)}.styles-module__option___t1SSw.styles-module__selected___azD4A{background-color:var(--color-primary);color:var(--color-primary-fg);font-weight:700}@media (prefers-color-scheme:dark){.styles-module__optionsPanel___NWAp3{box-shadow:0 .5rem 1rem #0000004d}}.styles-module__sliderContainer___lgpaD{flex-direction:column;gap:.5rem;display:flex}.styles-module__sliderContainer___lgpaD.styles-module__fullWidth___ZS8W5{width:100%}.styles-module__labelRow___dkVVM{justify-content:space-between;align-items:center;min-height:1.5rem;margin-bottom:.5rem;display:flex}.styles-module__label___bXGZs{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__required___FuyfE{color:var(--color-danger);margin-left:.25rem}.styles-module__sliderWrapper___1Wdti{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.styles-module__sliderRoot___yzOjR{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-grow:1;align-items:center;width:100%;padding:.75rem 0;display:flex;position:relative}.styles-module__sliderRoot___yzOjR:active{cursor:grabbing}.styles-module__sliderTrackWrapper___N72WQ{flex-grow:1;display:flex;position:relative}.styles-module__sliderTrack___AltcD{background-color:var(--color-bg-3);border-radius:9999px;width:100%;height:.375rem;position:relative;overflow:hidden}.styles-module__sliderRange___U3g0-{background-color:var(--color-primary);border-radius:9999px;height:100%;position:absolute}.styles-module__valueIndicator___aLf0I{color:var(--color-primary);text-align:center;flex-shrink:0;min-width:2rem;font-size:.875rem;font-weight:600;line-height:1}.styles-module__iconWrapper___wL-b8{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__icon___vHsID{width:20px;height:20px;color:var(--color-fg-muted)}.styles-module__errorMessage___qFgGe{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___tgBGl{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__loadingContainer___OMgwS{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.styles-module__loadingText___KRZqR{color:var(--color-fg-muted);font-size:1rem}.styles-module__errorContainer___qhAg2{text-align:center;min-height:60vh;color:var(--color-fg-text);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}.styles-module__errorIconWrapper___IHZrN{background:linear-gradient(135deg, rgba(var(--color-error-rgb,239, 68, 68), .1), rgba(var(--color-error-rgb,239, 68, 68), .05));border:2px solid rgba(var(--color-error-rgb,239, 68, 68), .2);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:2s ease-in-out infinite styles-module__pulse___Lju-z;display:flex}@keyframes styles-module__pulse___Lju-z{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.styles-module__errorIcon___oGDIP{color:var(--color-error,#ef4444);stroke-width:1.5px}.styles-module__errorContent___F55rQ{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:600px;display:flex}.styles-module__errorTitle___hC8D-{color:var(--color-fg-heading);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.styles-module__errorDescription___hZtuP{color:var(--color-fg-muted);max-width:480px;margin:0;font-size:1rem;line-height:1.6}.styles-module__errorDetailsWrapper___-sp8b{width:100%;max-width:600px;margin-top:.5rem}.styles-module__errorDetailsContainer___eywMo{text-align:left;border:1px solid var(--color-border,#0000001a);background:var(--color-bg-2,#00000005);border-radius:.75rem;width:100%;transition:all .2s;overflow:hidden}.styles-module__errorDetailsContainer___eywMo:hover{border-color:var(--color-border-hover,#00000026);background:var(--color-bg-3,#00000008)}.styles-module__errorDetailsSummary___hGEoD{cursor:pointer;color:var(--color-fg-muted);-webkit-user-select:none;user-select:none;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;list-style:none;transition:color .2s}.styles-module__errorDetailsSummary___hGEoD:hover{color:var(--color-fg-text)}.styles-module__errorDetailsSummary___hGEoD::-webkit-details-marker{display:none}.styles-module__errorDetailsSummary___hGEoD:before{content:"▶";margin-right:.5rem;font-size:.75rem;transition:transform .2s;display:inline-block}.styles-module__errorDetailsContainer___eywMo[open] .styles-module__errorDetailsSummary___hGEoD:before{transform:rotate(90deg)}.styles-module__errorDetails___tzCT-{background:var(--color-bg-3,#00000008);border-top:1px solid var(--color-border,#0000001a);max-width:100%;color:var(--color-fg-muted);white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem 1.25rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto}.styles-module__errorActions___gtqYw{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.styles-module__retryButton___TA4jm{background:var(--color-primary);color:var(--color-primary-fg);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00000014}.styles-module__retryButton___TA4jm:hover{background:var(--color-primary-hover,var(--color-primary));transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.styles-module__retryButton___TA4jm:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}.styles-module__retryButtonIcon___vzfp-{font-size:1.125rem;line-height:1;transition:transform .3s;display:inline-block}.styles-module__retryButton___TA4jm:hover .styles-module__retryButtonIcon___vzfp-{transform:rotate(180deg)}.styles-module__clearLocalDataButton___T3B-K{color:var(--color-fg-muted);border:1px solid var(--color-border-4);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__clearLocalDataButton___T3B-K:hover{color:var(--color-fg-text);border-color:var(--color-border-3);background:var(--color-bg-secondary)}.styles-module__wrapper___jXPV3{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___jXPV3.styles-module__fullWidth___eKyGB{width:100%}.styles-module__label___MyTeo{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___TV-m8{color:var(--color-danger)}.styles-module__inputContainer___VvGBl{align-items:flex-start;width:100%;display:flex;position:relative}.styles-module__textarea___AjX9N{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);resize:vertical;border-radius:.5rem;outline:none;min-height:4rem;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__textarea___AjX9N:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__textarea___AjX9N::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__textarea___AjX9N.styles-module__small___zMx0G{min-height:3rem;padding:.5rem .75rem;font-size:.8125rem}.styles-module__textarea___AjX9N.styles-module__medium___tO2Lb{min-height:4rem;padding:.75rem;font-size:.875rem}.styles-module__textarea___AjX9N.styles-module__large___3eU2g{min-height:5rem;padding:1rem;font-size:1rem}.styles-module__textarea___AjX9N.styles-module__default___vsSxX{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__textarea___AjX9N.styles-module__filled___TPQgI{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___VvGBl .styles-module__leftIcon___FHp2R{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;left:.75rem}.styles-module__inputContainer___VvGBl .styles-module__rightIcon___dkyvP{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__rightIcon___dkyvP{top:.5rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__rightIcon___dkyvP{top:1rem}.styles-module__textarea___AjX9N.styles-module__error___d8gLK{border-color:var(--color-danger)}.styles-module__textarea___AjX9N.styles-module__error___d8gLK:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__textarea___AjX9N.styles-module__disabled___IzbfE{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorText___Nom7x{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___97Def{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__virtualList___pM6rN{contain:strict;width:100%;padding-bottom:300px;position:relative;overflow:auto}.styles-module__emptyContainer___rm938{height:100%;color:var(--color-fg-muted);justify-content:center;align-items:center;display:flex}.styles-module__virtualListInner___HxRzc{width:100%;position:relative}.styles-module__virtualListItems___p19-a{width:100%;position:absolute;top:0;left:0}.styles-module__loadingMore___zAdLM{color:var(--color-fg-muted);justify-content:center;align-items:center;gap:.75rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;margin-top:1rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh span{background-color:var(--color-bg-2);border-radius:.25rem;padding:.5rem 1rem}.styles-module__virtualList___xmj2v{width:100%;padding-bottom:300px;position:relative;overflow:visible}.styles-module__virtualListInner___quD74{width:100%;position:relative}.styles-module__virtualListItems___-Muml{width:100%;position:absolute;top:0;left:0}.styles-module__virtualListRow___h3pzX{width:100%}.styles-module__emptyContainer___LIy8r{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:2rem 0;display:flex}.styles-module__loadingMore___Mzf-p{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.styles-module__endOfList___g5G--{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;padding:1.5rem 0;display:flex}.styles-module__sidebar___BMt0j{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.styles-module__sidebarContent___iAwiw{flex-direction:column;height:100%;min-height:0;padding-top:1rem;display:flex;overflow:hidden}.styles-module__menuWrapper___DKuEv{flex:1;min-height:0;overflow:hidden auto}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar{width:0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-track{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb:hover{background:0 0}.styles-module__sidebar___BMt0j a{margin-left:0}.styles-module__sidebar___BMt0j .ps-sidebar-root{background-color:var(--color-bg-2)!important;border-right:1px solid var(--color-separator)!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-sidebar-container{background-color:var(--color-bg-2)!important;height:100%!important;min-height:0!important;color:var(--color-fg-text)!important;flex-direction:column!important;flex:1!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-menu-button{color:var(--color-fg-text)!important;border-radius:.375rem!important;margin:.125rem .5rem!important;padding:.5rem .75rem!important;font-size:.875rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-button:hover{background-color:var(--color-bg-3)!important;color:var(--color-fg-text)!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active{background-color:var(--color-primary)!important;color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active *,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-icon{width:1.25rem!important;height:1.25rem!important;color:var(--color-fg-text)!important;margin-right:.5rem!important}.styles-module__sidebar___BMt0j .ps-submenu-content{background-color:var(--color-bg-3)!important;padding-left:.5rem!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-submenu-content .ps-menu-button{margin:.125rem .25rem!important;padding:.375rem .5rem!important;font-size:.8125rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-label{color:var(--color-fg-text)!important;font-weight:500!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active span,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active div,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__logoutContainer___7NwBL{border-top:1px solid var(--color-separator);writing-mode:horizontal-tb;text-orientation:mixed;flex-shrink:0;margin-top:auto;padding:.5rem}.styles-module__logoutButton___rfD6u{width:100%;color:var(--color-fg-text);cursor:pointer;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed;direction:ltr;background:0 0;border:none;border-radius:.375rem;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s;display:flex;overflow:hidden}.styles-module__logoutButton___rfD6u span{opacity:1;max-width:200px;transition:opacity .3s,max-width .3s;display:inline-block;writing-mode:horizontal-tb!important;text-orientation:mixed!important;direction:ltr!important;transform:none!important}.styles-module__logoutButton___rfD6u .styles-module__hiddenText___z183T{opacity:0;width:0;max-width:0;overflow:hidden}.styles-module__logoutButton___rfD6u .styles-module__visibleText___lfsv-{opacity:1;width:auto;max-width:200px}.styles-module__logoutButton___rfD6u:hover{background-color:var(--color-bg-3)}.styles-module__logoutButton___rfD6u:active{transform:scale(.98)}.styles-module__logoutButton___rfD6u svg{color:inherit;flex-shrink:0}.styles-module__footer___g-hY7{background:var(--color-bg-2);width:100%;padding:0 2rem}.styles-module__footerContent___Oen5n{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;display:flex}.styles-module__copyright___1R2o3{color:var(--color-fg-text);font-size:.875rem}.styles-module__links___dQyvB{gap:1.5rem;display:flex}.styles-module__link___UWfyK{color:var(--color-fg-text);font-size:.875rem;text-decoration:none;transition:color .3s}.styles-module__link___UWfyK:hover{color:var(--color-primary)}@media (width<=768px){.styles-module__footerContent___Oen5n{flex-direction:column;gap:1rem}.styles-module__links___dQyvB{gap:1rem}}.styles-module__header___4Uc8h{width:100%;padding:.5rem 2rem;display:flex}.styles-module__header___4Uc8h>:first-child{flex:1;justify-content:flex-start;align-items:center;display:flex}.styles-module__header___4Uc8h>:last-child{flex:1;justify-content:flex-end;align-items:center;display:flex}.styles-module__layout___ZQKU7{background:var(--color-bg);flex-direction:column;width:100%;height:100vh;display:flex;position:relative}.styles-module__header___XIaFb{z-index:100;background:var(--color-bg);width:100%;position:fixed;top:0;box-shadow:0 .125rem .25rem #2c33491a}.styles-module__footer___r8ASO{z-index:100;width:100%;position:fixed;bottom:0}.styles-module__mainWrapper___i4tEI{flex:1;display:flex;position:relative}.styles-module__sidebar___ij-8-{position:fixed;top:0}.styles-module__content___mTgUr{background:var(--color-bg);flex:1;min-height:calc(100vh - 10rem);margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=768px){.styles-module__content___mTgUr{width:100%}.styles-module__sidebar___ij-8-{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__mainWrapper___AiTAw{flex-direction:row;flex:1;display:flex;position:relative}.styles-module__sidebarContainer___X4yj8{z-index:99;flex-direction:column;display:flex;position:fixed;left:0;overflow:hidden}.styles-module__sidebar___VQTlH{flex-shrink:0;top:0;left:0}.styles-module__content___htJlH{background:var(--color-bg);flex:1;margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=1024px){.styles-module__content___htJlH{padding:1.5rem}}@media (width<=768px){.styles-module__content___htJlH{width:100%}.styles-module__sidebar___VQTlH{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__wavesWrapper___TK7DI{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__wavesWrapper___TK7DI>*{pointer-events:auto}.styles-module__squaresWrapper___P25uF{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__squaresWrapper___P25uF>*{pointer-events:auto}.styles-module__letterGlitchWrapper___KWtWU{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__letterGlitchWrapper___KWtWU>*{pointer-events:auto}.styles-module__pixelBlastWrapper___YptHh{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__pixelBlastWrapper___YptHh>*{pointer-events:auto}
|
|
2
|
+
/*$vite$:1*/`)),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
3
|
+
import { a as fr, c as i, i as b, n as y, o as sr, r as a, s as F, t as n } from "./chunk-types-BkFxelHl.mjs";
|
|
4
|
+
import { n as p, r as C, t as B } from "./chunk-lstorage-BVCD00Ow.mjs";
|
|
5
|
+
import { n as br, t as A } from "./chunk-useTheme-oHcq3d0o.mjs";
|
|
6
|
+
import { memo as x, useEffect as u, useMemo as T, useState as m } from "react";
|
|
7
|
+
import { jsx as w } from "react/jsx-runtime";
|
|
8
|
+
function P() {
|
|
9
|
+
const o = B(b);
|
|
10
|
+
return o == null || F.includes(o) ? o : void 0;
|
|
11
|
+
}
|
|
12
|
+
function S(o) {
|
|
13
|
+
C(b, o);
|
|
14
|
+
}
|
|
15
|
+
function D() {
|
|
16
|
+
const o = B(n);
|
|
17
|
+
return o == null || y.includes(o) ? o : void 0;
|
|
18
|
+
}
|
|
19
|
+
function v(o) {
|
|
20
|
+
C(n, o);
|
|
21
|
+
}
|
|
22
|
+
function pr() {
|
|
23
|
+
p(b), p(n);
|
|
24
|
+
}
|
|
25
|
+
var G = (o, g) => {
|
|
26
|
+
u(() => {
|
|
27
|
+
const r = document.documentElement, e = o.colors.variables, f = o.base.variables;
|
|
28
|
+
r.style.setProperty("--color-primary", e.primary), r.style.setProperty("--color-primary-light", e.primaryLight), r.style.setProperty("--color-primary-fg", e.primaryFg), r.style.setProperty("--color-success", e.success), r.style.setProperty("--color-success-light", e.successLight), r.style.setProperty("--color-info", e.info), r.style.setProperty("--color-info-light", e.infoLight), r.style.setProperty("--color-warning", e.warning), r.style.setProperty("--color-warning-light", e.warningLight), r.style.setProperty("--color-danger", e.danger), r.style.setProperty("--color-danger-light", e.dangerLight), r.style.setProperty("--color-bg", e.bg), r.style.setProperty("--color-bg-2", e.bg2), r.style.setProperty("--color-bg-3", e.bg3), r.style.setProperty("--color-bg-4", e.bg4), r.style.setProperty("--color-border", e.border), r.style.setProperty("--color-border-2", e.border2), r.style.setProperty("--color-border-3", e.border3), r.style.setProperty("--color-border-4", e.border4), r.style.setProperty("--color-border-5", e.border5), r.style.setProperty("--color-fg", e.fg), r.style.setProperty("--color-fg-text", e.fgText), r.style.setProperty("--color-fg-heading", e.fgHeading), r.style.setProperty("--color-fg-highlight", e.fgHighlight), r.style.setProperty("--color-separator", e.separator), r.style.setProperty("--radius-button", `${f.buttonRadius}px`), r.style.setProperty("--radius-card", `${f.cardRadius}px`), r.style.setProperty("--radius-input", `${f.inputRadius}px`), e.temperature.arcFill.forEach((s, d) => {
|
|
29
|
+
r.style.setProperty(`--temperature-arc-fill-${d}`, s);
|
|
30
|
+
}), r.style.setProperty("--temperature-arc-empty", e.temperature.arcEmpty), r.style.setProperty("--temperature-thumb-bg", e.temperature.thumbBg), r.style.setProperty("--temperature-thumb-border", e.temperature.thumbBorder), r.style.setProperty("--solar-gradient-left", e.solar.gradientLeft), r.style.setProperty("--solar-gradient-right", e.solar.gradientRight), r.style.setProperty("--solar-shadow-color", e.solar.shadowColor), r.style.setProperty("--solar-second-series-fill", e.solar.secondSeriesFill), r.style.setProperty("--traffic-tooltip-bg", e.traffic.tooltipBg), r.style.setProperty("--traffic-tooltip-border-color", e.traffic.tooltipBorderColor), r.style.setProperty("--traffic-tooltip-text-color", e.traffic.tooltipTextColor), r.style.setProperty("--traffic-y-axis-split-line", e.traffic.yAxisSplitLine), r.style.setProperty("--traffic-line-bg", e.traffic.lineBg), r.style.setProperty("--traffic-item-color", e.traffic.itemColor), r.style.setProperty("--traffic-item-border-color", e.traffic.itemBorderColor), r.style.setProperty("--traffic-item-emphasis-border-color", e.traffic.itemEmphasisBorderColor), r.style.setProperty("--traffic-shadow-line-dark-bg", e.traffic.shadowLineDarkBg), r.style.setProperty("--traffic-shadow-line-shadow", e.traffic.shadowLineShadow), r.style.setProperty("--traffic-grad-from", e.traffic.gradFrom), r.style.setProperty("--traffic-grad-to", e.traffic.gradTo), r.style.setProperty("--electricity-tooltip-bg", e.electricity.tooltipBg), r.style.setProperty("--electricity-tooltip-line-color", e.electricity.tooltipLineColor), r.style.setProperty("--electricity-tooltip-border-color", e.electricity.tooltipBorderColor), r.style.setProperty("--electricity-tooltip-text-color", e.electricity.tooltipTextColor), r.style.setProperty("--electricity-axis-line-color", e.electricity.axisLineColor), r.style.setProperty("--electricity-x-axis-text-color", e.electricity.xAxisTextColor), r.style.setProperty("--electricity-y-axis-split-line", e.electricity.yAxisSplitLine), r.style.setProperty("--electricity-item-border-color", e.electricity.itemBorderColor), r.style.setProperty("--electricity-line-grad-from", e.electricity.lineGradFrom), r.style.setProperty("--electricity-line-grad-to", e.electricity.lineGradTo), r.style.setProperty("--electricity-line-shadow", e.electricity.lineShadow), r.style.setProperty("--electricity-area-grad-from", e.electricity.areaGradFrom), r.style.setProperty("--electricity-area-grad-to", e.electricity.areaGradTo), r.style.setProperty("--electricity-shadow-line-dark-bg", e.electricity.shadowLineDarkBg), r.style.setProperty("--echarts-bg", e.echarts.bg), r.style.setProperty("--echarts-text-color", e.echarts.textColor), r.style.setProperty("--echarts-axis-line-color", e.echarts.axisLineColor), r.style.setProperty("--echarts-split-line-color", e.echarts.splitLineColor), r.style.setProperty("--echarts-item-hover-shadow-color", e.echarts.itemHoverShadowColor), r.style.setProperty("--echarts-tooltip-bg-color", e.echarts.tooltipBackgroundColor), r.style.setProperty("--chartjs-axis-line-color", e.chartjs.axisLineColor), r.style.setProperty("--chartjs-text-color", e.chartjs.textColor), S(g);
|
|
31
|
+
}, [g, o]);
|
|
32
|
+
};
|
|
33
|
+
const R = {
|
|
34
|
+
buttonRadius: 6,
|
|
35
|
+
cardRadius: 6,
|
|
36
|
+
inputRadius: 6
|
|
37
|
+
}, k = {
|
|
38
|
+
name: a.ANDROID,
|
|
39
|
+
displayName: "Android",
|
|
40
|
+
variables: R
|
|
41
|
+
}, H = {
|
|
42
|
+
buttonRadius: 8,
|
|
43
|
+
cardRadius: 8,
|
|
44
|
+
inputRadius: 6
|
|
45
|
+
}, l = {
|
|
46
|
+
name: a.DEFAULT,
|
|
47
|
+
displayName: "Default",
|
|
48
|
+
variables: H
|
|
49
|
+
}, N = {
|
|
50
|
+
buttonRadius: 24,
|
|
51
|
+
cardRadius: 24,
|
|
52
|
+
inputRadius: 24
|
|
53
|
+
}, O = {
|
|
54
|
+
name: a.IOS,
|
|
55
|
+
displayName: "iOS",
|
|
56
|
+
variables: N
|
|
57
|
+
}, I = {
|
|
58
|
+
buttonRadius: 4,
|
|
59
|
+
cardRadius: 4,
|
|
60
|
+
inputRadius: 4
|
|
61
|
+
}, j = {
|
|
62
|
+
name: a.LINUX,
|
|
63
|
+
displayName: "Linux",
|
|
64
|
+
variables: I
|
|
65
|
+
}, U = {
|
|
66
|
+
buttonRadius: 6,
|
|
67
|
+
cardRadius: 6,
|
|
68
|
+
inputRadius: 6
|
|
69
|
+
}, V = {
|
|
70
|
+
name: a.WINDOWS,
|
|
71
|
+
displayName: "Windows",
|
|
72
|
+
variables: U
|
|
73
|
+
}, _ = {
|
|
74
|
+
[a.DEFAULT]: l,
|
|
75
|
+
[a.IOS]: O,
|
|
76
|
+
[a.ANDROID]: k,
|
|
77
|
+
[a.WINDOWS]: V,
|
|
78
|
+
[a.LINUX]: j
|
|
79
|
+
}, W = {
|
|
80
|
+
name: "coffee",
|
|
81
|
+
displayName: "Coffee",
|
|
82
|
+
variables: {
|
|
83
|
+
primary: "#AF8F6F",
|
|
84
|
+
primaryLight: "#F8F4E1",
|
|
85
|
+
primaryFg: "#2a1f18",
|
|
86
|
+
success: "#6d8f72",
|
|
87
|
+
successLight: "#8aaa8e",
|
|
88
|
+
info: "#8a7a6a",
|
|
89
|
+
infoLight: "#a89888",
|
|
90
|
+
warning: "#b8926a",
|
|
91
|
+
warningLight: "#d4b896",
|
|
92
|
+
danger: "#a65d5d",
|
|
93
|
+
dangerLight: "#c07d7d",
|
|
94
|
+
bg: "#2e1a08",
|
|
95
|
+
bg2: "#543310",
|
|
96
|
+
bg3: "#493628",
|
|
97
|
+
bg4: "#74512D",
|
|
98
|
+
border: "#493628",
|
|
99
|
+
border2: "#543310",
|
|
100
|
+
border3: "#74512D",
|
|
101
|
+
border4: "#AF8F6F",
|
|
102
|
+
border5: "#D6C0B3",
|
|
103
|
+
fg: "#AF8F6F",
|
|
104
|
+
fgText: "#F8F4E1",
|
|
105
|
+
fgHeading: "#F8F4E1",
|
|
106
|
+
fgHighlight: "#E4E0E1",
|
|
107
|
+
separator: "#493628",
|
|
108
|
+
temperature: {
|
|
109
|
+
arcFill: [
|
|
110
|
+
"#AF8F6F",
|
|
111
|
+
"#AB886D",
|
|
112
|
+
"#D6C0B3",
|
|
113
|
+
"#E4E0E1",
|
|
114
|
+
"#F8F4E1"
|
|
115
|
+
],
|
|
116
|
+
arcEmpty: "#543310",
|
|
117
|
+
thumbBg: "#493628",
|
|
118
|
+
thumbBorder: "#AF8F6F"
|
|
119
|
+
},
|
|
120
|
+
solar: {
|
|
121
|
+
gradientLeft: "#AF8F6F",
|
|
122
|
+
gradientRight: "#F8F4E1",
|
|
123
|
+
shadowColor: "rgba(0, 0, 0, 0.35)",
|
|
124
|
+
secondSeriesFill: "#493628"
|
|
125
|
+
},
|
|
126
|
+
traffic: {
|
|
127
|
+
tooltipBg: "#74512D",
|
|
128
|
+
tooltipBorderColor: "#AF8F6F",
|
|
129
|
+
tooltipTextColor: "#F8F4E1",
|
|
130
|
+
yAxisSplitLine: "#543310",
|
|
131
|
+
lineBg: "#493628",
|
|
132
|
+
itemColor: "#543310",
|
|
133
|
+
itemBorderColor: "#AF8F6F",
|
|
134
|
+
itemEmphasisBorderColor: "#F8F4E1",
|
|
135
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
136
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
137
|
+
gradFrom: "#493628",
|
|
138
|
+
gradTo: "#2e1a08"
|
|
139
|
+
},
|
|
140
|
+
electricity: {
|
|
141
|
+
tooltipBg: "#543310",
|
|
142
|
+
tooltipLineColor: "#F8F4E1",
|
|
143
|
+
tooltipBorderColor: "#AF8F6F",
|
|
144
|
+
tooltipTextColor: "#F8F4E1",
|
|
145
|
+
axisLineColor: "#AF8F6F",
|
|
146
|
+
xAxisTextColor: "#AF8F6F",
|
|
147
|
+
yAxisSplitLine: "#543310",
|
|
148
|
+
itemBorderColor: "#AF8F6F",
|
|
149
|
+
lineGradFrom: "#AF8F6F",
|
|
150
|
+
lineGradTo: "#F8F4E1",
|
|
151
|
+
lineShadow: "rgba(175, 143, 111, 0.3)",
|
|
152
|
+
areaGradFrom: "#493628",
|
|
153
|
+
areaGradTo: "#2e1a08",
|
|
154
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
155
|
+
},
|
|
156
|
+
echarts: {
|
|
157
|
+
bg: "#2e1a08",
|
|
158
|
+
textColor: "#F8F4E1",
|
|
159
|
+
axisLineColor: "#AF8F6F",
|
|
160
|
+
splitLineColor: "#493628",
|
|
161
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.4)",
|
|
162
|
+
tooltipBackgroundColor: "#543310"
|
|
163
|
+
},
|
|
164
|
+
chartjs: {
|
|
165
|
+
axisLineColor: "#AF8F6F",
|
|
166
|
+
textColor: "#F8F4E1"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}, M = {
|
|
170
|
+
name: "corporate",
|
|
171
|
+
displayName: "Corporate",
|
|
172
|
+
variables: {
|
|
173
|
+
primary: "#3366ff",
|
|
174
|
+
primaryLight: "#598bff",
|
|
175
|
+
primaryFg: "#ffffff",
|
|
176
|
+
success: "#00d68f",
|
|
177
|
+
successLight: "#33dfaa",
|
|
178
|
+
info: "#0095ff",
|
|
179
|
+
infoLight: "#33a7ff",
|
|
180
|
+
warning: "#ffaa00",
|
|
181
|
+
warningLight: "#ffbb33",
|
|
182
|
+
danger: "#ff3d71",
|
|
183
|
+
dangerLight: "#ff6491",
|
|
184
|
+
bg: "#ffffff",
|
|
185
|
+
bg2: "#f7f9fc",
|
|
186
|
+
bg3: "#edf1f7",
|
|
187
|
+
bg4: "#e4e9f2",
|
|
188
|
+
border: "#ffffff",
|
|
189
|
+
border2: "#f7f9fc",
|
|
190
|
+
border3: "#edf1f7",
|
|
191
|
+
border4: "#e4e9f2",
|
|
192
|
+
border5: "#c5cee0",
|
|
193
|
+
fg: "#8f9bb3",
|
|
194
|
+
fgText: "#222b45",
|
|
195
|
+
fgHeading: "#192038",
|
|
196
|
+
fgHighlight: "#003694",
|
|
197
|
+
separator: "#edf1f7",
|
|
198
|
+
temperature: {
|
|
199
|
+
arcFill: [
|
|
200
|
+
"#ffa36b",
|
|
201
|
+
"#ffa36b",
|
|
202
|
+
"#ff9e7a",
|
|
203
|
+
"#ff9888",
|
|
204
|
+
"#ff8ea0"
|
|
205
|
+
],
|
|
206
|
+
arcEmpty: "#f7f9fc",
|
|
207
|
+
thumbBg: "#f7f9fc",
|
|
208
|
+
thumbBorder: "#ffa36b"
|
|
209
|
+
},
|
|
210
|
+
solar: {
|
|
211
|
+
gradientLeft: "#3366ff",
|
|
212
|
+
gradientRight: "#3366ff",
|
|
213
|
+
shadowColor: "rgba(0, 0, 0, 0)",
|
|
214
|
+
secondSeriesFill: "#f7f9fc"
|
|
215
|
+
},
|
|
216
|
+
traffic: {
|
|
217
|
+
tooltipBg: "#ffffff",
|
|
218
|
+
tooltipBorderColor: "#f7f9fc",
|
|
219
|
+
tooltipTextColor: "#222b45",
|
|
220
|
+
yAxisSplitLine: "rgba(0, 0, 0, 0)",
|
|
221
|
+
lineBg: "#3366ff",
|
|
222
|
+
itemColor: "#e4e9f2",
|
|
223
|
+
itemBorderColor: "#e4e9f2",
|
|
224
|
+
itemEmphasisBorderColor: "#598bff",
|
|
225
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
226
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
227
|
+
gradFrom: "#ffffff",
|
|
228
|
+
gradTo: "#ffffff"
|
|
229
|
+
},
|
|
230
|
+
electricity: {
|
|
231
|
+
tooltipBg: "#ffffff",
|
|
232
|
+
tooltipLineColor: "#222b45",
|
|
233
|
+
tooltipBorderColor: "#f7f9fc",
|
|
234
|
+
tooltipTextColor: "#222b45",
|
|
235
|
+
axisLineColor: "#edf1f7",
|
|
236
|
+
xAxisTextColor: "#8f9bb3",
|
|
237
|
+
yAxisSplitLine: "#edf1f7",
|
|
238
|
+
itemBorderColor: "#3366ff",
|
|
239
|
+
lineGradFrom: "#3366ff",
|
|
240
|
+
lineGradTo: "#3366ff",
|
|
241
|
+
lineShadow: "rgba(0, 0, 0, 0)",
|
|
242
|
+
areaGradFrom: "rgba(0, 0, 0, 0)",
|
|
243
|
+
areaGradTo: "rgba(0, 0, 0, 0)",
|
|
244
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
245
|
+
},
|
|
246
|
+
echarts: {
|
|
247
|
+
bg: "#ffffff",
|
|
248
|
+
textColor: "#222b45",
|
|
249
|
+
axisLineColor: "#222b45",
|
|
250
|
+
splitLineColor: "#edf1f7",
|
|
251
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.5)",
|
|
252
|
+
tooltipBackgroundColor: "#3366ff"
|
|
253
|
+
},
|
|
254
|
+
chartjs: {
|
|
255
|
+
axisLineColor: "#edf1f7",
|
|
256
|
+
textColor: "#222b45"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}, $ = {
|
|
260
|
+
name: "cosmic",
|
|
261
|
+
displayName: "Cosmic",
|
|
262
|
+
variables: {
|
|
263
|
+
primary: "#a16eff",
|
|
264
|
+
primaryLight: "#b489ff",
|
|
265
|
+
primaryFg: "#ffffff",
|
|
266
|
+
success: "#00d68f",
|
|
267
|
+
successLight: "#33dfaa",
|
|
268
|
+
info: "#0095ff",
|
|
269
|
+
infoLight: "#33a7ff",
|
|
270
|
+
warning: "#ffaa00",
|
|
271
|
+
warningLight: "#ffbb33",
|
|
272
|
+
danger: "#ff3d71",
|
|
273
|
+
dangerLight: "#ff6491",
|
|
274
|
+
bg: "#323259",
|
|
275
|
+
bg2: "#2a2a48",
|
|
276
|
+
bg3: "#272741",
|
|
277
|
+
bg4: "#1f1f3a",
|
|
278
|
+
border: "#323259",
|
|
279
|
+
border2: "#2a2a48",
|
|
280
|
+
border3: "#272741",
|
|
281
|
+
border4: "#1f1f3a",
|
|
282
|
+
border5: "#1f1f3a",
|
|
283
|
+
fg: "#b4b4db",
|
|
284
|
+
fgText: "#ffffff",
|
|
285
|
+
fgHeading: "#ffffff",
|
|
286
|
+
fgHighlight: "#a16eff",
|
|
287
|
+
separator: "#2a2a48",
|
|
288
|
+
temperature: {
|
|
289
|
+
arcFill: [
|
|
290
|
+
"#2ec7fe",
|
|
291
|
+
"#31ffad",
|
|
292
|
+
"#7bff24",
|
|
293
|
+
"#fff024",
|
|
294
|
+
"#f7bd59"
|
|
295
|
+
],
|
|
296
|
+
arcEmpty: "#2a2a48",
|
|
297
|
+
thumbBg: "#ffffff",
|
|
298
|
+
thumbBorder: "#ffffff"
|
|
299
|
+
},
|
|
300
|
+
solar: {
|
|
301
|
+
gradientLeft: "#a16eff",
|
|
302
|
+
gradientRight: "#a16eff",
|
|
303
|
+
shadowColor: "rgba(0, 0, 0, 0)",
|
|
304
|
+
secondSeriesFill: "#2a2a48"
|
|
305
|
+
},
|
|
306
|
+
traffic: {
|
|
307
|
+
tooltipBg: "#323259",
|
|
308
|
+
tooltipBorderColor: "#2a2a48",
|
|
309
|
+
tooltipTextColor: "#ffffff",
|
|
310
|
+
yAxisSplitLine: "#2a2a48",
|
|
311
|
+
lineBg: "#2a2a48",
|
|
312
|
+
itemColor: "#2a2a48",
|
|
313
|
+
itemBorderColor: "#2a2a48",
|
|
314
|
+
itemEmphasisBorderColor: "#a16eff",
|
|
315
|
+
shadowLineDarkBg: "#272741",
|
|
316
|
+
shadowLineShadow: "#272741",
|
|
317
|
+
gradFrom: "#323259",
|
|
318
|
+
gradTo: "#2a2a48"
|
|
319
|
+
},
|
|
320
|
+
electricity: {
|
|
321
|
+
tooltipBg: "#323259",
|
|
322
|
+
tooltipLineColor: "#ffffff",
|
|
323
|
+
tooltipBorderColor: "#2a2a48",
|
|
324
|
+
tooltipTextColor: "#ffffff",
|
|
325
|
+
axisLineColor: "#272741",
|
|
326
|
+
xAxisTextColor: "#b4b4db",
|
|
327
|
+
yAxisSplitLine: "#2a2a48",
|
|
328
|
+
itemBorderColor: "#2a2a48",
|
|
329
|
+
lineGradFrom: "#00d68f",
|
|
330
|
+
lineGradTo: "#ffaa00",
|
|
331
|
+
lineShadow: "#1f1f3a",
|
|
332
|
+
areaGradFrom: "#2a2a48",
|
|
333
|
+
areaGradTo: "#272741",
|
|
334
|
+
shadowLineDarkBg: "#272741"
|
|
335
|
+
},
|
|
336
|
+
echarts: {
|
|
337
|
+
bg: "#323259",
|
|
338
|
+
textColor: "#ffffff",
|
|
339
|
+
axisLineColor: "#ffffff",
|
|
340
|
+
splitLineColor: "#2a2a48",
|
|
341
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.5)",
|
|
342
|
+
tooltipBackgroundColor: "#a16eff"
|
|
343
|
+
},
|
|
344
|
+
chartjs: {
|
|
345
|
+
axisLineColor: "#2a2a48",
|
|
346
|
+
textColor: "#ffffff"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}, K = {
|
|
350
|
+
name: "dark",
|
|
351
|
+
displayName: "Dark",
|
|
352
|
+
variables: {
|
|
353
|
+
primary: "#d4a017",
|
|
354
|
+
primaryLight: "#eab308",
|
|
355
|
+
primaryFg: "#1a1a1a",
|
|
356
|
+
success: "#22c55e",
|
|
357
|
+
successLight: "#4ade80",
|
|
358
|
+
info: "#14b8a6",
|
|
359
|
+
infoLight: "#2dd4bf",
|
|
360
|
+
warning: "#eab308",
|
|
361
|
+
warningLight: "#facc15",
|
|
362
|
+
danger: "#ef4444",
|
|
363
|
+
dangerLight: "#f87171",
|
|
364
|
+
bg: "#0f0f11",
|
|
365
|
+
bg2: "#18181b",
|
|
366
|
+
bg3: "#27272a",
|
|
367
|
+
bg4: "#3f3f46",
|
|
368
|
+
border: "#18181b",
|
|
369
|
+
border2: "#27272a",
|
|
370
|
+
border3: "#3f3f46",
|
|
371
|
+
border4: "#52525b",
|
|
372
|
+
border5: "#71717a",
|
|
373
|
+
fg: "#a1a1aa",
|
|
374
|
+
fgText: "#fafafa",
|
|
375
|
+
fgHeading: "#ffffff",
|
|
376
|
+
fgHighlight: "#fde047",
|
|
377
|
+
separator: "#27272a",
|
|
378
|
+
temperature: {
|
|
379
|
+
arcFill: [
|
|
380
|
+
"#d4a017",
|
|
381
|
+
"#eab308",
|
|
382
|
+
"#fcd34d",
|
|
383
|
+
"#fde047",
|
|
384
|
+
"#fde047"
|
|
385
|
+
],
|
|
386
|
+
arcEmpty: "#27272a",
|
|
387
|
+
thumbBg: "#27272a",
|
|
388
|
+
thumbBorder: "#52525b"
|
|
389
|
+
},
|
|
390
|
+
solar: {
|
|
391
|
+
gradientLeft: "#d4a017",
|
|
392
|
+
gradientRight: "#eab308",
|
|
393
|
+
shadowColor: "rgba(0, 0, 0, 0.3)",
|
|
394
|
+
secondSeriesFill: "#27272a"
|
|
395
|
+
},
|
|
396
|
+
traffic: {
|
|
397
|
+
tooltipBg: "#27272a",
|
|
398
|
+
tooltipBorderColor: "#3f3f46",
|
|
399
|
+
tooltipTextColor: "#fafafa",
|
|
400
|
+
yAxisSplitLine: "#27272a",
|
|
401
|
+
lineBg: "#3f3f46",
|
|
402
|
+
itemColor: "#3f3f46",
|
|
403
|
+
itemBorderColor: "#52525b",
|
|
404
|
+
itemEmphasisBorderColor: "#eab308",
|
|
405
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
406
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
407
|
+
gradFrom: "#27272a",
|
|
408
|
+
gradTo: "#18181b"
|
|
409
|
+
},
|
|
410
|
+
electricity: {
|
|
411
|
+
tooltipBg: "#27272a",
|
|
412
|
+
tooltipLineColor: "#fafafa",
|
|
413
|
+
tooltipBorderColor: "#3f3f46",
|
|
414
|
+
tooltipTextColor: "#fafafa",
|
|
415
|
+
axisLineColor: "#3f3f46",
|
|
416
|
+
xAxisTextColor: "#a1a1aa",
|
|
417
|
+
yAxisSplitLine: "#27272a",
|
|
418
|
+
itemBorderColor: "#eab308",
|
|
419
|
+
lineGradFrom: "#d4a017",
|
|
420
|
+
lineGradTo: "#eab308",
|
|
421
|
+
lineShadow: "rgba(212, 160, 23, 0.35)",
|
|
422
|
+
areaGradFrom: "#27272a",
|
|
423
|
+
areaGradTo: "#18181b",
|
|
424
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
425
|
+
},
|
|
426
|
+
echarts: {
|
|
427
|
+
bg: "#18181b",
|
|
428
|
+
textColor: "#fafafa",
|
|
429
|
+
axisLineColor: "#52525b",
|
|
430
|
+
splitLineColor: "#27272a",
|
|
431
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.4)",
|
|
432
|
+
tooltipBackgroundColor: "#27272a"
|
|
433
|
+
},
|
|
434
|
+
chartjs: {
|
|
435
|
+
axisLineColor: "#3f3f46",
|
|
436
|
+
textColor: "#fafafa"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}, X = {
|
|
440
|
+
name: "default",
|
|
441
|
+
displayName: "Default",
|
|
442
|
+
variables: {
|
|
443
|
+
primary: "rgb(250, 30, 22)",
|
|
444
|
+
primaryLight: "rgb(255, 120, 120)",
|
|
445
|
+
primaryFg: "#ffffff",
|
|
446
|
+
success: "rgb(62, 168, 30)",
|
|
447
|
+
successLight: "rgb(220, 255, 210)",
|
|
448
|
+
info: "rgb(255, 160, 150)",
|
|
449
|
+
infoLight: "rgb(255, 200, 180)",
|
|
450
|
+
warning: "rgb(248, 104, 7)",
|
|
451
|
+
warningLight: "rgb(255, 140, 60)",
|
|
452
|
+
danger: "rgb(211, 17, 11)",
|
|
453
|
+
dangerLight: "rgb(243, 70, 64)",
|
|
454
|
+
bg: "rgb(250, 250, 250)",
|
|
455
|
+
bg2: "rgb(245, 245, 245)",
|
|
456
|
+
bg3: "rgb(226, 224, 224)",
|
|
457
|
+
bg4: "rgb(207, 207, 207)",
|
|
458
|
+
border: "rgb(250, 250, 250)",
|
|
459
|
+
border2: "rgb(245, 245, 245)",
|
|
460
|
+
border3: "rgb(226, 224, 224)",
|
|
461
|
+
border4: "rgb(207, 207, 207)",
|
|
462
|
+
border5: "rgb(136, 136, 136)",
|
|
463
|
+
fg: "rgb(136, 136, 136)",
|
|
464
|
+
fgText: "rgb(22, 21, 21)",
|
|
465
|
+
fgHeading: "rgb(0, 0, 0)",
|
|
466
|
+
fgHighlight: "rgb(250, 30, 22)",
|
|
467
|
+
separator: "rgb(226, 224, 224)",
|
|
468
|
+
temperature: {
|
|
469
|
+
arcFill: [
|
|
470
|
+
"rgb(255, 210, 210)",
|
|
471
|
+
"rgb(255, 200, 160)",
|
|
472
|
+
"rgb(255, 160, 150)",
|
|
473
|
+
"rgb(255, 120, 120)",
|
|
474
|
+
"rgb(250, 30, 22)"
|
|
475
|
+
],
|
|
476
|
+
arcEmpty: "rgb(245, 245, 245)",
|
|
477
|
+
thumbBg: "rgb(245, 245, 245)",
|
|
478
|
+
thumbBorder: "rgb(250, 30, 22)"
|
|
479
|
+
},
|
|
480
|
+
solar: {
|
|
481
|
+
gradientLeft: "rgb(250, 30, 22)",
|
|
482
|
+
gradientRight: "rgb(248, 104, 7)",
|
|
483
|
+
shadowColor: "rgba(250, 30, 22, 0.1)",
|
|
484
|
+
secondSeriesFill: "rgb(245, 245, 245)"
|
|
485
|
+
},
|
|
486
|
+
traffic: {
|
|
487
|
+
tooltipBg: "rgb(250, 250, 250)",
|
|
488
|
+
tooltipBorderColor: "rgb(245, 245, 245)",
|
|
489
|
+
tooltipTextColor: "rgb(22, 21, 21)",
|
|
490
|
+
yAxisSplitLine: "rgb(226, 224, 224)",
|
|
491
|
+
lineBg: "rgb(207, 207, 207)",
|
|
492
|
+
itemColor: "rgb(207, 207, 207)",
|
|
493
|
+
itemBorderColor: "rgb(207, 207, 207)",
|
|
494
|
+
itemEmphasisBorderColor: "rgb(250, 30, 22)",
|
|
495
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
496
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
497
|
+
gradFrom: "rgb(245, 245, 245)",
|
|
498
|
+
gradTo: "rgb(245, 245, 245)"
|
|
499
|
+
},
|
|
500
|
+
electricity: {
|
|
501
|
+
tooltipBg: "rgb(250, 250, 250)",
|
|
502
|
+
tooltipLineColor: "rgb(22, 21, 21)",
|
|
503
|
+
tooltipBorderColor: "rgb(245, 245, 245)",
|
|
504
|
+
tooltipTextColor: "rgb(22, 21, 21)",
|
|
505
|
+
axisLineColor: "rgb(226, 224, 224)",
|
|
506
|
+
xAxisTextColor: "rgb(136, 136, 136)",
|
|
507
|
+
yAxisSplitLine: "rgb(226, 224, 224)",
|
|
508
|
+
itemBorderColor: "rgb(250, 30, 22)",
|
|
509
|
+
lineGradFrom: "rgb(250, 30, 22)",
|
|
510
|
+
lineGradTo: "rgb(248, 104, 7)",
|
|
511
|
+
lineShadow: "rgba(250, 30, 22, 0.2)",
|
|
512
|
+
areaGradFrom: "rgba(250, 30, 22, 0.1)",
|
|
513
|
+
areaGradTo: "rgba(250, 30, 22, 0.05)",
|
|
514
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
515
|
+
},
|
|
516
|
+
echarts: {
|
|
517
|
+
bg: "rgb(250, 250, 250)",
|
|
518
|
+
textColor: "rgb(22, 21, 21)",
|
|
519
|
+
axisLineColor: "rgb(136, 136, 136)",
|
|
520
|
+
splitLineColor: "rgb(226, 224, 224)",
|
|
521
|
+
itemHoverShadowColor: "rgba(250, 30, 22, 0.3)",
|
|
522
|
+
tooltipBackgroundColor: "rgb(250, 30, 22)"
|
|
523
|
+
},
|
|
524
|
+
chartjs: {
|
|
525
|
+
axisLineColor: "rgb(226, 224, 224)",
|
|
526
|
+
textColor: "rgb(22, 21, 21)"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}, Y = {
|
|
530
|
+
name: "forest",
|
|
531
|
+
displayName: "Forest",
|
|
532
|
+
variables: {
|
|
533
|
+
primary: "#1F7A5A",
|
|
534
|
+
primaryLight: "#E6F2EE",
|
|
535
|
+
primaryFg: "#FFFFFF",
|
|
536
|
+
success: "#1F7A5A",
|
|
537
|
+
successLight: "#E6F2EE",
|
|
538
|
+
info: "#2563EB",
|
|
539
|
+
infoLight: "#E8F0FF",
|
|
540
|
+
warning: "#B45309",
|
|
541
|
+
warningLight: "#FFF4E5",
|
|
542
|
+
danger: "#B42318",
|
|
543
|
+
dangerLight: "#FDECEC",
|
|
544
|
+
bg: "#FFFFFF",
|
|
545
|
+
bg2: "#F7F9F8",
|
|
546
|
+
bg3: "#EEF3F1",
|
|
547
|
+
bg4: "#E6EFEC",
|
|
548
|
+
border: "#E5E7EB",
|
|
549
|
+
border2: "#D1D5DB",
|
|
550
|
+
border3: "#C7D2CF",
|
|
551
|
+
border4: "#B6C4BF",
|
|
552
|
+
border5: "#1F7A5A",
|
|
553
|
+
fg: "#111827",
|
|
554
|
+
fgText: "#374151",
|
|
555
|
+
fgHeading: "#0F172A",
|
|
556
|
+
fgHighlight: "#1F7A5A",
|
|
557
|
+
separator: "#E5E7EB",
|
|
558
|
+
temperature: {
|
|
559
|
+
arcFill: [
|
|
560
|
+
"#E6F2EE",
|
|
561
|
+
"#A7D8C6",
|
|
562
|
+
"#4AA987",
|
|
563
|
+
"#1F7A5A",
|
|
564
|
+
"#145A43"
|
|
565
|
+
],
|
|
566
|
+
arcEmpty: "#E5E7EB",
|
|
567
|
+
thumbBg: "#1F7A5A",
|
|
568
|
+
thumbBorder: "#145A43"
|
|
569
|
+
},
|
|
570
|
+
solar: {
|
|
571
|
+
gradientLeft: "#E6F2EE",
|
|
572
|
+
gradientRight: "#1F7A5A",
|
|
573
|
+
shadowColor: "rgba(31, 122, 90, 0.25)",
|
|
574
|
+
secondSeriesFill: "#A7D8C6"
|
|
575
|
+
},
|
|
576
|
+
traffic: {
|
|
577
|
+
tooltipBg: "#FFFFFF",
|
|
578
|
+
tooltipBorderColor: "#E5E7EB",
|
|
579
|
+
tooltipTextColor: "#111827",
|
|
580
|
+
yAxisSplitLine: "#E5E7EB",
|
|
581
|
+
lineBg: "rgba(31, 122, 90, 0.08)",
|
|
582
|
+
itemColor: "#1F7A5A",
|
|
583
|
+
itemBorderColor: "#145A43",
|
|
584
|
+
itemEmphasisBorderColor: "#0E5A41",
|
|
585
|
+
shadowLineDarkBg: "rgba(31, 122, 90, 0.15)",
|
|
586
|
+
shadowLineShadow: "rgba(31, 122, 90, 0.20)",
|
|
587
|
+
gradFrom: "#E6F2EE",
|
|
588
|
+
gradTo: "#1F7A5A"
|
|
589
|
+
},
|
|
590
|
+
electricity: {
|
|
591
|
+
tooltipBg: "#FFFFFF",
|
|
592
|
+
tooltipLineColor: "#1F7A5A",
|
|
593
|
+
tooltipBorderColor: "#E5E7EB",
|
|
594
|
+
tooltipTextColor: "#111827",
|
|
595
|
+
axisLineColor: "#D1D5DB",
|
|
596
|
+
xAxisTextColor: "#374151",
|
|
597
|
+
yAxisSplitLine: "#E5E7EB",
|
|
598
|
+
itemBorderColor: "#145A43",
|
|
599
|
+
lineGradFrom: "#E6F2EE",
|
|
600
|
+
lineGradTo: "#1F7A5A",
|
|
601
|
+
lineShadow: "rgba(31, 122, 90, 0.25)",
|
|
602
|
+
areaGradFrom: "rgba(31, 122, 90, 0.25)",
|
|
603
|
+
areaGradTo: "rgba(31, 122, 90, 0.00)",
|
|
604
|
+
shadowLineDarkBg: "rgba(31, 122, 90, 0.10)"
|
|
605
|
+
},
|
|
606
|
+
echarts: {
|
|
607
|
+
bg: "#FFFFFF",
|
|
608
|
+
textColor: "#111827",
|
|
609
|
+
axisLineColor: "#D1D5DB",
|
|
610
|
+
splitLineColor: "#E5E7EB",
|
|
611
|
+
itemHoverShadowColor: "rgba(31, 122, 90, 0.25)",
|
|
612
|
+
tooltipBackgroundColor: "#FFFFFF"
|
|
613
|
+
},
|
|
614
|
+
chartjs: {
|
|
615
|
+
axisLineColor: "#D1D5DB",
|
|
616
|
+
textColor: "#111827"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
}, q = {
|
|
620
|
+
name: "light",
|
|
621
|
+
displayName: "Light",
|
|
622
|
+
variables: {
|
|
623
|
+
primary: "#222b45",
|
|
624
|
+
primaryLight: "#192038",
|
|
625
|
+
primaryFg: "#ffffff",
|
|
626
|
+
success: "#00d68f",
|
|
627
|
+
successLight: "#33dfaa",
|
|
628
|
+
info: "#0095ff",
|
|
629
|
+
infoLight: "#33a7ff",
|
|
630
|
+
warning: "#ffaa00",
|
|
631
|
+
warningLight: "#ffbb33",
|
|
632
|
+
danger: "#ff3d71",
|
|
633
|
+
dangerLight: "#ff6491",
|
|
634
|
+
bg: "#ffffff",
|
|
635
|
+
bg2: "#f7f9fc",
|
|
636
|
+
bg3: "#edf1f7",
|
|
637
|
+
bg4: "#e4e9f2",
|
|
638
|
+
border: "#ffffff",
|
|
639
|
+
border2: "#f7f9fc",
|
|
640
|
+
border3: "#edf1f7",
|
|
641
|
+
border4: "#e4e9f2",
|
|
642
|
+
border5: "#c5cee0",
|
|
643
|
+
fg: "#8f9bb3",
|
|
644
|
+
fgText: "#222b45",
|
|
645
|
+
fgHeading: "#192038",
|
|
646
|
+
fgHighlight: "#003694",
|
|
647
|
+
separator: "#edf1f7",
|
|
648
|
+
temperature: {
|
|
649
|
+
arcFill: [
|
|
650
|
+
"#8f9bb3",
|
|
651
|
+
"#8f9bb3",
|
|
652
|
+
"#8f9bb3",
|
|
653
|
+
"#8f9bb3",
|
|
654
|
+
"#8f9bb3"
|
|
655
|
+
],
|
|
656
|
+
arcEmpty: "#f7f9fc",
|
|
657
|
+
thumbBg: "#f7f9fc",
|
|
658
|
+
thumbBorder: "#8f9bb3"
|
|
659
|
+
},
|
|
660
|
+
solar: {
|
|
661
|
+
gradientLeft: "#8f9bb3",
|
|
662
|
+
gradientRight: "#8f9bb3",
|
|
663
|
+
shadowColor: "rgba(0, 0, 0, 0)",
|
|
664
|
+
secondSeriesFill: "#f7f9fc"
|
|
665
|
+
},
|
|
666
|
+
traffic: {
|
|
667
|
+
tooltipBg: "#ffffff",
|
|
668
|
+
tooltipBorderColor: "#f7f9fc",
|
|
669
|
+
tooltipTextColor: "#222b45",
|
|
670
|
+
yAxisSplitLine: "#edf1f7",
|
|
671
|
+
lineBg: "#e4e9f2",
|
|
672
|
+
itemColor: "#e4e9f2",
|
|
673
|
+
itemBorderColor: "#e4e9f2",
|
|
674
|
+
itemEmphasisBorderColor: "#8f9bb3",
|
|
675
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
676
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
677
|
+
gradFrom: "#f7f9fc",
|
|
678
|
+
gradTo: "#f7f9fc"
|
|
679
|
+
},
|
|
680
|
+
electricity: {
|
|
681
|
+
tooltipBg: "#ffffff",
|
|
682
|
+
tooltipLineColor: "#222b45",
|
|
683
|
+
tooltipBorderColor: "#f7f9fc",
|
|
684
|
+
tooltipTextColor: "#222b45",
|
|
685
|
+
axisLineColor: "#edf1f7",
|
|
686
|
+
xAxisTextColor: "#8f9bb3",
|
|
687
|
+
yAxisSplitLine: "#edf1f7",
|
|
688
|
+
itemBorderColor: "#8f9bb3",
|
|
689
|
+
lineGradFrom: "#8f9bb3",
|
|
690
|
+
lineGradTo: "#8f9bb3",
|
|
691
|
+
lineShadow: "rgba(0, 0, 0, 0)",
|
|
692
|
+
areaGradFrom: "#f7f9fc",
|
|
693
|
+
areaGradTo: "#f7f9fc",
|
|
694
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
695
|
+
},
|
|
696
|
+
echarts: {
|
|
697
|
+
bg: "#ffffff",
|
|
698
|
+
textColor: "#222b45",
|
|
699
|
+
axisLineColor: "#222b45",
|
|
700
|
+
splitLineColor: "#edf1f7",
|
|
701
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.5)",
|
|
702
|
+
tooltipBackgroundColor: "#8f9bb3"
|
|
703
|
+
},
|
|
704
|
+
chartjs: {
|
|
705
|
+
axisLineColor: "#edf1f7",
|
|
706
|
+
textColor: "#222b45"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}, z = {
|
|
710
|
+
name: "wine",
|
|
711
|
+
displayName: "Wine",
|
|
712
|
+
variables: {
|
|
713
|
+
primary: "#800020",
|
|
714
|
+
primaryLight: "#F4E6E9",
|
|
715
|
+
primaryFg: "#F4E6E9",
|
|
716
|
+
success: "#6b8f6b",
|
|
717
|
+
successLight: "#8aaa8e",
|
|
718
|
+
info: "#8a6a6a",
|
|
719
|
+
infoLight: "#a88a8a",
|
|
720
|
+
warning: "#c49050",
|
|
721
|
+
warningLight: "#d4b080",
|
|
722
|
+
danger: "#b85050",
|
|
723
|
+
dangerLight: "#d07070",
|
|
724
|
+
bg: "#2A0B12",
|
|
725
|
+
bg2: "#3A0F1A",
|
|
726
|
+
bg3: "#4A1322",
|
|
727
|
+
bg4: "#4A1322",
|
|
728
|
+
border: "#2A0B12",
|
|
729
|
+
border2: "#3A0F1A",
|
|
730
|
+
border3: "#4A1322",
|
|
731
|
+
border4: "#800020",
|
|
732
|
+
border5: "#B23A5C",
|
|
733
|
+
fg: "#C97A8A",
|
|
734
|
+
fgText: "#F4E6E9",
|
|
735
|
+
fgHeading: "#F4E6E9",
|
|
736
|
+
fgHighlight: "#F4E6E9",
|
|
737
|
+
separator: "#3A0F1A",
|
|
738
|
+
temperature: {
|
|
739
|
+
arcFill: [
|
|
740
|
+
"#800020",
|
|
741
|
+
"#9A1F3D",
|
|
742
|
+
"#B23A5C",
|
|
743
|
+
"#C97A8A",
|
|
744
|
+
"#F4E6E9"
|
|
745
|
+
],
|
|
746
|
+
arcEmpty: "#2A0B12",
|
|
747
|
+
thumbBg: "#3A0F1A",
|
|
748
|
+
thumbBorder: "#800020"
|
|
749
|
+
},
|
|
750
|
+
solar: {
|
|
751
|
+
gradientLeft: "#800020",
|
|
752
|
+
gradientRight: "#F4E6E9",
|
|
753
|
+
shadowColor: "rgba(0, 0, 0, 0.4)",
|
|
754
|
+
secondSeriesFill: "#3A0F1A"
|
|
755
|
+
},
|
|
756
|
+
traffic: {
|
|
757
|
+
tooltipBg: "#4A1322",
|
|
758
|
+
tooltipBorderColor: "#B23A5C",
|
|
759
|
+
tooltipTextColor: "#F4E6E9",
|
|
760
|
+
yAxisSplitLine: "#3A0F1A",
|
|
761
|
+
lineBg: "#3A0F1A",
|
|
762
|
+
itemColor: "#2A0B12",
|
|
763
|
+
itemBorderColor: "#800020",
|
|
764
|
+
itemEmphasisBorderColor: "#F4E6E9",
|
|
765
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)",
|
|
766
|
+
shadowLineShadow: "rgba(0, 0, 0, 0)",
|
|
767
|
+
gradFrom: "#3A0F1A",
|
|
768
|
+
gradTo: "#2A0B12"
|
|
769
|
+
},
|
|
770
|
+
electricity: {
|
|
771
|
+
tooltipBg: "#3A0F1A",
|
|
772
|
+
tooltipLineColor: "#F4E6E9",
|
|
773
|
+
tooltipBorderColor: "#800020",
|
|
774
|
+
tooltipTextColor: "#F4E6E9",
|
|
775
|
+
axisLineColor: "#B23A5C",
|
|
776
|
+
xAxisTextColor: "#C97A8A",
|
|
777
|
+
yAxisSplitLine: "#3A0F1A",
|
|
778
|
+
itemBorderColor: "#800020",
|
|
779
|
+
lineGradFrom: "#800020",
|
|
780
|
+
lineGradTo: "#F4E6E9",
|
|
781
|
+
lineShadow: "rgba(128, 0, 32, 0.35)",
|
|
782
|
+
areaGradFrom: "#3A0F1A",
|
|
783
|
+
areaGradTo: "#2A0B12",
|
|
784
|
+
shadowLineDarkBg: "rgba(0, 0, 0, 0)"
|
|
785
|
+
},
|
|
786
|
+
echarts: {
|
|
787
|
+
bg: "#2A0B12",
|
|
788
|
+
textColor: "#F4E6E9",
|
|
789
|
+
axisLineColor: "#B23A5C",
|
|
790
|
+
splitLineColor: "#3A0F1A",
|
|
791
|
+
itemHoverShadowColor: "rgba(0, 0, 0, 0.4)",
|
|
792
|
+
tooltipBackgroundColor: "#3A0F1A"
|
|
793
|
+
},
|
|
794
|
+
chartjs: {
|
|
795
|
+
axisLineColor: "#B23A5C",
|
|
796
|
+
textColor: "#F4E6E9"
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
};
|
|
800
|
+
var J = {
|
|
801
|
+
colors: X,
|
|
802
|
+
base: l
|
|
803
|
+
}, Q = {
|
|
804
|
+
colors: q,
|
|
805
|
+
base: l
|
|
806
|
+
}, Z = {
|
|
807
|
+
colors: K,
|
|
808
|
+
base: l
|
|
809
|
+
}, rr = {
|
|
810
|
+
colors: $,
|
|
811
|
+
base: l
|
|
812
|
+
}, er = {
|
|
813
|
+
colors: M,
|
|
814
|
+
base: l
|
|
815
|
+
}, or = {
|
|
816
|
+
colors: Y,
|
|
817
|
+
base: l
|
|
818
|
+
}, tr = {
|
|
819
|
+
colors: W,
|
|
820
|
+
base: l
|
|
821
|
+
}, ar = {
|
|
822
|
+
colors: z,
|
|
823
|
+
base: l
|
|
824
|
+
};
|
|
825
|
+
const h = {
|
|
826
|
+
[i.DEFAULT]: J,
|
|
827
|
+
[i.LIGHT]: Q,
|
|
828
|
+
[i.DARK]: Z,
|
|
829
|
+
[i.COSMIC]: rr,
|
|
830
|
+
[i.CORPORATE]: er,
|
|
831
|
+
[i.FOREST]: or,
|
|
832
|
+
[i.COFFEE]: tr,
|
|
833
|
+
[i.WINE]: ar
|
|
834
|
+
};
|
|
835
|
+
var ir = x(({ children: o, defaultTheme: g = i.DEFAULT, defaultBase: r = a.DEFAULT }) => {
|
|
836
|
+
const [e, f] = m(() => {
|
|
837
|
+
const t = P();
|
|
838
|
+
return t != null && t in h ? t : g;
|
|
839
|
+
}), [s, d] = m(() => {
|
|
840
|
+
const t = D();
|
|
841
|
+
return t ?? r;
|
|
842
|
+
}), c = T(() => ({
|
|
843
|
+
colors: h[e].colors,
|
|
844
|
+
base: _[s]
|
|
845
|
+
}), [e, s]);
|
|
846
|
+
G(c, e);
|
|
847
|
+
const L = (t) => {
|
|
848
|
+
f(t);
|
|
849
|
+
}, E = (t) => {
|
|
850
|
+
d(t), v(t);
|
|
851
|
+
};
|
|
852
|
+
return w(A.Provider, {
|
|
853
|
+
value: {
|
|
854
|
+
currentTheme: c,
|
|
855
|
+
themeName: e,
|
|
856
|
+
baseName: s,
|
|
857
|
+
setTheme: L,
|
|
858
|
+
setBase: E,
|
|
859
|
+
availableThemes: F,
|
|
860
|
+
availableBases: y
|
|
861
|
+
},
|
|
862
|
+
children: o
|
|
863
|
+
});
|
|
864
|
+
});
|
|
865
|
+
ir.displayName = "ThemeProvider";
|
|
866
|
+
export {
|
|
867
|
+
n as BASE_STORAGE_KEY,
|
|
868
|
+
y as BASE_VALUES,
|
|
869
|
+
a as BaseEnum,
|
|
870
|
+
b as COLOR_STORAGE_KEY,
|
|
871
|
+
fr as DEFAULT_BASE,
|
|
872
|
+
sr as DEFAULT_THEME,
|
|
873
|
+
F as THEME_VALUES,
|
|
874
|
+
A as ThemeContext,
|
|
875
|
+
i as ThemeEnum,
|
|
876
|
+
ir as ThemeProvider,
|
|
877
|
+
_ as bases,
|
|
878
|
+
tr as coffeeTheme,
|
|
879
|
+
er as corporateTheme,
|
|
880
|
+
rr as cosmicTheme,
|
|
881
|
+
Z as darkTheme,
|
|
882
|
+
J as defaultTheme,
|
|
883
|
+
or as forestTheme,
|
|
884
|
+
D as getThemeBaseStorage,
|
|
885
|
+
P as getThemeColorStorage,
|
|
886
|
+
pr as removeThemeStorage,
|
|
887
|
+
v as setThemeBaseStorage,
|
|
888
|
+
S as setThemeColorStorage,
|
|
889
|
+
h as themes,
|
|
890
|
+
br as useTheme,
|
|
891
|
+
ar as wineTheme
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
//# sourceMappingURL=themes.mjs.map
|