@firecms/core 3.0.0-canary.208 → 3.0.0-canary.209
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/app/Scaffold.tsx +2 -2
package/dist/index.es.js
CHANGED
|
@@ -23668,9 +23668,9 @@ const Scaffold = React__default.memo(function Scaffold2(props) {
|
|
|
23668
23668
|
const t15 = hasAppBar && !padding;
|
|
23669
23669
|
let t16;
|
|
23670
23670
|
if ($[27] !== padding || $[28] !== t14 || $[29] !== t15) {
|
|
23671
|
-
t16 = cls(defaultBorderMixin, "flex-grow overflow-auto m-0
|
|
23671
|
+
t16 = cls(defaultBorderMixin, "flex-grow overflow-auto m-0 ", {
|
|
23672
23672
|
"lg:mt-4": t14,
|
|
23673
|
-
"lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid": padding,
|
|
23673
|
+
"mt-1 lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid": padding,
|
|
23674
23674
|
"border-t": t15
|
|
23675
23675
|
});
|
|
23676
23676
|
$[27] = padding;
|