a-frame-components
Advanced tools
Comparing version 1.0.278 to 1.0.279
@@ -61,3 +61,3 @@ var __assign = (this && this.__assign) || function () { | ||
value: option.text || option.value, | ||
interactiveType: 'radio' | ||
interactiveType: option.type || 'radio' | ||
}, | ||
@@ -64,0 +64,0 @@ _a['font-size'] = .07, |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.278", | ||
"version": "1.0.279", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -57,3 +57,3 @@ import { AFRAME } from "../../react/root"; | ||
value: option.text || option.value, | ||
interactiveType: 'radio', | ||
interactiveType: option.type || 'radio', | ||
['font-size']: .07 | ||
@@ -120,2 +120,3 @@ } | ||
id: string; | ||
type?: string; | ||
} |
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
1763806
30089