Comparing version 3.0.11 to 3.0.12
@@ -220,2 +220,11 @@ "use strict"; | ||
renderDuration: function renderDuration(props) { | ||
var _this = this; | ||
return props.map(function (prop) { | ||
var example = React.createElement(ExampleRow, null); | ||
return _this.renderRow(prop, example); | ||
}); | ||
}, | ||
renderLineHeight: function renderLineHeight(props) { | ||
@@ -339,2 +348,3 @@ var _this = this; | ||
this.renderSection("radius", "Radius"), | ||
this.renderSection("duration", "Duration"), | ||
this.renderSection("media-query", "Media Queries") | ||
@@ -341,0 +351,0 @@ ) |
@@ -474,3 +474,3 @@ "use strict"; | ||
if (typeof FORMATS[type] === "undefined") { | ||
throw TheoError("\"" + type + "\"\" is not a registerd format"); | ||
throw TheoError("\"" + type + "\" is not a registerd format"); | ||
} | ||
@@ -477,0 +477,0 @@ var formatter = FORMATS[type]; |
{ | ||
"name": "theo", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "A set of Gulp plugins for transforming and formatting Design Properties", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -31,3 +31,3 @@ # <img src="https://raw.githubusercontent.com/salesforce-ux/theo/master/assets/theo.png" alt="Theo logo" width="28" /> Theo | ||
The web might like to consume the colors as **hsla** values | ||
formatted as SASS variables in an **.scss** file. | ||
formatted as Sass variables in an **.scss** file. | ||
@@ -34,0 +34,0 @@ iOS might like **rgba** values formatted as **.json**. |
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
74253
1415