@luna-park/plugin-nuxt-ui 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -70875,7 +70875,7 @@ const lee = f.object({
70875
70875
  inject: {
70876
70876
  css: ({ config: e, mode: t }) => {
70877
70877
  if (t === "editor") {
70878
- const a = `:root{ --ui-radius:${e.radius}rem; }[data-nuxt-body]{height: 100%}`;
70878
+ const a = `:root{ --ui-radius:${e.radius}rem; }[data-nuxt-body]{min-height: 100%}`;
70879
70879
  return uee.replace(/\bbody\b([^:;])*?{/g, "[data-nuxt-body]$1{") + a;
70880
70880
  }
70881
70881
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luna-park/plugin-nuxt-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "Nuxt UI plugin for Luna Park",
6
6
  "keywords": [