@aesthetic/sss
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -0,21 +1,5 @@ | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { objectLoop, arrayLoop, isObject, toArray, hyphenate } from '@aesthetic/utils'; | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
var Block = function () { | ||
@@ -119,2 +103,3 @@ function Block(selector) { | ||
}; | ||
function formatFontFace(properties) { | ||
@@ -560,1 +545,2 @@ var fontFace = _extends({}, properties); | ||
export { Block, formatFontFace, formatImport, parse }; | ||
//# sourceMappingURL=index.js.map |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
var utils = require('@aesthetic/utils'); | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
var Block = function () { | ||
@@ -123,2 +109,3 @@ function Block(selector) { | ||
}; | ||
function formatFontFace(properties) { | ||
@@ -567,1 +554,2 @@ var fontFace = _extends({}, properties); | ||
exports.parse = parse; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aesthetic/sss", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A strict, type-safe, and structure-safe component style sheet format.", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"module": "./esm/index.js", | ||
"types": "./lib/index.d.ts", | ||
"types": "./dts/index.d.ts", | ||
"sideEffects": false, | ||
@@ -29,6 +29,9 @@ "publishConfig": { | ||
"dependencies": { | ||
"@aesthetic/types": "^0.3.1", | ||
"@aesthetic/utils": "^0.5.1" | ||
"@aesthetic/types": "^0.3.2", | ||
"@aesthetic/utils": "^0.5.2" | ||
}, | ||
"gitHead": "72edb2d4813718308179a03f66794c59baace701" | ||
"packemon": { | ||
"platform": "browser" | ||
}, | ||
"gitHead": "7aa8110c7c8c49a6feb263abc8f3390c1c59125c" | ||
} |
93989
58
1085
Updated@aesthetic/types@^0.3.2
Updated@aesthetic/utils@^0.5.2