[PR #156] [CLOSED] feat(text): reimplement text primitive #1111

Closed
opened 2026-03-14 09:18:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/156
Author: @msmps
Created: 9/12/2025
Status: Closed

Base: mainHead: feat/react-text-20250910200903


📝 Commits (1)

  • 67d5b42 feat(text): reimplement text primitive

📊 Changes

10 files changed (+160 additions, -115 deletions)

View changed files

📝 packages/core/src/Renderable.ts (+23 -4)
📝 packages/core/src/renderables/TextNode.ts (+24 -9)
packages/react/examples/styled-text.tsx (+0 -25)
📝 packages/react/jsx-namespace.d.ts (+8 -0)
📝 packages/react/src/components/index.ts (+9 -0)
packages/react/src/components/text.ts (+44 -0)
📝 packages/react/src/reconciler/host-config.ts (+18 -15)
📝 packages/react/src/types/components.ts (+11 -7)
📝 packages/react/src/types/host.ts (+4 -4)
📝 packages/react/src/utils/index.ts (+19 -51)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/156 **Author:** [@msmps](https://github.com/msmps) **Created:** 9/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/react-text-20250910200903` --- ### 📝 Commits (1) - [`67d5b42`](https://github.com/anomalyco/opentui/commit/67d5b42546bb8c24e02206a48d7e0d3f32e63b22) feat(text): reimplement text primitive ### 📊 Changes **10 files changed** (+160 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/Renderable.ts` (+23 -4) 📝 `packages/core/src/renderables/TextNode.ts` (+24 -9) ➖ `packages/react/examples/styled-text.tsx` (+0 -25) 📝 `packages/react/jsx-namespace.d.ts` (+8 -0) 📝 `packages/react/src/components/index.ts` (+9 -0) ➕ `packages/react/src/components/text.ts` (+44 -0) 📝 `packages/react/src/reconciler/host-config.ts` (+18 -15) 📝 `packages/react/src/types/components.ts` (+11 -7) 📝 `packages/react/src/types/host.ts` (+4 -4) 📝 `packages/react/src/utils/index.ts` (+19 -51) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:18:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1111
No description provided.