@buntui/extensions 0.1.0-alpha.2 → 0.1.0-alpha.3

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.
@@ -71,7 +71,7 @@ class HmrErrorOverlayWidget extends TuiWidgetEntity {
71
71
  });
72
72
  }
73
73
  get zIndex() {
74
- return 9999;
74
+ return this.getZIndexOverride() ?? 9999;
75
75
  }
76
76
  get rect() {
77
77
  const { rows, cols } = TUI_CONTEXT_INSTANCE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buntui/extensions",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AlphaFoxz/buntui.git",
@@ -46,7 +46,7 @@
46
46
  "build": "tsc --project ./tsconfig.json"
47
47
  },
48
48
  "dependencies": {
49
- "@buntui/core": "^0.1.0-alpha.2"
49
+ "@buntui/core": "^0.1.0-alpha.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/bun": "^1.3.14"