@manyducks.co/dolla 2.0.0-alpha.4 → 2.0.0-alpha.5
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.
- package/dist/index.d.ts +8 -8
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/jsx-dev-runtime.js +2 -2
- package/dist/jsx-runtime.js +2 -2
- package/dist/{passthrough-BSLd3foL.js → passthrough-CtoBcpag.js} +11 -11
- package/dist/passthrough-CtoBcpag.js.map +1 -0
- package/package.json +1 -1
- package/dist/passthrough-BSLd3foL.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export { createSettableSignal, createSignal, createSignalSetter, derive, designalify, signalify, toSettableSignal,
|
|
1
|
+
export { createSettableSignal, createSignal, createSignalSetter, derive, designalify, signalify, toSettableSignal, } from "./signals.js";
|
|
2
2
|
export type { MaybeSignal, SettableSignal, Signal, StopFunction } from "./signals.js";
|
|
3
|
+
export { cond, createMarkup, createRef, html, isRef, portal, repeat } from "./markup.js";
|
|
4
|
+
export type { Markup, MarkupNode, Ref } from "./markup.js";
|
|
3
5
|
import { Dolla } from "./modules/dolla.js";
|
|
4
6
|
declare const dolla: Dolla;
|
|
7
|
+
export default dolla;
|
|
5
8
|
export declare const t: (key: string, values?: Record<string, import("./types.js").Stringable | import("./signals.js").Signal<import("./types.js").Stringable>>) => import("./signals.js").Signal<string>;
|
|
6
|
-
export {
|
|
7
|
-
export type { Markup, MarkupNode, Ref } from "./markup.js";
|
|
8
|
-
export type { ViewFunction, ViewContext, ViewNode } from "./view.js";
|
|
9
|
-
export type { CrashViewProps } from "./views/default-crash-view.js";
|
|
10
|
-
export type { InputType, Renderable } from "./types.js";
|
|
11
|
-
export type { Environment } from "./modules/dolla.js";
|
|
9
|
+
export type { Dolla, Environment, Logger, LoggerErrorContext, LoggerOptions, Loggles } from "./modules/dolla.js";
|
|
12
10
|
export type { HTTPRequest, HTTPResponse } from "./modules/http.js";
|
|
11
|
+
export type { InputType, Renderable } from "./types.js";
|
|
12
|
+
export type { ViewContext, ViewFunction, ViewNode } from "./view.js";
|
|
13
|
+
export type { CrashViewProps } from "./views/default-crash-view.js";
|
|
13
14
|
import type { IntrinsicElements as Elements } from "./types";
|
|
14
15
|
declare global {
|
|
15
16
|
namespace JSX {
|
|
@@ -18,4 +19,3 @@ declare global {
|
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
|
-
export default dolla;
|
package/dist/index.js
CHANGED
|
@@ -13,8 +13,8 @@ var et = (a, e, t, r) => ({
|
|
|
13
13
|
return n(a, e, r);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { h as tt, c as yt, i as Ie, s as Ge, a as wt, d as Be, b as bt, e as Xe, f as V, g as K, j as lt, k as vt, w as ut, P as ht, l as rt, m as $t, t as Et, n as kt, o as Lt, p as Pt, q as nt, r as at, u as St, v as Oe, x as Te, y as Rt, z as xt, A as Mt } from "./passthrough-
|
|
17
|
-
import { B as rr, C as nr, D as ar } from "./passthrough-
|
|
16
|
+
import { h as tt, c as yt, i as Ie, s as Ge, a as wt, d as Be, b as bt, e as Xe, f as V, g as K, j as lt, k as vt, w as ut, P as ht, l as rt, m as $t, t as Et, n as kt, o as Lt, p as Pt, q as nt, r as at, u as St, v as Oe, x as Te, y as Rt, z as xt, A as Mt } from "./passthrough-CtoBcpag.js";
|
|
17
|
+
import { B as rr, C as nr, D as ar } from "./passthrough-CtoBcpag.js";
|
|
18
18
|
function Nt(a) {
|
|
19
19
|
return tt`
|
|
20
20
|
<div
|
|
@@ -1391,7 +1391,6 @@ export {
|
|
|
1391
1391
|
ar as repeat,
|
|
1392
1392
|
Ge as signalify,
|
|
1393
1393
|
Zt as t,
|
|
1394
|
-
Et as toSettableSignal
|
|
1395
|
-
ut as watch
|
|
1394
|
+
Et as toSettableSignal
|
|
1396
1395
|
};
|
|
1397
1396
|
//# sourceMappingURL=index.js.map
|