@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.umd.js
CHANGED
|
@@ -23670,9 +23670,9 @@
|
|
|
23670
23670
|
const t15 = hasAppBar && !padding;
|
|
23671
23671
|
let t16;
|
|
23672
23672
|
if ($[27] !== padding || $[28] !== t14 || $[29] !== t15) {
|
|
23673
|
-
t16 = ui.cls(ui.defaultBorderMixin, "flex-grow overflow-auto m-0
|
|
23673
|
+
t16 = ui.cls(ui.defaultBorderMixin, "flex-grow overflow-auto m-0 ", {
|
|
23674
23674
|
"lg:mt-4": t14,
|
|
23675
|
-
"lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid": padding,
|
|
23675
|
+
"mt-1 lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid": padding,
|
|
23676
23676
|
"border-t": t15
|
|
23677
23677
|
});
|
|
23678
23678
|
$[27] = padding;
|