@os-design/utils
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -0,1 +1,2 @@ | ||
export { default as bodyScroll } from './utils/bodyScroll'; | ||
export { default as debounce } from './utils/debounce'; | ||
@@ -2,0 +3,0 @@ export { default as ellipsis } from './utils/ellipsis'; |
@@ -6,2 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var bodyScroll_1 = require("./utils/bodyScroll"); | ||
exports.bodyScroll = bodyScroll_1.default; | ||
var debounce_1 = require("./utils/debounce"); | ||
@@ -8,0 +10,0 @@ exports.debounce = debounce_1.default; |
@@ -1,3 +0,4 @@ | ||
declare const paddingHorizontal: any; | ||
import fp from 'facepaint'; | ||
declare const paddingHorizontal: fp.DynamicStyle[]; | ||
export default paddingHorizontal; | ||
//# sourceMappingURL=paddingHorizontal.d.ts.map |
{ | ||
"name": "@os-design/utils", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "f5b51c6bc137e2000b009ea1453db9599943e02e" | ||
"gitHead": "d79f77ab607cabb3d642024e2d633047f355d065" | ||
} |
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
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
26869
70
323