Skip to content

Commit

Permalink
changes expected input type from input to scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 29, 2024
1 parent eb34a7f commit 0cd8765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mostReadable, colorMix } from './engine/primitives/color'
import type {
UmbraOutput,
UmbraSettings,
UmbraInput,
UmbraScheme,
UmbraRange,
FormatedRange
} from './engine/types'
Expand All @@ -31,12 +31,12 @@ export {

export type {
Umbra,
UmbraInput,
UmbraScheme,
UmbraSettings,
UmbraOutput,
UmbraOutputs,
UmbraRange,
FlattenColor,
Formater,
FlattenColor,
FormatedRange
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbrajs/core",
"version": "0.0.453",
"version": "0.0.454",
"description": "Umbra is a theme managment library that allows you to create semantic color themes that are easy to dynamically customize, change retroactively and scale progressively",
"author": "Samuel M. Bednarz<https://github.com/CarelessCourage>",
"repository": {
Expand Down

0 comments on commit 0cd8765

Please sign in to comment.