@crystaltech/hsms-shared-ui 0.7.14-alpha.0.3 → 0.7.14-alpha.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.es.js +4 -4
- package/dist/index.js +1 -1
- package/dist/sw.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -29517,9 +29517,9 @@ const IQ = (e) => {
|
|
|
29517
29517
|
flexDirection: "column",
|
|
29518
29518
|
justifyContent: "flex-start",
|
|
29519
29519
|
paddingBottom: e.spacing(2),
|
|
29520
|
-
minHeight: "85vh"
|
|
29521
|
-
paddingLeft:
|
|
29522
|
-
paddingRight:
|
|
29520
|
+
minHeight: "85vh"
|
|
29521
|
+
// paddingLeft: theme.spacing(3),
|
|
29522
|
+
// paddingRight: theme.spacing(3),
|
|
29523
29523
|
})
|
|
29524
29524
|
), OQ = Br(Pe)(({ theme: e }) => ({
|
|
29525
29525
|
backgroundColor: e.palette.background.default,
|
|
@@ -30082,7 +30082,7 @@ const IQ = (e) => {
|
|
|
30082
30082
|
{
|
|
30083
30083
|
sx: {
|
|
30084
30084
|
flexGrow: 1,
|
|
30085
|
-
p: { xs: 2, sm: 3, md: 4 },
|
|
30085
|
+
// p: { xs: 2, sm: 3, md: 4 },
|
|
30086
30086
|
backgroundColor: i.palette.background.default
|
|
30087
30087
|
},
|
|
30088
30088
|
children: /* @__PURE__ */ b(PQ, { children: e })
|