@gridland/web 0.2.24 → 0.2.25

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.
@@ -362,4 +362,4 @@ interface TUIProps {
362
362
  */
363
363
  declare function TUI({ children, style, className, fontSize, fontFamily, autoFocus, backgroundColor, onReady, fallbackCols, fallbackRows, }: TUIProps): react_jsx_runtime.JSX.Element;
364
364
 
365
- export { BrowserRenderer as B, CanvasPainter as C, RGBA as R, SelectionManager as S, TUI as T, type WidthMethod as W, BrowserRenderContext as a, type BorderDrawOptions as b, BrowserBuffer as c, type CanvasPainterOptions as d, type TUIProps as e };
365
+ export { BrowserRenderer as B, CanvasPainter as C, RGBA as R, SelectionManager as S, TUI as T, type WidthMethod as W, BrowserBuffer as a, BrowserRenderContext as b, type BorderDrawOptions as c, type CanvasPainterOptions as d, type TUIProps as e };
package/dist/next.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { T as TUI, e as TUIProps } from './next-BCubNgui.js';
1
+ export { T as TUI, e as TUIProps } from './next-Cwun29WQ.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import 'events';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridland/web",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -40,7 +40,7 @@
40
40
  "test:ci": "bun test --preload ./test/preload.ts --randomize --rerun-each 3"
41
41
  },
42
42
  "dependencies": {
43
- "@gridland/core": "^0.2.24",
43
+ "@gridland/core": "^0.2.25",
44
44
  "diff": "^8.0.3",
45
45
  "events": "^3.3.0",
46
46
  "marked": "^17.0.3",