@opentui/core 0.1.42 → 0.1.44
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/3d/WGPURenderer.d.ts +2 -0
- package/3d/canvas.d.ts +2 -0
- package/3d.js +33 -2
- package/3d.js.map +4 -4
- package/console.d.ts +2 -0
- package/{index-y49e47t2.js → index-bd7k864e.js} +1342 -7
- package/{index-y49e47t2.js.map → index-bd7k864e.js.map} +6 -6
- package/index.js +2 -3
- package/index.js.map +3 -3
- package/lib/ascii.font.d.ts +208 -1
- package/package.json +8 -8
- package/renderer.d.ts +2 -1
- package/testing.js +1 -1
package/index.js
CHANGED
|
@@ -136,7 +136,7 @@ import {
|
|
|
136
136
|
white,
|
|
137
137
|
wrapWithDelegates,
|
|
138
138
|
yellow
|
|
139
|
-
} from "./index-
|
|
139
|
+
} from "./index-bd7k864e.js";
|
|
140
140
|
// src/text-buffer-view.ts
|
|
141
141
|
class TextBufferView {
|
|
142
142
|
lib;
|
|
@@ -4715,7 +4715,6 @@ class SelectRenderable extends Renderable {
|
|
|
4715
4715
|
}
|
|
4716
4716
|
if (this._showDescription && itemY + this.fontHeight < contentY + contentHeight) {
|
|
4717
4717
|
const descColor = isSelected ? this._selectedDescriptionColor : this._descriptionColor;
|
|
4718
|
-
const descBg = this._focused ? this._focusedBackgroundColor : this._backgroundColor;
|
|
4719
4718
|
this.frameBuffer.drawText(option.description, descX, itemY + this.fontHeight, descColor);
|
|
4720
4719
|
}
|
|
4721
4720
|
}
|
|
@@ -6423,5 +6422,5 @@ export {
|
|
|
6423
6422
|
ASCIIFont
|
|
6424
6423
|
};
|
|
6425
6424
|
|
|
6426
|
-
//# debugId=
|
|
6425
|
+
//# debugId=FA9260E048228CEF64756E2164756E21
|
|
6427
6426
|
//# sourceMappingURL=index.js.map
|