@opentui/core 0.1.43 → 0.1.45

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/index.js CHANGED
@@ -136,7 +136,7 @@ import {
136
136
  white,
137
137
  wrapWithDelegates,
138
138
  yellow
139
- } from "./index-23t1sg60.js";
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=B9B7175D268B0B9C64756E2164756E21
6425
+ //# debugId=FA9260E048228CEF64756E2164756E21
6427
6426
  //# sourceMappingURL=index.js.map