@elicecontents/content-ui 1.0.22-rc.0 → 1.0.22
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.
|
@@ -133,11 +133,11 @@ var Layout = function Layout(_ref) {
|
|
|
133
133
|
var HeaderContainerInner = /*#__PURE__*/_styled__default.default(Stack, {
|
|
134
134
|
target: "efnp08i6"
|
|
135
135
|
})("production" === "production" ? {
|
|
136
|
-
name: "
|
|
137
|
-
styles: "height:74px;width:100%;
|
|
136
|
+
name: "14ia2gs",
|
|
137
|
+
styles: "height:74px;width:100%;justify-content:space-between;flex-direction:row"
|
|
138
138
|
} : {
|
|
139
|
-
name: "
|
|
140
|
-
styles: "height:74px;width:100%;
|
|
139
|
+
name: "14ia2gs",
|
|
140
|
+
styles: "height:74px;width:100%;justify-content:space-between;flex-direction:row",
|
|
141
141
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
142
142
|
});
|
|
143
143
|
var HeaderContainer = function HeaderContainer(_ref2) {
|
|
@@ -152,7 +152,7 @@ var HeaderTitle = LayoutHeaderTitle.default;
|
|
|
152
152
|
var HeaderSubTitle = LayoutHeaderSubTitle.default;
|
|
153
153
|
var ContentContainerInner = /*#__PURE__*/_styled__default.default(Stack, {
|
|
154
154
|
target: "efnp08i5"
|
|
155
|
-
})("flex:1;width:100%;max-
|
|
155
|
+
})("flex:1;width:100%;max-height:calc(100vh - 74px - 92px);overflow-y:auto;min-height:0;position:relative;&::-webkit-scrollbar{width:8px;}&::-webkit-scrollbar-thumb{background-color:", function (_ref3) {
|
|
156
156
|
var theme = _ref3.theme;
|
|
157
157
|
return theme.palette.primary.main;
|
|
158
158
|
}, ";border-radius:4px;}&::-webkit-scrollbar-track{background-color:", function (_ref4) {
|
|
@@ -222,22 +222,22 @@ var ContentContainer = function ContentContainer(_ref5) {
|
|
|
222
222
|
};
|
|
223
223
|
}, []);
|
|
224
224
|
return jsxRuntime.jsxs(Stack, {
|
|
225
|
-
sx:
|
|
225
|
+
sx: {
|
|
226
226
|
position: 'relative',
|
|
227
227
|
width: '100%',
|
|
228
228
|
height: '100%'
|
|
229
|
-
},
|
|
229
|
+
},
|
|
230
230
|
children: [jsxRuntime.jsxs(ContentContainerInner, {
|
|
231
231
|
ref: contentRef,
|
|
232
232
|
theme: theme,
|
|
233
233
|
flex: 1,
|
|
234
|
-
sx: {
|
|
234
|
+
sx: Object.assign(Object.assign({}, sx), {
|
|
235
235
|
scrollbarWidth: 'none',
|
|
236
236
|
msOverflowStyle: 'none',
|
|
237
237
|
'&::-webkit-scrollbar': {
|
|
238
238
|
display: 'none'
|
|
239
239
|
}
|
|
240
|
-
},
|
|
240
|
+
}),
|
|
241
241
|
children: [children, enableScrollTracking && hasScroll && !isScrollActive && jsxRuntime.jsx(ScrollMoreButton, {
|
|
242
242
|
children: jsxRuntime.jsx(ScrollMoreIcon.default, {
|
|
243
243
|
size: 32,
|
|
@@ -126,11 +126,11 @@ var Layout = function Layout(_ref) {
|
|
|
126
126
|
var HeaderContainerInner = /*#__PURE__*/_styled(Stack, {
|
|
127
127
|
target: "efnp08i6"
|
|
128
128
|
})("production" === "production" ? {
|
|
129
|
-
name: "
|
|
130
|
-
styles: "height:74px;width:100%;
|
|
129
|
+
name: "14ia2gs",
|
|
130
|
+
styles: "height:74px;width:100%;justify-content:space-between;flex-direction:row"
|
|
131
131
|
} : {
|
|
132
|
-
name: "
|
|
133
|
-
styles: "height:74px;width:100%;
|
|
132
|
+
name: "14ia2gs",
|
|
133
|
+
styles: "height:74px;width:100%;justify-content:space-between;flex-direction:row",
|
|
134
134
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
135
135
|
});
|
|
136
136
|
var HeaderContainer = function HeaderContainer(_ref2) {
|
|
@@ -145,7 +145,7 @@ var HeaderTitle = LayoutHeaderTitle;
|
|
|
145
145
|
var HeaderSubTitle = LayoutHeaderSubTitle;
|
|
146
146
|
var ContentContainerInner = /*#__PURE__*/_styled(Stack, {
|
|
147
147
|
target: "efnp08i5"
|
|
148
|
-
})("flex:1;width:100%;max-
|
|
148
|
+
})("flex:1;width:100%;max-height:calc(100vh - 74px - 92px);overflow-y:auto;min-height:0;position:relative;&::-webkit-scrollbar{width:8px;}&::-webkit-scrollbar-thumb{background-color:", function (_ref3) {
|
|
149
149
|
var theme = _ref3.theme;
|
|
150
150
|
return theme.palette.primary.main;
|
|
151
151
|
}, ";border-radius:4px;}&::-webkit-scrollbar-track{background-color:", function (_ref4) {
|
|
@@ -215,22 +215,22 @@ var ContentContainer = function ContentContainer(_ref5) {
|
|
|
215
215
|
};
|
|
216
216
|
}, []);
|
|
217
217
|
return jsxs(Stack, {
|
|
218
|
-
sx:
|
|
218
|
+
sx: {
|
|
219
219
|
position: 'relative',
|
|
220
220
|
width: '100%',
|
|
221
221
|
height: '100%'
|
|
222
|
-
},
|
|
222
|
+
},
|
|
223
223
|
children: [jsxs(ContentContainerInner, {
|
|
224
224
|
ref: contentRef,
|
|
225
225
|
theme: theme,
|
|
226
226
|
flex: 1,
|
|
227
|
-
sx: {
|
|
227
|
+
sx: Object.assign(Object.assign({}, sx), {
|
|
228
228
|
scrollbarWidth: 'none',
|
|
229
229
|
msOverflowStyle: 'none',
|
|
230
230
|
'&::-webkit-scrollbar': {
|
|
231
231
|
display: 'none'
|
|
232
232
|
}
|
|
233
|
-
},
|
|
233
|
+
}),
|
|
234
234
|
children: [children, enableScrollTracking && hasScroll && !isScrollActive && jsx(ScrollMoreButton, {
|
|
235
235
|
children: jsx(ScrollMoreIcon, {
|
|
236
236
|
size: 32,
|