@lightningtv/core
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -40,3 +40,3 @@ import { createShader } from './lightningInit.js'; | ||
_events?: Array<[string, (target: ElementNode, event?: Event) => void]>; | ||
_animationSettings?: Partial<AnimationSettings>; | ||
_animationSettings?: Partial<AnimationSettings> | undefined; | ||
_animationQueue: Array<{ | ||
@@ -43,0 +43,0 @@ props: Partial<INodeAnimateProps>; |
@@ -8,3 +8,4 @@ export * from './elementNode.js'; | ||
export type * from '@lightningjs/renderer'; | ||
export { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
import { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
export { assertTruthy, deg2Rad }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,4 +7,6 @@ export * from './elementNode.js'; | ||
export { Config } from './config.js'; | ||
export { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
// hopefully fix up webpack error | ||
import { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
export { assertTruthy, deg2Rad }; | ||
// export type * from '@lightningjs/renderer/utils'; | ||
//# sourceMappingURL=index.js.map |
@@ -47,3 +47,3 @@ import { type IAnimationController, type AnimationSettings, type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type INode, type ITextNodeProps, type LinearGradientEffectProps, type NodeFailedPayload, type NodeLoadedPayload, type RadialGradientEffectProps, type RadialProgressEffectProps, INodeProps } from '@lightningjs/renderer'; | ||
export interface IntrinsicNodeCommonProps extends IntrinsicFocusProps { | ||
animationSettings?: Partial<AnimationSettings>; | ||
animationSettings?: Partial<AnimationSettings> | undefined; | ||
forwardStates?: boolean; | ||
@@ -50,0 +50,0 @@ id?: string | undefined; |
{ | ||
"name": "@lightningtv/core", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -206,3 +206,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
_events?: Array<[string, (target: ElementNode, event?: Event) => void]>; | ||
_animationSettings?: Partial<AnimationSettings>; | ||
_animationSettings?: Partial<AnimationSettings> | undefined; | ||
_animationQueue: | ||
@@ -209,0 +209,0 @@ | Array<{ |
@@ -8,3 +8,5 @@ export * from './elementNode.js'; | ||
export type * from '@lightningjs/renderer'; | ||
export { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
// hopefully fix up webpack error | ||
import { assertTruthy, deg2Rad } from '@lightningjs/renderer/utils'; | ||
export { assertTruthy, deg2Rad }; | ||
// export type * from '@lightningjs/renderer/utils'; |
@@ -72,3 +72,3 @@ import { | ||
export interface IntrinsicNodeCommonProps extends IntrinsicFocusProps { | ||
animationSettings?: Partial<AnimationSettings>; | ||
animationSettings?: Partial<AnimationSettings> | undefined; | ||
forwardStates?: boolean; | ||
@@ -75,0 +75,0 @@ id?: string | undefined; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
207341
3087