You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@lightningtv/core

Package Overview
Dependencies
Maintainers
0
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/core - npm Package Compare versions

Comparing version

to
2.5.2

4

dist/src/intrinsicTypes.d.ts

@@ -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