@operato/board 1.0.0-beta.20 → 1.0.0-beta.23

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.0.0-beta.20",
3
+ "version": "1.0.0-beta.23",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -49,17 +49,17 @@
49
49
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
50
50
  },
51
51
  "dependencies": {
52
- "@operato/app": "^1.0.0-beta.20",
53
- "@operato/data-grist": "^1.0.0-beta.20",
54
- "@operato/font": "^1.0.0-beta.20",
55
- "@operato/graphql": "^1.0.0-beta.20",
56
- "@operato/i18n": "^1.0.0-beta.20",
57
- "@operato/input": "^1.0.0-beta.20",
58
- "@operato/markdown": "^1.0.0-beta.20",
59
- "@operato/popup": "^1.0.0-beta.20",
60
- "@operato/property-editor": "^1.0.0-beta.20",
61
- "@operato/styles": "^1.0.0-beta.20",
62
- "@operato/utils": "^1.0.0-beta.20",
52
+ "@operato/app": "^1.0.0-beta.23",
53
+ "@operato/data-grist": "^1.0.0-beta.23",
54
+ "@operato/font": "^1.0.0-beta.23",
55
+ "@operato/graphql": "^1.0.0-beta.23",
56
+ "@operato/i18n": "^1.0.0-beta.23",
57
+ "@operato/input": "^1.0.0-beta.23",
58
+ "@operato/markdown": "^1.0.0-beta.23",
59
+ "@operato/popup": "^1.0.0-beta.23",
60
+ "@operato/property-editor": "^1.0.0-beta.23",
61
+ "@operato/styles": "^1.0.0-beta.23",
62
+ "@operato/utils": "^1.0.0-beta.23",
63
63
  "@polymer/paper-dropdown-menu": "^3.2.0",
64
64
  "@types/file-saver": "^2.0.4",
65
65
  "@types/sortablejs": "^1.10.7",
@@ -108,5 +108,5 @@
108
108
  "prettier --write"
109
109
  ]
110
110
  },
111
- "gitHead": "99a8317ab05ad2e4229476e894d88ad596ab2f1e"
111
+ "gitHead": "7f3dbeb570ea4f5329d187057a45cb43894100eb"
112
112
  }
@@ -319,7 +319,7 @@ export default class SceneInspector extends LitElement {
319
319
  <span class=${this.getNodeHandleClass(component)}> </span>
320
320
 
321
321
  <span class="type">${depth == 0 ? 'ROOT' : type}</span> ${name
322
- ? html` <span class="name">#${name}</span> `
322
+ ? html` <span class="name">${name}</span> `
323
323
  : html``}
324
324
  </span>
325
325