@dfds-ui/spacing
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,1 +0,3 @@ | ||
export { default as spacing, SpacingKey, SpacingValue } from './spacing'; | ||
export { default as spacing } from './spacing'; | ||
export declare type SpacingKey = import('./spacing').SpacingKey; | ||
export declare type SpacingValue = import('./spacing').SpacingValue; |
@@ -12,19 +12,5 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "SpacingKey", { | ||
enumerable: true, | ||
get: function get() { | ||
return _spacing.SpacingKey; | ||
} | ||
}); | ||
Object.defineProperty(exports, "SpacingValue", { | ||
enumerable: true, | ||
get: function get() { | ||
return _spacing.SpacingValue; | ||
} | ||
}); | ||
var _spacing = _interopRequireWildcard(require("./spacing")); | ||
var _spacing = _interopRequireDefault(require("./spacing")); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; if (obj != null) { var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -1,1 +0,3 @@ | ||
export { default as spacing, SpacingKey, SpacingValue } from './spacing'; | ||
export { default as spacing } from './spacing'; | ||
export declare type SpacingKey = import('./spacing').SpacingKey; | ||
export declare type SpacingValue = import('./spacing').SpacingValue; |
@@ -1,1 +0,1 @@ | ||
export { default as spacing, SpacingKey, SpacingValue } from './spacing'; | ||
export { default as spacing } from './spacing'; |
@@ -6,3 +6,3 @@ { | ||
"private": false, | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"sideEffects": false, | ||
@@ -12,3 +12,3 @@ "main": "./cjs/index.js", | ||
"typings": "./index.d.ts", | ||
"gitHead": "8a433649f4e8b3d3ba926a4c4a70fad1da15741e", | ||
"gitHead": "2ff55595d2a08a7b67e7f13b6be5107c45009fc5", | ||
"esnext": "", | ||
@@ -15,0 +15,0 @@ "publishConfig": { |
2192
67