@dfds-ui/spacing 2.2.0-alpha.c2f773c5 → 2.2.0-alpha.c79adffa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -8,7 +8,7 @@ var _exportNames = {
8
8
  };
9
9
  Object.defineProperty(exports, "spacing", {
10
10
  enumerable: true,
11
- get: function () {
11
+ get: function get() {
12
12
  return _spacing.default;
13
13
  }
14
14
  });
@@ -19,9 +19,9 @@ Object.keys(_spacing).forEach(function (key) {
19
19
  if (key in exports && exports[key] === _spacing[key]) return;
20
20
  Object.defineProperty(exports, key, {
21
21
  enumerable: true,
22
- get: function () {
22
+ get: function get() {
23
23
  return _spacing[key];
24
24
  }
25
25
  });
26
26
  });
27
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
27
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
package/cjs/spacing.d.ts CHANGED
@@ -14,7 +14,7 @@ declare const spacing: {
14
14
  /** 4rem (64px) */
15
15
  xxl: string;
16
16
  };
17
- type ValueOf<T> = T[keyof T];
18
- export type SpacingValue = ValueOf<typeof spacing>;
19
- export type SpacingKey = keyof typeof spacing;
17
+ declare type ValueOf<T> = T[keyof T];
18
+ export declare type SpacingValue = ValueOf<typeof spacing>;
19
+ export declare type SpacingKey = keyof typeof spacing;
20
20
  export default spacing;
package/package.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "description": "Defines spacing",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.2.0-alpha.c2f773c5",
6
+ "version": "2.2.0-alpha.c79adffa",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
10
10
  "typings": "./index.d.ts",
11
- "gitHead": "c2f773c5e158ea1a17a9a46fd9e3d41adda1dc5f",
11
+ "gitHead": "c79adffa9d3abdc5a68e179196b451f0d9aec5e9",
12
12
  "esnext": "",
13
13
  "publishConfig": {
14
14
  "access": "public"
package/spacing.d.ts CHANGED
@@ -14,7 +14,7 @@ declare const spacing: {
14
14
  /** 4rem (64px) */
15
15
  xxl: string;
16
16
  };
17
- type ValueOf<T> = T[keyof T];
18
- export type SpacingValue = ValueOf<typeof spacing>;
19
- export type SpacingKey = keyof typeof spacing;
17
+ declare type ValueOf<T> = T[keyof T];
18
+ export declare type SpacingValue = ValueOf<typeof spacing>;
19
+ export declare type SpacingKey = keyof typeof spacing;
20
20
  export default spacing;