@lightningjs/solid
Advanced tools
Comparing version 0.12.12 to 0.12.13
@@ -449,3 +449,3 @@ import { createSignal, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack, onMount, splitProps } from 'solid-js'; | ||
const LightningRendererNumberProps = ['alpha', 'color', 'colorTop', 'colorRight', 'colorLeft', 'colorBottom', 'colorTl', 'colorTr', 'colorBl', 'colorBr', 'height', 'fontSize', 'lineHeight', 'mount', 'mountX', 'mountY', 'pivot', 'pivotX', 'pivotY', 'rotation', 'scale', 'width', 'worldX', 'worldY', 'x', 'y', 'zIndex', 'zIndexLocked']; | ||
const LightningRendererNonAnimatingProps = ['clipping', 'contain', 'fontFamily', 'src', 'text', 'textAlign', 'texture', 'maxLines', 'overflowSuffix', 'textBaseline', 'textOverflow', 'verticalAlign', 'wordWrap']; | ||
const LightningRendererNonAnimatingProps = ['clipping', 'contain', 'fontFamily', 'fontStretch', 'fontStyle', 'fontWeight', 'letterSpacing', 'maxLines', 'offsetY', 'overflowSuffix', 'scrollable', 'scrollY', 'src', 'text', 'textAlign', 'textBaseline', 'textOverflow', 'texture', 'verticalAlign', 'wordWrap']; | ||
@@ -452,0 +452,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging |
@@ -85,10 +85,17 @@ /* | ||
'fontFamily', | ||
'fontStretch', | ||
'fontStyle', | ||
'fontWeight', | ||
'letterSpacing', | ||
'maxLines', | ||
'offsetY', | ||
'overflowSuffix', | ||
'scrollable', | ||
'scrollY', | ||
'src', | ||
'text', | ||
'textAlign', | ||
'texture', | ||
'maxLines', | ||
'overflowSuffix', | ||
'textBaseline', | ||
'textOverflow', | ||
'texture', | ||
'verticalAlign', | ||
@@ -95,0 +102,0 @@ 'wordWrap', |
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.12.12", | ||
"version": "0.12.13", | ||
"description": "Lightning renderer for solid universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -114,10 +114,17 @@ /* | ||
'fontFamily', | ||
'fontStretch', | ||
'fontStyle', | ||
'fontWeight', | ||
'letterSpacing', | ||
'maxLines', | ||
'offsetY', | ||
'overflowSuffix', | ||
'scrollable', | ||
'scrollY', | ||
'src', | ||
'text', | ||
'textAlign', | ||
'texture', | ||
'maxLines', | ||
'overflowSuffix', | ||
'textBaseline', | ||
'textOverflow', | ||
'texture', | ||
'verticalAlign', | ||
@@ -124,0 +131,0 @@ 'wordWrap', |
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
292154
4753