Skip to content

Commit

Permalink
Merge pull request #81 from sunnydanu/feat(new-tool)--color-wheel
Browse files Browse the repository at this point in the history
feat(new-tool):-color-wheel
  • Loading branch information
sunnydanu authored Nov 4, 2024
2 parents c17a4b2 + acbc529 commit a39d39b
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 0 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ declare module '@vue/runtime-core' {
CollapsibleToolMenu: typeof import('./src/components/CollapsibleToolMenu.vue')['default']
ColorConverter: typeof import('./src/tools/color-converter/color-converter.vue')['default']
ColoredCard: typeof import('./src/components/ColoredCard.vue')['default']
ColorWheel: typeof import('./src/tools/color-wheel/color-wheel.vue')['default']
CommandPalette: typeof import('./src/modules/command-palette/command-palette.vue')['default']
CommandPaletteOption: typeof import('./src/modules/command-palette/components/command-palette-option.vue')['default']
CrontabGenerator: typeof import('./src/tools/crontab-generator/crontab-generator.vue')['default']
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"vanilla-jsoneditor": "^0.23.8",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.3.4",
"vue-color-wheel": "^0.1.1",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6",
"vue-shadow-dom": "^4.2.0",
Expand Down
Loading

0 comments on commit a39d39b

Please sign in to comment.