@sanity/google-maps-input
Advanced tools
Comparing version 0.99.10 to 0.100.0
@@ -106,3 +106,3 @@ 'use strict'; | ||
value = _props.value, | ||
field = _props.field; | ||
type = _props.type; | ||
@@ -153,3 +153,3 @@ | ||
_default6.default, | ||
{ legend: field.title, descriptions: field.description, className: _GeopointInput2.default.root }, | ||
{ legend: type.title, descriptions: type.description, className: _GeopointInput2.default.root }, | ||
value && _react2.default.createElement( | ||
@@ -209,3 +209,3 @@ 'div', | ||
}), | ||
field: _react.PropTypes.shape({ | ||
type: _react.PropTypes.shape({ | ||
title: _react.PropTypes.string.isRequired | ||
@@ -212,0 +212,0 @@ }) |
{ | ||
"name": "@sanity/google-maps-input", | ||
"version": "0.99.10", | ||
"version": "0.100.0", | ||
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps", | ||
@@ -21,8 +21,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@sanity/base": "^0.99.10", | ||
"@sanity/base": "^0.100.0", | ||
"@sanity/check": "^0.99.0", | ||
"@sanity/cli": "^0.99.7", | ||
"@sanity/components": "^0.99.10", | ||
"@sanity/components": "^0.100.0", | ||
"@sanity/core": "^0.99.10", | ||
"@sanity/form-builder": "^0.99.10", | ||
"@sanity/form-builder": "^0.100.0", | ||
"lodash.keyby": "^4.6.0" | ||
@@ -29,0 +29,0 @@ }, |
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
248132