Skip to content

Commit

Permalink
Merge pull request #86 from formio/chore/update-formiojs
Browse files Browse the repository at this point in the history
update formiojs dep
  • Loading branch information
brendanbond authored Dec 10, 2024
2 parents 7ab3c52 + 3e0ffda commit c5fd878
Show file tree
Hide file tree
Showing 23 changed files with 1,185 additions and 881 deletions.
21 changes: 8 additions & 13 deletions dist/lib/formiojs/formio.builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ dialog.fixed {
}
.formio-form {
position: relative;
min-height: 80px;
}

.formio-error-wrapper,
Expand Down Expand Up @@ -612,13 +611,13 @@ dialog.fixed {
line-height: 1;
}

.card-vertical {
.card.card-vertical {
display: flex;
flex-direction: row;
margin-top: 5px;
}

.card-vertical .card-body,
.card.card-vertical .card-body,
.tab-content,
.tab {
flex-grow: 2;
Expand All @@ -633,22 +632,22 @@ dialog.fixed {
border-bottom: 0;
}

.card-vertical > .card-body,
.card-vertical > .tab-content,
.card-vertical > .tab {
.card.card-vertical > .card-body,
.card.card-vertical > .tab-content,
.card.card-vertical > .tab {
flex-basis: 85%;
}

.card-vertical ul > li > .nav-link-vertical {
.card.card-vertical ul > li > .nav-link-vertical {
border-right-color: transparent;
border-radius: 4px 0 0 4px;
margin-right: 0;
}
.card-vertical ul > li > .nav-link-vertical.active {
.card.card-vertical ul > li > .nav-link-vertical.active {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.card-vertical ul > li > .nav-link-vertical.active:hover {
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
border-right-color: transparent;
}

Expand Down Expand Up @@ -1120,10 +1119,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.builder.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.embed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.embed.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.embed.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! formiojs v5.0.0-rc.48 | https://unpkg.com/[email protected]-rc.48/LICENSE.txt */
/*! formiojs v5.0.0 | https://unpkg.com/[email protected]/LICENSE.txt */
21 changes: 8 additions & 13 deletions dist/lib/formiojs/formio.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ dialog.fixed {
}
.formio-form {
position: relative;
min-height: 80px;
}

.formio-error-wrapper,
Expand Down Expand Up @@ -589,13 +588,13 @@ dialog.fixed {
line-height: 1;
}

.card-vertical {
.card.card-vertical {
display: flex;
flex-direction: row;
margin-top: 5px;
}

.card-vertical .card-body,
.card.card-vertical .card-body,
.tab-content,
.tab {
flex-grow: 2;
Expand All @@ -610,22 +609,22 @@ dialog.fixed {
border-bottom: 0;
}

.card-vertical > .card-body,
.card-vertical > .tab-content,
.card-vertical > .tab {
.card.card-vertical > .card-body,
.card.card-vertical > .tab-content,
.card.card-vertical > .tab {
flex-basis: 85%;
}

.card-vertical ul > li > .nav-link-vertical {
.card.card-vertical ul > li > .nav-link-vertical {
border-right-color: transparent;
border-radius: 4px 0 0 4px;
margin-right: 0;
}
.card-vertical ul > li > .nav-link-vertical.active {
.card.card-vertical ul > li > .nav-link-vertical.active {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.card-vertical ul > li > .nav-link-vertical.active:hover {
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
border-right-color: transparent;
}

Expand Down Expand Up @@ -1097,10 +1096,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
619 changes: 350 additions & 269 deletions dist/lib/formiojs/formio.form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.form.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.form.min.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion dist/lib/formiojs/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
* Version: 5.0.8
*/

/*!
* dist/inputmask
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2024 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.9
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2021 Joachim Wester
Expand All @@ -25,7 +33,9 @@

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

/*! @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 */
/*! @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 */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license
Expand Down
21 changes: 8 additions & 13 deletions dist/lib/formiojs/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -2531,7 +2531,6 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
}
.formio-form {
position: relative;
min-height: 80px;
}

.formio-error-wrapper,
Expand Down Expand Up @@ -2691,13 +2690,13 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
line-height: 1;
}

.card-vertical {
.card.card-vertical {
display: flex;
flex-direction: row;
margin-top: 5px;
}

.card-vertical .card-body,
.card.card-vertical .card-body,
.tab-content,
.tab {
flex-grow: 2;
Expand All @@ -2712,22 +2711,22 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
border-bottom: 0;
}

.card-vertical > .card-body,
.card-vertical > .tab-content,
.card-vertical > .tab {
.card.card-vertical > .card-body,
.card.card-vertical > .tab-content,
.card.card-vertical > .tab {
flex-basis: 85%;
}

.card-vertical ul > li > .nav-link-vertical {
.card.card-vertical ul > li > .nav-link-vertical {
border-right-color: transparent;
border-radius: 4px 0 0 4px;
margin-right: 0;
}
.card-vertical ul > li > .nav-link-vertical.active {
.card.card-vertical ul > li > .nav-link-vertical.active {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.card-vertical ul > li > .nav-link-vertical.active:hover {
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
border-right-color: transparent;
}

Expand Down Expand Up @@ -3199,10 +3198,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
597 changes: 296 additions & 301 deletions dist/lib/formiojs/formio.full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.full.min.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dist/lib/formiojs/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/*!
* dist/inputmask
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2023 Robin Herbots
* Copyright (c) 2010 - 2024 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.8
* Version: 5.0.9
*/

/*!
Expand All @@ -25,9 +25,11 @@

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

/*! @license DOMPurify 3.1.0 | (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.0/LICENSE */
/*! @license DOMPurify 3.1.6 | (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.6/LICENSE */

/*! formiojs v5.0.0-rc.48 | https://unpkg.com/[email protected]/LICENSE.txt */
/*! formiojs v5.0.0 | https://unpkg.com/[email protected]/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license
Expand Down
Loading

0 comments on commit c5fd878

Please sign in to comment.