@lightningjs/solid
Advanced tools
Comparing version 0.11.4 to 0.11.5
@@ -448,3 +448,3 @@ import { createSignal, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack, createEffect } 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', 'textBaseline', 'textOverflow', 'verticalAlign', 'wordWrap']; | ||
const LightningRendererNonAnimatingProps = ['clipping', 'contain', 'fontFamily', 'src', 'text', 'textAlign', 'texture', 'maxLines', 'overflowSuffix', 'textBaseline', 'textOverflow', 'verticalAlign', 'wordWrap']; | ||
@@ -451,0 +451,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging |
@@ -90,3 +90,3 @@ /* | ||
'maxLines', | ||
'maxLinesSuffix', | ||
'overflowSuffix', | ||
'textBaseline', | ||
@@ -93,0 +93,0 @@ 'textOverflow', |
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"description": "Lightning renderer for solid universal", | ||
@@ -65,3 +65,3 @@ "type": "module", | ||
"dependencies": { | ||
"@lightningjs/renderer": "^0.6.0", | ||
"@lightningjs/renderer": "^0.7.0", | ||
"@lightningjs/solid": "file:./" | ||
@@ -68,0 +68,0 @@ }, |
@@ -117,3 +117,3 @@ /* | ||
'maxLines', | ||
'maxLinesSuffix', | ||
'overflowSuffix', | ||
'textBaseline', | ||
@@ -120,0 +120,0 @@ 'textOverflow', |
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
+ Added@lightningjs/renderer@0.7.6(transitive)
+ Addedmemize@2.1.0(transitive)
- Removed@lightningjs/renderer@0.6.1(transitive)
Updated@lightningjs/renderer@^0.7.0