diff --git a/CHANGELOG.md b/CHANGELOG.md index 6235afb..bd3b758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/phun-ky/moebius/compare/0.1.2...0.1.3) (2023-11-27) + + +### Bug + +* 🐛 Export types ([e080f5f](https://github.com/phun-ky/moebius/commit/e080f5fa136d9b4734be66b2a8fc137b7dc1f810)) + ## [0.1.2](https://github.com/phun-ky/moebius/compare/0.1.1...0.1.2) (2023-11-24) @@ -45,4 +52,4 @@ ### Bug -* 🐛 reinstall ([0b7a594](https://github.com/phun-ky/moebius/commit/0b7a5943c8e8fe11ca7532de7c5ba1b1aed506f2)) \ No newline at end of file +* 🐛 reinstall ([0b7a594](https://github.com/phun-ky/moebius/commit/0b7a5943c8e8fe11ca7532de7c5ba1b1aed506f2)) diff --git a/api/modules/main.md b/api/modules/main.md index 9aef383..6d68df2 100644 --- a/api/modules/main.md +++ b/api/modules/main.md @@ -2,6 +2,144 @@ # Module: main +## References + +### MoebiusCMYKObjectType + +Re-exports [MoebiusCMYKObjectType](types.md#moebiuscmykobjecttype) + +___ + +### MoebiusChromaColorInputType + +Re-exports [MoebiusChromaColorInputType](types.md#moebiuschromacolorinputtype) + +___ + +### MoebiusColorInterface + +Re-exports [MoebiusColorInterface](../interfaces/types.MoebiusColorInterface.md) + +___ + +### MoebiusColorValueHexType + +Re-exports [MoebiusColorValueHexType](types.md#moebiuscolorvaluehextype) + +___ + +### MoebiusColorValueHslType + +Re-exports [MoebiusColorValueHslType](types.md#moebiuscolorvaluehsltype) + +___ + +### MoebiusColorValueHslaType + +Re-exports [MoebiusColorValueHslaType](types.md#moebiuscolorvaluehslatype) + +___ + +### MoebiusColorValueRgbType + +Re-exports [MoebiusColorValueRgbType](types.md#moebiuscolorvaluergbtype) + +___ + +### MoebiusColorValueRgbaType + +Re-exports [MoebiusColorValueRgbaType](types.md#moebiuscolorvaluergbatype) + +___ + +### MoebiusHSIObjectType + +Re-exports [MoebiusHSIObjectType](types.md#moebiushsiobjecttype) + +___ + +### MoebiusHSLObjectType + +Re-exports [MoebiusHSLObjectType](types.md#moebiushslobjecttype) + +___ + +### MoebiusHSVObjectType + +Re-exports [MoebiusHSVObjectType](types.md#moebiushsvobjecttype) + +___ + +### MoebiusHWBObjectType + +Re-exports [MoebiusHWBObjectType](types.md#moebiushwbobjecttype) + +___ + +### MoebiusLABObjectType + +Re-exports [MoebiusLABObjectType](types.md#moebiuslabobjecttype) + +___ + +### MoebiusLCHObjectType + +Re-exports [MoebiusLCHObjectType](types.md#moebiuslchobjecttype) + +___ + +### MoebiusPaletteAccentColorsInterface + +Re-exports [MoebiusPaletteAccentColorsInterface](../interfaces/types.MoebiusPaletteAccentColorsInterface.md) + +___ + +### MoebiusPaletteColorsInterface + +Re-exports [MoebiusPaletteColorsInterface](../interfaces/types.MoebiusPaletteColorsInterface.md) + +___ + +### MoebiusPaletteDefaultOptionsType + +Re-exports [MoebiusPaletteDefaultOptionsType](types.md#moebiuspalettedefaultoptionstype) + +___ + +### MoebiusPaletteInterface + +Re-exports [MoebiusPaletteInterface](../interfaces/types.MoebiusPaletteInterface.md) + +___ + +### MoebiusPaletteOptionsType + +Re-exports [MoebiusPaletteOptionsType](types.md#moebiuspaletteoptionstype) + +___ + +### MoebiusRGBObjectType + +Re-exports [MoebiusRGBObjectType](types.md#moebiusrgbobjecttype) + +___ + +### MoebiusXYZObjectType + +Re-exports [MoebiusXYZObjectType](types.md#moebiusxyzobjecttype) + +___ + +### NearestColorColorMatchInterface + +Re-exports [NearestColorColorMatchInterface](../interfaces/types.NearestColorColorMatchInterface.md) + +___ + +### NearestColorColorSpecInterface + +Re-exports [NearestColorColorSpecInterface](../interfaces/types.NearestColorColorSpecInterface.md) + ## Type Aliases ### MoebiusReturnType @@ -10,7 +148,7 @@ #### Defined in -[main.ts:13](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L13) +[main.ts:15](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L15) ## Functions @@ -30,4 +168,4 @@ An object with Moebius classes #### Defined in -[main.ts:41](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L41) +[main.ts:43](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L43) diff --git a/package-lock.json b/package-lock.json index 83fdb73..e4f827d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/moebius", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/moebius", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "chroma-js": "^2.4.2", diff --git a/package.json b/package.json index 0ea0830..8b0a6db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/moebius", - "version": "0.1.2", + "version": "0.1.3", "description": "Automatically generate color palettes!", "main": "moebius.js", "types": "moebius.d.ts",