a-frame-components
Advanced tools
Comparing version 1.0.300 to 1.0.301
@@ -43,4 +43,4 @@ var __assign = (this && this.__assign) || function () { | ||
itemSize: { type: 'number', default: .5 }, | ||
itemHeight: { type: 'number', default: .5 }, | ||
itemWidth: { type: 'number', default: .5 }, | ||
itemHeight: { type: 'number', default: 0 }, | ||
itemWidth: { type: 'number', default: 0 }, | ||
iconFont: { type: 'string', default: '' }, | ||
@@ -47,0 +47,0 @@ icon: { type: 'string', default: '' }, |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.300", | ||
"version": "1.0.301", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -40,4 +40,4 @@ import { AFRAME } from '../systems/brush'; | ||
itemSize: { type: 'number', default: .5 }, | ||
itemHeight: { type: 'number', default: .5 }, | ||
itemWidth: { type: 'number', default: .5 }, | ||
itemHeight: { type: 'number', default: 0 }, | ||
itemWidth: { type: 'number', default: 0 }, | ||
iconFont: { type: 'string', default: '' }, | ||
@@ -44,0 +44,0 @@ icon: { type: 'string', default: '' }, |
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
1771626