unhead 2.0.0-alpha.28 → 2.0.0-alpha.29
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/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/legacy.d.mts +3 -3
- package/dist/legacy.d.ts +3 -3
- package/dist/plugins.d.mts +1 -1
- package/dist/plugins.d.ts +1 -1
- package/dist/scripts.d.mts +3 -3
- package/dist/scripts.d.ts +3 -3
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/shared/{unhead.cbh5uF88.d.ts → unhead.-0hzBWNc.d.ts} +1 -1
- package/dist/shared/{unhead.FwBXUSZ6.d.mts → unhead.CU2Mh7US.d.mts} +1 -1
- package/dist/shared/{unhead.1OD7Xljz.d.ts → unhead.CY24z1zp.d.ts} +1 -1
- package/dist/shared/{unhead.DrgnAGrI.d.mts → unhead.CtSoRBxO.d.mts} +1 -1
- package/dist/shared/{unhead.D7ZXlIDC.d.mts → unhead.Y55PIw_4.d.mts} +6 -1
- package/dist/shared/{unhead.D7ZXlIDC.d.ts → unhead.Y55PIw_4.d.ts} +6 -1
- package/dist/types.d.mts +4 -4
- package/dist/types.d.ts +4 -4
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead, o as CreateClientHeadOptions, q as Unhead, B as RenderDomHeadOptions } from './shared/unhead.
|
|
1
|
+
import { a9 as ResolvableHead, o as CreateClientHeadOptions, q as Unhead, B as RenderDomHeadOptions } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare function createHead<T = ResolvableHead>(options?: CreateClientHeadOptions): Unhead<T>;
|
package/dist/client.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead, o as CreateClientHeadOptions, q as Unhead, B as RenderDomHeadOptions } from './shared/unhead.
|
|
1
|
+
import { a9 as ResolvableHead, o as CreateClientHeadOptions, q as Unhead, B as RenderDomHeadOptions } from './shared/unhead.Y55PIw_4.js';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare function createHead<T = ResolvableHead>(options?: CreateClientHeadOptions): Unhead<T>;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { H as HeadSafe } from './shared/unhead.
|
|
2
|
-
import { q as Unhead, a9 as ResolvableHead, p as HeadEntryOptions, m as ActiveHeadEntry, ad as UseSeoMetaInput, C as CreateHeadOptions } from './shared/unhead.
|
|
3
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { H as HeadSafe } from './shared/unhead.CtSoRBxO.mjs';
|
|
2
|
+
import { q as Unhead, a9 as ResolvableHead, p as HeadEntryOptions, m as ActiveHeadEntry, ad as UseSeoMetaInput, C as CreateHeadOptions } from './shared/unhead.Y55PIw_4.mjs';
|
|
3
|
+
export { u as useScript } from './shared/unhead.CU2Mh7US.mjs';
|
|
4
4
|
import 'hookable';
|
|
5
5
|
|
|
6
6
|
declare function useHead<T extends Unhead<any>, I = ResolvableHead>(unhead: T, input?: ResolvableHead, options?: HeadEntryOptions): ActiveHeadEntry<I>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { H as HeadSafe } from './shared/unhead.
|
|
2
|
-
import { q as Unhead, a9 as ResolvableHead, p as HeadEntryOptions, m as ActiveHeadEntry, ad as UseSeoMetaInput, C as CreateHeadOptions } from './shared/unhead.
|
|
3
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { H as HeadSafe } from './shared/unhead.CY24z1zp.js';
|
|
2
|
+
import { q as Unhead, a9 as ResolvableHead, p as HeadEntryOptions, m as ActiveHeadEntry, ad as UseSeoMetaInput, C as CreateHeadOptions } from './shared/unhead.Y55PIw_4.js';
|
|
3
|
+
export { u as useScript } from './shared/unhead.-0hzBWNc.js';
|
|
4
4
|
import 'hookable';
|
|
5
5
|
|
|
6
6
|
declare function useHead<T extends Unhead<any>, I = ResolvableHead>(unhead: T, input?: ResolvableHead, options?: HeadEntryOptions): ActiveHeadEntry<I>;
|
package/dist/legacy.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createUnhead } from './index.mjs';
|
|
2
2
|
export { useHead, useHeadSafe, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta } from './index.mjs';
|
|
3
|
-
import { q as Unhead, a9 as ResolvableHead, C as CreateHeadOptions } from './shared/unhead.
|
|
4
|
-
export { u as useScript } from './shared/unhead.
|
|
5
|
-
import './shared/unhead.
|
|
3
|
+
import { q as Unhead, a9 as ResolvableHead, C as CreateHeadOptions } from './shared/unhead.Y55PIw_4.mjs';
|
|
4
|
+
export { u as useScript } from './shared/unhead.CU2Mh7US.mjs';
|
|
5
|
+
import './shared/unhead.CtSoRBxO.mjs';
|
|
6
6
|
import 'hookable';
|
|
7
7
|
|
|
8
8
|
declare const activeHead: {
|
package/dist/legacy.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createUnhead } from './index.js';
|
|
2
2
|
export { useHead, useHeadSafe, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta } from './index.js';
|
|
3
|
-
import { q as Unhead, a9 as ResolvableHead, C as CreateHeadOptions } from './shared/unhead.
|
|
4
|
-
export { u as useScript } from './shared/unhead.
|
|
5
|
-
import './shared/unhead.
|
|
3
|
+
import { q as Unhead, a9 as ResolvableHead, C as CreateHeadOptions } from './shared/unhead.Y55PIw_4.js';
|
|
4
|
+
export { u as useScript } from './shared/unhead.-0hzBWNc.js';
|
|
5
|
+
import './shared/unhead.CY24z1zp.js';
|
|
6
6
|
import 'hookable';
|
|
7
7
|
|
|
8
8
|
declare const activeHead: {
|
package/dist/plugins.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as HeadPluginInput, q as Unhead, j as HeadPluginOptions } from './shared/unhead.
|
|
1
|
+
import { k as HeadPluginInput, q as Unhead, j as HeadPluginOptions } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare const AliasSortingPlugin: HeadPluginInput;
|
package/dist/plugins.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as HeadPluginInput, q as Unhead, j as HeadPluginOptions } from './shared/unhead.
|
|
1
|
+
import { k as HeadPluginInput, q as Unhead, j as HeadPluginOptions } from './shared/unhead.Y55PIw_4.js';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare const AliasSortingPlugin: HeadPluginInput;
|
package/dist/scripts.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { e as RecordingEntry } from './shared/unhead.
|
|
2
|
-
export { A as AsVoidFunctions, E as EventHandlerOptions, S as ScriptInstance, d as UseFunctionType, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, W as WarmupStrategy } from './shared/unhead.
|
|
3
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { e as RecordingEntry } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
|
+
export { A as AsVoidFunctions, E as EventHandlerOptions, S as ScriptInstance, d as UseFunctionType, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, W as WarmupStrategy } from './shared/unhead.Y55PIw_4.mjs';
|
|
3
|
+
export { u as useScript } from './shared/unhead.CU2Mh7US.mjs';
|
|
4
4
|
import 'hookable';
|
|
5
5
|
|
|
6
6
|
declare function createSpyProxy<T extends Record<string, any> | any[]>(target: T, onApply: (stack: RecordingEntry[][]) => void): T;
|
package/dist/scripts.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { e as RecordingEntry } from './shared/unhead.
|
|
2
|
-
export { A as AsVoidFunctions, E as EventHandlerOptions, S as ScriptInstance, d as UseFunctionType, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, W as WarmupStrategy } from './shared/unhead.
|
|
3
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { e as RecordingEntry } from './shared/unhead.Y55PIw_4.js';
|
|
2
|
+
export { A as AsVoidFunctions, E as EventHandlerOptions, S as ScriptInstance, d as UseFunctionType, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, W as WarmupStrategy } from './shared/unhead.Y55PIw_4.js';
|
|
3
|
+
export { u as useScript } from './shared/unhead.-0hzBWNc.js';
|
|
4
4
|
import 'hookable';
|
|
5
5
|
|
|
6
6
|
declare function createSpyProxy<T extends Record<string, any> | any[]>(target: T, onApply: (stack: RecordingEntry[][]) => void): T;
|
package/dist/server.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead, n as CreateServerHeadOptions, q as Unhead, t as RenderSSRHeadOptions, s as SSRHeadPayload, aa as SerializableHead,
|
|
1
|
+
import { a9 as ResolvableHead, n as CreateServerHeadOptions, q as Unhead, t as RenderSSRHeadOptions, s as SSRHeadPayload, aa as SerializableHead, ar as HeadTag } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare function createHead<T = ResolvableHead>(options?: CreateServerHeadOptions): Unhead<T>;
|
package/dist/server.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead, n as CreateServerHeadOptions, q as Unhead, t as RenderSSRHeadOptions, s as SSRHeadPayload, aa as SerializableHead,
|
|
1
|
+
import { a9 as ResolvableHead, n as CreateServerHeadOptions, q as Unhead, t as RenderSSRHeadOptions, s as SSRHeadPayload, aa as SerializableHead, ar as HeadTag } from './shared/unhead.Y55PIw_4.js';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare function createHead<T = ResolvableHead>(options?: CreateServerHeadOptions): Unhead<T>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as Unhead, c as UseScriptInput, f as UseScriptOptions, g as UseScriptReturn } from './unhead.
|
|
1
|
+
import { q as Unhead, c as UseScriptInput, f as UseScriptOptions, g as UseScriptReturn } from './unhead.Y55PIw_4.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Load third-party scripts with SSR support and a proxied API.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as Unhead, c as UseScriptInput, f as UseScriptOptions, g as UseScriptReturn } from './unhead.
|
|
1
|
+
import { q as Unhead, c as UseScriptInput, f as UseScriptOptions, g as UseScriptReturn } from './unhead.Y55PIw_4.mjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Load third-party scripts with SSR support and a proxied API.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead,
|
|
1
|
+
import { a9 as ResolvableHead, ax as ResolvableValue, ay as ResolvableProperties, L as LinkBase, I as DataKeys, O as SchemaAugmentations, Z as BaseMeta, a4 as Style, N as ScriptBase, a6 as Noscript, a7 as HtmlAttributes, a8 as BodyAttributes } from './unhead.Y55PIw_4.js';
|
|
2
2
|
|
|
3
3
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributes, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
|
4
4
|
type SafeHtmlAttr = ResolvableProperties<Pick<HtmlAttributes, 'id' | 'class' | 'style' | 'lang' | 'dir'> & DataKeys & SchemaAugmentations['htmlAttrs']>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as ResolvableHead,
|
|
1
|
+
import { a9 as ResolvableHead, ax as ResolvableValue, ay as ResolvableProperties, L as LinkBase, I as DataKeys, O as SchemaAugmentations, Z as BaseMeta, a4 as Style, N as ScriptBase, a6 as Noscript, a7 as HtmlAttributes, a8 as BodyAttributes } from './unhead.Y55PIw_4.mjs';
|
|
2
2
|
|
|
3
3
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributes, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
|
4
4
|
type SafeHtmlAttr = ResolvableProperties<Pick<HtmlAttributes, 'id' | 'class' | 'style' | 'lang' | 'dir'> & DataKeys & SchemaAugmentations['htmlAttrs']>;
|
|
@@ -1899,6 +1899,11 @@ type UseSeoMetaInput = DeepResolvableProperties<MetaFlat> & {
|
|
|
1899
1899
|
type UseHeadInput = ResolvableHead | SerializableHead;
|
|
1900
1900
|
type MetaFlatInput = MetaFlat;
|
|
1901
1901
|
|
|
1902
|
+
/**
|
|
1903
|
+
* @deprecated No longer used
|
|
1904
|
+
*/
|
|
1905
|
+
type MergeHead = Record<string, any>;
|
|
1906
|
+
|
|
1902
1907
|
interface ResolvesDuplicates {
|
|
1903
1908
|
/**
|
|
1904
1909
|
* By default, tags which share the same unique key `name`, `property` are de-duped. To allow duplicates
|
|
@@ -2298,4 +2303,4 @@ interface DomState {
|
|
|
2298
2303
|
elMap: Map<string, Element | Element[]>;
|
|
2299
2304
|
}
|
|
2300
2305
|
|
|
2301
|
-
export type { Title as $, AsVoidFunctions as A, RenderDomHeadOptions as B, CreateHeadOptions as C, DomState as D, EventHandlerOptions as E, DomPluginOptions as F, BodyEvents as G, HeadEntry as H, DataKeys as I, HttpEventAttributes as J, MetaFlatInput as K, LinkBase as L, MetaFlat as M, ScriptBase as N, SchemaAugmentations as O, PropResolver as P, MaybeArray as Q, ReferrerPolicy as R, ScriptInstance as S, BaseBodyAttr as T, UseScriptStatus as U, BaseHtmlAttr as V, WarmupStrategy as W, BodyAttr as X, HtmlAttr as Y, BaseMeta as Z, MaybeEventFnHandlers as _, UseScriptContext as a, TitleTemplate as a0, Base as a1, Link as a2, Meta as a3, Style as a4, Script as a5, Noscript as a6, HtmlAttributes as a7, BodyAttributes as a8, ResolvableHead as a9, SerializableHead as aa, Head as ab, ResolvedHead as ac, UseSeoMetaInput as ad, UseHeadInput as ae,
|
|
2306
|
+
export type { Title as $, AsVoidFunctions as A, RenderDomHeadOptions as B, CreateHeadOptions as C, DomState as D, EventHandlerOptions as E, DomPluginOptions as F, BodyEvents as G, HeadEntry as H, DataKeys as I, HttpEventAttributes as J, MetaFlatInput as K, LinkBase as L, MetaFlat as M, ScriptBase as N, SchemaAugmentations as O, PropResolver as P, MaybeArray as Q, ReferrerPolicy as R, ScriptInstance as S, BaseBodyAttr as T, UseScriptStatus as U, BaseHtmlAttr as V, WarmupStrategy as W, BodyAttr as X, HtmlAttr as Y, BaseMeta as Z, MaybeEventFnHandlers as _, UseScriptContext as a, TitleTemplate as a0, Base as a1, Link as a2, Meta as a3, Style as a4, Script as a5, Noscript as a6, HtmlAttributes as a7, BodyAttributes as a8, ResolvableHead as a9, DeepResolvableProperties as aA, SerializableHead as aa, Head as ab, ResolvedHead as ac, UseSeoMetaInput as ad, UseHeadInput as ae, MergeHead as af, ResolvesDuplicates as ag, ValidTagPositions as ah, TagPosition as ai, InnerContentVal as aj, InnerContent as ak, TagPriority as al, TagUserProperties as am, TagKey as an, TemplateParams as ao, ProcessesTemplateParams as ap, HasTemplateParams as aq, HeadTag as ar, HeadTagKeys as as, Booleanable as at, Stringable as au, Arrayable as av, Never as aw, ResolvableValue as ax, ResolvableProperties as ay, ResolvableUnion as az, UseScriptResolvedInput as b, UseScriptInput as c, UseFunctionType as d, RecordingEntry as e, UseScriptOptions as f, UseScriptReturn as g, SideEffectsRecord as h, RuntimeMode as i, HeadPluginOptions as j, HeadPluginInput as k, HeadPlugin as l, ActiveHeadEntry as m, CreateServerHeadOptions as n, CreateClientHeadOptions as o, HeadEntryOptions as p, Unhead as q, HookResult as r, SSRHeadPayload as s, RenderSSRHeadOptions as t, EntryResolveCtx as u, DomRenderTagContext as v, DomBeforeRenderCtx as w, ShouldRenderContext as x, SSRRenderContext as y, HeadHooks as z };
|
|
@@ -1899,6 +1899,11 @@ type UseSeoMetaInput = DeepResolvableProperties<MetaFlat> & {
|
|
|
1899
1899
|
type UseHeadInput = ResolvableHead | SerializableHead;
|
|
1900
1900
|
type MetaFlatInput = MetaFlat;
|
|
1901
1901
|
|
|
1902
|
+
/**
|
|
1903
|
+
* @deprecated No longer used
|
|
1904
|
+
*/
|
|
1905
|
+
type MergeHead = Record<string, any>;
|
|
1906
|
+
|
|
1902
1907
|
interface ResolvesDuplicates {
|
|
1903
1908
|
/**
|
|
1904
1909
|
* By default, tags which share the same unique key `name`, `property` are de-duped. To allow duplicates
|
|
@@ -2298,4 +2303,4 @@ interface DomState {
|
|
|
2298
2303
|
elMap: Map<string, Element | Element[]>;
|
|
2299
2304
|
}
|
|
2300
2305
|
|
|
2301
|
-
export type { Title as $, AsVoidFunctions as A, RenderDomHeadOptions as B, CreateHeadOptions as C, DomState as D, EventHandlerOptions as E, DomPluginOptions as F, BodyEvents as G, HeadEntry as H, DataKeys as I, HttpEventAttributes as J, MetaFlatInput as K, LinkBase as L, MetaFlat as M, ScriptBase as N, SchemaAugmentations as O, PropResolver as P, MaybeArray as Q, ReferrerPolicy as R, ScriptInstance as S, BaseBodyAttr as T, UseScriptStatus as U, BaseHtmlAttr as V, WarmupStrategy as W, BodyAttr as X, HtmlAttr as Y, BaseMeta as Z, MaybeEventFnHandlers as _, UseScriptContext as a, TitleTemplate as a0, Base as a1, Link as a2, Meta as a3, Style as a4, Script as a5, Noscript as a6, HtmlAttributes as a7, BodyAttributes as a8, ResolvableHead as a9, SerializableHead as aa, Head as ab, ResolvedHead as ac, UseSeoMetaInput as ad, UseHeadInput as ae,
|
|
2306
|
+
export type { Title as $, AsVoidFunctions as A, RenderDomHeadOptions as B, CreateHeadOptions as C, DomState as D, EventHandlerOptions as E, DomPluginOptions as F, BodyEvents as G, HeadEntry as H, DataKeys as I, HttpEventAttributes as J, MetaFlatInput as K, LinkBase as L, MetaFlat as M, ScriptBase as N, SchemaAugmentations as O, PropResolver as P, MaybeArray as Q, ReferrerPolicy as R, ScriptInstance as S, BaseBodyAttr as T, UseScriptStatus as U, BaseHtmlAttr as V, WarmupStrategy as W, BodyAttr as X, HtmlAttr as Y, BaseMeta as Z, MaybeEventFnHandlers as _, UseScriptContext as a, TitleTemplate as a0, Base as a1, Link as a2, Meta as a3, Style as a4, Script as a5, Noscript as a6, HtmlAttributes as a7, BodyAttributes as a8, ResolvableHead as a9, DeepResolvableProperties as aA, SerializableHead as aa, Head as ab, ResolvedHead as ac, UseSeoMetaInput as ad, UseHeadInput as ae, MergeHead as af, ResolvesDuplicates as ag, ValidTagPositions as ah, TagPosition as ai, InnerContentVal as aj, InnerContent as ak, TagPriority as al, TagUserProperties as am, TagKey as an, TemplateParams as ao, ProcessesTemplateParams as ap, HasTemplateParams as aq, HeadTag as ar, HeadTagKeys as as, Booleanable as at, Stringable as au, Arrayable as av, Never as aw, ResolvableValue as ax, ResolvableProperties as ay, ResolvableUnion as az, UseScriptResolvedInput as b, UseScriptInput as c, UseFunctionType as d, RecordingEntry as e, UseScriptOptions as f, UseScriptReturn as g, SideEffectsRecord as h, RuntimeMode as i, HeadPluginOptions as j, HeadPluginInput as k, HeadPlugin as l, ActiveHeadEntry as m, CreateServerHeadOptions as n, CreateClientHeadOptions as o, HeadEntryOptions as p, Unhead as q, HookResult as r, SSRHeadPayload as s, RenderSSRHeadOptions as t, EntryResolveCtx as u, DomRenderTagContext as v, DomBeforeRenderCtx as w, ShouldRenderContext as x, SSRRenderContext as y, HeadHooks as z };
|
package/dist/types.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { R as ReferrerPolicy } from './shared/unhead.
|
|
2
|
-
export { m as ActiveHeadEntry,
|
|
3
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/unhead.
|
|
4
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { R as ReferrerPolicy } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
|
+
export { m as ActiveHeadEntry, av as Arrayable, A as AsVoidFunctions, a1 as Base, T as BaseBodyAttr, V as BaseHtmlAttr, Z as BaseMeta, X as BodyAttr, a8 as BodyAttributes, G as BodyEvents, at as Booleanable, o as CreateClientHeadOptions, C as CreateHeadOptions, n as CreateServerHeadOptions, I as DataKeys, aA as DeepResolvableProperties, w as DomBeforeRenderCtx, F as DomPluginOptions, v as DomRenderTagContext, D as DomState, u as EntryResolveCtx, E as EventHandlerOptions, aq as HasTemplateParams, ab as Head, H as HeadEntry, p as HeadEntryOptions, z as HeadHooks, l as HeadPlugin, k as HeadPluginInput, j as HeadPluginOptions, ar as HeadTag, as as HeadTagKeys, r as HookResult, Y as HtmlAttr, a7 as HtmlAttributes, J as HttpEventAttributes, ak as InnerContent, aj as InnerContentVal, a2 as Link, L as LinkBase, Q as MaybeArray, _ as MaybeEventFnHandlers, af as MergeHead, a3 as Meta, M as MetaFlat, K as MetaFlatInput, aw as Never, a6 as Noscript, ap as ProcessesTemplateParams, P as PropResolver, e as RecordingEntry, B as RenderDomHeadOptions, t as RenderSSRHeadOptions, a9 as ResolvableHead, ay as ResolvableProperties, az as ResolvableUnion, ax as ResolvableValue, ac as ResolvedHead, ag as ResolvesDuplicates, i as RuntimeMode, s as SSRHeadPayload, y as SSRRenderContext, O as SchemaAugmentations, a5 as Script, N as ScriptBase, S as ScriptInstance, aa as SerializableHead, x as ShouldRenderContext, h as SideEffectsRecord, au as Stringable, a4 as Style, an as TagKey, ai as TagPosition, al as TagPriority, am as TagUserProperties, ao as TemplateParams, $ as Title, a0 as TitleTemplate, q as Unhead, d as UseFunctionType, ae as UseHeadInput, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, ad as UseSeoMetaInput, ah as ValidTagPositions, W as WarmupStrategy } from './shared/unhead.Y55PIw_4.mjs';
|
|
3
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/unhead.CtSoRBxO.mjs';
|
|
4
|
+
export { u as useScript } from './shared/unhead.CU2Mh7US.mjs';
|
|
5
5
|
export { createSpyProxy } from './scripts.mjs';
|
|
6
6
|
import 'hookable';
|
|
7
7
|
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { R as ReferrerPolicy } from './shared/unhead.
|
|
2
|
-
export { m as ActiveHeadEntry,
|
|
3
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/unhead.
|
|
4
|
-
export { u as useScript } from './shared/unhead.
|
|
1
|
+
import { R as ReferrerPolicy } from './shared/unhead.Y55PIw_4.js';
|
|
2
|
+
export { m as ActiveHeadEntry, av as Arrayable, A as AsVoidFunctions, a1 as Base, T as BaseBodyAttr, V as BaseHtmlAttr, Z as BaseMeta, X as BodyAttr, a8 as BodyAttributes, G as BodyEvents, at as Booleanable, o as CreateClientHeadOptions, C as CreateHeadOptions, n as CreateServerHeadOptions, I as DataKeys, aA as DeepResolvableProperties, w as DomBeforeRenderCtx, F as DomPluginOptions, v as DomRenderTagContext, D as DomState, u as EntryResolveCtx, E as EventHandlerOptions, aq as HasTemplateParams, ab as Head, H as HeadEntry, p as HeadEntryOptions, z as HeadHooks, l as HeadPlugin, k as HeadPluginInput, j as HeadPluginOptions, ar as HeadTag, as as HeadTagKeys, r as HookResult, Y as HtmlAttr, a7 as HtmlAttributes, J as HttpEventAttributes, ak as InnerContent, aj as InnerContentVal, a2 as Link, L as LinkBase, Q as MaybeArray, _ as MaybeEventFnHandlers, af as MergeHead, a3 as Meta, M as MetaFlat, K as MetaFlatInput, aw as Never, a6 as Noscript, ap as ProcessesTemplateParams, P as PropResolver, e as RecordingEntry, B as RenderDomHeadOptions, t as RenderSSRHeadOptions, a9 as ResolvableHead, ay as ResolvableProperties, az as ResolvableUnion, ax as ResolvableValue, ac as ResolvedHead, ag as ResolvesDuplicates, i as RuntimeMode, s as SSRHeadPayload, y as SSRRenderContext, O as SchemaAugmentations, a5 as Script, N as ScriptBase, S as ScriptInstance, aa as SerializableHead, x as ShouldRenderContext, h as SideEffectsRecord, au as Stringable, a4 as Style, an as TagKey, ai as TagPosition, al as TagPriority, am as TagUserProperties, ao as TemplateParams, $ as Title, a0 as TitleTemplate, q as Unhead, d as UseFunctionType, ae as UseHeadInput, a as UseScriptContext, c as UseScriptInput, f as UseScriptOptions, b as UseScriptResolvedInput, g as UseScriptReturn, U as UseScriptStatus, ad as UseSeoMetaInput, ah as ValidTagPositions, W as WarmupStrategy } from './shared/unhead.Y55PIw_4.js';
|
|
3
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/unhead.CY24z1zp.js';
|
|
4
|
+
export { u as useScript } from './shared/unhead.-0hzBWNc.js';
|
|
5
5
|
export { createSpyProxy } from './scripts.js';
|
|
6
6
|
import 'hookable';
|
|
7
7
|
|
package/dist/utils.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ar as HeadTag, Z as BaseMeta, M as MetaFlat, a9 as ResolvableHead, P as PropResolver, q as Unhead, ao as TemplateParams } from './shared/unhead.Y55PIw_4.mjs';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare const SelfClosingTags: Set<string>;
|
package/dist/utils.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ar as HeadTag, Z as BaseMeta, M as MetaFlat, a9 as ResolvableHead, P as PropResolver, q as Unhead, ao as TemplateParams } from './shared/unhead.Y55PIw_4.js';
|
|
2
2
|
import 'hookable';
|
|
3
3
|
|
|
4
4
|
declare const SelfClosingTags: Set<string>;
|