@bpmn-io/form-js-playground 1.5.0-alpha.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export function EmbedModal(props: any): JSX.Element;
1
+ export function EmbedModal(props: any): any;
@@ -1 +1 @@
1
- export function Modal(props: any): JSX.Element;
1
+ export function Modal(props: any): any;
@@ -1 +1 @@
1
- export function PlaygroundRoot(props: any): JSX.Element;
1
+ export function PlaygroundRoot(props: any): any;
@@ -1,4 +1,4 @@
1
- export function Section(props: any): JSX.Element;
1
+ export function Section(props: any): any;
2
2
  export namespace Section {
3
3
  function HeaderItem(props: any): any;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-playground",
3
- "version": "1.5.0-alpha.0",
3
+ "version": "1.5.0",
4
4
  "description": "A form-js playground",
5
5
  "files": [
6
6
  "dist"
@@ -44,8 +44,8 @@
44
44
  "url": "https://github.com/bpmn-io"
45
45
  },
46
46
  "dependencies": {
47
- "@bpmn-io/form-js-editor": "^1.5.0-alpha.0",
48
- "@bpmn-io/form-js-viewer": "^1.5.0-alpha.0",
47
+ "@bpmn-io/form-js-editor": "^1.5.0",
48
+ "@bpmn-io/form-js-viewer": "^1.5.0",
49
49
  "@codemirror/autocomplete": "^6.3.4",
50
50
  "@codemirror/commands": "^6.1.2",
51
51
  "@codemirror/lang-json": "^6.0.0",
@@ -70,5 +70,5 @@
70
70
  "rollup-plugin-css-only": "^4.0.0",
71
71
  "style-loader": "^3.3.0"
72
72
  },
73
- "gitHead": "dd79ef1e87281d69eef0c052069ce4347d1a7468"
73
+ "gitHead": "02814e168dd3078869fede070bcc6d8f1f741ec7"
74
74
  }