@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
758 lines (757 loc) • 41.7 kB
JavaScript
import { jsx as Xt } from "react/jsx-runtime";
import a from "react";
import Wt from "react-dom";
function Kt(r) {
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 = r : e.appendChild(document.createTextNode(r));
}
const qt = (r) => {
switch (r) {
case "success":
return Jt;
case "info":
return te;
case "warning":
return Zt;
case "error":
return ee;
default:
return null;
}
}, Gt = Array(12).fill(0), Qt = ({ visible: r, className: o }) => /* @__PURE__ */ a.createElement("div", {
className: [
"sonner-loading-wrapper",
o
].filter(Boolean).join(" "),
"data-visible": r
}, /* @__PURE__ */ a.createElement("div", {
className: "sonner-spinner"
}, Gt.map((e, s) => /* @__PURE__ */ a.createElement("div", {
className: "sonner-loading-bar",
key: `spinner-bar-${s}`
})))), Jt = /* @__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"
})), Zt = /* @__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"
})), te = /* @__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"
})), ee = /* @__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"
})), ae = /* @__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"
})), oe = () => {
const [r, o] = a.useState(document.hidden);
return a.useEffect(() => {
const e = () => {
o(document.hidden);
};
return document.addEventListener("visibilitychange", e), () => window.removeEventListener("visibilitychange", e);
}, []), r;
};
let Et = 1;
class se {
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, ...C } = o, u = typeof o?.id == "number" || ((e = o.id) == null ? void 0 : e.length) > 0 ? o.id : Et++, g = this.toasts.find((b) => b.id === u), _ = o.dismissible === void 0 ? !0 : o.dismissible;
return this.dismissedToasts.has(u) && this.dismissedToasts.delete(u), g ? this.toasts = this.toasts.map((b) => b.id === u ? (this.publish({
...b,
...o,
id: u,
title: s
}), {
...b,
...o,
id: u,
dismissible: _,
title: s
}) : b) : this.addToast({
title: s,
...C,
dismissible: _,
id: u
}), u;
}, 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 C = Promise.resolve(o instanceof Function ? o() : o);
let u = s !== void 0, g;
const _ = C.then(async (i) => {
if (g = [
"resolve",
i
], a.isValidElement(i))
u = !1, this.create({
id: s,
type: "default",
message: i
});
else if (re(i) && !i.ok) {
u = !1;
const t = typeof e.error == "function" ? await e.error(`HTTP error! status: ${i.status}`) : e.error, w = typeof e.description == "function" ? await e.description(`HTTP error! status: ${i.status}`) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "error",
description: w,
...E
});
} else if (i instanceof Error) {
u = !1;
const t = typeof e.error == "function" ? await e.error(i) : e.error, w = typeof e.description == "function" ? await e.description(i) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "error",
description: w,
...E
});
} else if (e.success !== void 0) {
u = !1;
const t = typeof e.success == "function" ? await e.success(i) : e.success, w = typeof e.description == "function" ? await e.description(i) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
message: t
};
this.create({
id: s,
type: "success",
description: w,
...E
});
}
}).catch(async (i) => {
if (g = [
"reject",
i
], e.error !== void 0) {
u = !1;
const T = typeof e.error == "function" ? await e.error(i) : e.error, t = typeof e.description == "function" ? await e.description(i) : e.description, O = typeof T == "object" && !a.isValidElement(T) ? T : {
message: T
};
this.create({
id: s,
type: "error",
description: t,
...O
});
}
}).finally(() => {
u && (this.dismiss(s), s = void 0), e.finally == null || e.finally.call(e);
}), b = () => new Promise((i, T) => _.then(() => g[0] === "reject" ? T(g[1]) : i(g[1])).catch(T));
return typeof s != "string" && typeof s != "number" ? {
unwrap: b
} : Object.assign(s, {
unwrap: b
});
}, 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 S = new se(), ne = (r, o) => {
const e = o?.id || Et++;
return S.addToast({
title: r,
...o,
id: e
}), e;
}, re = (r) => r && typeof r == "object" && "ok" in r && typeof r.ok == "boolean" && "status" in r && typeof r.status == "number", ie = ne, le = () => S.toasts, de = () => S.getActiveToasts(), wt = Object.assign(ie, {
success: S.success,
info: S.info,
warning: S.warning,
error: S.error,
custom: S.custom,
message: S.message,
promise: S.promise,
dismiss: S.dismiss,
loading: S.loading
}, {
getHistory: le,
getToasts: de
});
Kt("[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 mt(r) {
return r.label !== void 0;
}
const ce = 3, ue = "24px", fe = "16px", It = 4e3, me = 356, pe = 14, ge = 45, he = 200;
function H(...r) {
return r.filter(Boolean).join(" ");
}
function be(r) {
const [o, e] = r.split("-"), s = [];
return o && s.push(o), e && s.push(e), s;
}
const ve = (r) => {
var o, e, s, C, u, g, _, b, i;
const { invert: T, toast: t, unstyled: w, interacting: O, setHeights: E, visibleToasts: pt, heights: U, index: d, toasts: ot, expanded: X, removeToast: st, defaultRichColors: gt, closeButton: z, style: Z, cancelButtonStyle: Y, actionButtonStyle: ht, className: nt = "", descriptionClassName: bt = "", duration: tt, position: A, gap: rt, expandByDefault: et, classNames: c, icons: v, closeButtonAriaLabel: P = "Close toast" } = r, [$, B] = a.useState(null), [F, it] = a.useState(null), [l, p] = a.useState(!1), [m, D] = a.useState(!1), [W, f] = a.useState(!1), [K, lt] = a.useState(!1), [dt, q] = a.useState(!1), [At, vt] = a.useState(0), [Ht, Tt] = a.useState(0), at = a.useRef(t.duration || tt || It), St = a.useRef(null), j = a.useRef(null), Ot = d === 0, zt = d + 1 <= pt, N = t.type, G = t.dismissible !== !1, jt = t.className || "", Pt = t.descriptionClassName || "", ct = a.useMemo(() => U.findIndex((n) => n.toastId === t.id) || 0, [
U,
t.id
]), Lt = a.useMemo(() => {
var n;
return (n = t.closeButton) != null ? n : z;
}, [
t.closeButton,
z
]), Nt = a.useMemo(() => t.duration || tt || It, [
t.duration,
tt
]), yt = a.useRef(0), Q = a.useRef(0), kt = a.useRef(0), J = a.useRef(null), [Yt, $t] = A.split("-"), _t = a.useMemo(() => U.reduce((n, h, x) => x >= ct ? n : n + h.height, 0), [
U,
ct
]), Dt = oe(), Ft = t.invert || T, xt = N === "loading";
Q.current = a.useMemo(() => ct * rt + _t, [
ct,
_t
]), a.useEffect(() => {
at.current = Nt;
}, [
Nt
]), a.useEffect(() => {
p(!0);
}, []), a.useEffect(() => {
const n = j.current;
if (n) {
const h = n.getBoundingClientRect().height;
return Tt(h), E((x) => [
{
toastId: t.id,
height: h,
position: t.position
},
...x
]), () => E((x) => x.filter((k) => k.toastId !== t.id));
}
}, [
E,
t.id
]), a.useLayoutEffect(() => {
if (!l) return;
const n = j.current, h = n.style.height;
n.style.height = "auto";
const x = n.getBoundingClientRect().height;
n.style.height = h, Tt(x), E((k) => k.find((y) => y.toastId === t.id) ? k.map((y) => y.toastId === t.id ? {
...y,
height: x
} : y) : [
{
toastId: t.id,
height: x,
position: t.position
},
...k
]);
}, [
l,
t.title,
t.description,
E,
t.id,
t.jsx,
t.action,
t.cancel
]);
const L = a.useCallback(() => {
D(!0), vt(Q.current), E((n) => n.filter((h) => h.toastId !== t.id)), setTimeout(() => {
st(t);
}, he);
}, [
t,
st,
E,
Q
]);
a.useEffect(() => {
if (t.promise && N === "loading" || t.duration === 1 / 0 || t.type === "loading") return;
let n;
return X || O || Dt ? (() => {
if (kt.current < yt.current) {
const k = (/* @__PURE__ */ new Date()).getTime() - yt.current;
at.current = at.current - k;
}
kt.current = (/* @__PURE__ */ new Date()).getTime();
})() : at.current !== 1 / 0 && (yt.current = (/* @__PURE__ */ new Date()).getTime(), n = setTimeout(() => {
t.onAutoClose == null || t.onAutoClose.call(t, t), L();
}, at.current)), () => clearTimeout(n);
}, [
X,
O,
t,
N,
Dt,
L
]), a.useEffect(() => {
t.delete && (L(), t.onDismiss == null || t.onDismiss.call(t, t));
}, [
L,
t.delete
]);
function Vt() {
var n;
if (v?.loading) {
var h;
return /* @__PURE__ */ a.createElement("div", {
className: H(c?.loader, t == null || (h = t.classNames) == null ? void 0 : h.loader, "sonner-loader"),
"data-visible": N === "loading"
}, v.loading);
}
return /* @__PURE__ */ a.createElement(Qt, {
className: H(c?.loader, t == null || (n = t.classNames) == null ? void 0 : n.loader),
visible: N === "loading"
});
}
const Ut = t.icon || v?.[N] || qt(N);
var Rt, Bt;
return /* @__PURE__ */ a.createElement("li", {
tabIndex: 0,
ref: j,
className: H(nt, jt, c?.toast, t == null || (o = t.classNames) == null ? void 0 : o.toast, c?.default, c?.[N], t == null || (e = t.classNames) == null ? void 0 : e[N]),
"data-sonner-toast": "",
"data-rich-colors": (Rt = t.richColors) != null ? Rt : gt,
"data-styled": !(t.jsx || t.unstyled || w),
"data-mounted": l,
"data-promise": !!t.promise,
"data-swiped": dt,
"data-removed": m,
"data-visible": zt,
"data-y-position": Yt,
"data-x-position": $t,
"data-index": d,
"data-front": Ot,
"data-swiping": W,
"data-dismissible": G,
"data-type": N,
"data-invert": Ft,
"data-swipe-out": K,
"data-swipe-direction": F,
"data-expanded": !!(X || et && l),
"data-testid": t.testId,
style: {
"--index": d,
"--toasts-before": d,
"--z-index": ot.length - d,
"--offset": `${m ? At : Q.current}px`,
"--initial-height": et ? "auto" : `${Ht}px`,
...Z,
...t.style
},
onDragEnd: () => {
f(!1), B(null), J.current = null;
},
onPointerDown: (n) => {
n.button !== 2 && (xt || !G || (St.current = /* @__PURE__ */ new Date(), vt(Q.current), n.target.setPointerCapture(n.pointerId), n.target.tagName !== "BUTTON" && (f(!0), J.current = {
x: n.clientX,
y: n.clientY
})));
},
onPointerUp: () => {
var n, h, x;
if (K || !G) return;
J.current = null;
const k = Number(((n = j.current) == null ? void 0 : n.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), ut = Number(((h = j.current) == null ? void 0 : h.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), y = (/* @__PURE__ */ new Date()).getTime() - ((x = St.current) == null ? void 0 : x.getTime()), R = $ === "x" ? k : ut, ft = Math.abs(R) / y;
if (Math.abs(R) >= ge || ft > 0.11) {
vt(Q.current), t.onDismiss == null || t.onDismiss.call(t, t), it($ === "x" ? k > 0 ? "right" : "left" : ut > 0 ? "down" : "up"), L(), lt(!0);
return;
} else {
var M, I;
(M = j.current) == null || M.style.setProperty("--swipe-amount-x", "0px"), (I = j.current) == null || I.style.setProperty("--swipe-amount-y", "0px");
}
q(!1), f(!1), B(null);
},
onPointerMove: (n) => {
var h, x, k;
if (!J.current || !G || ((h = window.getSelection()) == null ? void 0 : h.toString().length) > 0) return;
const y = n.clientY - J.current.y, R = n.clientX - J.current.x;
var ft;
const M = (ft = r.swipeDirections) != null ? ft : be(A);
!$ && (Math.abs(R) > 1 || Math.abs(y) > 1) && B(Math.abs(R) > Math.abs(y) ? "x" : "y");
let I = {
x: 0,
y: 0
};
const Mt = (V) => 1 / (1.5 + Math.abs(V) / 20);
if ($ === "y") {
if (M.includes("top") || M.includes("bottom"))
if (M.includes("top") && y < 0 || M.includes("bottom") && y > 0)
I.y = y;
else {
const V = y * Mt(y);
I.y = Math.abs(V) < Math.abs(y) ? V : y;
}
} else if ($ === "x" && (M.includes("left") || M.includes("right")))
if (M.includes("left") && R < 0 || M.includes("right") && R > 0)
I.x = R;
else {
const V = R * Mt(R);
I.x = Math.abs(V) < Math.abs(R) ? V : R;
}
(Math.abs(I.x) > 0 || Math.abs(I.y) > 0) && q(!0), (x = j.current) == null || x.style.setProperty("--swipe-amount-x", `${I.x}px`), (k = j.current) == null || k.style.setProperty("--swipe-amount-y", `${I.y}px`);
}
}, Lt && !t.jsx && N !== "loading" ? /* @__PURE__ */ a.createElement("button", {
"aria-label": P,
"data-disabled": xt,
"data-close-button": !0,
onClick: xt || !G ? () => {
} : () => {
L(), t.onDismiss == null || t.onDismiss.call(t, t);
},
className: H(c?.closeButton, t == null || (s = t.classNames) == null ? void 0 : s.closeButton)
}, (Bt = v?.close) != null ? Bt : ae) : null, (N || t.icon || t.promise) && t.icon !== null && (v?.[N] !== null || t.icon) ? /* @__PURE__ */ a.createElement("div", {
"data-icon": "",
className: H(c?.icon, t == null || (C = t.classNames) == null ? void 0 : C.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: H(c?.content, t == null || (u = t.classNames) == null ? void 0 : u.content)
}, /* @__PURE__ */ a.createElement("div", {
"data-title": "",
className: H(c?.title, t == null || (g = t.classNames) == null ? void 0 : g.title)
}, t.jsx ? t.jsx : typeof t.title == "function" ? t.title() : t.title), t.description ? /* @__PURE__ */ a.createElement("div", {
"data-description": "",
className: H(bt, Pt, c?.description, t == null || (_ = t.classNames) == null ? void 0 : _.description)
}, typeof t.description == "function" ? t.description() : t.description) : null), /* @__PURE__ */ a.isValidElement(t.cancel) ? t.cancel : t.cancel && mt(t.cancel) ? /* @__PURE__ */ a.createElement("button", {
"data-button": !0,
"data-cancel": !0,
style: t.cancelButtonStyle || Y,
onClick: (n) => {
mt(t.cancel) && G && (t.cancel.onClick == null || t.cancel.onClick.call(t.cancel, n), L());
},
className: H(c?.cancelButton, t == null || (b = t.classNames) == null ? void 0 : b.cancelButton)
}, t.cancel.label) : null, /* @__PURE__ */ a.isValidElement(t.action) ? t.action : t.action && mt(t.action) ? /* @__PURE__ */ a.createElement("button", {
"data-button": !0,
"data-action": !0,
style: t.actionButtonStyle || ht,
onClick: (n) => {
mt(t.action) && (t.action.onClick == null || t.action.onClick.call(t.action, n), !n.defaultPrevented && L());
},
className: H(c?.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 r = document.documentElement.getAttribute("dir");
return r === "auto" || !r ? window.getComputedStyle(document.documentElement).direction : r;
}
function ye(r, o) {
const e = {};
return [
r,
o
].forEach((s, C) => {
const u = C === 1, g = u ? "--mobile-offset" : "--offset", _ = u ? fe : ue;
function b(i) {
[
"top",
"right",
"bottom",
"left"
].forEach((T) => {
e[`${g}-${T}`] = typeof i == "number" ? `${i}px` : i;
});
}
typeof s == "number" || typeof s == "string" ? b(s) : typeof s == "object" ? [
"top",
"right",
"bottom",
"left"
].forEach((i) => {
s[i] === void 0 ? e[`${g}-${i}`] = _ : e[`${g}-${i}`] = typeof s[i] == "number" ? `${s[i]}px` : s[i];
}) : b(_);
}), e;
}
const xe = /* @__PURE__ */ a.forwardRef(function(o, e) {
const { id: s, invert: C, position: u = "bottom-right", hotkey: g = [
"altKey",
"KeyT"
], expand: _, closeButton: b, className: i, offset: T, mobileOffset: t, theme: w = "light", richColors: O, duration: E, style: pt, visibleToasts: U = ce, toastOptions: d, dir: ot = Ct(), gap: X = pe, icons: st, containerAriaLabel: gt = "Notifications" } = o, [z, Z] = a.useState([]), Y = a.useMemo(() => s ? z.filter((l) => l.toasterId === s) : z.filter((l) => !l.toasterId), [
z,
s
]), ht = a.useMemo(() => Array.from(new Set([
u
].concat(Y.filter((l) => l.position).map((l) => l.position)))), [
Y,
u
]), [nt, bt] = a.useState([]), [tt, A] = a.useState(!1), [rt, et] = a.useState(!1), [c, v] = a.useState(w !== "system" ? w : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), P = a.useRef(null), $ = g.join("+").replace(/Key/g, "").replace(/Digit/g, ""), B = a.useRef(null), F = a.useRef(!1), it = a.useCallback((l) => {
Z((p) => {
var m;
return (m = p.find((D) => D.id === l.id)) != null && m.delete || S.dismiss(l.id), p.filter(({ id: D }) => D !== l.id);
});
}, []);
return a.useEffect(() => S.subscribe((l) => {
if (l.dismiss) {
requestAnimationFrame(() => {
Z((p) => p.map((m) => m.id === l.id ? {
...m,
delete: !0
} : m));
});
return;
}
setTimeout(() => {
Wt.flushSync(() => {
Z((p) => {
const m = p.findIndex((D) => D.id === l.id);
return m !== -1 ? [
...p.slice(0, m),
{
...p[m],
...l
},
...p.slice(m + 1)
] : [
l,
...p
];
});
});
});
}), [
z
]), a.useEffect(() => {
if (w !== "system") {
v(w);
return;
}
if (w === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? v("dark") : v("light")), typeof window > "u") return;
const l = window.matchMedia("(prefers-color-scheme: dark)");
try {
l.addEventListener("change", ({ matches: p }) => {
v(p ? "dark" : "light");
});
} catch {
l.addListener(({ matches: m }) => {
try {
v(m ? "dark" : "light");
} catch (D) {
console.error(D);
}
});
}
}, [
w
]), a.useEffect(() => {
z.length <= 1 && A(!1);
}, [
z
]), a.useEffect(() => {
const l = (p) => {
var m;
if (g.every((f) => p[f] || p.code === f)) {
var W;
A(!0), (W = P.current) == null || W.focus();
}
p.code === "Escape" && (document.activeElement === P.current || (m = P.current) != null && m.contains(document.activeElement)) && A(!1);
};
return document.addEventListener("keydown", l), () => document.removeEventListener("keydown", l);
}, [
g
]), a.useEffect(() => {
if (P.current)
return () => {
B.current && (B.current.focus({
preventScroll: !0
}), B.current = null, F.current = !1);
};
}, [
P.current
]), // Remove item from normal navigation flow, only available via hotkey
/* @__PURE__ */ a.createElement("section", {
ref: e,
"aria-label": `${gt} ${$}`,
tabIndex: -1,
"aria-live": "polite",
"aria-relevant": "additions text",
"aria-atomic": "false",
suppressHydrationWarning: !0
}, ht.map((l, p) => {
var m;
const [D, W] = l.split("-");
return Y.length ? /* @__PURE__ */ a.createElement("ol", {
key: l,
dir: ot === "auto" ? Ct() : ot,
tabIndex: -1,
ref: P,
className: i,
"data-sonner-toaster": !0,
"data-sonner-theme": c,
"data-y-position": D,
"data-x-position": W,
style: {
"--front-toast-height": `${((m = nt[0]) == null ? void 0 : m.height) || 0}px`,
"--width": `${me}px`,
"--gap": `${X}px`,
...pt,
...ye(T, t)
},
onBlur: (f) => {
F.current && !f.currentTarget.contains(f.relatedTarget) && (F.current = !1, B.current && (B.current.focus({
preventScroll: !0
}), B.current = null));
},
onFocus: (f) => {
f.target instanceof HTMLElement && f.target.dataset.dismissible === "false" || F.current || (F.current = !0, B.current = f.relatedTarget);
},
onMouseEnter: () => A(!0),
onMouseMove: () => A(!0),
onMouseLeave: () => {
rt || A(!1);
},
onDragEnd: () => A(!1),
onPointerDown: (f) => {
f.target instanceof HTMLElement && f.target.dataset.dismissible === "false" || et(!0);
},
onPointerUp: () => et(!1)
}, Y.filter((f) => !f.position && p === 0 || f.position === l).map((f, K) => {
var lt, dt;
return /* @__PURE__ */ a.createElement(ve, {
key: f.id,
icons: st,
index: K,
toast: f,
defaultRichColors: O,
duration: (lt = d?.duration) != null ? lt : E,
className: d?.className,
descriptionClassName: d?.descriptionClassName,
invert: C,
visibleToasts: U,
closeButton: (dt = d?.closeButton) != null ? dt : b,
interacting: rt,
position: l,
style: d?.style,
unstyled: d?.unstyled,
classNames: d?.classNames,
cancelButtonStyle: d?.cancelButtonStyle,
actionButtonStyle: d?.actionButtonStyle,
closeButtonAriaLabel: d?.closeButtonAriaLabel,
removeToast: it,
toasts: Y.filter((q) => q.position == f.position),
heights: nt.filter((q) => q.position == f.position),
setHeights: bt,
expandByDefault: _,
gap: X,
expanded: tt,
swipeDirections: o.swipeDirections
});
})) : null;
}));
}), Ne = (r) => /* @__PURE__ */ Xt(xe, { "data-slot": "toaster", position: "bottom-center", ...r }), ke = Object.assign(
(r, o) => wt(r, o),
// Base callable function
{
// eslint-disable-next-line @typescript-eslint/no-misused-spread
...wt,
// Spread all original properties/methods
error: (r, o) => wt.error(r, {
duration: 5e3,
...o
})
}
);
export {
Ne as T,
ke as t
};