@operato/scene-visualizer 2.0.0-alpha.6 → 2.0.0-alpha.7

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/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.0-alpha.7](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-03-25)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * malformed file ([d0d991f](https://github.com/things-scene/operato-scene/commit/d0d991f16f41da95177544fb074e06e56edd8d1b))
12
+
13
+
14
+
6
15
  ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-visualizer",
3
3
  "description": "visualizer component for operato-scene",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-alpha.6",
5
+ "version": "2.0.0-alpha.7",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -62,5 +62,5 @@
62
62
  "prettier --write"
63
63
  ]
64
64
  },
65
- "gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
65
+ "gitHead": "7eef3bd3b639afd0d45f6fb67a548716aea18a53"
66
66
  }
@@ -1,30 +1,31 @@
1
1
  {
2
- "component.3d-container": "bekas 3D",
3
- "component.visualizer": "pembayangan",
4
- "component.rack-table": "jadual rak",
5
- "component.cube": "kubus",
6
- "component.cylinder": "silinder",
7
- "component.sphere": "sfera",
8
- "component.banner": "bendera",
9
- "component.sprite": "sprait",
10
- "component.wall": "dinding",
11
- "component.desk": "meja",
12
- "component.camera": "kamera",
13
- "component.light": "cahaya",
14
- "component.gltf-object": "objek gltf",
15
- "label.bin-locations": "lokasi bin",
16
- "label.camera-x": "kamera X",
17
- "label.camera-y": "kamera Y",
18
- "label.camera-z": "kamera Z",
19
- "label.gltf-file-info": "info fail",
20
- "label.gamma-factor": "faktor gamma",
21
- "label.section-digits": "digit bahagian",
22
- "label.shelf-locations": "lokasi rak",
23
- "label.show-helper": "papar pembantu",
24
- "label.unit-digits": "digit unit",
25
- "label.popup-position": "kedudukan popup",
26
- "label.light-type": "jenis cahaya",
27
- "label.intensity": "keamatan",
28
- "label.distance": "jarak",
29
- "label.decay": "kemerosotan",
30
- "label.cast-shadow": "lontarkan
2
+ "component.3d-container": "3D container",
3
+ "component.visualizer": "visualizer",
4
+ "component.rack-table": "rack table",
5
+ "component.cube": "cube",
6
+ "component.cylinder": "cylinder",
7
+ "component.sphere": "sphere",
8
+ "component.banner": "banner",
9
+ "component.sprite": "sprite",
10
+ "component.wall": "wall",
11
+ "component.desk": "desk",
12
+ "component.camera": "camera",
13
+ "component.light": "light",
14
+ "component.gltf-object": "gltf-object",
15
+ "label.bin-locations": "bin locations",
16
+ "label.camera-x": "camera X",
17
+ "label.camera-y": "camera Y",
18
+ "label.camera-z": "camera Z",
19
+ "label.gltf-file-info": "file info.",
20
+ "label.gamma-factor": "gamma factor",
21
+ "label.section-digits": "section digits",
22
+ "label.shelf-locations": "shelf locations",
23
+ "label.show-helper": "show helper",
24
+ "label.unit-digits": "unit digits",
25
+ "label.popup-position": "popup position",
26
+ "label.light-type": "light type",
27
+ "label.intensity": "intensity",
28
+ "label.distance": "distance",
29
+ "label.decay": "decay",
30
+ "label.cast-shadow": "cast shadow"
31
+ }