@phun-ky/moebius 2.0.41 → 2.0.42

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/dist/moebius.d.ts CHANGED
@@ -579,7 +579,6 @@ type MouseEventType<T> = MouseEvent & {
579
579
  * ```
580
580
  */
581
581
  declare function Moebius(): MoebiusReturnType;
582
- //# sourceMappingURL=main.d.ts.map
583
582
 
584
583
  export { Moebius as default };
585
584
  export type { MoebiusCMYKObjectType, MoebiusChromaColorInputType, MoebiusColorInterface, MoebiusColorValueHexType, MoebiusColorValueHslType, MoebiusColorValueHslaType, MoebiusColorValueRgbType, MoebiusColorValueRgbaType, MoebiusHSIObjectType, MoebiusHSLObjectType, MoebiusHSVObjectType, MoebiusHWBObjectType, MoebiusInterpolationMode, MoebiusLABObjectType, MoebiusLCHObjectType, MoebiusPaletteAccentColorsInterface, MoebiusPaletteColorsInterface, MoebiusPaletteDefaultOptionsType, MoebiusPaletteInterface, MoebiusPaletteOptionsType, MoebiusPaletteType, MoebiusRGBObjectType, MoebiusReturnType, MoebiusThemeColorsInterface, MoebiusXYZObjectType, MouseEventType, NearestColorColorMatchInterface, NearestColorColorSpecInterface };
package/dist/moebius.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/moebius
3
3
  * @phun-ky/moebius is a versatile JavaScript library that automatically generates visually pleasing and customizable color palettes from a given base color. Whether you're building data visualizations, UIs, or design systems, Möbius offers various harmony modes (analogous, complementary, triadic, and more), smooth interpolation, luminance shifts, and diverging palette generation - all with extensive color format support and intuitive API design.
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander+github.com@phun-ky.net>
5
- * @version 2.0.41
5
+ * @version 2.0.42
6
6
  * @license
7
7
  * Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
8
8
  *
@@ -28,7 +28,7 @@
28
28
  * @phun-ky/typeof
29
29
  * A set of JavaScript helper functions to check for types
30
30
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
31
- * @version 2.1.5
31
+ * @version 2.1.6
32
32
  * @license
33
33
  * Copyright (c) 2024 Alexander Vassbotn Røyne-Helgesen
34
34
  *