release: WRNexusJS 0.8.3
This commit is contained in:
@@ -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,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,
|
||||
|
||||
Reference in New Issue
Block a user