Skip to content

Commit

Permalink
chore(dist): update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Dec 20, 2024
1 parent 0a9d133 commit 4693b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ColorPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const Nt = { class: "vacp-range-input-group" }, Vt = ["for"], At = { class: "vac
await window.navigator.clipboard.writeText(a), u("color-copy", B());
}
function ht(r, e, a) {
const l = D({ format: "hsl", color: i.hsl }, !1);
const l = D({ format: "hsl", color: i.hsl }, !0);
r.style.setProperty("--vacp-color", l), e.style.position = "relative", e.style.backgroundColor = `hsl(${i.hsl.h} 100% 50%)`, e.style.backgroundImage = "linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, transparent)", a.style.boxSizing = "border-box", a.style.position = "absolute", a.style.left = `${i.hsv.s}%`, a.style.bottom = `${i.hsv.v}%`;
}
function B() {
Expand Down

0 comments on commit 4693b03

Please sign in to comment.