@operato/scene-legend 1.2.46 → 1.2.50

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.
Files changed (28) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/attachments/3c2f6007-c06b-47ca-9508-9bcda9428fd0.svg +425 -0
  3. package/dist/svg.js +3 -3
  4. package/dist/svg.js.map +1 -1
  5. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -18
  6. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +3 -8
  7. package/logs/application-2023-07-13-20.log +10 -0
  8. package/logs/connections-2023-07-13-20.log +80 -0
  9. package/logs/system/.144ddb221a51f7e2afac3fe1fc3dcf306a8de9ef-audit.json +3 -8
  10. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-07-13-20.log" +510 -0
  11. package/package.json +2 -2
  12. package/schema.gql +875 -42
  13. package/src/svg.ts +3 -3
  14. package/tsconfig.tsbuildinfo +1 -1
  15. package/dist/editors/property-editor-gltf-info.d.ts +0 -14
  16. package/dist/editors/property-editor-gltf-info.js +0 -130
  17. package/dist/editors/property-editor-gltf-info.js.map +0 -1
  18. package/dist/templates/legend copy.d.ts +0 -18
  19. package/dist/templates/legend copy.js +0 -19
  20. package/dist/templates/legend copy.js.map +0 -1
  21. package/logs/application-2023-05-09-07.log +0 -30
  22. package/logs/application-2023-05-09-08.log +0 -2
  23. package/logs/application-2023-05-09-09.log +0 -12
  24. package/logs/application-2023-05-09-11.log +0 -4
  25. package/logs/connections-2023-05-09-07.log +0 -82
  26. package/logs/connections-2023-05-09-11.log +0 -3
  27. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-11.log" +0 -165
  28. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-12.log" +0 -765
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-legend",
3
3
  "description": "Legend component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "1.2.46",
5
+ "version": "1.2.50",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "prettier --write"
59
59
  ]
60
60
  },
61
- "gitHead": "1642231c4a8e50b20f520fad3ac3e00ebf7fe8d8"
61
+ "gitHead": "a0b29bd5518ed24918a79b73f10053f4d6b41adb"
62
62
  }