@ederzeel/nuxt-schema-form-nightly 0.1.0-29251453.a298e99 → 0.1.0-29257601.926eba4

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.
@@ -67,7 +67,7 @@ const setHidden = (value: boolean) => (isHidden.value = value)
67
67
  <!-- {{ formRef ? formRef.errors : undefined }} -->
68
68
  <div id="test-teleport" class="top-0 w-full h-full">
69
69
  <UForm
70
- class="overflow-auto bg-white"
70
+ class="overflow-auto"
71
71
  ref="formRef"
72
72
  :state="value"
73
73
  :schema="formValidationSchema"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ederzeel/nuxt-schema-form-nightly",
3
- "version": "0.1.0-29251453.a298e99",
3
+ "version": "0.1.0-29257601.926eba4",
4
4
  "description": "A runtime form generator for nuxt",
5
5
  "type": "module",
6
6
  "exports": {