Skip to content

Commit

Permalink
chore(projects): remove @simonwep/pickr
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 25, 2024
1 parent c1afb9d commit 502a4d2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 154 deletions.
1 change: 0 additions & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"@sa/utils": "workspace:*",
"@simonwep/pickr": "1.9.0",
"simplebar-vue": "2.3.3"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/materials/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import AdminLayout, { LAYOUT_MAX_Z_INDEX, LAYOUT_SCROLL_EL_ID } from './libs/admin-layout';
import PageTab from './libs/page-tab';
import SimpleScrollbar from './libs/simple-scrollbar';
import ColorPicker from './libs/color-picker';

export { AdminLayout, LAYOUT_SCROLL_EL_ID, LAYOUT_MAX_Z_INDEX, PageTab, SimpleScrollbar, ColorPicker };
export { AdminLayout, LAYOUT_SCROLL_EL_ID, LAYOUT_MAX_Z_INDEX, PageTab, SimpleScrollbar };
export * from './types';
3 changes: 0 additions & 3 deletions packages/materials/src/libs/color-picker/index.ts

This file was deleted.

116 changes: 0 additions & 116 deletions packages/materials/src/libs/color-picker/index.vue

This file was deleted.

46 changes: 14 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 502a4d2

Please sign in to comment.