@lightningtv/core
Advanced tools
Comparing version
@@ -64,3 +64,3 @@ import { type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type AnimationSettings as RendererAnimationSettings, type LinearGradientEffectProps, type RadialGradientEffectProps, type RadialProgressEffectProps, type ITextNodeProps, type HolePunchEffectProps, type IAnimationController } from '@lightningjs/renderer'; | ||
states?: NodeStates; | ||
style?: NodeStyles; | ||
style?: NodeStyles | (() => NodeStyles); | ||
} | ||
@@ -72,3 +72,3 @@ export interface NodeStyles extends NewOmit<NodeProps, 'style'> { | ||
states?: NodeStates; | ||
style?: TextStyles; | ||
style?: TextStyles | (() => TextStyles); | ||
} | ||
@@ -75,0 +75,0 @@ export interface TextStyles extends NewOmit<TextProps, 'style'> { |
{ | ||
"name": "@lightningtv/core", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -127,3 +127,3 @@ import { | ||
states?: NodeStates; | ||
style?: NodeStyles; | ||
style?: NodeStyles | (() => NodeStyles); | ||
} | ||
@@ -160,3 +160,3 @@ export interface NodeStyles extends NewOmit<NodeProps, 'style'> { | ||
states?: NodeStates; | ||
style?: TextStyles; | ||
style?: TextStyles | (() => TextStyles); | ||
} | ||
@@ -163,0 +163,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
226411
0.06%