elements-kit 0.21.0 → 0.22.1

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 (69) hide show
  1. package/README.md +23 -21
  2. package/dist/attributes.d.mts +1 -1
  3. package/dist/await.d.mts +6 -5
  4. package/dist/await.mjs +1 -37
  5. package/dist/{types-CUvFIgPa.d.mts → children-s3nFjpLA.d.mts} +124 -226
  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/environment-CTAGxqz_.d.mts +19 -0
  10. package/dist/for.d.mts +9 -4
  11. package/dist/for.mjs +1 -1
  12. package/dist/{fragment-ROPRBJQd.mjs → fragment-Bvs1sGu1.mjs} +3 -3
  13. package/dist/hydrate/index.mjs +1 -1
  14. package/dist/{hydrate-6Qx4n4Su.mjs → hydrate-DvWdnV-e.mjs} +5 -5
  15. package/dist/integrations/astro-client.mjs +2 -2
  16. package/dist/integrations/astro-server.mjs +2 -2
  17. package/dist/integrations/astro-slots.d.mts +6 -5
  18. package/dist/integrations/astro-slots.mjs +9 -8
  19. package/dist/integrations/react.d.mts +1 -1
  20. package/dist/integrations/react.mjs +1 -1
  21. package/dist/jsx-runtime/index.d.mts +2 -2
  22. package/dist/jsx-runtime/index.mjs +2 -2
  23. package/dist/polyfill-BVNd6ogU.d.mts +9 -0
  24. package/dist/render.mjs +1 -1
  25. package/dist/server/index.mjs +1 -1
  26. package/dist/{server-iFSng50i.mjs → server-CTkyXTV6.mjs} +2 -2
  27. package/dist/signals/index.d.mts +1 -1
  28. package/dist/slot.d.mts +83 -2
  29. package/dist/slot.mjs +179 -2
  30. package/dist/ui/marketing/marketing.css +5 -3
  31. package/dist/ui/otp-input/index.d.mts +6 -5
  32. package/dist/ui/otp-input/index.mjs +5 -5
  33. package/dist/ui/styles/index.css +174 -172
  34. package/dist/ui/styles/unset.css +212 -210
  35. package/dist/utilities/active-element.d.mts +1 -1
  36. package/dist/utilities/async.d.mts +2 -2
  37. package/dist/utilities/async.mjs +13 -5
  38. package/dist/utilities/debounced.d.mts +1 -1
  39. package/dist/utilities/dom-lifecycle.bench.mjs +2 -2
  40. package/dist/utilities/element-rect.d.mts +1 -1
  41. package/dist/utilities/element-scroll.d.mts +1 -1
  42. package/dist/utilities/environment.d.mts +2 -7
  43. package/dist/utilities/environment.mjs +13 -1
  44. package/dist/utilities/event-driven.d.mts +1 -1
  45. package/dist/utilities/event-listener.d.mts +1 -1
  46. package/dist/utilities/focus-within.d.mts +1 -1
  47. package/dist/utilities/hover.d.mts +1 -1
  48. package/dist/utilities/interval.d.mts +1 -1
  49. package/dist/utilities/location.d.mts +1 -1
  50. package/dist/utilities/media-devices.d.mts +1 -1
  51. package/dist/utilities/media-player.d.mts +1 -1
  52. package/dist/utilities/media-query.d.mts +1 -1
  53. package/dist/utilities/network.d.mts +1 -1
  54. package/dist/utilities/orientation.d.mts +1 -1
  55. package/dist/utilities/previous.d.mts +1 -1
  56. package/dist/utilities/promise.d.mts +1 -1
  57. package/dist/utilities/routing.d.mts +1 -1
  58. package/dist/utilities/search-params.d.mts +1 -1
  59. package/dist/utilities/storage.d.mts +1 -1
  60. package/dist/utilities/throttled.d.mts +1 -1
  61. package/dist/utilities/timeout.d.mts +1 -1
  62. package/dist/utilities/window-focus.d.mts +1 -1
  63. package/dist/utilities/window-size.d.mts +1 -1
  64. package/package.json +3 -1
  65. package/dist/custom-elements-BGcU6ldL.d.mts +0 -57
  66. package/dist/slot-BFWXeFRl.d.mts +0 -77
  67. package/dist/slot-Dvf30O0B.mjs +0 -138
  68. /package/dist/{attributes-3r7Diua4.d.mts → attributes-DILeh3-s.d.mts} +0 -0
  69. /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-CUvFIgPa.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-CUvFIgPa.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
@@ -38,7 +38,7 @@ declare class Async<TInput = undefined, TOutput = unknown> {
38
38
  set fn(fn: MaybeReactive<Fn<TInput, TOutput>>);
39
39
  get raw(): ComputedPromise<TOutput | undefined>;
40
40
  get pending(): boolean;
41
- get state(): "pending" | "fulfilled" | "rejected";
41
+ get state(): "idle" | "pending" | "fulfilled" | "rejected";
42
42
  get value(): TOutput | undefined;
43
43
  get reason(): unknown;
44
44
  get result(): unknown;
@@ -9,6 +9,7 @@ function flushDeferredAsyncRuns() {
9
9
  deferredRuns.clear();
10
10
  for (const run of runs) run();
11
11
  }
12
+ const IDLE = promise(() => {});
12
13
  /**
13
14
  * Reactive wrapper around an async function. Exposes the current run as
14
15
  * reactive signals (`state`, `value`, `reason`, `result`, `pending`) and
@@ -44,15 +45,16 @@ var Async = class {
44
45
  set fn(fn) {
45
46
  this.#fn(resolve(fn));
46
47
  }
47
- #current = signal(promise(() => {}));
48
+ #current = signal(IDLE);
48
49
  get raw() {
49
50
  return this.#current();
50
51
  }
51
52
  get pending() {
52
- return this.raw.state === "pending";
53
+ return this.state === "pending";
53
54
  }
54
55
  get state() {
55
- return this.raw.state;
56
+ const current = this.#current();
57
+ return current === IDLE ? "idle" : current.state;
56
58
  }
57
59
  get value() {
58
60
  return this.raw.value;
@@ -77,7 +79,12 @@ var Async = class {
77
79
  * `ReactivePromise`. See `ReactivePromise[SEED]`.
78
80
  */
79
81
  [SEED](value) {
80
- const seed = this.raw[SEED];
82
+ let current = this.#current();
83
+ if (current === IDLE) {
84
+ current = promise(() => {});
85
+ this.#current(current);
86
+ }
87
+ const seed = current[SEED];
81
88
  seed?.(value);
82
89
  }
83
90
  /**
@@ -89,7 +96,8 @@ var Async = class {
89
96
  const pendingRun = deferredRuns.get(this);
90
97
  deferredRuns.delete(this);
91
98
  if (record) {
92
- if (untracked(() => this.state) === "pending") this[SEED](record.value);
99
+ const state = untracked(() => this.state);
100
+ if (state !== "fulfilled" && state !== "rejected") this[SEED](record.value);
93
101
  return;
94
102
  }
95
103
  pendingRun?.();
@@ -1,4 +1,4 @@
1
- import { y as Computed } from "../types-CUvFIgPa.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_yaml@2.9.0_/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_yaml@2.9.0_/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-CUvFIgPa.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-CUvFIgPa.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,7 +1,2 @@
1
- //#region src/utilities/environment.d.ts
2
- /** `true` when running in a browser (both `window` and `document` exist). */
3
- declare const isBrowser: boolean;
4
- /** A shared `Disposable` whose `Symbol.dispose` is a no-op — useful as a safe default. */
5
- declare const noopDisposable: Disposable;
6
- //#endregion
7
- export { isBrowser, noopDisposable };
1
+ import { n as isBrowser, r as noopDisposable, t as HTMLElementBase } from "../environment-CTAGxqz_.mjs";
2
+ export { HTMLElementBase, isBrowser, noopDisposable };
@@ -1,7 +1,19 @@
1
1
  //#region src/utilities/environment.ts
2
2
  /** `true` when running in a browser (both `window` and `document` exist). */
3
3
  const isBrowser = typeof window !== "undefined" && typeof document !== "undefined";
4
+ /**
5
+ * `HTMLElement` in the browser; an empty stand-in on the server.
6
+ *
7
+ * A custom-element class evaluates its `extends` clause at module load, but
8
+ * `HTMLElement` is undefined in Node — so importing an element module during
9
+ * SSR (e.g. an Astro `client:load` island) throws `HTMLElement is not defined`
10
+ * before any `isBrowser` guard can run. Elements are never *constructed* on the
11
+ * server (the streaming renderer emits plain tags), so a stub base is enough to
12
+ * let the class definition load; the guarded `customElements.define` still only
13
+ * registers in a real browser.
14
+ */
15
+ const HTMLElementBase = isBrowser ? HTMLElement : class {};
4
16
  /** A shared `Disposable` whose `Symbol.dispose` is a no-op — useful as a safe default. */
5
17
  const noopDisposable = { [Symbol.dispose]() {} };
6
18
  //#endregion
7
- export { isBrowser, noopDisposable };
19
+ export { HTMLElementBase, isBrowser, noopDisposable };
@@ -1,4 +1,4 @@
1
- import { x as Signal, y as Computed } from "../types-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.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-CUvFIgPa.mjs";
1
+ import { f as Computed } from "../children-s3nFjpLA.mjs";
2
2
 
3
3
  //#region src/utilities/orientation.d.ts
4
4
  type OrientationResult = {