journeyapps
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -131,3 +131,4 @@ // # schema module | ||
placeholder: xml.attribute.label, | ||
type: xml.attribute.optionList(['normal', 'primary']) | ||
type: xml.attribute.optionList(['normal', 'primary']), | ||
color: xml.attribute.notBlank | ||
}, | ||
@@ -864,2 +865,3 @@ info: { | ||
component.link = getAttribute(element, 'link'); | ||
component.color = getAttribute(element, 'color'); | ||
component.onpress = getAttribute(element, tag.onPress); | ||
@@ -866,0 +868,0 @@ component.validate = getAttribute(element, 'validate') != 'false'; |
{ | ||
"name": "journeyapps", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Journey JS library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
451697
11580