@opentui/core 0.1.102 → 0.1.103

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 CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  __export,
7
7
  __require,
8
8
  __toESM
9
- } from "./index-qpcsqve6.js";
9
+ } from "./index-4pvh4sbk.js";
10
10
 
11
11
  // ../../node_modules/.bun/omggif@1.0.10/node_modules/omggif/omggif.js
12
12
  var require_omggif = __commonJS((exports) => {
package/buffer.d.ts CHANGED
@@ -15,15 +15,18 @@ export declare class OptimizedBuffer {
15
15
  private _widthMethod;
16
16
  respectAlpha: boolean;
17
17
  private _rawBuffers;
18
+ private _rawColorTags;
18
19
  private _destroyed;
19
20
  get ptr(): Pointer;
20
21
  private guard;
22
+ private ensureRawBufferViews;
21
23
  get buffers(): {
22
24
  char: Uint32Array;
23
25
  fg: Float32Array;
24
26
  bg: Float32Array;
25
27
  attributes: Uint32Array;
26
28
  };
29
+ private get rawColorTags();
27
30
  constructor(lib: RenderLib, ptr: Pointer, width: number, height: number, options: {
28
31
  respectAlpha?: boolean;
29
32
  id?: string;