@formio/js 5.1.0-dev.6220.2e623f9 → 5.1.0-dev.6223.43c4933
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/formio.builder.css +1 -1
- package/dist/formio.builder.min.css +1 -1
- package/dist/formio.form.css +1 -1
- package/dist/formio.form.js +4 -4
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.css +1 -1
- package/dist/formio.full.js +5 -5
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.utils.js +1 -1
- package/dist/formio.utils.min.js +1 -1
- package/lib/cjs/Element.js +2 -2
- package/lib/cjs/WebformBuilder.js +1 -0
- package/lib/cjs/components/form/Form.d.ts +1 -0
- package/lib/cjs/components/form/Form.js +9 -3
- package/lib/cjs/formio.form.d.ts +2 -1
- package/lib/cjs/formio.form.js +2 -1
- package/lib/cjs/utils/index.d.ts +3 -2
- package/lib/cjs/utils/index.js +2 -1
- package/lib/mjs/Element.js +2 -2
- package/lib/mjs/WebformBuilder.js +1 -0
- package/lib/mjs/components/form/Form.d.ts +1 -0
- package/lib/mjs/components/form/Form.js +9 -3
- package/lib/mjs/formio.form.d.ts +2 -1
- package/lib/mjs/formio.form.js +2 -2
- package/lib/mjs/utils/index.d.ts +3 -2
- package/lib/mjs/utils/index.js +2 -2
- package/package.json +1 -1
package/dist/formio.full.css
CHANGED
@@ -3911,7 +3911,7 @@ div[data-oembed-url] {
|
|
3911
3911
|
|
3912
3912
|
.formio-form > div > nav > ul.pagination {
|
3913
3913
|
flex-flow: wrap row;
|
3914
|
-
justify-content: flex-
|
3914
|
+
justify-content: flex-start;
|
3915
3915
|
}
|
3916
3916
|
.formio-form > div > nav > ul.pagination .page-link {
|
3917
3917
|
cursor: pointer;
|