@bpmn-io/form-js-playground 1.15.0 → 1.15.1

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.
@@ -90638,6 +90638,7 @@
90638
90638
  const schema = `[
90639
90639
  {
90640
90640
  "documentId": "u123",
90641
+ "endpoint": "https://api.example.com/documents/u123",
90641
90642
  "metadata": {
90642
90643
  "fileName": "Document.pdf",
90643
90644
  "contentType": "application/pdf"
@@ -90655,6 +90656,15 @@
90655
90656
  children: o("code", {
90656
90657
  children: schema
90657
90658
  })
90659
+ }), o("p", {
90660
+ children: "When using Camunda Tasklist UI, additional document reference attributes are automatically handled. Modifying the document reference may affect the document preview functionality."
90661
+ }), o("p", {
90662
+ children: ["Learn more in our", ' ', o("a", {
90663
+ href: "https://docs.camunda.io/docs/8.7/components/modeler/forms/form-element-library/forms-element-library-document-preview/",
90664
+ target: "_blank",
90665
+ rel: "noopener noreferrer",
90666
+ children: "documentation"
90667
+ }), "."]
90658
90668
  })]
90659
90669
  });
90660
90670
  return FeelTemplatingEntry({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-playground",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "A form-js playground",
5
5
  "files": [
6
6
  "dist"
@@ -45,7 +45,7 @@
45
45
  "url": "https://github.com/bpmn-io"
46
46
  },
47
47
  "dependencies": {
48
- "@bpmn-io/form-js-editor": "^1.15.0",
48
+ "@bpmn-io/form-js-editor": "^1.15.1",
49
49
  "@bpmn-io/form-js-viewer": "^1.15.0",
50
50
  "@codemirror/autocomplete": "^6.18.6",
51
51
  "@codemirror/commands": "^6.8.0",
@@ -71,5 +71,5 @@
71
71
  "rollup-plugin-css-only": "^4.5.2",
72
72
  "style-loader": "^4.0.0"
73
73
  },
74
- "gitHead": "087660fb069d5f7c6dc3bcf6f7694775b4a3e560"
74
+ "gitHead": "c8b7cdd676c5803fe31fcab920a5564cba4d73b6"
75
75
  }