elements-kit 0.20.0 → 0.22.0

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 (75) hide show
  1. package/README.md +20 -19
  2. package/dist/attributes.d.mts +1 -1
  3. package/dist/await.d.mts +6 -5
  4. package/dist/await.mjs +0 -36
  5. package/dist/{types-ncUK9rki.d.mts → children-s3nFjpLA.d.mts} +125 -227
  6. package/dist/custom-elements-CdpilMDu.d.mts +87 -0
  7. package/dist/custom-elements.d.mts +2 -2
  8. package/dist/{element-D3om9yA6.mjs → element-Di0PYFX1.mjs} +15 -38
  9. package/dist/for.d.mts +9 -4
  10. package/dist/for.mjs +1 -1
  11. package/dist/{fragment-ROPRBJQd.mjs → fragment-Bvs1sGu1.mjs} +3 -3
  12. package/dist/hydrate/index.mjs +1 -1
  13. package/dist/{hydrate-6Qx4n4Su.mjs → hydrate-CHomBRY9.mjs} +4 -4
  14. package/dist/integrations/astro-client.mjs +2 -2
  15. package/dist/integrations/astro-server.mjs +2 -2
  16. package/dist/integrations/astro-slots.d.mts +6 -5
  17. package/dist/integrations/astro-slots.mjs +9 -8
  18. package/dist/integrations/react.d.mts +1 -1
  19. package/dist/integrations/react.mjs +1 -1
  20. package/dist/jsx-runtime/index.d.mts +2 -2
  21. package/dist/jsx-runtime/index.mjs +2 -2
  22. package/dist/polyfill-BVNd6ogU.d.mts +9 -0
  23. package/dist/render.mjs +1 -1
  24. package/dist/server/index.mjs +1 -1
  25. package/dist/{server-iFSng50i.mjs → server-CTkyXTV6.mjs} +2 -2
  26. package/dist/signals/index.d.mts +1 -1
  27. package/dist/slot.d.mts +83 -2
  28. package/dist/slot.mjs +179 -2
  29. package/dist/ui/badge/badge.css +5 -5
  30. package/dist/ui/button/button.css +15 -15
  31. package/dist/ui/card/card.css +2 -2
  32. package/dist/ui/group/group.css +61 -0
  33. package/dist/ui/marketing/marketing.css +5 -3
  34. package/dist/ui/otp-input/index.d.mts +132 -0
  35. package/dist/ui/otp-input/index.mjs +328 -0
  36. package/dist/ui/otp-input/otp-input.css +157 -0
  37. package/dist/ui/overlay/index.css +52 -4
  38. package/dist/ui/overlay/index.d.mts +237 -63
  39. package/dist/ui/overlay/index.mjs +658 -66
  40. package/dist/ui/overlay/overlay.css +58 -2
  41. package/dist/ui/styles/index.css +664 -0
  42. package/dist/ui/styles/radius.css +7 -7
  43. package/dist/ui/styles/unset.css +212 -210
  44. package/dist/utilities/active-element.d.mts +1 -1
  45. package/dist/utilities/async.d.mts +1 -1
  46. package/dist/utilities/debounced.d.mts +1 -1
  47. package/dist/utilities/dom-lifecycle.bench.mjs +2 -2
  48. package/dist/utilities/element-rect.d.mts +1 -1
  49. package/dist/utilities/element-scroll.d.mts +1 -1
  50. package/dist/utilities/event-driven.d.mts +1 -1
  51. package/dist/utilities/event-listener.d.mts +1 -1
  52. package/dist/utilities/focus-within.d.mts +1 -1
  53. package/dist/utilities/hover.d.mts +1 -1
  54. package/dist/utilities/interval.d.mts +1 -1
  55. package/dist/utilities/location.d.mts +1 -1
  56. package/dist/utilities/media-devices.d.mts +1 -1
  57. package/dist/utilities/media-player.d.mts +1 -1
  58. package/dist/utilities/media-query.d.mts +1 -1
  59. package/dist/utilities/network.d.mts +1 -1
  60. package/dist/utilities/orientation.d.mts +1 -1
  61. package/dist/utilities/previous.d.mts +1 -1
  62. package/dist/utilities/promise.d.mts +1 -1
  63. package/dist/utilities/routing.d.mts +1 -1
  64. package/dist/utilities/search-params.d.mts +1 -1
  65. package/dist/utilities/storage.d.mts +1 -1
  66. package/dist/utilities/throttled.d.mts +1 -1
  67. package/dist/utilities/timeout.d.mts +1 -1
  68. package/dist/utilities/window-focus.d.mts +1 -1
  69. package/dist/utilities/window-size.d.mts +1 -1
  70. package/package.json +10 -1
  71. package/dist/custom-elements-DK5VUcWA.d.mts +0 -55
  72. package/dist/slot-BFWXeFRl.d.mts +0 -77
  73. package/dist/slot-Dvf30O0B.mjs +0 -138
  74. /package/dist/{attributes-3r7Diua4.d.mts → attributes-DILeh3-s.d.mts} +0 -0
  75. /package/dist/{scope-zbEG299F.mjs → scope-C1vELXqP.mjs} +0 -0
@@ -1,211 +1,213 @@
1
- .unset:where(body, blockquote, dl, dd, figure, p) {
2
- margin: 0;
3
- }
4
-
5
- .unset:where(address, b, cite, code, dfn, em, i, kbd, q, samp, small, strong, var) {
6
- font: unset;
7
- }
8
-
9
- .unset:where(h1, h2, h3, h4, h5, h6) {
10
- font: unset;
11
- margin: 0;
12
- }
13
-
14
- .unset:where(a) {
15
- all: unset;
16
- -webkit-tap-highlight-color: transparent;
17
- }
18
-
19
- .unset:where(button, select, [type="button"], [type="image"], [type="reset"], [type="submit"], [type="checkbox"], [type="color"], [type="radio"], [type="range"]) {
20
- all: unset;
21
- text-indent: initial;
22
- -webkit-tap-highlight-color: transparent;
23
- font-style: normal;
24
- font-weight: normal;
25
- display: inline-block;
26
- }
27
-
28
- .unset:where(label) {
29
- -webkit-tap-highlight-color: transparent;
30
- }
31
-
32
- .unset:where(dialog, [popover]) {
33
- box-sizing: border-box;
34
- background: none;
35
- border: 0;
36
- outline: none;
37
- max-width: none;
38
- max-height: none;
39
- margin: 0;
40
- padding: 0;
41
- position: fixed;
42
- inset: auto;
43
- overflow: visible;
44
- }
45
-
46
- .unset:where(select) {
47
- text-align: start;
48
- font-style: normal;
49
- font-weight: normal;
50
- }
51
-
52
- .unset:where(textarea, input:not([type="button"], [type="image"], [type="reset"], [type="submit"], [type="checkbox"], [type="color"], [type="radio"], [type="range"])) {
53
- all: unset;
54
- text-align: start;
55
- width: -webkit-fill-available;
56
- width: -moz-available;
57
- width: stretch;
58
- text-indent: initial;
59
- -webkit-tap-highlight-color: transparent;
60
- cursor: text;
61
- white-space: pre-wrap;
62
- font-style: normal;
63
- font-weight: normal;
64
- display: block;
65
- }
66
-
67
- .unset:where(:focus) {
68
- outline: none;
69
- }
70
-
71
- .unset::placeholder {
72
- color: unset;
73
- opacity: unset;
74
- -webkit-user-select: none;
75
- user-select: none;
76
- }
77
-
78
- .unset:where(table) {
79
- all: unset;
80
- text-indent: initial;
81
- display: table;
82
- }
83
-
84
- .unset:where(caption) {
85
- text-align: inherit;
86
- }
87
-
88
- .unset:where(td) {
89
- padding: 0;
90
- }
91
-
92
- .unset:where(th) {
93
- font-weight: unset;
94
- text-align: inherit;
95
- padding: 0;
96
- }
97
-
98
- .unset:where(abbr, acronym) {
99
- text-decoration: none;
100
- }
101
-
102
- .unset:where(canvas, object, picture, summary) {
103
- display: block;
104
- }
105
-
106
- .unset:where(del, s) {
107
- -webkit-text-decoration: unset;
108
- text-decoration: unset;
109
- }
110
-
111
- .unset:where(fieldset, hr) {
112
- all: unset;
113
- display: block;
114
- }
115
-
116
- .unset:where(legend) {
117
- cursor: default;
118
- border: none;
119
- padding: 0;
120
- }
121
-
122
- .unset:where(li) {
123
- text-align: unset;
124
- display: block;
125
- }
126
-
127
- .unset:where(ol, ul) {
128
- margin: 0;
129
- padding: 0;
130
- list-style: none;
131
- }
132
-
133
- .unset:where(iframe) {
134
- width: -webkit-fill-available;
135
- width: -moz-available;
136
- border: none;
137
- width: stretch;
138
- display: block;
139
- }
140
-
141
- .unset:where(ins, u) {
142
- text-decoration: none;
143
- }
144
-
145
- .unset:where(img) {
146
- max-width: 100%;
147
- display: block;
148
- }
149
-
150
- .unset:where(svg) {
151
- flex-shrink: 0;
152
- max-width: 100%;
153
- display: block;
154
- }
155
-
156
- .unset:where(mark) {
157
- all: unset;
158
- }
159
-
160
- .unset:where(pre) {
161
- font: unset;
162
- margin: unset;
163
- }
164
-
165
- .unset:where(q):before, .unset:where(q):after {
166
- content: "";
167
- }
168
-
169
- .unset:where(sub, sup) {
170
- font: unset;
171
- vertical-align: unset;
172
- }
173
-
174
- .unset:where(details) ::marker {
175
- content: none;
176
- }
177
-
178
- .unset:where(summary)::marker {
179
- content: none;
180
- }
181
-
182
- .unset:where(video) {
183
- width: -webkit-fill-available;
184
- width: -moz-available;
185
- width: stretch;
186
- display: block;
187
- }
188
-
189
- .unset:where(:any-link) {
190
- cursor: var(--cursor-link);
191
- }
192
-
193
- .unset:where(button) {
194
- cursor: var(--cursor-button);
195
- }
196
-
197
- .unset:where(:disabled, [data-disabled]) {
198
- cursor: var(--cursor-disabled);
199
- }
200
-
201
- .unset:where(input[type="checkbox"]) {
202
- cursor: var(--cursor-checkbox);
203
- }
204
-
205
- .unset:where(input[type="radio"]) {
206
- cursor: var(--cursor-radio);
207
- }
208
-
209
- .unset, .unset:before, .unset:after {
210
- box-sizing: border-box;
1
+ @layer unset {
2
+ .unset:where(body, blockquote, dl, dd, figure, p) {
3
+ margin: 0;
4
+ }
5
+
6
+ .unset:where(address, b, cite, code, dfn, em, i, kbd, q, samp, small, strong, var) {
7
+ font: unset;
8
+ }
9
+
10
+ .unset:where(h1, h2, h3, h4, h5, h6) {
11
+ font: unset;
12
+ margin: 0;
13
+ }
14
+
15
+ .unset:where(a) {
16
+ all: unset;
17
+ -webkit-tap-highlight-color: transparent;
18
+ }
19
+
20
+ .unset:where(button, select, [type="button"], [type="image"], [type="reset"], [type="submit"], [type="checkbox"], [type="color"], [type="radio"], [type="range"]) {
21
+ all: unset;
22
+ text-indent: initial;
23
+ -webkit-tap-highlight-color: transparent;
24
+ font-style: normal;
25
+ font-weight: normal;
26
+ display: inline-block;
27
+ }
28
+
29
+ .unset:where(label) {
30
+ -webkit-tap-highlight-color: transparent;
31
+ }
32
+
33
+ .unset:where(dialog, [popover]) {
34
+ box-sizing: border-box;
35
+ background: none;
36
+ border: 0;
37
+ outline: none;
38
+ max-width: none;
39
+ max-height: none;
40
+ margin: 0;
41
+ padding: 0;
42
+ position: fixed;
43
+ inset: auto;
44
+ overflow: visible;
45
+ }
46
+
47
+ .unset:where(select) {
48
+ text-align: start;
49
+ font-style: normal;
50
+ font-weight: normal;
51
+ }
52
+
53
+ .unset:where(textarea, input:not([type="button"], [type="image"], [type="reset"], [type="submit"], [type="checkbox"], [type="color"], [type="radio"], [type="range"])) {
54
+ all: unset;
55
+ text-align: start;
56
+ width: -webkit-fill-available;
57
+ width: -moz-available;
58
+ width: stretch;
59
+ text-indent: initial;
60
+ -webkit-tap-highlight-color: transparent;
61
+ cursor: text;
62
+ white-space: pre-wrap;
63
+ font-style: normal;
64
+ font-weight: normal;
65
+ display: block;
66
+ }
67
+
68
+ .unset:where(:focus) {
69
+ outline: none;
70
+ }
71
+
72
+ .unset::placeholder {
73
+ color: unset;
74
+ opacity: unset;
75
+ -webkit-user-select: none;
76
+ user-select: none;
77
+ }
78
+
79
+ .unset:where(table) {
80
+ all: unset;
81
+ text-indent: initial;
82
+ display: table;
83
+ }
84
+
85
+ .unset:where(caption) {
86
+ text-align: inherit;
87
+ }
88
+
89
+ .unset:where(td) {
90
+ padding: 0;
91
+ }
92
+
93
+ .unset:where(th) {
94
+ font-weight: unset;
95
+ text-align: inherit;
96
+ padding: 0;
97
+ }
98
+
99
+ .unset:where(abbr, acronym) {
100
+ text-decoration: none;
101
+ }
102
+
103
+ .unset:where(canvas, object, picture, summary) {
104
+ display: block;
105
+ }
106
+
107
+ .unset:where(del, s) {
108
+ -webkit-text-decoration: unset;
109
+ text-decoration: unset;
110
+ }
111
+
112
+ .unset:where(fieldset, hr) {
113
+ all: unset;
114
+ display: block;
115
+ }
116
+
117
+ .unset:where(legend) {
118
+ cursor: default;
119
+ border: none;
120
+ padding: 0;
121
+ }
122
+
123
+ .unset:where(li) {
124
+ text-align: unset;
125
+ display: block;
126
+ }
127
+
128
+ .unset:where(ol, ul) {
129
+ margin: 0;
130
+ padding: 0;
131
+ list-style: none;
132
+ }
133
+
134
+ .unset:where(iframe) {
135
+ width: -webkit-fill-available;
136
+ width: -moz-available;
137
+ border: none;
138
+ width: stretch;
139
+ display: block;
140
+ }
141
+
142
+ .unset:where(ins, u) {
143
+ text-decoration: none;
144
+ }
145
+
146
+ .unset:where(img) {
147
+ max-width: 100%;
148
+ display: block;
149
+ }
150
+
151
+ .unset:where(svg) {
152
+ flex-shrink: 0;
153
+ max-width: 100%;
154
+ display: block;
155
+ }
156
+
157
+ .unset:where(mark) {
158
+ all: unset;
159
+ }
160
+
161
+ .unset:where(pre) {
162
+ font: unset;
163
+ margin: unset;
164
+ }
165
+
166
+ .unset:where(q):before, .unset:where(q):after {
167
+ content: "";
168
+ }
169
+
170
+ .unset:where(sub, sup) {
171
+ font: unset;
172
+ vertical-align: unset;
173
+ }
174
+
175
+ .unset:where(details) ::marker {
176
+ content: none;
177
+ }
178
+
179
+ .unset:where(summary)::marker {
180
+ content: none;
181
+ }
182
+
183
+ .unset:where(video) {
184
+ width: -webkit-fill-available;
185
+ width: -moz-available;
186
+ width: stretch;
187
+ display: block;
188
+ }
189
+
190
+ .unset:where(:any-link) {
191
+ cursor: var(--cursor-link);
192
+ }
193
+
194
+ .unset:where(button) {
195
+ cursor: var(--cursor-button);
196
+ }
197
+
198
+ .unset:where(:disabled, [data-disabled]) {
199
+ cursor: var(--cursor-disabled);
200
+ }
201
+
202
+ .unset:where(input[type="checkbox"]) {
203
+ cursor: var(--cursor-checkbox);
204
+ }
205
+
206
+ .unset:where(input[type="radio"]) {
207
+ cursor: var(--cursor-radio);
208
+ }
209
+
210
+ .unset, .unset:before, .unset:after {
211
+ box-sizing: border-box;
212
+ }
211
213
  }
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/active-element.d.ts
4
4
  declare const activeElement: Computed<Element | null>;
@@ -1,4 +1,4 @@
1
- import { D as CLAIM, b as MaybeReactive, j as SEED } from "../types-ncUK9rki.mjs";
1
+ import { b as CLAIM, p as MaybeReactive, w as SEED } from "../children-s3nFjpLA.mjs";
2
2
  import { ComputedPromise } from "./promise.mjs";
3
3
 
4
4
  //#region src/utilities/async.d.ts
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/debounced.d.ts
4
4
  /**
@@ -3218,7 +3218,7 @@ function manageArtifactAttachment(attachment) {
3218
3218
  if (attachment.body != null) attachment.bodyEncoding ??= "base64";
3219
3219
  }
3220
3220
  //#endregion
3221
- //#region node_modules/.pnpm/vitest@4.1.3_@types+node@25.5.2_happy-dom@20.8.9_vite@8.0.8_@types+node@25.5.2_esbuild@0.27.7_/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.js
3221
+ //#region node_modules/.pnpm/vitest@4.1.3_@types+node@25.5.2_happy-dom@20.8.9_vite@8.0.8_@types+node@25.5.2_esbuild@0.28.1_yaml@2.9.0_/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.js
3222
3222
  const NAME_WORKER_STATE = "__vitest_worker__";
3223
3223
  function getWorkerState() {
3224
3224
  const workerState = globalThis[NAME_WORKER_STATE];
@@ -3226,7 +3226,7 @@ function getWorkerState() {
3226
3226
  return workerState;
3227
3227
  }
3228
3228
  //#endregion
3229
- //#region node_modules/.pnpm/vitest@4.1.3_@types+node@25.5.2_happy-dom@20.8.9_vite@8.0.8_@types+node@25.5.2_esbuild@0.27.7_/node_modules/vitest/dist/chunks/benchmark.CX_oY03V.js
3229
+ //#region node_modules/.pnpm/vitest@4.1.3_@types+node@25.5.2_happy-dom@20.8.9_vite@8.0.8_@types+node@25.5.2_esbuild@0.28.1_yaml@2.9.0_/node_modules/vitest/dist/chunks/benchmark.CX_oY03V.js
3230
3230
  const benchFns = /* @__PURE__ */ new WeakMap();
3231
3231
  const benchOptsMap = /* @__PURE__ */ new WeakMap();
3232
3232
  const bench = createBenchmark(function(name, fn = noop, options = {}) {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/element-rect.d.ts
4
4
  type RectResult = {
@@ -1,4 +1,4 @@
1
- import { x as Signal } from "../types-ncUK9rki.mjs";
1
+ import { m as Signal } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/element-scroll.d.ts
4
4
  type ElementScrollResult = {
@@ -1,4 +1,4 @@
1
- import { x as Signal, y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed, m as Signal } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/event-driven.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/event-listener.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/focus-within.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/hover.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/interval.d.ts
4
4
  type IntervalResult = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/location.d.ts
4
4
  type LocationResult = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/media-devices.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { x as Signal, y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed, m as Signal } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/media-player.d.ts
4
4
  type MediaPlayerResult<T extends HTMLMediaElement> = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/media-query.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/network.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/orientation.d.ts
4
4
  type OrientationResult = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/previous.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { D as CLAIM, j as SEED, y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { b as CLAIM, f as Computed, w as SEED } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/promise.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/routing.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/search-params.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { x as Signal } from "../types-ncUK9rki.mjs";
1
+ import { m as Signal } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/storage.d.ts
4
4
  type StorageOptions<T> = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/throttled.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/timeout.d.ts
4
4
  type TimeoutResult = {
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/window-focus.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-ncUK9rki.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/window-size.d.ts
4
4
  type WindowSizeResult = {