@uxland/primary-shell 6.0.3 → 6.0.4
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/dist/index.js
CHANGED
|
@@ -16571,7 +16571,7 @@ const useGetUserInfo = (te) => {
|
|
|
16571
16571
|
disposeGetUserInfo(), request$2 = registerRequest(te, container$1)(GetUserInfo, GetUserInfoHandler), registerDep(GetUserInfoBackendAdapter);
|
|
16572
16572
|
}, disposeGetUserInfo = () => {
|
|
16573
16573
|
request$2 == null || request$2.dispose(), unregisterDep(GetUserInfoBackendAdapter);
|
|
16574
|
-
}, clinicalMonitoringId = "clinical-monitoring", styles$8 = ":host{min-height:1px;height:100%;width:100%}.wrapper{position:relative;min-height:1px;height:100%;display:flex;flex-direction:row}.wrapper #widgets-sidebar-region{width:25%;border-left:1px solid rgb(189,189,189)}.wrapper .content{flex:1;display:flex;flex-direction:column}.wrapper .content #header-widgets-region{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px
|
|
16574
|
+
}, clinicalMonitoringId = "clinical-monitoring", styles$8 = ":host{min-height:1px;height:100%;width:100%}.wrapper{position:relative;min-height:1px;height:100%;display:flex;flex-direction:row}.wrapper #widgets-sidebar-region{width:25%;border-left:1px solid rgb(189,189,189);overflow:auto}.wrapper .content{flex:1;display:flex;flex-direction:column}.wrapper .content #header-widgets-region{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px 24px 0}.wrapper .content #content-widgets-region{flex:1;min-height:1px;height:100%;padding:24px}@media (max-width: 1024px){:host{min-height:100vh}.wrapper{flex-direction:column}.wrapper #widgets-sidebar-region{max-width:100%;width:auto;border-left:none;padding-inline:40px;padding-bottom:24px;overflow:auto}.wrapper .content #header-widgets-region{grid-template-columns:1fr;gap:16px}.wrapper .content #content-widgets-region{height:70vh;flex:none}}", template$a = (te) => ke$1`
|
|
16575
16575
|
<div class="wrapper">
|
|
16576
16576
|
<div class="content">
|
|
16577
16577
|
<div id="header-widgets-region"></div>
|