Skip to content

Commit c5fd878

Browse files
authored
Merge pull request #86 from formio/chore/update-formiojs
update formiojs dep
2 parents 7ab3c52 + 3e0ffda commit c5fd878

23 files changed

+1185
-881
lines changed

dist/lib/formiojs/formio.builder.css

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ dialog.fixed {
452452
}
453453
.formio-form {
454454
position: relative;
455-
min-height: 80px;
456455
}
457456

458457
.formio-error-wrapper,
@@ -612,13 +611,13 @@ dialog.fixed {
612611
line-height: 1;
613612
}
614613

615-
.card-vertical {
614+
.card.card-vertical {
616615
display: flex;
617616
flex-direction: row;
618617
margin-top: 5px;
619618
}
620619

621-
.card-vertical .card-body,
620+
.card.card-vertical .card-body,
622621
.tab-content,
623622
.tab {
624623
flex-grow: 2;
@@ -633,22 +632,22 @@ dialog.fixed {
633632
border-bottom: 0;
634633
}
635634

636-
.card-vertical > .card-body,
637-
.card-vertical > .tab-content,
638-
.card-vertical > .tab {
635+
.card.card-vertical > .card-body,
636+
.card.card-vertical > .tab-content,
637+
.card.card-vertical > .tab {
639638
flex-basis: 85%;
640639
}
641640

642-
.card-vertical ul > li > .nav-link-vertical {
641+
.card.card-vertical ul > li > .nav-link-vertical {
643642
border-right-color: transparent;
644643
border-radius: 4px 0 0 4px;
645644
margin-right: 0;
646645
}
647-
.card-vertical ul > li > .nav-link-vertical.active {
646+
.card.card-vertical ul > li > .nav-link-vertical.active {
648647
border-bottom-color: #ddd;
649648
border-right-color: transparent;
650649
}
651-
.card-vertical ul > li > .nav-link-vertical.active:hover {
650+
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
652651
border-right-color: transparent;
653652
}
654653

@@ -1120,10 +1119,6 @@ body.formio-dialog-open {
11201119
justify-content: flex-end;
11211120
}
11221121

1123-
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
1124-
*zoom: 1;
1125-
}
1126-
11271122
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
11281123
content: "";
11291124
display: table;

dist/lib/formiojs/formio.builder.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.embed.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.embed.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! formiojs v5.0.0-rc.48 | https://unpkg.com/[email protected]-rc.48/LICENSE.txt */
1+
/*! formiojs v5.0.0 | https://unpkg.com/[email protected]/LICENSE.txt */

dist/lib/formiojs/formio.form.css

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ dialog.fixed {
429429
}
430430
.formio-form {
431431
position: relative;
432-
min-height: 80px;
433432
}
434433

435434
.formio-error-wrapper,
@@ -589,13 +588,13 @@ dialog.fixed {
589588
line-height: 1;
590589
}
591590

592-
.card-vertical {
591+
.card.card-vertical {
593592
display: flex;
594593
flex-direction: row;
595594
margin-top: 5px;
596595
}
597596

598-
.card-vertical .card-body,
597+
.card.card-vertical .card-body,
599598
.tab-content,
600599
.tab {
601600
flex-grow: 2;
@@ -610,22 +609,22 @@ dialog.fixed {
610609
border-bottom: 0;
611610
}
612611

613-
.card-vertical > .card-body,
614-
.card-vertical > .tab-content,
615-
.card-vertical > .tab {
612+
.card.card-vertical > .card-body,
613+
.card.card-vertical > .tab-content,
614+
.card.card-vertical > .tab {
616615
flex-basis: 85%;
617616
}
618617

619-
.card-vertical ul > li > .nav-link-vertical {
618+
.card.card-vertical ul > li > .nav-link-vertical {
620619
border-right-color: transparent;
621620
border-radius: 4px 0 0 4px;
622621
margin-right: 0;
623622
}
624-
.card-vertical ul > li > .nav-link-vertical.active {
623+
.card.card-vertical ul > li > .nav-link-vertical.active {
625624
border-bottom-color: #ddd;
626625
border-right-color: transparent;
627626
}
628-
.card-vertical ul > li > .nav-link-vertical.active:hover {
627+
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
629628
border-right-color: transparent;
630629
}
631630

@@ -1097,10 +1096,6 @@ body.formio-dialog-open {
10971096
justify-content: flex-end;
10981097
}
10991098

1100-
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
1101-
*zoom: 1;
1102-
}
1103-
11041099
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
11051100
content: "";
11061101
display: table;

dist/lib/formiojs/formio.form.js

Lines changed: 350 additions & 269 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.form.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.form.min.js.LICENSE.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
* Version: 5.0.8
1212
*/
1313

14+
/*!
15+
* dist/inputmask
16+
* https://github.com/RobinHerbots/Inputmask
17+
* Copyright (c) 2010 - 2024 Robin Herbots
18+
* Licensed under the MIT license
19+
* Version: 5.0.9
20+
*/
21+
1422
/*!
1523
* https://github.com/Starcounter-Jack/JSON-Patch
1624
* (c) 2017-2021 Joachim Wester
@@ -25,7 +33,9 @@
2533

2634
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
2735

28-
/*! @license DOMPurify 3.1.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.3/LICENSE */
36+
/*! @license DOMPurify 3.2.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.3/LICENSE */
37+
38+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2939

3040
/**
3141
* @license

0 commit comments

Comments
 (0)