@visulima/tui 1.0.0-alpha.12 → 1.0.0-alpha.14
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/CHANGELOG.md +4 -0
- package/dist/components/box.d.ts +1 -1
- package/dist/components/controlled-scroll-view.d.ts +1 -1
- package/dist/components/cursor.d.ts +1 -1
- package/dist/components/dialog.d.ts +1 -1
- package/dist/components/scroll-bar-box.d.ts +1 -1
- package/dist/components/scroll-bar.d.ts +1 -1
- package/dist/components/scroll-list.d.ts +1 -1
- package/dist/components/scroll-view.d.ts +1 -1
- package/dist/components/tree-view-entry.d.ts +1 -1
- package/dist/ink/hooks/use-box-metrics.d.ts +1 -1
- package/dist/ink/hooks/use-linked-scroll.d.ts +1 -1
- package/dist/ink/hooks/use-text-selection.d.ts +2 -2
- package/dist/ink/index.d.ts +4 -4
- package/dist/packem_shared/{dom.d-ksOQhC2W.d.ts → dom.d-Be9F_YcI.d.ts} +1 -1
- package/dist/packem_shared/{render.d-CVGLTvTq.d.ts → render.d-qLMbbSmP.d.ts} +1 -1
- package/dist/packem_shared/{selection.d-CHKA1ogp.d.ts → selection.d-C6q1U6Rv.d.ts} +1 -1
- package/dist/testing/index.d.ts +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## @visulima/tui [1.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.13...@visulima/tui@1.0.0-alpha.14) (2026-05-11)
|
|
2
|
+
|
|
3
|
+
## @visulima/tui [1.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.12...@visulima/tui@1.0.0-alpha.13) (2026-05-11)
|
|
4
|
+
|
|
1
5
|
## @visulima/tui [1.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.11...@visulima/tui@1.0.0-alpha.12) (2026-05-10)
|
|
2
6
|
|
|
3
7
|
## @visulima/tui [1.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.10...@visulima/tui@1.0.0-alpha.11) (2026-05-10)
|
package/dist/components/box.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode, PropsWithChildren, RefAttributes, ForwardRefExoticComponent } from 'react';
|
|
2
2
|
import { Except } from 'type-fest';
|
|
3
|
-
import {
|
|
3
|
+
import { D as DOMElement } from "../packem_shared/dom.d-Be9F_YcI.js";
|
|
4
4
|
import { S as Styles } from "../packem_shared/styles.d-C1g4Iwzr.js";
|
|
5
5
|
import 'yoga-layout';
|
|
6
6
|
import '@visulima/colorize';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode, Ref } from 'react';
|
|
2
2
|
import { BoxProps as Props } from "./box.js";
|
|
3
3
|
import 'type-fest';
|
|
4
|
-
import "../packem_shared/dom.d-
|
|
4
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
5
5
|
import 'yoga-layout';
|
|
6
6
|
import '@visulima/colorize';
|
|
7
7
|
import 'cli-boxes';
|
|
@@ -5,7 +5,7 @@ import '@visulima/colorize';
|
|
|
5
5
|
import 'cli-boxes';
|
|
6
6
|
import { b as ScrollViewRef } from "../packem_shared/scroll-view.d-DtpsgHLg.js";
|
|
7
7
|
import "./box.js";
|
|
8
|
-
import "../packem_shared/dom.d-
|
|
8
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
9
9
|
import "../packem_shared/styles.d-C1g4Iwzr.js";
|
|
10
10
|
type Props = {
|
|
11
11
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BoxProps as Props } from "./box.js";
|
|
3
3
|
import 'type-fest';
|
|
4
|
-
import "../packem_shared/dom.d-
|
|
4
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
5
5
|
import 'yoga-layout';
|
|
6
6
|
import '@visulima/colorize';
|
|
7
7
|
import 'cli-boxes';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BoxProps as Props } from "./box.js";
|
|
3
3
|
import 'type-fest';
|
|
4
|
-
import "../packem_shared/dom.d-
|
|
4
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
5
5
|
import 'yoga-layout';
|
|
6
6
|
import '@visulima/colorize';
|
|
7
7
|
import 'cli-boxes';
|
|
@@ -2,7 +2,7 @@ import React, { Ref } from 'react';
|
|
|
2
2
|
import { a as ScrollViewProps, b as ScrollViewRef } from "../packem_shared/scroll-view.d-DtpsgHLg.js";
|
|
3
3
|
import "./box.js";
|
|
4
4
|
import 'type-fest';
|
|
5
|
-
import "../packem_shared/dom.d-
|
|
5
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
6
6
|
import 'yoga-layout';
|
|
7
7
|
import '@visulima/colorize';
|
|
8
8
|
import 'cli-boxes';
|
|
@@ -2,7 +2,7 @@ export { S as ScrollView, type a as ScrollViewProps, type b as ScrollViewRef } f
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import "./box.js";
|
|
4
4
|
import 'type-fest';
|
|
5
|
-
import "../packem_shared/dom.d-
|
|
5
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
6
6
|
import 'yoga-layout';
|
|
7
7
|
import '@visulima/colorize';
|
|
8
8
|
import 'cli-boxes';
|
|
@@ -2,7 +2,7 @@ import { BoxProps as Props$1 } from "./box.js";
|
|
|
2
2
|
import { Props as Props$2 } from "./text.js";
|
|
3
3
|
import { ReactNode, ReactElement } from 'react';
|
|
4
4
|
import 'type-fest';
|
|
5
|
-
import "../packem_shared/dom.d-
|
|
5
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
6
6
|
import 'yoga-layout';
|
|
7
7
|
import '@visulima/colorize';
|
|
8
8
|
import 'cli-boxes';
|
|
@@ -2,7 +2,7 @@ import { RefObject } from 'react';
|
|
|
2
2
|
import { b as ScrollViewRef } from "../../packem_shared/scroll-view.d-DtpsgHLg.js";
|
|
3
3
|
import "../../components/box.js";
|
|
4
4
|
import 'type-fest';
|
|
5
|
-
import "../../packem_shared/dom.d-
|
|
5
|
+
import "../../packem_shared/dom.d-Be9F_YcI.js";
|
|
6
6
|
import 'yoga-layout';
|
|
7
7
|
import '@visulima/colorize';
|
|
8
8
|
import 'cli-boxes';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { S as Selection } from "../../packem_shared/selection.d-
|
|
2
|
+
import { D as DOMElement } from "../../packem_shared/dom.d-Be9F_YcI.js";
|
|
3
|
+
import { S as Selection } from "../../packem_shared/selection.d-C6q1U6Rv.js";
|
|
4
4
|
import 'yoga-layout';
|
|
5
5
|
import '@visulima/colorize';
|
|
6
6
|
import 'cli-boxes';
|
package/dist/ink/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { type C as ClipboardTarget, c as clearOsc52, i as isOsc52Supported, w as writeOsc52 } from "../packem_shared/clipboard.d-D6lZTQ21.js";
|
|
2
2
|
export { b as COLOR_BLINDNESS_COMPENSATION, c as COLOR_BLINDNESS_SIMULATION, type C as ColorBlindnessType, type a as ColorMatrix, I as IDENTITY_MATRIX, d as applyColorMatrix, h as hexToRgb, r as rgbToHex, t as transformHexColor } from "../packem_shared/color-matrix.d-DSXLsB64.js";
|
|
3
|
-
import {
|
|
4
|
-
export { R as ResizeObserver, type b as ResizeObserverCallback, c as ResizeObserverEntry, type d as ScrollState, type e as StickyHeader, f as calculateScroll, g as getPathToRoot, h as getScrollHeight, i as getScrollLeft, j as getScrollTop, k as getScrollWidth, l as isNodeSelectable } from "../packem_shared/dom.d-
|
|
5
|
-
export { type I as Instance, type K as KittyFlagName, type a as KittyKeyboardOptions, type R as RenderOptions, k as kittyFlags, b as kittyModifiers, r as render } from "../packem_shared/render.d-
|
|
3
|
+
import { D as DOMElement, a as DOMNode, S as StyledLine } from "../packem_shared/dom.d-Be9F_YcI.js";
|
|
4
|
+
export { R as ResizeObserver, type b as ResizeObserverCallback, c as ResizeObserverEntry, type d as ScrollState, type e as StickyHeader, f as calculateScroll, g as getPathToRoot, h as getScrollHeight, i as getScrollLeft, j as getScrollTop, k as getScrollWidth, l as isNodeSelectable } from "../packem_shared/dom.d-Be9F_YcI.js";
|
|
5
|
+
export { type I as Instance, type K as KittyFlagName, type a as KittyKeyboardOptions, type R as RenderOptions, k as kittyFlags, b as kittyModifiers, r as render } from "../packem_shared/render.d-qLMbbSmP.js";
|
|
6
6
|
import 'node:stream';
|
|
7
7
|
export { type C as CursorPosition } from "../packem_shared/cursor-helpers.d-BIvqz0TZ.js";
|
|
8
8
|
import { EventEmitter } from 'node:events';
|
|
9
9
|
import React, { PropsWithChildren, RefObject, ReactNode } from 'react';
|
|
10
|
-
export { R as Range, S as Selection, a as applySelectionToStyledLine, c as comparePoints } from "../packem_shared/selection.d-
|
|
10
|
+
export { R as Range, S as Selection, a as applySelectionToStyledLine, c as comparePoints } from "../packem_shared/selection.d-C6q1U6Rv.js";
|
|
11
11
|
export { type T as TerminalPalette, i as isTerminalPaletteQuerySupported, q as queryTerminalPalette } from "../packem_shared/terminal-palette.d-D2SQjfn-.js";
|
|
12
12
|
import 'yoga-layout';
|
|
13
13
|
import '@visulima/colorize';
|
|
@@ -397,4 +397,4 @@ declare const getPathToRoot: (node: DOMNode) => DOMNode[];
|
|
|
397
397
|
* Ported from jacob314/ink fork (Google LLC, Apache-2.0).
|
|
398
398
|
*/
|
|
399
399
|
declare const isNodeSelectable: (node: DOMElement) => boolean;
|
|
400
|
-
export {
|
|
400
|
+
export { DOMElement as D, ResizeObserver as R, StyledLine as S, DOMNode as a, ResizeObserverCallback as b, ResizeObserverEntry as c, ScrollState as d, StickyHeader as e, calculateScroll as f, getPathToRoot as g, getScrollHeight as h, getScrollLeft as i, getScrollTop as j, getScrollWidth as k, isNodeSelectable as l };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { D as DOMElement } from "./dom.d-Be9F_YcI.js";
|
|
3
3
|
import 'node:stream';
|
|
4
4
|
import { C as CursorPosition } from "./cursor-helpers.d-BIvqz0TZ.js";
|
|
5
5
|
declare const kittyFlags: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as DOMNode, S as StyledLine } from "./dom.d-Be9F_YcI.js";
|
|
2
2
|
/**
|
|
3
3
|
* Compare the document position of two points in the DOM tree.
|
|
4
4
|
* Returns -1 if A is before B, 0 if equal, 1 if A is after B.
|
package/dist/testing/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
|
-
import { R as RenderOptions } from "../packem_shared/render.d-
|
|
3
|
-
import "../packem_shared/dom.d-
|
|
2
|
+
import { R as RenderOptions } from "../packem_shared/render.d-qLMbbSmP.js";
|
|
3
|
+
import "../packem_shared/dom.d-Be9F_YcI.js";
|
|
4
4
|
import 'yoga-layout';
|
|
5
5
|
import '@visulima/colorize';
|
|
6
6
|
import 'cli-boxes';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tui",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.14",
|
|
4
4
|
"description": "React-based TUI library powered by a native Rust diff engine, drop-in Ink-compatible API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -631,14 +631,14 @@
|
|
|
631
631
|
}
|
|
632
632
|
},
|
|
633
633
|
"optionalDependencies": {
|
|
634
|
-
"@visulima/tui-binding-
|
|
635
|
-
"@visulima/tui-binding-
|
|
636
|
-
"@visulima/tui-binding-
|
|
637
|
-
"@visulima/tui-binding-linux-x64-
|
|
638
|
-
"@visulima/tui-binding-linux-
|
|
639
|
-
"@visulima/tui-binding-
|
|
640
|
-
"@visulima/tui-binding-win32-arm64-msvc": "1.0.0-alpha.
|
|
641
|
-
"@visulima/tui-binding-
|
|
634
|
+
"@visulima/tui-binding-darwin-arm64": "1.0.0-alpha.14",
|
|
635
|
+
"@visulima/tui-binding-darwin-x64": "1.0.0-alpha.14",
|
|
636
|
+
"@visulima/tui-binding-linux-arm64-musl": "1.0.0-alpha.14",
|
|
637
|
+
"@visulima/tui-binding-linux-x64-gnu": "1.0.0-alpha.14",
|
|
638
|
+
"@visulima/tui-binding-linux-x64-musl": "1.0.0-alpha.14",
|
|
639
|
+
"@visulima/tui-binding-linux-arm64-gnu": "1.0.0-alpha.14",
|
|
640
|
+
"@visulima/tui-binding-win32-arm64-msvc": "1.0.0-alpha.14",
|
|
641
|
+
"@visulima/tui-binding-win32-x64-msvc": "1.0.0-alpha.14"
|
|
642
642
|
},
|
|
643
643
|
"engines": {
|
|
644
644
|
"node": "^22.14.0 || >=24.10.0"
|