@operato/board 1.1.39 → 1.1.40

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -146,5 +146,5 @@
146
146
  "prettier --write"
147
147
  ]
148
148
  },
149
- "gitHead": "f482cfb98b0bb24ff637196cedc2a632ecffacb2"
149
+ "gitHead": "a2584a3f78e0f68bbfc88b65629a9a6b56c7fc6a"
150
150
  }
@@ -281,6 +281,9 @@ export class BoardViewer extends LitElement {
281
281
  if (this.data) {
282
282
  this._scene.data = this.data
283
283
  }
284
+ if (this.values) {
285
+ this._scene.values = this.values
286
+ }
284
287
  this.currentBoardId = id
285
288
 
286
289
  this.bindSceneEvents()