@lightningtv/core
Advanced tools
Comparing version 2.2.0-beta.12 to 2.2.0-beta.13
@@ -50,3 +50,3 @@ import { type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type AnimationSettings as RendererAnimationSettings, type LinearGradientEffectProps, type RadialGradientEffectProps, type RadialProgressEffectProps, type ITextNodeProps } from '@lightningjs/renderer'; | ||
export interface ElementText extends NewOmit<ElementNode, '_type' | 'parent'>, RendererText { | ||
_type: 'text'; | ||
_type: 'textNode'; | ||
parent?: ElementNode; | ||
@@ -57,3 +57,3 @@ text: string; | ||
id?: string; | ||
_type: 'textNode'; | ||
_type: 'text'; | ||
parent?: ElementText; | ||
@@ -60,0 +60,0 @@ states?: any; |
{ | ||
"name": "@lightningtv/core", | ||
"version": "2.2.0-beta.12", | ||
"version": "2.2.0-beta.13", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -95,3 +95,3 @@ import { | ||
RendererText { | ||
_type: 'text'; | ||
_type: 'textNode'; | ||
parent?: ElementNode; | ||
@@ -103,3 +103,3 @@ text: string; | ||
id?: string; | ||
_type: 'textNode'; | ||
_type: 'text'; | ||
parent?: ElementText; | ||
@@ -106,0 +106,0 @@ states?: any; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet