@lightningtv/core
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -34,2 +34,3 @@ import { Config } from './config.js'; | ||
activeElement = elm; | ||
// Callback for libraries to use signals / refs | ||
Config.setActiveElement(elm); | ||
@@ -36,0 +37,0 @@ }; |
@@ -87,2 +87,7 @@ import { type IAnimationController, type AnimationSettings, type Dimensions, type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type INode, type ITextNodeProps, type LinearGradientEffectProps, type NodeFailedPayload, type NodeLoadedPayload, type RadialGradientEffectProps, type RadialProgressEffectProps, INodeProps } from '@lightningjs/renderer'; | ||
marginTop?: number; | ||
x?: number; | ||
y?: number; | ||
width?: number; | ||
height?: number; | ||
zIndex?: number; | ||
transition?: Record<string, Partial<AnimationSettings> | true | false> | true | false; | ||
@@ -89,0 +94,0 @@ } |
{ | ||
"name": "@lightningtv/core", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -45,2 +45,3 @@ import { Config } from './config.js'; | ||
activeElement = elm; | ||
// Callback for libraries to use signals / refs | ||
Config.setActiveElement(elm); | ||
@@ -47,0 +48,0 @@ }; |
@@ -157,2 +157,7 @@ import { | ||
marginTop?: number; | ||
x?: number; | ||
y?: number; | ||
width?: number; | ||
height?: number; | ||
zIndex?: number; | ||
transition?: | ||
@@ -159,0 +164,0 @@ | Record<string, Partial<AnimationSettings> | true | false> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
199916
3132