@formio/js 5.1.0-dev.6123.055aa35 → 5.1.0-dev.6125.181c4f5
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/README.md +2 -0
- package/dist/formio.builder.css +0 -6
- package/dist/formio.builder.min.css +1 -1
- package/dist/formio.embed.css +1 -1
- package/dist/formio.embed.min.css +1 -1
- package/dist/formio.form.css +0 -6
- package/dist/formio.form.js +6 -6
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.css +0 -6
- package/dist/formio.full.js +7 -7
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.js +4 -4
- package/dist/formio.min.js +1 -1
- package/dist/formio.utils.js +6 -6
- package/dist/formio.utils.min.js +1 -1
- package/lib/cjs/WebformBuilder.js +11 -5
- package/lib/cjs/utils/Evaluator.d.ts +1 -0
- package/lib/cjs/utils/Evaluator.js +3 -1
- package/lib/cjs/utils/index.d.ts +1 -0
- package/lib/cjs/utils/index.js +2 -1
- package/lib/mjs/WebformBuilder.js +12 -6
- package/lib/mjs/utils/Evaluator.d.ts +1 -0
- package/lib/mjs/utils/Evaluator.js +2 -0
- package/lib/mjs/utils/index.d.ts +1 -0
- package/lib/mjs/utils/index.js +2 -1
- package/package.json +4 -3
package/dist/formio.full.css
CHANGED
@@ -2527,12 +2527,6 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
|
|
2527
2527
|
transform: rotate(360deg);
|
2528
2528
|
}
|
2529
2529
|
}
|
2530
|
-
select.form-control {
|
2531
|
-
-webkit-appearance: auto;
|
2532
|
-
-moz-appearance: auto;
|
2533
|
-
appearance: auto;
|
2534
|
-
}
|
2535
|
-
|
2536
2530
|
.formio-form {
|
2537
2531
|
position: relative;
|
2538
2532
|
}
|