@skyux/colorpicker 5.0.0-beta.3 → 5.1.2

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.
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/platform-browser'), require('@skyux-sdk/testing')) :
3
3
  typeof define === 'function' && define.amd ? define('@skyux/colorpicker/testing', ['exports', '@angular/platform-browser', '@skyux-sdk/testing'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.colorpicker = global.skyux.colorpicker || {}, global.skyux.colorpicker.testing = {}), global.ng.platformBrowser, global.testing));
5
- }(this, (function (exports, platformBrowser, testing) { 'use strict';
5
+ })(this, (function (exports, platformBrowser, testing) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -461,5 +461,5 @@
461
461
 
462
462
  Object.defineProperty(exports, '__esModule', { value: true });
463
463
 
464
- })));
464
+ }));
465
465
  //# sourceMappingURL=skyux-colorpicker-testing.umd.js.map