@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support
794 lines (793 loc) • 43 kB
JavaScript
import { jsx as Wt } from "react/jsx-runtime";
import * as gt from "react";
import a from "react";
import Xt from "react-dom";
var Kt = (n, o, e, s, N, d, p, S) => {
let f = document.documentElement, i = ["light", "dark"];
function y(g) {
(Array.isArray(n) ? n : [n]).forEach((v) => {
let W = v === "class", P = W && d ? N.map((c) => d[c] || c) : N;
W ? (f.classList.remove(...P), f.classList.add(d && d[g] ? d[g] : g)) : f.setAttribute(v, g);
}), t(g);
}
function t(g) {
S && i.includes(g) && (f.style.colorScheme = g);
}
function x() {
return window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
}
if (s) y(s);
else try {
let g = localStorage.getItem(o) || e, v = p && g === "system" ? x() : g;
y(v);
} catch {
}
}, qt = gt.createContext(void 0), Gt = { setTheme: (n) => {
}, themes: [] }, Jt = () => {
var n;
return (n = gt.useContext(qt)) != null ? n : Gt;
};
gt.memo(({ forcedTheme: n, storageKey: o, attribute: e, enableSystem: s, enableColorScheme: N, defaultTheme: d, value: p, themes: S, nonce: f, scriptProps: i }) => {
let y = JSON.stringify([e, o, d, n, S, p, s, N]).slice(1, -1);
return gt.createElement("script", { ...i, suppressHydrationWarning: !0, nonce: typeof window > "u" ? f : "", dangerouslySetInnerHTML: { __html: `(${Kt.toString()})(${y})` } });
});
function Qt(n) {
if (typeof document > "u") return;
let o = document.head || document.getElementsByTagName("head")[0], e = document.createElement("style");
e.type = "text/css", o.appendChild(e), e.styleSheet ? e.styleSheet.cssText = n : e.appendChild(document.createTextNode(n));
}
const Zt = (n) => {
switch (n) {
case "success":
return ae;
case "info":
return se;
case "warning":
return oe;
case "error":
return ne;
default:
return null;
}
}, te = Array(12).fill(0), ee = ({ visible: n, className: o }) => /* @__PURE__ */ a.createElement("div", {
className: [
"sonner-loading-wrapper",
o
].filter(Boolean).join(" "),
"data-visible": n
}, /* @__PURE__ */ a.createElement("div", {
className: "sonner-spinner"
}, te.map((e, s) => /* @__PURE__ */ a.createElement("div", {
className: "sonner-loading-bar",
key: `spinner-bar-${s}`
})))), ae = /* @__PURE__ */ a.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
height: "20",
width: "20"
}, /* @__PURE__ */ a.createElement("path", {
fillRule: "evenodd",
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",
clipRule: "evenodd"
})), oe = /* @__PURE__ */ a.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
height: "20",
width: "20"
}, /* @__PURE__ */ a.createElement("path", {
fillRule: "evenodd",
d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",
clipRule: "evenodd"
})), se = /* @__PURE__ */ a.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
height: "20",
width: "20"
}, /* @__PURE__ */ a.createElement("path", {
fillRule: "evenodd",
d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",
clipRule: "evenodd"
})), ne = /* @__PURE__ */ a.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
height: "20",
width: "20"
}, /* @__PURE__ */ a.createElement("path", {
fillRule: "evenodd",
d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",
clipRule: "evenodd"
})), re = /* @__PURE__ */ a.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "12",
height: "12",
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}, /* @__PURE__ */ a.createElement("line", {
x1: "18",
y1: "6",
x2: "6",
y2: "18"
}), /* @__PURE__ */ a.createElement("line", {
x1: "6",
y1: "6",
x2: "18",
y2: "18"
})), ie = () => {
const [n, o] = a.useState(document.hidden);
return a.useEffect(() => {
const e = () => {
o(document.hidden);
};
return document.addEventListener("visibilitychange", e), () => window.removeEventListener("visibilitychange", e);
}, []), n;
};
let Et = 1;
class le {
constructor() {
this.subscribe = (o) => (this.subscribers.push(o), () => {
const e = this.subscribers.indexOf(o);
this.subscribers.splice(e, 1);
}), this.publish = (o) => {
this.subscribers.forEach((e) => e(o));
}, this.addToast = (o) => {
this.publish(o), this.toasts = [
...this.toasts,
o
];
}, this.create = (o) => {
var e;
const { message: s, ...N } = o, d = typeof o?.id == "number" || ((e = o.id) == null ? void 0 : e.length) > 0 ? o.id : Et++, p = this.toasts.find((f) => f.id === d), S = o.dismissible === void 0 ? !0 : o.dismissible;
return this.dismissedToasts.has(d) && this.dismissedToasts.delete(d), p ? this.toasts = this.toasts.map((f) => f.id === d ? (this.publish({
...f,
...o,
id: d,
title: s
}), {
...f,
...o,
id: d,
dismissible: S,
title: s
}) : f) : this.addToast({
title: s,
...N,
dismissible: S,
id: d
}), d;
}, this.dismiss = (o) => (o ? (this.dismissedToasts.add(o), requestAnimationFrame(() => this.subscribers.forEach((e) => e({
id: o,
dismiss: !0
})))) : this.toasts.forEach((e) => {
this.subscribers.forEach((s) => s({
id: e.id,
dismiss: !0
}));
}), o), this.message = (o, e) => this.create({
...e,
message: o
}), this.error = (o, e) => this.create({
...e,
message: o,
type: "error"
}), this.success = (o, e) => this.create({
...e,
type: "success",
message: o
}), this.info = (o, e) => this.create({
...e,
type: "info",
message: o
}), this.warning = (o, e) => this.create({
...e,
type: "warning",
message: o
}), this.loading = (o, e) => this.create({
...e,
type: "loading",
message: o
}), this.promise = (o, e) => {
if (!e)
return;
let s;
e.loading !== void 0 && (s = this.create({
...e,
promise: o,
type: "loading",
message: e.loading,
description: typeof e.description != "function" ? e.description : void 0
}));
const N = Promise.resolve(o instanceof Function ? o() : o);
let d = s !== void 0, p;
const S = N.then(async (i) => {
if (p = [
"resolve",
i
], a.isValidElement(i))
d = !1, this.create({
id: s,
type: "default",
message: i
});
else if (ce(i) && !i.ok) {
d = !1;
const t = typeof e.error == "function" ? await e.error(`HTTP error! status: ${i.status}`) : e.error, x = typeof e.description == "function" ? await e.description(`HTTP error! status: ${i.status}`) : e.description, v = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "error",
description: x,
...v
});
} else if (i instanceof Error) {
d = !1;
const t = typeof e.error == "function" ? await e.error(i) : e.error, x = typeof e.description == "function" ? await e.description(i) : e.description, v = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "error",
description: x,
...v
});
} else if (e.success !== void 0) {
d = !1;
const t = typeof e.success == "function" ? await e.success(i) : e.success, x = typeof e.description == "function" ? await e.description(i) : e.description, v = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "success",
description: x,
...v
});
}
}).catch(async (i) => {
if (p = [
"reject",
i
], e.error !== void 0) {
d = !1;
const y = typeof e.error == "function" ? await e.error(i) : e.error, t = typeof e.description == "function" ? await e.description(i) : e.description, g = typeof y == "object" && !a.isValidElement(y) ? y : {
message: y
};
this.create({
id: s,
type: "error",
description: t,
...g
});
}
}).finally(() => {
d && (this.dismiss(s), s = void 0), e.finally == null || e.finally.call(e);
}), f = () => new Promise((i, y) => S.then(() => p[0] === "reject" ? y(p[1]) : i(p[1])).catch(y));
return typeof s != "string" && typeof s != "number" ? {
unwrap: f
} : Object.assign(s, {
unwrap: f
});
}, this.custom = (o, e) => {
const s = e?.id || Et++;
return this.create({
jsx: o(s),
id: s,
...e
}), s;
}, this.getActiveToasts = () => this.toasts.filter((o) => !this.dismissedToasts.has(o.id)), this.subscribers = [], this.toasts = [], this.dismissedToasts = /* @__PURE__ */ new Set();
}
}
const _ = new le(), de = (n, o) => {
const e = o?.id || Et++;
return _.addToast({
title: n,
...o,
id: e
}), e;
}, ce = (n) => n && typeof n == "object" && "ok" in n && typeof n.ok == "boolean" && "status" in n && typeof n.status == "number", ue = de, fe = () => _.toasts, me = () => _.getActiveToasts();
Object.assign(ue, {
success: _.success,
info: _.info,
warning: _.warning,
error: _.error,
custom: _.custom,
message: _.message,
promise: _.promise,
dismiss: _.dismiss,
loading: _.loading
}, {
getHistory: fe,
getToasts: me
});
Qt("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");
function pt(n) {
return n.label !== void 0;
}
const pe = 3, ge = "24px", he = "16px", It = 4e3, be = 356, ve = 14, ye = 45, we = 200;
function O(...n) {
return n.filter(Boolean).join(" ");
}
function xe(n) {
const [o, e] = n.split("-"), s = [];
return o && s.push(o), e && s.push(e), s;
}
const Ee = (n) => {
var o, e, s, N, d, p, S, f, i;
const { invert: y, toast: t, unstyled: x, interacting: g, setHeights: v, visibleToasts: W, heights: P, index: c, toasts: st, expanded: X, removeToast: nt, defaultRichColors: ht, closeButton: z, style: tt, cancelButtonStyle: Y, actionButtonStyle: bt, className: rt = "", descriptionClassName: vt = "", duration: et, position: H, gap: it, expandByDefault: at, classNames: u, icons: E, closeButtonAriaLabel: j = "Close toast" } = n, [F, I] = a.useState(null), [V, lt] = a.useState(null), [l, b] = a.useState(!1), [h, B] = a.useState(!1), [K, m] = a.useState(!1), [q, dt] = a.useState(!1), [ct, G] = a.useState(!1), [At, yt] = a.useState(0), [Ht, Tt] = a.useState(0), ot = a.useRef(t.duration || et || It), St = a.useRef(null), L = a.useRef(null), Ot = c === 0, zt = c + 1 <= W, R = t.type, J = t.dismissible !== !1, Lt = t.className || "", Pt = t.descriptionClassName || "", ut = a.useMemo(() => P.findIndex((r) => r.toastId === t.id) || 0, [
P,
t.id
]), jt = a.useMemo(() => {
var r;
return (r = t.closeButton) != null ? r : z;
}, [
t.closeButton,
z
]), kt = a.useMemo(() => t.duration || et || It, [
t.duration,
et
]), wt = a.useRef(0), Q = a.useRef(0), Nt = a.useRef(0), Z = a.useRef(null), [$t, Yt] = H.split("-"), _t = a.useMemo(() => P.reduce((r, w, k) => k >= ut ? r : r + w.height, 0), [
P,
ut
]), Rt = ie(), Ft = t.invert || y, xt = R === "loading";
Q.current = a.useMemo(() => ut * it + _t, [
ut,
_t
]), a.useEffect(() => {
ot.current = kt;
}, [
kt
]), a.useEffect(() => {
b(!0);
}, []), a.useEffect(() => {
const r = L.current;
if (r) {
const w = r.getBoundingClientRect().height;
return Tt(w), v((k) => [
{
toastId: t.id,
height: w,
position: t.position
},
...k
]), () => v((k) => k.filter((D) => D.toastId !== t.id));
}
}, [
v,
t.id
]), a.useLayoutEffect(() => {
if (!l) return;
const r = L.current, w = r.style.height;
r.style.height = "auto";
const k = r.getBoundingClientRect().height;
r.style.height = w, Tt(k), v((D) => D.find((T) => T.toastId === t.id) ? D.map((T) => T.toastId === t.id ? {
...T,
height: k
} : T) : [
{
toastId: t.id,
height: k,
position: t.position
},
...D
]);
}, [
l,
t.title,
t.description,
v,
t.id,
t.jsx,
t.action,
t.cancel
]);
const $ = a.useCallback(() => {
B(!0), yt(Q.current), v((r) => r.filter((w) => w.toastId !== t.id)), setTimeout(() => {
nt(t);
}, we);
}, [
t,
nt,
v,
Q
]);
a.useEffect(() => {
if (t.promise && R === "loading" || t.duration === 1 / 0 || t.type === "loading") return;
let r;
return X || g || Rt ? (() => {
if (Nt.current < wt.current) {
const D = (/* @__PURE__ */ new Date()).getTime() - wt.current;
ot.current = ot.current - D;
}
Nt.current = (/* @__PURE__ */ new Date()).getTime();
})() : (() => {
ot.current !== 1 / 0 && (wt.current = (/* @__PURE__ */ new Date()).getTime(), r = setTimeout(() => {
t.onAutoClose == null || t.onAutoClose.call(t, t), $();
}, ot.current));
})(), () => clearTimeout(r);
}, [
X,
g,
t,
R,
Rt,
$
]), a.useEffect(() => {
t.delete && ($(), t.onDismiss == null || t.onDismiss.call(t, t));
}, [
$,
t.delete
]);
function Vt() {
var r;
if (E?.loading) {
var w;
return /* @__PURE__ */ a.createElement("div", {
className: O(u?.loader, t == null || (w = t.classNames) == null ? void 0 : w.loader, "sonner-loader"),
"data-visible": R === "loading"
}, E.loading);
}
return /* @__PURE__ */ a.createElement(ee, {
className: O(u?.loader, t == null || (r = t.classNames) == null ? void 0 : r.loader),
visible: R === "loading"
});
}
const Ut = t.icon || E?.[R] || Zt(R);
var Dt, Bt;
return /* @__PURE__ */ a.createElement("li", {
tabIndex: 0,
ref: L,
className: O(rt, Lt, u?.toast, t == null || (o = t.classNames) == null ? void 0 : o.toast, u?.default, u?.[R], t == null || (e = t.classNames) == null ? void 0 : e[R]),
"data-sonner-toast": "",
"data-rich-colors": (Dt = t.richColors) != null ? Dt : ht,
"data-styled": !(t.jsx || t.unstyled || x),
"data-mounted": l,
"data-promise": !!t.promise,
"data-swiped": ct,
"data-removed": h,
"data-visible": zt,
"data-y-position": $t,
"data-x-position": Yt,
"data-index": c,
"data-front": Ot,
"data-swiping": K,
"data-dismissible": J,
"data-type": R,
"data-invert": Ft,
"data-swipe-out": q,
"data-swipe-direction": V,
"data-expanded": !!(X || at && l),
"data-testid": t.testId,
style: {
"--index": c,
"--toasts-before": c,
"--z-index": st.length - c,
"--offset": `${h ? At : Q.current}px`,
"--initial-height": at ? "auto" : `${Ht}px`,
...tt,
...t.style
},
onDragEnd: () => {
m(!1), I(null), Z.current = null;
},
onPointerDown: (r) => {
r.button !== 2 && (xt || !J || (St.current = /* @__PURE__ */ new Date(), yt(Q.current), r.target.setPointerCapture(r.pointerId), r.target.tagName !== "BUTTON" && (m(!0), Z.current = {
x: r.clientX,
y: r.clientY
})));
},
onPointerUp: () => {
var r, w, k;
if (q || !J) return;
Z.current = null;
const D = Number(((r = L.current) == null ? void 0 : r.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), ft = Number(((w = L.current) == null ? void 0 : w.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), T = (/* @__PURE__ */ new Date()).getTime() - ((k = St.current) == null ? void 0 : k.getTime()), M = F === "x" ? D : ft, mt = Math.abs(M) / T;
if (Math.abs(M) >= ye || mt > 0.11) {
yt(Q.current), t.onDismiss == null || t.onDismiss.call(t, t), lt(F === "x" ? D > 0 ? "right" : "left" : ft > 0 ? "down" : "up"), $(), dt(!0);
return;
} else {
var C, A;
(C = L.current) == null || C.style.setProperty("--swipe-amount-x", "0px"), (A = L.current) == null || A.style.setProperty("--swipe-amount-y", "0px");
}
G(!1), m(!1), I(null);
},
onPointerMove: (r) => {
var w, k, D;
if (!Z.current || !J || ((w = window.getSelection()) == null ? void 0 : w.toString().length) > 0) return;
const T = r.clientY - Z.current.y, M = r.clientX - Z.current.x;
var mt;
const C = (mt = n.swipeDirections) != null ? mt : xe(H);
!F && (Math.abs(M) > 1 || Math.abs(T) > 1) && I(Math.abs(M) > Math.abs(T) ? "x" : "y");
let A = {
x: 0,
y: 0
};
const Mt = (U) => 1 / (1.5 + Math.abs(U) / 20);
if (F === "y") {
if (C.includes("top") || C.includes("bottom"))
if (C.includes("top") && T < 0 || C.includes("bottom") && T > 0)
A.y = T;
else {
const U = T * Mt(T);
A.y = Math.abs(U) < Math.abs(T) ? U : T;
}
} else if (F === "x" && (C.includes("left") || C.includes("right")))
if (C.includes("left") && M < 0 || C.includes("right") && M > 0)
A.x = M;
else {
const U = M * Mt(M);
A.x = Math.abs(U) < Math.abs(M) ? U : M;
}
(Math.abs(A.x) > 0 || Math.abs(A.y) > 0) && G(!0), (k = L.current) == null || k.style.setProperty("--swipe-amount-x", `${A.x}px`), (D = L.current) == null || D.style.setProperty("--swipe-amount-y", `${A.y}px`);
}
}, jt && !t.jsx && R !== "loading" ? /* @__PURE__ */ a.createElement("button", {
"aria-label": j,
"data-disabled": xt,
"data-close-button": !0,
onClick: xt || !J ? () => {
} : () => {
$(), t.onDismiss == null || t.onDismiss.call(t, t);
},
className: O(u?.closeButton, t == null || (s = t.classNames) == null ? void 0 : s.closeButton)
}, (Bt = E?.close) != null ? Bt : re) : null, (R || t.icon || t.promise) && t.icon !== null && (E?.[R] !== null || t.icon) ? /* @__PURE__ */ a.createElement("div", {
"data-icon": "",
className: O(u?.icon, t == null || (N = t.classNames) == null ? void 0 : N.icon)
}, t.promise || t.type === "loading" && !t.icon ? t.icon || Vt() : null, t.type !== "loading" ? Ut : null) : null, /* @__PURE__ */ a.createElement("div", {
"data-content": "",
className: O(u?.content, t == null || (d = t.classNames) == null ? void 0 : d.content)
}, /* @__PURE__ */ a.createElement("div", {
"data-title": "",
className: O(u?.title, t == null || (p = t.classNames) == null ? void 0 : p.title)
}, t.jsx ? t.jsx : typeof t.title == "function" ? t.title() : t.title), t.description ? /* @__PURE__ */ a.createElement("div", {
"data-description": "",
className: O(vt, Pt, u?.description, t == null || (S = t.classNames) == null ? void 0 : S.description)
}, typeof t.description == "function" ? t.description() : t.description) : null), /* @__PURE__ */ a.isValidElement(t.cancel) ? t.cancel : t.cancel && pt(t.cancel) ? /* @__PURE__ */ a.createElement("button", {
"data-button": !0,
"data-cancel": !0,
style: t.cancelButtonStyle || Y,
onClick: (r) => {
pt(t.cancel) && J && (t.cancel.onClick == null || t.cancel.onClick.call(t.cancel, r), $());
},
className: O(u?.cancelButton, t == null || (f = t.classNames) == null ? void 0 : f.cancelButton)
}, t.cancel.label) : null, /* @__PURE__ */ a.isValidElement(t.action) ? t.action : t.action && pt(t.action) ? /* @__PURE__ */ a.createElement("button", {
"data-button": !0,
"data-action": !0,
style: t.actionButtonStyle || bt,
onClick: (r) => {
pt(t.action) && (t.action.onClick == null || t.action.onClick.call(t.action, r), !r.defaultPrevented && $());
},
className: O(u?.actionButton, t == null || (i = t.classNames) == null ? void 0 : i.actionButton)
}, t.action.label) : null);
};
function Ct() {
if (typeof window > "u" || typeof document > "u") return "ltr";
const n = document.documentElement.getAttribute("dir");
return n === "auto" || !n ? window.getComputedStyle(document.documentElement).direction : n;
}
function Te(n, o) {
const e = {};
return [
n,
o
].forEach((s, N) => {
const d = N === 1, p = d ? "--mobile-offset" : "--offset", S = d ? he : ge;
function f(i) {
[
"top",
"right",
"bottom",
"left"
].forEach((y) => {
e[`${p}-${y}`] = typeof i == "number" ? `${i}px` : i;
});
}
typeof s == "number" || typeof s == "string" ? f(s) : typeof s == "object" ? [
"top",
"right",
"bottom",
"left"
].forEach((i) => {
s[i] === void 0 ? e[`${p}-${i}`] = S : e[`${p}-${i}`] = typeof s[i] == "number" ? `${s[i]}px` : s[i];
}) : f(S);
}), e;
}
const Se = /* @__PURE__ */ a.forwardRef(function(o, e) {
const { id: s, invert: N, position: d = "bottom-right", hotkey: p = [
"altKey",
"KeyT"
], expand: S, closeButton: f, className: i, offset: y, mobileOffset: t, theme: x = "light", richColors: g, duration: v, style: W, visibleToasts: P = pe, toastOptions: c, dir: st = Ct(), gap: X = ve, icons: nt, containerAriaLabel: ht = "Notifications" } = o, [z, tt] = a.useState([]), Y = a.useMemo(() => s ? z.filter((l) => l.toasterId === s) : z.filter((l) => !l.toasterId), [
z,
s
]), bt = a.useMemo(() => Array.from(new Set([
d
].concat(Y.filter((l) => l.position).map((l) => l.position)))), [
Y,
d
]), [rt, vt] = a.useState([]), [et, H] = a.useState(!1), [it, at] = a.useState(!1), [u, E] = a.useState(x !== "system" ? x : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), j = a.useRef(null), F = p.join("+").replace(/Key/g, "").replace(/Digit/g, ""), I = a.useRef(null), V = a.useRef(!1), lt = a.useCallback((l) => {
tt((b) => {
var h;
return (h = b.find((B) => B.id === l.id)) != null && h.delete || _.dismiss(l.id), b.filter(({ id: B }) => B !== l.id);
});
}, []);
return a.useEffect(() => _.subscribe((l) => {
if (l.dismiss) {
requestAnimationFrame(() => {
tt((b) => b.map((h) => h.id === l.id ? {
...h,
delete: !0
} : h));
});
return;
}
setTimeout(() => {
Xt.flushSync(() => {
tt((b) => {
const h = b.findIndex((B) => B.id === l.id);
return h !== -1 ? [
...b.slice(0, h),
{
...b[h],
...l
},
...b.slice(h + 1)
] : [
l,
...b
];
});
});
});
}), [
z
]), a.useEffect(() => {
if (x !== "system") {
E(x);
return;
}
if (x === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? E("dark") : E("light")), typeof window > "u") return;
const l = window.matchMedia("(prefers-color-scheme: dark)");
try {
l.addEventListener("change", ({ matches: b }) => {
E(b ? "dark" : "light");
});
} catch {
l.addListener(({ matches: h }) => {
try {
E(h ? "dark" : "light");
} catch (B) {
console.error(B);
}
});
}
}, [
x
]), a.useEffect(() => {
z.length <= 1 && H(!1);
}, [
z
]), a.useEffect(() => {
const l = (b) => {
var h;
if (p.every((m) => b[m] || b.code === m)) {
var K;
H(!0), (K = j.current) == null || K.focus();
}
b.code === "Escape" && (document.activeElement === j.current || (h = j.current) != null && h.contains(document.activeElement)) && H(!1);
};
return document.addEventListener("keydown", l), () => document.removeEventListener("keydown", l);
}, [
p
]), a.useEffect(() => {
if (j.current)
return () => {
I.current && (I.current.focus({
preventScroll: !0
}), I.current = null, V.current = !1);
};
}, [
j.current
]), // Remove item from normal navigation flow, only available via hotkey
/* @__PURE__ */ a.createElement("section", {
ref: e,
"aria-label": `${ht} ${F}`,
tabIndex: -1,
"aria-live": "polite",
"aria-relevant": "additions text",
"aria-atomic": "false",
suppressHydrationWarning: !0
}, bt.map((l, b) => {
var h;
const [B, K] = l.split("-");
return Y.length ? /* @__PURE__ */ a.createElement("ol", {
key: l,
dir: st === "auto" ? Ct() : st,
tabIndex: -1,
ref: j,
className: i,
"data-sonner-toaster": !0,
"data-sonner-theme": u,
"data-y-position": B,
"data-x-position": K,
style: {
"--front-toast-height": `${((h = rt[0]) == null ? void 0 : h.height) || 0}px`,
"--width": `${be}px`,
"--gap": `${X}px`,
...W,
...Te(y, t)
},
onBlur: (m) => {
V.current && !m.currentTarget.contains(m.relatedTarget) && (V.current = !1, I.current && (I.current.focus({
preventScroll: !0
}), I.current = null));
},
onFocus: (m) => {
m.target instanceof HTMLElement && m.target.dataset.dismissible === "false" || V.current || (V.current = !0, I.current = m.relatedTarget);
},
onMouseEnter: () => H(!0),
onMouseMove: () => H(!0),
onMouseLeave: () => {
it || H(!1);
},
onDragEnd: () => H(!1),
onPointerDown: (m) => {
m.target instanceof HTMLElement && m.target.dataset.dismissible === "false" || at(!0);
},
onPointerUp: () => at(!1)
}, Y.filter((m) => !m.position && b === 0 || m.position === l).map((m, q) => {
var dt, ct;
return /* @__PURE__ */ a.createElement(Ee, {
key: m.id,
icons: nt,
index: q,
toast: m,
defaultRichColors: g,
duration: (dt = c?.duration) != null ? dt : v,
className: c?.className,
descriptionClassName: c?.descriptionClassName,
invert: N,
visibleToasts: P,
closeButton: (ct = c?.closeButton) != null ? ct : f,
interacting: it,
position: l,
style: c?.style,
unstyled: c?.unstyled,
classNames: c?.classNames,
cancelButtonStyle: c?.cancelButtonStyle,
actionButtonStyle: c?.actionButtonStyle,
closeButtonAriaLabel: c?.closeButtonAriaLabel,
removeToast: lt,
toasts: Y.filter((G) => G.position == m.position),
heights: rt.filter((G) => G.position == m.position),
setHeights: vt,
expandByDefault: S,
gap: X,
expanded: et,
swipeDirections: o.swipeDirections
});
})) : null;
}));
}), De = ({ ...n }) => {
const { theme: o = "system" } = Jt();
return /* @__PURE__ */ Wt(
Se,
{
theme: o,
className: "toaster group",
style: {
"--normal-bg": "var(--popover)",
"--normal-text": "var(--popover-foreground)",
"--normal-border": "var(--border)"
},
...n
}
);
};
export {
De as Toaster
};
//# sourceMappingURL=sonner.js.map