@attabot/product-app 1.0.28 → 1.0.29
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/product-app.js
CHANGED
|
@@ -7452,7 +7452,7 @@ function Mn() {
|
|
|
7452
7452
|
flexDirection: "column",
|
|
7453
7453
|
alignItems: "center",
|
|
7454
7454
|
justifyContent: "center",
|
|
7455
|
-
minHeight: { xs:
|
|
7455
|
+
minHeight: { xs: 320, sm: 380, md: 440 },
|
|
7456
7456
|
bgcolor: "#fff",
|
|
7457
7457
|
mx: { xs: 0, sm: 4, md: 8 },
|
|
7458
7458
|
py: { xs: 6, md: 8 },
|
|
@@ -33259,13 +33259,13 @@ const oy = ({
|
|
|
33259
33259
|
{
|
|
33260
33260
|
sx: {
|
|
33261
33261
|
...Ce.root,
|
|
33262
|
+
// Fixed so it stays at the top while scrolling.
|
|
33263
|
+
// Let it span the full viewport width; inner content
|
|
33264
|
+
// will be centered in a maxWidth Container (like cards/table).
|
|
33262
33265
|
position: "fixed",
|
|
33263
33266
|
top: 0,
|
|
33264
33267
|
left: 0,
|
|
33265
33268
|
right: 0,
|
|
33266
|
-
display: "flex",
|
|
33267
|
-
flexDirection: "column",
|
|
33268
|
-
alignItems: "center",
|
|
33269
33269
|
width: "100%",
|
|
33270
33270
|
height: 72,
|
|
33271
33271
|
minHeight: 72,
|
|
@@ -33280,13 +33280,14 @@ const oy = ({
|
|
|
33280
33280
|
children: /* @__PURE__ */ u(
|
|
33281
33281
|
lr,
|
|
33282
33282
|
{
|
|
33283
|
-
maxWidth:
|
|
33283
|
+
maxWidth: "lg",
|
|
33284
33284
|
disableGutters: !0,
|
|
33285
33285
|
sx: {
|
|
33286
33286
|
width: "100%",
|
|
33287
33287
|
display: "flex",
|
|
33288
33288
|
justifyContent: "center",
|
|
33289
|
-
boxSizing: "border-box"
|
|
33289
|
+
boxSizing: "border-box",
|
|
33290
|
+
px: { xs: 1, sm: 2, md: 4 }
|
|
33290
33291
|
},
|
|
33291
33292
|
children: /* @__PURE__ */ P(O, { sx: {
|
|
33292
33293
|
...Ce.inner,
|