Skip to content

Commit

Permalink
export new parts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Feb 4, 2024
1 parent a64fef2 commit 57981e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/dye/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import DyePicker from './components/DyePicker.vue'
import DyeWrapper from '@components/DyeWrapper.vue'
import Pallet from './components/Pallet.vue'
import ColorCanvas from './components/Canvas/ColorCanvas.vue'
import HueCanvas from './components/Canvas/HueCanvas.vue'
import Pallet from './components/Pallet.vue'
import Handle from './components/Handle.vue'
import { useDye } from './composables/useDye'
import { OutputColor } from './composables/canvas'

export { DyePicker, ColorCanvas, HueCanvas, Pallet, Handle }
export { DyePicker, DyeWrapper, ColorCanvas, HueCanvas, Pallet, Handle, useDye }
export type { OutputColor }
2 changes: 1 addition & 1 deletion packages/dye/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@umbrajs/dye",
"private": false,
"version": "0.0.101",
"version": "0.0.102",
"description": "Vue color picker using umbra",
"author": "Samuel M. Bednarz<https://github.com/CarelessCourage>",
"license": "MIT",
Expand Down

0 comments on commit 57981e5

Please sign in to comment.