@khanacademy/wonder-blocks-spacing
Advanced tools
Comparing version 2.0.7 to 2.0.8
const Spacing = { | ||
// Named | ||
xxxSmall: 4, | ||
xxSmall: 6, | ||
xSmall: 8, | ||
small: 12, | ||
medium: 16, | ||
large: 24, | ||
xLarge: 32, | ||
xxLarge: 48, | ||
xxxLarge: 64 | ||
// Named | ||
xxxSmall: 4, | ||
xxSmall: 6, | ||
xSmall: 8, | ||
small: 12, | ||
medium: 16, | ||
large: 24, | ||
xLarge: 32, | ||
xxLarge: 48, | ||
xxxLarge: 64 | ||
}; | ||
export default Spacing; |
@@ -90,26 +90,22 @@ module.exports = | ||
/* 0 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var Spacing = { | ||
// Named | ||
xxxSmall: 4, | ||
xxSmall: 6, | ||
xSmall: 8, | ||
small: 12, | ||
medium: 16, | ||
large: 24, | ||
xLarge: 32, | ||
xxLarge: 48, | ||
xxxLarge: 64 | ||
__webpack_require__.r(__webpack_exports__); | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return Spacing; }); | ||
const Spacing = { | ||
// Named | ||
xxxSmall: 4, | ||
xxSmall: 6, | ||
xSmall: 8, | ||
small: 12, | ||
medium: 16, | ||
large: 24, | ||
xLarge: 32, | ||
xxLarge: 48, | ||
xxxLarge: 64 | ||
}; | ||
exports.default = Spacing; | ||
/***/ }) | ||
/******/ ]); |
{ | ||
"name": "@khanacademy/wonder-blocks-spacing", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"design": "v1", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.0.9" | ||
"@khanacademy/wonder-blocks-color": "^1.0.10" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "", |
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
41272
212