@operato/property-panel 9.0.0-beta.76 → 9.0.0-beta.77

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
+ ## [9.0.0-beta.77](https://github.com/hatiolab/operato/compare/v9.0.0-beta.76...v9.0.0-beta.77) (2025-05-03)
7
+
8
+
9
+ ### :mega: Other
10
+
11
+ * translations for property-panel ([71fbc65](https://github.com/hatiolab/operato/commit/71fbc65fa3d1e32d033e9b115c662d95030c272d))
12
+
13
+
14
+
6
15
  ## [9.0.0-beta.76](https://github.com/hatiolab/operato/compare/v9.0.0-beta.75...v9.0.0-beta.76) (2025-05-03)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/property-panel",
3
3
  "description": "Webcomponent property-panel following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.76",
5
+ "version": "9.0.0-beta.77",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -103,5 +103,5 @@
103
103
  "prettier --write"
104
104
  ]
105
105
  },
106
- "gitHead": "e045ac823717b25f49513c599365641d81250f72"
106
+ "gitHead": "6e7cfee204c1ec362d83023211a52dc1c13b5c6f"
107
107
  }
@@ -378,6 +378,7 @@
378
378
  "label.no-fill": "no fill",
379
379
  "label.no-repeat": "no repeat",
380
380
  "label.number": "number",
381
+ "label.position-origin": "origin",
381
382
  "label.offset-x": "Offset X",
382
383
  "label.offset-y": "Offset Y",
383
384
  "label.opacity": "opacity",
@@ -381,6 +381,7 @@
381
381
  "label.no-fill": "空にする",
382
382
  "label.no-repeat": "繰り返しなし",
383
383
  "label.number": "数字",
384
+ "label.position-origin": "位置原点",
384
385
  "label.offset-x": "オフセットX",
385
386
  "label.offset-y": "オフセットY",
386
387
  "label.opacity": "透明度",
@@ -381,6 +381,7 @@
381
381
  "label.no-fill": "비우기",
382
382
  "label.no-repeat": "반복 없음",
383
383
  "label.number": "숫자",
384
+ "label.position-origin": "원점",
384
385
  "label.offset-x": "오프셋 X",
385
386
  "label.offset-y": "오프셋 Y",
386
387
  "label.opacity": "투명도",
@@ -380,6 +380,7 @@
380
380
  "label.no-fill": "无",
381
381
  "label.no-repeat": "[zh] no repeat",
382
382
  "label.number": "数字",
383
+ "label.position-origin": "位置原点",
383
384
  "label.offset-x": "偏移-X",
384
385
  "label.offset-y": "偏移-Y",
385
386
  "label.opacity": "透明度",