-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump to @bpmn-io/[email protected]
- Loading branch information
1 parent
0522749
commit e65fb42
Showing
7 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<!-- | ||
required viewer styles | ||
--> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css"> | ||
<style> | ||
#form { | ||
max-width: 800px; | ||
|
@@ -83,7 +83,7 @@ | |
} | ||
</script> | ||
|
||
<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-viewer.umd.js"></script> | ||
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-viewer.umd.js"></script> | ||
|
||
<script async src="./customProperties.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<!-- | ||
required editor styles | ||
--> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js-editor.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js-editor.css"> | ||
|
||
<style> | ||
body, html { | ||
|
@@ -46,7 +46,7 @@ | |
<!-- | ||
required editor script | ||
--> | ||
<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-editor.umd.js"></script> | ||
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-editor.umd.js"></script> | ||
|
||
<script> | ||
const schema = JSON.parse( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<!-- | ||
required viewer styles | ||
--> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css"> | ||
<style> | ||
#form { | ||
max-width: 800px; | ||
|
@@ -38,7 +38,7 @@ | |
<!-- | ||
required viewer script | ||
--> | ||
<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-viewer.umd.js"></script> | ||
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-viewer.umd.js"></script> | ||
|
||
<script> | ||
const schema = JSON.parse( | ||
|