Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Jul 15, 2024
1 parent 6e34ca8 commit ad6df61
Show file tree
Hide file tree
Showing 27 changed files with 182 additions and 107 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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.7.1-rc.5]
## 5.7.1-rc.5
### Changed
- Updated [email protected]

### Changed
- Updated [email protected]

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.

34 changes: 22 additions & 12 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.

10 changes: 9 additions & 1 deletion 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 - 2023 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.8
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2021 Joachim Wester
Expand All @@ -17,7 +25,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.1-rc.1 | https://unpkg.com/formiojs@4.21.1-rc.1/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.1-rc.1 | https://unpkg.com/formiojs@4.21.1-rc.1/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
74 changes: 42 additions & 32 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
74 changes: 42 additions & 32 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: 9 additions & 1 deletion 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 - 2023 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.8
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2021 Joachim Wester
Expand All @@ -24,7 +32,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.1-rc.1 | https://unpkg.com/formiojs@4.21.1-rc.1/LICENSE.txt */

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

Expand Down
6 changes: 3 additions & 3 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.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.1-rc.1 | https://unpkg.com/formiojs@4.21.1-rc.1/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.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.

2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.utils.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */
/*! formiojs v4.21.1-rc.1 | https://unpkg.com/formiojs@4.21.1-rc.1/LICENSE.txt */

/**
* @license
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uswds-viewer",
"version": "5.7.0-rc.2",
"version": "5.7.1-rc.5",
"description": "A Form.io form viewer application for US Web Design Standards",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/formio/formio-viewer#readme",
"dependencies": {
"@formio/premium": "github:formio/premium#v1.22.3",
"@formio/premium": "github:formio/premium#v2.0.2-rc.1",
"@formio/uswds": "2.5.1",
"@formio/vpat": "github:formio/vpat#v2.5.4",
"@uswds/uswds": "^3.8.0",
Expand All @@ -29,7 +29,7 @@
"eventemitter2": "^6.4.7",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"formiojs": "4.19.4",
"formiojs": "4.21.1-rc.1",
"i18next": "^21.8.16",
"seamless": "^1.4.1"
},
Expand Down
20 changes: 13 additions & 7 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://[email protected]/formio/premium.git#340d9a482eedb45069b733c1d0da6bc2c1981eee"
"@formio/premium@github:formio/premium#v2.0.2-rc.1":
version "2.0.2-rc.1"
resolved "git+ssh://[email protected]/formio/premium.git#dcc4d562c3134907ac900354ed0753f26f6770b2"
dependencies:
"@juggle/resize-observer" "^3.4.0"
"@zxing/library" "^0.18.6"
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.1-rc.1:
version "4.21.1-rc.1"
resolved "https://registry.yarnpkg.com/formiojs/-/formiojs-4.21.1-rc.1.tgz#4240c4146ecea82b5fb19b41739d45e0abf0f5ff"
integrity sha512-ZEgNUfL7mNANJVqv9L6tOQsLJZL1/y6fBddESZEoPDKeES7BpcdOw9BXQgAgBydSKbZFYaKChsJpLuMVdoB/Bw==
dependencies:
"@formio/bootstrap3" "2.12.4-rc.1"
"@formio/choices.js" "10.2.1"
Expand All @@ -3119,6 +3119,7 @@ [email protected]:
fetch-ponyfill "^7.1.0"
i18next "22.4.12"
idb "^7.1.1"
inputmask "^5.0.8"
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.8:
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 ad6df61

Please sign in to comment.