Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Oct 11, 2024
1 parent 6006ff9 commit d7ca14f
Show file tree
Hide file tree
Showing 27 changed files with 210 additions and 135 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased: 5.10.1-rc.1]
## 5.10.1-rc.1
### Changed
- Updated formiojs@4.21.5-rc.6
- Updated @formio/premium@2.0.4
- Updated @formio/uswds@2.5.2
- Updated pdf-server@5.10.0-rc.1

## 5.9.2
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/lib/formiojs/formio.builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,10 @@ 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.

40 changes: 25 additions & 15 deletions dist/lib/formiojs/formio.contrib.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions dist/lib/formiojs/formio.contrib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* 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 @@ -10,14 +18,14 @@
* MIT licensed
*/

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
/*! @license DOMPurify 3.1.7 | (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.7/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.5-rc.6 | https://unpkg.com/formiojs@4.21.5-rc.6/LICENSE.txt */

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

Expand Down
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 v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.5-rc.6 | https://unpkg.com/formiojs@4.21.5-rc.6/LICENSE.txt */
4 changes: 4 additions & 0 deletions dist/lib/formiojs/formio.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,10 @@ 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
88 changes: 49 additions & 39 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.

8 changes: 8 additions & 0 deletions dist/lib/formiojs/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ License: MIT
* (c) 2023 Szymon Nowak | Released under the MIT license
*/

/*!
* 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 Down
2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.form.min.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/lib/formiojs/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,10 @@ 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
88 changes: 49 additions & 39 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.

12 changes: 10 additions & 2 deletions dist/lib/formiojs/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* (c) 2022 Szymon Nowak | Released under the MIT license
*/

/*!
* 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 @@ -17,14 +25,14 @@

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

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
/*! @license DOMPurify 3.1.7 | (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.7/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.5-rc.6 | https://unpkg.com/formiojs@4.21.5-rc.6/LICENSE.txt */

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

Expand Down
8 changes: 4 additions & 4 deletions dist/lib/formiojs/formio.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/formiojs/formio.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* MIT licensed
*/

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
/*! @license DOMPurify 3.1.7 | (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.7/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.5-rc.6 | https://unpkg.com/formiojs@4.21.5-rc.6/LICENSE.txt */

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

Expand Down
4 changes: 2 additions & 2 deletions dist/lib/formiojs/formio.utils.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/formiojs/formio.utils.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* MIT licensed
*/

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
/*! @license DOMPurify 3.1.7 | (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.7/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.5-rc.6 | https://unpkg.com/formiojs@4.21.5-rc.6/LICENSE.txt */

/**
* @license
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uswds-viewer",
"version": "5.5.6",
"version": "5.10.1-rc.1",
"description": "A Form.io form viewer application for US Web Design Standards",
"main": "index.js",
"scripts": {
Expand All @@ -20,16 +20,16 @@
},
"homepage": "https://github.com/formio/formio-viewer#readme",
"dependencies": {
"@formio/premium": "github:formio/premium#v1.22.3",
"@formio/uswds": "2.5.1",
"@formio/premium": "github:formio/premium#v2.0.4",
"@formio/uswds": "2.5.2",
"@formio/vpat": "github:formio/vpat#v2.5.4",
"@uswds/uswds": "^3.8.0",
"autocompleter": "^6.1.3",
"core-js": "^3.37.0",
"eventemitter2": "^6.4.7",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"formiojs": "4.19.4",
"formiojs": "4.21.5-rc.6",
"i18next": "^21.8.16",
"seamless": "^1.4.1"
},
Expand Down
28 changes: 17 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,9 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/premium@github:formio/premium#v1.22.3":
version "1.22.3"
resolved "git+ssh://git@github.com/formio/premium.git#340d9a482eedb45069b733c1d0da6bc2c1981eee"
"@formio/premium@github:formio/premium#v2.0.4":
version "2.0.4"
resolved "git+ssh://git@github.com/formio/premium.git#0de43dcae1c08db1a0398542bc47439a2a98b0ae"
dependencies:
"@juggle/resize-observer" "^3.4.0"
"@zxing/library" "^0.18.6"
Expand All @@ -993,10 +993,10 @@
resolved "https://registry.yarnpkg.com/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.2.tgz#b9489e68911c70a31997b97dd846d8a7cca6abdb"
integrity sha512-H4Sm+1Sx59jbrlKxtKbzethhp5OIcP8Oi4JBpsvH/SB8P/KCRmtjKbN5ACqURnXmYtBHLJC6Yr9KZibOVRGxpA==

"@formio/uswds@2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@formio/uswds/-/uswds-2.5.1.tgz#130c1e9ebf4002aff74f10f7117c23269da5e367"
integrity sha512-4hfPSMLYqkDST6C51NkVthIVuohnh1uRy7LoxNfjEaO9pXzu/G7MVlbXP8oco1A4ZQAy4bYYZX4o1tFsrAxfNA==
"@formio/uswds@2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@formio/uswds/-/uswds-2.5.2.tgz#5037f5b8c4a810e2c914ee62925e3be2447e1739"
integrity sha512-qLGnExboiCyj+rZ/rY+llQocUnlXMxxCPwU1XDkLtH50KlLMBr9qmWSRyYp/bl0xHjCOrGoxbS26RGN5JhTbiA==

"@formio/vanilla-text-mask@^5.1.1-formio.1":
version "5.1.1-formio.1"
Expand Down Expand Up @@ -3091,10 +3091,10 @@ formidable@^1.2.1:
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.6.tgz#d2a51d60162bbc9b4a055d8457a7c75315d1a168"
integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==

formiojs@4.19.4:
version "4.19.4"
resolved "https://registry.yarnpkg.com/formiojs/-/formiojs-4.19.4.tgz#fc1209369d56d30a0acc7dcfe5e78623e21b7312"
integrity sha512-bVWAqyJ4gb8lGXHLi/XKJGu4Sn0IPBM3IporBtMcOBEUVtNKn3/PLB2lGKbzh5rF2QeEX1Uwb81oeakzDdSUTA==
formiojs@4.21.5-rc.6:
version "4.21.5-rc.6"
resolved "https://registry.yarnpkg.com/formiojs/-/formiojs-4.21.5-rc.6.tgz#2f10c1ddb8713425c891e5738c079dfd0f25672d"
integrity sha512-2tRUKcva1L52WsBi9TASMq+67mXz/HMZ5UTWGveJAdFoxTkRa4HQ3SoHQ1Lklu8MFt93xhLMrh0uNgACir9S1Q==
dependencies:
"@formio/bootstrap3" "2.12.4-rc.1"
"@formio/choices.js" "10.2.1"
Expand All @@ -3119,6 +3119,7 @@ formiojs@4.19.4:
fetch-ponyfill "^7.1.0"
i18next "22.4.12"
idb "^7.1.1"
inputmask "^5.0.9"
ismobilejs "^1.1.1"
json-logic-js "^2.0.2"
jstimezonedetect "^1.0.7"
Expand Down Expand Up @@ -3752,6 +3753,11 @@ inline-source@~6.1.8:
svgo "~1.2.2"
terser "~3.17.0"

inputmask@^5.0.9:
version "5.0.9"
resolved "https://registry.yarnpkg.com/inputmask/-/inputmask-5.0.9.tgz#7bf4e83f5e199c88c0edf28545dc23fa208ef4be"
integrity sha512-s0lUfqcEbel+EQXtehXqwCJGShutgieOaIImFKC/r4reYNvX3foyrChl6LOEvaEgxEbesePIrw1Zi2jhZaDZbQ==

internal-slot@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
Expand Down

0 comments on commit d7ca14f

Please sign in to comment.