@paperless/core 3.10.0 → 3.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hydrate/index.js CHANGED
@@ -96811,7 +96811,7 @@ class Label {
96811
96811
  }; }
96812
96812
  }
96813
96813
 
96814
- const layoutComponentCss = () => `.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{box-sizing:border-box}:host{display:grid;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr;height:100dvh;width:100dvw}@media (min-width:80rem){:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;position:sticky;width:100%;z-index:11}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;width:100%}@media (min-width:80rem){:host .sidebar{width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content{padding:2rem}}@media (min-width:80rem){:host .content{padding:2rem 1.5rem 1.5rem}}@media (min-width:90rem){:host .content{padding:2rem}}@media (min-width:120rem){:host .content{padding-bottom:5rem;padding-left:5rem;padding-right:2rem}}@media (min-width:160rem){:host .content{padding-bottom:7.5rem;padding-left:7.5rem;padding-top:4rem}}:host .content .inner-content{flex:1 1 0%;position:relative}@media (min-width:80rem){:host .content .inner-content{width:62rem}}@media (min-width:90rem){:host .content .inner-content{width:71rem}}@media (min-width:96rem){:host .content .inner-content{width:77rem}}@media (min-width:105rem){:host .content .inner-content{width:83rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@media (min-width:80rem){:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;overflow:hidden;padding:.5rem;width:unset}@media (min-width:80rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{align-items:center;padding:calc(env(safe-area-inset-top) + 3.5rem) 1rem 1.5rem}@media (min-width:80rem){:host(.variant-login) .content{justify-content:center;padding:1.5rem 4.5rem 0}}:host(.variant-login) .content .inner-content{box-sizing:border-box;flex:unset;width:100%}@media (min-width:40rem){:host(.variant-login) .content .inner-content{width:21rem}}@media (min-width:80rem){:host(.variant-office) .content .inner-content{width:58rem}}@media (min-width:90rem){:host(.variant-office) .content .inner-content{width:67rem}}@media (min-width:96rem){:host(.variant-office) .content .inner-content{width:73rem}}@media (min-width:105rem){:host(.variant-office) .content .inner-content{width:79rem}}@media (min-width:120rem){:host(.variant-office) .content .inner-content{width:82rem}}@media (min-width:160rem){:host(.variant-office) .content .inner-content{width:84.5rem}}@media (min-width:80rem){:host(.variant-office) .sidebar{width:19rem}}@media (min-width:105rem){:host(.variant-office) .sidebar{width:22rem}}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}`;
96814
+ const layoutComponentCss = () => `.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{@apply box-border;box-sizing:border-box}:host{@apply grid h-dvh w-dvw;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr}@screen layout-1280{:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{@apply self-start}:host .topbar{grid-area:topbar;@apply sticky z-[11] w-full}:host .sidebar{grid-area:sidebar;@apply box-border flex h-full;@apply w-full;@apply layout-1280:w-60}:host .content{grid-area:content;@apply relative flex h-full flex-col overflow-y-auto overflow-x-hidden;@apply pb-24;@apply px-content-mobile-x py-content-mobile-y;@apply tablet:p-8;@apply layout-1280:p-6 layout-1280:pt-8;@apply layout-1440:p-8;@apply layout-1920:pr-8 layout-1920:pl-20 layout-1920:pb-20;@apply layout-2560:pt-16 layout-2560:pl-[7.5rem] layout-2560:pb-[7.5rem]}:host .content .inner-content{@apply relative flex-1;@apply layout-1280:w-content-1280;@apply layout-1440:w-content-1440;@apply layout-1536:w-content-1536;@apply layout-1680:w-content-1680}:host(.variant-default) .content{@apply flex-1}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@screen layout-1280{:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{@apply hidden w-unset layout-1280:flex;@apply p-2;@apply flex-1 overflow-hidden}:host(.variant-login) .sidebar .inner-content{@apply p-2}:host(.variant-login) .content{@apply items-center layout-1280:justify-center;@apply layout-1280:px-18 layout-1280:py-0;@apply px-content-mobile-x py-content-mobile-y;@apply h-dvh layout:1280:h-auto;padding-top:calc(env(safe-area-inset-top) + 3.5rem)}@screen layout-1280{:host(.variant-login) .content{@apply pt-content-mobile-y}}:host(.variant-login) .content .inner-content{@apply box-border;@apply w-full tablet:w-content-desktop-login;flex:unset}:host(.variant-office) .content .inner-content{@apply layout-1280:w-[58rem];@apply layout-1440:w-[67rem];@apply layout-1536:w-[73rem];@apply layout-1680:w-[79rem];@apply layout-1920:w-[82rem];@apply layout-2560:w-[84.5rem]}:host(.variant-office) .sidebar{@apply layout-1280:w-[19rem] layout-1680:w-[22rem]}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}`;
96815
96815
 
96816
96816
  class Layout {
96817
96817
  constructor(hostRef) {
package/hydrate/index.mjs CHANGED
@@ -96809,7 +96809,7 @@ class Label {
96809
96809
  }; }
96810
96810
  }
96811
96811
 
96812
- const layoutComponentCss = () => `.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{box-sizing:border-box}:host{display:grid;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr;height:100dvh;width:100dvw}@media (min-width:80rem){:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;position:sticky;width:100%;z-index:11}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;width:100%}@media (min-width:80rem){:host .sidebar{width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content{padding:2rem}}@media (min-width:80rem){:host .content{padding:2rem 1.5rem 1.5rem}}@media (min-width:90rem){:host .content{padding:2rem}}@media (min-width:120rem){:host .content{padding-bottom:5rem;padding-left:5rem;padding-right:2rem}}@media (min-width:160rem){:host .content{padding-bottom:7.5rem;padding-left:7.5rem;padding-top:4rem}}:host .content .inner-content{flex:1 1 0%;position:relative}@media (min-width:80rem){:host .content .inner-content{width:62rem}}@media (min-width:90rem){:host .content .inner-content{width:71rem}}@media (min-width:96rem){:host .content .inner-content{width:77rem}}@media (min-width:105rem){:host .content .inner-content{width:83rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@media (min-width:80rem){:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;overflow:hidden;padding:.5rem;width:unset}@media (min-width:80rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{align-items:center;padding:calc(env(safe-area-inset-top) + 3.5rem) 1rem 1.5rem}@media (min-width:80rem){:host(.variant-login) .content{justify-content:center;padding:1.5rem 4.5rem 0}}:host(.variant-login) .content .inner-content{box-sizing:border-box;flex:unset;width:100%}@media (min-width:40rem){:host(.variant-login) .content .inner-content{width:21rem}}@media (min-width:80rem){:host(.variant-office) .content .inner-content{width:58rem}}@media (min-width:90rem){:host(.variant-office) .content .inner-content{width:67rem}}@media (min-width:96rem){:host(.variant-office) .content .inner-content{width:73rem}}@media (min-width:105rem){:host(.variant-office) .content .inner-content{width:79rem}}@media (min-width:120rem){:host(.variant-office) .content .inner-content{width:82rem}}@media (min-width:160rem){:host(.variant-office) .content .inner-content{width:84.5rem}}@media (min-width:80rem){:host(.variant-office) .sidebar{width:19rem}}@media (min-width:105rem){:host(.variant-office) .sidebar{width:22rem}}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}`;
96812
+ const layoutComponentCss = () => `.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{@apply box-border;box-sizing:border-box}:host{@apply grid h-dvh w-dvw;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr}@screen layout-1280{:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{@apply self-start}:host .topbar{grid-area:topbar;@apply sticky z-[11] w-full}:host .sidebar{grid-area:sidebar;@apply box-border flex h-full;@apply w-full;@apply layout-1280:w-60}:host .content{grid-area:content;@apply relative flex h-full flex-col overflow-y-auto overflow-x-hidden;@apply pb-24;@apply px-content-mobile-x py-content-mobile-y;@apply tablet:p-8;@apply layout-1280:p-6 layout-1280:pt-8;@apply layout-1440:p-8;@apply layout-1920:pr-8 layout-1920:pl-20 layout-1920:pb-20;@apply layout-2560:pt-16 layout-2560:pl-[7.5rem] layout-2560:pb-[7.5rem]}:host .content .inner-content{@apply relative flex-1;@apply layout-1280:w-content-1280;@apply layout-1440:w-content-1440;@apply layout-1536:w-content-1536;@apply layout-1680:w-content-1680}:host(.variant-default) .content{@apply flex-1}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@screen layout-1280{:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{@apply hidden w-unset layout-1280:flex;@apply p-2;@apply flex-1 overflow-hidden}:host(.variant-login) .sidebar .inner-content{@apply p-2}:host(.variant-login) .content{@apply items-center layout-1280:justify-center;@apply layout-1280:px-18 layout-1280:py-0;@apply px-content-mobile-x py-content-mobile-y;@apply h-dvh layout:1280:h-auto;padding-top:calc(env(safe-area-inset-top) + 3.5rem)}@screen layout-1280{:host(.variant-login) .content{@apply pt-content-mobile-y}}:host(.variant-login) .content .inner-content{@apply box-border;@apply w-full tablet:w-content-desktop-login;flex:unset}:host(.variant-office) .content .inner-content{@apply layout-1280:w-[58rem];@apply layout-1440:w-[67rem];@apply layout-1536:w-[73rem];@apply layout-1680:w-[79rem];@apply layout-1920:w-[82rem];@apply layout-2560:w-[84.5rem]}:host(.variant-office) .sidebar{@apply layout-1280:w-[19rem] layout-1680:w-[22rem]}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}`;
96813
96813
 
96814
96814
  class Layout {
96815
96815
  constructor(hostRef) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "Stencil Component Starter",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -1 +0,0 @@
1
- import{r as e,a as t,h as i,e as n}from"./p-yFtRjnrU.js";const d=class{constructor(i){e(this,i),this.scroll=t(this,"scroll",7)}variant="default";scroll;render(){return i(n,{key:"68c0d8d671ff7758d15b9e5fc3900e83a37b2eaa",class:"variant-"+this.variant},i("div",{key:"eb69411e0da0701d56d75b9806ea30803c3d2ab5",class:"content",onScroll:e=>this.scroll.emit(e)},i("div",{key:"afa8292a2724d7324241bf1f1e1169dd8a8bb268",class:"inner-content"},i("slot",{key:"13c05d1069df30d05e90e67870c0f14226f76496",name:"content"})),i("slot",{key:"3e9aa54d08187ef8b10fe039d5d9dc671416815e",name:"outer-content"})),i("div",{key:"0a9d15f56b5657848300a4f508f00bd97f4d830b",class:"sidebar"},i("slot",{key:"511235651ac7b904b6d5235d08d7fcf1c7ad4bbd",name:"sidebar"})),i("div",{key:"ae22647a35c67825bfdc607387baaf0ec6cdbb2c",class:"topbar"},i("slot",{key:"04692b01dc2912d2cc7f3d390dc1908d235fe014",name:"topbar"})))}};d.style='.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{box-sizing:border-box}:host{display:grid;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr;height:100dvh;width:100dvw}@media (min-width:80rem){:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;position:sticky;width:100%;z-index:11}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;width:100%}@media (min-width:80rem){:host .sidebar{width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content{padding:2rem}}@media (min-width:80rem){:host .content{padding:2rem 1.5rem 1.5rem}}@media (min-width:90rem){:host .content{padding:2rem}}@media (min-width:120rem){:host .content{padding-bottom:5rem;padding-left:5rem;padding-right:2rem}}@media (min-width:160rem){:host .content{padding-bottom:7.5rem;padding-left:7.5rem;padding-top:4rem}}:host .content .inner-content{flex:1 1 0%;position:relative}@media (min-width:80rem){:host .content .inner-content{width:62rem}}@media (min-width:90rem){:host .content .inner-content{width:71rem}}@media (min-width:96rem){:host .content .inner-content{width:77rem}}@media (min-width:105rem){:host .content .inner-content{width:83rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@media (min-width:80rem){:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;overflow:hidden;padding:.5rem;width:unset}@media (min-width:80rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{align-items:center;padding:calc(env(safe-area-inset-top) + 3.5rem) 1rem 1.5rem}@media (min-width:80rem){:host(.variant-login) .content{justify-content:center;padding:1.5rem 4.5rem 0}}:host(.variant-login) .content .inner-content{box-sizing:border-box;flex:unset;width:100%}@media (min-width:40rem){:host(.variant-login) .content .inner-content{width:21rem}}@media (min-width:80rem){:host(.variant-office) .content .inner-content{width:58rem}}@media (min-width:90rem){:host(.variant-office) .content .inner-content{width:67rem}}@media (min-width:96rem){:host(.variant-office) .content .inner-content{width:73rem}}@media (min-width:105rem){:host(.variant-office) .content .inner-content{width:79rem}}@media (min-width:120rem){:host(.variant-office) .content .inner-content{width:82rem}}@media (min-width:160rem){:host(.variant-office) .content .inner-content{width:84.5rem}}@media (min-width:80rem){:host(.variant-office) .sidebar{width:19rem}}@media (min-width:105rem){:host(.variant-office) .sidebar{width:22rem}}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}';export{d as p_layout}
@@ -1 +0,0 @@
1
- import{r as e,a as t,h as i,e as n}from"./p-yFtRjnrU.js";const d=class{constructor(i){e(this,i),this.scroll=t(this,"scroll",7)}variant="default";scroll;render(){return i(n,{key:"68c0d8d671ff7758d15b9e5fc3900e83a37b2eaa",class:"variant-"+this.variant},i("div",{key:"eb69411e0da0701d56d75b9806ea30803c3d2ab5",class:"content",onScroll:e=>this.scroll.emit(e)},i("div",{key:"afa8292a2724d7324241bf1f1e1169dd8a8bb268",class:"inner-content"},i("slot",{key:"13c05d1069df30d05e90e67870c0f14226f76496",name:"content"})),i("slot",{key:"3e9aa54d08187ef8b10fe039d5d9dc671416815e",name:"outer-content"})),i("div",{key:"0a9d15f56b5657848300a4f508f00bd97f4d830b",class:"sidebar"},i("slot",{key:"511235651ac7b904b6d5235d08d7fcf1c7ad4bbd",name:"sidebar"})),i("div",{key:"ae22647a35c67825bfdc607387baaf0ec6cdbb2c",class:"topbar"},i("slot",{key:"04692b01dc2912d2cc7f3d390dc1908d235fe014",name:"topbar"})))}};d.style='.relative{position:relative}.sticky{position:sticky}.z-\\[11\\]{z-index:11}.box-border{box-sizing:border-box}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-dvh{height:100dvh}.h-full{height:100%}.w-full{width:100%}.w-unset{width:unset}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-y-auto{overflow-y:auto}.px-content-mobile-x{padding-left:1rem;padding-right:1rem}*{box-sizing:border-box}:host{display:grid;gap:0;grid-template-areas:"sidebar" "topbar" "content";grid-template-columns:1fr;grid-template-rows:repeat(2,min-content) 1fr;height:100dvh;width:100dvw}@media (min-width:80rem){:host{grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:min-content 1fr}}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;position:sticky;width:100%;z-index:11}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;width:100%}@media (min-width:80rem){:host .sidebar{width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content{padding:2rem}}@media (min-width:80rem){:host .content{padding:2rem 1.5rem 1.5rem}}@media (min-width:90rem){:host .content{padding:2rem}}@media (min-width:120rem){:host .content{padding-bottom:5rem;padding-left:5rem;padding-right:2rem}}@media (min-width:160rem){:host .content{padding-bottom:7.5rem;padding-left:7.5rem;padding-top:4rem}}:host .content .inner-content{flex:1 1 0%;position:relative}@media (min-width:80rem){:host .content .inner-content{width:62rem}}@media (min-width:90rem){:host .content .inner-content{width:71rem}}@media (min-width:96rem){:host .content .inner-content{width:77rem}}@media (min-width:105rem){:host .content .inner-content{width:83rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@media (min-width:80rem){:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;overflow:hidden;padding:.5rem;width:unset}@media (min-width:80rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{align-items:center;padding:calc(env(safe-area-inset-top) + 3.5rem) 1rem 1.5rem}@media (min-width:80rem){:host(.variant-login) .content{justify-content:center;padding:1.5rem 4.5rem 0}}:host(.variant-login) .content .inner-content{box-sizing:border-box;flex:unset;width:100%}@media (min-width:40rem){:host(.variant-login) .content .inner-content{width:21rem}}@media (min-width:80rem){:host(.variant-office) .content .inner-content{width:58rem}}@media (min-width:90rem){:host(.variant-office) .content .inner-content{width:67rem}}@media (min-width:96rem){:host(.variant-office) .content .inner-content{width:73rem}}@media (min-width:105rem){:host(.variant-office) .content .inner-content{width:79rem}}@media (min-width:120rem){:host(.variant-office) .content .inner-content{width:82rem}}@media (min-width:160rem){:host(.variant-office) .content .inner-content{width:84.5rem}}@media (min-width:80rem){:host(.variant-office) .sidebar{width:19rem}}@media (min-width:105rem){:host(.variant-office) .sidebar{width:22rem}}@media (min-width:80rem){.layout-1280\\:flex{display:flex}.layout-1280\\:w-\\[19rem\\]{width:19rem}.layout-1280\\:w-\\[58rem\\]{width:58rem}.layout-1280\\:p-6{padding:1.5rem}.layout-1280\\:px-18{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:90rem){.layout-1440\\:w-\\[67rem\\]{width:67rem}}@media (min-width:96rem){.layout-1536\\:w-\\[73rem\\]{width:73rem}}@media (min-width:105rem){.layout-1680\\:w-\\[22rem\\]{width:22rem}.layout-1680\\:w-\\[79rem\\]{width:79rem}}@media (min-width:120rem){.layout-1920\\:w-\\[82rem\\]{width:82rem}.layout-1920\\:pl-20{padding-left:5rem}.layout-1920\\:pr-8{padding-right:2rem}}@media (min-width:160rem){.layout-2560\\:w-\\[84\\.5rem\\]{width:84.5rem}.layout-2560\\:pb-\\[7\\.5rem\\]{padding-bottom:7.5rem}.layout-2560\\:pl-\\[7\\.5rem\\]{padding-left:7.5rem}.layout-2560\\:pt-16{padding-top:4rem}}.static{position:static}';export{d as p_layout}