@dfds-ui/colors 2.2.0-alpha.98e68873 → 2.2.0-alpha.9bb1ab0f

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/colors.d.ts CHANGED
@@ -96,6 +96,6 @@ export interface Colors {
96
96
  dark: string;
97
97
  };
98
98
  }
99
- export declare type ColorPalette = Colors;
99
+ export type ColorPalette = Colors;
100
100
  export { hydro2 };
101
101
  export { legacyColorPalette, legacyColors, legacyColors as colors, legacyColorPalette as colorPalette };
package/cjs/legacy.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.legacyColors = exports.legacyColorPalette = void 0;
7
7
  var _hydro = require("./hydro2");
8
- /* eslint-disable deprecation/deprecation */
8
+ /* eslint-disable @typescript-eslint/no-deprecated */
9
9
 
10
10
  const {
11
11
  surface,
package/colors.d.ts CHANGED
@@ -96,6 +96,6 @@ export interface Colors {
96
96
  dark: string;
97
97
  };
98
98
  }
99
- export declare type ColorPalette = Colors;
99
+ export type ColorPalette = Colors;
100
100
  export { hydro2 };
101
101
  export { legacyColorPalette, legacyColors, legacyColors as colors, legacyColorPalette as colorPalette };
package/colors.js CHANGED
@@ -3,5 +3,5 @@ import { legacyColorPalette, legacyColors } from './legacy';
3
3
  export { hydro2 };
4
4
 
5
5
  // Legacy exports
6
- // eslint-disable-next-line deprecation/deprecation
6
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
7
7
  export { legacyColorPalette, legacyColors, legacyColors as colors, legacyColorPalette as colorPalette };
package/legacy.js CHANGED
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
6
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
- /* eslint-disable deprecation/deprecation */
7
+ /* eslint-disable @typescript-eslint/no-deprecated */
8
8
  import { hydro2 } from './hydro2';
9
9
  var surface = hydro2.surface,
10
10
  primary = hydro2.primary,
package/package.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "description": "Shared colors within DFDS",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.2.0-alpha.98e68873",
6
+ "version": "2.2.0-alpha.9bb1ab0f",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
10
10
  "typings": "./index.d.ts",
11
- "gitHead": "98e68873ace8ad4db37fd407dfe757396da57ac8",
11
+ "gitHead": "9bb1ab0fca74964da6edd580e53f175a223b4f49",
12
12
  "esnext": "",
13
13
  "publishConfig": {
14
14
  "access": "public"