@lightningtv/solid-ui
Advanced tools
Comparing version 0.29.5 to 0.29.6
@@ -32,3 +32,2 @@ /* | ||
display: 'flex', | ||
flexBoundary: 'fixed', | ||
flexDirection: 'column', | ||
@@ -35,0 +34,0 @@ gap: theme.layout.gutterY, |
@@ -32,3 +32,2 @@ /* | ||
display: 'flex', | ||
flexBoundary: 'fixed', | ||
flexDirection: 'row', | ||
@@ -35,0 +34,0 @@ gap: theme.layout.gutterX, |
@@ -29,3 +29,2 @@ /* | ||
display: 'flex', | ||
flexBoundary: 'fixed', | ||
flexDirection: 'column', | ||
@@ -32,0 +31,0 @@ gap: theme.layout.gutterY, |
@@ -29,3 +29,2 @@ /* | ||
display: 'flex', | ||
flexBoundary: 'fixed', | ||
flexDirection: 'row', | ||
@@ -32,0 +31,0 @@ gap: theme.layout.gutterX, |
@@ -98,3 +98,3 @@ /* | ||
}, | ||
items.width ?? 0 | ||
(items.preFlexwidth || items.width) ?? 0 | ||
]; | ||
@@ -107,4 +107,4 @@ } | ||
}, | ||
items.height ?? 0 | ||
(items.preFlexheight || items.height) ?? 0 | ||
]; | ||
} |
{ | ||
"name": "@lightningtv/solid-ui", | ||
"version": "0.29.5", | ||
"version": "0.29.6", | ||
"description": "A shared library of components for the LightningJS Solid Framework.", | ||
@@ -50,3 +50,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@lightningtv/core": "^2.1.6", | ||
"@lightningtv/core": "^2.1.8", | ||
"@lightningtv/solid": "^2.1.2", | ||
@@ -53,0 +53,0 @@ "solid-js": "*" |
@@ -120,3 +120,3 @@ /* | ||
}, | ||
items.width ?? 0 | ||
(items.preFlexwidth || items.width) ?? 0 | ||
]; | ||
@@ -129,4 +129,4 @@ } | ||
}, | ||
items.height ?? 0 | ||
(items.preFlexheight || items.height) ?? 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
700214
16949