@opentui/core 0.1.14 → 0.1.16
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.js +3 -3
- package/3d.js.map +3 -3
- package/Renderable.d.ts +20 -9
- package/buffer.d.ts +5 -27
- package/console.d.ts +1 -1
- package/{index-rv93tneq.js → index-sw194bbj.js} +489 -766
- package/index-sw194bbj.js.map +36 -0
- package/index.js +856 -47
- package/index.js.map +8 -5
- package/lib/selection.d.ts +31 -38
- package/lib/styled-text.d.ts +0 -3
- package/package.json +7 -7
- package/renderables/ASCIIFont.d.ts +4 -2
- package/renderables/ScrollBar.d.ts +77 -0
- package/renderables/ScrollBox.d.ts +82 -0
- package/renderables/Slider.d.ts +31 -0
- package/renderables/Text.d.ts +9 -5
- package/renderables/index.d.ts +2 -0
- package/renderer.d.ts +8 -5
- package/text-buffer.d.ts +9 -10
- package/types.d.ts +23 -12
- package/zig.d.ts +13 -23
- package/index-rv93tneq.js.map +0 -36
package/3d.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
__export,
|
|
6
6
|
__require,
|
|
7
7
|
__toESM
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-sw194bbj.js";
|
|
9
9
|
|
|
10
10
|
// ../../node_modules/omggif/omggif.js
|
|
11
11
|
var require_omggif = __commonJS((exports) => {
|
|
@@ -31774,7 +31774,7 @@ class CLICanvas {
|
|
|
31774
31774
|
const g = gByte / 255;
|
|
31775
31775
|
const b = bByte / 255;
|
|
31776
31776
|
const cellColor = RGBA.fromValues(r, g, b, 1);
|
|
31777
|
-
buffer.
|
|
31777
|
+
buffer.setCellWithAlphaBlending(x2, y2, "\u2588", cellColor, backgroundColor);
|
|
31778
31778
|
}
|
|
31779
31779
|
}
|
|
31780
31780
|
}
|
|
@@ -33843,5 +33843,5 @@ export {
|
|
|
33843
33843
|
CLICanvas
|
|
33844
33844
|
};
|
|
33845
33845
|
|
|
33846
|
-
//# debugId=
|
|
33846
|
+
//# debugId=6CE48500EF2FD9F164756E2164756E21
|
|
33847
33847
|
//# sourceMappingURL=3d.js.map
|