@lightningjs/solid
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -439,3 +439,3 @@ import { createSignal, createEffect, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack } 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', 'maxLinesSuffix', 'textOverflow', 'wordWrap']; | ||
const LightningRendererNonAnimatingProps = ['clipping', 'contain', 'fontFamily', 'src', 'text', 'textAlign', 'texture', 'maxLines', 'maxLinesSuffix', 'textBaseline', 'textOverflow', 'verticalAlign', 'wordWrap']; | ||
@@ -442,0 +442,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging |
@@ -91,3 +91,5 @@ /* | ||
'maxLinesSuffix', | ||
'textBaseline', | ||
'textOverflow', | ||
'verticalAlign', | ||
'wordWrap', | ||
@@ -94,0 +96,0 @@ ]; |
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Lightning renderer for solid universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -125,3 +125,5 @@ /* | ||
'maxLinesSuffix', | ||
'textBaseline', | ||
'textOverflow', | ||
'verticalAlign', | ||
'wordWrap', | ||
@@ -128,0 +130,0 @@ ]; |
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
282448
4419