@mhmo91/schmancy 0.4.45 → 0.4.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/{avatar-DDjdOEu0.cjs → avatar-By_6fdSR.cjs} +2 -2
  2. package/dist/{avatar-DDjdOEu0.cjs.map → avatar-By_6fdSR.cjs.map} +1 -1
  3. package/dist/{avatar-DAPIovPH.js → avatar-DZ45SZ_3.js} +6 -6
  4. package/dist/{avatar-DAPIovPH.js.map → avatar-DZ45SZ_3.js.map} +1 -1
  5. package/dist/badge.cjs +1 -1
  6. package/dist/badge.js +1 -1
  7. package/dist/content-drawer.cjs +1 -1
  8. package/dist/content-drawer.js +1 -1
  9. package/dist/{date-range-IyDqhNLw.cjs → date-range-CVkBXQxc.cjs} +2 -2
  10. package/dist/{date-range-IyDqhNLw.cjs.map → date-range-CVkBXQxc.cjs.map} +1 -1
  11. package/dist/{date-range-BJNoGX45.js → date-range-Cnrrl6_Q.js} +2 -2
  12. package/dist/{date-range-BJNoGX45.js.map → date-range-Cnrrl6_Q.js.map} +1 -1
  13. package/dist/date-range.cjs +1 -1
  14. package/dist/date-range.js +1 -1
  15. package/dist/{dialog-content-Biz4uVPD.cjs → dialog-content-Dm9ywkp4.cjs} +2 -2
  16. package/dist/{dialog-content-Biz4uVPD.cjs.map → dialog-content-Dm9ywkp4.cjs.map} +1 -1
  17. package/dist/{dialog-content-CmOEqKOr.js → dialog-content-MhUhElif.js} +2 -2
  18. package/dist/{dialog-content-CmOEqKOr.js.map → dialog-content-MhUhElif.js.map} +1 -1
  19. package/dist/{dialog-service-AdqbEHnW.js → dialog-service-LvOr2E3k.js} +7 -5
  20. package/dist/dialog-service-LvOr2E3k.js.map +1 -0
  21. package/dist/dialog-service-iRGqMSDe.cjs +2 -0
  22. package/dist/dialog-service-iRGqMSDe.cjs.map +1 -0
  23. package/dist/dialog.cjs +1 -1
  24. package/dist/dialog.js +2 -2
  25. package/dist/index.cjs +1 -1
  26. package/dist/index.js +176 -176
  27. package/dist/nav-drawer.cjs +1 -1
  28. package/dist/nav-drawer.js +1 -1
  29. package/dist/sheet-DMP3Pfe5.js +228 -0
  30. package/dist/sheet-DMP3Pfe5.js.map +1 -0
  31. package/dist/sheet-Dsx7bpof.cjs +52 -0
  32. package/dist/sheet-Dsx7bpof.cjs.map +1 -0
  33. package/dist/sheet.cjs +1 -1
  34. package/dist/sheet.js +5 -6
  35. package/dist/sheet.js.map +1 -1
  36. package/dist/teleport.cjs +1 -1
  37. package/dist/teleport.js +1 -1
  38. package/dist/theme.cjs +1 -1
  39. package/dist/theme.component-Bl4uy-_0.js +738 -0
  40. package/dist/theme.component-Bl4uy-_0.js.map +1 -0
  41. package/dist/theme.component-Dnf9PdX8.cjs +3 -0
  42. package/dist/theme.component-Dnf9PdX8.cjs.map +1 -0
  43. package/dist/theme.js +1 -1
  44. package/package.json +1 -1
  45. package/types/src/sheet/sheet.d.ts +0 -1
  46. package/types/src/sheet/sheet.service.d.ts +32 -118
  47. package/dist/dialog-service-AdqbEHnW.js.map +0 -1
  48. package/dist/dialog-service-B4gxdlr-.cjs +0 -2
  49. package/dist/dialog-service-B4gxdlr-.cjs.map +0 -1
  50. package/dist/sheet-BXNBQt5O.js +0 -149
  51. package/dist/sheet-BXNBQt5O.js.map +0 -1
  52. package/dist/sheet-QLZcRUG6.cjs +0 -54
  53. package/dist/sheet-QLZcRUG6.cjs.map +0 -1
  54. package/dist/theme.component-B3Z6xZ33.cjs +0 -3
  55. package/dist/theme.component-B3Z6xZ33.cjs.map +0 -1
  56. package/dist/theme.component-DbZODTAR.js +0 -844
  57. package/dist/theme.component-DbZODTAR.js.map +0 -1
@@ -0,0 +1,738 @@
1
+ import { n as Dr, e as Ir } from "./provide-tcktw8xB.js";
2
+ import { T as Sr } from "./tailwind.mixin-CaIkmP6j.js";
3
+ import { unsafeCSS as Tr, html as Br } from "lit";
4
+ import { property as cr, customElement as Lr } from "lit/decorators.js";
5
+ import { Observable as Fr, of as kr, switchMap as Or, fromEvent as Ar } from "rxjs";
6
+ function N(r) {
7
+ return r < 0 ? -1 : r === 0 ? 0 : 1;
8
+ }
9
+ function rr(r, e, o) {
10
+ return (1 - o) * r + o * e;
11
+ }
12
+ function sr(r, e, o) {
13
+ return o < r ? r : o > e ? e : o;
14
+ }
15
+ function lr(r) {
16
+ return (r %= 360) < 0 && (r += 360), r;
17
+ }
18
+ function hr(r, e) {
19
+ return [r[0] * e[0][0] + r[1] * e[0][1] + r[2] * e[0][2], r[0] * e[1][0] + r[1] * e[1][1] + r[2] * e[1][2], r[0] * e[2][0] + r[1] * e[2][1] + r[2] * e[2][2]];
20
+ }
21
+ const Rr = [[0.41233895, 0.35762064, 0.18051042], [0.2126, 0.7152, 0.0722], [0.01932141, 0.11916382, 0.95034478]], Er = [[3.2413774792388685, -1.5376652402851851, -0.49885366846268053], [-0.9691452513005321, 1.8758853451067872, 0.04156585616912061], [0.05562093689691305, -0.20395524564742123, 1.0571799111220335]], Hr = [95.047, 100, 108.883];
22
+ function dr(r, e, o) {
23
+ return (255 << 24 | (255 & r) << 16 | (255 & e) << 8 | 255 & o) >>> 0;
24
+ }
25
+ function xr(r) {
26
+ return dr(K(r[0]), K(r[1]), K(r[2]));
27
+ }
28
+ function ur(r) {
29
+ const e = function(o) {
30
+ const t = X(function(s) {
31
+ return s >> 16 & 255;
32
+ }(o)), a = X(function(s) {
33
+ return s >> 8 & 255;
34
+ }(o)), n = X(function(s) {
35
+ return 255 & s;
36
+ }(o));
37
+ return hr([t, a, n], Rr);
38
+ }(r)[1];
39
+ return 116 * br(e / 100) - 16;
40
+ }
41
+ function G(r) {
42
+ return 100 * function(e) {
43
+ const o = 0.008856451679035631, t = 24389 / 27, a = e * e * e;
44
+ return a > o ? a : (116 * e - 16) / t;
45
+ }((r + 16) / 116);
46
+ }
47
+ function mr(r) {
48
+ return 116 * br(r / 100) - 16;
49
+ }
50
+ function X(r) {
51
+ const e = r / 255;
52
+ return e <= 0.040449936 ? e / 12.92 * 100 : 100 * Math.pow((e + 0.055) / 1.055, 2.4);
53
+ }
54
+ function K(r) {
55
+ const e = r / 100;
56
+ let o = 0;
57
+ return o = e <= 31308e-7 ? 12.92 * e : 1.055 * Math.pow(e, 1 / 2.4) - 0.055, t = 0, a = 255, (n = Math.round(255 * o)) < t ? t : n > a ? a : n;
58
+ var t, a, n;
59
+ }
60
+ function br(r) {
61
+ return r > 216 / 24389 ? Math.pow(r, 1 / 3) : (903.2962962962963 * r + 16) / 116;
62
+ }
63
+ class j {
64
+ static make(e = /* @__PURE__ */ function() {
65
+ return Hr;
66
+ }(), o = 200 / Math.PI * G(50) / 100, t = 50, a = 2, n = !1) {
67
+ const s = e, l = 0.401288 * s[0] + 0.650173 * s[1] + -0.051461 * s[2], h = -0.250268 * s[0] + 1.204414 * s[1] + 0.045854 * s[2], i = -2079e-6 * s[0] + 0.048952 * s[1] + 0.953127 * s[2], m = 0.8 + a / 10, f = m >= 0.9 ? rr(0.59, 0.69, 10 * (m - 0.9)) : rr(0.525, 0.59, 10 * (m - 0.8));
68
+ let g = n ? 1 : m * (1 - 1 / 3.6 * Math.exp((-o - 42) / 92));
69
+ g = g > 1 ? 1 : g < 0 ? 0 : g;
70
+ const C = m, p = [g * (100 / l) + 1 - g, g * (100 / h) + 1 - g, g * (100 / i) + 1 - g], w = 1 / (5 * o + 1), v = w * w * w * w, D = 1 - v, k = v * o + 0.1 * D * D * Math.cbrt(5 * o), A = G(t) / e[1], x = 1.48 + Math.sqrt(A), b = 0.725 / Math.pow(A, 0.2), L = b, P = [Math.pow(k * p[0] * l / 100, 0.42), Math.pow(k * p[1] * h / 100, 0.42), Math.pow(k * p[2] * i / 100, 0.42)], T = [400 * P[0] / (P[0] + 27.13), 400 * P[1] / (P[1] + 27.13), 400 * P[2] / (P[2] + 27.13)];
71
+ return new j(A, (2 * T[0] + T[1] + 0.05 * T[2]) * b, b, L, f, C, p, k, Math.pow(k, 0.25), x);
72
+ }
73
+ constructor(e, o, t, a, n, s, l, h, i, m) {
74
+ this.n = e, this.aw = o, this.nbb = t, this.ncb = a, this.c = n, this.nc = s, this.rgbD = l, this.fl = h, this.fLRoot = i, this.z = m;
75
+ }
76
+ }
77
+ j.DEFAULT = j.make();
78
+ class O {
79
+ constructor(e, o, t, a, n, s, l, h, i) {
80
+ this.hue = e, this.chroma = o, this.j = t, this.q = a, this.m = n, this.s = s, this.jstar = l, this.astar = h, this.bstar = i;
81
+ }
82
+ distance(e) {
83
+ const o = this.jstar - e.jstar, t = this.astar - e.astar, a = this.bstar - e.bstar, n = Math.sqrt(o * o + t * t + a * a);
84
+ return 1.41 * Math.pow(n, 0.63);
85
+ }
86
+ static fromInt(e) {
87
+ return O.fromIntInViewingConditions(e, j.DEFAULT);
88
+ }
89
+ static fromIntInViewingConditions(e, o) {
90
+ const t = (65280 & e) >> 8, a = 255 & e, n = X((16711680 & e) >> 16), s = X(t), l = X(a), h = 0.41233895 * n + 0.35762064 * s + 0.18051042 * l, i = 0.2126 * n + 0.7152 * s + 0.0722 * l, m = 0.01932141 * n + 0.11916382 * s + 0.95034478 * l, f = 0.401288 * h + 0.650173 * i - 0.051461 * m, g = -0.250268 * h + 1.204414 * i + 0.045854 * m, C = -2079e-6 * h + 0.048952 * i + 0.953127 * m, p = o.rgbD[0] * f, w = o.rgbD[1] * g, v = o.rgbD[2] * C, D = Math.pow(o.fl * Math.abs(p) / 100, 0.42), k = Math.pow(o.fl * Math.abs(w) / 100, 0.42), A = Math.pow(o.fl * Math.abs(v) / 100, 0.42), x = 400 * N(p) * D / (D + 27.13), b = 400 * N(w) * k / (k + 27.13), L = 400 * N(v) * A / (A + 27.13), P = (11 * x + -12 * b + L) / 11, T = (x + b - 2 * L) / 9, I = (20 * x + 20 * b + 21 * L) / 20, tr = (40 * x + 20 * b + L) / 20, z = 180 * Math.atan2(T, P) / Math.PI, V = z < 0 ? z + 360 : z >= 360 ? z - 360 : z, _ = V * Math.PI / 180, E = tr * o.nbb, q = 100 * Math.pow(E / o.aw, o.c * o.z), W = 4 / o.c * Math.sqrt(q / 100) * (o.aw + 4) * o.fLRoot, Q = V < 20.14 ? V + 360 : V, or = 5e4 / 13 * (0.25 * (Math.cos(Q * Math.PI / 180 + 2) + 3.8)) * o.nc * o.ncb * Math.sqrt(P * P + T * T) / (I + 0.305), ar = Math.pow(or, 0.9) * Math.pow(1.64 - Math.pow(0.29, o.n), 0.73), nr = ar * Math.sqrt(q / 100), fr = nr * o.fLRoot, wr = 50 * Math.sqrt(ar * o.c / (o.aw + 4)), vr = (1 + 100 * 7e-3) * q / (1 + 7e-3 * q), gr = 1 / 0.0228 * Math.log(1 + 0.0228 * fr), Pr = gr * Math.cos(_), Mr = gr * Math.sin(_);
91
+ return new O(V, nr, q, W, fr, wr, vr, Pr, Mr);
92
+ }
93
+ static fromJch(e, o, t) {
94
+ return O.fromJchInViewingConditions(e, o, t, j.DEFAULT);
95
+ }
96
+ static fromJchInViewingConditions(e, o, t, a) {
97
+ const n = 4 / a.c * Math.sqrt(e / 100) * (a.aw + 4) * a.fLRoot, s = o * a.fLRoot, l = o / Math.sqrt(e / 100), h = 50 * Math.sqrt(l * a.c / (a.aw + 4)), i = t * Math.PI / 180, m = (1 + 100 * 7e-3) * e / (1 + 7e-3 * e), f = 1 / 0.0228 * Math.log(1 + 0.0228 * s), g = f * Math.cos(i), C = f * Math.sin(i);
98
+ return new O(t, o, e, n, s, h, m, g, C);
99
+ }
100
+ static fromUcs(e, o, t) {
101
+ return O.fromUcsInViewingConditions(e, o, t, j.DEFAULT);
102
+ }
103
+ static fromUcsInViewingConditions(e, o, t, a) {
104
+ const n = o, s = t, l = Math.sqrt(n * n + s * s), h = (Math.exp(0.0228 * l) - 1) / 0.0228 / a.fLRoot;
105
+ let i = Math.atan2(s, n) * (180 / Math.PI);
106
+ i < 0 && (i += 360);
107
+ const m = e / (1 - 7e-3 * (e - 100));
108
+ return O.fromJchInViewingConditions(m, h, i, a);
109
+ }
110
+ toInt() {
111
+ return this.viewed(j.DEFAULT);
112
+ }
113
+ viewed(e) {
114
+ const o = this.chroma === 0 || this.j === 0 ? 0 : this.chroma / Math.sqrt(this.j / 100), t = Math.pow(o / Math.pow(1.64 - Math.pow(0.29, e.n), 0.73), 1 / 0.9), a = this.hue * Math.PI / 180, n = 0.25 * (Math.cos(a + 2) + 3.8), s = e.aw * Math.pow(this.j / 100, 1 / e.c / e.z), l = n * (5e4 / 13) * e.nc * e.ncb, h = s / e.nbb, i = Math.sin(a), m = Math.cos(a), f = 23 * (h + 0.305) * t / (23 * l + 11 * t * m + 108 * t * i), g = f * m, C = f * i, p = (460 * h + 451 * g + 288 * C) / 1403, w = (460 * h - 891 * g - 261 * C) / 1403, v = (460 * h - 220 * g - 6300 * C) / 1403, D = Math.max(0, 27.13 * Math.abs(p) / (400 - Math.abs(p))), k = N(p) * (100 / e.fl) * Math.pow(D, 1 / 0.42), A = Math.max(0, 27.13 * Math.abs(w) / (400 - Math.abs(w))), x = N(w) * (100 / e.fl) * Math.pow(A, 1 / 0.42), b = Math.max(0, 27.13 * Math.abs(v) / (400 - Math.abs(v))), L = N(v) * (100 / e.fl) * Math.pow(b, 1 / 0.42), P = k / e.rgbD[0], T = x / e.rgbD[1], I = L / e.rgbD[2];
115
+ return function(z, V, _) {
116
+ const E = Er, q = E[0][0] * z + E[0][1] * V + E[0][2] * _, W = E[1][0] * z + E[1][1] * V + E[1][2] * _, Q = E[2][0] * z + E[2][1] * V + E[2][2] * _;
117
+ return dr(K(q), K(W), K(Q));
118
+ }(1.86206786 * P - 1.01125463 * T + 0.14918677 * I, 0.38752654 * P + 0.62144744 * T - 897398e-8 * I, -0.0158415 * P - 0.03412294 * T + 1.04996444 * I);
119
+ }
120
+ static fromXyzInViewingConditions(e, o, t, a) {
121
+ const n = 0.401288 * e + 0.650173 * o - 0.051461 * t, s = -0.250268 * e + 1.204414 * o + 0.045854 * t, l = -2079e-6 * e + 0.048952 * o + 0.953127 * t, h = a.rgbD[0] * n, i = a.rgbD[1] * s, m = a.rgbD[2] * l, f = Math.pow(a.fl * Math.abs(h) / 100, 0.42), g = Math.pow(a.fl * Math.abs(i) / 100, 0.42), C = Math.pow(a.fl * Math.abs(m) / 100, 0.42), p = 400 * N(h) * f / (f + 27.13), w = 400 * N(i) * g / (g + 27.13), v = 400 * N(m) * C / (C + 27.13), D = (11 * p + -12 * w + v) / 11, k = (p + w - 2 * v) / 9, A = (20 * p + 20 * w + 21 * v) / 20, x = (40 * p + 20 * w + v) / 20, b = 180 * Math.atan2(k, D) / Math.PI, L = b < 0 ? b + 360 : b >= 360 ? b - 360 : b, P = L * Math.PI / 180, T = x * a.nbb, I = 100 * Math.pow(T / a.aw, a.c * a.z), tr = 4 / a.c * Math.sqrt(I / 100) * (a.aw + 4) * a.fLRoot, z = L < 20.14 ? L + 360 : L, V = 5e4 / 13 * (1 / 4 * (Math.cos(z * Math.PI / 180 + 2) + 3.8)) * a.nc * a.ncb * Math.sqrt(D * D + k * k) / (A + 0.305), _ = Math.pow(V, 0.9) * Math.pow(1.64 - Math.pow(0.29, a.n), 0.73), E = _ * Math.sqrt(I / 100), q = E * a.fLRoot, W = 50 * Math.sqrt(_ * a.c / (a.aw + 4)), Q = (1 + 100 * 7e-3) * I / (1 + 7e-3 * I), or = Math.log(1 + 0.0228 * q) / 0.0228, ar = or * Math.cos(P), nr = or * Math.sin(P);
122
+ return new O(L, E, I, tr, q, W, Q, ar, nr);
123
+ }
124
+ xyzInViewingConditions(e) {
125
+ const o = this.chroma === 0 || this.j === 0 ? 0 : this.chroma / Math.sqrt(this.j / 100), t = Math.pow(o / Math.pow(1.64 - Math.pow(0.29, e.n), 0.73), 1 / 0.9), a = this.hue * Math.PI / 180, n = 0.25 * (Math.cos(a + 2) + 3.8), s = e.aw * Math.pow(this.j / 100, 1 / e.c / e.z), l = n * (5e4 / 13) * e.nc * e.ncb, h = s / e.nbb, i = Math.sin(a), m = Math.cos(a), f = 23 * (h + 0.305) * t / (23 * l + 11 * t * m + 108 * t * i), g = f * m, C = f * i, p = (460 * h + 451 * g + 288 * C) / 1403, w = (460 * h - 891 * g - 261 * C) / 1403, v = (460 * h - 220 * g - 6300 * C) / 1403, D = Math.max(0, 27.13 * Math.abs(p) / (400 - Math.abs(p))), k = N(p) * (100 / e.fl) * Math.pow(D, 1 / 0.42), A = Math.max(0, 27.13 * Math.abs(w) / (400 - Math.abs(w))), x = N(w) * (100 / e.fl) * Math.pow(A, 1 / 0.42), b = Math.max(0, 27.13 * Math.abs(v) / (400 - Math.abs(v))), L = N(v) * (100 / e.fl) * Math.pow(b, 1 / 0.42), P = k / e.rgbD[0], T = x / e.rgbD[1], I = L / e.rgbD[2];
126
+ return [1.86206786 * P - 1.01125463 * T + 0.14918677 * I, 0.38752654 * P + 0.62144744 * T - 897398e-8 * I, -0.0158415 * P - 0.03412294 * T + 1.04996444 * I];
127
+ }
128
+ }
129
+ class d {
130
+ static sanitizeRadians(e) {
131
+ return (e + 8 * Math.PI) % (2 * Math.PI);
132
+ }
133
+ static trueDelinearized(e) {
134
+ const o = e / 100;
135
+ let t = 0;
136
+ return t = o <= 31308e-7 ? 12.92 * o : 1.055 * Math.pow(o, 1 / 2.4) - 0.055, 255 * t;
137
+ }
138
+ static chromaticAdaptation(e) {
139
+ const o = Math.pow(Math.abs(e), 0.42);
140
+ return 400 * N(e) * o / (o + 27.13);
141
+ }
142
+ static hueOf(e) {
143
+ const o = hr(e, d.SCALED_DISCOUNT_FROM_LINRGB), t = d.chromaticAdaptation(o[0]), a = d.chromaticAdaptation(o[1]), n = d.chromaticAdaptation(o[2]), s = (11 * t + -12 * a + n) / 11, l = (t + a - 2 * n) / 9;
144
+ return Math.atan2(l, s);
145
+ }
146
+ static areInCyclicOrder(e, o, t) {
147
+ return d.sanitizeRadians(o - e) < d.sanitizeRadians(t - e);
148
+ }
149
+ static intercept(e, o, t) {
150
+ return (o - e) / (t - e);
151
+ }
152
+ static lerpPoint(e, o, t) {
153
+ return [e[0] + (t[0] - e[0]) * o, e[1] + (t[1] - e[1]) * o, e[2] + (t[2] - e[2]) * o];
154
+ }
155
+ static setCoordinate(e, o, t, a) {
156
+ const n = d.intercept(e[a], o, t[a]);
157
+ return d.lerpPoint(e, n, t);
158
+ }
159
+ static isBounded(e) {
160
+ return 0 <= e && e <= 100;
161
+ }
162
+ static nthVertex(e, o) {
163
+ const t = d.Y_FROM_LINRGB[0], a = d.Y_FROM_LINRGB[1], n = d.Y_FROM_LINRGB[2], s = o % 4 <= 1 ? 0 : 100, l = o % 2 == 0 ? 0 : 100;
164
+ if (o < 4) {
165
+ const h = s, i = l, m = (e - h * a - i * n) / t;
166
+ return d.isBounded(m) ? [m, h, i] : [-1, -1, -1];
167
+ }
168
+ if (o < 8) {
169
+ const h = s, i = l, m = (e - i * t - h * n) / a;
170
+ return d.isBounded(m) ? [i, m, h] : [-1, -1, -1];
171
+ }
172
+ {
173
+ const h = s, i = l, m = (e - h * t - i * a) / n;
174
+ return d.isBounded(m) ? [h, i, m] : [-1, -1, -1];
175
+ }
176
+ }
177
+ static bisectToSegment(e, o) {
178
+ let t = [-1, -1, -1], a = t, n = 0, s = 0, l = !1, h = !0;
179
+ for (let i = 0; i < 12; i++) {
180
+ const m = d.nthVertex(e, i);
181
+ if (m[0] < 0) continue;
182
+ const f = d.hueOf(m);
183
+ l ? (h || d.areInCyclicOrder(n, f, s)) && (h = !1, d.areInCyclicOrder(n, o, f) ? (a = m, s = f) : (t = m, n = f)) : (t = m, a = m, n = f, s = f, l = !0);
184
+ }
185
+ return [t, a];
186
+ }
187
+ static midpoint(e, o) {
188
+ return [(e[0] + o[0]) / 2, (e[1] + o[1]) / 2, (e[2] + o[2]) / 2];
189
+ }
190
+ static criticalPlaneBelow(e) {
191
+ return Math.floor(e - 0.5);
192
+ }
193
+ static criticalPlaneAbove(e) {
194
+ return Math.ceil(e - 0.5);
195
+ }
196
+ static bisectToLimit(e, o) {
197
+ const t = d.bisectToSegment(e, o);
198
+ let a = t[0], n = d.hueOf(a), s = t[1];
199
+ for (let l = 0; l < 3; l++) if (a[l] !== s[l]) {
200
+ let h = -1, i = 255;
201
+ a[l] < s[l] ? (h = d.criticalPlaneBelow(d.trueDelinearized(a[l])), i = d.criticalPlaneAbove(d.trueDelinearized(s[l]))) : (h = d.criticalPlaneAbove(d.trueDelinearized(a[l])), i = d.criticalPlaneBelow(d.trueDelinearized(s[l])));
202
+ for (let m = 0; m < 8 && !(Math.abs(i - h) <= 1); m++) {
203
+ const f = Math.floor((h + i) / 2), g = d.CRITICAL_PLANES[f], C = d.setCoordinate(a, g, s, l), p = d.hueOf(C);
204
+ d.areInCyclicOrder(n, o, p) ? (s = C, i = f) : (a = C, n = p, h = f);
205
+ }
206
+ }
207
+ return d.midpoint(a, s);
208
+ }
209
+ static inverseChromaticAdaptation(e) {
210
+ const o = Math.abs(e), t = Math.max(0, 27.13 * o / (400 - o));
211
+ return N(e) * Math.pow(t, 1 / 0.42);
212
+ }
213
+ static findResultByJ(e, o, t) {
214
+ let a = 11 * Math.sqrt(t);
215
+ const n = j.DEFAULT, s = 1 / Math.pow(1.64 - Math.pow(0.29, n.n), 0.73), l = 0.25 * (Math.cos(e + 2) + 3.8) * (5e4 / 13) * n.nc * n.ncb, h = Math.sin(e), i = Math.cos(e);
216
+ for (let m = 0; m < 5; m++) {
217
+ const f = a / 100, g = o === 0 || a === 0 ? 0 : o / Math.sqrt(f), C = Math.pow(g * s, 1 / 0.9), p = n.aw * Math.pow(f, 1 / n.c / n.z) / n.nbb, w = 23 * (p + 0.305) * C / (23 * l + 11 * C * i + 108 * C * h), v = w * i, D = w * h, k = (460 * p + 451 * v + 288 * D) / 1403, A = (460 * p - 891 * v - 261 * D) / 1403, x = (460 * p - 220 * v - 6300 * D) / 1403, b = hr([d.inverseChromaticAdaptation(k), d.inverseChromaticAdaptation(A), d.inverseChromaticAdaptation(x)], d.LINRGB_FROM_SCALED_DISCOUNT);
218
+ if (b[0] < 0 || b[1] < 0 || b[2] < 0) return 0;
219
+ const L = d.Y_FROM_LINRGB[0], P = d.Y_FROM_LINRGB[1], T = d.Y_FROM_LINRGB[2], I = L * b[0] + P * b[1] + T * b[2];
220
+ if (I <= 0) return 0;
221
+ if (m === 4 || Math.abs(I - t) < 2e-3) return b[0] > 100.01 || b[1] > 100.01 || b[2] > 100.01 ? 0 : xr(b);
222
+ a -= (I - t) * a / (2 * I);
223
+ }
224
+ return 0;
225
+ }
226
+ static solveToInt(e, o, t) {
227
+ if (o < 1e-4 || t < 1e-4 || t > 99.9999) return function(l) {
228
+ const h = K(G(l));
229
+ return dr(h, h, h);
230
+ }(t);
231
+ const a = (e = lr(e)) / 180 * Math.PI, n = G(t), s = d.findResultByJ(a, o, n);
232
+ return s !== 0 ? s : xr(d.bisectToLimit(n, a));
233
+ }
234
+ static solveToCam(e, o, t) {
235
+ return O.fromInt(d.solveToInt(e, o, t));
236
+ }
237
+ }
238
+ d.SCALED_DISCOUNT_FROM_LINRGB = [[0.001200833568784504, 0.002389694492170889, 2795742885861124e-19], [5891086651375999e-19, 0.0029785502573438758, 3270666104008398e-19], [10146692491640572e-20, 5364214359186694e-19, 0.0032979401770712076]], d.LINRGB_FROM_SCALED_DISCOUNT = [[1373.2198709594231, -1100.4251190754821, -7.278681089101213], [-271.815969077903, 559.6580465940733, -32.46047482791194], [1.9622899599665666, -57.173814538844006, 308.7233197812385]], d.Y_FROM_LINRGB = [0.2126, 0.7152, 0.0722], d.CRITICAL_PLANES = [0.015176349177441876, 0.045529047532325624, 0.07588174588720938, 0.10623444424209313, 0.13658714259697685, 0.16693984095186062, 0.19729253930674434, 0.2276452376616281, 0.2579979360165119, 0.28835063437139563, 0.3188300904430532, 0.350925934958123, 0.3848314933096426, 0.42057480301049466, 0.458183274052838, 0.4976837250274023, 0.5391024159806381, 0.5824650784040898, 0.6277969426914107, 0.6751227633498623, 0.7244668422128921, 0.775853049866786, 0.829304845476233, 0.8848452951698498, 0.942497089126609, 1.0022825574869039, 1.0642236851973577, 1.1283421258858297, 1.1946592148522128, 1.2631959812511864, 1.3339731595349034, 1.407011200216447, 1.4823302800086415, 1.5599503113873272, 1.6398909516233677, 1.7221716113234105, 1.8068114625156377, 1.8938294463134073, 1.9832442801866852, 2.075074464868551, 2.1693382909216234, 2.2660538449872063, 2.36523901573795, 2.4669114995532007, 2.5710888059345764, 2.6777882626779785, 2.7870270208169257, 2.898822059350997, 3.0131901897720907, 3.1301480604002863, 3.2497121605402226, 3.3718988244681087, 3.4967242352587946, 3.624204428461639, 3.754355295633311, 3.887192587735158, 4.022731918402185, 4.160988767090289, 4.301978482107941, 4.445716283538092, 4.592217266055746, 4.741496401646282, 4.893568542229298, 5.048448422192488, 5.20615066083972, 5.3666897647573375, 5.5300801301023865, 5.696336044816294, 5.865471690767354, 6.037501145825082, 6.212438385869475, 6.390297286737924, 6.571091626112461, 6.7548350853498045, 6.941541251256611, 7.131223617812143, 7.323895587840543, 7.5195704746346665, 7.7182615035334345, 7.919981813454504, 8.124744458384042, 8.332562408825165, 8.543448553206703, 8.757415699253682, 8.974476575321063, 9.194643831691977, 9.417930041841839, 9.644347703669503, 9.873909240696694, 10.106627003236781, 10.342513269534024, 10.58158024687427, 10.8238400726681, 11.069304815507364, 11.317986476196008, 11.569896988756009, 11.825048221409341, 12.083451977536606, 12.345119996613247, 12.610063955123938, 12.878295467455942, 13.149826086772048, 13.42466730586372, 13.702830557985108, 13.984327217668513, 14.269168601521828, 14.55736596900856, 14.848930523210871, 15.143873411576273, 15.44220572664832, 15.743938506781891, 16.04908273684337, 16.35764934889634, 16.66964922287304, 16.985093187232053, 17.30399201960269, 17.62635644741625, 17.95219714852476, 18.281524751807332, 18.614349837764564, 18.95068293910138, 19.290534541298456, 19.633915083172692, 19.98083495742689, 20.331304511189067, 20.685334046541502, 21.042933821039977, 21.404114048223256, 21.76888489811322, 22.137256497705877, 22.50923893145328, 22.884842241736916, 23.264076429332462, 23.6469514538663, 24.033477234264016, 24.42366364919083, 24.817520537484558, 25.21505769858089, 25.61628489293138, 26.021211842414342, 26.429848230738664, 26.842203703840827, 27.258287870275353, 27.678110301598522, 28.10168053274597, 28.529008062403893, 28.96010235337422, 29.39497283293396, 29.83362889318845, 30.276079891419332, 30.722335150426627, 31.172403958865512, 31.62629557157785, 32.08401920991837, 32.54558406207592, 33.010999283389665, 33.4802739966603, 33.953417292456834, 34.430438229418264, 34.911345834551085, 35.39614910352207, 35.88485700094671, 36.37747846067349, 36.87402238606382, 37.37449765026789, 37.87891309649659, 38.38727753828926, 38.89959975977785, 39.41588851594697, 39.93615253289054, 40.460400508064545, 40.98864111053629, 41.520882981230194, 42.05713473317016, 42.597404951718396, 43.141702194811224, 43.6900349931913, 44.24241185063697, 44.798841244188324, 45.35933162437017, 45.92389141541209, 46.49252901546552, 47.065252796817916, 47.64207110610409, 48.22299226451468, 48.808024568002054, 49.3971762874833, 49.9904556690408, 50.587870934119984, 51.189430279724725, 51.79514187861014, 52.40501387947288, 53.0190544071392, 53.637271562750364, 54.259673423945976, 54.88626804504493, 55.517063457223934, 56.15206766869424, 56.79128866487574, 57.43473440856916, 58.08241284012621, 58.734331877617365, 59.39049941699807, 60.05092333227251, 60.715611475655585, 61.38457167773311, 62.057811747619894, 62.7353394731159, 63.417162620860914, 64.10328893648692, 64.79372614476921, 65.48848194977529, 66.18756403501224, 66.89098006357258, 67.59873767827808, 68.31084450182222, 69.02730813691093, 69.74813616640164, 70.47333615344107, 71.20291564160104, 71.93688215501312, 72.67524319850172, 73.41800625771542, 74.16517879925733, 74.9167682708136, 75.67278210128072, 76.43322770089146, 77.1981124613393, 77.96744375590167, 78.74122893956174, 79.51947534912904, 80.30219030335869, 81.08938110306934, 81.88105503125999, 82.67721935322541, 83.4778813166706, 84.28304815182372, 85.09272707154808, 85.90692527145302, 86.72564993000343, 87.54890820862819, 88.3767072518277, 89.2090541872801, 90.04595612594655, 90.88742016217518, 91.73345337380438, 92.58406282226491, 93.43925555268066, 94.29903859396902, 95.16341895893969, 96.03240364439274, 96.9059996312159, 97.78421388448044, 98.6670533535366, 99.55452497210776];
239
+ class S {
240
+ static from(e, o, t) {
241
+ return new S(d.solveToInt(e, o, t));
242
+ }
243
+ static fromInt(e) {
244
+ return new S(e);
245
+ }
246
+ toInt() {
247
+ return this.argb;
248
+ }
249
+ get hue() {
250
+ return this.internalHue;
251
+ }
252
+ set hue(e) {
253
+ this.setInternalState(d.solveToInt(e, this.internalChroma, this.internalTone));
254
+ }
255
+ get chroma() {
256
+ return this.internalChroma;
257
+ }
258
+ set chroma(e) {
259
+ this.setInternalState(d.solveToInt(this.internalHue, e, this.internalTone));
260
+ }
261
+ get tone() {
262
+ return this.internalTone;
263
+ }
264
+ set tone(e) {
265
+ this.setInternalState(d.solveToInt(this.internalHue, this.internalChroma, e));
266
+ }
267
+ constructor(e) {
268
+ this.argb = e;
269
+ const o = O.fromInt(e);
270
+ this.internalHue = o.hue, this.internalChroma = o.chroma, this.internalTone = ur(e), this.argb = e;
271
+ }
272
+ setInternalState(e) {
273
+ const o = O.fromInt(e);
274
+ this.internalHue = o.hue, this.internalChroma = o.chroma, this.internalTone = ur(e), this.argb = e;
275
+ }
276
+ inViewingConditions(e) {
277
+ const o = O.fromInt(this.toInt()).xyzInViewingConditions(e), t = O.fromXyzInViewingConditions(o[0], o[1], o[2], j.make());
278
+ return S.from(t.hue, t.chroma, mr(o[1]));
279
+ }
280
+ }
281
+ class yr {
282
+ static harmonize(e, o) {
283
+ const t = S.fromInt(e), a = S.fromInt(o), n = (s = t.hue, l = a.hue, 180 - Math.abs(Math.abs(s - l) - 180));
284
+ var s, l;
285
+ const h = Math.min(0.5 * n, 15), i = lr(t.hue + h * (m = t.hue, lr(a.hue - m) <= 180 ? 1 : -1));
286
+ var m;
287
+ return S.from(i, t.chroma, t.tone).toInt();
288
+ }
289
+ static hctHue(e, o, t) {
290
+ const a = yr.cam16Ucs(e, o, t), n = O.fromInt(a), s = O.fromInt(e);
291
+ return S.from(n.hue, s.chroma, ur(e)).toInt();
292
+ }
293
+ static cam16Ucs(e, o, t) {
294
+ const a = O.fromInt(e), n = O.fromInt(o), s = a.jstar, l = a.astar, h = a.bstar, i = s + (n.jstar - s) * t, m = l + (n.astar - l) * t, f = h + (n.bstar - h) * t;
295
+ return O.fromUcs(i, m, f).toInt();
296
+ }
297
+ }
298
+ class F {
299
+ static ratioOfTones(e, o) {
300
+ return e = sr(0, 100, e), o = sr(0, 100, o), F.ratioOfYs(G(e), G(o));
301
+ }
302
+ static ratioOfYs(e, o) {
303
+ const t = e > o ? e : o;
304
+ return (t + 5) / ((t === o ? e : o) + 5);
305
+ }
306
+ static lighter(e, o) {
307
+ if (e < 0 || e > 100) return -1;
308
+ const t = G(e), a = o * (t + 5) - 5, n = F.ratioOfYs(a, t), s = Math.abs(n - o);
309
+ if (n < o && s > 0.04) return -1;
310
+ const l = mr(a) + 0.4;
311
+ return l < 0 || l > 100 ? -1 : l;
312
+ }
313
+ static darker(e, o) {
314
+ if (e < 0 || e > 100) return -1;
315
+ const t = G(e), a = (t + 5) / o - 5, n = F.ratioOfYs(t, a), s = Math.abs(n - o);
316
+ if (n < o && s > 0.04) return -1;
317
+ const l = mr(a) - 0.4;
318
+ return l < 0 || l > 100 ? -1 : l;
319
+ }
320
+ static lighterUnsafe(e, o) {
321
+ const t = F.lighter(e, o);
322
+ return t < 0 ? 100 : t;
323
+ }
324
+ static darkerUnsafe(e, o) {
325
+ const t = F.darker(e, o);
326
+ return t < 0 ? 0 : t;
327
+ }
328
+ }
329
+ class pr {
330
+ static isDisliked(e) {
331
+ const o = Math.round(e.hue) >= 90 && Math.round(e.hue) <= 111, t = Math.round(e.chroma) > 16, a = Math.round(e.tone) < 65;
332
+ return o && t && a;
333
+ }
334
+ static fixIfDisliked(e) {
335
+ return pr.isDisliked(e) ? S.from(e.hue, e.chroma, 70) : e;
336
+ }
337
+ }
338
+ class u {
339
+ static fromPalette(e) {
340
+ return new u(e.name ?? "", e.palette, e.tone, e.isBackground ?? !1, e.background, e.secondBackground, e.contrastCurve, e.toneDeltaPair);
341
+ }
342
+ constructor(e, o, t, a, n, s, l, h) {
343
+ if (this.name = e, this.palette = o, this.tone = t, this.isBackground = a, this.background = n, this.secondBackground = s, this.contrastCurve = l, this.toneDeltaPair = h, this.hctCache = /* @__PURE__ */ new Map(), !n && s) throw new Error(`Color ${e} has secondBackgrounddefined, but background is not defined.`);
344
+ if (!n && l) throw new Error(`Color ${e} has contrastCurvedefined, but background is not defined.`);
345
+ if (n && !l) throw new Error(`Color ${e} has backgrounddefined, but contrastCurve is not defined.`);
346
+ }
347
+ getArgb(e) {
348
+ return this.getHct(e).toInt();
349
+ }
350
+ getHct(e) {
351
+ const o = this.hctCache.get(e);
352
+ if (o != null) return o;
353
+ const t = this.getTone(e), a = this.palette(e).getHct(t);
354
+ return this.hctCache.size > 4 && this.hctCache.clear(), this.hctCache.set(e, a), a;
355
+ }
356
+ getTone(e) {
357
+ const o = e.contrastLevel < 0;
358
+ if (this.toneDeltaPair) {
359
+ const t = this.toneDeltaPair(e), a = t.roleA, n = t.roleB, s = t.delta, l = t.polarity, h = t.stayTogether, i = this.background(e).getTone(e), m = l === "nearer" || l === "lighter" && !e.isDark || l === "darker" && e.isDark, f = m ? a : n, g = m ? n : a, C = this.name === f.name, p = e.isDark ? 1 : -1, w = f.contrastCurve.get(e.contrastLevel), v = g.contrastCurve.get(e.contrastLevel), D = f.tone(e);
360
+ let k = F.ratioOfTones(i, D) >= w ? D : u.foregroundTone(i, w);
361
+ const A = g.tone(e);
362
+ let x = F.ratioOfTones(i, A) >= v ? A : u.foregroundTone(i, v);
363
+ return o && (k = u.foregroundTone(i, w), x = u.foregroundTone(i, v)), (x - k) * p >= s || (x = sr(0, 100, k + s * p), (x - k) * p >= s || (k = sr(0, 100, x - s * p))), 50 <= k && k < 60 ? p > 0 ? (k = 60, x = Math.max(x, k + s * p)) : (k = 49, x = Math.min(x, k + s * p)) : 50 <= x && x < 60 && (h ? p > 0 ? (k = 60, x = Math.max(x, k + s * p)) : (k = 49, x = Math.min(x, k + s * p)) : x = p > 0 ? 60 : 49), C ? k : x;
364
+ }
365
+ {
366
+ let t = this.tone(e);
367
+ if (this.background == null) return t;
368
+ const a = this.background(e).getTone(e), n = this.contrastCurve.get(e.contrastLevel);
369
+ if (F.ratioOfTones(a, t) >= n || (t = u.foregroundTone(a, n)), o && (t = u.foregroundTone(a, n)), this.isBackground && 50 <= t && t < 60 && (t = F.ratioOfTones(49, a) >= n ? 49 : 60), this.secondBackground) {
370
+ const [s, l] = [this.background, this.secondBackground], [h, i] = [s(e).getTone(e), l(e).getTone(e)], [m, f] = [Math.max(h, i), Math.min(h, i)];
371
+ if (F.ratioOfTones(m, t) >= n && F.ratioOfTones(f, t) >= n) return t;
372
+ const g = F.lighter(m, n), C = F.darker(f, n), p = [];
373
+ return g !== -1 && p.push(g), C !== -1 && p.push(C), u.tonePrefersLightForeground(h) || u.tonePrefersLightForeground(i) ? g < 0 ? 100 : g : p.length === 1 ? p[0] : C < 0 ? 0 : C;
374
+ }
375
+ return t;
376
+ }
377
+ }
378
+ static foregroundTone(e, o) {
379
+ const t = F.lighterUnsafe(e, o), a = F.darkerUnsafe(e, o), n = F.ratioOfTones(t, e), s = F.ratioOfTones(a, e);
380
+ if (u.tonePrefersLightForeground(e)) {
381
+ const l = Math.abs(n - s) < 0.1 && n < o && s < o;
382
+ return n >= o || n >= s || l ? t : a;
383
+ }
384
+ return s >= o || s >= n ? a : t;
385
+ }
386
+ static tonePrefersLightForeground(e) {
387
+ return Math.round(e) < 60;
388
+ }
389
+ static toneAllowsLightForeground(e) {
390
+ return Math.round(e) <= 49;
391
+ }
392
+ static enableLightForeground(e) {
393
+ return u.tonePrefersLightForeground(e) && !u.toneAllowsLightForeground(e) ? 49 : e;
394
+ }
395
+ }
396
+ class B {
397
+ static fromInt(e) {
398
+ const o = S.fromInt(e);
399
+ return B.fromHct(o);
400
+ }
401
+ static fromHct(e) {
402
+ return new B(e.hue, e.chroma, e);
403
+ }
404
+ static fromHueAndChroma(e, o) {
405
+ const t = new Nr(e, o).create();
406
+ return new B(e, o, t);
407
+ }
408
+ constructor(e, o, t) {
409
+ this.hue = e, this.chroma = o, this.keyColor = t, this.cache = /* @__PURE__ */ new Map();
410
+ }
411
+ tone(e) {
412
+ let o = this.cache.get(e);
413
+ return o === void 0 && (o = S.from(this.hue, this.chroma, e).toInt(), this.cache.set(e, o)), o;
414
+ }
415
+ getHct(e) {
416
+ return S.fromInt(this.tone(e));
417
+ }
418
+ }
419
+ class Nr {
420
+ constructor(e, o) {
421
+ this.hue = e, this.requestedChroma = o, this.chromaCache = /* @__PURE__ */ new Map(), this.maxChromaValue = 200;
422
+ }
423
+ create() {
424
+ let e = 0, o = 100;
425
+ for (; e < o; ) {
426
+ const t = Math.floor((e + o) / 2), a = this.maxChroma(t) < this.maxChroma(t + 1);
427
+ if (this.maxChroma(t) >= this.requestedChroma - 0.01) if (Math.abs(e - 50) < Math.abs(o - 50)) o = t;
428
+ else {
429
+ if (e === t) return S.from(this.hue, this.requestedChroma, e);
430
+ e = t;
431
+ }
432
+ else a ? e = t + 1 : o = t;
433
+ }
434
+ return S.from(this.hue, this.requestedChroma, e);
435
+ }
436
+ maxChroma(e) {
437
+ if (this.chromaCache.has(e)) return this.chromaCache.get(e);
438
+ const o = S.from(this.hue, this.maxChromaValue, e).chroma;
439
+ return this.chromaCache.set(e, o), o;
440
+ }
441
+ }
442
+ class y {
443
+ constructor(e, o, t, a) {
444
+ this.low = e, this.normal = o, this.medium = t, this.high = a;
445
+ }
446
+ get(e) {
447
+ return e <= -1 ? this.low : e < 0 ? rr(this.low, this.normal, (e - -1) / 1) : e < 0.5 ? rr(this.normal, this.medium, (e - 0) / 0.5) : e < 1 ? rr(this.medium, this.high, (e - 0.5) / 0.5) : this.high;
448
+ }
449
+ }
450
+ class H {
451
+ constructor(e, o, t, a, n) {
452
+ this.roleA = e, this.roleB = o, this.delta = t, this.polarity = a, this.stayTogether = n;
453
+ }
454
+ }
455
+ var er;
456
+ function $(r) {
457
+ return r.variant === er.FIDELITY || r.variant === er.CONTENT;
458
+ }
459
+ function M(r) {
460
+ return r.variant === er.MONOCHROME;
461
+ }
462
+ (function(r) {
463
+ r[r.MONOCHROME = 0] = "MONOCHROME", r[r.NEUTRAL = 1] = "NEUTRAL", r[r.TONAL_SPOT = 2] = "TONAL_SPOT", r[r.VIBRANT = 3] = "VIBRANT", r[r.EXPRESSIVE = 4] = "EXPRESSIVE", r[r.FIDELITY = 5] = "FIDELITY", r[r.CONTENT = 6] = "CONTENT", r[r.RAINBOW = 7] = "RAINBOW", r[r.FRUIT_SALAD = 8] = "FRUIT_SALAD";
464
+ })(er || (er = {}));
465
+ class c {
466
+ static highestSurface(e) {
467
+ return e.isDark ? c.surfaceBright : c.surfaceDim;
468
+ }
469
+ }
470
+ c.contentAccentToneDelta = 15, c.primaryPaletteKeyColor = u.fromPalette({ name: "primary_palette_key_color", palette: (r) => r.primaryPalette, tone: (r) => r.primaryPalette.keyColor.tone }), c.secondaryPaletteKeyColor = u.fromPalette({ name: "secondary_palette_key_color", palette: (r) => r.secondaryPalette, tone: (r) => r.secondaryPalette.keyColor.tone }), c.tertiaryPaletteKeyColor = u.fromPalette({ name: "tertiary_palette_key_color", palette: (r) => r.tertiaryPalette, tone: (r) => r.tertiaryPalette.keyColor.tone }), c.neutralPaletteKeyColor = u.fromPalette({ name: "neutral_palette_key_color", palette: (r) => r.neutralPalette, tone: (r) => r.neutralPalette.keyColor.tone }), c.neutralVariantPaletteKeyColor = u.fromPalette({ name: "neutral_variant_palette_key_color", palette: (r) => r.neutralVariantPalette, tone: (r) => r.neutralVariantPalette.keyColor.tone }), c.background = u.fromPalette({ name: "background", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 6 : 98, isBackground: !0 }), c.onBackground = u.fromPalette({ name: "on_background", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 90 : 10, background: (r) => c.background, contrastCurve: new y(3, 3, 4.5, 7) }), c.surface = u.fromPalette({ name: "surface", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 6 : 98, isBackground: !0 }), c.surfaceDim = u.fromPalette({ name: "surface_dim", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 6 : new y(87, 87, 80, 75).get(r.contrastLevel), isBackground: !0 }), c.surfaceBright = u.fromPalette({ name: "surface_bright", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(24, 24, 29, 34).get(r.contrastLevel) : 98, isBackground: !0 }), c.surfaceContainerLowest = u.fromPalette({ name: "surface_container_lowest", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(4, 4, 2, 0).get(r.contrastLevel) : 100, isBackground: !0 }), c.surfaceContainerLow = u.fromPalette({ name: "surface_container_low", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(10, 10, 11, 12).get(r.contrastLevel) : new y(96, 96, 96, 95).get(r.contrastLevel), isBackground: !0 }), c.surfaceContainer = u.fromPalette({ name: "surface_container", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(12, 12, 16, 20).get(r.contrastLevel) : new y(94, 94, 92, 90).get(r.contrastLevel), isBackground: !0 }), c.surfaceContainerHigh = u.fromPalette({ name: "surface_container_high", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(17, 17, 21, 25).get(r.contrastLevel) : new y(92, 92, 88, 85).get(r.contrastLevel), isBackground: !0 }), c.surfaceContainerHighest = u.fromPalette({ name: "surface_container_highest", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? new y(22, 22, 26, 30).get(r.contrastLevel) : new y(90, 90, 84, 80).get(r.contrastLevel), isBackground: !0 }), c.onSurface = u.fromPalette({ name: "on_surface", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 90 : 10, background: (r) => c.highestSurface(r), contrastCurve: new y(4.5, 7, 11, 21) }), c.surfaceVariant = u.fromPalette({ name: "surface_variant", palette: (r) => r.neutralVariantPalette, tone: (r) => r.isDark ? 30 : 90, isBackground: !0 }), c.onSurfaceVariant = u.fromPalette({ name: "on_surface_variant", palette: (r) => r.neutralVariantPalette, tone: (r) => r.isDark ? 80 : 30, background: (r) => c.highestSurface(r), contrastCurve: new y(3, 4.5, 7, 11) }), c.inverseSurface = u.fromPalette({ name: "inverse_surface", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 90 : 20 }), c.inverseOnSurface = u.fromPalette({ name: "inverse_on_surface", palette: (r) => r.neutralPalette, tone: (r) => r.isDark ? 20 : 95, background: (r) => c.inverseSurface, contrastCurve: new y(4.5, 7, 11, 21) }), c.outline = u.fromPalette({ name: "outline", palette: (r) => r.neutralVariantPalette, tone: (r) => r.isDark ? 60 : 50, background: (r) => c.highestSurface(r), contrastCurve: new y(1.5, 3, 4.5, 7) }), c.outlineVariant = u.fromPalette({ name: "outline_variant", palette: (r) => r.neutralVariantPalette, tone: (r) => r.isDark ? 30 : 80, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5) }), c.shadow = u.fromPalette({ name: "shadow", palette: (r) => r.neutralPalette, tone: (r) => 0 }), c.scrim = u.fromPalette({ name: "scrim", palette: (r) => r.neutralPalette, tone: (r) => 0 }), c.surfaceTint = u.fromPalette({ name: "surface_tint", palette: (r) => r.primaryPalette, tone: (r) => r.isDark ? 80 : 40, isBackground: !0 }), c.primary = u.fromPalette({ name: "primary", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? r.isDark ? 100 : 0 : r.isDark ? 80 : 40, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(3, 4.5, 7, 7), toneDeltaPair: (r) => new H(c.primaryContainer, c.primary, 10, "nearer", !1) }), c.onPrimary = u.fromPalette({ name: "on_primary", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? r.isDark ? 10 : 90 : r.isDark ? 20 : 100, background: (r) => c.primary, contrastCurve: new y(4.5, 7, 11, 21) }), c.primaryContainer = u.fromPalette({ name: "primary_container", palette: (r) => r.primaryPalette, tone: (r) => $(r) ? r.sourceColorHct.tone : M(r) ? r.isDark ? 85 : 25 : r.isDark ? 30 : 90, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.primaryContainer, c.primary, 10, "nearer", !1) }), c.onPrimaryContainer = u.fromPalette({ name: "on_primary_container", palette: (r) => r.primaryPalette, tone: (r) => $(r) ? u.foregroundTone(c.primaryContainer.tone(r), 4.5) : M(r) ? r.isDark ? 0 : 100 : r.isDark ? 90 : 30, background: (r) => c.primaryContainer, contrastCurve: new y(3, 4.5, 7, 11) }), c.inversePrimary = u.fromPalette({ name: "inverse_primary", palette: (r) => r.primaryPalette, tone: (r) => r.isDark ? 40 : 80, background: (r) => c.inverseSurface, contrastCurve: new y(3, 4.5, 7, 7) }), c.secondary = u.fromPalette({ name: "secondary", palette: (r) => r.secondaryPalette, tone: (r) => r.isDark ? 80 : 40, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(3, 4.5, 7, 7), toneDeltaPair: (r) => new H(c.secondaryContainer, c.secondary, 10, "nearer", !1) }), c.onSecondary = u.fromPalette({ name: "on_secondary", palette: (r) => r.secondaryPalette, tone: (r) => M(r) ? r.isDark ? 10 : 100 : r.isDark ? 20 : 100, background: (r) => c.secondary, contrastCurve: new y(4.5, 7, 11, 21) }), c.secondaryContainer = u.fromPalette({ name: "secondary_container", palette: (r) => r.secondaryPalette, tone: (r) => {
471
+ const e = r.isDark ? 30 : 90;
472
+ return M(r) ? r.isDark ? 30 : 85 : $(r) ? function(o, t, a, n) {
473
+ let s = a, l = S.from(o, t, a);
474
+ if (l.chroma < t) {
475
+ let h = l.chroma;
476
+ for (; l.chroma < t; ) {
477
+ s += n ? -1 : 1;
478
+ const i = S.from(o, t, s);
479
+ if (h > i.chroma || Math.abs(i.chroma - t) < 0.4) break;
480
+ Math.abs(i.chroma - t) < Math.abs(l.chroma - t) && (l = i), h = Math.max(h, i.chroma);
481
+ }
482
+ }
483
+ return s;
484
+ }(r.secondaryPalette.hue, r.secondaryPalette.chroma, e, !r.isDark) : e;
485
+ }, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.secondaryContainer, c.secondary, 10, "nearer", !1) }), c.onSecondaryContainer = u.fromPalette({ name: "on_secondary_container", palette: (r) => r.secondaryPalette, tone: (r) => M(r) ? r.isDark ? 90 : 10 : $(r) ? u.foregroundTone(c.secondaryContainer.tone(r), 4.5) : r.isDark ? 90 : 30, background: (r) => c.secondaryContainer, contrastCurve: new y(3, 4.5, 7, 11) }), c.tertiary = u.fromPalette({ name: "tertiary", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? r.isDark ? 90 : 25 : r.isDark ? 80 : 40, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(3, 4.5, 7, 7), toneDeltaPair: (r) => new H(c.tertiaryContainer, c.tertiary, 10, "nearer", !1) }), c.onTertiary = u.fromPalette({ name: "on_tertiary", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? r.isDark ? 10 : 90 : r.isDark ? 20 : 100, background: (r) => c.tertiary, contrastCurve: new y(4.5, 7, 11, 21) }), c.tertiaryContainer = u.fromPalette({ name: "tertiary_container", palette: (r) => r.tertiaryPalette, tone: (r) => {
486
+ if (M(r)) return r.isDark ? 60 : 49;
487
+ if (!$(r)) return r.isDark ? 30 : 90;
488
+ const e = r.tertiaryPalette.getHct(r.sourceColorHct.tone);
489
+ return pr.fixIfDisliked(e).tone;
490
+ }, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.tertiaryContainer, c.tertiary, 10, "nearer", !1) }), c.onTertiaryContainer = u.fromPalette({ name: "on_tertiary_container", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? r.isDark ? 0 : 100 : $(r) ? u.foregroundTone(c.tertiaryContainer.tone(r), 4.5) : r.isDark ? 90 : 30, background: (r) => c.tertiaryContainer, contrastCurve: new y(3, 4.5, 7, 11) }), c.error = u.fromPalette({ name: "error", palette: (r) => r.errorPalette, tone: (r) => r.isDark ? 80 : 40, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(3, 4.5, 7, 7), toneDeltaPair: (r) => new H(c.errorContainer, c.error, 10, "nearer", !1) }), c.onError = u.fromPalette({ name: "on_error", palette: (r) => r.errorPalette, tone: (r) => r.isDark ? 20 : 100, background: (r) => c.error, contrastCurve: new y(4.5, 7, 11, 21) }), c.errorContainer = u.fromPalette({ name: "error_container", palette: (r) => r.errorPalette, tone: (r) => r.isDark ? 30 : 90, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.errorContainer, c.error, 10, "nearer", !1) }), c.onErrorContainer = u.fromPalette({ name: "on_error_container", palette: (r) => r.errorPalette, tone: (r) => M(r) ? r.isDark ? 90 : 10 : r.isDark ? 90 : 30, background: (r) => c.errorContainer, contrastCurve: new y(3, 4.5, 7, 11) }), c.primaryFixed = u.fromPalette({ name: "primary_fixed", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? 40 : 90, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.primaryFixed, c.primaryFixedDim, 10, "lighter", !0) }), c.primaryFixedDim = u.fromPalette({ name: "primary_fixed_dim", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? 30 : 80, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.primaryFixed, c.primaryFixedDim, 10, "lighter", !0) }), c.onPrimaryFixed = u.fromPalette({ name: "on_primary_fixed", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? 100 : 10, background: (r) => c.primaryFixedDim, secondBackground: (r) => c.primaryFixed, contrastCurve: new y(4.5, 7, 11, 21) }), c.onPrimaryFixedVariant = u.fromPalette({ name: "on_primary_fixed_variant", palette: (r) => r.primaryPalette, tone: (r) => M(r) ? 90 : 30, background: (r) => c.primaryFixedDim, secondBackground: (r) => c.primaryFixed, contrastCurve: new y(3, 4.5, 7, 11) }), c.secondaryFixed = u.fromPalette({ name: "secondary_fixed", palette: (r) => r.secondaryPalette, tone: (r) => M(r) ? 80 : 90, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.secondaryFixed, c.secondaryFixedDim, 10, "lighter", !0) }), c.secondaryFixedDim = u.fromPalette({ name: "secondary_fixed_dim", palette: (r) => r.secondaryPalette, tone: (r) => M(r) ? 70 : 80, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.secondaryFixed, c.secondaryFixedDim, 10, "lighter", !0) }), c.onSecondaryFixed = u.fromPalette({ name: "on_secondary_fixed", palette: (r) => r.secondaryPalette, tone: (r) => 10, background: (r) => c.secondaryFixedDim, secondBackground: (r) => c.secondaryFixed, contrastCurve: new y(4.5, 7, 11, 21) }), c.onSecondaryFixedVariant = u.fromPalette({ name: "on_secondary_fixed_variant", palette: (r) => r.secondaryPalette, tone: (r) => M(r) ? 25 : 30, background: (r) => c.secondaryFixedDim, secondBackground: (r) => c.secondaryFixed, contrastCurve: new y(3, 4.5, 7, 11) }), c.tertiaryFixed = u.fromPalette({ name: "tertiary_fixed", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? 40 : 90, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.tertiaryFixed, c.tertiaryFixedDim, 10, "lighter", !0) }), c.tertiaryFixedDim = u.fromPalette({ name: "tertiary_fixed_dim", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? 30 : 80, isBackground: !0, background: (r) => c.highestSurface(r), contrastCurve: new y(1, 1, 3, 4.5), toneDeltaPair: (r) => new H(c.tertiaryFixed, c.tertiaryFixedDim, 10, "lighter", !0) }), c.onTertiaryFixed = u.fromPalette({ name: "on_tertiary_fixed", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? 100 : 10, background: (r) => c.tertiaryFixedDim, secondBackground: (r) => c.tertiaryFixed, contrastCurve: new y(4.5, 7, 11, 21) }), c.onTertiaryFixedVariant = u.fromPalette({ name: "on_tertiary_fixed_variant", palette: (r) => r.tertiaryPalette, tone: (r) => M(r) ? 90 : 30, background: (r) => c.tertiaryFixedDim, secondBackground: (r) => c.tertiaryFixed, contrastCurve: new y(3, 4.5, 7, 11) });
491
+ class R {
492
+ static of(e) {
493
+ return new R(e, !1);
494
+ }
495
+ static contentOf(e) {
496
+ return new R(e, !0);
497
+ }
498
+ static fromColors(e) {
499
+ return R.createPaletteFromColors(!1, e);
500
+ }
501
+ static contentFromColors(e) {
502
+ return R.createPaletteFromColors(!0, e);
503
+ }
504
+ static createPaletteFromColors(e, o) {
505
+ const t = new R(o.primary, e);
506
+ if (o.secondary) {
507
+ const a = new R(o.secondary, e);
508
+ t.a2 = a.a1;
509
+ }
510
+ if (o.tertiary) {
511
+ const a = new R(o.tertiary, e);
512
+ t.a3 = a.a1;
513
+ }
514
+ if (o.error) {
515
+ const a = new R(o.error, e);
516
+ t.error = a.a1;
517
+ }
518
+ if (o.neutral) {
519
+ const a = new R(o.neutral, e);
520
+ t.n1 = a.n1;
521
+ }
522
+ if (o.neutralVariant) {
523
+ const a = new R(o.neutralVariant, e);
524
+ t.n2 = a.n2;
525
+ }
526
+ return t;
527
+ }
528
+ constructor(e, o) {
529
+ const t = S.fromInt(e), a = t.hue, n = t.chroma;
530
+ o ? (this.a1 = B.fromHueAndChroma(a, n), this.a2 = B.fromHueAndChroma(a, n / 3), this.a3 = B.fromHueAndChroma(a + 60, n / 2), this.n1 = B.fromHueAndChroma(a, Math.min(n / 12, 4)), this.n2 = B.fromHueAndChroma(a, Math.min(n / 6, 8))) : (this.a1 = B.fromHueAndChroma(a, Math.max(48, n)), this.a2 = B.fromHueAndChroma(a, 16), this.a3 = B.fromHueAndChroma(a + 60, 24), this.n1 = B.fromHueAndChroma(a, 4), this.n2 = B.fromHueAndChroma(a, 8)), this.error = B.fromHueAndChroma(25, 84);
531
+ }
532
+ }
533
+ class Y {
534
+ get primary() {
535
+ return this.props.primary;
536
+ }
537
+ get onPrimary() {
538
+ return this.props.onPrimary;
539
+ }
540
+ get primaryContainer() {
541
+ return this.props.primaryContainer;
542
+ }
543
+ get onPrimaryContainer() {
544
+ return this.props.onPrimaryContainer;
545
+ }
546
+ get secondary() {
547
+ return this.props.secondary;
548
+ }
549
+ get onSecondary() {
550
+ return this.props.onSecondary;
551
+ }
552
+ get secondaryContainer() {
553
+ return this.props.secondaryContainer;
554
+ }
555
+ get onSecondaryContainer() {
556
+ return this.props.onSecondaryContainer;
557
+ }
558
+ get tertiary() {
559
+ return this.props.tertiary;
560
+ }
561
+ get onTertiary() {
562
+ return this.props.onTertiary;
563
+ }
564
+ get tertiaryContainer() {
565
+ return this.props.tertiaryContainer;
566
+ }
567
+ get onTertiaryContainer() {
568
+ return this.props.onTertiaryContainer;
569
+ }
570
+ get error() {
571
+ return this.props.error;
572
+ }
573
+ get onError() {
574
+ return this.props.onError;
575
+ }
576
+ get errorContainer() {
577
+ return this.props.errorContainer;
578
+ }
579
+ get onErrorContainer() {
580
+ return this.props.onErrorContainer;
581
+ }
582
+ get background() {
583
+ return this.props.background;
584
+ }
585
+ get onBackground() {
586
+ return this.props.onBackground;
587
+ }
588
+ get surface() {
589
+ return this.props.surface;
590
+ }
591
+ get onSurface() {
592
+ return this.props.onSurface;
593
+ }
594
+ get surfaceVariant() {
595
+ return this.props.surfaceVariant;
596
+ }
597
+ get onSurfaceVariant() {
598
+ return this.props.onSurfaceVariant;
599
+ }
600
+ get outline() {
601
+ return this.props.outline;
602
+ }
603
+ get outlineVariant() {
604
+ return this.props.outlineVariant;
605
+ }
606
+ get shadow() {
607
+ return this.props.shadow;
608
+ }
609
+ get scrim() {
610
+ return this.props.scrim;
611
+ }
612
+ get inverseSurface() {
613
+ return this.props.inverseSurface;
614
+ }
615
+ get inverseOnSurface() {
616
+ return this.props.inverseOnSurface;
617
+ }
618
+ get inversePrimary() {
619
+ return this.props.inversePrimary;
620
+ }
621
+ static light(e) {
622
+ return Y.lightFromCorePalette(R.of(e));
623
+ }
624
+ static dark(e) {
625
+ return Y.darkFromCorePalette(R.of(e));
626
+ }
627
+ static lightContent(e) {
628
+ return Y.lightFromCorePalette(R.contentOf(e));
629
+ }
630
+ static darkContent(e) {
631
+ return Y.darkFromCorePalette(R.contentOf(e));
632
+ }
633
+ static lightFromCorePalette(e) {
634
+ return new Y({ primary: e.a1.tone(40), onPrimary: e.a1.tone(100), primaryContainer: e.a1.tone(90), onPrimaryContainer: e.a1.tone(10), secondary: e.a2.tone(40), onSecondary: e.a2.tone(100), secondaryContainer: e.a2.tone(90), onSecondaryContainer: e.a2.tone(10), tertiary: e.a3.tone(40), onTertiary: e.a3.tone(100), tertiaryContainer: e.a3.tone(90), onTertiaryContainer: e.a3.tone(10), error: e.error.tone(40), onError: e.error.tone(100), errorContainer: e.error.tone(90), onErrorContainer: e.error.tone(10), background: e.n1.tone(99), onBackground: e.n1.tone(10), surface: e.n1.tone(99), onSurface: e.n1.tone(10), surfaceVariant: e.n2.tone(90), onSurfaceVariant: e.n2.tone(30), outline: e.n2.tone(50), outlineVariant: e.n2.tone(80), shadow: e.n1.tone(0), scrim: e.n1.tone(0), inverseSurface: e.n1.tone(20), inverseOnSurface: e.n1.tone(95), inversePrimary: e.a1.tone(80) });
635
+ }
636
+ static darkFromCorePalette(e) {
637
+ return new Y({ primary: e.a1.tone(80), onPrimary: e.a1.tone(20), primaryContainer: e.a1.tone(30), onPrimaryContainer: e.a1.tone(90), secondary: e.a2.tone(80), onSecondary: e.a2.tone(20), secondaryContainer: e.a2.tone(30), onSecondaryContainer: e.a2.tone(90), tertiary: e.a3.tone(80), onTertiary: e.a3.tone(20), tertiaryContainer: e.a3.tone(30), onTertiaryContainer: e.a3.tone(90), error: e.error.tone(80), onError: e.error.tone(20), errorContainer: e.error.tone(30), onErrorContainer: e.error.tone(80), background: e.n1.tone(10), onBackground: e.n1.tone(90), surface: e.n1.tone(10), onSurface: e.n1.tone(90), surfaceVariant: e.n2.tone(30), onSurfaceVariant: e.n2.tone(80), outline: e.n2.tone(60), outlineVariant: e.n2.tone(30), shadow: e.n1.tone(0), scrim: e.n1.tone(0), inverseSurface: e.n1.tone(90), inverseOnSurface: e.n1.tone(20), inversePrimary: e.a1.tone(40) });
638
+ }
639
+ constructor(e) {
640
+ this.props = e;
641
+ }
642
+ toJSON() {
643
+ return { ...this.props };
644
+ }
645
+ }
646
+ function Cr(r) {
647
+ const e = (r = r.replace("#", "")).length === 3, o = r.length === 6, t = r.length === 8;
648
+ if (!e && !o && !t) throw new Error("unexpected hex " + r);
649
+ let a = 0, n = 0, s = 0;
650
+ return e ? (a = U(r.slice(0, 1).repeat(2)), n = U(r.slice(1, 2).repeat(2)), s = U(r.slice(2, 3).repeat(2))) : o ? (a = U(r.slice(0, 2)), n = U(r.slice(2, 4)), s = U(r.slice(4, 6))) : t && (a = U(r.slice(2, 4)), n = U(r.slice(4, 6)), s = U(r.slice(6, 8))), (255 << 24 | (255 & a) << 16 | (255 & n) << 8 | 255 & s) >>> 0;
651
+ }
652
+ function U(r) {
653
+ return parseInt(r, 16);
654
+ }
655
+ function zr(r, e = []) {
656
+ const o = R.of(r);
657
+ return { source: r, schemes: { light: Y.light(r), dark: Y.dark(r) }, palettes: { primary: o.a1, secondary: o.a2, tertiary: o.a3, neutral: o.n1, neutralVariant: o.n2, error: o.error }, customColors: e.map((t) => function(a, n) {
658
+ let s = n.value;
659
+ const l = s, h = a;
660
+ n.blend && (s = yr.harmonize(l, h));
661
+ const i = R.of(s), m = i.a1;
662
+ return { color: n, value: s, light: { color: m.tone(40), onColor: m.tone(100), colorContainer: m.tone(90), onColorContainer: m.tone(10) }, dark: { color: m.tone(80), onColor: m.tone(20), colorContainer: m.tone(30), onColorContainer: m.tone(90) } };
663
+ }(r, t)) };
664
+ }
665
+ const Vr = Dr("theme-context");
666
+ function qr(r, e = !1, o) {
667
+ function t(a) {
668
+ return "#" + a.toString(16).padStart(8, "0").slice(2);
669
+ }
670
+ if (e) {
671
+ const a = r.schemes.dark, n = function(l, h) {
672
+ const i = B.fromHueAndChroma(l, h);
673
+ return { cLowest: i.tone(0), cLow: i.tone(10), c: i.tone(12), cHigh: i.tone(17), cHighest: i.tone(22), sDim: i.tone(0), s: i.tone(6), sBright: i.tone(24) };
674
+ }(r.palettes.neutral.hue, r.palettes.neutral.chroma), s = function(l) {
675
+ const h = S.fromInt(l), i = B.fromHueAndChroma(h.hue, h.chroma);
676
+ return { default: i.tone(80), on: i.tone(20), container: i.tone(30), onContainer: i.tone(90) };
677
+ }(o);
678
+ return { sys: { color: { scrim: t(a.scrim), outlineVariant: t(a.outlineVariant), outline: t(a.outline), surface: { default: t(a.surface), dim: t(n.sDim), bright: t(n.sBright), on: t(a.onSurface), onVariant: t(a.onSurfaceVariant), highest: t(n.cHighest), high: t(n.cHigh), container: t(n.c), low: t(n.cLow), lowest: t(n.cLowest) }, primary: { default: t(a.primary), on: t(a.onPrimary), container: t(a.primaryContainer), onContainer: t(a.onPrimaryContainer) }, secondary: { default: t(a.secondary), on: t(a.onSecondary), container: t(a.secondaryContainer), onContainer: t(a.onSecondaryContainer) }, tertiary: { default: t(a.tertiary), on: t(a.onTertiary), container: t(a.tertiaryContainer), onContainer: t(a.onTertiaryContainer) }, error: { default: t(a.error), on: t(a.onError), container: t(a.errorContainer), onContainer: t(a.onErrorContainer) }, success: { default: t(s.default), on: t(s.on), container: t(s.container), onContainer: t(s.onContainer) } }, elevation: { 0: "0 0 0 0 rgba(0, 0, 0, 0)", 1: "rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px", 2: "rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px", 3: "rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px", 4: "rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px", 5: "rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px" }, outline: { 1: "1px" } } };
679
+ }
680
+ {
681
+ const a = r.schemes.light, n = function(l, h) {
682
+ const i = B.fromHueAndChroma(l, h);
683
+ return { cLowest: i.tone(100), cLow: i.tone(96), c: i.tone(94), cHigh: i.tone(92), cHighest: i.tone(90), sDim: i.tone(87), s: i.tone(98), sBright: i.tone(100) };
684
+ }(r.palettes.neutral.hue, r.palettes.neutral.chroma), s = function(l) {
685
+ const h = S.fromInt(l), i = B.fromHueAndChroma(h.hue, h.chroma);
686
+ return { default: i.tone(40), on: i.tone(100), container: i.tone(90), onContainer: i.tone(10) };
687
+ }(o);
688
+ return { sys: { color: { scrim: t(a.scrim), outlineVariant: t(a.outlineVariant), outline: t(a.outline), surface: { default: t(a.surface), dim: t(n.sDim), bright: t(n.sBright), on: t(a.onSurface), onVariant: t(a.onSurfaceVariant), highest: t(n.cHighest), high: t(n.cHigh), container: t(n.c), low: t(n.cLow), lowest: t(n.cLowest) }, primary: { default: t(a.primary), on: t(a.onPrimary), container: t(a.primaryContainer), onContainer: t(a.onPrimaryContainer) }, secondary: { default: t(a.secondary), on: t(a.onSecondary), container: t(a.secondaryContainer), onContainer: t(a.onSecondaryContainer) }, tertiary: { default: t(a.tertiary), on: t(a.onTertiary), container: t(a.tertiaryContainer), onContainer: t(a.onTertiaryContainer) }, error: { default: t(a.error), on: t(a.onError), container: t(a.errorContainer), onContainer: t(a.onErrorContainer) }, success: { default: t(s.default), on: t(s.on), container: t(s.container), onContainer: t(s.onContainer) } }, elevation: { 0: "0 0 0 0 rgba(0, 0, 0, 0)", 1: "rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px", 2: "rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px", 3: "rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px", 4: "rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px", 5: "rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px" }, outline: { 1: "1px" } } };
689
+ }
690
+ }
691
+ var jr = Object.defineProperty, _r = Object.getOwnPropertyDescriptor, Z = (r, e, o, t) => {
692
+ for (var a, n = t > 1 ? void 0 : t ? _r(e, o) : e, s = r.length - 1; s >= 0; s--) (a = r[s]) && (n = (t ? a(e, o, n) : a(n)) || n);
693
+ return t && n && jr(e, o, n), n;
694
+ };
695
+ const Ur = "theme-where-are-you", Yr = "theme-here-i-am", Gr = Tr(':host,:root{--md-ref-typeface-brand: "Josefin Sans", sans-serif;--md-ref-typeface-plain: "Josefin Sans", sans-serif;--md-sys-color-primary: var(--schmancy-sys-color-primary-default);--md-sys-color-secondary: var(--schmancy-sys-color-secondary-default);--default-font-family: var(--schmancy-font-family);--border-style: solid;--spacing: 4px;--color-scrim: var(--schmancy-sys-color-scrim);--color-outline: var(--schmancy-sys-color-outline);--color-outlineVariant: var(--schmancy-sys-color-outlineVariant);--color-surface-default: var(--schmancy-sys-color-surface-default);--color-surface-dim: var(--schmancy-sys-color-surface-dim);--color-surface-bright: var(--schmancy-sys-color-surface-bright);--color-surface-container: var(--schmancy-sys-color-surface-container);--color-surface-low: var(--schmancy-sys-color-surface-low);--color-surface-high: var(--schmancy-sys-color-surface-high);--color-surface-highest: var(--schmancy-sys-color-surface-highest);--color-surface-lowest: var(--schmancy-sys-color-surface-lowest);--color-surface-on: var(--schmancy-sys-color-surface-on);--color-surface-onVariant: var(--schmancy-sys-color-surface-onVariant);--color-primary-default: var(--schmancy-sys-color-primary-default);--color-primary-on: var(--schmancy-sys-color-primary-on);--color-primary-container: var(--schmancy-sys-color-primary-container);--color-primary-onContainer: var(--schmancy-sys-color-primary-onContainer);--color-secondary-default: var(--schmancy-sys-color-secondary-default);--color-secondary-on: var(--schmancy-sys-color-secondary-on);--color-secondary-container: var(--schmancy-sys-color-secondary-container);--color-secondary-onContainer: var(--schmancy-sys-color-secondary-onContainer);--color-tertiary-default: var(--schmancy-sys-color-tertiary-default);--color-tertiary-on: var(--schmancy-sys-color-tertiary-on);--color-tertiary-container: var(--schmancy-sys-color-tertiary-container);--color-tertiary-onContainer: var(--schmancy-sys-color-tertiary-onContainer);--color-error-default: var(--schmancy-sys-color-error-default);--color-error-on: var(--schmancy-sys-color-error-on);--color-error-container: var(--schmancy-sys-color-error-container);--color-error-onContainer: var(--schmancy-sys-color-error-onContainer);--color-success-default: var(--schmancy-sys-color-success-default);--color-success-on: var(--schmancy-sys-color-success-on);--color-success-container: var(--schmancy-sys-color-success-container);--color-success-onContainer: var(--schmancy-sys-color-success-onContainer);--shadow-xs: var(--schmancy-sys-elevation-0);--shadow-sm: var(--schmancy-sys-elevation-1);--shadow-md: var(--schmancy-sys-elevation-2);--shadow-lg: var(--schmancy-sys-elevation-3);--shadow-xl: var(--schmancy-sys-elevation-4);--shadow-2xl: var(--schmancy-sys-elevation-5);--outline-1: var(--schmancy-sys-outline-1);--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50: oklch(.971 .013 17.38);--color-red-100: oklch(.936 .032 17.717);--color-red-200: oklch(.885 .062 18.334);--color-red-300: oklch(.808 .114 19.571);--color-red-400: oklch(.704 .191 22.216);--color-red-500: oklch(.637 .237 25.331);--color-red-600: oklch(.577 .245 27.325);--color-red-700: oklch(.505 .213 27.518);--color-red-800: oklch(.444 .177 26.899);--color-red-900: oklch(.396 .141 25.723);--color-red-950: oklch(.258 .092 26.042);--color-orange-50: oklch(.98 .016 73.684);--color-orange-100: oklch(.954 .038 75.164);--color-orange-200: oklch(.901 .076 70.697);--color-orange-300: oklch(.837 .128 66.29);--color-orange-400: oklch(.75 .183 55.934);--color-orange-500: oklch(.705 .213 47.604);--color-orange-600: oklch(.646 .222 41.116);--color-orange-700: oklch(.553 .195 38.402);--color-orange-800: oklch(.47 .157 37.304);--color-orange-900: oklch(.408 .123 38.172);--color-orange-950: oklch(.266 .079 36.259);--color-amber-50: oklch(.987 .022 95.277);--color-amber-100: oklch(.962 .059 95.617);--color-amber-200: oklch(.924 .12 95.746);--color-amber-300: oklch(.879 .169 91.605);--color-amber-400: oklch(.828 .189 84.429);--color-amber-500: oklch(.769 .188 70.08);--color-amber-600: oklch(.666 .179 58.318);--color-amber-700: oklch(.555 .163 48.998);--color-amber-800: oklch(.473 .137 46.201);--color-amber-900: oklch(.414 .112 45.904);--color-amber-950: oklch(.279 .077 45.635);--color-yellow-50: oklch(.987 .026 102.212);--color-yellow-100: oklch(.973 .071 103.193);--color-yellow-200: oklch(.945 .129 101.54);--color-yellow-300: oklch(.905 .182 98.111);--color-yellow-400: oklch(.852 .199 91.936);--color-yellow-500: oklch(.795 .184 86.047);--color-yellow-600: oklch(.681 .162 75.834);--color-yellow-700: oklch(.554 .135 66.442);--color-yellow-800: oklch(.476 .114 61.907);--color-yellow-900: oklch(.421 .095 57.708);--color-yellow-950: oklch(.286 .066 53.813);--color-lime-50: oklch(.986 .031 120.757);--color-lime-100: oklch(.967 .067 122.328);--color-lime-200: oklch(.938 .127 124.321);--color-lime-300: oklch(.897 .196 126.665);--color-lime-400: oklch(.841 .238 128.85);--color-lime-500: oklch(.768 .233 130.85);--color-lime-600: oklch(.648 .2 131.684);--color-lime-700: oklch(.532 .157 131.589);--color-lime-800: oklch(.453 .124 130.933);--color-lime-900: oklch(.405 .101 131.063);--color-lime-950: oklch(.274 .072 132.109);--color-green-50: oklch(.982 .018 155.826);--color-green-100: oklch(.962 .044 156.743);--color-green-200: oklch(.925 .084 155.995);--color-green-300: oklch(.871 .15 154.449);--color-green-400: oklch(.792 .209 151.711);--color-green-500: oklch(.723 .219 149.579);--color-green-600: oklch(.627 .194 149.214);--color-green-700: oklch(.527 .154 150.069);--color-green-800: oklch(.448 .119 151.328);--color-green-900: oklch(.393 .095 152.535);--color-green-950: oklch(.266 .065 152.934);--color-emerald-50: oklch(.979 .021 166.113);--color-emerald-100: oklch(.95 .052 163.051);--color-emerald-200: oklch(.905 .093 164.15);--color-emerald-300: oklch(.845 .143 164.978);--color-emerald-400: oklch(.765 .177 163.223);--color-emerald-500: oklch(.696 .17 162.48);--color-emerald-600: oklch(.596 .145 163.225);--color-emerald-700: oklch(.508 .118 165.612);--color-emerald-800: oklch(.432 .095 166.913);--color-emerald-900: oklch(.378 .077 168.94);--color-emerald-950: oklch(.262 .051 172.552);--color-teal-50: oklch(.984 .014 180.72);--color-teal-100: oklch(.953 .051 180.801);--color-teal-200: oklch(.91 .096 180.426);--color-teal-300: oklch(.855 .138 181.071);--color-teal-400: oklch(.777 .152 181.912);--color-teal-500: oklch(.704 .14 182.503);--color-teal-600: oklch(.6 .118 184.704);--color-teal-700: oklch(.511 .096 186.391);--color-teal-800: oklch(.437 .078 188.216);--color-teal-900: oklch(.386 .063 188.416);--color-teal-950: oklch(.277 .046 192.524);--color-cyan-50: oklch(.984 .019 200.873);--color-cyan-100: oklch(.956 .045 203.388);--color-cyan-200: oklch(.917 .08 205.041);--color-cyan-300: oklch(.865 .127 207.078);--color-cyan-400: oklch(.789 .154 211.53);--color-cyan-500: oklch(.715 .143 215.221);--color-cyan-600: oklch(.609 .126 221.723);--color-cyan-700: oklch(.52 .105 223.128);--color-cyan-800: oklch(.45 .085 224.283);--color-cyan-900: oklch(.398 .07 227.392);--color-cyan-950: oklch(.302 .056 229.695);--color-sky-50: oklch(.977 .013 236.62);--color-sky-100: oklch(.951 .026 236.824);--color-sky-200: oklch(.901 .058 230.902);--color-sky-300: oklch(.828 .111 230.318);--color-sky-400: oklch(.746 .16 232.661);--color-sky-500: oklch(.685 .169 237.323);--color-sky-600: oklch(.588 .158 241.966);--color-sky-700: oklch(.5 .134 242.749);--color-sky-800: oklch(.443 .11 240.79);--color-sky-900: oklch(.391 .09 240.876);--color-sky-950: oklch(.293 .066 243.157);--color-blue-50: oklch(.97 .014 254.604);--color-blue-100: oklch(.932 .032 255.585);--color-blue-200: oklch(.882 .059 254.128);--color-blue-300: oklch(.809 .105 251.813);--color-blue-400: oklch(.707 .165 254.624);--color-blue-500: oklch(.623 .214 259.815);--color-blue-600: oklch(.546 .245 262.881);--color-blue-700: oklch(.488 .243 264.376);--color-blue-800: oklch(.424 .199 265.638);--color-blue-900: oklch(.379 .146 265.522);--color-blue-950: oklch(.282 .091 267.935);--color-indigo-50: oklch(.962 .018 272.314);--color-indigo-100: oklch(.93 .034 272.788);--color-indigo-200: oklch(.87 .065 274.039);--color-indigo-300: oklch(.785 .115 274.713);--color-indigo-400: oklch(.673 .182 276.935);--color-indigo-500: oklch(.585 .233 277.117);--color-indigo-600: oklch(.511 .262 276.966);--color-indigo-700: oklch(.457 .24 277.023);--color-indigo-800: oklch(.398 .195 277.366);--color-indigo-900: oklch(.359 .144 278.697);--color-indigo-950: oklch(.257 .09 281.288);--color-violet-50: oklch(.969 .016 293.756);--color-violet-100: oklch(.943 .029 294.588);--color-violet-200: oklch(.894 .057 293.283);--color-violet-300: oklch(.811 .111 293.571);--color-violet-400: oklch(.702 .183 293.541);--color-violet-500: oklch(.606 .25 292.717);--color-violet-600: oklch(.541 .281 293.009);--color-violet-700: oklch(.491 .27 292.581);--color-violet-800: oklch(.432 .232 292.759);--color-violet-900: oklch(.38 .189 293.745);--color-violet-950: oklch(.283 .141 291.089);--color-purple-50: oklch(.977 .014 308.299);--color-purple-100: oklch(.946 .033 307.174);--color-purple-200: oklch(.902 .063 306.703);--color-purple-300: oklch(.827 .119 306.383);--color-purple-400: oklch(.714 .203 305.504);--color-purple-500: oklch(.627 .265 303.9);--color-purple-600: oklch(.558 .288 302.321);--color-purple-700: oklch(.496 .265 301.924);--color-purple-800: oklch(.438 .218 303.724);--color-purple-900: oklch(.381 .176 304.987);--color-purple-950: oklch(.291 .149 302.717);--color-fuchsia-50: oklch(.977 .017 320.058);--color-fuchsia-100: oklch(.952 .037 318.852);--color-fuchsia-200: oklch(.903 .076 319.62);--color-fuchsia-300: oklch(.833 .145 321.434);--color-fuchsia-400: oklch(.74 .238 322.16);--color-fuchsia-500: oklch(.667 .295 322.15);--color-fuchsia-600: oklch(.591 .293 322.896);--color-fuchsia-700: oklch(.518 .253 323.949);--color-fuchsia-800: oklch(.452 .211 324.591);--color-fuchsia-900: oklch(.401 .17 325.612);--color-fuchsia-950: oklch(.293 .136 325.661);--color-pink-50: oklch(.971 .014 343.198);--color-pink-100: oklch(.948 .028 342.258);--color-pink-200: oklch(.899 .061 343.231);--color-pink-300: oklch(.823 .12 346.018);--color-pink-400: oklch(.718 .202 349.761);--color-pink-500: oklch(.656 .241 354.308);--color-pink-600: oklch(.592 .249 .584);--color-pink-700: oklch(.525 .223 3.958);--color-pink-800: oklch(.459 .187 3.815);--color-pink-900: oklch(.408 .153 2.432);--color-pink-950: oklch(.284 .109 3.907);--color-rose-50: oklch(.969 .015 12.422);--color-rose-100: oklch(.941 .03 12.58);--color-rose-200: oklch(.892 .058 10.001);--color-rose-300: oklch(.81 .117 11.638);--color-rose-400: oklch(.712 .194 13.428);--color-rose-500: oklch(.645 .246 16.439);--color-rose-600: oklch(.586 .253 17.585);--color-rose-700: oklch(.514 .222 16.935);--color-rose-800: oklch(.455 .188 13.697);--color-rose-900: oklch(.41 .159 10.272);--color-rose-950: oklch(.271 .105 12.094);--color-slate-50: oklch(.984 .003 247.858);--color-slate-100: oklch(.968 .007 247.896);--color-slate-200: oklch(.929 .013 255.508);--color-slate-300: oklch(.869 .022 252.894);--color-slate-400: oklch(.704 .04 256.788);--color-slate-500: oklch(.554 .046 257.417);--color-slate-600: oklch(.446 .043 257.281);--color-slate-700: oklch(.372 .044 257.287);--color-slate-800: oklch(.279 .041 260.031);--color-slate-900: oklch(.208 .042 265.755);--color-slate-950: oklch(.129 .042 264.695);--color-gray-50: oklch(.985 .002 247.839);--color-gray-100: oklch(.967 .003 264.542);--color-gray-200: oklch(.928 .006 264.531);--color-gray-300: oklch(.872 .01 258.338);--color-gray-400: oklch(.707 .022 261.325);--color-gray-500: oklch(.551 .027 264.364);--color-gray-600: oklch(.446 .03 256.802);--color-gray-700: oklch(.373 .034 259.733);--color-gray-800: oklch(.278 .033 256.848);--color-gray-900: oklch(.21 .034 264.665);--color-gray-950: oklch(.13 .028 261.692);--color-zinc-50: oklch(.985 0 0);--color-zinc-100: oklch(.967 .001 286.375);--color-zinc-200: oklch(.92 .004 286.32);--color-zinc-300: oklch(.871 .006 286.286);--color-zinc-400: oklch(.705 .015 286.067);--color-zinc-500: oklch(.552 .016 285.938);--color-zinc-600: oklch(.442 .017 285.786);--color-zinc-700: oklch(.37 .013 285.805);--color-zinc-800: oklch(.274 .006 286.033);--color-zinc-900: oklch(.21 .006 285.885);--color-zinc-950: oklch(.141 .005 285.823);--color-neutral-50: oklch(.985 0 0);--color-neutral-100: oklch(.97 0 0);--color-neutral-200: oklch(.922 0 0);--color-neutral-300: oklch(.87 0 0);--color-neutral-400: oklch(.708 0 0);--color-neutral-500: oklch(.556 0 0);--color-neutral-600: oklch(.439 0 0);--color-neutral-700: oklch(.371 0 0);--color-neutral-800: oklch(.269 0 0);--color-neutral-900: oklch(.205 0 0);--color-neutral-950: oklch(.145 0 0);--color-stone-50: oklch(.985 .001 106.423);--color-stone-100: oklch(.97 .001 106.424);--color-stone-200: oklch(.923 .003 48.717);--color-stone-300: oklch(.869 .005 56.366);--color-stone-400: oklch(.709 .01 56.259);--color-stone-500: oklch(.553 .013 58.071);--color-stone-600: oklch(.444 .011 73.639);--color-stone-700: oklch(.374 .01 67.558);--color-stone-800: oklch(.268 .007 34.298);--color-stone-900: oklch(.216 .006 56.043);--color-stone-950: oklch(.147 .004 49.25);--color-black: #000;--color-white: #fff;--spacing: .25rem;--breakpoint-sm: 40rem;--breakpoint-md: 48rem;--breakpoint-lg: 64rem;--breakpoint-xl: 80rem;--breakpoint-2xl: 96rem;--container-3xs: 16rem;--container-2xs: 18rem;--container-xs: 20rem;--container-sm: 24rem;--container-md: 28rem;--container-lg: 32rem;--container-xl: 36rem;--container-2xl: 42rem;--container-3xl: 48rem;--container-4xl: 56rem;--container-5xl: 64rem;--container-6xl: 72rem;--container-7xl: 80rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--text-5xl: 3rem;--text-5xl--line-height: 1;--text-6xl: 3.75rem;--text-6xl--line-height: 1;--text-7xl: 4.5rem;--text-7xl--line-height: 1;--text-8xl: 6rem;--text-8xl--line-height: 1;--text-9xl: 8rem;--text-9xl--line-height: 1;--font-weight-thin: 100;--font-weight-extralight: 200;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900;--tracking-tighter: -.05em;--tracking-tight: -.025em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-wider: .05em;--tracking-widest: .1em;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--radius-xs: .125rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--radius-4xl: 2rem;--shadow-smxs: 0 1px rgb(0 0 0 / .05);--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-smxl: 0 25px 50px -12px rgb(0 0 0 / .25);--inset-shadow-smxs: inset 0 1px rgb(0 0 0 / .05);--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05);--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05);--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05);--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15);--drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12);--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15);--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1);--drop-shadow-smxl: 0 25px 25px rgb(0 0 0 / .15);--blur-xs: 4px;--blur-sm: 8px;--blur-md: 12px;--blur-lg: 16px;--blur-xl: 24px;--blur-2xl: 40px;--blur-3xl: 64px;--perspective-dramatic: 100px;--perspective-near: 300px;--perspective-normal: 500px;--perspective-midrange: 800px;--perspective-distant: 1200px;--aspect-video: 16 / 9;--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--animate-spin: spin 1s linear infinite;--animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--animate-bounce: bounce 1s infinite;@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}--md-sys-color-scrim: var(--schmancy-sys-color-scrim);--md-sys-color-outline: var(--schmancy-sys-color-outline);--md-sys-color-outlineVariant: var(--schmancy-sys-color-outlineVariant);--md-sys-color-surface-default: var(--schmancy-sys-color-surface-default);--md-sys-color-surface-dim: var(--schmancy-sys-color-surface-dim);--md-sys-color-surface-bright: var(--schmancy-sys-color-surface-bright);--md-sys-color-surface-container: var(--schmancy-sys-color-surface-container);--md-sys-color-surface-low: var(--schmancy-sys-color-surface-low);--md-sys-color-surface-high: var(--schmancy-sys-color-surface-high);--md-sys-color-surface-highest: var(--schmancy-sys-color-surface-highest);--md-sys-color-surface-lowest: var(--schmancy-sys-color-surface-lowest);--md-sys-color-surface-on: var(--schmancy-sys-color-surface-on);--md-sys-color-on-surface-variant: var(--schmancy-sys-color-surface-onVariant);--md-sys-color-on-secondary-container: var(--schmancy-sys-color-secondary-onContainer);--md-sys-color-primary-default: var(--schmancy-sys-color-primary-default);--md-sys-color-primary-on: var(--schmancy-sys-color-primary-on);--md-sys-color-primary-container: var(--schmancy-sys-color-primary-container);--md-sys-color-primary-onContainer: var(--schmancy-sys-color-primary-onContainer);--md-sys-color-secondary-default: var(--schmancy-sys-color-secondary-default);--md-sys-color-secondary-on: var(--schmancy-sys-color-secondary-on);--md-sys-color-secondary-container: var(--schmancy-sys-color-secondary-container);--md-sys-color-secondary-onContainer: var(--schmancy-sys-color-secondary-onContainer);--md-sys-color-tertiary-default: var(--schmancy-sys-color-tertiary-default);--md-sys-color-tertiary-on: var(--schmancy-sys-color-tertiary-on);--md-sys-color-tertiary-container: var(--schmancy-sys-color-tertiary-container);--md-sys-color-tertiary-onContainer: var(--schmancy-sys-color-tertiary-onContainer);--md-sys-color-error-default: var(--schmancy-sys-color-error-default);--md-sys-color-error-on: var(--schmancy-sys-color-error-on);--md-sys-color-error-container: var(--schmancy-sys-color-error-container);--md-sys-color-error-onContainer: var(--schmancy-sys-color-error-onContainer);--md-sys-color-success-default: var(--schmancy-sys-color-success-default);--md-sys-color-success-on: var(--schmancy-sys-color-success-on);--md-sys-color-success-container: var(--schmancy-sys-color-success-container);--md-sys-color-success-onContainer: var(--schmancy-sys-color-success-onContainer);--md-sys-elevation-0: var(--schmancy-sys-elevation-0);--md-sys-elevation-1: var(--schmancy-sys-elevation-1);--md-sys-elevation-2: var(--schmancy-sys-elevation-2);--md-sys-elevation-3: var(--schmancy-sys-elevation-3);--md-sys-elevation-4: var(--schmancy-sys-elevation-4);--md-sys-elevation-5: var(--schmancy-sys-elevation-5);--md-sys-outline-1: var(--schmancy-sys-outline-1);--md-filter-chip-label-text-color: var(--schmancy-sys-color-surface-on)}'), ir = window.matchMedia("(prefers-color-scheme: dark)"), Kr = new Fr((r) => {
696
+ const e = (t) => {
697
+ const a = t.matches ? "dark" : "light";
698
+ r.next(a);
699
+ };
700
+ ir.addEventListener("change", e);
701
+ const o = ir.matches ? "dark" : "light";
702
+ return r.next(o), () => ir.removeEventListener("change", e);
703
+ });
704
+ let J = class extends Sr(Gr) {
705
+ constructor() {
706
+ super(...arguments), this.scheme = "auto", this.root = !1, this.theme = {};
707
+ }
708
+ connectedCallback() {
709
+ super.connectedCallback(), this.color || (this.color = this.generateRandomColor()), kr(this.scheme).pipe(Or((r) => r === "auto" ? Kr : kr(r))).subscribe((r) => {
710
+ this.scheme = r, this.registerTheme();
711
+ }), Ar(window, Ur).subscribe(() => {
712
+ window.dispatchEvent(new CustomEvent(Yr, { detail: { theme: this }, bubbles: !0, composed: !0 }));
713
+ });
714
+ }
715
+ registerTheme() {
716
+ let r = qr(zr(Cr(this.color)), this.scheme === "dark", Cr("#34B334"));
717
+ r = { ...r, ...this.theme }, this.registerThemeValues("schmancy", "", r), (this.root ? document.body : this.shadowRoot.host).style.colorScheme = this.scheme === "dark" ? "dark" : "light";
718
+ }
719
+ registerThemeValues(r = "schmancy", e, o) {
720
+ return typeof o == "object" ? Object.keys(o).map((t) => this.registerThemeValues(r, e + (e ? "-" : "") + t, o[t])).join(`
721
+ `) : void (this.root ? document.body : this.shadowRoot.host).style.setProperty(`--${r}-${e}`, o);
722
+ }
723
+ generateRandomColor() {
724
+ return "#" + Math.floor(16777215 * Math.random()).toString(16).padStart(6, "0");
725
+ }
726
+ render() {
727
+ return Br`<slot></slot>`;
728
+ }
729
+ };
730
+ Z([cr({ type: String, reflect: !0 })], J.prototype, "color", 2), Z([cr({ type: String })], J.prototype, "scheme", 2), Z([cr({ type: Boolean })], J.prototype, "root", 2), Z([Ir({ context: Vr }), cr({ type: Object })], J.prototype, "theme", 2), J = Z([Lr("schmancy-theme")], J);
731
+ export {
732
+ J as S,
733
+ Ur as T,
734
+ Yr as a,
735
+ qr as f,
736
+ Gr as t
737
+ };
738
+ //# sourceMappingURL=theme.component-Bl4uy-_0.js.map