ink-lineage 0.0.3 → 0.0.4

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.
@@ -477,8 +477,8 @@ var BaseHeaderComponent = /** @class */ (function () {
477
477
  new Text({
478
478
  name: 'headerAssetPath',
479
479
  style: {
480
- x: 12,
481
- y: 70,
480
+ x: 36,
481
+ y: 67,
482
482
  zIndex: 99,
483
483
  lineHeight: 16,
484
484
  textOverflow: 'ellipsis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ink-lineage",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "./dist/index.js",