release: WRNexusJS 0.8.3
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-03 19:47:30 +05:30
parent e8f630f12d
commit 4cebacadfe
156 changed files with 2608 additions and 473 deletions
@@ -1,3 +1,5 @@
import { ChatBubble } from "@wrnexus/ui"
component RealtimeMessageBubble {
props {
id: string = ""
@@ -1,3 +1,5 @@
import { Button, Textarea } from "@wrnexus/ui"
component MessageComposer {
props {
name: string = "text"
@@ -1,3 +1,5 @@
import { Avatar, Badge, Card } from "@wrnexus/ui"
component PresenceList {
props {
members: unknown[] = []
@@ -1,3 +1,6 @@
import RoomStatus from "./RoomStatus.wrn"
import { Card } from "@wrnexus/ui"
component RealtimeRoom {
props {
room: string = ""
@@ -1,3 +1,5 @@
import { Badge, Card } from "@wrnexus/ui"
component RoomMeta {
props {
name: string = "Room"
@@ -1,3 +1,5 @@
import { Badge } from "@wrnexus/ui"
component RoomStatus {
props {
label: string = "Connecting…"
@@ -1,3 +1,5 @@
import { Alert } from "@wrnexus/ui"
component TypingIndicator {
props {
names: unknown[] = []
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/realtime",
"version": "0.8.2",
"version": "0.8.3",
"description": "Typed realtime rooms, message helpers, presence utilities, package UI blocks, and WRNexusJS integration.",
"type": "module",
"sideEffects": false,