Sign In

@opentui/solid

Package Overview
Dependencies
Maintainers
3
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentui/solid - npm Package Compare versions

Comparing version
0.5.6
to
0.5.7
+5
-1
index.bun.js

@@ -226,2 +226,3 @@ // @bun

isTextNodeRenderable,
isEditBufferRenderable,
parseColor,

@@ -767,2 +768,5 @@ Renderable,

const previousStyle = prev ?? {};
if (isEditBufferRenderable(node) && previousStyle.selectionOccupancy && !nextStyle.selectionOccupancy) {
node.selectionOccupancy = undefined;
}
if (node instanceof ImageRenderable2) {

@@ -1632,2 +1636,2 @@ for (const prop in previousStyle) {

//# debugId=F531B296D9FBE33464756E2164756E21
//# debugId=C9FE5FC517F9B14264756E2164756E21
+5
-2

@@ -208,3 +208,3 @@ // index.ts

// src/reconciler.ts
import { BaseRenderable, createTextAttributes, ImageRenderable as ImageRenderable2, InputRenderable as InputRenderable2, InputRenderableEvents, isTextNodeRenderable, parseColor, Renderable, RootTextNodeRenderable, ScrollBoxRenderable as ScrollBoxRenderable2, SelectRenderable as SelectRenderable2, SelectRenderableEvents, TabSelectRenderable as TabSelectRenderable2, TabSelectRenderableEvents, TextNodeRenderable as TextNodeRenderable2, TextRenderable as TextRenderable2 } from "@opentui/core";
import { BaseRenderable, createTextAttributes, ImageRenderable as ImageRenderable2, InputRenderable as InputRenderable2, InputRenderableEvents, isTextNodeRenderable, isEditBufferRenderable, parseColor, Renderable, RootTextNodeRenderable, ScrollBoxRenderable as ScrollBoxRenderable2, SelectRenderable as SelectRenderable2, SelectRenderableEvents, TabSelectRenderable as TabSelectRenderable2, TabSelectRenderableEvents, TextNodeRenderable as TextNodeRenderable2, TextRenderable as TextRenderable2 } from "@opentui/core";
import { decodeHTMLStrict } from "entities";

@@ -745,2 +745,5 @@ import { onCleanup as onCleanup2, useContext as useContext2 } from "solid-js/dist/solid.js";

const previousStyle = prev ?? {};
if (isEditBufferRenderable(node) && previousStyle.selectionOccupancy && !nextStyle.selectionOccupancy) {
node.selectionOccupancy = undefined;
}
if (node instanceof ImageRenderable2) {

@@ -1607,2 +1610,2 @@ for (const prop in previousStyle) {

//# debugId=64D0A7EDFD67B61C64756E2164756E21
//# debugId=B52B0078C146DC6264756E2164756E21

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "0.5.6",
"version": "0.5.7",
"description": "SolidJS renderer for OpenTUI",

@@ -66,3 +66,3 @@ "license": "MIT",

"@babel/preset-typescript": "7.27.1",
"@opentui/core": "0.5.6",
"@opentui/core": "0.5.7",
"babel-plugin-module-resolver": "5.0.2",

@@ -69,0 +69,0 @@ "babel-preset-solid": "1.9.12",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display