a-frame-components
Advanced tools
Comparing version 1.0.52 to 1.0.53
@@ -121,2 +121,3 @@ import { calculatePositionsAndContainerSize } from "../../util"; | ||
direction: 'dynamic-container.direction', // vertical, horizontal | ||
'justify-content': 'dynamic-container.justifyContent', // flexStart, flexEnd, center | ||
margin: 'dynamic-container.margin', // top right bottom left | ||
@@ -123,0 +124,0 @@ } |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -128,2 +128,3 @@ import { calculatePositionsAndContainerSize } from "../../util"; | ||
direction: 'dynamic-container.direction', // vertical, horizontal | ||
'justify-content': 'dynamic-container.justifyContent',// flexStart, flexEnd, center | ||
margin: 'dynamic-container.margin',// top right bottom left | ||
@@ -130,0 +131,0 @@ } |
@@ -735,4 +735,5 @@ // aframe.d.ts | ||
'a-container': { | ||
alignment?: string, // flexStart, flexEnd, center | ||
direction?: string, // vertical, horizontal | ||
alignment?: 'flexStart' | 'flexEnd' | 'center', // flexStart, flexEnd, center | ||
direction?: 'horizontal' | 'vertical', // vertical, horizontal | ||
'justify-content'?: 'flexStart' | 'flexEnd' | 'center', | ||
margin?: string,// top right bottom left | ||
@@ -739,0 +740,0 @@ [propertyName: string]: any; |
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
1677790
176
28531