xmlui 0.9.17 → 0.9.19
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/{apiInterceptorWorker-D94b73xQ.mjs → apiInterceptorWorker-BH8WAcl0.mjs} +1 -1
- package/dist/{index-B6kr6jsm.mjs → index-KE5HIbCX.mjs} +63 -45
- package/dist/index.css +85 -78
- package/dist/scripts/src/components/App/AppNative.js +1 -1
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +1 -1
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +26 -19
- package/dist/scripts/src/components/NavGroup/NavGroupNative.js +2 -1
- package/dist/scripts/src/components-core/InspectorContext.js +4 -2
- package/dist/style.css +84 -77
- package/dist/xmlui-metadata.mjs +3 -3
- package/dist/xmlui-metadata.umd.js +3 -3
- package/dist/xmlui-standalone.umd.js +150 -125
- package/dist/xmlui.d.ts +1 -0
- package/dist/xmlui.mjs +1 -1
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
12
12
|
var _executor, _DeferredPromise_instances, decorate_fn, _a2;
|
|
13
13
|
import { delay as delay$1, HttpResponse, http } from "msw";
|
|
14
14
|
import { isArray, isObject as isObject$1, mapValues } from "lodash-es";
|
|
15
|
-
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-
|
|
15
|
+
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-KE5HIbCX.mjs";
|
|
16
16
|
import Dexie from "dexie";
|
|
17
17
|
var POSITIONALS_EXP = /(%?)(%([sdijo]))/g;
|
|
18
18
|
function serializePositional(positional, flag) {
|
|
@@ -3394,23 +3394,23 @@ function createUrlWithQueryParams(to2) {
|
|
|
3394
3394
|
}
|
|
3395
3395
|
return to2;
|
|
3396
3396
|
}
|
|
3397
|
-
const themeVars$J = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "
|
|
3398
|
-
const wrapper$g = "
|
|
3399
|
-
const vertical$4 = "
|
|
3400
|
-
const contentWrapper$1 = "
|
|
3401
|
-
const navPanelWrapper = "
|
|
3402
|
-
const PagesWrapper = "
|
|
3403
|
-
const footerWrapper = "
|
|
3404
|
-
const sticky = "
|
|
3405
|
-
const horizontal$5 = "
|
|
3406
|
-
const verticalFullHeader = "
|
|
3407
|
-
const PagesWrapperInner = "
|
|
3408
|
-
const verticalConstrained = "
|
|
3409
|
-
const header$2 = "
|
|
3410
|
-
const scrollWholePage = "
|
|
3411
|
-
const headerWrapper$1 = "
|
|
3412
|
-
const content$2 = "
|
|
3413
|
-
const noScrollbarGutters = "
|
|
3397
|
+
const themeVars$J = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader)", "scroll-padding-block-Pages": "var(--xmlui-scroll-padding-block-Pages)"}'`;
|
|
3398
|
+
const wrapper$g = "_wrapper_rebcu_13";
|
|
3399
|
+
const vertical$4 = "_vertical_rebcu_23";
|
|
3400
|
+
const contentWrapper$1 = "_contentWrapper_rebcu_27";
|
|
3401
|
+
const navPanelWrapper = "_navPanelWrapper_rebcu_33";
|
|
3402
|
+
const PagesWrapper = "_PagesWrapper_rebcu_37";
|
|
3403
|
+
const footerWrapper = "_footerWrapper_rebcu_41";
|
|
3404
|
+
const sticky = "_sticky_rebcu_44";
|
|
3405
|
+
const horizontal$5 = "_horizontal_rebcu_51";
|
|
3406
|
+
const verticalFullHeader = "_verticalFullHeader_rebcu_73";
|
|
3407
|
+
const PagesWrapperInner = "_PagesWrapperInner_rebcu_90";
|
|
3408
|
+
const verticalConstrained = "_verticalConstrained_rebcu_102";
|
|
3409
|
+
const header$2 = "_header_rebcu_108";
|
|
3410
|
+
const scrollWholePage = "_scrollWholePage_rebcu_135";
|
|
3411
|
+
const headerWrapper$1 = "_headerWrapper_rebcu_138";
|
|
3412
|
+
const content$2 = "_content_rebcu_27";
|
|
3413
|
+
const noScrollbarGutters = "_noScrollbarGutters_rebcu_204";
|
|
3414
3414
|
const styles$_ = {
|
|
3415
3415
|
themeVars: themeVars$J,
|
|
3416
3416
|
wrapper: wrapper$g,
|
|
@@ -4159,7 +4159,7 @@ function App({
|
|
|
4159
4159
|
children: /* @__PURE__ */ jsx("div", { className: styles$_.header, style: { paddingInline: 0 }, children: header2 })
|
|
4160
4160
|
}
|
|
4161
4161
|
),
|
|
4162
|
-
/* @__PURE__ */ jsxs("div", { className: styles$_.content, children: [
|
|
4162
|
+
/* @__PURE__ */ jsxs("div", { className: classnames(styles$_.content, styles$_.verticalConstrained), children: [
|
|
4163
4163
|
navPanelVisible && /* @__PURE__ */ jsx("aside", { className: styles$_.navPanelWrapper, children: navPanel }),
|
|
4164
4164
|
/* @__PURE__ */ jsx("main", { className: styles$_.contentWrapper, children: /* @__PURE__ */ jsx("div", { className: styles$_.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx(ScrollContext.Provider, { value: scrollContainerRef, children: /* @__PURE__ */ jsx("div", { className: styles$_.PagesWrapperInner, style: pagesWrapperInnerStyle, children }) }) }) })
|
|
4165
4165
|
] }),
|
|
@@ -20651,7 +20651,7 @@ const NavGroup = forwardRef(function NavGroup2({
|
|
|
20651
20651
|
const { level } = useContext(NavGroupContext);
|
|
20652
20652
|
const appLayoutContext = useAppLayoutContext();
|
|
20653
20653
|
const navPanelContext = useContext(NavPanelContext);
|
|
20654
|
-
let inline = (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-sticky" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-full-header";
|
|
20654
|
+
let inline = (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-sticky" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-full-header" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-constrained-width";
|
|
20655
20655
|
if (navPanelContext !== null) {
|
|
20656
20656
|
inline = navPanelContext.inDrawer;
|
|
20657
20657
|
}
|
|
@@ -21102,14 +21102,14 @@ const spinnerComponentRenderer = createComponentRenderer(
|
|
|
21102
21102
|
);
|
|
21103
21103
|
}
|
|
21104
21104
|
);
|
|
21105
|
-
const themeVars$a = `'{"accentColor-Blockquote": "var(--xmlui-accentColor-Blockquote)", "accentWidth-Blockquote": "var(--xmlui-accentWidth-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "iconSize-Admonition": "var(--xmlui-iconSize-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)"}'`;
|
|
21106
|
-
const markdownContent = "
|
|
21107
|
-
const blockquote = "
|
|
21108
|
-
const blockquoteContainer = "
|
|
21109
|
-
const admonitionBlockquote = "
|
|
21110
|
-
const admonitionContainer = "
|
|
21111
|
-
const admonitionContent = "
|
|
21112
|
-
const admonitionIcon = "
|
|
21105
|
+
const themeVars$a = `'{"maxWidth-Markdown": "var(--xmlui-maxWidth-Markdown)", "accentColor-Blockquote": "var(--xmlui-accentColor-Blockquote)", "accentWidth-Blockquote": "var(--xmlui-accentWidth-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "iconSize-Admonition": "var(--xmlui-iconSize-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)"}'`;
|
|
21106
|
+
const markdownContent = "_markdownContent_17igw_13";
|
|
21107
|
+
const blockquote = "_blockquote_17igw_16";
|
|
21108
|
+
const blockquoteContainer = "_blockquoteContainer_17igw_34";
|
|
21109
|
+
const admonitionBlockquote = "_admonitionBlockquote_17igw_37";
|
|
21110
|
+
const admonitionContainer = "_admonitionContainer_17igw_43";
|
|
21111
|
+
const admonitionContent = "_admonitionContent_17igw_48";
|
|
21112
|
+
const admonitionIcon = "_admonitionIcon_17igw_51";
|
|
21113
21113
|
const styles$l = {
|
|
21114
21114
|
themeVars: themeVars$a,
|
|
21115
21115
|
markdownContent,
|
|
@@ -21191,7 +21191,13 @@ const Markdown = memo(function Markdown2({
|
|
|
21191
21191
|
return /* @__PURE__ */ jsx("video", { className: styles$k.htmlVideo, ...props, children: children2 });
|
|
21192
21192
|
},
|
|
21193
21193
|
img({ children: children2, node, ...props }) {
|
|
21194
|
-
|
|
21194
|
+
const src = props == null ? void 0 : props.src;
|
|
21195
|
+
const popOut = props == null ? void 0 : props["data-popout"];
|
|
21196
|
+
if (popOut) {
|
|
21197
|
+
return /* @__PURE__ */ jsx("a", { href: src, target: "_blank", children: /* @__PURE__ */ jsx("img", { className: styles$k.htmlImage, ...props, children: children2 }) });
|
|
21198
|
+
} else {
|
|
21199
|
+
return /* @__PURE__ */ jsx("img", { className: styles$k.htmlImage, ...props, children: children2 });
|
|
21200
|
+
}
|
|
21195
21201
|
},
|
|
21196
21202
|
h1({ children: children2 }) {
|
|
21197
21203
|
return /* @__PURE__ */ jsx(Heading, { level: "h1", children: children2 });
|
|
@@ -21239,7 +21245,7 @@ const Markdown = memo(function Markdown2({
|
|
|
21239
21245
|
return /* @__PURE__ */ jsx("ul", { className: styles$k.htmlUl, ...props, children: children2 });
|
|
21240
21246
|
},
|
|
21241
21247
|
li({ children: children2, node, ...props }) {
|
|
21242
|
-
return /* @__PURE__ */ jsx("li", { className: styles$k.htmlLi, ...props, children: children2 });
|
|
21248
|
+
return /* @__PURE__ */ jsx("li", { className: styles$k.htmlLi, ...props, children: /* @__PURE__ */ jsx(Text, { children: children2 }) });
|
|
21243
21249
|
},
|
|
21244
21250
|
hr() {
|
|
21245
21251
|
return /* @__PURE__ */ jsx(HorizontalRule, {});
|
|
@@ -24103,7 +24109,8 @@ const InspectorContext = createContext(null);
|
|
|
24103
24109
|
function InspectorProvider({
|
|
24104
24110
|
children,
|
|
24105
24111
|
sources,
|
|
24106
|
-
projectCompilation
|
|
24112
|
+
projectCompilation,
|
|
24113
|
+
mockApi
|
|
24107
24114
|
}) {
|
|
24108
24115
|
const { root: root2 } = useTheme();
|
|
24109
24116
|
const [inspectable, setInspectable] = useState({});
|
|
@@ -24154,9 +24161,10 @@ function InspectorProvider({
|
|
|
24154
24161
|
devToolsSide,
|
|
24155
24162
|
setDevToolsSide,
|
|
24156
24163
|
devToolsEnabled: showCode,
|
|
24157
|
-
projectCompilation
|
|
24164
|
+
projectCompilation,
|
|
24165
|
+
mockApi
|
|
24158
24166
|
};
|
|
24159
|
-
}, [devToolsSide, devToolsSize, sources, inspectedNode, showCode, projectCompilation]);
|
|
24167
|
+
}, [devToolsSide, devToolsSize, sources, inspectedNode, showCode, projectCompilation, mockApi]);
|
|
24160
24168
|
return /* @__PURE__ */ jsxs(InspectorContext.Provider, { value: contextValue2, children: [
|
|
24161
24169
|
children,
|
|
24162
24170
|
process.env.VITE_USER_COMPONENTS_Inspect !== "false" && showCode && inspectedNode !== null && createPortal(devToolsEntry == null ? void 0 : devToolsEntry.renderer({}), root2),
|
|
@@ -24275,7 +24283,8 @@ function useDevTools() {
|
|
|
24275
24283
|
setDevToolsSize: context == null ? void 0 : context.setDevToolsSize,
|
|
24276
24284
|
devToolsSide: context == null ? void 0 : context.devToolsSide,
|
|
24277
24285
|
setDevToolsSide: context == null ? void 0 : context.setDevToolsSide,
|
|
24278
|
-
devToolsEnabled: context == null ? void 0 : context.devToolsEnabled
|
|
24286
|
+
devToolsEnabled: context == null ? void 0 : context.devToolsEnabled,
|
|
24287
|
+
mockApi: context == null ? void 0 : context.mockApi
|
|
24279
24288
|
};
|
|
24280
24289
|
}
|
|
24281
24290
|
function useInspector(node, uid) {
|
|
@@ -31645,7 +31654,7 @@ function IconProvider({ children }) {
|
|
|
31645
31654
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
31646
31655
|
] });
|
|
31647
31656
|
}
|
|
31648
|
-
const version = "0.9.
|
|
31657
|
+
const version = "0.9.19";
|
|
31649
31658
|
const ApiInterceptorContext = createContext(null);
|
|
31650
31659
|
function useApiInterceptorContext() {
|
|
31651
31660
|
return useContext(ApiInterceptorContext);
|
|
@@ -35698,18 +35707,26 @@ const AppWrapper = ({
|
|
|
35698
35707
|
defaultTheme,
|
|
35699
35708
|
defaultTone,
|
|
35700
35709
|
resources,
|
|
35701
|
-
children: /* @__PURE__ */ jsx(
|
|
35702
|
-
|
|
35710
|
+
children: /* @__PURE__ */ jsx(
|
|
35711
|
+
InspectorProvider,
|
|
35703
35712
|
{
|
|
35704
|
-
|
|
35705
|
-
|
|
35706
|
-
globalProps,
|
|
35707
|
-
|
|
35708
|
-
|
|
35709
|
-
|
|
35710
|
-
|
|
35713
|
+
sources,
|
|
35714
|
+
projectCompilation,
|
|
35715
|
+
mockApi: globalProps.demoMockApi,
|
|
35716
|
+
children: /* @__PURE__ */ jsx(ConfirmationModalContextProvider, { children: /* @__PURE__ */ jsx(
|
|
35717
|
+
AppContent,
|
|
35718
|
+
{
|
|
35719
|
+
rootContainer: node,
|
|
35720
|
+
routerBaseName: baseName,
|
|
35721
|
+
globalProps,
|
|
35722
|
+
standalone,
|
|
35723
|
+
decorateComponentsWithTestId,
|
|
35724
|
+
debugEnabled,
|
|
35725
|
+
children
|
|
35726
|
+
}
|
|
35727
|
+
) })
|
|
35711
35728
|
}
|
|
35712
|
-
)
|
|
35729
|
+
)
|
|
35713
35730
|
}
|
|
35714
35731
|
) })
|
|
35715
35732
|
] })
|
|
@@ -35810,6 +35827,7 @@ function getTransitiveDependencies(directCompDepNames, components) {
|
|
|
35810
35827
|
populateTransitiveDeps(directCompDepNames);
|
|
35811
35828
|
return transitiveDeps;
|
|
35812
35829
|
function populateTransitiveDeps(directCompDepNames2) {
|
|
35830
|
+
if (!directCompDepNames2) return;
|
|
35813
35831
|
for (const directDep of directCompDepNames2) {
|
|
35814
35832
|
if (!transitiveDeps.has(directDep)) {
|
|
35815
35833
|
transitiveDeps.add(directDep);
|
|
@@ -35832,7 +35850,7 @@ function ApiInterceptorProvider({
|
|
|
35832
35850
|
let interceptorWorker;
|
|
35833
35851
|
(async () => {
|
|
35834
35852
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
35835
|
-
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-
|
|
35853
|
+
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-BH8WAcl0.mjs");
|
|
35836
35854
|
if (interceptor) {
|
|
35837
35855
|
interceptorWorker = await createApiInterceptorWorker(interceptor, apiWorker);
|
|
35838
35856
|
if (!apiWorker) {
|
package/dist/index.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
@scope (#_ui-engine-theme-root) {
|
|
14
14
|
:scope {
|
|
15
15
|
line-height: 1.5;
|
|
16
|
-
font-feature-settings:
|
|
16
|
+
font-feature-settings: var(--xmlui-font-feature-settings);
|
|
17
17
|
font-variation-settings: normal;
|
|
18
18
|
-webkit-font-smoothing: antialiased;
|
|
19
19
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
969
969
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
970
970
|
*/
|
|
971
|
-
.
|
|
971
|
+
._wrapper_rebcu_13 {
|
|
972
972
|
--footer-height: 0px;
|
|
973
973
|
--header-height: 0px;
|
|
974
974
|
width: 100%;
|
|
@@ -978,191 +978,195 @@
|
|
|
978
978
|
flex-direction: column;
|
|
979
979
|
isolation: isolate;
|
|
980
980
|
}
|
|
981
|
-
.
|
|
981
|
+
._wrapper_rebcu_13._vertical_rebcu_23 {
|
|
982
982
|
flex-direction: row;
|
|
983
983
|
overflow: initial;
|
|
984
984
|
}
|
|
985
|
-
.
|
|
985
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._contentWrapper_rebcu_27 {
|
|
986
986
|
overflow: auto;
|
|
987
987
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
988
988
|
position: relative;
|
|
989
989
|
scrollbar-gutter: stable both-edges;
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._navPanelWrapper_rebcu_33 {
|
|
992
992
|
width: var(--xmlui-width-navPanel-App);
|
|
993
993
|
flex-shrink: 0;
|
|
994
994
|
}
|
|
995
|
-
.
|
|
995
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._PagesWrapper_rebcu_37 {
|
|
996
996
|
min-height: initial;
|
|
997
997
|
flex: 1;
|
|
998
998
|
}
|
|
999
|
-
.
|
|
999
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._footerWrapper_rebcu_41 {
|
|
1000
1000
|
position: static;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._contentWrapper_rebcu_27 {
|
|
1003
1003
|
scroll-padding-top: var(--header-height);
|
|
1004
1004
|
}
|
|
1005
|
-
.
|
|
1005
|
+
._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
|
|
1006
1006
|
position: sticky;
|
|
1007
1007
|
bottom: 0;
|
|
1008
1008
|
}
|
|
1009
|
-
.
|
|
1009
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 {
|
|
1010
1010
|
overflow: auto;
|
|
1011
1011
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1012
1012
|
}
|
|
1013
|
-
.
|
|
1013
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._PagesWrapper_rebcu_37 {
|
|
1014
1014
|
min-height: initial;
|
|
1015
1015
|
}
|
|
1016
|
-
.
|
|
1016
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._footerWrapper_rebcu_41 {
|
|
1017
1017
|
position: static;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 {
|
|
1020
1020
|
scroll-padding-top: var(--header-height);
|
|
1021
1021
|
min-height: 100%;
|
|
1022
1022
|
}
|
|
1023
|
-
.
|
|
1023
|
+
._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
|
|
1024
1024
|
position: sticky;
|
|
1025
1025
|
bottom: 0;
|
|
1026
1026
|
}
|
|
1027
|
-
.
|
|
1027
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._navPanelWrapper_rebcu_33 {
|
|
1028
1028
|
border-bottom: var(--xmlui-borderBottom-AppHeader);
|
|
1029
1029
|
justify-content: end;
|
|
1030
1030
|
}
|
|
1031
|
-
.
|
|
1031
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 {
|
|
1032
1032
|
min-height: 100%;
|
|
1033
1033
|
height: 100%;
|
|
1034
1034
|
overflow: auto;
|
|
1035
1035
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1037
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._navPanelWrapper_rebcu_33 {
|
|
1038
1038
|
width: var(--xmlui-width-navPanel-App);
|
|
1039
1039
|
position: sticky;
|
|
1040
1040
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1041
1041
|
top: var(--header-height);
|
|
1042
1042
|
}
|
|
1043
|
-
.
|
|
1043
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapper_rebcu_37 {
|
|
1044
1044
|
overflow: initial;
|
|
1045
1045
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1046
1046
|
height: 100%;
|
|
1047
1047
|
}
|
|
1048
|
-
.
|
|
1048
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
|
|
1049
1049
|
height: 100%;
|
|
1050
1050
|
}
|
|
1051
|
-
.
|
|
1051
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1052
1052
|
height: 100%;
|
|
1053
1053
|
}
|
|
1054
|
-
.
|
|
1054
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
|
|
1055
1055
|
position: sticky;
|
|
1056
1056
|
left: 0;
|
|
1057
1057
|
right: 0;
|
|
1058
1058
|
bottom: 0;
|
|
1059
1059
|
}
|
|
1060
|
-
.
|
|
1060
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
|
|
1061
1061
|
min-height: 100%;
|
|
1062
1062
|
height: 100%;
|
|
1063
1063
|
overflow: auto;
|
|
1064
1064
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1065
1065
|
}
|
|
1066
|
-
.
|
|
1067
|
-
max-width: var(--xmlui-maxWidth-App);
|
|
1066
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
|
|
1067
|
+
max-width: var(--xmlui-maxWidth-content-App);
|
|
1068
1068
|
margin: auto;
|
|
1069
1069
|
}
|
|
1070
|
-
.
|
|
1070
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._navPanelWrapper_rebcu_33 {
|
|
1071
1071
|
width: var(--xmlui-width-navPanel-App);
|
|
1072
1072
|
position: sticky;
|
|
1073
1073
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1074
1074
|
top: var(--header-height);
|
|
1075
1075
|
}
|
|
1076
|
-
.
|
|
1076
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapper_rebcu_37 {
|
|
1077
1077
|
overflow: initial;
|
|
1078
1078
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1079
1079
|
height: 100%;
|
|
1080
1080
|
}
|
|
1081
|
-
.
|
|
1081
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 {
|
|
1082
1082
|
height: 100%;
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1084
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1085
1085
|
height: 100%;
|
|
1086
1086
|
}
|
|
1087
|
-
.
|
|
1087
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1088
1088
|
position: sticky;
|
|
1089
1089
|
left: 0;
|
|
1090
1090
|
right: 0;
|
|
1091
1091
|
bottom: 0;
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 {
|
|
1094
1094
|
scrollbar-gutter: stable both-edges;
|
|
1095
1095
|
}
|
|
1096
|
-
.
|
|
1096
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 {
|
|
1097
1097
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1098
1098
|
}
|
|
1099
|
-
.
|
|
1099
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 > div {
|
|
1100
1100
|
padding-inline: var(--scrollbar-width);
|
|
1101
1101
|
}
|
|
1102
|
-
.
|
|
1102
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 {
|
|
1103
1103
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1104
1104
|
}
|
|
1105
|
-
.
|
|
1105
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 > div {
|
|
1106
1106
|
padding-inline: var(--scrollbar-width);
|
|
1107
1107
|
}
|
|
1108
|
-
.
|
|
1108
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 {
|
|
1109
1109
|
scroll-padding-top: var(--header-height);
|
|
1110
1110
|
}
|
|
1111
|
-
.
|
|
1111
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._content_rebcu_27 {
|
|
1112
1112
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1113
1113
|
}
|
|
1114
|
-
.
|
|
1114
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._contentWrapper_rebcu_27 {
|
|
1115
1115
|
padding-inline: var(--scrollbar-width);
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 {
|
|
1118
1118
|
scroll-padding-top: var(--header-height);
|
|
1119
1119
|
}
|
|
1120
|
-
.
|
|
1121
|
-
width: var(--xmlui-maxWidth-App);
|
|
1120
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1121
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1122
1122
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1123
1123
|
margin: auto;
|
|
1124
1124
|
}
|
|
1125
|
-
.
|
|
1125
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
|
|
1126
1126
|
padding-inline: var(--scrollbar-width);
|
|
1127
1127
|
}
|
|
1128
|
-
.
|
|
1129
|
-
width: var(--xmlui-maxWidth-App);
|
|
1128
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
|
|
1129
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1132
1132
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1133
1133
|
}
|
|
1134
|
-
.
|
|
1134
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
|
|
1135
1135
|
padding-inline: var(--scrollbar-width);
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
|
|
1138
1138
|
overflow: hidden;
|
|
1139
1139
|
}
|
|
1140
|
-
.
|
|
1140
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._content_rebcu_27 {
|
|
1141
1141
|
min-height: 0;
|
|
1142
1142
|
height: 100%;
|
|
1143
1143
|
}
|
|
1144
|
-
.
|
|
1144
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._contentWrapper_rebcu_27 {
|
|
1145
1145
|
overflow: initial;
|
|
1146
1146
|
}
|
|
1147
|
-
.
|
|
1147
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135)._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1148
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1149
|
+
margin: auto;
|
|
1150
|
+
}
|
|
1151
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapper_rebcu_37 {
|
|
1148
1152
|
overflow: auto;
|
|
1149
1153
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1150
1154
|
min-height: 0;
|
|
1151
1155
|
height: 100%;
|
|
1152
1156
|
scrollbar-gutter: stable both-edges;
|
|
1153
1157
|
}
|
|
1154
|
-
.
|
|
1158
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapperInner_rebcu_90 {
|
|
1155
1159
|
min-height: 100%;
|
|
1156
1160
|
height: 0;
|
|
1157
1161
|
}
|
|
1158
|
-
.
|
|
1162
|
+
._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 {
|
|
1159
1163
|
scrollbar-gutter: auto;
|
|
1160
1164
|
}
|
|
1161
|
-
.
|
|
1165
|
+
._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 ._PagesWrapper_rebcu_37 {
|
|
1162
1166
|
scrollbar-gutter: auto;
|
|
1163
1167
|
}
|
|
1164
1168
|
|
|
1165
|
-
.
|
|
1169
|
+
._headerWrapper_rebcu_138 {
|
|
1166
1170
|
z-index: 1;
|
|
1167
1171
|
min-height: 0;
|
|
1168
1172
|
flex-shrink: 0;
|
|
@@ -1171,17 +1175,17 @@
|
|
|
1171
1175
|
box-shadow: var(--xmlui-boxShadow-header-App);
|
|
1172
1176
|
background-color: var(--xmlui-backgroundColor-AppHeader);
|
|
1173
1177
|
}
|
|
1174
|
-
.
|
|
1178
|
+
._headerWrapper_rebcu_138._sticky_rebcu_44 {
|
|
1175
1179
|
position: sticky;
|
|
1176
1180
|
}
|
|
1177
1181
|
|
|
1178
|
-
.
|
|
1182
|
+
._content_rebcu_27 {
|
|
1179
1183
|
display: flex;
|
|
1180
1184
|
flex-direction: row;
|
|
1181
1185
|
isolation: isolate;
|
|
1182
1186
|
}
|
|
1183
1187
|
|
|
1184
|
-
.
|
|
1188
|
+
._contentWrapper_rebcu_27 {
|
|
1185
1189
|
position: relative;
|
|
1186
1190
|
min-width: 0;
|
|
1187
1191
|
flex: 1;
|
|
@@ -1192,21 +1196,21 @@
|
|
|
1192
1196
|
border-left: var(--xmlui-borderLeft-content-App);
|
|
1193
1197
|
}
|
|
1194
1198
|
|
|
1195
|
-
.
|
|
1199
|
+
._navPanelWrapper_rebcu_33 {
|
|
1196
1200
|
display: flex;
|
|
1197
1201
|
position: sticky;
|
|
1198
1202
|
top: 0;
|
|
1199
1203
|
}
|
|
1200
|
-
.
|
|
1204
|
+
._navPanelWrapper_rebcu_33:empty {
|
|
1201
1205
|
display: none;
|
|
1202
1206
|
}
|
|
1203
1207
|
|
|
1204
|
-
.
|
|
1208
|
+
._PagesWrapper_rebcu_37 {
|
|
1205
1209
|
flex: 1;
|
|
1206
1210
|
isolation: isolate;
|
|
1207
1211
|
}
|
|
1208
1212
|
|
|
1209
|
-
.
|
|
1213
|
+
._PagesWrapperInner_rebcu_90 {
|
|
1210
1214
|
--page-padding-left: var(--xmlui-space-4);
|
|
1211
1215
|
--page-padding-right: var(--xmlui-space-4);
|
|
1212
1216
|
--page-padding-top: var(--xmlui-space-5);
|
|
@@ -1224,7 +1228,7 @@
|
|
|
1224
1228
|
display: flex;
|
|
1225
1229
|
flex-direction: column;
|
|
1226
1230
|
}
|
|
1227
|
-
.
|
|
1231
|
+
._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1228
1232
|
padding-top: var(--page-padding-top-override, var(--page-padding-top));
|
|
1229
1233
|
padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
|
|
1230
1234
|
padding-right: var(--page-padding-right-override, var(--page-padding-right));
|
|
@@ -1236,7 +1240,7 @@
|
|
|
1236
1240
|
margin-right: calc(-1 * var(--page-padding-right));
|
|
1237
1241
|
}
|
|
1238
1242
|
|
|
1239
|
-
.
|
|
1243
|
+
._footerWrapper_rebcu_41 {
|
|
1240
1244
|
flex-shrink: 0;
|
|
1241
1245
|
}/*
|
|
1242
1246
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -6673,7 +6677,10 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6673
6677
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6674
6678
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6675
6679
|
*/
|
|
6676
|
-
.
|
|
6680
|
+
._markdownContent_17igw_13 {
|
|
6681
|
+
max-width: var(--xmlui-maxWidth-Markdown);
|
|
6682
|
+
}
|
|
6683
|
+
._markdownContent_17igw_13 ._blockquote_17igw_16 {
|
|
6677
6684
|
position: relative;
|
|
6678
6685
|
margin-top: var(--xmlui-marginTop-Blockquote);
|
|
6679
6686
|
margin-bottom: var(--xmlui-marginBottom-Blockquote);
|
|
@@ -6681,7 +6688,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6681
6688
|
border-radius: var(--xmlui-borderRadius-Blockquote);
|
|
6682
6689
|
padding-left: var(--xmlui-paddingLeft-Blockquote);
|
|
6683
6690
|
}
|
|
6684
|
-
.
|
|
6691
|
+
._markdownContent_17igw_13 ._blockquote_17igw_16::before {
|
|
6685
6692
|
background-color: var(--xmlui-accentColor-Blockquote);
|
|
6686
6693
|
position: absolute;
|
|
6687
6694
|
top: 0;
|
|
@@ -6691,50 +6698,50 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6691
6698
|
height: 100%;
|
|
6692
6699
|
width: var(--xmlui-accentWidth-Blockquote);
|
|
6693
6700
|
}
|
|
6694
|
-
.
|
|
6695
|
-
padding: 0.5rem;
|
|
6701
|
+
._markdownContent_17igw_13 ._blockquoteContainer_17igw_34 {
|
|
6702
|
+
padding: 0.5rem 0.5rem 0.1rem 0.5rem;
|
|
6696
6703
|
}
|
|
6697
|
-
.
|
|
6704
|
+
._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 {
|
|
6698
6705
|
margin-top: var(--xmlui-marginTop-Admonition);
|
|
6699
6706
|
margin-bottom: var(--xmlui-marginBottom-Admonition);
|
|
6700
6707
|
background-color: var(--xmlui-backgroundColor-Admonition);
|
|
6701
6708
|
border-radius: var(--xmlui-borderRadius-Admonition);
|
|
6702
6709
|
}
|
|
6703
|
-
.
|
|
6710
|
+
._markdownContent_17igw_13 ._admonitionContainer_17igw_43 {
|
|
6704
6711
|
padding: 0.5rem;
|
|
6705
6712
|
display: flex;
|
|
6706
6713
|
align-items: flex-start;
|
|
6707
6714
|
}
|
|
6708
|
-
.
|
|
6715
|
+
._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
|
|
6709
6716
|
margin-left: var(--xmlui-marginLeft-Admonition-content);
|
|
6710
6717
|
}
|
|
6711
|
-
.
|
|
6718
|
+
._markdownContent_17igw_13 ._admonitionIcon_17igw_51 {
|
|
6712
6719
|
font-size: var(--xmlui-iconSize-Admonition);
|
|
6713
6720
|
line-height: 1;
|
|
6714
6721
|
}
|
|
6715
|
-
.
|
|
6722
|
+
._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
|
|
6716
6723
|
flex: 1;
|
|
6717
6724
|
min-width: 0;
|
|
6718
6725
|
}
|
|
6719
|
-
.
|
|
6726
|
+
._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 ._admonitionContent_17igw_48 [class*=text_][class*=markdown_] {
|
|
6720
6727
|
margin-top: 0;
|
|
6721
6728
|
margin-bottom: 0;
|
|
6722
6729
|
}
|
|
6723
|
-
.
|
|
6724
|
-
.
|
|
6730
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]),
|
|
6731
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) {
|
|
6725
6732
|
display: flex;
|
|
6726
6733
|
align-items: flex-start;
|
|
6727
6734
|
}
|
|
6728
|
-
.
|
|
6729
|
-
.
|
|
6735
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox],
|
|
6736
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
|
|
6730
6737
|
margin-right: 8px;
|
|
6731
6738
|
margin-top: 4px;
|
|
6732
6739
|
flex-shrink: 0;
|
|
6733
6740
|
}
|
|
6734
|
-
.
|
|
6741
|
+
._markdownContent_17igw_13 > *:first-child {
|
|
6735
6742
|
margin-top: 0;
|
|
6736
6743
|
}
|
|
6737
|
-
.
|
|
6744
|
+
._markdownContent_17igw_13 > *:last-child {
|
|
6738
6745
|
margin-bottom: 0;
|
|
6739
6746
|
}
|
|
6740
6747
|
|
|
@@ -186,7 +186,7 @@ function App({ children, style, layout, loggedInUser, scrollWholePage, noScrollb
|
|
|
186
186
|
content = ((0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(wrapperBaseClasses, App_module_scss_1.default.verticalFullHeader), style: styleWithHelpers, ref: scrollPageContainerRef, children: [(0, jsx_runtime_1.jsx)("header", { className: (0, classnames_1.default)(App_module_scss_1.default.headerWrapper, App_module_scss_1.default.sticky), ref: headerRefCallback, children: header }), (0, jsx_runtime_1.jsxs)("div", { className: App_module_scss_1.default.content, children: [navPanelVisible && (0, jsx_runtime_1.jsx)("aside", { className: App_module_scss_1.default.navPanelWrapper, children: navPanel }), (0, jsx_runtime_1.jsx)("main", { className: App_module_scss_1.default.contentWrapper, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapper, ref: noScrollPageContainerRef, children: (0, jsx_runtime_1.jsx)(ScrollContext_1.ScrollContext.Provider, { value: scrollContainerRef, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapperInner, style: pagesWrapperInnerStyle, children: children }) }) }) })] }), (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.footerWrapper, ref: footerRefCallback, children: footer })] }));
|
|
187
187
|
break;
|
|
188
188
|
case "vertical-constrained-width":
|
|
189
|
-
content = ((0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(wrapperBaseClasses, App_module_scss_1.default.verticalConstrained), style: styleWithHelpers, ref: scrollPageContainerRef, children: [(0, jsx_runtime_1.jsx)("header", { className: (0, classnames_1.default)(App_module_scss_1.default.headerWrapper, App_module_scss_1.default.sticky), ref: headerRefCallback, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.header, style: { paddingInline: 0 }, children: header }) }), (0, jsx_runtime_1.jsxs)("div", { className: App_module_scss_1.default.content, children: [navPanelVisible && (0, jsx_runtime_1.jsx)("aside", { className: App_module_scss_1.default.navPanelWrapper, children: navPanel }), (0, jsx_runtime_1.jsx)("main", { className: App_module_scss_1.default.contentWrapper, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapper, ref: noScrollPageContainerRef, children: (0, jsx_runtime_1.jsx)(ScrollContext_1.ScrollContext.Provider, { value: scrollContainerRef, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapperInner, style: pagesWrapperInnerStyle, children: children }) }) }) })] }), (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.footerWrapper, ref: footerRefCallback, children: footer })] }));
|
|
189
|
+
content = ((0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(wrapperBaseClasses, App_module_scss_1.default.verticalConstrained), style: styleWithHelpers, ref: scrollPageContainerRef, children: [(0, jsx_runtime_1.jsx)("header", { className: (0, classnames_1.default)(App_module_scss_1.default.headerWrapper, App_module_scss_1.default.sticky), ref: headerRefCallback, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.header, style: { paddingInline: 0 }, children: header }) }), (0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(App_module_scss_1.default.content, App_module_scss_1.default.verticalConstrained), children: [navPanelVisible && (0, jsx_runtime_1.jsx)("aside", { className: App_module_scss_1.default.navPanelWrapper, children: navPanel }), (0, jsx_runtime_1.jsx)("main", { className: App_module_scss_1.default.contentWrapper, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapper, ref: noScrollPageContainerRef, children: (0, jsx_runtime_1.jsx)(ScrollContext_1.ScrollContext.Provider, { value: scrollContainerRef, children: (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.PagesWrapperInner, style: pagesWrapperInnerStyle, children: children }) }) }) })] }), (0, jsx_runtime_1.jsx)("div", { className: App_module_scss_1.default.footerWrapper, ref: footerRefCallback, children: footer })] }));
|
|
190
190
|
break;
|
|
191
191
|
case "condensed":
|
|
192
192
|
case "condensed-sticky":
|