fix: colorPicker some css error mixing

This commit is contained in:
ShawnPhang 2024-01-31 11:15:15 +08:00
parent eb562af409
commit 88bde96ae9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -8,7 +8,7 @@
"name": "xunpai-design",
"version": "1.0.0",
"dependencies": {
"@palxp/color-picker": "^1.5.2",
"@palxp/color-picker": "^1.5.5",
"@palxp/image-extraction": "^1.2.4",
"@scena/guides": "^0.18.1",
"@webtoon/psd": "^0.4.0",
@ -2612,9 +2612,9 @@
}
},
"node_modules/@palxp/color-picker": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@palxp/color-picker/-/color-picker-1.5.2.tgz",
"integrity": "sha512-p8rwN0ZpmSGPDvE7FiAweQL6JWXEogBmP8501OgDBtsu7FlkYeKz7qZZ8HtXrxdxU9juk7m271XivP81AH9aGg==",
"version": "1.5.5",
"resolved": "https://registry.npmmirror.com/@palxp/color-picker/-/color-picker-1.5.5.tgz",
"integrity": "sha512-RBxUax11xWInQXPauDyGj/dDSgRkJQrvgsEi7lvMCFgE1a3g3J9G0nwsswNuzZFx04wEsGkDRfukg7lIAHCzTg==",
"dependencies": {
"throttle-debounce": "^5.0.0"
}
@ -22980,9 +22980,9 @@
}
},
"@palxp/color-picker": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@palxp/color-picker/-/color-picker-1.5.2.tgz",
"integrity": "sha512-p8rwN0ZpmSGPDvE7FiAweQL6JWXEogBmP8501OgDBtsu7FlkYeKz7qZZ8HtXrxdxU9juk7m271XivP81AH9aGg==",
"version": "1.5.5",
"resolved": "https://registry.npmmirror.com/@palxp/color-picker/-/color-picker-1.5.5.tgz",
"integrity": "sha512-RBxUax11xWInQXPauDyGj/dDSgRkJQrvgsEi7lvMCFgE1a3g3J9G0nwsswNuzZFx04wEsGkDRfukg7lIAHCzTg==",
"requires": {
"throttle-debounce": "^5.0.0"
},

View File

@ -14,7 +14,7 @@
"publish-fast": "git add . && git commit -m 'build: auto publish' && sh script/publish.sh"
},
"dependencies": {
"@palxp/color-picker": "^1.5.2",
"@palxp/color-picker": "^1.5.5",
"@palxp/image-extraction": "^1.2.4",
"@scena/guides": "^0.18.1",
"@webtoon/psd": "^0.4.0",