@operato/board 1.4.81 → 1.4.83

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.4.81",
3
+ "version": "1.4.83",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -148,5 +148,5 @@
148
148
  "prettier --write"
149
149
  ]
150
150
  },
151
- "gitHead": "46f974ff064a7cafa5ffa721b9e9f1ad8d24f7f8"
151
+ "gitHead": "e4a6c5bd4f8eee6c58cf487febf8a01bf349ab77"
152
152
  }
@@ -41,7 +41,7 @@ const PROPS = [
41
41
  'dimension',
42
42
  'location',
43
43
  'accessor',
44
- '(click)',
44
+ 'tap',
45
45
  '(action)'
46
46
  ].map(prop => {
47
47
  return typeof prop == 'string' ? { name: prop, label: prop } : { name: prop[0], label: prop[1] }
@@ -194,6 +194,7 @@ export class PropertyEventTap extends LitElement {
194
194
  case 'popup':
195
195
  case 'modal-popup':
196
196
  case 'data-spreading':
197
+ case 'goto':
197
198
  case 'goto-playlist':
198
199
  let ids =
199
200
  (this.scene &&