@inntechcorp/it-design 2.2.29 → 2.2.30
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.cjs.js +3 -2
- package/dist/index.esm.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4826,9 +4826,10 @@ function(b,z){M.exports?M.exports=z(Eo()):z(b.moment)}(Fo,(function(M){void 0===
|
|
|
4826
4826
|
height: 100%;
|
|
4827
4827
|
`,Ni=n.div`
|
|
4828
4828
|
|
|
4829
|
-
padding: ${M=>M.$padding?M.$padding:"30px"};
|
|
4830
|
-
|
|
4831
4829
|
display: grid;
|
|
4830
|
+
padding: ${M=>M.$padding?M.$padding:"30px"};
|
|
4831
|
+
max-width: calc(100% - ${M=>M.$padding?M.$padding:"30px"});
|
|
4832
|
+
overflow: hidden;
|
|
4832
4833
|
|
|
4833
4834
|
`,Bi=n.div`
|
|
4834
4835
|
display: flex;
|
package/dist/index.esm.js
CHANGED
|
@@ -4826,9 +4826,10 @@ function(b,z){M.exports?M.exports=z(SO()):z(b.moment)}(FO,(function(M){void 0===
|
|
|
4826
4826
|
height: 100%;
|
|
4827
4827
|
`,Cd=k.div`
|
|
4828
4828
|
|
|
4829
|
-
padding: ${M=>M.$padding?M.$padding:"30px"};
|
|
4830
|
-
|
|
4831
4829
|
display: grid;
|
|
4830
|
+
padding: ${M=>M.$padding?M.$padding:"30px"};
|
|
4831
|
+
max-width: calc(100% - ${M=>M.$padding?M.$padding:"30px"});
|
|
4832
|
+
overflow: hidden;
|
|
4832
4833
|
|
|
4833
4834
|
`,Dd=k.div`
|
|
4834
4835
|
display: flex;
|