@drjoshcsimmons/scl 0.1.0 → 0.1.2

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 (195) hide show
  1. package/dist/components/ui/alert/alert.d.ts +1 -1
  2. package/dist/components/ui/alert/alert.d.ts.map +1 -1
  3. package/dist/components/ui/badge/badge.d.ts +1 -1
  4. package/dist/components/ui/badge/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button/button.d.ts +1 -1
  6. package/dist/components/ui/button/button.d.ts.map +1 -1
  7. package/dist/components/ui/combobox/combobox.d.ts +31 -0
  8. package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
  9. package/dist/components/ui/combobox/index.d.ts +3 -0
  10. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  11. package/dist/components/ui/command/command.d.ts +85 -0
  12. package/dist/components/ui/command/command.d.ts.map +1 -0
  13. package/dist/components/ui/command/index.d.ts +2 -0
  14. package/dist/components/ui/command/index.d.ts.map +1 -0
  15. package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
  16. package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
  17. package/dist/components/ui/dithered-image/index.d.ts +1 -1
  18. package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
  19. package/dist/components/ui/form/form.d.ts +24 -0
  20. package/dist/components/ui/form/form.d.ts.map +1 -0
  21. package/dist/components/ui/form/index.d.ts +2 -0
  22. package/dist/components/ui/form/index.d.ts.map +1 -0
  23. package/dist/components/ui/progress/progress.d.ts +0 -6
  24. package/dist/components/ui/progress/progress.d.ts.map +1 -1
  25. package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
  26. package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
  27. package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
  28. package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
  29. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
  30. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
  31. package/dist/index.d.ts +3 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +166 -143
  34. package/dist/index10.js +30 -30
  35. package/dist/index100.js +218 -29
  36. package/dist/index101.js +646 -11
  37. package/dist/index102.js +173 -127
  38. package/dist/index103.js +4 -50
  39. package/dist/index104.js +30 -9
  40. package/dist/index105.js +6 -4
  41. package/dist/index106.js +11 -180
  42. package/dist/index107.js +19 -648
  43. package/dist/index108.js +9 -107
  44. package/dist/index109.js +38 -91
  45. package/dist/index11.js +13 -13
  46. package/dist/index110.js +18 -67
  47. package/dist/index111.js +201 -154
  48. package/dist/index112.js +20 -395
  49. package/dist/index113.js +395 -1675
  50. package/dist/index114.js +2 -278
  51. package/dist/index115.js +49 -128
  52. package/dist/index116.js +65 -32
  53. package/dist/index117.js +19 -1605
  54. package/dist/index118.js +28 -297
  55. package/dist/index119.js +5 -635
  56. package/dist/index12.js +1 -1
  57. package/dist/index120.js +2 -144
  58. package/dist/index121.js +2 -21
  59. package/dist/index122.js +5 -9
  60. package/dist/index123.js +3 -38
  61. package/dist/index124.js +24 -18
  62. package/dist/index125.js +113 -6
  63. package/dist/index126.js +15 -11
  64. package/dist/index127.js +513 -194
  65. package/dist/index128.js +128 -22
  66. package/dist/index129.js +114 -380
  67. package/dist/index13.js +132 -93
  68. package/dist/index130.js +59 -1300
  69. package/dist/index131.js +63 -612
  70. package/dist/index132.js +9 -2
  71. package/dist/index133.js +13 -52
  72. package/dist/index134.js +64 -63
  73. package/dist/index135.js +3 -24
  74. package/dist/index136.js +23 -29
  75. package/dist/index137.js +23 -5
  76. package/dist/index138.js +13 -2
  77. package/dist/index139.js +28 -2
  78. package/dist/index14.js +106 -220
  79. package/dist/index140.js +5 -5
  80. package/dist/index15.js +79 -125
  81. package/dist/index16.js +280 -17
  82. package/dist/index17.js +139 -12
  83. package/dist/index18.js +92 -22
  84. package/dist/index19.js +18 -55
  85. package/dist/index2.js +2 -2
  86. package/dist/index20.js +14 -26
  87. package/dist/index21.js +19 -33
  88. package/dist/index22.js +38 -121
  89. package/dist/index23.js +29 -22
  90. package/dist/index24.js +31 -64
  91. package/dist/index25.js +121 -15
  92. package/dist/index26.js +19 -29
  93. package/dist/index27.js +68 -77
  94. package/dist/index28.js +20 -25
  95. package/dist/index29.js +32 -88
  96. package/dist/index3.js +11 -9
  97. package/dist/index30.js +138 -38
  98. package/dist/index31.js +20 -227
  99. package/dist/index32.js +88 -18
  100. package/dist/index33.js +37 -28
  101. package/dist/index34.js +86 -22
  102. package/dist/index35.js +17 -102
  103. package/dist/index36.js +34 -65
  104. package/dist/index37.js +23 -49
  105. package/dist/index38.js +38 -99
  106. package/dist/index39.js +65 -10
  107. package/dist/index4.js +6 -6
  108. package/dist/index40.js +49 -15
  109. package/dist/index41.js +93 -2256
  110. package/dist/index42.js +10 -32
  111. package/dist/index43.js +15 -18
  112. package/dist/index44.js +2251 -225
  113. package/dist/index45.js +237 -11
  114. package/dist/index46.js +11 -73
  115. package/dist/index47.js +33 -249
  116. package/dist/index48.js +118 -9
  117. package/dist/index49.js +63 -326
  118. package/dist/index5.js +23 -23
  119. package/dist/index50.js +307 -57
  120. package/dist/index51.js +12 -241
  121. package/dist/index52.js +222 -822
  122. package/dist/index53.js +6 -3
  123. package/dist/index54.js +56 -114
  124. package/dist/index55.js +248 -219
  125. package/dist/index56.js +249 -11
  126. package/dist/index57.js +3 -5
  127. package/dist/index58.js +110 -221
  128. package/dist/index59.js +12 -260
  129. package/dist/index6.js +12 -12
  130. package/dist/index60.js +18 -12
  131. package/dist/index61.js +221 -18
  132. package/dist/index62.js +11 -530
  133. package/dist/index63.js +11 -6155
  134. package/dist/index64.js +234 -2626
  135. package/dist/index65.js +230 -292
  136. package/dist/index66.js +504 -646
  137. package/dist/index67.js +155 -824
  138. package/dist/index68.js +128 -23
  139. package/dist/index69.js +319 -311
  140. package/dist/index7.js +22 -22
  141. package/dist/index70.js +72 -4889
  142. package/dist/index71.js +408 -802
  143. package/dist/index72.js +18 -1254
  144. package/dist/index73.js +844 -518
  145. package/dist/index74.js +9 -125
  146. package/dist/index75.js +31 -161
  147. package/dist/index76.js +7 -31
  148. package/dist/index77.js +62 -429
  149. package/dist/index78.js +50 -128
  150. package/dist/index79.js +4 -81
  151. package/dist/index8.js +17 -18
  152. package/dist/index80.js +23 -64
  153. package/dist/index81.js +33 -45
  154. package/dist/index82.js +63 -21
  155. package/dist/index83.js +10 -6
  156. package/dist/index84.js +52 -49
  157. package/dist/index85.js +10 -33
  158. package/dist/index86.js +30 -11
  159. package/dist/index87.js +12 -7
  160. package/dist/index88.js +46 -30
  161. package/dist/index89.js +7 -54
  162. package/dist/index9.js +23 -31
  163. package/dist/index90.js +14 -10
  164. package/dist/index91.js +125 -4
  165. package/dist/index92.js +131 -9
  166. package/dist/index93.js +14 -6
  167. package/dist/index94.js +14 -24
  168. package/dist/index95.js +9 -69
  169. package/dist/index96.js +47 -122
  170. package/dist/index97.js +51 -216
  171. package/dist/index98.js +6 -14
  172. package/dist/index99.js +24 -53
  173. package/dist/tokens/colors.d.ts +26 -86
  174. package/dist/tokens/colors.d.ts.map +1 -1
  175. package/dist/tokens/index.d.ts +12 -84
  176. package/dist/tokens/index.d.ts.map +1 -1
  177. package/package.json +28 -23
  178. package/dist/index141.js +0 -5
  179. package/dist/index142.js +0 -26
  180. package/dist/index143.js +0 -115
  181. package/dist/index144.js +0 -18
  182. package/dist/index145.js +0 -527
  183. package/dist/index146.js +0 -130
  184. package/dist/index147.js +0 -136
  185. package/dist/index148.js +0 -67
  186. package/dist/index149.js +0 -71
  187. package/dist/index150.js +0 -11
  188. package/dist/index151.js +0 -16
  189. package/dist/index152.js +0 -68
  190. package/dist/index153.js +0 -6
  191. package/dist/index154.js +0 -25
  192. package/dist/index155.js +0 -25
  193. package/dist/index156.js +0 -15
  194. package/dist/index157.js +0 -30
  195. package/dist/index158.js +0 -7
package/dist/index128.js CHANGED
@@ -1,24 +1,130 @@
1
- import * as n from "react";
2
- import { Primitive as p } from "./index85.js";
3
- import { jsx as o } from "react/jsx-runtime";
4
- var v = "Arrow", e = n.forwardRef((r, i) => {
5
- const { children: t, width: a = 10, height: s = 5, ...m } = r;
6
- return /* @__PURE__ */ o(
7
- p.svg,
8
- {
9
- ...m,
10
- ref: i,
11
- width: a,
12
- height: s,
13
- viewBox: "0 0 30 10",
14
- preserveAspectRatio: "none",
15
- children: r.asChild ? t : /* @__PURE__ */ o("polygon", { points: "0,0 30,0 15,10" })
16
- }
17
- );
18
- });
19
- e.displayName = v;
20
- var h = e;
1
+ const j = ["top", "right", "bottom", "left"], m = Math.min, p = Math.max, C = Math.round, L = Math.floor, E = (t) => ({
2
+ x: t,
3
+ y: t
4
+ }), h = {
5
+ left: "right",
6
+ right: "left",
7
+ bottom: "top",
8
+ top: "bottom"
9
+ }, x = {
10
+ start: "end",
11
+ end: "start"
12
+ };
13
+ function R(t, e, n) {
14
+ return p(t, m(e, n));
15
+ }
16
+ function T(t, e) {
17
+ return typeof t == "function" ? t(e) : t;
18
+ }
19
+ function g(t) {
20
+ return t.split("-")[0];
21
+ }
22
+ function a(t) {
23
+ return t.split("-")[1];
24
+ }
25
+ function b(t) {
26
+ return t === "x" ? "y" : "x";
27
+ }
28
+ function d(t) {
29
+ return t === "y" ? "height" : "width";
30
+ }
31
+ const A = /* @__PURE__ */ new Set(["top", "bottom"]);
32
+ function P(t) {
33
+ return A.has(g(t)) ? "y" : "x";
34
+ }
35
+ function y(t) {
36
+ return b(P(t));
37
+ }
38
+ function k(t, e, n) {
39
+ n === void 0 && (n = !1);
40
+ const r = a(t), i = y(t), o = d(i);
41
+ let c = i === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
42
+ return e.reference[o] > e.floating[o] && (c = f(c)), [c, f(c)];
43
+ }
44
+ function q(t) {
45
+ const e = f(t);
46
+ return [s(t), e, s(e)];
47
+ }
48
+ function s(t) {
49
+ return t.replace(/start|end/g, (e) => x[e]);
50
+ }
51
+ const u = ["left", "right"], l = ["right", "left"], M = ["top", "bottom"], O = ["bottom", "top"];
52
+ function S(t, e, n) {
53
+ switch (t) {
54
+ case "top":
55
+ case "bottom":
56
+ return n ? e ? l : u : e ? u : l;
57
+ case "left":
58
+ case "right":
59
+ return e ? M : O;
60
+ default:
61
+ return [];
62
+ }
63
+ }
64
+ function z(t, e, n, r) {
65
+ const i = a(t);
66
+ let o = S(g(t), n === "start", r);
67
+ return i && (o = o.map((c) => c + "-" + i), e && (o = o.concat(o.map(s)))), o;
68
+ }
69
+ function f(t) {
70
+ return t.replace(/left|right|bottom|top/g, (e) => h[e]);
71
+ }
72
+ function w(t) {
73
+ return {
74
+ top: 0,
75
+ right: 0,
76
+ bottom: 0,
77
+ left: 0,
78
+ ...t
79
+ };
80
+ }
81
+ function B(t) {
82
+ return typeof t != "number" ? w(t) : {
83
+ top: t,
84
+ right: t,
85
+ bottom: t,
86
+ left: t
87
+ };
88
+ }
89
+ function D(t) {
90
+ const {
91
+ x: e,
92
+ y: n,
93
+ width: r,
94
+ height: i
95
+ } = t;
96
+ return {
97
+ width: r,
98
+ height: i,
99
+ top: n,
100
+ left: e,
101
+ right: e + r,
102
+ bottom: n + i,
103
+ x: e,
104
+ y: n
105
+ };
106
+ }
21
107
  export {
22
- e as Arrow,
23
- h as Root
108
+ R as clamp,
109
+ E as createCoords,
110
+ T as evaluate,
111
+ w as expandPaddingObject,
112
+ L as floor,
113
+ a as getAlignment,
114
+ y as getAlignmentAxis,
115
+ k as getAlignmentSides,
116
+ d as getAxisLength,
117
+ q as getExpandedPlacements,
118
+ s as getOppositeAlignmentPlacement,
119
+ b as getOppositeAxis,
120
+ z as getOppositeAxisPlacements,
121
+ f as getOppositePlacement,
122
+ B as getPaddingObject,
123
+ g as getSide,
124
+ P as getSideAxis,
125
+ p as max,
126
+ m as min,
127
+ D as rectToClientRect,
128
+ C as round,
129
+ j as sides
24
130
  };
package/dist/index129.js CHANGED
@@ -1,402 +1,136 @@
1
- import { offset as st, shift as rt, flip as ct, size as lt, hide as ft, limitShift as ut, computePosition as ht, arrow as at } from "./index145.js";
2
- import { createCoords as y, round as D, max as E, min as N, rectToClientRect as J, floor as A } from "./index146.js";
3
- import { isElement as v, getDocumentElement as R, getOverflowAncestors as $, getComputedStyle as b, isHTMLElement as C, getWindow as L, isTopLayer as V, getParentNode as S, isLastTraversableNode as z, isTableElement as dt, isContainingBlock as Q, getContainingBlock as gt, getNodeName as _, isOverflowElement as q, getNodeScroll as H, getFrameElement as U, isWebKit as Y } from "./index147.js";
4
- function Z(t) {
5
- const e = b(t);
6
- let o = parseFloat(e.width) || 0, i = parseFloat(e.height) || 0;
7
- const n = C(t), r = n ? t.offsetWidth : o, s = n ? t.offsetHeight : i, c = D(o) !== r || D(i) !== s;
8
- return c && (o = r, i = s), {
9
- width: o,
10
- height: i,
11
- $: c
12
- };
13
- }
14
- function X(t) {
15
- return v(t) ? t : t.contextElement;
16
- }
17
- function F(t) {
18
- const e = X(t);
19
- if (!C(e))
20
- return y(1);
21
- const o = e.getBoundingClientRect(), {
22
- width: i,
23
- height: n,
24
- $: r
25
- } = Z(e);
26
- let s = (r ? D(o.width) : o.width) / i, c = (r ? D(o.height) : o.height) / n;
27
- return (!s || !Number.isFinite(s)) && (s = 1), (!c || !Number.isFinite(c)) && (c = 1), {
28
- x: s,
29
- y: c
30
- };
31
- }
32
- const pt = /* @__PURE__ */ y(0);
33
- function tt(t) {
34
- const e = L(t);
35
- return !Y() || !e.visualViewport ? pt : {
36
- x: e.visualViewport.offsetLeft,
37
- y: e.visualViewport.offsetTop
38
- };
39
- }
40
- function mt(t, e, o) {
41
- return e === void 0 && (e = !1), !o || e && o !== L(t) ? !1 : e;
42
- }
43
- function T(t, e, o, i) {
44
- e === void 0 && (e = !1), o === void 0 && (o = !1);
45
- const n = t.getBoundingClientRect(), r = X(t);
46
- let s = y(1);
47
- e && (i ? v(i) && (s = F(i)) : s = F(t));
48
- const c = mt(r, o, i) ? tt(r) : y(0);
49
- let f = (n.left + c.x) / s.x, l = (n.top + c.y) / s.y, u = n.width / s.x, h = n.height / s.y;
50
- if (r) {
51
- const d = L(r), a = i && v(i) ? L(i) : i;
52
- let m = d, p = U(m);
53
- for (; p && i && a !== m; ) {
54
- const w = F(p), g = p.getBoundingClientRect(), x = b(p), O = g.left + (p.clientLeft + parseFloat(x.paddingLeft)) * w.x, W = g.top + (p.clientTop + parseFloat(x.paddingTop)) * w.y;
55
- f *= w.x, l *= w.y, u *= w.x, h *= w.y, f += O, l += W, m = L(p), p = U(m);
56
- }
57
- }
58
- return J({
59
- width: u,
60
- height: h,
61
- x: f,
62
- y: l
63
- });
64
- }
65
- function I(t, e) {
66
- const o = H(t).scrollLeft;
67
- return e ? e.left + o : T(R(t)).left + o;
1
+ function c() {
2
+ return typeof window < "u";
68
3
  }
69
- function et(t, e) {
70
- const o = t.getBoundingClientRect(), i = o.left + e.scrollLeft - I(t, o), n = o.top + e.scrollTop;
71
- return {
72
- x: i,
73
- y: n
74
- };
4
+ function u(t) {
5
+ return p(t) ? (t.nodeName || "").toLowerCase() : "#document";
75
6
  }
76
- function wt(t) {
77
- let {
78
- elements: e,
79
- rect: o,
80
- offsetParent: i,
81
- strategy: n
82
- } = t;
83
- const r = n === "fixed", s = R(i), c = e ? V(e.floating) : !1;
84
- if (i === s || c && r)
85
- return o;
86
- let f = {
87
- scrollLeft: 0,
88
- scrollTop: 0
89
- }, l = y(1);
90
- const u = y(0), h = C(i);
91
- if ((h || !h && !r) && ((_(i) !== "body" || q(s)) && (f = H(i)), C(i))) {
92
- const a = T(i);
93
- l = F(i), u.x = a.x + i.clientLeft, u.y = a.y + i.clientTop;
94
- }
95
- const d = s && !h && !r ? et(s, f) : y(0);
96
- return {
97
- width: o.width * l.x,
98
- height: o.height * l.y,
99
- x: o.x * l.x - f.scrollLeft * l.x + u.x + d.x,
100
- y: o.y * l.y - f.scrollTop * l.y + u.y + d.y
101
- };
7
+ function i(t) {
8
+ var e;
9
+ return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
102
10
  }
103
- function yt(t) {
104
- return Array.from(t.getClientRects());
11
+ function N(t) {
12
+ var e;
13
+ return (e = (p(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
105
14
  }
106
- function xt(t) {
107
- const e = R(t), o = H(t), i = t.ownerDocument.body, n = E(e.scrollWidth, e.clientWidth, i.scrollWidth, i.clientWidth), r = E(e.scrollHeight, e.clientHeight, i.scrollHeight, i.clientHeight);
108
- let s = -o.scrollLeft + I(t);
109
- const c = -o.scrollTop;
110
- return b(i).direction === "rtl" && (s += E(e.clientWidth, i.clientWidth) - n), {
111
- width: n,
112
- height: r,
113
- x: s,
114
- y: c
115
- };
15
+ function p(t) {
16
+ return c() ? t instanceof Node || t instanceof i(t).Node : !1;
116
17
  }
117
- const K = 25;
118
- function vt(t, e) {
119
- const o = L(t), i = R(t), n = o.visualViewport;
120
- let r = i.clientWidth, s = i.clientHeight, c = 0, f = 0;
121
- if (n) {
122
- r = n.width, s = n.height;
123
- const u = Y();
124
- (!u || u && e === "fixed") && (c = n.offsetLeft, f = n.offsetTop);
125
- }
126
- const l = I(i);
127
- if (l <= 0) {
128
- const u = i.ownerDocument, h = u.body, d = getComputedStyle(h), a = u.compatMode === "CSS1Compat" && parseFloat(d.marginLeft) + parseFloat(d.marginRight) || 0, m = Math.abs(i.clientWidth - h.clientWidth - a);
129
- m <= K && (r -= m);
130
- } else l <= K && (r += l);
131
- return {
132
- width: r,
133
- height: s,
134
- x: c,
135
- y: f
136
- };
18
+ function m(t) {
19
+ return c() ? t instanceof Element || t instanceof i(t).Element : !1;
137
20
  }
138
- const bt = /* @__PURE__ */ new Set(["absolute", "fixed"]);
139
- function Rt(t, e) {
140
- const o = T(t, !0, e === "fixed"), i = o.top + t.clientTop, n = o.left + t.clientLeft, r = C(t) ? F(t) : y(1), s = t.clientWidth * r.x, c = t.clientHeight * r.y, f = n * r.x, l = i * r.y;
141
- return {
142
- width: s,
143
- height: c,
144
- x: f,
145
- y: l
146
- };
21
+ function w(t) {
22
+ return c() ? t instanceof HTMLElement || t instanceof i(t).HTMLElement : !1;
147
23
  }
148
- function j(t, e, o) {
149
- let i;
150
- if (e === "viewport")
151
- i = vt(t, o);
152
- else if (e === "document")
153
- i = xt(R(t));
154
- else if (v(e))
155
- i = Rt(e, o);
156
- else {
157
- const n = tt(t);
158
- i = {
159
- x: e.x - n.x,
160
- y: e.y - n.y,
161
- width: e.width,
162
- height: e.height
163
- };
164
- }
165
- return J(i);
166
- }
167
- function it(t, e) {
168
- const o = S(t);
169
- return o === e || !v(o) || z(o) ? !1 : b(o).position === "fixed" || it(o, e);
170
- }
171
- function Ct(t, e) {
172
- const o = e.get(t);
173
- if (o)
174
- return o;
175
- let i = $(t, [], !1).filter((c) => v(c) && _(c) !== "body"), n = null;
176
- const r = b(t).position === "fixed";
177
- let s = r ? S(t) : t;
178
- for (; v(s) && !z(s); ) {
179
- const c = b(s), f = Q(s);
180
- !f && c.position === "fixed" && (n = null), (r ? !f && !n : !f && c.position === "static" && !!n && bt.has(n.position) || q(s) && !f && it(t, s)) ? i = i.filter((u) => u !== s) : n = c, s = S(s);
181
- }
182
- return e.set(t, i), i;
183
- }
184
- function Ot(t) {
185
- let {
186
- element: e,
187
- boundary: o,
188
- rootBoundary: i,
189
- strategy: n
190
- } = t;
191
- const s = [...o === "clippingAncestors" ? V(e) ? [] : Ct(e, this._c) : [].concat(o), i], c = s[0], f = s.reduce((l, u) => {
192
- const h = j(e, u, n);
193
- return l.top = E(h.top, l.top), l.right = N(h.right, l.right), l.bottom = N(h.bottom, l.bottom), l.left = E(h.left, l.left), l;
194
- }, j(e, c, n));
195
- return {
196
- width: f.right - f.left,
197
- height: f.bottom - f.top,
198
- x: f.left,
199
- y: f.top
200
- };
24
+ function f(t) {
25
+ return !c() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof i(t).ShadowRoot;
201
26
  }
202
- function Lt(t) {
27
+ const E = /* @__PURE__ */ new Set(["inline", "contents"]);
28
+ function y(t) {
203
29
  const {
204
- width: e,
205
- height: o
206
- } = Z(t);
207
- return {
208
- width: e,
209
- height: o
210
- };
30
+ overflow: e,
31
+ overflowX: n,
32
+ overflowY: o,
33
+ display: r
34
+ } = S(t);
35
+ return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !E.has(r);
36
+ }
37
+ const T = /* @__PURE__ */ new Set(["table", "td", "th"]);
38
+ function A(t) {
39
+ return T.has(u(t));
40
+ }
41
+ const v = [":popover-open", ":modal"];
42
+ function L(t) {
43
+ return v.some((e) => {
44
+ try {
45
+ return t.matches(e);
46
+ } catch {
47
+ return !1;
48
+ }
49
+ });
211
50
  }
212
- function Tt(t, e, o) {
213
- const i = C(e), n = R(e), r = o === "fixed", s = T(t, !0, r, e);
214
- let c = {
215
- scrollLeft: 0,
216
- scrollTop: 0
217
- };
218
- const f = y(0);
219
- function l() {
220
- f.x = I(n);
51
+ const D = ["transform", "translate", "scale", "rotate", "perspective"], C = ["transform", "translate", "scale", "rotate", "perspective", "filter"], k = ["paint", "layout", "strict", "content"];
52
+ function V(t) {
53
+ const e = O(), n = m(t) ? S(t) : t;
54
+ return D.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || C.some((o) => (n.willChange || "").includes(o)) || k.some((o) => (n.contain || "").includes(o));
55
+ }
56
+ function B(t) {
57
+ let e = s(t);
58
+ for (; w(e) && !h(e); ) {
59
+ if (V(e))
60
+ return e;
61
+ if (L(e))
62
+ return null;
63
+ e = s(e);
221
64
  }
222
- if (i || !i && !r)
223
- if ((_(e) !== "body" || q(n)) && (c = H(e)), i) {
224
- const a = T(e, !0, r, e);
225
- f.x = a.x + e.clientLeft, f.y = a.y + e.clientTop;
226
- } else n && l();
227
- r && !i && n && l();
228
- const u = n && !i && !r ? et(n, c) : y(0), h = s.left + c.scrollLeft - f.x - u.x, d = s.top + c.scrollTop - f.y - u.y;
229
- return {
230
- x: h,
231
- y: d,
232
- width: s.width,
233
- height: s.height
234
- };
65
+ return null;
235
66
  }
236
- function M(t) {
237
- return b(t).position === "static";
67
+ function O() {
68
+ return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
238
69
  }
239
- function G(t, e) {
240
- if (!C(t) || b(t).position === "fixed")
241
- return null;
242
- if (e)
243
- return e(t);
244
- let o = t.offsetParent;
245
- return R(t) === o && (o = o.ownerDocument.body), o;
70
+ const R = /* @__PURE__ */ new Set(["html", "body", "#document"]);
71
+ function h(t) {
72
+ return R.has(u(t));
246
73
  }
247
- function ot(t, e) {
248
- const o = L(t);
249
- if (V(t))
250
- return o;
251
- if (!C(t)) {
252
- let n = S(t);
253
- for (; n && !z(n); ) {
254
- if (v(n) && !M(n))
255
- return n;
256
- n = S(n);
257
- }
258
- return o;
259
- }
260
- let i = G(t, e);
261
- for (; i && dt(i) && M(i); )
262
- i = G(i, e);
263
- return i && z(i) && M(i) && !Q(i) ? o : i || gt(t) || o;
74
+ function S(t) {
75
+ return i(t).getComputedStyle(t);
264
76
  }
265
- const Et = async function(t) {
266
- const e = this.getOffsetParent || ot, o = this.getDimensions, i = await o(t.floating);
267
- return {
268
- reference: Tt(t.reference, await e(t.floating), t.strategy),
269
- floating: {
270
- x: 0,
271
- y: 0,
272
- width: i.width,
273
- height: i.height
274
- }
77
+ function F(t) {
78
+ return m(t) ? {
79
+ scrollLeft: t.scrollLeft,
80
+ scrollTop: t.scrollTop
81
+ } : {
82
+ scrollLeft: t.scrollX,
83
+ scrollTop: t.scrollY
275
84
  };
276
- };
277
- function Ft(t) {
278
- return b(t).direction === "rtl";
279
- }
280
- const St = {
281
- convertOffsetParentRelativeRectToViewportRelativeRect: wt,
282
- getDocumentElement: R,
283
- getClippingRect: Ot,
284
- getOffsetParent: ot,
285
- getElementRects: Et,
286
- getClientRects: yt,
287
- getDimensions: Lt,
288
- getScale: F,
289
- isElement: v,
290
- isRTL: Ft
291
- };
292
- function nt(t, e) {
293
- return t.x === e.x && t.y === e.y && t.width === e.width && t.height === e.height;
294
85
  }
295
- function Wt(t, e) {
296
- let o = null, i;
297
- const n = R(t);
298
- function r() {
299
- var c;
300
- clearTimeout(i), (c = o) == null || c.disconnect(), o = null;
86
+ function s(t) {
87
+ if (u(t) === "html")
88
+ return t;
89
+ const e = (
90
+ // Step into the shadow DOM of the parent of a slotted node.
91
+ t.assignedSlot || // DOM Element detected.
92
+ t.parentNode || // ShadowRoot detected.
93
+ f(t) && t.host || // Fallback.
94
+ N(t)
95
+ );
96
+ return f(e) ? e.host : e;
97
+ }
98
+ function b(t) {
99
+ const e = s(t);
100
+ return h(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : w(e) && y(e) ? e : b(e);
101
+ }
102
+ function d(t, e, n) {
103
+ var o;
104
+ e === void 0 && (e = []), n === void 0 && (n = !0);
105
+ const r = b(t), g = r === ((o = t.ownerDocument) == null ? void 0 : o.body), l = i(r);
106
+ if (g) {
107
+ const a = _(l);
108
+ return e.concat(l, l.visualViewport || [], y(r) ? r : [], a && n ? d(a) : []);
301
109
  }
302
- function s(c, f) {
303
- c === void 0 && (c = !1), f === void 0 && (f = 1), r();
304
- const l = t.getBoundingClientRect(), {
305
- left: u,
306
- top: h,
307
- width: d,
308
- height: a
309
- } = l;
310
- if (c || e(), !d || !a)
311
- return;
312
- const m = A(h), p = A(n.clientWidth - (u + d)), w = A(n.clientHeight - (h + a)), g = A(u), O = {
313
- rootMargin: -m + "px " + -p + "px " + -w + "px " + -g + "px",
314
- threshold: E(0, N(1, f)) || 1
315
- };
316
- let W = !0;
317
- function k(P) {
318
- const B = P[0].intersectionRatio;
319
- if (B !== f) {
320
- if (!W)
321
- return s();
322
- B ? s(!1, B) : i = setTimeout(() => {
323
- s(!1, 1e-7);
324
- }, 1e3);
325
- }
326
- B === 1 && !nt(l, t.getBoundingClientRect()) && s(), W = !1;
327
- }
328
- try {
329
- o = new IntersectionObserver(k, {
330
- ...O,
331
- // Handle <iframe>s
332
- root: n.ownerDocument
333
- });
334
- } catch {
335
- o = new IntersectionObserver(k, O);
336
- }
337
- o.observe(t);
338
- }
339
- return s(!0), r;
110
+ return e.concat(r, d(r, [], n));
340
111
  }
341
- function zt(t, e, o, i) {
342
- i === void 0 && (i = {});
343
- const {
344
- ancestorScroll: n = !0,
345
- ancestorResize: r = !0,
346
- elementResize: s = typeof ResizeObserver == "function",
347
- layoutShift: c = typeof IntersectionObserver == "function",
348
- animationFrame: f = !1
349
- } = i, l = X(t), u = n || r ? [...l ? $(l) : [], ...$(e)] : [];
350
- u.forEach((g) => {
351
- n && g.addEventListener("scroll", o, {
352
- passive: !0
353
- }), r && g.addEventListener("resize", o);
354
- });
355
- const h = l && c ? Wt(l, o) : null;
356
- let d = -1, a = null;
357
- s && (a = new ResizeObserver((g) => {
358
- let [x] = g;
359
- x && x.target === l && a && (a.unobserve(e), cancelAnimationFrame(d), d = requestAnimationFrame(() => {
360
- var O;
361
- (O = a) == null || O.observe(e);
362
- })), o();
363
- }), l && !f && a.observe(l), a.observe(e));
364
- let m, p = f ? T(t) : null;
365
- f && w();
366
- function w() {
367
- const g = T(t);
368
- p && !nt(p, g) && o(), p = g, m = requestAnimationFrame(w);
369
- }
370
- return o(), () => {
371
- var g;
372
- u.forEach((x) => {
373
- n && x.removeEventListener("scroll", o), r && x.removeEventListener("resize", o);
374
- }), h == null || h(), (g = a) == null || g.disconnect(), a = null, f && cancelAnimationFrame(m);
375
- };
112
+ function _(t) {
113
+ return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
376
114
  }
377
- const Ht = st, It = rt, Mt = ct, Nt = lt, $t = ft, Vt = at, _t = ut, qt = (t, e, o) => {
378
- const i = /* @__PURE__ */ new Map(), n = {
379
- platform: St,
380
- ...o
381
- }, r = {
382
- ...n.platform,
383
- _c: i
384
- };
385
- return ht(t, e, {
386
- ...n,
387
- platform: r
388
- });
389
- };
390
115
  export {
391
- Vt as arrow,
392
- zt as autoUpdate,
393
- qt as computePosition,
394
- Mt as flip,
395
- $ as getOverflowAncestors,
396
- $t as hide,
397
- _t as limitShift,
398
- Ht as offset,
399
- St as platform,
400
- It as shift,
401
- Nt as size
116
+ S as getComputedStyle,
117
+ B as getContainingBlock,
118
+ N as getDocumentElement,
119
+ _ as getFrameElement,
120
+ b as getNearestOverflowAncestor,
121
+ u as getNodeName,
122
+ F as getNodeScroll,
123
+ d as getOverflowAncestors,
124
+ s as getParentNode,
125
+ i as getWindow,
126
+ V as isContainingBlock,
127
+ m as isElement,
128
+ w as isHTMLElement,
129
+ h as isLastTraversableNode,
130
+ p as isNode,
131
+ y as isOverflowElement,
132
+ f as isShadowRoot,
133
+ A as isTableElement,
134
+ L as isTopLayer,
135
+ O as isWebKit
402
136
  };