@stylable/custom-value
Advanced tools
Comparing version 2.3.1 to 2.3.2
"use strict"; | ||
var __read = (this && this.__read) || function (o, n) { | ||
var m = typeof Symbol === "function" && o[Symbol.iterator]; | ||
if (!m) return o; | ||
var i = m.call(o), r, ar = [], e; | ||
try { | ||
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); | ||
} | ||
catch (error) { e = { error: error }; } | ||
finally { | ||
try { | ||
if (r && !r.done && (m = i["return"])) m.call(i); | ||
} | ||
finally { if (e) throw e.error; } | ||
} | ||
return ar; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,3 +25,3 @@ var core_1 = require("@stylable/core"); | ||
createValue: function (_a) { | ||
var size = _a[0], style = _a[1], color = _a[2]; | ||
var _b = __read(_a, 3), size = _b[0], style = _b[1], color = _b[2]; | ||
return { | ||
@@ -12,0 +28,0 @@ size: size, |
{ | ||
"name": "@stylable/custom-value", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Custom values (variables) for Stylable", | ||
@@ -14,8 +14,7 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^2.3.1" | ||
"@stylable/core": "^2.3.2" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"src", | ||
"!src/tsconfig.json" | ||
"src" | ||
], | ||
@@ -32,3 +31,3 @@ "engines": { | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f" | ||
"gitHead": "aa79998a8378f074a431aeea44c60d0e33531293" | ||
} |
Sorry, the diff of this file is not supported yet
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
6558
81
Updated@stylable/core@^2.3.2