@lightningtv/core
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -11,3 +11,3 @@ import { createShader } from './lightningInit.js'; | ||
/** Node text, children of a ElementNode of type TextNode */ | ||
export interface ElementText extends Partial<Omit<ITextNode, 'id' | 'parent' | 'shader'>>, IntrinsicTextStyleCommonProps { | ||
export interface ElementText extends Partial<Omit<ITextNode, 'id' | 'parent' | 'shader'>>, Partial<Omit<ElementNode, '_type'>>, IntrinsicTextStyleCommonProps { | ||
id?: string; | ||
@@ -14,0 +14,0 @@ _type: 'text'; |
{ | ||
"name": "@lightningtv/core", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -151,2 +151,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
extends Partial<Omit<ITextNode, 'id' | 'parent' | 'shader'>>, | ||
Partial<Omit<ElementNode, '_type'>>, | ||
IntrinsicTextStyleCommonProps { | ||
@@ -153,0 +154,0 @@ id?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162496
2430