Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

theo

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theo - npm Package Compare versions

Comparing version 3.0.11 to 3.0.12

10

dist/props/formats/html.js

@@ -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 @@ )

2

dist/props/index.js

@@ -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**.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc