Skip to content

Commit

Permalink
feat: feature spike feel popup editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jul 12, 2023
1 parent 851392a commit 95d4586
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 47 deletions.
122 changes: 80 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/core": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@bpmn-io/properties-panel": "^3.0.0",
"@bpmn-io/properties-panel": "github:bpmn-io/properties-panel#spike-popup-editor",
"@carbon/react": "^1.24.0",
"@carbon/styles": "^1.23.1",
"@playwright/test": "1.34.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/form-js-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@
},
"dependencies": {
"@bpmn-io/form-js-viewer": "^1.0.0",
"@bpmn-io/properties-panel": "^3.0.0",
"@bpmn-io/properties-panel": "github:bpmn-io/properties-panel#spike-popup-editor",
"array-move": "^3.0.1",
"big.js": "^6.2.1",
"dragula": "^3.7.3",
"ids": "^1.0.0",
"min-dash": "^4.0.0",
"min-dom": "^4.0.0",
"preact": "^10.5.14"
"preact": "^10.5.14",
"focus-trap": "^7.5.2"
},
"sideEffects": [
"*.css"
Expand Down
3 changes: 2 additions & 1 deletion packages/form-js-editor/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export default [
'preact/hooks',
'preact/compat',
'dragula',
'@bpmn-io/form-js-viewer'
'@bpmn-io/form-js-viewer',
'focus-trap'
],
plugins: pgl([
copy({
Expand Down
2 changes: 1 addition & 1 deletion packages/form-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:distro:viewer": "cross-env VARIANT=form-viewer karma start test/config/karma.distro.js",
"test:distro:editor": "cross-env VARIANT=form-editor karma start test/config/karma.distro.js",
"test:distro:playground": "cross-env VARIANT=form-playground karma start test/config/karma.distro.js",
"prepublishOnly": "run-s build test:distro"
"prepublishOnly": "run-s build"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down

0 comments on commit 95d4586

Please sign in to comment.