@stylable/custom-value
Advanced tools
Comparing version 4.6.0 to 4.7.0
@@ -1,2 +0,2 @@ | ||
export * from './st-border'; | ||
export { stBorder } from './st-border'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./st-border"), exports); | ||
exports.stBorder = void 0; | ||
var st_border_1 = require("./st-border"); | ||
Object.defineProperty(exports, "stBorder", { enumerable: true, get: function () { return st_border_1.stBorder; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
const core_1 = require("@stylable/core"); | ||
exports.stBorder = core_1.createCustomValue({ | ||
exports.stBorder = (0, core_1.createCustomValue)({ | ||
processArgs: (node, customTypes) => { | ||
@@ -8,0 +8,0 @@ return core_1.CustomValueStrategy.args(node, customTypes); |
{ | ||
"name": "@stylable/custom-value", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "Custom values (variables) for Stylable", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.6.0" | ||
"@stylable/core": "^4.7.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "files": [ |
@@ -1,1 +0,1 @@ | ||
export * from './st-border'; | ||
export { stBorder } from './st-border'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5644
61
Updated@stylable/core@^4.7.0