@shopito/design-system 1.0.111 → 1.0.112
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.
|
@@ -5,7 +5,7 @@ var material_1 = require("@mui/material");
|
|
|
5
5
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
6
6
|
var MainPaper = function (_a) {
|
|
7
7
|
var children = _a.children;
|
|
8
|
-
return react_1["default"].createElement(material_1.Paper, { sx: { mx: {
|
|
8
|
+
return (react_1["default"].createElement(material_1.Paper, { sx: { mx: { sm: 0 } } }, children));
|
|
9
9
|
};
|
|
10
10
|
exports["default"] = MainPaper;
|
|
11
11
|
//# sourceMappingURL=MainPaper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainPaper.js","sourceRoot":"https://my-website.com/debug/source/","sources":["components/MainPaper/MainPaper.tsx"],"names":[],"mappings":";;;AAAA,0CAAsC;AACtC,wDAAyC;AAMzC,IAAM,SAAS,GAAG,UAAC,EAA4B;QAA1B,QAAQ,cAAA;IAAuB,OAAA,iCAAC,gBAAK,IAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"MainPaper.js","sourceRoot":"https://my-website.com/debug/source/","sources":["components/MainPaper/MainPaper.tsx"],"names":[],"mappings":";;;AAAA,0CAAsC;AACtC,wDAAyC;AAMzC,IAAM,SAAS,GAAG,UAAC,EAA4B;QAA1B,QAAQ,cAAA;IAAuB,OAAA,CAClD,iCAAC,gBAAK,IAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,IAAG,QAAQ,CAAS,CACjD;AAFmD,CAEnD,CAAC;AAEF,qBAAe,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { Paper } from '@mui/material';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
var MainPaper = function (_a) {
|
|
4
4
|
var children = _a.children;
|
|
5
|
-
return React.createElement(Paper, { sx: { mx: {
|
|
5
|
+
return (React.createElement(Paper, { sx: { mx: { sm: 0 } } }, children));
|
|
6
6
|
};
|
|
7
7
|
export default MainPaper;
|
|
8
8
|
//# sourceMappingURL=MainPaper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainPaper.js","sourceRoot":"https://my-website.com/debug/source/","sources":["components/MainPaper/MainPaper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,IAAM,SAAS,GAAG,UAAC,EAA4B;QAA1B,QAAQ,cAAA;IAAuB,OAAA,oBAAC,KAAK,IAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"MainPaper.js","sourceRoot":"https://my-website.com/debug/source/","sources":["components/MainPaper/MainPaper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,IAAM,SAAS,GAAG,UAAC,EAA4B;QAA1B,QAAQ,cAAA;IAAuB,OAAA,CAClD,oBAAC,KAAK,IAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,IAAG,QAAQ,CAAS,CACjD;AAFmD,CAEnD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|