@quickflo/quickforms-quasar 1.19.19 → 1.19.20

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28963,7 +28963,7 @@ function IT(i, e, t, n, r, o) {
28963
28963
  be(
28964
28964
  "div",
28965
28965
  {
28966
- style: dt(n.isFlat ? { marginTop: "0.75rem" } : {
28966
+ style: dt(n.isFlat ? { marginTop: "1rem" } : {
28967
28967
  marginTop: "1rem",
28968
28968
  paddingTop: "1rem",
28969
28969
  borderTop: "1px solid #eee"
@@ -29067,7 +29067,7 @@ function IT(i, e, t, n, r, o) {
29067
29067
  be(
29068
29068
  "div",
29069
29069
  {
29070
- style: dt(n.isFlat ? { marginTop: "0.75rem" } : {
29070
+ style: dt(n.isFlat ? { marginTop: "1rem" } : {
29071
29071
  marginTop: "1rem",
29072
29072
  paddingTop: "1rem",
29073
29073
  borderTop: "1px dashed #ddd"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-quasar",
3
- "version": "1.19.19",
3
+ "version": "1.19.20",
4
4
  "description": "Quasar UI components for QuickForms - JSON Schema form generator",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "@codemirror/view": "^6.38.8",
39
39
  "vee-validate": "^4.12.0",
40
40
  "vue-codemirror": "^6.1.1",
41
- "@quickflo/quickforms": "1.19.19",
42
- "@quickflo/quickforms-vue": "1.19.19"
41
+ "@quickflo/quickforms": "1.19.20",
42
+ "@quickflo/quickforms-vue": "1.19.20"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@quasar/extras": "^1.17.0",